:root{color:#0f172a;background:#f6f9fc;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #0f172a;--muted: #475569;--brand: #075985;--action: #0369a1;--teal: #0e7490;--surface: #ffffff;--page: #f6f9fc;--border: #dce5ee;--success: #047857;--warning: #b45309;--danger: #b91c1c;--sidebar-width: 240px;--topbar-height: 64px;--radius: 10px}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--page)}body{min-width:320px;min-height:100vh;margin:0;background:var(--page)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid rgba(14,116,144,.35);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.62}h1,h2,h3,p{margin-top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:10px;left:10px;padding:10px 14px;color:#fff;background:var(--brand);border-radius:6px;transform:translateY(-150%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:9px 16px;border:1px solid transparent;border-radius:7px;font-size:14px;font-weight:650;line-height:1.4;text-decoration:none;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.button:not(:disabled):active{transform:translateY(1px)}.primary-button{color:#fff;background:var(--action);border-color:var(--action)}.primary-button:hover:not(:disabled){background:var(--brand);border-color:var(--brand)}.secondary-button{color:var(--ink);background:var(--surface);border-color:var(--border)}.secondary-button:hover:not(:disabled){color:var(--brand);border-color:#9eb5c8;background:#f9fbfd}.icon-button{display:inline-grid;width:40px;height:40px;padding:0;place-items:center;color:var(--muted);background:transparent;border:0;border-radius:7px;cursor:pointer}.icon-button:hover{color:var(--brand);background:#edf3f8}.eyebrow{margin-bottom:7px;color:var(--teal);font-size:11px;font-weight:750;line-height:1.4;letter-spacing:.14em;text-transform:uppercase}.eyebrow.light{color:#b9dce5}.spinner{display:inline-block;width:24px;height:24px;border:2px solid #bfd0de;border-top-color:var(--action);border-radius:50%;animation:spin .7s linear infinite}.spinner.small{width:16px;height:16px;border-color:#ffffff73;border-top-color:#fff}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{display:grid;min-height:100vh;grid-template-columns:minmax(360px,.92fr) minmax(440px,1.08fr);background:var(--surface)}.login-context{position:relative;display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;padding:clamp(32px,5vw,72px);overflow:hidden;color:#fff;background:var(--brand)}.login-context:before,.login-context:after{position:absolute;right:-100px;width:380px;height:1px;background:#ffffff29;content:"";transform:rotate(-28deg)}.login-context:before{top:23%}.login-context:after{bottom:24%}.login-brand,.brand-lockup{display:flex;align-items:center;gap:11px}.brand-symbol{display:inline-grid;width:38px;height:38px;flex:0 0 auto;place-items:center;color:#fff;background:var(--teal);border-radius:8px}.brand-symbol.large{width:48px;height:48px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25)}.login-brand>div,.brand-copy{display:flex;min-width:0;flex-direction:column}.login-brand strong{font-size:20px;letter-spacing:.05em}.login-brand span,.brand-copy small{color:#ffffffad;font-size:12px;letter-spacing:.07em}.context-copy{position:relative;z-index:1;max-width:510px}.context-copy h2{margin-bottom:22px;font-size:clamp(36px,4.4vw,64px);font-weight:650;line-height:1.16;letter-spacing:-.035em}.context-copy>p:last-child{max-width:420px;margin-bottom:0;color:#d8e8ee;font-size:16px;line-height:1.85}.login-process{position:relative;z-index:1;display:grid;margin:0;padding:21px 0 0;border-top:1px solid rgba(255,255,255,.2);grid-template-columns:repeat(4,1fr);list-style:none}.login-process li{display:flex;flex-direction:column;gap:7px;color:#eff7f9;font-size:14px}.login-process span{color:#9fcbd5;font-size:11px;font-variant-numeric:tabular-nums;letter-spacing:.08em}.login-form-region{display:grid;min-height:100vh;padding:32px;place-items:center;background:var(--surface)}.login-form-card{width:min(100%,420px)}.login-heading{margin-bottom:30px}.login-heading h1{margin-bottom:9px;color:var(--ink);font-size:30px;font-weight:700;letter-spacing:-.025em}.login-heading>p:last-child{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.7}.login-form,.field-group{display:flex;flex-direction:column}.login-form{gap:20px}.field-group{gap:8px}.field-group label{color:#243549;font-size:14px;font-weight:650}.field-group label span{color:var(--danger)}.input-shell,.input-prefix-group{display:flex;min-height:46px;align-items:center;color:#718096;background:#fff;border:1px solid #cbd8e3;border-radius:7px;transition:border-color .15s ease,box-shadow .15s ease}.input-shell:focus-within,.input-prefix-group:focus-within{border-color:var(--action);box-shadow:0 0 0 3px #0369a11f}.input-shell.invalid,.input-prefix-group.invalid,.text-input.invalid{border-color:var(--danger)}.input-shell>svg{flex:0 0 auto;margin-left:13px}.input-shell input,.input-prefix-group input{min-width:0;flex:1;padding:11px 12px;color:var(--ink);background:transparent;border:0;outline:0}.input-shell input::placeholder,.input-prefix-group input::placeholder,.text-input::placeholder{color:#8a9aac}.password-toggle{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;color:var(--muted);background:transparent;border:0;border-radius:6px;cursor:pointer}.password-toggle:hover{color:var(--brand);background:#f0f5f8}.field-error,.field-help{margin:0;font-size:12px;line-height:1.55}.field-error{color:var(--danger)}.field-help{color:#64748b}.form-alert{display:flex;align-items:flex-start;gap:9px;margin-bottom:20px;padding:11px 12px;color:#8f1616;background:#fff7f7;border:1px solid #efc7c7;border-radius:7px;font-size:13px;line-height:1.55}.form-alert svg{flex:0 0 auto;margin-top:1px}.login-submit{width:100%;margin-top:4px}.login-support{margin:22px 0 0;color:#718096;font-size:12px;line-height:1.6;text-align:center}.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;display:flex;width:var(--sidebar-width);flex-direction:column;color:#dcebf1;background:var(--ink);transition:width .18s ease,transform .18s ease}.brand-lockup{height:var(--topbar-height);flex:0 0 auto;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-copy strong{overflow:hidden;color:#fff;font-size:16px;letter-spacing:.035em;white-space:nowrap}.sidebar-nav{display:flex;flex:1;flex-direction:column;gap:17px;overflow-y:auto;padding:22px 12px}.nav-group{display:flex;flex-direction:column;gap:4px}.nav-section-label{margin:0 9px 8px;color:#7f96a7;font-size:10px;font-weight:700;letter-spacing:.12em}.nav-link{display:flex;min-height:44px;align-items:center;gap:12px;padding:10px 12px;color:#aebfca;border-radius:7px;font-size:14px;text-decoration:none;white-space:nowrap}.nav-link:hover{color:#fff;background:#ffffff0f}.nav-link.active{color:#fff;background:var(--brand)}.nav-link svg{flex:0 0 auto}.sidebar-foot{display:flex;min-height:58px;align-items:center;gap:9px;margin:0 12px 12px;padding:0 13px;color:#9fb1bd;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:7px;font-size:12px;white-space:nowrap}.environment-dot{width:7px;height:7px;flex:0 0 auto;background:#35b98a;border-radius:50%;box-shadow:0 0 0 3px #35b98a26}.workspace{min-width:0;min-height:100vh;margin-left:var(--sidebar-width);transition:margin-left .18s ease}.topbar{position:sticky;z-index:20;top:0;display:flex;height:var(--topbar-height);align-items:center;justify-content:space-between;padding:0 24px;background:#fffffffa;border-bottom:1px solid var(--border)}.topbar-start,.account-area{display:flex;align-items:center}.topbar-start{gap:8px}.account-area{gap:10px}.mobile-menu,.mobile-close{display:none}.site-scope{display:inline-flex;min-height:38px;align-items:center;gap:8px;padding:7px 11px;color:var(--muted);background:#fff;border:1px solid var(--border);border-radius:7px;cursor:pointer}.site-scope:hover{color:var(--brand);border-color:#adc0d0}.account-avatar{display:inline-grid;width:34px;height:34px;place-items:center;color:#fff;background:var(--teal);border-radius:7px;font-size:13px;font-weight:700}.account-copy{display:flex;min-width:84px;flex-direction:column}.account-copy strong{font-size:13px}.account-copy small{color:#718096;font-size:11px}.logout-button{display:inline-flex;min-height:38px;align-items:center;gap:7px;margin-left:4px;padding:7px 10px;color:var(--muted);background:transparent;border:0;border-radius:7px;cursor:pointer}.logout-button:hover{color:var(--danger);background:#fff4f4}.account-security-button{display:inline-flex;min-height:36px;align-items:center;gap:6px;padding:6px 9px;color:#426178;background:#f3f8fa;border:1px solid #d6e3e8;border-radius:7px;font-size:11px;font-weight:700;cursor:pointer}.account-security-button:hover{color:var(--brand);background:#eaf5f7;border-color:#9dc8ce}.security-dialog-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#081b27b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.security-dialog{width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;background:var(--surface);border:1px solid #c9dce3;border-top:4px solid var(--teal);border-radius:10px;box-shadow:0 30px 80px #04141f57}.security-dialog>header{display:grid;align-items:center;gap:12px;padding:20px 22px 17px;border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr) auto}.security-dialog h2{margin-top:2px;font-size:21px}.security-dialog-symbol{display:grid;width:42px;height:42px;place-items:center;color:#d5f6f2;background:#0f5660;border-radius:8px}.security-session-warning{display:flex;align-items:center;gap:10px;margin:18px 22px 0;padding:12px 14px;color:#8a520c;background:#fff8eb;border:1px solid #f1d9ae;border-left:4px solid #d78819;border-radius:7px}.security-session-warning span{display:flex;flex-direction:column;gap:2px}.security-session-warning strong{color:#64400f;font-size:12px}.security-session-warning small{color:#8a6a3e;font-size:10px;line-height:1.5}.security-dialog form{display:grid;gap:14px;padding:18px 22px 22px}.security-checkrail{display:grid;overflow:hidden;color:#9bb9c5;background:#0d2d3d;border:1px solid #173f50;border-radius:7px;grid-template-columns:repeat(3,minmax(0,1fr))}.security-checkrail span{min-height:48px;padding:11px 12px;border-right:1px solid rgba(185,220,229,.16);font-size:9px;line-height:1.45}.security-checkrail span:last-child{border-right:0}.security-checkrail span.done{color:#c9f7e5;background:#1b847738}.sidebar-collapsed .sidebar{width:72px}.sidebar-collapsed .workspace{margin-left:72px}.sidebar-collapsed .brand-lockup{padding:0 17px}.sidebar-collapsed .brand-copy,.sidebar-collapsed .nav-section-label,.sidebar-collapsed .nav-link span,.sidebar-collapsed .sidebar-foot span{display:none}.sidebar-collapsed .nav-link{justify-content:center;padding-inline:0}.sidebar-collapsed .sidebar-nav{gap:10px}.sidebar-collapsed .sidebar-foot{justify-content:center;padding:0}.sidebar-collapsed .collapse-button svg{transform:rotate(180deg)}.main-content{width:100%;max-width:1600px;min-height:calc(100vh - var(--topbar-height));margin:0 auto;padding:30px clamp(20px,3vw,44px) 48px}.page-stack{display:flex;flex-direction:column;gap:24px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-header h1{margin-bottom:7px;font-size:28px;font-weight:720;letter-spacing:-.025em}.page-header>div>p:last-child{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.65}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.section-heading.compact{margin-bottom:22px}.section-heading h2{margin-bottom:0;font-size:18px;font-weight:700}.text-link,.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--action);font-size:13px;font-weight:650;text-decoration:none}.text-link:hover,.back-link:hover{text-decoration:underline}.flow-panel,.table-panel,.form-panel,.form-aside{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.flow-panel{padding:24px}.system-pill{display:inline-flex;min-height:30px;align-items:center;gap:7px;padding:5px 10px;border:1px solid currentColor;border-radius:999px;font-size:12px;font-weight:650}.system-pill.healthy{color:var(--success);background:#f1fbf7}.system-pill.warning{color:var(--warning);background:#fff9f0}.system-pill.danger{color:var(--danger);background:#fff6f6}.flow-rail{display:grid;margin:0;padding:0;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none}.flow-stage{position:relative;display:grid;min-width:0;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px}.flow-stage:not(:last-child):after{position:absolute;z-index:0;top:22px;left:48px;width:calc(100% - 44px);height:2px;background:#bfd3df;content:""}.flow-marker{position:relative;z-index:1;display:grid;width:44px;height:44px;grid-row:1 / 3;place-items:center;color:#fff;background:var(--brand);border:5px solid #e7f1f5;border-radius:50%}.flow-copy{display:grid;min-width:0;grid-template-columns:auto 1fr;gap:1px 7px}.flow-copy strong{font-size:14px}.flow-copy small{overflow:hidden;color:var(--muted);font-size:11px;grid-column:1 / -1;text-overflow:ellipsis;white-space:nowrap}.flow-index{color:var(--teal);font-size:10px;font-weight:750;letter-spacing:.07em}.flow-ready{display:inline-flex;align-items:center;align-self:end;gap:4px;margin-top:8px;color:var(--success);font-size:11px}.flow-ready.pending{color:var(--muted)}.metric-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{display:grid;min-width:0;padding:19px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:40px minmax(0,1fr);gap:10px 12px}.metric-icon{display:grid;width:40px;height:40px;place-items:center;color:var(--brand);background:#eaf3f7;border-radius:8px}.metric-card>div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.metric-card>div span{color:var(--muted);font-size:13px}.metric-card strong{font-size:24px;font-variant-numeric:tabular-nums}.metric-card small{color:#718096;font-size:11px;grid-column:1 / -1}.state-panel{display:flex;min-height:170px;align-items:center;justify-content:center;gap:12px;padding:26px;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-size:14px}.error-panel{justify-content:flex-start}.error-panel>div{flex:1}.error-panel strong{color:var(--ink);font-size:15px}.error-panel p{margin:4px 0 0;font-size:13px}.state-icon{display:inline-grid;width:48px;height:48px;flex:0 0 auto;place-items:center;color:var(--brand);background:#eaf3f7;border-radius:50%}.state-icon.error-icon{color:var(--danger);background:#fff2f2}.empty-state{display:flex;min-height:360px;align-items:center;justify-content:center;flex-direction:column;padding:48px 24px;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.empty-state h2{margin:16px 0 7px;font-size:18px}.empty-state p{max-width:420px;margin-bottom:20px;color:var(--muted);font-size:13px;line-height:1.7}.session-loading{display:flex;min-height:100vh;align-items:center;justify-content:center;gap:12px;color:var(--muted);background:var(--page);font-size:14px}.success-banner{display:flex;align-items:center;gap:9px;padding:11px 14px;color:#046a4d;background:#f2fbf7;border:1px solid #b7decf;border-radius:8px;font-size:13px}.status-check{font-weight:800}.table-toolbar{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:16px;padding:13px 18px;border-bottom:1px solid var(--border)}.table-toolbar h2{margin-bottom:3px;font-size:15px}.table-toolbar p{margin-bottom:0;color:var(--muted);font-size:12px}.table-note{display:inline-flex;align-items:center;gap:6px;color:#64748b;font-size:11px}.responsive-table-wrap{width:100%;overflow-x:auto}.responsive-table{width:100%;border-collapse:collapse;table-layout:fixed}.responsive-table th,.responsive-table td{padding:14px 18px;text-align:left;vertical-align:middle}.responsive-table th{color:#607185;background:#f9fbfd;border-bottom:1px solid var(--border);font-size:11px;font-weight:700;letter-spacing:.04em}.responsive-table td{color:#334155;border-bottom:1px solid #e9eff4;font-size:13px}.responsive-table tbody tr:last-child td{border-bottom:0}.responsive-table tbody tr:hover{background:#fbfdfe}.sites-table th:nth-child(1){width:25%}.sites-table th:nth-child(2){width:29%}.sites-table th:nth-child(3){width:20%}.sites-table th:nth-child(4){width:16%}.sites-table th:nth-child(5){width:10%}.site-name-cell{display:flex;min-width:0;align-items:center;gap:10px}.site-name-cell strong{overflow:hidden;color:var(--ink);text-overflow:ellipsis;white-space:nowrap}.site-monogram{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;color:var(--brand);background:#eaf3f7;border-radius:7px}.hostname{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.status-tag{display:inline-flex;min-height:25px;align-items:center;padding:3px 8px;border:1px solid currentColor;border-radius:999px;font-size:11px;font-weight:650}.status-tag.active{color:var(--success);background:#f2fbf7}.status-tag.warning,.status-tag.draft{color:var(--warning);background:#fff9f1}.status-tag.running,.status-tag.ready{color:var(--brand);background:#eff7fb}.status-tag.blocked{color:#9a4e08;background:#fff6ea}.status-tag.danger{color:var(--danger);background:#fff4f4}.status-tag.disabled{color:#64748b;background:#f7f9fb}.table-action-cell{text-align:right!important}.icon-link{display:inline-grid;width:34px;height:34px;place-items:center;color:var(--muted);border-radius:6px}.icon-link:hover{color:var(--action);background:#edf4f8}.offline-label{color:#718096;font-size:11px;white-space:nowrap}.sites-operations-page{max-width:1460px}.sites-operations-header{padding:21px 24px;color:#d9edf1;background:linear-gradient(112deg,#0b3144,#075c66);border:1px solid #174f5d;border-radius:var(--radius)}.sites-operations-header .eyebrow{color:#70d4d1}.sites-operations-header h1{color:#fff}.sites-operations-header>div>p:last-child{color:#a8cbd2}.sites-control-deck{display:grid;overflow:hidden;background:#fff;border:1px solid var(--border);border-left:4px solid var(--teal);border-radius:var(--radius);grid-template-columns:230px minmax(0,1fr)}.sites-control-copy{display:grid;align-content:center;padding:15px 20px;color:#dceff2;background:#103b4b;gap:3px}.sites-control-copy span{color:#78c4cb;font-size:9px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.sites-control-copy strong{color:#fff;font-size:17px}.sites-control-copy small{color:#9dbfc7;font-size:9px}.sites-filter-form{display:grid;align-items:end;gap:12px;padding:14px 18px;grid-template-columns:minmax(270px,1fr) 180px auto auto}.sites-filter-form label{display:grid;color:#516878;font-size:10px;font-weight:700;gap:6px}.sites-filter-form .input-with-icon{position:relative;display:block}.sites-filter-form .input-with-icon>svg{position:absolute;z-index:1;top:50%;left:12px;color:#72909e;transform:translateY(-50%)}.sites-filter-form .input-with-icon .text-input{padding-left:38px}.sites-filter-form .text-input{min-height:40px}.text-button{color:#526879;background:transparent;border-color:transparent}.text-button:hover:not(:disabled){color:var(--action);background:#edf5f7;border-color:#d4e5e9}.sites-bulk-bar{display:flex;min-height:64px;align-items:center;gap:10px;padding:11px 14px 11px 18px;color:#d4e8ed;background:#0d3444;border:1px solid #1d5162;border-left:4px solid #2db6b3;border-radius:var(--radius);box-shadow:0 12px 26px #0827341f}.sites-bulk-bar>div:first-child{display:grid;min-width:185px;margin-right:auto;gap:2px}.sites-bulk-bar strong{color:#fff;font-size:13px}.sites-bulk-bar span{color:#9abcc5;font-size:9px}.sites-bulk-bar .secondary-button{color:#dff5f4;background:#174c57;border-color:#39717a}.sites-bulk-bar .inline-error{max-width:300px;color:#ffd1ce;font-size:10px}.sites-operations-table{overflow:hidden}.sites-operations-table .sites-table{min-width:820px;table-layout:fixed}.sites-operations-table .sites-table th:nth-child(n){width:auto}.sites-operations-table .sites-table th:nth-child(2){width:22%}.sites-operations-table .sites-table th:nth-child(3){width:28%}.sites-operations-table .sites-table th:nth-child(4){width:16%}.sites-operations-table .sites-table th:nth-child(5){width:12%}.sites-operations-table .sites-table th:nth-child(6){width:104px}.sites-operations-table .sites-table tbody tr.selected{background:#edf8f8;box-shadow:inset 3px 0 #15969a}.selection-column{width:46px!important;min-width:46px;padding-right:4px!important;text-align:center!important}.selection-column input{width:16px;height:16px;accent-color:var(--teal);cursor:pointer}.site-name-cell>span:last-child{display:grid;min-width:0;gap:3px}.site-name-cell small{overflow:hidden;color:#758694;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.sites-operations-table td:nth-child(3){display:table-cell}.sites-operations-table td:nth-child(3)>.hostname{display:block}.site-health{display:inline-flex;align-items:center;gap:4px;margin-top:6px;padding:3px 6px;border-radius:4px;font-size:9px;font-weight:700}.site-health.active{color:#0a6b55;background:#e9f8f2}.site-health.draft{color:#8a5a13;background:#fff5df}.site-health.danger{color:#a23832;background:#fff0ef}.site-publish-time{display:inline-flex;align-items:center;gap:5px;color:#526879;font:10px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.sites-pagination{display:flex;min-height:62px;align-items:center;justify-content:space-between;padding:12px 18px;background:#f8fbfc;border-top:1px solid var(--border)}.sites-pagination>span{color:#6a7f8d;font-size:10px}.sites-pagination>div{display:flex;gap:8px}.sites-pagination .button{min-height:34px;padding:6px 10px;font-size:10px}.site-bulk-dialog{width:min(920px,calc(100vw - 48px))}.site-bulk-impact-grid{display:grid;gap:1px;margin:18px 22px 0;overflow:hidden;background:#d9e5e9;border:1px solid #d9e5e9;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.site-bulk-impact-grid>div{display:grid;min-height:82px;align-content:center;padding:13px 15px;background:#f8fbfc;grid-template-columns:auto minmax(0,1fr);gap:3px 8px}.site-bulk-impact-grid svg{color:var(--teal);grid-row:1 / 3}.site-bulk-impact-grid span{align-self:end;color:#718390;font-size:9px}.site-bulk-impact-grid strong{color:var(--ink);font:22px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.site-bulk-warning{display:flex;align-items:flex-start;gap:10px;margin:12px 22px;padding:12px 14px;color:#80520c;background:#fff8e9;border:1px solid #edd5a7;border-left:4px solid #d8901d;border-radius:7px}.site-bulk-warning.disabled{color:#8b2925;background:#fff5f4;border-color:#e9c1bd;border-left-color:#b7473e}.site-bulk-warning svg{flex:0 0 auto}.site-bulk-warning p{margin:0;font-size:10px;line-height:1.6}.site-bulk-preview-list{display:grid;max-height:290px;margin:0 22px;overflow-y:auto;border:1px solid var(--border);border-radius:8px}.site-bulk-preview-list article{display:grid;align-items:center;gap:8px 14px;padding:11px 13px;border-bottom:1px solid #e6edf0;grid-template-columns:minmax(0,1fr) auto}.site-bulk-preview-list article:last-child{border-bottom:0}.site-bulk-preview-list article>div{display:grid;min-width:0;gap:2px}.site-bulk-preview-list strong{color:var(--ink);font-size:11px}.site-bulk-preview-list code{overflow:hidden;color:#718390;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.site-bulk-preview-list article>span{color:#275f6d;font-size:9px;font-weight:750}.site-bulk-preview-list small{color:#a13e36;font-size:9px;grid-column:1 / -1}.site-bulk-dialog>.inline-error{display:block;margin:12px 22px 0;padding:9px 11px;color:#9f2823;background:#fff1f0;border:1px solid #efc3bf;border-radius:6px;font-size:10px}.site-bulk-actions{display:flex;align-items:center;gap:9px;padding:16px 22px 20px}.site-bulk-actions>span{margin-right:auto;color:#718390;font-size:9px}.management-form-panel{padding:22px 24px;background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--teal);border-radius:var(--radius)}.management-form-heading{align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.management-form-grid{display:grid;align-items:start;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.provider-form-grid,.article-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.routing-launch-card{display:grid;min-width:0;align-items:center;gap:20px;padding:18px 20px;background:linear-gradient(102deg,#f7fbfc,#eef8f8 52%,#f9fbfc);border:1px solid #cfdee5;border-left:4px solid var(--teal);border-radius:var(--radius);grid-template-columns:minmax(300px,1.3fr) minmax(270px,.9fr) auto}.routing-launch-copy{display:flex;min-width:0;align-items:center;gap:13px}.routing-launch-copy h2{margin:2px 0 4px;font-size:16px}.routing-launch-copy p:last-child{max-width:680px;margin:0;color:#627584;font-size:11px;line-height:1.65}.routing-launch-icon{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;color:#fff;background:#0c8593;border-radius:9px;box-shadow:0 6px 16px #0c85932e}.routing-mini-track{display:flex;min-width:0;align-items:center;justify-content:center;gap:8px;color:#718493;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;letter-spacing:.08em}.routing-mini-track svg{color:#75a8af}.routing-mini-track span{padding:6px 8px;background:#fff;border:1px solid #cfdee5;border-radius:5px}.routing-mini-track .routing-switch-node{color:#087985;background:#def3f4;border-color:#9bd3d7}.routing-policy-panel{scroll-margin-top:78px}.routing-policy-grid{display:grid;align-items:end;gap:14px;grid-template-columns:minmax(210px,.8fr) minmax(230px,1fr) 32px minmax(230px,1fr)}.routing-provider-stage{position:relative;padding:15px 14px 13px;background:#f9fbfc;border:1px solid #d6e2e8;border-radius:8px}.routing-provider-stage.primary-stage{border-top:3px solid var(--brand)}.routing-provider-stage.fallback-stage{border-top:3px solid var(--teal)}.routing-stage-label{display:block;margin-bottom:8px;color:#5f7483;font-size:9px;font-weight:700;letter-spacing:.08em}.routing-track-arrow{display:grid;height:42px;place-items:center;color:#4ea5ae}.routing-condition-fieldset{min-width:0;margin:18px 0 0;padding:14px 15px 15px;background:#fbfcfd;border:1px solid #d9e4ea;border-radius:8px}.routing-condition-fieldset legend{padding:0 7px;color:#536a7a;font-size:10px;font-weight:700}.routing-condition-fieldset:disabled{opacity:.58}.routing-condition-list{display:flex;flex-wrap:wrap;gap:8px}.routing-condition-chip{position:relative;cursor:pointer}.routing-condition-chip input{position:absolute;opacity:0;pointer-events:none}.routing-condition-chip span{display:inline-flex;min-height:30px;align-items:center;padding:6px 10px;color:#607483;background:#fff;border:1px solid #d5e1e7;border-radius:6px;font-size:10px}.routing-condition-chip input:checked+span{color:#087884;background:#e7f7f7;border-color:#79c6cc;box-shadow:inset 0 0 0 1px #0c859314}.routing-condition-chip input:focus-visible+span{outline:3px solid rgba(13,126,155,.2);outline-offset:2px}.provider-health{display:grid;justify-items:start;gap:4px}.provider-health small{max-width:170px;overflow:hidden;color:#778a98;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.management-form-grid .field-group{min-width:0}.field-span-2{grid-column:span 2}.field-span-full{grid-column:1 / -1}.compact-actions{margin-top:20px;padding-top:18px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.management-table th{width:auto}.provider-table th:nth-child(1){width:20%}.provider-table th:nth-child(2){width:16%}.provider-table th:nth-child(3){width:16%}.provider-table th:nth-child(4){width:12%}.provider-table th:nth-child(5){width:18%}.provider-table th:nth-child(6){width:18%}.jobs-table th:nth-child(1){width:20%}.jobs-table th:nth-child(3){width:11%}.jobs-table th:nth-child(4){width:10%}.jobs-table th:nth-child(5){width:28%}.jobs-table th:nth-child(6){width:16%}.articles-table th:nth-child(1){width:35%}.articles-table th:nth-child(2){width:18%}.articles-table th:nth-child(3){width:13%}.articles-table th:nth-child(4){width:12%}.articles-table th:nth-child(5){width:22%}.record-identity{display:flex;min-width:0;align-items:center;gap:10px}.record-identity>div{display:flex;min-width:0;flex-direction:column;gap:2px}.record-identity strong,.record-name{overflow:hidden;color:var(--ink);text-overflow:ellipsis;white-space:nowrap}.record-identity small{overflow-wrap:anywhere;color:#718096;font-size:10px}.model-config{display:flex;min-width:0;flex-direction:column;gap:3px}.model-config small{color:#718096;font-size:10px}.record-icon{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;color:var(--brand);background:#eaf3f7;border-radius:7px}.code-value,.attempt-value,.time-window,.budget-value{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-variant-numeric:tabular-nums}.secret-mask{color:#475569;letter-spacing:.035em}.budget-value{white-space:nowrap}.ai-cost-page{max-width:1500px}.ai-cost-filters .filter-grid{display:grid;align-items:end;gap:13px;grid-template-columns:150px minmax(150px,.8fr) minmax(160px,.8fr) minmax(160px,.8fr) minmax(190px,1fr) auto}.ai-cost-instrument{display:grid;overflow:hidden;color:#dbeaf1;background:linear-gradient(120deg,rgba(13,145,161,.18),transparent 44%),#101e31;border:1px solid #213a54;border-radius:var(--radius);box-shadow:0 10px 30px #0f1e311f;grid-template-columns:minmax(240px,1.35fr) repeat(4,minmax(150px,.8fr))}.ai-cost-instrument>div{display:grid;min-height:112px;align-content:center;gap:5px;padding:20px 22px;border-right:1px solid rgba(162,191,210,.16)}.ai-cost-instrument>div:last-child{border-right:0}.ai-cost-instrument span{display:flex;align-items:center;gap:7px;color:#9eb4c2;font-size:10px;font-weight:700;letter-spacing:.04em}.ai-cost-instrument svg{color:#46c0cb}.ai-cost-instrument strong{color:#fff;font-size:24px;font-variant-numeric:tabular-nums;letter-spacing:-.025em}.ai-cost-instrument small{color:#8fa7b7;font-size:9px}.cost-primary-readout{position:relative}.cost-primary-readout:after{position:absolute;right:22px;bottom:18px;width:48px;height:3px;content:"";background:repeating-linear-gradient(90deg,#42bac6 0 5px,transparent 5px 8px);opacity:.7}.ai-cost-instrument .cost-primary-readout strong{color:#65d8df;font-size:31px}.ai-cost-instrument .cost-readout.blocked strong{color:#ffca84}.ai-cost-instrument .cost-readout.blocked svg{color:#ffb757}.budget-deck{padding:22px 24px 24px;background:#f8fbfc;border:1px solid #d5e2e8;border-top:3px solid var(--teal);border-radius:var(--radius)}.budget-deck .section-heading{align-items:center;margin-bottom:17px}.budget-card-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.budget-meter-card{min-width:0;padding:16px;background:#fff;border:1px solid #d7e3e9;border-radius:8px;box-shadow:0 3px 10px #2642520a}.budget-meter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.budget-meter-head>div{display:grid;gap:3px}.budget-meter-head strong{color:var(--ink);font-size:13px}.budget-meter-head small{color:#6f8290;font-size:9px}.budget-meter-head svg{color:var(--teal)}.budget-scale{position:relative;height:9px;overflow:hidden;margin:16px 0 10px;background:repeating-linear-gradient(90deg,#e6edf1 0,#e6edf1 12px,#f7fafb 12px,#f7fafb 15px);border:1px solid #d6e2e7;border-radius:2px}.budget-scale span{display:block;height:100%;background:linear-gradient(90deg,#0d7899,#14a6a8 72%,#efb34c);transition:width .18s ease}.budget-meter-values{display:flex;justify-content:space-between;gap:10px;color:#687d8c;font-size:9px}.budget-meter-values strong{color:#20394a;font-variant-numeric:tabular-nums}.budget-warning{margin:11px 0 0;padding-top:9px;color:#9a4e08;border-top:1px dashed #e5c18e;font-size:9px;line-height:1.55}.usage-group-table th:nth-child(1){width:17%}.usage-group-table th:nth-child(2){width:23%}.usage-group-table th:nth-child(3){width:14%}.usage-group-table th:nth-child(4){width:14%}.usage-group-table th:nth-child(5){width:18%}.usage-group-table th:nth-child(6){width:14%}.usage-calls-table th:nth-child(1){width:17%}.usage-calls-table th:nth-child(2){width:18%}.usage-calls-table th:nth-child(3){width:24%}.usage-calls-table th:nth-child(4){width:11%}.usage-calls-table th:nth-child(5){width:18%}.usage-calls-table th:nth-child(6){width:12%}.blocked-reason{display:inline-flex;align-items:flex-start;gap:6px;color:#9a4e08;line-height:1.5}.blocked-reason svg{flex:0 0 auto;margin-top:1px}.quality-value{color:var(--success);font-weight:700;font-variant-numeric:tabular-nums}.quality-value.pending{color:#718096;font-weight:500}.jobs-console-page{max-width:1440px}.job-state-board{display:grid;overflow:hidden;color:#d9e8f0;background:#0f1d31;border:1px solid #1d3550;border-radius:var(--radius);grid-template-columns:repeat(3,minmax(130px,.7fr)) minmax(250px,1.4fr)}.job-state-board>div{display:flex;min-height:76px;align-items:center;gap:12px;padding:16px 20px;border-right:1px solid rgba(159,190,209,.16)}.job-state-board>div:last-child{border-right:0}.job-state-board svg{flex:0 0 auto;color:#48c1cb}.job-state-board span{display:grid;gap:2px}.job-state-board strong{color:#fff;font-size:21px;font-variant-numeric:tabular-nums}.job-state-board small{color:#9bb0c0;font-size:10px}.job-state-board-note{background:linear-gradient(110deg,#0d91a138,#0d91a10d)}.job-state-board-note strong{font-size:12px}.job-filter-panel .filter-grid{grid-template-columns:minmax(170px,.8fr) minmax(240px,1.25fr) minmax(180px,1fr)}.job-filter-summary{display:flex;min-height:42px;align-items:center;justify-content:flex-end;gap:9px;color:#5c7182;font-size:11px}.job-filter-summary svg{color:var(--teal)}.job-filter-summary strong{color:var(--ink);font-size:15px}.jobs-table th:nth-child(1){width:18%}.jobs-table th:nth-child(2){width:15%}.jobs-table th:nth-child(3){width:9%}.jobs-table th:nth-child(4){width:8%}.jobs-table th:nth-child(5){width:24%}.jobs-table th:nth-child(6){width:14%}.jobs-table th:nth-child(7){width:12%}.jobs-table tr.selected-row td{background:#edf8fa}.job-site{display:grid;min-width:0;gap:2px}.job-site strong{overflow:hidden;color:#26394b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.job-site small{overflow:hidden;color:#8393a2;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;text-overflow:ellipsis}.job-detail-panel{padding:24px;background:var(--surface);border:1px solid var(--border);border-top:4px solid var(--teal);border-radius:var(--radius);scroll-margin-top:78px}.job-detail-identity{display:grid;align-items:stretch;margin-bottom:20px;grid-template-columns:minmax(260px,.8fr) minmax(0,1.5fr);border:1px solid #d7e3ea;border-radius:9px}.job-detail-identity>div{display:flex;min-width:0;align-items:center;gap:10px;padding:15px 18px}.job-detail-identity>div strong{overflow:hidden;color:#34495c;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.job-detail-identity>div small{color:#7b8c9a;font-size:9px}.job-detail-identity dl{display:grid;margin:0;background:#f7fafc;border-left:1px solid #d7e3ea;grid-template-columns:repeat(4,minmax(0,1fr))}.job-detail-identity dl>div{display:grid;min-width:0;align-content:center;gap:3px;padding:12px 14px;border-right:1px solid #e1e9ee}.job-detail-identity dl>div:last-child{border-right:0}.job-detail-identity dt{color:#80909e;font-size:9px}.job-detail-identity dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#314557;font-size:10px}.job-detail-grid{display:grid;align-items:start;gap:18px;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)}.job-flight-recorder{min-height:410px;padding:20px;color:#d9e8f0;background:#101e31;border:1px solid #203851;border-radius:10px}.job-flight-recorder .section-heading{margin-bottom:12px}.job-flight-recorder h3{color:#fff}.job-flight-recorder .eyebrow{color:#55cbd2}.job-flight-recorder .revision-chip{color:#c4edf0;background:#27b2be26;border-color:#55cbd259}.job-event-timeline{position:relative;display:grid;margin:0;padding:4px 0 0;list-style:none}.job-event-timeline:before{position:absolute;top:22px;bottom:20px;left:88px;width:1px;background:#31506b;content:""}.job-event-timeline li{position:relative;display:grid;min-height:74px;align-items:start;padding:12px 0;grid-template-columns:72px 18px minmax(0,1fr);gap:8px}.job-event-timeline time{padding-top:2px;color:#8199ab;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}.job-event-node{z-index:1;width:10px;height:10px;margin-top:3px;background:#101e31;border:3px solid #4bc8d0;border-radius:50%}.job-event-timeline li>div{display:grid;min-width:0;gap:3px}.job-event-timeline strong{color:#edf8fa;font-size:11px}.job-event-timeline li>div>span{color:#75d3da;font-size:10px}.job-event-timeline small{overflow-wrap:anywhere;color:#8298aa;font-size:8px}.job-detail-side{display:grid;gap:18px}.job-detail-card{padding:18px;background:#fbfcfd;border:1px solid #d9e3e9;border-radius:9px}.job-detail-card .section-heading{margin-bottom:12px}.job-detail-card h3{font-size:14px}.job-detail-empty{margin:18px 0;color:#7b8b98;font-size:11px;text-align:center}.job-flight-recorder .job-detail-empty{color:#879caf}.job-attempt-list{display:grid;gap:8px}.job-attempt-list article{display:grid;align-items:start;padding:10px 0;border-bottom:1px solid #e7edf1;grid-template-columns:34px minmax(0,1fr);gap:10px}.job-attempt-list article:last-child{border-bottom:0}.job-attempt-list article>span{display:grid;width:30px;height:30px;place-items:center;color:#0b7180;background:#e3f4f5;border-radius:50%;font-size:9px;font-weight:750}.job-attempt-list article>div{display:grid;min-width:0;gap:3px}.job-attempt-list strong{color:#33485a;font-size:11px}.job-attempt-list small{overflow-wrap:anywhere;color:#81909c;font-size:8px}.job-attempt-list p{margin:2px 0 0;color:#a34b20;font-size:9px}.job-payload-list{display:grid;margin:0}.job-payload-list>div{display:grid;padding:8px 0;border-bottom:1px solid #e7edf1;grid-template-columns:110px minmax(0,1fr);gap:12px}.job-payload-list>div:last-child{border-bottom:0}.job-payload-list dt{color:#718392;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.job-payload-list dd{margin:0;overflow-wrap:anywhere;color:#34495c;font-size:10px}.job-action-panel{display:grid;align-items:center;gap:14px;margin-top:18px;padding:16px 18px;background:#fff8ed;border:1px solid #eed1a8;border-left:4px solid #d47b20;border-radius:8px;grid-template-columns:minmax(0,1fr) auto}.job-action-panel>div:first-child{display:flex;align-items:center;gap:11px}.job-action-panel>div:first-child svg{flex:0 0 auto;color:#b45e12}.job-action-panel>div:first-child span{display:grid;gap:2px}.job-action-panel strong{color:#6c3e13;font-size:11px}.job-action-panel small{color:#896441;font-size:9px}.job-action-panel>div:last-child,.job-action-confirm{display:flex;justify-content:flex-end;gap:8px}.job-action-panel .form-alert{grid-column:1 / -1;margin:0}.job-action-panel.confirming{background:#fff4e4}.table-button{min-height:34px;padding:6px 9px;color:var(--action);background:#f5fafc;border-color:#c8d9e4;font-size:11px;white-space:nowrap}.table-button:hover:not(:disabled){color:#fff;background:var(--action);border-color:var(--action)}.table-action-group{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.schedule-editor{background:linear-gradient(90deg,rgba(18,129,145,.045),transparent 28%),var(--surface)}.schedule-control-room{overflow:hidden;background:#fff;border:1px solid #cfdce5;border-top:4px solid #0e7490;border-radius:10px;box-shadow:0 16px 34px #0f172a12}.dispatch-board-header{display:flex;min-height:112px;align-items:center;justify-content:space-between;gap:28px;padding:22px 26px;color:#dff6f7;background:#0d2638;border-bottom:1px solid #183f55}.dispatch-board-header h2{margin:2px 0 5px;color:#fff;font-size:22px;letter-spacing:-.02em}.dispatch-board-header p:last-child{max-width:640px;margin:0;color:#9fb9c8;font-size:12px}.dispatch-board-header .eyebrow{color:#57c5c9}.dispatch-metrics{display:grid;flex:0 0 auto;grid-template-columns:repeat(3,92px)}.dispatch-metrics div{display:flex;min-height:58px;align-items:center;justify-content:center;flex-direction:column;border-left:1px solid #2c4b5e}.dispatch-metrics strong{color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:22px;font-variant-numeric:tabular-nums}.dispatch-metrics span{margin-top:3px;color:#8da8b8;font-size:9px;letter-spacing:.12em}.dispatch-command-strip{display:grid;min-height:68px;align-items:center;gap:18px;padding:12px 18px;background:#f3f7f9;border-bottom:1px solid #d7e2e8;grid-template-columns:minmax(320px,1fr) minmax(230px,300px) auto}.dispatch-month-switcher{display:flex;align-items:center;gap:9px}.dispatch-month-switcher>strong{min-width:128px;color:var(--ink);font-size:14px;text-align:center}.dispatch-month-switcher .icon-button{width:34px;height:34px}.dispatch-site-filter{display:grid;align-items:center;gap:8px;grid-template-columns:auto minmax(0,1fr)}.dispatch-site-filter>span{color:#64748b;font-size:10px;font-weight:700;letter-spacing:.08em;white-space:nowrap}.dispatch-site-filter .text-input{min-height:36px;padding:6px 10px;font-size:11px}.dispatch-legend{display:flex;justify-content:flex-end;gap:12px;color:#64748b;font-size:9px;white-space:nowrap}.dispatch-legend span{display:inline-flex;align-items:center;gap:5px}.dispatch-legend i{width:7px;height:7px;background:#94a3b8;border-radius:50%}.dispatch-legend i.queued{background:#0e7490}.dispatch-legend i.attention{background:#d97706}.dispatch-inline-error{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;color:#9a3412;background:#fff7ed;border-bottom:1px solid #fed7aa;font-size:11px}.dispatch-inline-error button{padding:0;color:#9a3412;background:transparent;border:0;font-weight:750;text-decoration:underline;cursor:pointer}.dispatch-workbench{display:grid;min-height:650px;grid-template-columns:minmax(0,1fr) 390px}.dispatch-calendar{position:relative;min-width:0;padding:18px;border-right:1px solid #dce5ea}.calendar-weekdays{display:grid;height:28px;align-items:center;color:#64748b;grid-template-columns:repeat(7,minmax(0,1fr));font-size:9px;font-weight:750;letter-spacing:.08em;text-align:center}.calendar-grid{display:grid;overflow:hidden;background:#dce5ea;border:1px solid #dce5ea;border-radius:7px;gap:1px;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-cell{min-width:0;min-height:98px;padding:6px;background:#fff}.calendar-cell.outside{background:#f6f8fa}.calendar-cell.selected{box-shadow:inset 0 0 0 2px #0e7490}.calendar-cell.attention{box-shadow:inset 3px 0 #d97706}.calendar-cell.selected.attention{box-shadow:inset 0 0 0 2px #0e7490,inset 5px 0 #d97706}.calendar-day-button{display:flex;width:100%;min-height:25px;align-items:baseline;justify-content:space-between;padding:0 2px;color:#334155;background:transparent;border:0;cursor:pointer}.calendar-day-button>span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:800}.calendar-day-button small{color:#94a3b8;font-size:8px}.calendar-cell.outside .calendar-day-button{color:#a1aab5}.calendar-slots{display:grid;gap:3px}.calendar-slot{display:grid;min-width:0;height:20px;align-items:center;padding:0 5px;color:#475569;background:#eef2f5;border:0;border-left:3px solid #94a3b8;border-radius:3px;cursor:pointer;grid-template-columns:31px minmax(0,1fr);text-align:left}.calendar-slot:hover{background:#e1edf1}.calendar-slot time{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;font-weight:800}.calendar-slot span{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.calendar-slot.queued,.calendar-slot.running,.calendar-slot.retry_wait{color:#075985;background:#e7f3f7;border-left-color:#0e7490}.calendar-slot.succeeded{color:#047857;background:#eaf7f1;border-left-color:#10b981}.calendar-slot.failed,.calendar-slot.blocked,.calendar-slot.needs_reconcile,.calendar-slot.cancelled{color:#9a3412;background:#fff3e8;border-left-color:#d97706}.calendar-more{padding-left:5px;color:#64748b;font-size:8px}.calendar-loading{position:absolute;top:46px;right:18px;bottom:18px;left:18px;display:grid;place-items:center;color:#075985;background:#ffffffd6;font-size:11px;font-weight:750}.dispatch-day-rail{min-width:0;background:#f8fafb}.day-rail-heading{display:flex;min-height:78px;align-items:center;justify-content:space-between;padding:16px 18px;background:#eef4f6;border-bottom:1px solid #d7e2e8}.day-rail-heading h3{margin:2px 0 0;color:var(--ink);font-size:17px}.day-rail-heading>span{display:inline-grid;min-width:42px;height:28px;place-items:center;color:#0e7490;background:#fff;border:1px solid #bed4dc;border-radius:4px;font-size:10px;font-weight:800}.day-rail-list{max-height:330px;overflow:auto;border-bottom:1px solid #d7e2e8}.day-rail-item{display:grid;width:100%;min-height:62px;align-items:center;padding:9px 14px;color:#334155;background:#fff;border:0;border-bottom:1px solid #e5ebef;cursor:pointer;gap:9px;grid-template-columns:26px 52px minmax(0,1fr) auto;text-align:left}.day-rail-item:hover,.day-rail-item.active{background:#edf7f8}.day-rail-item.active{box-shadow:inset 3px 0 #0e7490}.rail-sequence{color:#9aa8b3;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.rail-time,.rail-subject{display:flex;min-width:0;flex-direction:column;gap:2px}.rail-time strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.rail-time small,.rail-subject small{overflow:hidden;color:#82919e;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.rail-subject strong{overflow:hidden;color:#263746;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.occurrence-status{padding:3px 5px;color:#64748b;background:#eef2f5;border-radius:3px;font-size:8px;white-space:nowrap}.occurrence-status.queued,.occurrence-status.running,.occurrence-status.retry_wait{color:#075985;background:#dff1f4}.occurrence-status.succeeded{color:#047857;background:#dcfce7}.occurrence-status.failed,.occurrence-status.blocked,.occurrence-status.needs_reconcile,.occurrence-status.cancelled{color:#9a3412;background:#ffedd5}.day-rail-empty{display:flex;min-height:160px;align-items:center;justify-content:center;color:#8b9aa6;flex-direction:column;gap:5px}.day-rail-empty strong{color:#475569;font-size:12px}.day-rail-empty small{font-size:9px}.occurrence-inspector{margin:14px;padding:15px;background:#fff;border:1px solid #d8e3e9;border-radius:7px;box-shadow:0 8px 20px #0f172a0d}.occurrence-inspector-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.occurrence-inspector-heading h4{margin:2px 0 0;color:var(--ink);font-size:13px}.occurrence-evidence{display:grid;margin:13px 0;background:#f5f8fa;border:1px solid #e1e8ed;grid-template-columns:repeat(2,minmax(0,1fr))}.occurrence-evidence div{min-width:0;padding:8px 9px;border-right:1px solid #e1e8ed;border-bottom:1px solid #e1e8ed}.occurrence-evidence div:nth-child(2n){border-right:0}.occurrence-evidence div:nth-last-child(-n+2){border-bottom:0}.occurrence-evidence dt{color:#8795a1;font-size:8px}.occurrence-evidence dd{overflow:hidden;margin:3px 0 0;color:#334155;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.projected-note{display:flex;align-items:flex-start;gap:7px;padding:9px;color:#496575;background:#edf7f8;border-left:3px solid #0e7490;font-size:9px;line-height:1.5}.inspector-loading{margin:12px 0 0;color:#64748b;font-size:9px}.occurrence-actions{display:flex;justify-content:flex-end;gap:7px}.danger-outline-button{color:#b91c1c;background:#fff;border-color:#fecaca}.danger-outline-button:hover:not(:disabled){color:#fff;background:#b91c1c;border-color:#b91c1c}.occurrence-trace{margin-top:12px;padding-top:11px;border-top:1px solid #e4ebef}.occurrence-trace>div{display:flex;align-items:center;gap:6px;color:#475569;font-size:9px}.occurrence-trace>div span{margin-left:auto;color:#94a3b8}.occurrence-trace ol{display:grid;margin:9px 0 0;padding:0;list-style:none;gap:7px}.occurrence-trace li{display:grid;align-items:flex-start;gap:8px;grid-template-columns:7px minmax(0,1fr)}.occurrence-trace li>i{width:7px;height:7px;margin-top:3px;background:#0e7490;border-radius:50%}.occurrence-trace li>i.control{background:#d97706}.occurrence-trace li>span{display:flex;min-width:0;flex-direction:column;gap:1px}.occurrence-trace li strong{color:#475569;font-size:9px}.occurrence-trace li small{color:#94a3b8;font-size:8px}.schedules-table th:nth-child(1){width:22%}.schedules-table th:nth-child(2){width:21%}.schedules-table th:nth-child(3){width:17%}.schedules-table th:nth-child(4){width:14%}.schedules-table th:nth-child(5){width:26%}.schedule-identity,.schedule-cadence{display:flex;min-width:0;flex-direction:column;gap:3px}.schedule-identity small,.schedule-cadence small{overflow:hidden;color:#718096;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.schedule-cadence strong{color:var(--ink);font-size:12px}.schedule-next-run{color:#334155;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}.schedule-state{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.revision-chip{display:inline-flex;min-width:32px;min-height:24px;align-items:center;justify-content:center;padding:3px 7px;color:var(--brand);background:#eaf3f7;border:1px solid #cbdde5;border-radius:5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:750}.schedule-history-panel{padding:22px 24px;background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--teal);border-radius:var(--radius)}.schedule-history-list{display:grid;margin:0;padding:0;list-style:none}.schedule-history-list li{display:grid;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #e8eef2;grid-template-columns:auto minmax(150px,.8fr) minmax(240px,1.5fr)}.schedule-history-list li:last-child{border-bottom:0}.schedule-history-list li>div{display:flex;min-width:0;flex-direction:column;gap:3px}.schedule-history-list li strong{color:var(--ink);font-size:13px}.schedule-history-list li small{color:#718096;font-size:10px}.history-snapshot{flex-direction:row!important;justify-content:flex-end;gap:6px!important;flex-wrap:wrap}.history-snapshot span{padding:4px 7px;color:#475569;background:#f5f8fa;border:1px solid #dce6eb;border-radius:999px;font-size:10px}.code-editor-input{resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.65}.template-version-grid{margin-top:18px}.inheritance-note{display:flex;align-items:flex-start;gap:12px;margin-top:18px;padding:12px 14px;color:#405469;background:#f2f8fa;border:1px solid #cfe0e7;border-left:3px solid var(--teal);border-radius:7px;font-size:13px;line-height:1.55}.inheritance-note strong{flex:0 0 auto;color:var(--brand)}.inheritance-badge{display:inline-flex;max-width:100%;padding:4px 7px;overflow-wrap:anywhere;border-radius:5px;font-size:11px;line-height:1.35}.inheritance-badge.inherit{color:#0c6172;background:#e7f5f7}.inheritance-badge.override{color:#7c4a09;background:#fff5de}.resource-section-grid{display:grid;gap:20px}.input-with-icon{position:relative}.input-with-icon>svg{position:absolute;z-index:1;top:50%;left:12px;color:#718096;pointer-events:none;transform:translateY(-50%)}.input-with-icon .text-input{padding-left:39px}.city-picker-list{display:grid;max-height:330px;padding:8px;overflow-y:auto;background:#f8fbfd;border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.city-picker-item{display:flex;min-width:0;align-items:flex-start;gap:8px;padding:9px;background:#fff;border:1px solid #dce6ed;border-radius:6px;cursor:pointer}.city-picker-item.selected{background:#ebf7f8;border-color:#76b6c1}.city-picker-item input{margin-top:3px;accent-color:var(--teal)}.city-picker-item span{display:flex;min-width:0;flex-direction:column;gap:2px}.city-picker-item strong{overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.city-picker-item small{overflow-wrap:anywhere;color:#718096;font-size:10px}.preview-panel,.filter-panel{padding:20px 22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.preview-counts{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.preview-counts span{padding:5px 8px;color:#52667a;background:#f2f6f9;border-radius:5px;font-size:11px}.preview-counts strong{color:var(--ink);font-variant-numeric:tabular-nums}.preview-item-list{display:grid;margin-top:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.preview-item{display:flex;min-width:0;align-items:flex-start;gap:9px;padding:11px;color:#334155;background:#f8fbfd;border:1px solid var(--border);border-radius:7px}.preview-item.conflict{color:#8f1616;background:#fff7f7;border-color:#efc7c7}.preview-item.skipped{color:#6b7280}.preview-item>svg{flex:0 0 auto;margin-top:1px}.preview-item>div{display:flex;min-width:0;flex-direction:column;gap:2px}.preview-item span,.preview-item small{overflow-wrap:anywhere;font-size:11px}.preview-item small{color:#718096}.city-batch-console{padding:22px;background:var(--surface);border:1px solid var(--border);border-top:3px solid #12839a;border-radius:var(--radius)}.city-batch-console-heading p:last-child{max-width:680px;margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.55}.city-production-rail{display:grid;margin-top:18px;overflow:hidden;color:#9fc9d4;background:#0a2a37;border:1px solid #17485a;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.city-production-rail>div{position:relative;display:grid;min-width:0;min-height:82px;align-content:center;padding:14px 15px 14px 49px;border-right:1px solid rgba(159,201,212,.17)}.city-production-rail>div:last-child{border-right:0}.city-production-rail span{position:absolute;top:20px;left:14px;display:grid;width:25px;height:25px;place-items:center;color:#7faab6;background:#103847;border:1px solid #2b5e6f;border-radius:50%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;font-weight:800}.city-production-rail strong{overflow:hidden;color:#d7edf2;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.city-production-rail small{margin-top:3px;overflow:hidden;color:#7fa9b5;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.city-production-rail .done span{color:#d9fff6;background:#126455;border-color:#2a9b85}.city-production-rail .active{background:linear-gradient(110deg,#0c66786b,#0a2a3700)}.city-production-rail .active span{color:#062f36;background:#5de0cf;border-color:#91f2e5;box-shadow:0 0 0 4px #5de0cf1f}.city-batch-layout{display:grid;margin-top:16px;grid-template-columns:minmax(250px,.7fr) minmax(0,1.55fr);gap:14px}.city-batch-list{display:flex;max-height:460px;flex-direction:column;gap:7px;padding:8px;overflow-y:auto;background:#f4f8fa;border:1px solid #d9e6eb;border-radius:8px}.city-batch-card{display:grid;width:100%;min-width:0;align-items:center;padding:11px 10px;text-align:left;background:#fff;border:1px solid #dbe6eb;border-radius:7px;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;cursor:pointer}.city-batch-card:hover:not(:disabled),.city-batch-card.selected{background:#eef8fa;border-color:#79b8c4}.batch-status-dot{width:9px;height:9px;background:#94a3b8;border-radius:50%}.batch-status-dot.running{background:#0284c7;box-shadow:0 0 0 4px #0284c71f}.batch-status-dot.succeeded{background:#059669}.batch-status-dot.partial{background:#d97706}.batch-status-dot.failed{background:#dc2626}.batch-status-dot.cancelled{background:#64748b}.city-batch-card-copy,.city-batch-card-progress{display:flex;min-width:0;flex-direction:column;gap:2px}.city-batch-card-copy strong{overflow:hidden;color:#17283b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.city-batch-card-copy small,.city-batch-card-progress small{color:#718096;font-size:9px}.city-batch-card-progress{align-items:flex-end}.city-batch-card-progress strong{color:#0b6677;font-size:13px;font-variant-numeric:tabular-nums}.city-batch-detail{min-width:0;padding:16px;background:#fbfdfe;border:1px solid #dbe6eb;border-radius:8px}.city-batch-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.city-batch-detail-head>div{display:flex;min-width:0;flex-direction:column;gap:3px}.city-batch-detail-head span{color:#718096;font-size:9px;letter-spacing:.06em}.city-batch-detail-head strong{color:#14283a;font-size:14px}.city-batch-detail-head small{color:#64748b;font-size:10px}.city-batch-detail-head .batch-percent{align-items:flex-end;text-align:right}.city-batch-detail-head .batch-percent strong{color:#076b7e;font-size:23px;font-variant-numeric:tabular-nums}.batch-progress-track{height:7px;margin:13px 0;overflow:hidden;background:#dce8ed;border-radius:999px}.batch-progress-track span{display:block;height:100%;background:linear-gradient(90deg,#0e7490,#19a690);border-radius:inherit;transition:width .22s ease}.city-batch-actions{display:flex;min-height:44px;align-items:center;justify-content:flex-end;gap:8px;padding:9px 0 12px;border-bottom:1px solid #e3ebef}.city-batch-actions.confirming{justify-content:space-between}.city-batch-actions.confirming>span{max-width:470px;color:#7c2d12;font-size:11px;line-height:1.45}.city-batch-actions>div{display:flex;gap:8px}.city-batch-actions .button{min-height:35px;padding:6px 10px;font-size:11px}.city-batch-item-list{display:grid;max-height:290px;margin-top:12px;overflow-y:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.city-batch-item{display:grid;min-width:0;align-items:center;padding:9px;background:#fff;border:1px solid #dce6eb;border-radius:6px;grid-template-columns:auto minmax(80px,.7fr) minmax(110px,1fr);gap:8px}.city-batch-item.failed{background:#fff8f7;border-color:#efc9c5}.city-batch-item.running{background:#f0f9ff;border-color:#bae1f3}.city-batch-item-icon{display:grid;width:27px;height:27px;place-items:center;color:#0f766e;background:#e7f7f3;border-radius:6px}.city-batch-item.failed .city-batch-item-icon{color:#b42318;background:#feeceb}.city-batch-item.running .city-batch-item-icon{color:#0369a1;background:#e0f2fe}.city-batch-item>div{display:flex;min-width:0;flex-direction:column;gap:2px}.city-batch-item strong{overflow:hidden;color:#26384a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.city-batch-item small{overflow:hidden;color:#718096;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.city-batch-detail-invite{display:flex;width:100%;align-items:center;justify-content:center;gap:10px;margin-top:12px;padding:18px;color:#285064;background:#f1f8fa;border:1px dashed #9fc6d1;border-radius:7px;cursor:pointer}.city-batch-detail-invite span{display:flex;flex-direction:column;text-align:left;gap:2px}.city-batch-detail-invite strong{font-size:12px}.city-batch-detail-invite small{color:#69818f;font-size:9px}.city-editor-panel{padding:24px;background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--teal);border-radius:var(--radius);scroll-margin-top:calc(var(--topbar-height) + 18px)}.city-editor-heading{align-items:flex-start}.city-editor-heading p:last-child{margin-top:5px;color:#64748b;font-size:11px}.city-editor-canonical{display:grid;margin:18px 0;overflow:hidden;color:#d6eaf0;background:#0c2e3d;border:1px solid #17485a;border-radius:8px;grid-template-columns:1.35fr .8fr 1fr}.city-editor-canonical>div{display:flex;min-width:0;min-height:78px;justify-content:center;flex-direction:column;padding:14px 17px}.city-editor-canonical>div:not(:last-child){border-right:1px solid rgba(159,201,212,.17)}.city-editor-canonical span{color:#80b5c1;font-size:9px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.city-editor-canonical strong{margin-top:5px;overflow-wrap:anywhere;color:#fff;font-size:12px;line-height:1.45}.city-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.city-editor-grid .text-input:disabled{color:#8292a3;background:#f1f5f7;cursor:not-allowed}.city-editor-actions{margin-top:20px}.city-editor-actions>span{margin-right:auto;color:#64748b;font-size:11px;line-height:1.45}.filter-grid{display:grid;align-items:end;grid-template-columns:1.4fr 1fr 1fr auto;gap:12px}.filter-button{margin-bottom:0}.multi-select{min-height:116px;padding-block:6px}.assignment-panel{border-top-color:var(--action)}.field-label{color:#243549;font-size:14px;font-weight:650}.toggle-group{justify-content:end}.toggle-control{display:flex;min-height:46px;align-items:center;gap:9px;padding:8px 12px;color:#334155;background:#f9fbfd;border:1px solid var(--border);border-radius:7px;cursor:pointer;font-size:13px}.toggle-control input{width:16px;height:16px;accent-color:var(--teal)}.success-banner-split{justify-content:space-between}.success-banner-split>span{display:inline-flex;align-items:center;gap:9px}.article-identity strong{white-space:normal}.channel-operation-panel{padding:22px 24px;background:var(--surface);border:1px solid var(--border);border-top:3px solid #0f8793;border-radius:var(--radius);scroll-margin-top:calc(var(--topbar-height) + 18px)}.channel-operation-heading{align-items:flex-start;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--border)}.channel-operation-heading h2{margin:3px 0 5px;font-size:19px}.channel-operation-heading p:last-child{max-width:720px;margin:0;color:#64748b;font-size:11px;line-height:1.6}.channel-copy-layout{display:grid;min-width:0;grid-template-columns:260px minmax(0,1fr);gap:16px}.channel-target-picker{min-width:0;max-height:330px;margin:0;padding:10px;overflow-y:auto;background:#f4f8fa;border:1px solid #d7e4ea;border-radius:8px}.channel-target-picker legend{padding:0 5px;color:#315368;font-size:11px;font-weight:750}.channel-target-picker>p{margin:8px;color:#718096;font-size:11px;line-height:1.6}.channel-target-picker label{display:flex;align-items:center;gap:9px;padding:10px;background:#fff;border:1px solid #dce6eb;border-radius:7px;cursor:pointer}.channel-target-picker label+label{margin-top:7px}.channel-target-picker label:has(input:checked){background:#eef9f8;border-color:#79b8b4;box-shadow:inset 3px 0 #0f8c86}.channel-target-picker input{width:16px;height:16px;flex:0 0 auto;accent-color:var(--teal)}.channel-target-picker label span{display:grid;min-width:0;gap:2px}.channel-target-picker strong{color:var(--ink);font-size:12px}.channel-target-picker small{overflow:hidden;color:#718096;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.channel-route-stage{min-width:0;overflow:hidden;color:#d9eaf0;background:#0c2e3d;border:1px solid #17485a;border-radius:9px}.channel-route-source{display:grid;min-height:72px;align-content:center;padding:14px 18px;background:linear-gradient(100deg,rgba(21,137,147,.28),transparent 65%);border-bottom:1px solid rgba(159,201,212,.18);gap:5px}.channel-route-source span{color:#83bbc5;font-size:9px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.channel-route-source strong{overflow-wrap:anywhere;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.channel-route-placeholder{display:flex;min-height:138px;align-items:center;justify-content:center;gap:10px;padding:24px;color:#85aab5;text-align:center;font-size:11px}.channel-route-results{display:grid;max-height:258px;padding:11px;overflow-y:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.channel-route-results article{display:grid;min-width:0;align-items:start;padding:11px;background:#103847;border:1px solid #245466;border-radius:7px;grid-template-columns:auto minmax(0,1fr);gap:9px}.channel-route-results article>svg{margin-top:2px;color:#62d4c7}.channel-route-results article.conflict{background:#44272c;border-color:#744149}.channel-route-results article.conflict>svg{color:#ffb4ad}.channel-route-results article div{display:grid;min-width:0;gap:4px}.channel-route-results strong{color:#f4fbfc;font-size:11px}.channel-route-results code{overflow-wrap:anywhere;color:#a9d3dc;font-size:9px;line-height:1.5}.channel-route-results small{color:#86aab5;font-size:9px;line-height:1.5}.channel-route-results .conflict small{color:#e2a9a5}.channel-operation-actions{margin-top:18px;padding-top:16px}.channel-operation-actions>span{margin-right:auto;color:#52667a;font-size:11px;font-weight:650}.channel-delete-panel{border-top-color:#b42318}.channel-impact-grid{display:grid;grid-template-columns:160px 160px minmax(0,1fr);gap:10px}.channel-impact-grid>div{display:grid;min-height:88px;align-content:center;padding:13px 15px;background:#f7fafb;border:1px solid #dce6eb;border-radius:8px;gap:3px}.channel-impact-grid span{color:#718096;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.channel-impact-grid strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:24px}.channel-impact-grid small{color:#718096;font-size:9px}.channel-impact-grid .channel-impact-warning{display:flex;align-items:center;grid-template-columns:none;color:#8f2721;background:#fff7f6;border-color:#efc7c3;gap:11px}.channel-impact-warning svg{flex:0 0 auto}.channel-impact-warning p{margin:0;font-size:11px;line-height:1.6}.city-channel-table th:nth-child(1){width:17%}.city-channel-table th:nth-child(2){width:14%}.city-channel-table th:nth-child(3){width:10%}.city-channel-table th:nth-child(4){width:8%}.city-channel-table th:nth-child(5){width:8%}.city-channel-table th:nth-child(6){width:21%}.city-channel-table th:nth-child(7){width:22%}.channel-row{transition:background .12s ease,opacity .12s ease}.channel-row.dragging{opacity:.45;background:#e9f7f7}.channel-identity{gap:8px}.channel-drag-handle{flex:0 0 auto;color:#8aa0ad;cursor:grab}.channel-row:active .channel-drag-handle{cursor:grabbing}.channel-order-button{width:30px;height:30px;min-height:30px;border:1px solid #d2dee6}.channel-delete-trigger{color:#a12b2b;border-color:#e6caca}.channel-delete-trigger:hover:not(:disabled){color:#fff;background:#a12b2b;border-color:#a12b2b}.organization-page{max-width:1400px}.organization-header{align-items:flex-end}.access-signal-rail{display:grid;overflow:hidden;color:#d8e8ee;background:#0d2d3d;border:1px solid #173f50;border-radius:var(--radius);grid-template-columns:repeat(3,minmax(0,1fr)) minmax(190px,.85fr)}.access-signal-rail>div{display:flex;min-width:0;min-height:88px;justify-content:center;flex-direction:column;padding:15px 18px;border-right:1px solid rgba(185,220,229,.17)}.access-signal-rail span{color:#80bac7;font-size:9px;font-weight:750;letter-spacing:.12em}.access-signal-rail strong{margin:4px 0 2px;color:#fff;font-size:15px}.access-signal-rail small{color:#9fc2cb;font-size:10px}.access-signal-rail .access-health{min-height:88px;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px;color:#a8e6d1;background:#0f3a43;border-right:0}.access-health strong{margin:0;color:#d8fff1;font-size:12px}.organization-metrics{display:grid;gap:1px;overflow:hidden;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(5,minmax(0,1fr))}.organization-metrics>div{display:flex;min-height:72px;align-items:center;gap:12px;padding:14px 17px;color:var(--teal);background:var(--surface)}.organization-metrics span{color:#52667a;font-size:12px}.organization-metrics strong{margin-right:3px;color:var(--ink);font-size:20px;font-variant-numeric:tabular-nums}.organization-tabs{display:flex;padding:4px;background:#eaf0f4;border-radius:9px;gap:4px}.organization-tab{min-height:39px;padding:8px 16px;color:#52667a;background:transparent;border:0;border-radius:6px;font-size:13px;font-weight:650;cursor:pointer}.organization-tab:hover{color:var(--brand);background:#ffffff8c}.organization-tab.active{color:var(--brand);background:#fff;box-shadow:0 1px 4px #0f2a3a14}.access-editor{border-top-color:var(--brand)}.employee-form-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.role-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-active-toggle{align-self:end}.employee-active-toggle span{display:flex;min-width:0;flex-direction:column;gap:2px}.employee-active-toggle small{color:#718096;font-size:10px}.access-assignment-grid{display:grid;align-items:start;gap:18px;margin-top:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.access-assignment-grid fieldset,.permission-matrix fieldset{min-width:0;margin:0;padding:16px;background:#f8fbfd;border:1px solid var(--border);border-radius:8px}.access-assignment-grid legend,.permission-matrix legend{padding:0 6px;color:var(--ink);font-size:13px;font-weight:700}.access-assignment-grid fieldset>p{margin:0 0 12px;color:#718096;font-size:10px;line-height:1.5}.access-option-list{display:grid;max-height:260px;overflow-y:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.access-option,.permission-option{display:flex;min-width:0;align-items:flex-start;gap:8px;padding:10px;background:#fff;border:1px solid #dce6ed;border-radius:6px;cursor:pointer}.access-option.selected,.permission-option.selected{background:#ebf7f8;border-color:#76b6c1}.access-option input,.permission-option input{flex:0 0 auto;margin-top:3px;accent-color:var(--teal)}.access-option span,.permission-option span{display:flex;min-width:0;flex-direction:column;gap:2px}.access-option strong,.permission-option strong{overflow:hidden;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.access-option small,.permission-option small{overflow-wrap:anywhere;color:#718096;font-size:9px}.permission-diff{display:grid;align-items:start;gap:18px;margin-top:20px;padding:18px;color:#d7e8ed;background:#102f3e;border:1px solid #1a4657;border-left:4px solid #25a0a9;border-radius:8px;grid-template-columns:minmax(180px,.7fr) minmax(0,1.8fr)}.permission-diff h3{margin-bottom:5px;color:#fff;font-size:16px}.permission-diff>div>small{color:#9fc2cb;font-size:10px;line-height:1.5}.permission-diff .eyebrow{color:#72d4d4}.diff-lanes{display:grid;gap:9px;grid-template-columns:repeat(2,minmax(0,1fr))}.diff-lanes>div{display:flex;min-width:0;align-items:center;gap:5px;flex-wrap:wrap}.diff-lanes strong{width:100%;color:#a9c6cf;font-size:9px;letter-spacing:.05em}.diff-lanes em{color:#7f9da8;font-size:10px;font-style:normal}.diff-chip{display:inline-flex;padding:4px 7px;border-radius:5px;font-size:9px}.diff-chip.add{color:#c9f7e5;background:#05966938;border:1px solid rgba(110,231,183,.25)}.diff-chip.remove{color:#ffd4d4;background:#b91c1c33;border:1px solid rgba(252,165,165,.24)}.effective-permissions{display:flex;grid-column:1 / -1;align-items:flex-start;gap:12px;padding-top:12px;border-top:1px solid rgba(185,220,229,.16)}.effective-permissions strong{flex:0 0 auto;color:#fff;font-size:10px}.effective-permissions span{color:#b9dce5;font-size:10px;line-height:1.6}.password-reset-strip{display:grid;align-items:center;gap:12px;margin-top:18px;padding:14px;background:#f8fbfd;border:1px solid var(--border);border-radius:8px;grid-template-columns:minmax(190px,.8fr) minmax(220px,1.2fr) auto}.password-reset-strip>div{display:flex;align-items:center;gap:10px;color:var(--teal)}.password-reset-strip span{display:flex;flex-direction:column;gap:2px}.password-reset-strip strong{color:var(--ink);font-size:12px}.password-reset-strip small{color:#718096;font-size:9px}.password-reset-strip .text-input{min-height:40px}.compact-chip-list{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.compact-chip-list span{padding:3px 6px;color:#405469;background:#edf3f6;border-radius:4px;font-size:9px}.session-count{display:inline-grid;min-width:28px;height:28px;place-items:center;color:var(--brand);background:#eaf3f7;border-radius:50%;font-size:11px;font-weight:750}.employee-login-state,.employee-status-cell{display:flex;min-width:0;align-items:center;gap:7px}.employee-login-state small,.employee-status-cell small{color:#718096;font-size:9px;line-height:1.4}.employee-login-state small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employees-table th:nth-child(1){width:20%}.employees-table th:nth-child(2){width:23%}.employees-table th:nth-child(3){width:14%}.employees-table th:nth-child(4){width:9%}.employees-table th:nth-child(5){width:12%}.employees-table th:nth-child(6){width:22%}.roles-table th:nth-child(1){width:24%}.roles-table th:nth-child(2){width:43%}.roles-table th:nth-child(3){width:10%}.roles-table th:nth-child(4){width:9%}.roles-table th:nth-child(5){width:14%}.permission-matrix{display:grid;align-items:start;gap:12px;margin-top:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.permission-matrix fieldset{display:grid;gap:6px}.compact-diff{grid-template-columns:minmax(180px,.6fr) minmax(0,1.4fr)}.compact-diff .diff-lanes{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-timeline{position:relative;padding:12px 24px 18px 34px}.audit-timeline:before{position:absolute;top:18px;bottom:24px;left:39px;width:1px;background:#c8d9e2;content:""}.audit-timeline article{position:relative;display:grid;min-height:82px;align-items:start;padding:14px 0 14px 26px;grid-template-columns:110px minmax(0,1fr);gap:16px}.audit-node{position:absolute;z-index:1;top:20px;left:0;width:11px;height:11px;background:var(--surface);border:3px solid var(--teal);border-radius:50%}.audit-timeline time{color:#718096;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.audit-timeline article>div{min-width:0}.audit-timeline strong{color:var(--ink);font-size:13px}.audit-timeline p{margin:5px 0;overflow-wrap:anywhere;color:#52667a;font-size:11px;line-height:1.55}.audit-timeline small{color:#8292a3;font-size:9px}.audit-log-page{max-width:1320px}.audit-scope-badge{display:flex;min-width:210px;align-items:center;gap:11px;padding:11px 14px;color:#0a4f63;background:#eaf7f8;border:1px solid #b8dde1;border-radius:10px}.audit-scope-badge>span{display:grid;gap:2px}.audit-scope-badge strong{font-size:12px}.audit-scope-badge small{color:#527381;font-size:10px}.site-workspace-page{max-width:1320px}.site-workspace-header{align-items:center}.site-workspace-header .back-link{margin-bottom:18px}.workspace-title-row{display:flex;align-items:center;gap:14px}.workspace-title-row h1{margin-bottom:3px}.workspace-title-row p:last-child{margin:0;color:#64748b;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.workspace-title-mark{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;color:#fff;background:var(--brand);border:5px solid #dcecf2;border-radius:50%}.site-release-rail{display:grid;overflow:hidden;background:#0d2d3d;border:1px solid #173f50;border-radius:var(--radius);grid-template-columns:repeat(3,minmax(0,1fr))}.site-release-rail>div{display:flex;min-width:0;align-items:center;gap:12px;padding:16px 18px;color:#b9dce5}.site-release-rail>div:not(:last-child){border-right:1px solid rgba(185,220,229,.18)}.site-release-rail svg{flex:0 0 auto}.site-release-rail span{display:flex;min-width:0;flex-direction:column;gap:3px}.site-release-rail small{color:#86adba;font-size:10px;letter-spacing:.06em}.site-release-rail strong{overflow:hidden;color:#fff;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.host-readiness-panel{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-top:3px solid #0f8793;border-radius:var(--radius)}.host-readiness-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px 17px;border-bottom:1px solid var(--border)}.host-readiness-heading h2{margin:2px 0 5px;font-size:18px}.host-readiness-heading>div:first-child>p:last-child{margin:0;color:var(--muted);font-size:12px}.host-readiness-count{display:flex;min-width:112px;align-items:baseline;justify-content:flex-end;gap:5px;color:#547080}.host-readiness-count strong{color:#087681;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:28px;line-height:1}.host-readiness-count span{font-size:11px}.host-readiness-list{display:grid}.host-readiness-item{position:relative;display:grid;min-width:0;padding:18px 156px 18px 22px;gap:12px}.host-readiness-item:not(:last-child){border-bottom:1px solid #e7eef2}.host-readiness-identity{display:grid;min-width:0;align-items:center;grid-template-columns:36px minmax(0,1fr) auto;gap:10px}.host-readiness-icon{display:grid;width:36px;height:36px;place-items:center;color:#087681;background:#e8f6f6;border:1px solid #cae8e8;border-radius:50%}.host-readiness-identity>div{display:grid;min-width:0;gap:3px}.host-readiness-identity strong{overflow:hidden;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.host-readiness-identity small{color:#738798;font-size:10px}.host-readiness-runway{display:grid;overflow:hidden;background:#f5f8fa;border:1px solid #dce6eb;border-radius:7px;grid-template-columns:repeat(3,minmax(0,1fr))}.host-readiness-runway span{position:relative;display:flex;min-height:34px;align-items:center;justify-content:center;gap:7px;color:#718096;font-size:10px}.host-readiness-runway span:not(:last-child){border-right:1px solid #dce6eb}.host-readiness-runway i{width:7px;height:7px;background:#b7c4cc;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #b7c4cc}.host-readiness-runway .passed{color:#087681;background:#eef9f8}.host-readiness-runway .passed i{background:#0f8c86;box-shadow:0 0 0 1px #0f8c86}.host-readiness-runway .failed{color:#a52b2b;background:#fff5f5}.host-readiness-runway .failed i{background:#c24141;box-shadow:0 0 0 1px #c24141}.host-readiness-meta{display:flex;min-width:0;flex-wrap:wrap;gap:6px 18px;color:#718096;font-size:10px}.host-readiness-meta span{overflow-wrap:anywhere}.host-readiness-reason{display:flex;align-items:center;gap:6px;margin:0;color:#a52b2b;font-size:11px}.host-probe-button{position:absolute;top:50%;right:22px;min-width:110px;transform:translateY(-50%)}.host-readiness-error{display:flex;align-items:center;gap:10px;padding:18px 22px;color:#991b1b;background:#fff7f7}.host-readiness-error span{flex:1;font-size:12px}.site-workspace-layout{display:grid;align-items:start;gap:20px;grid-template-columns:minmax(0,1fr) 300px}.site-workspace-form{display:grid;min-width:0;gap:20px}.site-workspace-form .management-form-heading>svg{color:var(--teal)}.workspace-textarea{min-height:84px;resize:vertical;line-height:1.6}.workspace-save-actions{margin-top:0;padding:18px 0 0}.workspace-save-actions>span{margin-right:auto;color:#718096;font-size:11px}.site-control-panel{position:sticky;top:calc(var(--topbar-height) + 22px);padding:22px;background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--brand);border-radius:var(--radius)}.site-control-icon{display:grid;width:42px;height:42px;margin-bottom:17px;place-items:center;color:var(--brand);background:#eaf3f7;border-radius:8px}.site-control-panel h2{margin-bottom:8px;font-size:20px}.site-control-panel>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.65}.site-control-panel dl{display:grid;gap:0;margin:20px 0;border-block:1px solid var(--border)}.site-control-panel dl>div{display:grid;min-width:0;padding:11px 0;grid-template-columns:72px minmax(0,1fr);gap:10px}.site-control-panel dl>div:not(:last-child){border-bottom:1px solid #e9eff4}.site-control-panel dt{color:#718096;font-size:11px}.site-control-panel dd{margin:0;overflow-wrap:anywhere;color:var(--ink);font-size:12px;text-align:right}.control-action{width:100%}.danger-button{color:#fff;background:var(--danger);border-color:var(--danger)}.danger-button:hover:not(:disabled){background:#991b1b;border-color:#991b1b}.disable-confirmation{padding:14px;color:#7f1d1d;background:#fff7f7;border:1px solid #efc7c7;border-radius:8px}.disable-confirmation strong{font-size:13px}.disable-confirmation p{margin:7px 0 12px;font-size:12px;line-height:1.55}.disable-confirmation>div{display:flex;gap:8px}.disable-confirmation .button{min-height:36px;flex:1;padding:7px 9px;font-size:11px}.narrow-page{max-width:1120px}.form-page-header{align-items:flex-start}.back-link{margin-bottom:24px}.form-layout{display:grid;align-items:start;gap:18px;grid-template-columns:minmax(0,1fr) 280px}.form-panel{padding:24px}.form-section-heading{padding-bottom:18px;border-bottom:1px solid var(--border)}.required-note{color:#718096;font-size:11px}.form-panel>.field-group{margin-top:20px}.text-input{width:100%;min-height:46px;padding:10px 12px;color:var(--ink);background:#fff;border:1px solid #cbd8e3;border-radius:7px;outline:0}.text-input:focus{border-color:var(--action);box-shadow:0 0 0 3px #0369a11f}.input-prefix-group>span{display:inline-flex;min-height:44px;align-items:center;gap:6px;padding:0 10px;color:#607185;background:#f4f7fa;border-right:1px solid var(--border);border-radius:6px 0 0 6px;font-size:12px}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:28px;padding-top:20px;border-top:1px solid var(--border)}.form-aside{padding:22px}.aside-icon{display:grid;width:42px;height:42px;place-items:center;color:var(--teal);background:#e9f5f6;border-radius:8px}.form-aside h2{margin:16px 0;font-size:16px}.form-aside ol{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none}.form-aside li{display:grid;align-items:start;color:var(--muted);font-size:12px;line-height:1.55;grid-template-columns:30px 1fr}.form-aside li span{color:var(--teal);font-size:10px;font-weight:750;letter-spacing:.06em}.prompt-control-strip{display:grid;align-items:end;padding:16px 18px;background:#eef6f8;border:1px solid #cfe0e7;border-radius:var(--radius);grid-template-columns:minmax(260px,1.25fr) repeat(3,minmax(130px,.7fr));gap:14px}.prompt-control-strip .field-group{min-width:0}.prompt-safety-note{display:flex;min-height:46px;align-items:center;gap:8px;padding:0 12px;color:#31586a;background:#ffffffb8;border:1px solid #d9e8ed;border-radius:7px;font-size:11px;font-weight:650}.prompt-safety-note svg{flex:0 0 auto;color:var(--teal)}.prompt-variable-help{display:flex;align-items:flex-start;gap:8px;margin-top:16px;color:#52667a;font-size:11px;line-height:1.7}.prompt-variable-help svg{flex:0 0 auto;margin-top:1px;color:var(--teal)}.prompt-code-input{min-height:150px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.65}.prompt-workbench{display:grid;min-width:0;align-items:start;gap:18px;grid-template-columns:250px minmax(0,1fr)}.prompt-template-rail{display:grid;overflow:hidden;background:#f1f6f8;border:1px solid #d4e0e6;border-radius:var(--radius)}.prompt-rail-heading{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;color:#486174;border-bottom:1px solid #d4e0e6;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.prompt-rail-heading small{display:grid;min-width:24px;height:24px;place-items:center;color:#fff;background:var(--teal);border-radius:999px;font-size:10px}.prompt-template-card{display:grid;min-width:0;padding:16px;color:inherit;background:transparent;border:0;border-bottom:1px solid #dbe6eb;cursor:pointer;text-align:left;gap:8px}.prompt-template-card:last-child{border-bottom:0}.prompt-template-card:hover{background:#fff}.prompt-template-card.selected{position:relative;background:#fff;box-shadow:inset 3px 0 0 var(--teal)}.prompt-template-card-top{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.prompt-template-card strong{overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.prompt-template-card em{flex:0 0 auto;padding:2px 6px;color:#075985;background:#e4f3f7;border-radius:999px;font-size:9px;font-style:normal;font-weight:750}.prompt-template-card>span:not(.prompt-template-card-top){overflow:hidden;color:#607185;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.prompt-template-card small{color:#8292a3;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.prompt-version-stage{min-width:0;padding:24px;background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--brand);border-radius:var(--radius)}.prompt-stage-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.prompt-stage-header h2{margin-bottom:7px;font-size:21px}.prompt-stage-header>div:first-child>p:last-child{max-width:650px;margin-bottom:0;color:var(--muted);font-size:12px;line-height:1.65}.prompt-stage-actions{display:flex;flex:0 0 auto;gap:8px}.prompt-version-track{display:flex;overflow-x:auto;margin:26px 0 22px;padding:0 0 8px;list-style:none}.prompt-version-track li{position:relative;min-width:140px;flex:1 0 140px}.prompt-version-track li:not(:last-child):after{position:absolute;z-index:0;top:17px;right:0;left:34px;height:2px;background:#cbd9e2;content:""}.prompt-version-track button{position:relative;z-index:1;display:grid;width:100%;padding:0;color:#607185;background:transparent;border:0;cursor:pointer;text-align:left;grid-template-columns:34px minmax(0,1fr);gap:9px}.version-node{display:grid;width:34px;height:34px;place-items:center;color:#587082;background:#fff;border:2px solid #bccbd5;border-radius:999px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:750}.prompt-version-track button>span:nth-child(2){display:grid;gap:2px;padding-top:2px}.prompt-version-track strong{color:#33485b;font-size:12px}.prompt-version-track small{color:#8292a3;font-size:9px}.prompt-version-track em{grid-column:2;justify-self:start;padding:2px 6px;color:#047857;background:#e8f8f1;border-radius:999px;font-size:8px;font-style:normal;font-weight:750}.prompt-version-track li.active .version-node{color:#fff;background:var(--success);border-color:var(--success);box-shadow:0 0 0 4px #e2f5ed}.prompt-version-track li.selected:not(.active) .version-node{color:var(--brand);border-color:var(--brand);box-shadow:0 0 0 4px #e8f2f7}.prompt-version-track li.active:not(:last-child):after{background:linear-gradient(90deg,var(--success),#cbd9e2)}.prompt-inline-editor{padding:20px;background:#f8fbfc;border:1px solid #d8e5eb;border-radius:9px}.prompt-inline-editor h3,.prompt-preview-lab h3{margin-bottom:0;font-size:17px}.prompt-editor-columns,.prompt-readonly-columns,.prompt-rendered-output{display:grid;min-width:0;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.prompt-version-detail{display:grid;gap:16px}.prompt-detail-meta{display:flex;min-height:58px;align-items:center;gap:22px;padding:10px 12px;background:#f5f9fb;border:1px solid #dae6ec;border-radius:8px}.prompt-detail-meta>div{display:grid;gap:3px}.prompt-detail-meta span{color:#7b8c9e;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.prompt-detail-meta strong{color:var(--ink);font-size:13px}.prompt-detail-meta code{color:var(--teal);font-size:11px}.prompt-detail-meta .button{margin-left:auto}.prompt-readonly-columns article,.prompt-rendered-output article{min-width:0;overflow:hidden;background:#0d2636;border:1px solid #23455a;border-radius:8px}.prompt-readonly-columns header,.prompt-rendered-output span{display:flex;align-items:center;gap:7px;padding:10px 12px;color:#9fd8de;background:#123247;border-bottom:1px solid #23455a;font-size:10px;font-weight:700;letter-spacing:.05em}.prompt-readonly-columns pre,.prompt-rendered-output pre{min-height:190px;margin:0;padding:15px;overflow:auto;color:#e2edf1;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.prompt-variable-chips{display:flex;gap:7px;flex-wrap:wrap}.prompt-variable-chips span{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;color:#52667a;background:#f4f8fa;border:1px solid #d9e4e9;border-radius:6px;font-size:9px}.prompt-variable-chips code{color:var(--teal)}.prompt-preview-lab{display:grid;margin-top:22px;padding-top:22px;border-top:1px solid var(--border);gap:14px}.prompt-preview-lab .section-heading{align-items:center;margin-bottom:0}.prompt-preview-lab .section-heading p:last-child{margin:6px 0 0;color:var(--muted);font-size:11px}.zero-call-badge{padding:6px 9px;color:#047857;background:#e7f8ef;border:1px solid #b7e3ce;border-radius:999px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:750}.prompt-preview-controls{display:grid;align-items:end;gap:12px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.prompt-rendered-output pre{min-height:140px}.keyword-group-strip{display:flex;min-width:0;gap:7px;padding:8px;overflow-x:auto;background:#edf3f5;border:1px solid #d6e2e7;border-radius:9px}.keyword-group-strip button,.keyword-ungrouped{display:flex;min-width:max-content;min-height:38px;align-items:center;gap:11px;padding:7px 11px;color:#546b77;background:transparent;border:1px solid transparent;border-radius:6px;font:inherit;cursor:pointer}.keyword-group-strip button:hover{color:var(--action);background:#fff}.keyword-group-strip button.active{color:#0b6473;background:#fff;border-color:#bdd5dd;box-shadow:0 2px 8px #1b48580f}.keyword-group-strip span{font-size:10px;font-weight:700}.keyword-group-strip strong{color:inherit;font:750 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.keyword-ungrouped{margin-left:auto;color:#788b95;cursor:default}.keyword-group-manager .section-heading p:last-child{margin:4px 0 0;color:var(--muted);font-size:10px}.keyword-suggestion-panel{display:grid;overflow:hidden;background:#fff;border:1px solid #c9dbe2;border-top:4px solid #0d8490;border-radius:var(--radius);box-shadow:0 14px 36px #18425212;grid-template-columns:minmax(300px,.82fr) minmax(420px,1.18fr)}.keyword-suggestion-form-wrap{padding:20px;border-right:1px solid #dce7eb}.keyword-suggestion-form-wrap form{display:grid;gap:15px}.keyword-suggestion-fields{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.keyword-suggestion-fields .field-group:nth-child(2){grid-row:span 2}.keyword-candidate-stage{display:grid;min-width:0;min-height:330px;align-content:start;padding:20px;color:#dceaf0;background:#102936}.keyword-candidate-empty{display:grid;min-height:285px;place-content:center;justify-items:center;gap:8px;text-align:center}.keyword-candidate-empty svg{color:#48c6bd}.keyword-candidate-empty strong{color:#f5fbfc;font-size:14px}.keyword-candidate-empty span{max-width:310px;color:#84a7b2;font-size:10px;line-height:1.55}.keyword-candidate-empty.error svg{color:#e6a08f}.keyword-candidate-empty.error .button{margin-top:8px;color:#d9edf1;background:#173846;border-color:#37616f}.keyword-candidate-summary{display:flex;gap:8px;padding-bottom:13px;border-bottom:1px solid rgba(168,212,220,.17)}.keyword-candidate-summary span{padding:5px 8px;color:#9fc1c9;background:#163744;border-radius:5px;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.keyword-candidate-list{display:grid;gap:7px;margin:13px 0}.keyword-candidate-list label{display:grid;min-width:0;align-items:start;gap:9px;padding:10px;background:#143440;border:1px solid #28515f;border-radius:7px;grid-template-columns:auto 26px minmax(0,1fr);cursor:pointer}.keyword-candidate-list label:has(input:checked){background:#153f47;border-color:#43a99f}.keyword-candidate-list label.exists{opacity:.62;cursor:default}.keyword-candidate-list input{margin-top:6px;accent-color:#37b2a7}.keyword-candidate-mark{display:grid;width:24px;height:24px;place-items:center;color:#7bc8c1;background:#1d4853;border-radius:5px}.keyword-candidate-list label>span:last-child{display:grid;min-width:0;gap:2px}.keyword-candidate-list strong{color:#f0f8fa;font-size:11px}.keyword-candidate-list small{color:#8fb4bd;font-size:9px}.keyword-candidate-list em{overflow:hidden;color:#7198a3;font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.keyword-adopt-button{width:100%;margin-top:auto}.keyword-trace-stage{overflow:hidden;color:#d9eaef;background:#0e2734;border:1px solid #214755;border-radius:var(--radius);box-shadow:0 14px 34px #0a243021}.keyword-trace-heading{margin:0;padding:17px 19px;background:#0b202b;border-bottom:1px solid rgba(170,213,222,.14)}.keyword-trace-heading h2{margin:2px 0 3px;color:#f4fbfc;font-size:16px}.keyword-trace-heading p:last-child{margin:0;color:#789daa;font-size:9px}.keyword-trace-heading .icon-button{color:#b7d2d9;border-color:#325563}.keyword-trace-flow{display:grid;align-items:center;padding:18px;grid-template-columns:minmax(0,1fr) auto minmax(0,.7fr) auto minmax(0,.7fr) auto minmax(0,.7fr)}.keyword-trace-flow>div{display:grid;min-width:0;gap:4px;padding:12px;background:#143542;border:1px solid #28515f;border-radius:7px}.keyword-trace-flow>svg{margin:0 8px;color:#3eb1a7}.keyword-trace-flow span{color:#56c3b9;font:750 8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.keyword-trace-flow strong{overflow:hidden;color:#f2f9fa;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.keyword-trace-flow small{overflow:hidden;color:#7fa3ad;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.keyword-trace-details{display:grid;gap:20px;padding:0 18px 18px;grid-template-columns:repeat(2,minmax(0,1fr))}.keyword-trace-details>div{display:grid;align-content:start;gap:6px;padding-top:12px;border-top:1px solid rgba(170,213,222,.14)}.keyword-trace-details h3{margin:0 0 4px;color:#91b5be;font-size:10px}.keyword-trace-details article{display:grid;align-items:center;gap:8px;padding:7px 0;grid-template-columns:auto minmax(0,1fr) auto}.keyword-trace-details article strong,.keyword-trace-details article a{overflow:hidden;color:#e9f5f7;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.keyword-trace-details article small{color:#6f929c;font-size:8px}.keyword-bulk-panel{border-top-color:#168b91}.keyword-bulk-tabs{display:flex;gap:4px;margin:12px 0 16px;padding:4px;background:#edf3f5;border-radius:7px}.keyword-bulk-tabs button{min-height:32px;padding:6px 12px;color:#617680;background:transparent;border:0;border-radius:5px;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.keyword-bulk-tabs button.active{color:#0b6873;background:#fff;box-shadow:0 2px 8px #1f465414}.keyword-target-grid{align-items:start;grid-template-columns:minmax(160px,.4fr) minmax(0,1.6fr)}.keyword-target-list{display:grid;max-height:180px;gap:6px;padding:10px;overflow-y:auto;background:#f7fafb;border:1px solid #d7e3e8;border-radius:7px;grid-template-columns:repeat(2,minmax(0,1fr))}.keyword-target-list legend{padding:0 5px;color:var(--ink);font-size:10px;font-weight:700}.keyword-target-list label{display:flex;min-width:0;align-items:center;gap:7px;padding:7px 8px;background:#fff;border:1px solid #e0e8ec;border-radius:5px;cursor:pointer}.keyword-target-list label:has(input:checked){color:#0b6973;background:#eaf7f5;border-color:#9ed7d0}.keyword-target-list span{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.keyword-group-action{display:grid;align-items:end;gap:12px;grid-template-columns:minmax(240px,1fr) auto}.keyword-remove-impact{display:grid;align-items:stretch;gap:10px;margin-top:15px;padding:12px;background:#fff8f6;border:1px solid #eccfc8;border-radius:7px;grid-template-columns:110px 120px minmax(240px,1fr) auto}.keyword-remove-impact>div:not(.keyword-remove-warning){display:grid;gap:3px;padding:7px 9px;background:#fff;border-radius:5px}.keyword-remove-impact span{color:#826c67;font-size:8px}.keyword-remove-impact strong{color:#8f3f34;font:750 17px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.keyword-remove-warning{display:flex;align-items:center;gap:8px;color:#885248}.keyword-remove-warning svg{flex:0 0 auto}.keyword-remove-warning p{margin:0;font-size:9px;line-height:1.5}.keyword-source{display:inline-flex;padding:4px 7px;color:#617580;background:#eef3f5;border-radius:999px;font-size:8px;font-weight:750}.keyword-source.ai{color:#086d64;background:#e5f6f1}.keyword-source.import{color:#315f88;background:#eaf2f9}.template-studio-page{max-width:1460px}.template-studio-header{align-items:center}.template-studio-header h1{color:#102f3d;font-size:clamp(28px,3vw,38px);letter-spacing:-.04em}.template-studio-header>div>p:last-child{max-width:760px}.template-signal-deck{display:grid;overflow:hidden;color:#d6e8ed;background:#0b2d3a;border:1px solid #173f4d;border-radius:var(--radius);box-shadow:0 14px 34px #0c2b371f;grid-template-columns:repeat(4,minmax(0,1fr))}.template-signal-deck>div{display:grid;min-height:88px;align-content:center;gap:3px;padding:14px 20px;border-right:1px solid rgba(173,214,224,.17)}.template-signal-deck>div:last-child{border-right:0}.template-signal-deck span{color:#7fb8c3;font-size:9px;font-weight:800;letter-spacing:.12em}.template-signal-deck strong{color:#fff;font:760 24px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.template-signal-deck small{color:#a8c6ce;font-size:10px}.template-signal-deck .is-running{background:#0d3b43}.template-signal-deck .is-running strong{color:#72e2cf}.template-assembly-rail{position:relative;display:grid;min-height:96px;overflow-x:auto;background:#f8fbfc;border:1px solid #cbdce2;border-radius:var(--radius);grid-template-columns:minmax(130px,.85fr) repeat(7,minmax(105px,1fr))}.template-assembly-rail:before{position:absolute;top:37px;right:5%;left:14%;height:2px;content:"";background:#bdd6dc}.assembly-rail-label{position:relative;z-index:1;display:flex;min-width:130px;align-items:center;gap:8px;padding:16px;color:#dff8f3;background:#0d5962;font-size:10px;font-weight:780;letter-spacing:.08em}.template-assembly-rail button{position:relative;z-index:1;display:grid;min-width:105px;align-content:center;justify-items:center;gap:5px;padding:15px 8px 12px;color:#536b77;background:transparent;border:0;border-left:1px solid rgba(203,220,226,.72);cursor:pointer}.template-assembly-rail button:hover{color:#0d6872;background:#ddf2f1b8}.template-assembly-rail button.active{color:#075c64;background:#e0f4f1}.template-assembly-rail button i{display:block;width:13px;height:13px;background:#fff;border:3px solid #7faab3;border-radius:50%;box-shadow:0 0 0 4px #f8fbfc}.template-assembly-rail button.active i{background:#2fc4ad;border-color:#0c7778;box-shadow:0 0 0 4px #e0f4f1}.template-assembly-rail button strong{font-size:11px}.template-assembly-rail button small{color:#78909a;font:650 8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.template-filter-bar{display:grid;align-items:end;gap:14px;padding:16px 18px;background:#fff;border:1px solid #d2e0e5;border-radius:var(--radius);grid-template-columns:minmax(170px,.7fr) minmax(150px,.55fr) minmax(220px,1fr) auto}.template-filter-result{align-self:center;padding-top:17px;color:#6b818a;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.template-workspace{display:grid;min-width:0;align-items:start;gap:18px;grid-template-columns:minmax(560px,1.16fr) minmax(360px,.84fr)}.template-card-stack{display:grid;min-width:0;gap:10px}.template-asset-card{overflow:hidden;background:#fff;border:1px solid #d3e0e5;border-left:4px solid transparent;border-radius:9px;box-shadow:0 5px 15px #173d4a09;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.template-asset-card:hover{border-color:#a7c9d0;transform:translateY(-1px)}.template-asset-card.selected{border-left-color:#149498;box-shadow:0 10px 26px #13666f17}.template-card-selector{display:grid;width:100%;min-width:0;align-items:center;gap:13px;padding:15px 16px 10px;color:inherit;background:transparent;border:0;cursor:pointer;text-align:left;grid-template-columns:82px minmax(140px,1fr) auto 88px}.template-kind-mark{display:flex;align-items:center;gap:7px;color:#0b7880}.template-kind-mark i{overflow:hidden;color:#4f6974;font-size:10px;font-style:normal;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.template-card-copy{display:grid;min-width:0;gap:3px}.template-card-copy strong{overflow:hidden;color:#173441;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.template-card-copy small{overflow:hidden;color:#788b94;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.template-version-pair{display:grid;justify-items:end;gap:3px}.template-version-pair b{color:#2b4d5a;font:720 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.template-version-pair small{color:#899aa1;font:650 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.template-card-check,.template-card-error{display:flex;align-items:flex-start;gap:6px;margin:0 16px 11px 111px;font-size:9px;line-height:1.5}.template-card-check{color:#5d7a82}.template-card-check svg{flex:0 0 auto;color:#16877e}.template-card-error{color:#a33b32}.template-card-actions{display:flex;justify-content:flex-end;gap:6px;padding:9px 12px;background:#f7fafb;border-top:1px solid #e3ebee;flex-wrap:wrap}.template-card-actions .table-button{min-height:30px;padding:5px 9px;font-size:9px}.template-card-actions .danger-button{color:#a13d34}.template-inspector{position:sticky;top:calc(var(--topbar-height) + 18px);min-width:0;max-height:calc(100vh - var(--topbar-height) - 36px);padding:18px;overflow:auto;background:#fff;border:1px solid #cbdce2;border-top:4px solid #0d8490;border-radius:var(--radius);box-shadow:0 12px 32px #13394612}.template-inspector-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid #e0e9ed}.template-inspector-heading h2{margin:2px 0 4px;color:#153440;font-size:17px}.template-inspector-heading p:last-child{margin:0;color:#738891;font-size:10px}.template-inspector-heading .code-value{flex:0 0 auto;font-size:8px}.template-version-timeline{position:relative;display:grid;gap:2px;margin:14px 0}.template-version-timeline:before{position:absolute;top:10px;bottom:10px;left:7px;width:1px;content:"";background:#c9dde1}.template-version-timeline button{position:relative;z-index:1;display:grid;width:100%;min-width:0;align-items:center;gap:9px;padding:8px 7px 8px 0;color:#536c76;background:transparent;border:0;border-radius:6px;cursor:pointer;text-align:left;grid-template-columns:15px minmax(0,1fr) auto}.template-version-timeline button:hover,.template-version-timeline button.active{background:#eef7f7}.template-version-timeline button>i{width:9px;height:9px;justify-self:center;background:#fff;border:2px solid #78a5ad;border-radius:50%}.template-version-timeline button.active>i{background:#28bca8;border-color:#0b7778}.template-version-timeline button span{display:grid;min-width:0;gap:2px}.template-version-timeline button strong{color:#233f4a;font:760 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.template-version-timeline button small{overflow:hidden;color:#7e9199;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.template-version-timeline em{padding:3px 6px;border-radius:999px;font-size:8px;font-style:normal;font-weight:750}.template-version-timeline em.active,.template-version-timeline em.ready{color:#08736a;background:#e3f5f0}.template-version-timeline em.running{color:#176b8b;background:#e8f4f8}.template-version-timeline em.danger{color:#a23c34;background:#fff0ee}.template-version-timeline em.draft,.template-version-timeline em.disabled{color:#6f7f86;background:#edf1f3}.template-version-facts{display:grid;margin:0 0 14px;overflow:hidden;background:#f4f8f9;border:1px solid #dbe6e9;border-radius:7px;grid-template-columns:repeat(3,minmax(0,1fr))}.template-version-facts>div{display:grid;gap:3px;padding:10px;border-right:1px solid #dbe6e9}.template-version-facts>div:last-child{border-right:0}.template-version-facts dt{color:#7a8c94;font-size:8px}.template-version-facts dd{margin:0;color:#274854;font-size:10px;font-weight:720}.template-validation-ledger{display:grid;gap:5px;margin-bottom:14px;padding:11px;color:#8c4339;background:#fff6f4;border:1px solid #efd3ce;border-left:3px solid #c45b4c;border-radius:6px}.template-validation-ledger strong{font-size:9px}.template-validation-ledger span{font-size:9px;line-height:1.45}.template-inspector-actions{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.template-inspector-actions .button{width:100%;justify-content:center}.template-inspector-empty{display:grid;min-height:320px;place-content:center;justify-items:center;color:#82969e;text-align:center}.template-inspector-empty h2{margin:12px 0 4px;color:#345460;font-size:15px}.template-inspector-empty p{margin:0;font-size:10px}.template-preview-bay,.template-diff-bay{margin-top:16px;border-top:1px solid #dce7ea}.template-preview-toolbar{display:grid;gap:9px;padding-top:14px}.template-preview-toolbar h3{margin:2px 0 0;color:#173945;font-size:14px}.template-preview-toolbar>div:last-child{display:flex;gap:4px;overflow-x:auto}.template-preview-toolbar button{min-width:max-content;padding:5px 7px;color:#637b84;background:#f1f5f6;border:1px solid #d5e1e4;border-radius:5px;font:inherit;font-size:8px;cursor:pointer}.template-preview-toolbar button.active{color:#075f63;background:#e0f4f0;border-color:#8ccbc3}.template-preview-stage{position:relative;max-height:520px;margin-top:10px;padding:30px 12px 12px;overflow:auto;background:#193540;border:1px solid #274c59;border-radius:7px}.template-preview-stage>span{position:absolute;top:9px;left:12px;color:#93b6bf;font:700 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.template-preview-stage iframe{display:block;max-width:none;min-height:380px;background:#fff;border:0;border-radius:3px;transform-origin:top left}.template-diff-bay{display:grid;gap:10px;padding-top:14px}.template-diff-bay h3{margin-bottom:5px;color:#34535e;font-size:10px}.template-diff-bay pre{max-height:220px;margin:0;padding:10px;overflow:auto;color:#c8e9e4;background:#102f39;border-radius:5px;font:9px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.template-editor-panel{overflow:hidden;background:#fff;border:1px solid #c8dbe1;border-top:4px solid #0d8490;border-radius:var(--radius);box-shadow:0 14px 34px #18425012}.template-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;background:#f7fbfc;border-bottom:1px solid #dce7eb}.template-editor-heading h2{margin:2px 0 4px;color:#173744;font-size:17px}.template-editor-heading p:last-child{margin:0;color:#6f858e;font-size:10px}.template-editor-panel>.form-alert{margin:16px 20px 0}.template-editor-grid{display:grid;min-width:0;align-items:stretch;grid-template-columns:minmax(330px,.72fr) minmax(460px,1.28fr)}.block-composer{min-width:0;padding:18px;background:#f1f6f7;border-right:1px solid #d8e4e8}.block-composer-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.block-composer-title>div{display:flex;align-items:center;gap:7px;color:#0b747a}.block-composer-title h3{margin:0;color:#254754;font-size:13px}.block-empty{margin:0;padding:22px;color:#72878f;background:#fff;border:1px dashed #c4d6db;border-radius:6px;font-size:10px;text-align:center}.template-block-row{display:grid;min-width:0;align-items:end;gap:7px;margin-bottom:8px;padding:10px;background:#fff;border:1px solid #d7e3e7;border-left:3px solid #6cb2b6;border-radius:6px;grid-template-columns:24px repeat(3,minmax(0,1fr))}.block-index{align-self:center;color:#7c9299;font:760 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.template-block-row>div:not(.block-order-actions){display:grid;min-width:0;gap:3px}.template-block-row label{color:#73868e;font-size:8px;font-weight:700}.template-block-row input[type=text],.template-block-row>div>input{width:100%;min-width:0;height:29px;padding:5px 6px;color:#264754;background:#f8fbfc;border:1px solid #d6e2e6;border-radius:4px;font:inherit;font-size:9px}.block-required{display:inline-flex;grid-column:2 / 3;align-items:center;gap:5px;color:#5b747d!important}.block-required input{accent-color:#0d8988}.block-order-actions{display:flex;grid-column:3 / -1;justify-content:flex-end;gap:3px}.block-order-actions button{display:grid;width:27px;height:27px;place-items:center;color:#5d7780;background:#f1f6f7;border:1px solid #d5e2e5;border-radius:4px;cursor:pointer}.block-order-actions button:hover:not(:disabled){color:#08747a;background:#e2f3f1}.block-order-actions button:disabled{opacity:.4;cursor:not-allowed}.template-code-bay{display:grid;min-width:0;gap:14px;padding:18px;background:#102f39}.template-code-bay .field-group label{display:flex;align-items:center;gap:6px;color:#a9cbd1}.template-code-bay .code-editor-input{color:#d8f1ee;background:#0b2730;border-color:#31545e;caret-color:#54d2bd}.template-editor-panel>.form-actions{margin:0;padding:13px 18px;background:#f8fbfc;border-top:1px solid #dce7ea}.editor-safety-note{display:inline-flex;margin-right:auto;align-items:center;gap:6px;color:#307168;font-size:9px}.template-ai-panel{display:grid;overflow:hidden;color:#d4e9ed;background:#0d303b;border:1px solid #1d4b58;border-top:4px solid #31bba8;border-radius:var(--radius);box-shadow:0 15px 38px #0a303b24;grid-template-columns:minmax(280px,.7fr) minmax(430px,1.3fr)}.template-ai-identity{display:flex;align-items:flex-start;gap:14px;padding:22px;border-right:1px solid rgba(170,214,221,.17)}.template-ai-identity>span{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;color:#0f4d53;background:#61dbc6;border-radius:8px}.template-ai-identity .eyebrow{color:#69d5c5}.template-ai-identity h2{margin:3px 0 6px;color:#fff;font-size:17px}.template-ai-identity p:last-child{margin:0;color:#9abec5;font-size:10px;line-height:1.6}.template-ai-fields{display:grid;gap:13px;padding:20px}.template-ai-fields .field-group label{color:#b6d3d8}.template-ai-fields .text-input{color:#e5f3f4;background:#153d47;border-color:#315d67}.template-ai-fields .text-input::placeholder{color:#7598a0}.template-ai-fields .form-actions{margin-top:0}@keyframes template-station-pulse{0%,to{box-shadow:inset 3px 0 #45d2be26}50%{box-shadow:inset 3px 0 #45d2becc}}.template-signal-deck .is-running{animation:template-station-pulse 1.8s ease-in-out infinite}@media (max-width: 1100px){.template-workspace{grid-template-columns:1fr}.template-inspector{position:static;max-height:none}.template-editor-grid{grid-template-columns:1fr}.block-composer{border-right:0;border-bottom:1px solid #d8e4e8}.template-ai-panel{grid-template-columns:1fr}.template-ai-identity{border-right:0;border-bottom:1px solid rgba(170,214,221,.17)}}@media (max-width: 700px){.template-signal-deck{grid-template-columns:repeat(2,minmax(0,1fr))}.template-signal-deck>div:nth-child(2){border-right:0}.template-signal-deck>div:nth-child(-n+2){border-bottom:1px solid rgba(173,214,224,.17)}.template-filter-bar{grid-template-columns:1fr}.template-filter-result{padding-top:0}.template-card-selector{align-items:start;grid-template-columns:68px minmax(0,1fr) auto}.template-version-pair{grid-column:2 / -1;justify-items:start;grid-template-columns:auto auto;gap:8px}.template-card-check,.template-card-error{margin-left:16px}.template-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.template-block-row{grid-template-columns:24px minmax(0,1fr)}.template-block-row>div:not(.block-order-actions){grid-column:2}.block-required,.block-order-actions{grid-column:2}.template-inspector-actions,.template-version-facts{grid-template-columns:1fr}.template-version-facts>div{border-right:0;border-bottom:1px solid #dbe6e9}.template-version-facts>div:last-child{border-bottom:0}.editor-safety-note{width:100%;justify-content:center;margin:0 0 8px}}@media (max-width: 1100px){.ai-cost-instrument{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-cost-instrument>div{border-bottom:1px solid rgba(162,191,210,.16)}.ai-cost-instrument>div:nth-child(2n){border-right:0}.ai-cost-instrument>div:last-child{border-bottom:0}.cost-primary-readout{grid-column:1 / -1}.budget-card-grid,.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-copy small{white-space:normal}.site-workspace-layout{grid-template-columns:1fr}.site-control-panel{position:static}.access-signal-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.city-batch-layout{grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr)}.city-batch-item-list{grid-template-columns:1fr}.organization-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.access-signal-rail>div:nth-child(2){border-right:0}.access-signal-rail .access-health{border-top:1px solid rgba(185,220,229,.17)}.employee-form-grid,.prompt-control-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.prompt-workbench{grid-template-columns:210px minmax(0,1fr)}.prompt-stage-header{flex-direction:column}.prompt-stage-actions{width:100%}.prompt-stage-actions .button{flex:1}.prompt-editor-columns,.prompt-readonly-columns,.prompt-rendered-output{grid-template-columns:1fr}.permission-matrix,.job-state-board{grid-template-columns:repeat(2,minmax(0,1fr))}.job-state-board>div:nth-child(2){border-right:0}.job-state-board>div{border-bottom:1px solid rgba(159,190,209,.16)}.job-state-board>div:nth-last-child(-n+2){border-bottom:0}.job-detail-grid{grid-template-columns:1fr}.job-detail-side{grid-template-columns:repeat(2,minmax(0,1fr))}.keyword-suggestion-panel{grid-template-columns:1fr}.keyword-suggestion-form-wrap{border-right:0;border-bottom:1px solid #dce7eb}.keyword-remove-impact{grid-template-columns:repeat(2,minmax(0,1fr))}.keyword-remove-warning,.keyword-remove-impact .button{grid-column:1 / -1}}.page-header-actions{display:flex;align-items:center;gap:9px}.lead-notification-console{overflow:hidden;background:var(--surface);border:1px solid #cbdce3;border-top:4px solid #168b91;border-radius:var(--radius);box-shadow:0 12px 32px #173e4b0f}.lead-notification-heading{display:grid;min-width:0;align-items:center;gap:13px;padding:18px 20px;background:linear-gradient(90deg,#f7fbfc,#fff);border-bottom:1px solid #dce7eb;grid-template-columns:38px minmax(0,1fr) auto}.lead-notification-mark{display:grid;width:38px;height:38px;place-items:center;color:#d9fff7;background:#0d626b;border-radius:8px;box-shadow:inset 0 0 0 1px #ffffff1f}.lead-notification-heading h2{margin:2px 0 3px;color:#173744;font-size:16px}.lead-notification-heading p:last-child{margin:0;color:#6b7e88;font-size:10px;line-height:1.5}.notification-test-state{display:inline-flex;min-height:28px;align-items:center;padding:5px 9px;color:#627783;background:#eff4f6;border:1px solid #dbe4e8;border-radius:999px;font-size:9px;font-weight:750}.notification-test-state.ready{color:#08705e;background:#eaf8f3;border-color:#bce3d5}.notification-test-state.failed{color:#9b4236;background:#fff2ef;border-color:#edc9c1}.lead-notification-body{display:grid;align-items:start;gap:18px;padding:18px 20px 20px;grid-template-columns:minmax(180px,.42fr) minmax(0,1.58fr)}.lead-notification-empty{display:grid;grid-column:1 / -1;gap:4px;padding:12px;color:#5f7580;background:#f7fafb;border:1px dashed #cbdce3;border-radius:7px}.lead-notification-empty strong{color:#314c59;font-size:11px}.lead-notification-empty span{font-size:9px}.lead-notification-form{display:grid;align-items:end;gap:13px;grid-template-columns:minmax(230px,1.15fr) minmax(210px,.85fr)}.lead-notification-form .switch-row{grid-column:1 / -1}.lead-notification-actions{display:flex;grid-column:1 / -1;align-items:center;gap:9px}.lead-notification-actions small{margin-left:4px;color:#748791;font-size:9px}.notification-inline-error{grid-column:1 / -1;margin:0;color:#9b4236;font-size:10px}.lead-notification-retry{width:100%;margin:2px 0 14px}.notification-attempts{display:grid;gap:7px;margin:4px 0 16px;padding:12px;background:#f8fbfc;border:1px solid #dce7eb;border-radius:8px}.notification-attempts-title{display:flex;align-items:center;justify-content:space-between;padding-bottom:6px;border-bottom:1px solid #e2eaee}.notification-attempts-title strong{color:#38505d;font-size:10px}.notification-attempts-title small{color:#82939c;font-size:8px}.notification-attempt{display:grid;align-items:start;gap:8px;padding:5px 0;grid-template-columns:27px minmax(0,1fr)}.notification-attempt>span{display:grid;width:25px;height:25px;place-items:center;color:#647983;background:#eaf0f3;border-radius:50%;font:700 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.notification-attempt>div{display:grid;gap:2px}.notification-attempt strong{color:#36505d;font-size:10px}.notification-attempt small{color:#81929b;font:8px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.notification-attempt p{margin:2px 0 0;color:#8d4b42;font-size:9px}.notification-attempt.sent>span{color:#0a6f5d;background:#daf2e9}.notification-attempt.failed>span{color:#9a4035;background:#fae6e2}.lead-retention-console{overflow:hidden;background:#fbfcfd;border:1px solid #d4dfe4;border-radius:var(--radius)}.lead-retention-heading{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;background:#f4f7f8;border-bottom:1px solid #dce5e9}.lead-retention-heading h2{margin:2px 0 3px;color:#263f4a;font-size:16px}.lead-retention-heading p:last-child{margin:0;color:#6d7f88;font-size:10px;line-height:1.5}.retention-state{flex:0 0 auto;padding:5px 9px;color:#657780;background:#e9eef0;border:1px solid #d5dfe3;border-radius:999px;font-size:9px;font-weight:750}.retention-state.enabled{color:#0a6659;background:#e7f5f0;border-color:#badfd2}.lead-retention-body{display:grid;align-items:start;gap:18px;padding:18px 20px 20px;grid-template-columns:minmax(150px,.42fr) minmax(310px,1fr) minmax(250px,.8fr)}.lead-retention-form{display:grid;gap:12px}.lead-retention-form .button{justify-self:start}.retention-safety-note{display:flex;align-items:center;gap:9px;padding:10px 11px;color:#5d7079;background:#f2f6f7;border:1px solid #dce6e9;border-radius:7px}.retention-safety-note svg{flex:0 0 auto;color:#47727a}.retention-safety-note span{display:grid;gap:2px}.retention-safety-note strong{color:#36515b;font-size:10px}.retention-safety-note small{font-size:9px;line-height:1.45}.retention-ledger{display:grid;gap:10px;padding-left:18px;border-left:1px solid #dbe5e9}.retention-ledger-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.retention-ledger-summary>span{display:grid;gap:3px;padding:9px 10px;background:#f3f7f8;border-radius:6px}.retention-ledger-summary small{color:#7a8b93;font-size:8px}.retention-ledger-summary strong{color:#344f5a;font:700 11px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace}.retention-run-list{display:grid;gap:6px}.retention-run-list>p{margin:2px 0;color:#7b8c94;font-size:9px;line-height:1.55}.retention-run{display:grid;align-items:start;grid-template-columns:9px minmax(0,1fr);gap:8px;padding:5px 0}.retention-run>span{width:7px;height:7px;margin-top:4px;background:#3ba48f;border-radius:50%}.retention-run.failed>span{background:#bf695b}.retention-run>div{display:grid;gap:2px}.retention-run strong{color:#435b65;font-size:9px}.retention-run small{color:#85959c;font:8px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.retention-run p{margin:2px 0 0;color:#975249;font-size:8px}.lead-pulse-deck{display:grid;overflow:hidden;color:#dceff2;background:#102b35;border:1px solid #1f4d59;border-radius:var(--radius);grid-template-columns:220px minmax(0,1fr)}.lead-pulse-intro{display:flex;align-items:center;gap:12px;padding:22px;background:#0b222b}.lead-pulse-intro>svg{color:#43d2bd}.lead-pulse-intro span{display:grid;gap:3px}.lead-pulse-intro small{color:#7fa8b2;font:700 9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase}.lead-pulse-intro strong{color:#f1fbfc;font-size:13px}.lead-pulse-stages{display:grid;grid-template-columns:repeat(5,minmax(100px,1fr))}.lead-pulse-stage{position:relative;display:grid;min-height:104px;align-content:center;padding:16px 18px;border-left:1px solid rgba(172,220,226,.14)}.lead-pulse-stage:after{position:absolute;right:0;bottom:0;left:0;height:3px;background:#3dbcae;content:"";opacity:.7}.lead-pulse-stage.contacted:after{background:#49a5c0}.lead-pulse-stage.qualified:after{background:#68d391}.lead-pulse-stage.closed:after{background:#8b9cab}.lead-pulse-stage.spam:after{background:#d07b68}.lead-pulse-index{position:absolute;top:10px;right:12px;color:#567b85;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.lead-pulse-stage strong{color:#fff;font:760 23px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace;font-variant-numeric:tabular-nums}.lead-pulse-stage>span:not(.lead-pulse-index){margin-top:4px;color:#b6d7dc;font-size:11px;font-weight:700}.lead-pulse-stage small{margin-top:3px;color:#789da6;font-size:8px}.lead-filters{display:grid;align-items:end;gap:14px;padding:18px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:minmax(150px,.7fr) minmax(140px,.6fr) minmax(230px,1.3fr) auto}.lead-search-field{min-width:0}.lead-workspace{display:grid;gap:18px}.lead-workspace.has-detail{align-items:start;grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr)}.lead-workspace .table-panel{min-width:0}.leads-table th:nth-child(1){width:17%}.leads-table th:nth-child(2){width:18%}.leads-table th:nth-child(3){width:18%}.leads-table th:nth-child(4){width:13%}.leads-table th:nth-child(5){width:10%}.leads-table th:nth-child(6){width:14%}.leads-table th:nth-child(7){width:10%}.lead-person{display:grid;min-width:0;gap:3px}.lead-person strong,.lead-person small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-person strong{color:var(--ink);font-size:12px}.lead-person small{color:#718096;font-size:9px}.lead-owner{display:inline-flex;max-width:100%;align-items:center;gap:5px;overflow:hidden;color:#84929a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.lead-owner svg{flex:0 0 auto}.lead-owner.assigned{color:#315c67;font-weight:700}.status-tag.lead-new{color:#0a7182;background:#eef9fb}.status-tag.lead-contacted{color:#245f9c;background:#f0f6fd}.status-tag.lead-qualified{color:#14714f;background:#effaf5}.status-tag.lead-closed{color:#667887;background:#f5f7f9}.status-tag.lead-spam{color:#9c4a3b;background:#fff5f2}.table-action{display:inline-flex;min-height:30px;align-items:center;justify-content:center;gap:4px;padding:4px 8px;color:var(--action);background:transparent;border:1px solid #c9dce5;border-radius:6px;font:inherit;font-size:10px;cursor:pointer}.table-action:hover{color:#fff;background:var(--action);border-color:var(--action)}.lead-detail-panel{position:sticky;top:82px;max-height:calc(100vh - 104px);padding:20px;overflow-y:auto;background:var(--surface);border:1px solid #cfdde4;border-top:4px solid var(--teal);border-radius:var(--radius);box-shadow:0 16px 40px #193e4e14}.lead-contact-strip{display:grid;gap:7px;margin:14px 0;padding:12px;color:#365464;background:#f1f8fa;border-radius:7px}.lead-contact-strip span{display:flex;min-width:0;align-items:center;gap:8px;overflow-wrap:anywhere;font-size:11px}.lead-message{padding:13px 0;border-top:1px solid #e2eaee;border-bottom:1px solid #e2eaee}.lead-message small{color:#7c8d99;font-size:9px}.lead-message p{margin:6px 0 0;color:#344b5a;font-size:11px;line-height:1.7}.lead-facts{display:grid;margin:0;padding:8px 0}.lead-facts>div{display:grid;gap:12px;padding:7px 0;grid-template-columns:64px minmax(0,1fr)}.lead-facts dt{color:#7b8d9a;font-size:9px}.lead-facts dd{margin:0;overflow-wrap:anywhere;color:#344b5a;font-size:10px}.lead-facts a{color:var(--action)}.lead-followup-form{display:grid;gap:12px;margin:10px 0 18px;padding:14px;background:#f9fbfc;border:1px solid #dce6eb;border-radius:8px}.lead-followup-form textarea{resize:vertical}.lead-delete-button{width:100%;margin:0 0 16px}.lead-timeline{position:relative;display:grid;padding-left:16px}.lead-timeline:before{position:absolute;top:10px;bottom:10px;left:4px;width:1px;background:#cadbe2;content:""}.lead-timeline-event{position:relative;display:grid;min-height:56px;padding:7px 0 10px 12px}.lead-timeline-event>span{position:absolute;z-index:1;top:10px;left:-16px;width:9px;height:9px;background:#fff;border:3px solid var(--teal);border-radius:50%}.lead-timeline-event>div{display:grid;gap:3px}.lead-timeline-event strong{color:#304958;font-size:11px}.lead-timeline-event small{color:#85949e;font:8px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace}.lead-timeline-event p{margin:3px 0 0;color:#526b78;font-size:10px;line-height:1.55}@media (max-width: 1100px){.lead-notification-body{grid-template-columns:1fr}.lead-retention-body{grid-template-columns:minmax(160px,.42fr) minmax(0,1.58fr)}.retention-ledger{grid-column:1 / -1;padding:14px 0 0;border-top:1px solid #dbe5e9;border-left:0}.lead-pulse-deck{grid-template-columns:1fr}.lead-pulse-intro{border-bottom:1px solid rgba(172,220,226,.14)}.lead-workspace.has-detail{grid-template-columns:1fr}.lead-detail-panel{position:static;max-height:none}}@media (max-width: 900px){:root{--topbar-height: 56px}.keyword-trace-flow{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.keyword-trace-flow>svg{display:none}.keyword-target-grid,.channel-copy-layout{grid-template-columns:1fr}.channel-target-picker{display:grid;max-height:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.channel-target-picker legend{grid-column:1 / -1}.channel-target-picker label+label{margin-top:0}.channel-impact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-impact-grid .channel-impact-warning{grid-column:1 / -1}.sidebar,.sidebar-collapsed .sidebar{width:min(280px,calc(100vw - 48px));transform:translate(-105%);visibility:hidden;pointer-events:none;transition:transform .18s ease,visibility 0s linear .18s}.sidebar.mobile-open{transform:translate(0);visibility:visible;pointer-events:auto;transition-delay:0s}.workspace,.sidebar-collapsed .workspace{margin-left:0}.brand-copy,.sidebar-collapsed .brand-copy,.sidebar-collapsed .nav-section-label,.sidebar-collapsed .nav-link span,.sidebar-collapsed .sidebar-foot span{display:flex}.sidebar-collapsed .nav-link{justify-content:flex-start;padding:10px 12px}.sidebar-collapsed .sidebar-foot{justify-content:flex-start;padding:0 13px}.mobile-menu,.mobile-close{display:inline-grid}.mobile-close{margin-left:auto;color:#b7c7d1}.collapse-button{display:none}.sidebar-scrim{position:fixed;z-index:25;top:0;right:0;bottom:0;left:0;padding:0;background:#0f172a7a;border:0}.topbar{padding:0 16px}.main-content{padding:24px 20px 40px}.login-page{grid-template-columns:1fr}.login-context{display:none}.login-form-region{min-height:100vh}.flow-rail{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:22px}.flow-stage:nth-child(2):after{display:none}.form-layout{grid-template-columns:1fr}.form-aside{order:-1}.management-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.city-picker-list{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-item-list,.city-production-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.city-production-rail>div:nth-child(2){border-right:0}.city-production-rail>div:nth-child(-n+2){border-bottom:1px solid rgba(159,201,212,.17)}.city-batch-layout{grid-template-columns:1fr}.city-batch-list{max-height:220px}.city-editor-canonical{grid-template-columns:1fr}.city-editor-canonical>div:not(:last-child){border-right:0;border-bottom:1px solid rgba(159,201,212,.17)}.filter-grid,.ai-cost-filters .filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-release-rail{grid-template-columns:1fr}.site-release-rail>div:not(:last-child){border-right:0;border-bottom:1px solid rgba(185,220,229,.18)}.host-readiness-item{padding-right:142px}.lead-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-filters .button{align-self:end}}@media (max-width: 700px){.main-content{padding:20px 16px 36px}.account-copy,.logout-button span,.account-security-button span{display:none}.logout-button,.account-security-button{width:38px;justify-content:center;padding:0}.site-scope span{max-width:112px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-header{align-items:flex-start;flex-direction:column;gap:16px}.page-header .button{width:100%}.page-header-actions{width:100%;align-items:stretch;flex-direction:column}.keyword-group-strip{margin-inline:-16px;border-right:0;border-left:0;border-radius:0}.keyword-ungrouped{margin-left:0}.keyword-suggestion-form-wrap,.keyword-candidate-stage{padding:16px}.keyword-suggestion-fields{grid-template-columns:1fr}.keyword-suggestion-fields .field-group:nth-child(2){grid-row:auto}.keyword-candidate-stage{min-height:280px}.keyword-candidate-empty{min-height:230px}.keyword-candidate-list label{grid-template-columns:auto 24px minmax(0,1fr)}.keyword-trace-flow,.keyword-trace-details{grid-template-columns:1fr}.keyword-trace-details article{grid-template-columns:auto minmax(0,1fr)}.keyword-trace-details article small{grid-column:2}.keyword-target-list{max-height:240px;grid-template-columns:1fr}.keyword-group-action{grid-template-columns:1fr}.keyword-group-action .button{width:100%}.keyword-remove-impact{grid-template-columns:repeat(2,minmax(0,1fr))}.keyword-remove-warning,.keyword-remove-impact .button{grid-column:1 / -1}.header-actions{width:100%;align-items:stretch;flex-direction:column}.page-header h1{font-size:24px}.flow-panel{padding:19px 16px}.section-heading.compact{align-items:flex-start;flex-direction:column}.flow-rail{grid-template-columns:1fr;row-gap:16px}.flow-stage{min-height:54px}.flow-stage:not(:last-child):after{top:44px;left:21px;width:2px;height:26px}.flow-copy small{white-space:normal}.metric-grid,.ai-cost-filters .filter-grid,.ai-cost-instrument,.budget-card-grid{grid-template-columns:1fr}.cost-primary-readout{grid-column:auto}.ai-cost-instrument>div,.ai-cost-instrument>div:nth-child(2n){min-height:94px;border-right:0;border-bottom:1px solid rgba(162,191,210,.16)}.budget-deck{padding:18px 16px}.lead-pulse-stages{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-notification-heading{align-items:start;grid-template-columns:34px minmax(0,1fr)}.lead-notification-mark{width:34px;height:34px}.notification-test-state{grid-column:2;justify-self:start}.lead-notification-body{padding:16px}.lead-retention-heading{align-items:flex-start;flex-direction:column;gap:10px;padding:16px}.lead-retention-body{padding:16px;grid-template-columns:1fr}.retention-ledger{grid-column:auto}.lead-retention-form .button{width:100%}.lead-notification-form{grid-template-columns:1fr}.lead-notification-form .switch-row,.lead-notification-actions{grid-column:auto}.lead-notification-actions{align-items:stretch;flex-direction:column}.lead-notification-actions .button{width:100%}.lead-notification-actions small{margin:3px 0 0}.lead-pulse-stage{border-bottom:1px solid rgba(172,220,226,.14)}.lead-pulse-stage:last-child{grid-column:1 / -1}.lead-filters{grid-template-columns:1fr;padding:16px}.lead-filters .button{width:100%}.metric-card{padding:16px}.error-panel{align-items:flex-start;flex-wrap:wrap}.error-panel .button{width:100%}.table-note{display:none}.responsive-table-wrap{overflow:visible}.responsive-table,.responsive-table tbody{display:block}.responsive-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.responsive-table tr{display:block;margin:12px;padding:6px 14px;border:1px solid var(--border);border-radius:8px}.responsive-table td{display:grid;min-height:44px;min-width:0;align-items:center;padding:9px 0;border-bottom:1px solid #edf2f6;grid-template-columns:72px minmax(0,1fr);gap:12px}.responsive-table td>*{min-width:0}.responsive-table td:before{color:#718096;content:attr(data-label);font-size:11px}.responsive-table tbody tr:last-child td{border-bottom:1px solid #edf2f6}.responsive-table td:last-child{border-bottom:0!important}.table-action-cell{text-align:left!important}.table-action-group{justify-content:flex-start}.schedule-next-run{white-space:normal}.schedule-history-panel{padding:18px 16px}.schedule-history-list li{align-items:flex-start;grid-template-columns:auto minmax(0,1fr)}.history-snapshot{grid-column:1 / -1;justify-content:flex-start}.form-panel{padding:18px 16px}.form-actions{align-items:stretch;flex-direction:column-reverse}.form-actions .button{width:100%}.management-form-panel{padding:18px 16px}.channel-operation-panel{padding:18px 15px}.channel-target-picker,.channel-route-results,.channel-impact-grid{grid-template-columns:1fr}.channel-impact-grid .channel-impact-warning{grid-column:auto}.channel-operation-actions>span{width:100%;margin-right:0;text-align:center}.channel-identity .channel-drag-handle{display:none}.channel-actions .channel-order-button{width:calc(50% - 3px);min-height:36px}.management-form-grid,.provider-form-grid,.article-form-grid{grid-template-columns:1fr}.routing-launch-card{align-items:stretch;grid-template-columns:1fr}.routing-mini-track{justify-content:flex-start}.routing-launch-card .button{width:100%}.routing-policy-grid{align-items:stretch;grid-template-columns:1fr}.routing-track-arrow{height:22px;transform:rotate(90deg)}.prompt-control-strip,.prompt-workbench,.prompt-preview-controls{grid-template-columns:1fr}.prompt-template-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.prompt-rail-heading{grid-column:1 / -1}.prompt-template-card{border-right:1px solid #dbe6eb}.prompt-version-stage{padding:18px 14px}.prompt-stage-actions{flex-direction:column}.prompt-detail-meta{align-items:stretch;flex-direction:column;gap:10px}.prompt-detail-meta .button{width:100%;margin-left:0}.prompt-preview-controls .button{width:100%}.field-span-2,.field-span-full{grid-column:auto}.inheritance-note{flex-direction:column;gap:4px}.city-picker-list,.preview-item-list,.filter-grid{grid-template-columns:1fr}.preview-panel,.filter-panel,.city-batch-console{padding:17px 15px}.city-batch-console-heading .button{width:100%}.city-production-rail{grid-template-columns:1fr}.city-production-rail>div{min-height:72px;border-right:0;border-bottom:1px solid rgba(159,201,212,.17)}.city-production-rail>div:nth-child(2){border-right:0}.city-production-rail>div:last-child{border-bottom:0}.city-batch-detail-head{flex-direction:column}.city-batch-detail-head .batch-percent{width:100%;align-items:flex-start;text-align:left}.city-batch-actions,.city-batch-actions.confirming{align-items:stretch;flex-direction:column}.city-batch-actions>div{flex-direction:column-reverse}.city-batch-actions .button{width:100%}.city-batch-item{grid-template-columns:auto minmax(0,1fr)}.city-batch-item>div:last-child{grid-column:2}.city-editor-panel{padding:18px 15px}.city-editor-grid{grid-template-columns:1fr}.city-editor-actions>span{margin-right:0;text-align:center}.preview-counts,.filter-button{width:100%}.success-banner-split{align-items:flex-start;flex-direction:column}.budget-value{white-space:normal}.table-button{width:100%}.workspace-title-row{align-items:flex-start}.workspace-title-mark{width:42px;height:42px}.site-workspace-header .status-tag{align-self:flex-start}.host-readiness-heading{align-items:flex-start;flex-direction:column;gap:13px;padding:18px 16px 15px}.host-readiness-count{min-width:0;justify-content:flex-start}.host-readiness-item{padding:16px}.host-readiness-identity{grid-template-columns:36px minmax(0,1fr)}.host-readiness-identity .status-tag{grid-column:2;justify-self:start}.host-readiness-runway{grid-template-columns:1fr}.host-readiness-runway span:not(:last-child){border-right:0;border-bottom:1px solid #dce6eb}.host-probe-button{position:static;width:100%;transform:none}.host-readiness-error{align-items:stretch;flex-direction:column;padding:16px}.host-readiness-error .button{width:100%}.workspace-save-actions>span{text-align:center}.access-signal-rail,.organization-metrics,.access-assignment-grid,.permission-matrix,.permission-diff,.compact-diff{grid-template-columns:1fr}.access-signal-rail>div{border-right:0;border-bottom:1px solid rgba(185,220,229,.17)}.access-signal-rail .access-health{border-bottom:0}.organization-tabs{width:100%}.organization-tab{min-width:0;flex:1;padding-inline:8px}.access-option-list,.diff-lanes,.compact-diff .diff-lanes{grid-template-columns:1fr}.effective-permissions{grid-column:auto;flex-direction:column}.password-reset-strip{grid-template-columns:1fr}.password-reset-strip .button{width:100%}.security-dialog-backdrop{align-items:end;padding:0}.security-dialog{width:100%;max-height:calc(100vh - 24px);border-right:0;border-bottom:0;border-left:0;border-radius:12px 12px 0 0}.security-dialog>header{padding:17px 16px 14px}.security-session-warning{margin:14px 16px 0}.security-dialog form{padding:15px 16px 20px}.security-checkrail{grid-template-columns:1fr}.security-checkrail span{min-height:38px;border-right:0;border-bottom:1px solid rgba(185,220,229,.16)}.security-checkrail span:last-child{border-bottom:0}.audit-timeline{padding-inline:22px 14px}.audit-timeline:before{left:27px}.audit-timeline article{padding-left:24px;grid-template-columns:1fr;gap:4px}.audit-node{left:0}.job-state-board{grid-template-columns:1fr}.job-state-board>div{min-height:68px;border-right:0;border-bottom:1px solid rgba(159,190,209,.16)!important}.job-state-board>div:last-child{border-bottom:0!important}.job-filter-panel .filter-grid{grid-template-columns:1fr}.job-filter-summary{justify-content:flex-start}.job-detail-panel{padding:18px 14px}.job-detail-identity{grid-template-columns:1fr}.job-detail-identity>div{align-items:flex-start;flex-direction:column}.job-detail-identity dl{border-top:1px solid #d7e3ea;border-left:0;grid-template-columns:repeat(2,minmax(0,1fr))}.job-detail-identity dl>div:nth-child(2){border-right:0}.job-detail-identity dl>div:nth-child(-n+2){border-bottom:1px solid #e1e9ee}.job-detail-side{grid-template-columns:1fr}.job-event-timeline:before{left:7px}.job-event-timeline li{grid-template-columns:18px minmax(0,1fr)}.job-event-timeline time{grid-column:2;grid-row:1}.job-event-timeline li>div{grid-column:2}.job-event-node{grid-column:1;grid-row:1 / span 2}.job-action-panel{align-items:stretch;grid-template-columns:1fr}.job-action-panel>div:last-child,.job-action-confirm{align-items:stretch;flex-direction:column-reverse}.job-action-panel .button{width:100%}}.content-foundry{--foundry-navy: #0a3550;--foundry-teal: #0b8f9c;--foundry-mist: #ddf2f2;--foundry-steel: #5f7585}.content-foundry-hero{position:relative;display:grid;min-height:122px;align-items:center;gap:26px;padding:24px 26px;overflow:hidden;color:#dcecf2;background:linear-gradient(112deg,#092d43,#0a3e52 58%,#0b5660);border:1px solid #164f62;border-radius:10px;box-shadow:0 18px 42px #082d3f21;grid-template-columns:minmax(320px,1fr) minmax(310px,.8fr) auto}.content-foundry-hero:after{position:absolute;right:-80px;bottom:-104px;width:280px;height:200px;border:1px solid rgba(115,217,210,.18);border-radius:50%;content:"";transform:rotate(-12deg)}.foundry-title{position:relative;z-index:1}.foundry-title .eyebrow{color:#66d2c6}.foundry-title h1{margin:0 0 7px;color:#fff;font-size:27px;font-weight:720;letter-spacing:-.025em}.foundry-title p:last-child{max-width:620px;margin:0;color:#afcad3;font-size:12px;line-height:1.65}.content-foundry-hero .header-actions{position:relative;z-index:1}.content-route-rail{position:relative;z-index:1;display:grid;align-items:center;grid-template-columns:auto minmax(24px,1fr) auto minmax(24px,1fr) auto}.content-route-rail span{display:grid;min-width:60px;justify-items:center;gap:6px;color:#86aab5;font-size:9px;font-weight:720;letter-spacing:.08em}.content-route-rail span.active{color:#79dfd1}.content-route-rail span svg{padding:6px;background:#aad9e014;border:1px solid rgba(171,219,225,.18);border-radius:50%;box-sizing:content-box}.content-route-rail span.active svg{color:#0b4c52;background:#79dfd1;border-color:#79dfd1;box-shadow:0 0 0 4px #79dfd117}.content-route-rail i{height:1px;background:linear-gradient(90deg,#56beb5,#71b5bc33)}.content-command-bar{display:grid;align-items:end;gap:16px;padding:13px 16px;background:#fff;border:1px solid #d5e2e8;border-left:4px solid var(--foundry-teal);border-radius:8px;grid-template-columns:minmax(210px,280px) 1fr auto}.content-command-bar .field-group{gap:4px}.content-command-bar .field-group label{font-size:9px;letter-spacing:.06em}.content-command-bar .text-input{min-height:36px;padding-block:6px}.content-view-switch{display:flex;align-items:center;justify-content:center;gap:4px}.content-view-switch button{display:inline-flex;min-height:36px;align-items:center;gap:6px;padding:7px 12px;color:#607886;background:transparent;border:1px solid transparent;border-radius:6px;font:inherit;font-size:11px;font-weight:680;cursor:pointer}.content-view-switch button.active{color:#086c76;background:#e8f6f5;border-color:#b8dddc}.content-refresh{border:1px solid #d5e2e8}.content-workbench{display:grid;min-width:0;align-items:start;gap:14px;grid-template-columns:minmax(205px,.58fr) minmax(360px,1fr) minmax(365px,1.06fr)}.content-tree-panel,.content-page-line,.content-editor-panel,.channel-inspector,.media-library{min-width:0;background:#fff;border:1px solid #d3e0e6;border-radius:9px}.content-tree-panel,.content-page-line{overflow:hidden}.content-editor-panel{position:sticky;top:82px;max-height:calc(100vh - 104px);padding:17px;overflow-y:auto;border-top:4px solid var(--foundry-teal);box-shadow:0 15px 34px #123d4c12}.foundry-panel-head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid #dce7eb}.content-tree-panel>.foundry-panel-head,.content-page-line>.foundry-panel-head,.media-library>.foundry-panel-head{padding:16px}.foundry-panel-head .eyebrow{margin-bottom:3px;font-size:8px}.foundry-panel-head h2{margin:0;overflow:hidden;color:#193b49;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.foundry-panel-head>span{display:grid;min-width:28px;height:28px;padding:0 7px;place-items:center;color:#0a7881;background:#e3f4f3;border:1px solid #b9dddc;border-radius:999px;font:720 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.content-tree-all{display:grid;width:calc(100% - 20px);min-height:40px;margin:10px;align-items:center;gap:8px;padding:8px 9px;color:#45606e;background:#f5f9fa;border:1px solid #d8e4e8;border-radius:6px;font:inherit;font-size:10px;cursor:pointer;grid-template-columns:auto 1fr auto;text-align:left}.content-tree-all.selected{color:#075f69;background:#e8f6f5;border-color:#aad5d4}.content-tree-all strong{font:740 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.content-tree{max-height:520px;padding:3px 10px 10px;overflow-y:auto}.content-tree-node{position:relative;display:grid;min-width:0;align-items:center;padding-left:calc(var(--tree-depth, 0) * 13px);grid-template-columns:22px minmax(0,1fr)}.content-tree-node:before{position:absolute;width:1px;height:100%;background:#dce8eb;content:""}.content-tree-check{display:grid;place-items:center}.content-tree-check input,.page-select input{accent-color:var(--foundry-teal)}.content-tree-node>button{display:grid;min-width:0;min-height:46px;align-items:center;gap:7px;padding:6px 7px;color:#405d69;background:transparent;border:0;border-radius:6px;font:inherit;cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;text-align:left}.content-tree-node>button:hover,.content-tree-node.selected>button{color:#075f69;background:#edf7f7}.content-tree-node button>span{display:grid;min-width:0;gap:2px}.content-tree-node strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.content-tree-node small{overflow:hidden;color:#7d929b;font:8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.content-tree-node em{color:#65828a;font-size:7px;font-style:normal}.content-tree-node .tree-leaf{opacity:.3;transform:rotate(90deg)}.tree-status{display:inline-block;width:7px;height:7px;background:#94a3b8;border-radius:50%;box-shadow:0 0 0 3px #94a3b81f}.tree-status.active{background:#14966f;box-shadow:0 0 0 3px #14966f1c}.tree-status.draft{background:#ca790d;box-shadow:0 0 0 3px #ca790d1a}.tree-status.disabled{background:#94a3b8}.tree-legend{display:flex;flex-wrap:wrap;gap:9px;padding:11px 13px;color:#7c8e98;background:#f7fafb;border-top:1px solid #e0e9ed;font-size:8px}.tree-legend span{display:inline-flex;align-items:center;gap:5px}.tree-empty{margin:8px 0;padding:18px 10px;color:#82949d;background:#f7fafb;border:1px dashed #cadbe1;border-radius:6px;font-size:9px;line-height:1.6;text-align:center}.page-line-filters{display:grid;gap:8px;padding:10px 12px;background:#f6f9fa;border-bottom:1px solid #e0e9ed;grid-template-columns:1fr minmax(105px,.55fr)}.page-line-filters .text-input{min-height:34px;padding-block:6px;font-size:10px}.page-production-list{display:grid;max-height:calc(100vh - 340px);min-height:270px;padding:8px;overflow-y:auto;gap:6px}.page-production-card{display:grid;min-width:0;align-items:center;gap:7px;padding:9px;background:#fff;border:1px solid #dce6ea;border-left:3px solid #bdcdd3;border-radius:6px;grid-template-columns:20px minmax(0,1fr) auto}.page-production-card:hover{border-color:#b4ced5}.page-production-card.selected{background:#f2f9f9;border-color:#81bec1;border-left-color:var(--foundry-teal)}.page-select{display:grid;place-items:center}.page-production-card>button{display:grid;min-width:0;gap:3px;padding:0;color:inherit;background:transparent;border:0;font:inherit;cursor:pointer;text-align:left}.page-production-card>button strong{overflow:hidden;color:#244653;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.page-production-card>button code{overflow:hidden;color:#52707c;font:8px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.page-production-card>button small{color:#83949d;font-size:8px}.page-type-mark{justify-self:start;padding:2px 5px;color:#0a737c;background:#e5f4f4;border-radius:3px;font-size:7px;font-weight:740}.page-production-card>.inheritance-badge{grid-column:3;justify-self:end;font-size:8px}.page-production-card>.status-tag{font-size:8px}.content-bulk-console{display:grid;align-items:center;gap:8px;padding:11px 12px;color:#dceef1;background:#0d3745;border-top:1px solid #275563;grid-template-columns:minmax(130px,1fr) auto auto}.content-bulk-console>div:first-child{display:grid;gap:2px}.content-bulk-console strong{color:#fff;font-size:10px}.content-bulk-console span{color:#9ebfc7;font-size:8px}.content-bulk-console select{min-height:32px;padding:5px 7px;color:#d7ebee;background:#174754;border:1px solid #416a75;border-radius:5px;font:inherit;font-size:9px}.content-bulk-console .button{min-height:32px;padding:5px 8px;font-size:9px}.bulk-impact{display:flex!important;grid-column:1 / -1;flex-wrap:wrap;align-items:center;gap:6px!important;padding-top:7px;border-top:1px solid rgba(164,207,214,.16)}.bulk-impact code{padding:3px 5px;color:#bce3df;background:#031b2352;border-radius:3px;font:8px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace}.editor-empty{display:grid;min-height:340px;place-content:center;justify-items:center;padding:24px;color:#7f959e;text-align:center}.editor-empty h2{margin:12px 0 5px;color:#385963;font-size:15px}.editor-empty p{max-width:280px;margin:0;font-size:10px;line-height:1.65}.editor-route,.channel-slug-lock{display:flex;min-width:0;align-items:center;gap:7px;margin:12px 0;padding:9px 10px;color:#126d75;background:#eaf7f6;border:1px solid #c6e3e1;border-radius:6px}.editor-route code{min-width:0;overflow:hidden;font:9px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.editor-route span{margin-left:auto;color:#68878c;font-size:8px;white-space:nowrap}.editor-section{display:grid;gap:10px;padding:14px 0;border-top:1px solid #e0e9ed}.editor-section h3,.revision-ledger h3,.delete-impact h3{margin:0;color:#36545f;font-size:11px}.editor-two-fields{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.editor-section .field-group{gap:4px}.editor-section .field-group label{font-size:8px}.editor-section .text-input{min-height:34px;padding:6px 8px;font-size:10px}.editor-save{width:100%;min-height:35px;font-size:10px}.editor-section-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.editor-section-title span{color:#728891;font:8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.rich-composer{min-width:0;overflow:hidden;background:#f9fbfc;border:1px solid #d3e1e6;border-radius:7px}.rich-composer-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px;background:#eef5f6;border-bottom:1px solid #d6e3e7}.rich-composer-heading>label{color:#49636f;font-size:8px;font-weight:720}.composer-mode-switch{display:flex;gap:3px}.composer-mode-switch button{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;color:#667d86;background:transparent;border:1px solid transparent;border-radius:4px;font:inherit;font-size:8px;cursor:pointer}.composer-mode-switch button.active{color:#096f77;background:#fff;border-color:#bdd8dc}.composer-toolbar{display:flex;min-width:0;align-items:center;gap:3px;padding:6px;overflow-x:auto;background:#f7fafb;border-bottom:1px solid #dce6ea}.composer-toolbar button{display:inline-flex;min-width:28px;min-height:28px;align-items:center;justify-content:center;gap:4px;padding:4px 6px;color:#496772;background:#fff;border:1px solid #d2e0e5;border-radius:4px;font:inherit;font-size:8px;cursor:pointer;white-space:nowrap}.composer-toolbar button:hover:not(:disabled){color:#05727a;background:#e8f6f5;border-color:#9fcece}.composer-toolbar-spacer{flex:1}.composer-toolbar select{min-width:110px;height:28px;padding:3px 5px;color:#4d6873;background:#fff;border:1px solid #d2e0e5;border-radius:4px;font:inherit;font-size:8px}.composer-source{display:block;width:100%;min-height:230px;padding:12px;resize:vertical;color:#d9eeeb!important;background:#102f39!important;border:0!important;border-radius:0!important;font:10px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace!important;caret-color:#53d1bd}.composer-preview{display:block;width:100%;min-height:280px;background:#fff;border:0}.composer-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 9px;color:#7b9099;background:#f4f8f9;border-top:1px solid #dce6ea;font-size:7px}.revision-ledger{display:grid;gap:5px;padding:14px 0;border-top:1px solid #e0e9ed}.revision-ledger>button{display:grid;min-width:0;align-items:center;gap:8px;padding:7px 8px;color:#4d6974;background:#f7fafb;border:1px solid #dce6e9;border-radius:5px;font:inherit;cursor:pointer;grid-template-columns:auto 1fr auto;text-align:left}.revision-ledger>button>span{color:#08737b;font:760 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.revision-ledger>button div{display:grid;gap:2px}.revision-ledger>button strong{font-size:9px}.revision-ledger>button small,.revision-ledger>button code{color:#82959d;font-size:7px}.danger-inline{display:grid;align-items:center;gap:7px;padding:10px;color:#87552a;background:#fff8ed;border:1px solid #efd7b7;border-radius:6px;grid-template-columns:auto 1fr auto}.danger-inline span{font-size:8px;line-height:1.5}.danger-inline button{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;color:#a14638;background:#fff;border:1px solid #e7bcb4;border-radius:4px;font:inherit;font-size:8px;cursor:pointer}.danger-inline.confirming{color:#983b31;background:#fff2ef;border-color:#e9b4aa}.channel-architecture-view{display:grid;min-width:0;align-items:start;gap:16px;grid-template-columns:minmax(300px,.72fr) minmax(420px,1.28fr)}.channel-tree-wide .content-tree{max-height:620px}.channel-tree-wide .content-bulk-console{grid-template-columns:minmax(150px,1fr) auto auto}.channel-inspector{padding:20px;border-top:4px solid var(--foundry-teal);box-shadow:0 15px 34px #123d4c0f}.channel-slug-lock{margin:16px 0}.channel-slug-lock>div{display:grid;min-width:0;gap:3px}.channel-slug-lock strong{font:720 11px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.channel-slug-lock span{color:#648189;font-size:9px}.channel-inspector>.button{margin-top:12px}.move-impact{display:grid;gap:9px;margin-top:14px;padding:14px;background:#f3f8f9;border:1px solid #d5e3e7;border-left:3px solid var(--foundry-teal);border-radius:7px;grid-template-columns:repeat(3,minmax(0,1fr))}.move-impact>div{display:grid;gap:3px;padding:9px;background:#fff;border:1px solid #dce7ea;border-radius:5px}.move-impact span{color:#71868f;font-size:8px}.move-impact strong{color:#31515d;font:760 18px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.move-impact .stable strong{color:#0b8b73}.move-impact ul{display:flex;grid-column:1 / -1;flex-wrap:wrap;gap:5px;margin:0;padding:0;list-style:none}.move-impact code{padding:4px 6px;color:#436570;background:#e7f1f3;border-radius:4px;font-size:8px}.move-impact .button{grid-column:1 / -1;width:100%}.delete-impact{display:grid;gap:9px;margin-top:18px;padding-top:16px;border-top:1px solid #dce6ea}.delete-impact p{margin:0;color:#607681;font-size:10px;line-height:1.6}.impact-blocked{display:flex;align-items:center;gap:6px;padding:9px;color:#8b5a22;background:#fff7eb;border-radius:5px;font-size:9px}.media-foundry-view{display:grid;gap:16px}.media-upload-bay{display:grid;align-items:end;gap:18px;padding:20px;color:#d6e8ec;background:linear-gradient(110deg,#0c3442,#0d4b54);border:1px solid #205663;border-top:4px solid #38b7a9;border-radius:9px;grid-template-columns:minmax(270px,1fr) minmax(210px,.72fr) minmax(210px,.72fr) auto}.media-upload-bay .eyebrow{color:#5bd1c1}.media-upload-bay h2{margin:0 0 5px;color:#fff;font-size:17px}.media-upload-bay p:last-child{margin:0;color:#a7c4ca;font-size:9px;line-height:1.6}.media-upload-bay .field-group label{color:#b6d0d5}.media-upload-bay .text-input{color:#e4f0f2;background:#174956;border-color:#416b75}.media-library{padding-bottom:14px}.media-grid{display:grid;gap:10px;padding:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.media-card{position:relative;min-width:0;overflow:hidden;background:#fff;border:1px solid #d5e2e7;border-radius:7px}.media-thumb{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:#e9f0f2}.media-thumb img{width:100%;height:100%;object-fit:cover}.media-thumb>span{position:absolute;right:6px;bottom:6px;padding:3px 5px;color:#e2f2f3;background:#072c38d1;border-radius:3px;font:720 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.media-card-body{display:grid;min-width:0;gap:4px;padding:10px}.media-card-body strong,.media-card-body span,.media-card-body code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-card-body strong{color:#284a57;font-size:10px}.media-card-body span{color:#758a93;font-size:8px}.media-card-body code{color:#0b747c;font:8px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace}.media-card-body small{color:#8a9aa1;font-size:7px}.media-card>.icon-button{position:absolute;top:6px;left:6px;width:30px;height:30px;color:#fff;background:#752c22c2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.media-archive-panel{position:fixed;z-index:80;right:24px;bottom:24px;display:grid;width:min(560px,calc(100vw - 48px));align-items:center;gap:12px;padding:17px 18px;color:#6e4332;background:#fff8f3;border:1px solid #e7c9ba;border-left:4px solid #b85e45;border-radius:9px;box-shadow:0 20px 60px #41251c33;grid-template-columns:auto minmax(0,1fr) auto}.media-archive-panel>.icon-button{position:absolute;top:4px;right:4px}.media-archive-panel h2{margin:0 28px 4px 0;color:#783f31;font-size:13px}.media-archive-panel p{margin:0;color:#8c6253;font-size:9px;line-height:1.55}.danger-button{color:#fff;background:#a84b3c;border-color:#a84b3c}@media (max-width: 1280px){.content-foundry-hero{grid-template-columns:minmax(300px,1fr) minmax(260px,.8fr)}.content-foundry-hero .header-actions{grid-column:1 / -1;justify-content:flex-start}.content-workbench{grid-template-columns:minmax(210px,.52fr) minmax(390px,1fr)}.content-editor-panel{position:static;grid-column:1 / -1;max-height:none}.media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 800px){.content-foundry-hero,.content-command-bar,.content-workbench,.channel-architecture-view,.media-upload-bay{grid-template-columns:1fr}.content-foundry-hero{padding:20px}.content-route-rail{max-width:420px}.content-foundry-hero .header-actions,.content-foundry-hero .header-actions .button{width:100%}.content-view-switch{justify-content:stretch;overflow-x:auto}.content-view-switch button{min-width:max-content;flex:1}.content-refresh{display:none}.content-editor-panel{grid-column:auto}.page-production-list{max-height:none}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.media-upload-bay .button{width:100%}}@media (max-width: 480px){.foundry-title h1{font-size:23px}.content-route-rail span{min-width:48px;font-size:8px}.content-command-bar{padding:12px}.content-view-switch button{padding-inline:8px;font-size:9px}.page-line-filters,.editor-two-fields,.move-impact,.media-grid,.content-bulk-console{grid-template-columns:1fr}.content-bulk-console .button,.content-bulk-console select{width:100%}.bulk-impact,.move-impact ul,.move-impact .button{grid-column:auto}.media-archive-panel{right:12px;bottom:12px;width:calc(100vw - 24px);grid-template-columns:auto 1fr}.media-archive-panel .button{grid-column:1 / -1;width:100%}.login-form-region{padding:24px 18px}.login-heading h1{font-size:26px}.account-avatar{display:none}.site-scope{max-width:150px}.topbar{gap:8px;padding-inline:10px}.empty-state{min-height:310px;padding-inline:18px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.publishing-assurance-page{min-width:0}.publishing-assurance-header{align-items:end}.publishing-site-control{display:grid;grid-template-columns:auto minmax(220px,310px) 38px;gap:10px;align-items:center;padding:10px;border:1px solid #cbdde3;border-radius:10px;background:#fff;box-shadow:0 8px 24px #0c3d4b0f}.publishing-site-control label{color:#607985;font-size:12px;font-weight:750}.publishing-site-control select{height:38px;border:1px solid #bad0d8;border-radius:7px;padding:0 34px 0 11px;color:#173b47;background:#f7fbfc;font:inherit;font-weight:700}.assurance-metric-rail{display:grid;grid-template-columns:repeat(4,1fr);margin:20px 0 16px;overflow:hidden;color:#dff9f7;background:linear-gradient(110deg,#082d39,#0a4653 72%,#0a5860);border:1px solid #0e6070;border-radius:12px;box-shadow:0 16px 36px #042b3724}.assurance-metric-rail>div{display:flex;gap:13px;align-items:center;min-height:78px;padding:0 22px;border-right:1px solid rgba(183,239,237,.14)}.assurance-metric-rail>div:last-child{border-right:0}.assurance-metric-rail svg{color:#4bdbc8}.assurance-metric-rail span{display:grid;gap:2px}.assurance-metric-rail small{color:#9ccbd0;font-size:11px;letter-spacing:.04em}.assurance-metric-rail strong{font-size:25px;font-variant-numeric:tabular-nums}.assurance-metric-rail .metric-alert svg,.assurance-metric-rail .metric-alert strong{color:#ffc979}.assurance-grid{display:grid;grid-template-columns:minmax(270px,.78fr) minmax(310px,.92fr) minmax(320px,1fr);gap:14px;align-items:stretch}.assurance-policy-panel,.assurance-release-panel,.assurance-evidence-panel,.decision-ledger{border:1px solid #d4e1e6;border-radius:11px;background:#fff;box-shadow:0 10px 30px #133e4b0e}.assurance-policy-panel,.assurance-release-panel,.assurance-evidence-panel{min-height:460px;padding:20px}.assurance-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:start;padding-bottom:14px;border-bottom:1px solid #e2eaed}.assurance-panel-head .eyebrow{margin:0 0 4px;color:#0d7d80;font-size:10px;letter-spacing:.14em}.assurance-panel-head h2{margin:0;color:#153d49;font-size:18px}.assurance-panel-head>span{min-width:32px;padding:5px 8px;color:#08766e;background:#e7f7f3;border-radius:6px;font-size:12px;font-weight:800;text-align:center}.panel-intro{margin:14px 0 18px;color:#617883;font-size:12px;line-height:1.65}.assurance-policy-panel>label,.policy-range label{display:grid;gap:7px;margin-bottom:14px;color:#38535e;font-size:12px;font-weight:750}.assurance-policy-panel input[type=number],.assurance-policy-panel select{box-sizing:border-box;width:100%;height:40px;border:1px solid #bfd0d7;border-radius:7px;padding:0 11px;color:#173b47;background:#f8fbfc;font:inherit}.policy-range{display:grid;grid-template-columns:1fr 1fr;gap:10px}.assurance-policy-panel .policy-switch{display:flex;gap:10px;align-items:center;padding:11px;border:1px solid #d2e2e6;border-radius:8px;background:#f5fafb}.policy-switch input{width:17px;height:17px;accent-color:#087d74}.policy-switch span{display:grid;gap:2px}.policy-switch small{color:#718790;font-weight:500}.assurance-policy-panel .primary-button{width:100%;justify-content:center;margin-top:4px}.activation-list{display:grid;gap:7px;max-height:384px;margin-top:14px;overflow:auto}.activation-list button{display:grid;grid-template-columns:10px minmax(0,1fr) auto;grid-template-areas:"dot title state" "dot time state";gap:2px 10px;align-items:center;width:100%;border:1px solid transparent;border-radius:8px;padding:11px;color:#234650;background:#f6f9fa;text-align:left;cursor:pointer}.activation-list button:hover{border-color:#b8d4da}.activation-list button.selected{border-color:#35a99f;background:#eaf8f5;box-shadow:inset 3px 0 #168b82}.probe-dot{grid-area:dot;width:8px;height:8px;border-radius:50%;background:#8aa0a8;box-shadow:0 0 0 4px #8aa0a81f}.probe-dot.verified{background:#16a085;box-shadow:0 0 0 4px #16a0851f}.probe-dot.failed,.probe-dot.needs_reconcile{background:#d05249}.activation-list strong{grid-area:title;overflow:hidden;font-size:13px;text-overflow:ellipsis}.activation-list small{grid-area:time;color:#758b93;font-size:10px}.activation-list em{grid-area:state;color:#17786f;font-size:11px;font-style:normal;font-weight:750}.activation-timeline{position:relative;display:grid;gap:0;margin:16px 0;padding:0;list-style:none}.activation-timeline:before{position:absolute;top:18px;bottom:18px;left:14px;width:1px;background:#bbd9dc;content:""}.activation-timeline li{position:relative;z-index:1;display:grid;grid-template-columns:29px 1fr auto;gap:10px;align-items:center;min-height:50px}.activation-timeline i{display:grid;place-items:center;width:27px;height:27px;color:#34616b;background:#edf5f6;border:1px solid #bfd5da;border-radius:50%;font-size:10px;font-style:normal;font-weight:800}.activation-timeline .verified i{color:#fff;background:#168b82;border-color:#168b82}.activation-timeline li>div{display:grid;gap:2px}.activation-timeline strong{color:#244650;font-size:12px}.activation-timeline span{color:#81949b;font-size:10px}.activation-timeline svg{color:#168b82}.probe-evidence{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;margin:8px 0 0;border:1px solid #d9e5e8;border-radius:8px}.probe-evidence div{display:grid;gap:2px;padding:10px 12px;border-right:1px solid #e2ebed;border-bottom:1px solid #e2ebed}.probe-evidence div:nth-child(2n){border-right:0}.probe-evidence div:nth-last-child(-n+2){border-bottom:0}.probe-evidence dt{color:#7d9198;font-size:10px}.probe-evidence dd{margin:0;color:#1b4852;font-size:13px;font-weight:800}.probe-error{padding:10px;color:#a63832;background:#fff1ef;border-radius:7px;font-size:12px}.evidence-placeholder{display:grid;place-items:center;align-content:center;min-height:330px;color:#82979e;text-align:center}.decision-ledger{margin-top:14px;padding:20px}.decision-ledger table{width:100%;margin-top:8px;border-collapse:collapse;table-layout:fixed}.decision-ledger th{padding:11px 12px;color:#71878f;border-bottom:1px solid #dce7ea;font-size:10px;letter-spacing:.06em;text-align:left}.decision-ledger td{padding:13px 12px;color:#32515b;border-bottom:1px solid #e8eef0;font-size:12px}.decision-ledger th:first-child,.decision-ledger td:first-child{width:43%}.decision-ledger td:first-child{display:grid;gap:3px}.decision-ledger td small{overflow:hidden;color:#82949a;text-overflow:ellipsis;white-space:nowrap}.decision-status{display:inline-flex;border-radius:99px;padding:4px 8px;color:#08766e;background:#e6f7f2;font-size:10px;font-weight:800}.decision-status.blocked{color:#a83f38;background:#fff0ee}.article-studio{--article-ink: #173c4b;--article-navy: #092f43;--article-teal: #0b8f94;min-width:1080px}.article-studio-hero{display:grid;min-height:112px;align-items:center;gap:28px;padding:22px 25px;color:#d7eaef;background:linear-gradient(112deg,#082d42,#0a4052 62%,#0b5b60);border:1px solid #185467;border-radius:10px;box-shadow:0 18px 38px #082b3a21;grid-template-columns:minmax(320px,1fr) minmax(330px,.78fr) auto}.article-studio-hero .eyebrow,.generation-plan .eyebrow{color:#63d4c8}.article-studio-hero h1{margin:0 0 6px;color:#fff;font-size:26px;letter-spacing:-.025em}.article-studio-hero p:last-child{max-width:600px;margin:0;color:#afcbd3;font-size:11px;line-height:1.65}.article-flow{display:grid;align-items:center;grid-template-columns:auto 1fr auto 1fr auto}.article-flow span{display:grid;min-width:62px;justify-items:center;gap:5px;color:#91b2bb;font-size:8px;font-weight:740;letter-spacing:.04em}.article-flow span svg{padding:6px;background:#aedce114;border:1px solid rgba(172,218,224,.18);border-radius:50%;box-sizing:content-box}.article-flow span.active{color:#75dfd2}.article-flow span.active svg{color:#064c50;background:#75dfd2;border-color:#75dfd2;box-shadow:0 0 0 4px #75dfd21a}.article-flow i{height:1px;background:linear-gradient(90deg,#63c9be,#7ebec52b)}.article-command-bar{display:grid;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:1px solid #d4e1e6;border-left:4px solid var(--article-teal);border-radius:8px;grid-template-columns:minmax(220px,1fr) repeat(3,minmax(125px,.38fr)) auto 36px}.article-command-bar select,.article-search{min-height:35px;color:#466470;background:#f8fafb;border:1px solid #d3e0e5;border-radius:5px;font:inherit;font-size:9px}.article-command-bar select{padding:6px 8px}.article-search{display:flex;align-items:center;gap:7px;padding:0 9px}.article-search svg{color:#6a8790}.article-search input{width:100%;min-width:0;color:#284b58;background:transparent;border:0;outline:0;font:inherit;font-size:10px}.article-command-bar .button{min-height:35px;padding:6px 10px;font-size:9px}.article-workbench{display:grid;min-width:0;align-items:start;gap:12px;grid-template-columns:minmax(250px,.65fr) minmax(470px,1.25fr) minmax(270px,.7fr)}.article-queue-panel,.article-editor-panel,.article-evidence-panel{min-width:0;overflow:hidden;background:#fff;border:1px solid #d2e0e5;border-radius:9px}.article-editor-panel{max-height:calc(100vh - 178px);padding:16px;overflow-y:auto;border-top:4px solid var(--article-teal);box-shadow:0 14px 30px #113f4c0f}.article-evidence-panel{position:sticky;top:80px;max-height:calc(100vh - 102px);padding:15px;overflow-y:auto;border-top:4px solid #1d6172}.studio-panel-head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;padding-bottom:11px;border-bottom:1px solid #dce7eb}.article-queue-panel>.studio-panel-head{padding:15px 14px 11px}.studio-panel-head .eyebrow{margin-bottom:2px;font-size:7px}.studio-panel-head h2{margin:0;overflow:hidden;color:var(--article-ink);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.studio-panel-head>span:not(.status-tag){display:grid;min-width:28px;height:28px;place-items:center;color:#08757d;background:#e4f4f3;border:1px solid #b9dddc;border-radius:50%;font:760 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.article-select-all{display:flex;align-items:center;gap:7px;padding:9px 12px;color:#5d747e;background:#f5f8f9;border-bottom:1px solid #e1eaed;font-size:9px}.article-select-all input,.article-production-card>input{accent-color:var(--article-teal)}.article-select-all small{margin-left:auto;color:#7b919a}.article-production-list{display:grid;max-height:calc(100vh - 384px);min-height:300px;padding:7px;overflow-y:auto;gap:5px}.article-production-card{display:grid;min-width:0;align-items:center;gap:6px;padding:8px;border:1px solid #dce7ea;border-left:3px solid #bccdd3;border-radius:6px;grid-template-columns:16px minmax(0,1fr) auto}.article-production-card:hover{border-color:#aecbd0}.article-production-card.selected{background:#eef8f7;border-color:#80bfc0;border-left-color:var(--article-teal)}.article-production-card>button{display:grid;min-width:0;gap:3px;padding:0;color:inherit;background:transparent;border:0;font:inherit;cursor:pointer;text-align:left}.article-production-card>button strong,.article-production-card>button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-production-card>button strong{color:#284b58;font-size:10px}.article-production-card>button span,.article-production-card>button small{color:#748991;font-size:7px}.article-production-card>.status-tag{font-size:7px}.article-production-card>b{grid-column:3;justify-self:end;color:#098263;font:760 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.article-production-card>b.pending{color:#91a0a5}.article-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;color:#758991;background:#f7fafb;border-top:1px solid #e1eaed;font-size:8px}.article-pagination button{color:#37606a;background:#fff;border:1px solid #cfdee2;border-radius:4px;font:inherit;font-size:8px;cursor:pointer}.article-pagination button:disabled{opacity:.45;cursor:default}.article-bulk-console{display:grid;align-items:center;gap:6px;padding:10px;color:#dbecef;background:#0d3745;grid-template-columns:minmax(95px,1fr) auto auto}.article-bulk-console>div:first-child{display:grid;gap:2px}.article-bulk-console strong{color:#fff;font-size:9px}.article-bulk-console span{color:#9dbec5;font-size:7px}.article-bulk-console select,.article-bulk-console button{min-height:30px;padding:5px 7px;color:#d8eaed;background:#174a57;border:1px solid #416d77;border-radius:4px;font:inherit;font-size:8px;cursor:pointer}.bulk-preview-strip{display:flex!important;grid-column:1 / -1;align-items:center;gap:6px!important;padding-top:7px;border-top:1px solid rgba(169,207,214,.17)}.bulk-preview-strip span{flex:1}.article-editor-empty{display:grid;min-height:430px;place-content:center;justify-items:center;color:#81949b;text-align:center}.article-editor-empty h2{margin:12px 0 5px;color:#365863;font-size:15px}.article-editor-empty p{max-width:300px;margin:0;font-size:9px;line-height:1.65}.article-route{display:flex;align-items:center;gap:7px;margin:11px 0;padding:8px 9px;color:#126f76;background:#eaf7f6;border:1px solid #c5e3e1;border-radius:5px;font-size:8px}.article-route code{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-route a{display:inline-flex;align-items:center;gap:3px;color:#08707b;text-decoration:none}.article-editor-grid{display:grid;gap:9px;margin-bottom:10px;grid-template-columns:minmax(170px,.75fr) minmax(240px,1.25fr)}.article-editor-grid .field-group,.article-seo-editor .field-group{gap:4px}.article-editor-grid label,.article-seo-editor label{font-size:8px}.article-editor-grid .text-input,.article-seo-editor .text-input{min-height:33px;padding:6px 8px;font-size:9px}.article-seo-editor{display:grid;gap:9px;margin-top:12px;padding:13px;background:#f6f9fa;border:1px solid #dce7ea;border-radius:7px;grid-template-columns:repeat(2,minmax(0,1fr))}.article-seo-editor .section-title{display:flex;grid-column:1 / -1;align-items:center;justify-content:space-between;color:#43717a}.article-seo-editor .section-title h3{margin:0;color:#2e535f;font-size:11px}.article-seo-editor .field-group small{justify-self:end;color:#82959c;font-size:7px}.article-save-rail{display:flex;justify-content:flex-end;gap:7px;padding-top:12px}.article-save-rail .button{min-height:34px;padding:6px 10px;font-size:9px}.quality-gauge{display:grid;justify-items:center;gap:9px;padding:17px 5px;text-align:center}.quality-gauge>div{display:grid;width:92px;height:92px;place-content:center;color:#0c6e73;background:radial-gradient(circle closest-side,#fff 78%,transparent 80% 99%),conic-gradient(#18a792 var(--quality),#dfebed 0);border-radius:50%}.quality-gauge strong{font:760 22px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.quality-gauge span{margin-top:3px;color:#6a858c;font-size:7px}.quality-gauge p{margin:0;color:#71868e;font-size:8px;line-height:1.55}.quality-check-list{display:grid;gap:5px;margin:0;padding:0;list-style:none}.quality-check-list li{display:grid;align-items:start;gap:7px;padding:8px;color:#9a4b3c;background:#fff4f1;border:1px solid #edd1c9;border-radius:5px;grid-template-columns:auto 1fr}.quality-check-list li.passed{color:#0d7e69;background:#edf8f5;border-color:#c8e6dd}.quality-check-list li>div{display:grid;gap:2px}.quality-check-list strong{color:#345966;font-size:8px}.quality-check-list span{color:#71868e;font-size:7px;line-height:1.45}.generation-evidence{margin-top:13px;padding-top:12px;border-top:1px solid #dce6e9}.generation-evidence h3{margin:0 0 8px;color:#345866;font-size:9px}.generation-evidence dl{display:grid;margin:0;gap:5px;grid-template-columns:repeat(2,minmax(0,1fr))}.generation-evidence dl>div{min-width:0;padding:7px;background:#f5f8f9;border-radius:4px}.generation-evidence dt{color:#83949a;font-size:7px}.generation-evidence dd{margin:2px 0 0;overflow:hidden;color:#355963;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.quality-empty{display:grid;min-height:260px;place-content:center;justify-items:center;color:#82969d;font-size:8px}.article-dialog-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;padding:28px;place-items:center;background:#051c26a3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.article-generation-dialog{display:grid;width:min(1160px,calc(100vw - 56px));max-height:calc(100vh - 56px);overflow:hidden;background:#fff;border:1px solid #7ba8b2;border-radius:10px;box-shadow:0 28px 90px #041f2a57;grid-template-rows:auto minmax(0,1fr) auto}.article-generation-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;padding:17px 20px;color:#d9ebef;background:linear-gradient(110deg,#0a3347,#0c5960)}.article-generation-dialog header .eyebrow{color:#68d5c8}.article-generation-dialog h2{margin:0 0 4px;color:#fff;font-size:17px}.article-generation-dialog header p:last-child{margin:0;color:#acc8cf;font-size:9px}.article-generation-dialog header .icon-button{color:#d5e9ec;background:#ffffff14;border-color:#ffffff2e}.generation-layout{display:grid;min-height:0;overflow:hidden;grid-template-columns:minmax(590px,1.35fr) minmax(300px,.65fr)}.generation-fields{display:grid;align-content:start;gap:11px;padding:18px 20px;overflow-y:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.generation-fields .field-group{gap:4px}.generation-fields label{font-size:8px}.generation-fields .text-input{min-height:34px;padding:6px 8px;font-size:9px}.generation-fields .multi-select{min-height:76px;padding:3px}.generation-fields .multi-select option{padding:4px 5px}.generation-fields .field-span-2{grid-column:1 / -1}.generation-plan{min-width:0;padding:18px;overflow-y:auto;color:#d6e8ec;background:#0e3543;border-left:1px solid #345966}.generation-plan h3{margin:0;color:#fff;font-size:13px}.plan-stats{display:grid;gap:7px;margin:12px 0;grid-template-columns:repeat(2,1fr)}.plan-stats span{display:grid;gap:2px;padding:9px;color:#8fb4bc;background:#174654;border:1px solid #315e69;border-radius:5px;font-size:7px}.plan-stats strong{color:#71ddd0;font:760 17px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.generation-budget-note{display:flex;align-items:flex-start;gap:6px;margin:0 0 10px;padding:8px;color:#b7d3d8;background:#67d1c514;border:1px solid rgba(103,209,197,.2);border-radius:5px;font-size:7px;line-height:1.55}.generation-budget-note svg{flex:0 0 auto;margin-top:1px;color:#71ddd0}.generation-plan ol{display:grid;gap:5px;margin:0;padding:0;list-style:none}.generation-plan li{display:grid;min-width:0;align-items:center;gap:8px;padding:7px;background:#ffffff0a;border:1px solid rgba(183,222,227,.12);border-radius:5px;grid-template-columns:auto 1fr}.generation-plan li b{color:#67d1c5;font:760 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.generation-plan li div{display:grid;min-width:0;gap:2px}.generation-plan li strong,.generation-plan li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.generation-plan li strong{color:#dcebed;font-size:8px}.generation-plan li span,.generation-plan>small{color:#8fb1b8;font-size:7px}.plan-empty{display:grid;min-height:320px;place-content:center;justify-items:center;color:#7fa8b0;text-align:center}.plan-empty p{max-width:230px;font-size:8px;line-height:1.6}.article-generation-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 20px;color:#70858d;background:#f4f8f9;border-top:1px solid #d7e3e7;font-size:8px}.article-generation-dialog>footer>div{display:flex;gap:7px}.article-generation-dialog>footer .button{min-height:34px;font-size:9px}.city-sites-header{align-items:flex-end}.city-domain-banner{display:grid;align-items:center;gap:12px;padding:15px 18px;color:#d8eef1;background:linear-gradient(110deg,#0a3347,#0b5f66);border:1px solid #176c73;border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;box-shadow:0 9px 25px #07303f1c}.city-domain-banner>svg{color:#61d1c7}.city-domain-banner>div{display:grid;gap:3px}.city-domain-banner strong{color:#fff;font-size:12px}.city-domain-banner span{color:#b8d2d7;font-size:10px}.city-domain-banner code{color:#89e2d8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.city-data-badge{padding:6px 9px;color:#d8f8f4!important;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:5px;font-weight:700;white-space:nowrap}.city-sites-toolbar-actions{display:flex;align-items:center;gap:8px}.city-site-search{position:relative;display:flex;width:310px;min-height:40px;align-items:center;gap:8px;padding:0 10px;color:#6a8790;background:#f8fafb;border:1px solid #cfdde3;border-radius:6px;transition-property:border-color,box-shadow,background-color;transition-duration:.12s}.city-site-search:focus-within{color:#087985;background:#fff;border-color:#68bfc2;box-shadow:0 0 0 3px #0879851a}.city-site-search>svg{flex:0 0 auto}.city-site-search input{width:100%;min-width:0;color:#284b58;background:transparent;border:0;outline:0;font:inherit;font-size:11px}.city-site-search input::placeholder{color:#8b9da6}.city-site-search input::-webkit-search-cancel-button{display:none}.city-site-search button{display:grid;width:28px;height:28px;flex:0 0 auto;padding:0;place-items:center;color:#738b95;background:transparent;border:0;border-radius:4px;cursor:pointer}.city-site-search button:hover{color:#244e5c;background:#e8f0f3}.city-site-search-empty{display:grid;min-height:210px;place-content:center;justify-items:center;gap:7px;color:#81939d;text-align:center}.city-site-search-empty strong{color:#3b5965;font-size:13px}.city-site-search-empty span{font-size:10px}.city-site-search-empty .button{min-height:34px;margin-top:5px}.city-sites-table{min-width:1120px;table-layout:auto}.city-sites-table th:nth-child(1){width:180px}.city-sites-table th:nth-child(2){width:130px}.city-sites-table th:nth-child(3){min-width:250px}.city-sites-table th:nth-child(4),.city-sites-table th:nth-child(5){width:96px}.city-sites-table th:last-child{width:390px}.table-subcopy{display:block;margin-top:3px;color:#8797a5;font-size:9px}.city-public-link{display:inline-flex;max-width:100%;align-items:center;gap:6px;color:#315c6b;font:10px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;text-decoration:none}.city-public-link:hover{color:#087985;text-decoration:underline}.city-auto-status{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:5px;font-size:9px;font-weight:750;white-space:nowrap}.city-auto-status.on{color:#047857;background:#e8f8f2}.city-auto-status.off{color:#87530b;background:#fff5df}.city-row-actions{display:flex;align-items:center;gap:5px;white-space:nowrap}.city-action{display:inline-flex;min-height:28px;align-items:center;gap:3px;padding:4px 7px;color:#fff;border:0;border-radius:5px;font:inherit;font-size:9px;font-weight:750;cursor:pointer}.city-action:disabled{opacity:.55;cursor:wait}.city-action.edit{background:#0f8a55}.city-action.tdk{background:#1477c9}.city-action.auto{background:#0891a6}.city-action.pause{background:#d88a12}.city-action.delete{background:#df4d4d}.city-batch-summary{display:grid;align-items:center;gap:18px;padding:17px 20px;background:#fff;border:1px solid var(--border);border-left:4px solid var(--teal);border-radius:var(--radius);grid-template-columns:minmax(220px,.8fr) minmax(320px,1.6fr) auto auto}.city-batch-summary h2{margin:2px 0 4px;font-size:15px}.city-batch-summary>div:first-child>span{color:#6a7f8d;font-size:9px}.city-batch-summary>strong{color:#0d6270;font:16px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.city-batch-summary>.button{justify-self:end}.city-batch-cancel{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:12px;border-top:1px solid #e1e9ec;grid-column:1 / -1}.city-batch-cancel>span{margin-right:auto;color:#8d4b45;font-size:9px}.city-dialog-backdrop{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:grid;padding:22px;place-items:center;background:#041822ad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.city-create-dialog,.city-editor-dialog{display:grid;width:min(1180px,calc(100vw - 44px));max-height:calc(100vh - 44px);overflow:hidden;background:#fff;border:1px solid #7daab4;border-radius:10px;box-shadow:0 30px 100px #02192366;grid-template-rows:auto minmax(0,1fr) auto auto}.city-create-dialog>header,.city-editor-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;padding:17px 20px;color:#d9ebef;background:linear-gradient(110deg,#092f43,#0b5c63)}.city-create-dialog>header h2,.city-editor-dialog>header h2{margin:1px 0 3px;color:#fff;font-size:17px}.city-create-dialog>header p:last-child,.city-editor-dialog>header p:last-child{margin:0;color:#a9c8cf;font-size:9px}.city-create-dialog>header .eyebrow,.city-editor-dialog>header .eyebrow{color:#68d5c8}.city-create-dialog>header .icon-button,.city-editor-dialog>header .icon-button{color:#d7ebee;background:#ffffff14;border-color:#ffffff2b}.city-builder-body{display:grid;min-height:0;grid-template-columns:340px minmax(0,1fr)}.city-builder-settings{display:grid;align-content:start;gap:14px;padding:18px 20px;overflow-y:auto;border-right:1px solid #dce7eb}.city-builder-settings .field-group{gap:6px}.city-builder-settings .field-group label{font-size:10px}.city-builder-settings textarea{min-height:68px;resize:vertical}.city-builder-settings small,.city-choice-field small{color:#84939e;font-size:8px;line-height:1.45}.domain-input{display:grid;align-items:stretch;grid-template-columns:auto minmax(0,1fr)}.domain-input>span{display:grid;padding:0 10px;place-items:center;color:#315c6b;background:#eff6f7;border:1px solid #cedde2;border-right:0;border-radius:6px 0 0 6px;font:11px ui-monospace,SFMono-Regular,Menlo,monospace}.domain-input .text-input{border-radius:0 6px 6px 0}.city-choice-field{display:flex;gap:18px;margin:0;padding:0;border:0}.city-choice-field legend{margin-bottom:8px;color:#243549;font-size:10px;font-weight:700}.city-choice-field label{display:inline-flex;align-items:center;gap:6px;color:#405565;font-size:10px}.city-choice-field input,.city-checkbox input{accent-color:var(--teal)}.city-checkbox{display:flex;align-items:flex-start;gap:9px;padding:10px 11px;background:#f6fafb;border:1px solid #d9e5e9;border-radius:7px;cursor:pointer}.city-checkbox>span{display:grid;gap:2px}.city-checkbox strong{color:#274354;font-size:10px}.city-checkbox small{color:#7d909d;font-size:8px}.city-checkbox.compact{align-self:end;min-height:40px;align-items:center}.city-picker-pane{display:grid;min-width:0;min-height:0;grid-template-rows:auto auto minmax(0,1fr)}.city-picker-toolbar{display:grid;gap:8px;padding:13px 15px;background:#f5f9fa;border-bottom:1px solid #dce7eb;grid-template-columns:minmax(0,1fr) auto auto}.city-picker-toolbar>button{padding:0 10px;color:#315d68;background:#fff;border:1px solid #cad9de;border-radius:5px;font-size:9px;cursor:pointer}.division-level-bar{display:grid;align-items:center;gap:10px;padding:9px 15px;background:#fff;border-bottom:1px solid #dce7eb;grid-template-columns:auto 1fr auto}.division-level-bar>span{color:#526777;font-size:9px;font-weight:700}.division-level-bar>small{color:#82939d;font-size:8px}.division-level-tabs{display:flex;justify-content:flex-start;gap:5px}.division-level-tabs button{min-width:62px;padding:6px 11px;color:#4c6470;background:#f3f7f8;border:1px solid #d4e0e4;border-radius:5px;font-size:9px;font-weight:650;cursor:pointer}.division-level-tabs button:hover{color:#0b6f78;border-color:#9bcbd0}.division-level-tabs button.active{color:#fff;background:#0d8792;border-color:#0d8792;box-shadow:0 2px 8px #0d87922e}.city-picker-content{display:grid;min-height:0;grid-template-columns:108px minmax(0,1fr)}.province-rail{display:flex;overflow-y:auto;background:#f5f8fa;border-right:1px solid #dce7eb;flex-direction:column}.province-rail button{flex:0 0 auto;min-height:34px;padding:7px 14px;color:#526777;background:transparent;border:0;border-left:3px solid transparent;font-size:10px;text-align:left;cursor:pointer}.province-rail button:hover{background:#eaf2f4}.province-rail button.active{color:#fff;background:#0d8792;border-left-color:#54d2c6;font-weight:750}.division-grid{display:flex;align-content:flex-start;align-items:flex-start;gap:7px;padding:14px;overflow-y:auto;flex-wrap:wrap}.division-grid button{display:inline-flex;min-height:31px;align-items:center;gap:6px;padding:6px 9px;color:#465b68;background:#f8fafb;border:1px solid #d8e1e5;border-radius:5px;font-size:10px;cursor:pointer}.division-grid button:hover{color:#0b6f78;background:#edf8f8;border-color:#9bcbd0}.division-grid button:disabled{opacity:.45;cursor:not-allowed}.division-grid button.selected{color:#fff;background:#0d8792;border-color:#0d8792;box-shadow:0 3px 10px #0d87922e}.division-grid small{padding:2px 3px;color:#7b8d98;background:#6f87911a;border-radius:3px;font-size:7px}.division-grid button.selected small{color:#d9f8f4;background:#ffffff21}.division-empty{display:grid;width:100%;min-height:160px;place-content:center;gap:5px;color:#80919b;text-align:center}.division-empty strong{color:#516874;font-size:11px}.division-empty span{font-size:9px}.city-create-dialog>footer,.city-editor-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 18px;background:#f4f8f9;border-top:1px solid #d7e3e7}.city-create-dialog>footer>span{color:#71858f;font-size:9px}.city-create-dialog>footer strong{color:#0b7d87;font-size:12px}.city-create-dialog>footer em{color:#46626e;font-style:normal;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.city-create-dialog>footer>div,.city-editor-dialog>footer{display:flex;justify-content:flex-end;gap:8px}.city-dialog-error{display:grid;gap:2px;padding:9px 18px;color:#a33a33;background:#fff0ef;border-top:1px solid #edc4c0;font-size:9px}.city-dialog-error span{color:#7d4d49}.city-editor-dialog{width:min(760px,calc(100vw - 44px))}.city-editor-dialog-body{display:grid;gap:14px;padding:20px;overflow-y:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.city-editor-dialog-body textarea{min-height:90px;resize:vertical}.city-delete-dialog{width:min(460px,calc(100vw - 44px));padding:26px;text-align:center;background:#fff;border:1px solid #e1b4af;border-radius:10px;box-shadow:0 28px 90px #03182159}.city-delete-dialog>svg{color:#c3443d}.city-delete-dialog h2{margin:12px 0 8px;color:#263947;font-size:18px}.city-delete-dialog p{margin:0;color:#667a87;font-size:10px;line-height:1.65}.city-delete-dialog p strong{overflow-wrap:anywhere;color:#a33a33;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.city-delete-dialog>div{display:flex;justify-content:center;gap:8px;margin-top:20px}
