*{box-sizing:border-box}body{margin:0;background:#f5f7fb;color:#172033;font:16px/1.5 system-ui,sans-serif}#app{max-width:1080px;margin:auto;padding:48px 24px}.card{max-width:440px;margin:8vh auto;background:#fff;padding:32px;border-radius:8px;box-shadow:0 8px 24px #17203314}.eyebrow{font-size:.78rem;letter-spacing:.08em;color:#53627c;margin:0;text-transform:uppercase}h1{margin:.2rem 0 1rem}#login-form label{display:block}#login-form input{display:block;width:100%;margin:6px 0 16px;padding:10px;border:1px solid #aab4c5;border-radius:6px}button{cursor:pointer}.secondary{width:auto;background:#e8edf7;color:#172033}header{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px}.layout{display:grid;grid-template-columns:230px 1fr;gap:24px}nav{display:grid;align-content:start;gap:8px}nav a,nav span{padding:10px 12px;border-radius:6px;text-decoration:none;color:#172033}nav .active{background:#dce8ff;color:#123d88}nav span{color:#6b7280}.content{background:#fff;border-radius:8px;padding:28px}.error{min-height:1.5em;color:#b42318}.muted{color:#53627c}.form-control,.target-form input,.target-form select,.target-form textarea{display:block;box-sizing:border-box;width:100%;min-height:38px;margin:5px 0 0;padding:7px 10px;border:1px solid #aab4c5;border-radius:6px;background:#fff;color:inherit;font:inherit}.target-form label{display:block;margin-top:12px}.target-form button,.form-actions button{display:inline-flex;width:auto;min-height:34px;padding:0 11px;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid #2056b5;border-radius:6px;background:#2056b5;color:#fff;font-weight:600}.action-group,.form-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}@media(max-width:680px){#app{padding:24px 16px}.layout{grid-template-columns:1fr}nav{grid-template-columns:1fr}.card{margin:0}}.health-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.health-head h2{margin:0}.health-overall{display:flex;align-items:center;gap:10px;margin-top:10px}.health-refresh{flex:0 0 auto}.health-notice{min-height:1.5em;margin:8px 0;color:#53627c}.health-notice.failed{color:#b42318}.health-section{margin-top:22px}.health-section h3{margin:0 0 10px;font-size:1rem;color:#53627c}.health-rows{border:1px solid #d8e0ee;border-radius:8px;overflow:hidden}.health-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:13px 15px;border-top:1px solid #eef1f6}.health-row:first-child{border-top:0}.health-row small{display:block;color:#667085;overflow-wrap:anywhere}.health-status{display:inline-block;flex:0 0 auto;padding:3px 8px;border-radius:6px;font-size:.86rem;font-weight:700}.health-status.ok{background:#dcfae6;color:#067647}.health-status.warn{background:#fff3c4;color:#8a4b08}.health-status.bad{background:#fee4e2;color:#b42318}.health-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.health-metric{padding:15px;border:1px solid #d8e0ee;border-radius:8px}.health-metric>div:first-child{display:flex;justify-content:space-between;gap:8px}.health-metric small{color:#667085}.health-bar{height:7px;margin:10px 0;background:#e8edf7;border-radius:4px;overflow:hidden}.health-bar span{display:block;height:100%;background:#2056b5}.health-tasks{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.health-tasks div{padding:12px;border:1px solid #d8e0ee;border-radius:8px;background:#fbfcff}.health-tasks span,.health-tasks b{display:block}.health-tasks span{font-size:.86rem;color:#53627c}.health-tasks b{font-size:1.25rem}@media(max-width:760px){.health-metrics{grid-template-columns:1fr}.health-tasks{grid-template-columns:repeat(2,minmax(0,1fr))}.health-head{align-items:center}}
#login-form button,#logout,#final-task-form button,#final-click-form button,#rotation-form button,.task-actions button,.empty .list-action,#health-refresh{display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;width:auto;min-height:34px;height:34px;margin:0;padding:0 11px;border:1px solid #2056b5;border-radius:6px;background:#fff;color:#123d88;font:600 13px/1 system-ui,sans-serif;cursor:pointer}#login-form button,#final-task-form button,#final-click-form button,#rotation-form button{background:#2056b5;color:#fff}#login-form button{width:100%;height:38px}#logout{border-color:#aab4c5;background:#e8edf7;color:#172033}.task-actions button.danger{border-color:#b42318;background:#fff5f4;color:#b42318}#login-form button:disabled,#logout:disabled,#main-content button:disabled{cursor:wait;opacity:.6}#final-task-form,#final-click-form,#rotation-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;max-width:760px;margin-top:18px;padding:20px;border:1px solid #d8e0ee;border-radius:8px;background:#fff}#final-task-form label,#final-click-form label,#rotation-form label{display:flex;min-width:0;flex-direction:column;gap:5px;font-size:.9rem;font-weight:600;line-height:1.35}#final-task-form input,#final-task-form select,#final-click-form input,#final-click-form select,#rotation-form input,#rotation-form select{box-sizing:border-box;width:100%;height:38px;min-height:38px;margin:0;padding:7px 10px;border:1px solid #aab4c5;border-radius:6px;background:#fff;color:inherit;font:inherit}#final-task-form label small,#final-click-form label small,#rotation-form label small{min-height:2.4em;color:#53627c;font-size:.85rem;font-weight:400;line-height:1.4}#final-task-form>#task-error,#final-task-form>button,#final-click-form>button,#rotation-form>button{grid-column:1/-1}#final-task-form>button,#final-click-form>button,#rotation-form>button{justify-self:start}@media(max-width:760px){#final-task-form,#final-click-form,#rotation-form{grid-template-columns:1fr;padding:16px}#final-task-form>#task-error,#final-task-form>button,#final-click-form>button,#rotation-form>button{grid-column:auto}}
.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:18px 0 26px}.stat{padding:16px;border:1px solid #d8e0ee;border-radius:8px;background:#fbfcff}.stat b{display:block;font-size:1.5rem}.toolbar{display:flex;gap:12px;margin:16px 0}.toolbar label{font-size:.9rem}.toolbar select{display:block;margin-top:4px;padding:8px;border:1px solid #aab4c5;border-radius:6px;background:#fff}.task-table{width:100%;border-collapse:collapse}.task-table th,.task-table td{padding:10px 8px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}.task-table th{font-size:.85rem;color:#53627c}.task-table code{font-size:.8rem;word-break:break-all}.badge{display:inline-block;padding:2px 7px;border-radius:99px;background:#e8edf7;font-size:.85rem}.badge.paused{background:#fff0c2}.empty{padding:18px;border:1px dashed #aab4c5;border-radius:8px;color:#53627c}.view-link{color:#123d88;font-weight:600;text-decoration:none}@media(max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.task-table{font-size:.88rem}.task-table th:nth-child(6),.task-table td:nth-child(6){display:none}}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid label{font-size:.9rem}.form-grid input,.form-grid select{width:100%;margin-top:4px;padding:9px;border:1px solid #aab4c5;border-radius:6px}.form-grid .wide{grid-column:1/-1}.form-actions{display:flex;gap:10px;margin-top:20px}.form-actions button{width:auto}.notice{padding:10px;border-radius:6px;background:#e8f2ff}.error{color:#b42318}@media(max-width:680px){.form-grid{grid-template-columns:1fr}}.mode-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0}.mode-card{display:block;padding:22px;border:2px solid #d8e0ee;border-radius:12px;background:#fff;color:#172033;text-decoration:none}.mode-card:hover{border-color:#2056b5}.mode-card h3{margin:0 0 8px}.field-group{margin:22px 0;padding:18px;border:1px solid #d8e0ee;border-radius:10px}.field-group h3{margin:0 0 12px}.help{display:block;color:#53627c;font-size:.85rem;margin-top:4px}.advanced{margin-top:20px}.task-table{table-layout:auto}.task-table th:first-child{min-width:170px}.task-table th:last-child{min-width:55px}.task-table td{word-break:normal}.view-link{white-space:nowrap}.system-soon{color:#53627c;font-size:.85rem}.layout{grid-template-columns:210px minmax(0,1fr)}@media(max-width:680px){.mode-cards{grid-template-columns:1fr}}.target-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.target-list{display:grid;gap:14px;margin-top:20px}.target-card{border:1px solid #d8e0ee;border-radius:12px;padding:20px;box-shadow:0 1px 2px #17203308}.target-card:hover,.task-card:hover{border-color:#b8caeb;box-shadow:0 4px 16px #1720330d}.target-card h3{margin:0;font-size:1.05rem}.target-meta{color:#53627c;font-size:.9rem;margin:.35rem 0}.target-form .field-group{margin:18px 0}.status-on{color:#067647}.status-off{color:#b54708}.legacy-note{background:#fff5d6}.placeholder{color:#53627c}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;column-gap:18px;row-gap:20px}.form-grid label{display:flex;flex-direction:column;gap:5px;line-height:1.35}.form-grid .wide,.form-field--full{grid-column:1/-1}.form-grid input,.form-grid select{height:42px;margin:0}.form-field{min-width:0}.help{min-height:2.5em;line-height:1.45}.field-group{padding:20px}.field-group h3{font-size:1rem}.info-panel{margin:18px 0;padding:18px 20px;border:1px solid #d8e0ee;border-radius:8px;background:#fbfcff}.info-panel h3{margin:0 0 8px;font-size:1rem}.info-panel p{margin:0}.button{display:inline-flex;box-sizing:border-box;width:auto;min-height:42px;padding:8px 16px;align-items:center;justify-content:center;border:1px solid #2056b5;border-radius:7px;font:600 14px/1.4 system-ui,sans-serif;text-decoration:none;vertical-align:middle;cursor:pointer}.button:hover{filter:brightness(.96)}.button:focus-visible{outline:2px solid #9bbcff;outline-offset:2px}.button--primary{background:#2056b5;color:#fff}.button--secondary{background:#fff;color:#344054;border-color:#aab4c5}.form-actions{display:flex;align-items:center;gap:10px;margin-top:24px;padding-top:18px;border-top:1px solid #e2e8f0}.form-actions button,.form-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;width:auto;padding:0 18px;border-radius:7px;font:inherit;font-weight:600;text-decoration:none;line-height:1}.form-actions .action-secondary{background:#fff;color:#344054;border:1px solid #aab4c5}.form-actions .action-primary{background:#2056b5;color:#fff;border:1px solid #2056b5}.toggle-row{display:flex!important;align-items:center!important;flex-direction:row!important;gap:10px;cursor:pointer}.toggle-row input[type=checkbox]{box-sizing:border-box;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;margin:0!important;padding:0!important;flex:0 0 18px}.toggle-copy{display:grid;gap:3px;min-width:0}.toggle-copy small{color:#53627c;font-size:.85rem;font-weight:400}.service-status{display:flex;align-items:center;gap:8px}.service-status b{display:inline-block;padding:3px 8px;border-radius:99px;background:#e8f5ee;color:#067647;font-size:.85rem}.task-list{display:grid;gap:12px;margin-top:18px}.task-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 20px;border:1px solid #d8e0ee;border-radius:12px;background:#fff}.task-name{margin:0;font-size:1.05rem}.task-id{color:#667085;font:12px ui-monospace,SFMono-Regular,monospace}.task-line{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:9px;color:#53627c;font-size:.9rem}.task-times{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:8px 18px;margin-top:12px;font-size:.88rem}.task-times b{display:block;color:#53627c;font-size:.76rem;font-weight:600}.mode-badge,.status-badge{display:inline-flex;align-items:center;width:max-content;padding:3px 8px;border-radius:99px;font-size:.8rem;font-weight:600}.mode-badge{background:#f1f4f9;color:#475467}.status-badge{background:#e8f2ff;color:#1d4e89}.status-badge.paused{background:#fff5d6;color:#8a5a00}.task-actions{display:flex;gap:8px;white-space:nowrap}.list-action{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border-radius:7px;border:1px solid #b9c8df;color:#1d4e89;font-weight:600;text-decoration:none}.list-action:hover{background:#edf4ff}@media(max-width:760px){.form-grid{grid-template-columns:1fr}.form-grid .wide,.form-field--full{grid-column:auto}.task-card{grid-template-columns:1fr}.task-actions{justify-content:flex-start}.task-times{grid-template-columns:1fr}.target-head{align-items:flex-start}.form-actions{flex-wrap:wrap}}.detail-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.detail-id{color:#667085;font:12px ui-monospace,SFMono-Regular,monospace}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.detail-stat,.detail-section{border:1px solid #d8e0ee;border-radius:12px;padding:18px;background:#fff}.detail-stat b{display:block;font-size:1.05rem}.detail-stat small,.detail-section h3{color:#53627c}.detail-section{margin-top:16px}.detail-section h3{margin:0 0 12px;font-size:1rem}.param-value{margin:8px 0 0;padding:12px;background:#f7f9fc;border-radius:8px;overflow-wrap:anywhere;white-space:pre-wrap;font:13px ui-monospace,SFMono-Regular,monospace}.history-row{padding:12px 0;border-top:1px solid #eef1f6}.history-row:first-child{border-top:0}.run-title{display:flex;justify-content:space-between;gap:12px;align-items:center}.run-meta{color:#53627c;font-size:.9rem;margin:6px 0}.run-ok{color:#067647}.run-fail{color:#b42318}.detail-empty{color:#667085;margin:0}.detail-section details summary{cursor:pointer;color:#1d4e89;font-weight:600}@media(max-width:760px){.detail-grid{grid-template-columns:1fr}.detail-head{display:block}}
.s26-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.s26-head h2{margin:0}.s26-actions,.s26-action-group,.s26-table .action-group{display:flex;gap:7px;flex-wrap:wrap;align-items:center}.s26-summary,.s26-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}.s26-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.s26-card,.s26-panel{border:1px solid #d8e0ee;border-radius:8px;background:#fff;padding:14px}.s26-card small,.s26-card span{display:block;color:#667085;font-size:.84rem}.s26-card strong{display:block;margin:5px 0;font-size:1rem;overflow-wrap:anywhere}.s26-tabs{display:flex;gap:2px;border-bottom:1px solid #d8e0ee;margin:20px 0 0;overflow-x:auto}.s26-tab{width:auto;background:transparent;color:#53627c;border:0;border-bottom:2px solid transparent;border-radius:0;padding:10px 14px;white-space:nowrap}.s26-tab.is-active{color:#123d88;border-bottom-color:#2056b5;background:#eef4ff}.s26-panel{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.s26-panel h3{margin:0 0 12px}.s26-dl{display:grid;grid-template-columns:170px minmax(0,1fr);gap:10px;margin:0}.s26-dl dt{color:#53627c}.s26-dl dd{margin:0;overflow-wrap:anywhere}.s26-table-wrap{overflow-x:auto}.s26-table{width:100%;border-collapse:collapse;font-size:.9rem}.s26-table th,.s26-table td{text-align:left;vertical-align:top;padding:10px 8px;border-bottom:1px solid #e7edf5}.s26-table th{color:#53627c;white-space:nowrap}.s26-table td:last-child{min-width:220px}.s26-badge{display:inline-block;border-radius:999px;padding:2px 8px;background:#e8edf7;color:#253858;font-size:.82rem;font-weight:600;white-space:nowrap}.s26-empty{padding:18px;border:1px dashed #aab4c5;border-radius:8px;color:#667085}#main-content .action-button,#main-content .s26-action-button,#main-content .s26-head>.button,#main-content .s26-table .button{display:inline-flex;box-sizing:border-box;width:auto;min-width:0;min-height:34px;height:34px;margin:0;padding:0 11px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid #2056b5;border-radius:6px;background:#fff;color:#123d88;font:600 13px/1 system-ui,sans-serif;text-decoration:none;cursor:pointer}#main-content .action-button--primary,#main-content .s26-action-button--primary,#main-content .s26-head>.button--primary{background:#2056b5;color:#fff}#main-content .action-button--state,#main-content .s26-action-button--state{background:#eef4ff}#main-content .action-button--danger,#main-content .s26-action-button--danger,#main-content .s26-table .danger{border-color:#b42318;background:#fff5f4;color:#b42318}.s26-form{display:grid;gap:16px;max-width:760px;padding:18px;border:1px solid #d8e0ee;border-radius:8px}.s26-form label{font-weight:600}.s26-form .form-control{display:block;box-sizing:border-box;width:100%;height:38px;min-height:38px;margin:5px 0 0;padding:7px 10px;line-height:1.35}.s26-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.s26-form details{padding:10px;border:1px solid #e2e8f0}.s26-form details label{display:block;margin-top:10px}.s26-check{display:flex;align-items:center;gap:8px}.s26-check input{width:auto;margin:0}.s26-form-actions{display:flex;gap:8px;align-items:center}.s26-modal{position:fixed;inset:0;background:#17203388;display:grid;place-items:center;padding:24px;z-index:20}.s26-modal-box{width:min(100%,480px);max-height:90vh;overflow:auto;background:#fff;padding:20px;border-radius:8px}.s26-modal textarea{width:100%;height:55vh;margin:12px 0;font:12px ui-monospace,monospace}.s26-close{width:auto;float:right;background:#e8edf7;color:#172033}.s26-copy{width:auto}.s26-identifiers{display:grid;grid-template-columns:repeat(2,minmax(11rem,1fr));gap:8px;margin:0}.s26-identifiers div{min-width:0}.s26-identifiers dt{color:#53627c;font-size:.82rem}.s26-identifiers dd{margin:2px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,monospace}.s26-notice{padding:12px;background:#e8f7ee;color:#126b42;border-radius:6px}@media(max-width:900px){.s26-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.s26-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.s26-head{display:block}.s26-actions{margin-top:10px}.s26-grid,.s26-summary,.s26-form-grid,.s26-identifiers{grid-template-columns:1fr}.s26-dl{grid-template-columns:1fr;gap:3px}.s26-dl dd{margin-bottom:8px}.s26-table td:last-child{min-width:180px}}
#main-content .target-head .button--primary{height:40px;min-height:40px;padding:0 14px}#main-content .s26-check input{width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;margin:0!important;padding:0!important;flex:0 0 18px}.task-state-tabs .s26-tab{display:inline-flex;align-items:center;gap:7px;text-decoration:none;font:inherit}.task-state-tabs .s26-badge{min-width:22px;text-align:center}.task-state-tabs .s26-tab:hover{background:#f5f8ff;color:#123d88}.task-state-tabs .s26-tab.is-active:hover{background:#eef4ff}
#main-content .provider-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
#main-content .provider-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
#main-content .provider-list,#main-content .provider-form{display:grid;gap:16px;margin-top:18px}
#main-content .provider-card,#main-content .form-section{padding:18px;border:1px solid #d8e0ee;border-radius:8px}
#main-content .provider-card h3,#main-content .form-section h3{margin:0 0 12px}
#main-content .provider-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
#main-content .provider-form .form-field{display:grid;gap:6px;min-width:0;line-height:1.4}
#main-content .provider-form .form-field--full{grid-column:1/-1}
#main-content .provider-form .form-label{font-weight:600}
#main-content .form-control{display:block;box-sizing:border-box;width:100%;height:38px;min-height:38px;margin:0;padding:7px 10px;border:1px solid #aab4c5;border-radius:6px;background:#fff;color:inherit;font:inherit;line-height:1.35}
#main-content .form-control:focus{outline:2px solid #9bbcff;outline-offset:1px;border-color:#2056b5}
#main-content .provider-form .form-help{display:block;margin:0;color:#53627c;font-size:.85rem;font-weight:400;line-height:1.45}
#main-content .action-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
#main-content .action-button{display:inline-flex;box-sizing:border-box;width:auto;min-width:0;min-height:34px;height:34px;margin:0;padding:0 11px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid #2056b5;border-radius:6px;background:#fff;color:#123d88;font:600 13px/1 system-ui,sans-serif;text-decoration:none;vertical-align:middle;cursor:pointer}
#main-content .action-button--primary{background:#2056b5;color:#fff}
#main-content .action-button--state{background:#eef4ff;color:#123d88}
#main-content .action-button--danger{border-color:#b42318;background:#fff5f4;color:#b42318}
#main-content .action-button:hover{filter:brightness(.96)}
#main-content .action-button:focus-visible{outline:2px solid #9bbcff;outline-offset:2px}
@media(max-width:700px){#main-content .provider-head{display:grid;grid-template-columns:1fr}#main-content .provider-form .form-grid{grid-template-columns:1fr}#main-content .provider-form .form-field--full{grid-column:auto}}
