:root{--surface:#f7f9fb;--panel:#fff;--low:#f2f4f6;--high:#e6e8ea;--text:#191c1e;--muted:#5d6473;--outline:#cbd0dc;--primary:#004ac6;--primary2:#2563eb;--secondary:#d9dff4;--success:#087f5b;--warning:#a15c00;--danger:#ba1a1a;--sidebar:260px;--topbar:64px;--shadow:0 10px 30px rgba(24,35,55,.07)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--surface)}button,input,select,textarea{font:inherit}a,button{transition:.18s ease}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.sidebar{width:var(--sidebar);position:fixed;inset:0 auto 0 0;background:var(--panel);border-right:1px solid var(--outline);padding:24px 18px;display:flex;flex-direction:column;z-index:10}.brand-inline{display:flex;align-items:center;gap:11px}.brand-inline>div:last-child{display:flex;flex-direction:column}.brand-inline span{font-size:11px;color:var(--muted)}.logo{width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,var(--primary2),#003a99);color:#fff;display:grid;place-items:center;font-weight:800;letter-spacing:-1px}.logo.large{width:74px;height:74px;font-size:20px}.sidebar nav{display:flex;flex-direction:column;gap:3px;margin-top:30px;overflow:auto}.nav-link{display:flex;gap:12px;align-items:center;padding:10px 12px;border-radius:10px;color:#4d5463;font-size:14px;font-weight:500}.nav-link:hover{background:var(--low);color:var(--primary)}.nav-link.active{background:var(--secondary);color:#1d4a9d;font-weight:700}.sidebar-footer{margin-top:auto;border-top:1px solid var(--outline);padding-top:18px;display:grid;grid-template-columns:38px 1fr auto;grid-gap:10px;gap:10px;align-items:center;font-size:12px}.sidebar-footer div:nth-child(2){display:flex;flex-direction:column}.sidebar-footer span{color:var(--muted)}.avatar,.tenant-avatar{border-radius:50%;display:grid;place-items:center;background:#e9efff;color:var(--primary);font-weight:700}.tenant-avatar{width:38px;height:38px}.avatar{width:34px;height:34px}.workspace{margin-left:var(--sidebar);min-height:100vh}.topbar{height:var(--topbar);position:-webkit-sticky;position:sticky;top:0;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--outline);display:flex;justify-content:space-between;align-items:center;padding:0 32px;z-index:8;font-size:13px;color:var(--muted)}.signal-dot,.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#20c997;margin-right:7px;box-shadow:0 0 0 4px #d8f5ea}.top-actions{display:flex;align-items:center;gap:8px}.content{max-width:1480px;margin:0 auto;padding:32px}.page-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:25px}.page-header h1{font-size:28px;letter-spacing:-.03em;margin:0 0 6px}.card p,.page-header p{color:var(--muted);margin:0;line-height:1.5}.form-actions,.page-actions{display:flex;gap:10px}.btn{border:1px solid var(--outline);background:#fff;border-radius:9px;min-height:40px;padding:9px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:650;font-size:13px;color:#353b48}.btn:hover{background:var(--low);transform:translateY(-1px)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-primary{background:var(--primary2);border-color:var(--primary2);color:#fff}.btn-primary:hover{background:var(--primary)}.btn-wide{width:100%}.icon-button{width:36px;height:36px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;color:var(--muted);cursor:pointer}.icon-button:hover{background:var(--low);color:var(--primary)}.card{background:var(--panel);border:1px solid #dfe3eb;border-radius:15px;padding:22px;box-shadow:0 1px 2px rgba(25,28,30,.03)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:20px}.metric{display:flex;flex-direction:column;gap:9px}.metric>span{font-size:13px;color:var(--muted)}.metric strong{font-size:30px;letter-spacing:-.04em}.metric small{color:var(--muted)}.metric small.good{color:var(--success)}.metric small.warn{color:var(--warning)}.dashboard-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:20px;gap:20px;margin-bottom:20px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.card h2,.section-title h2{margin:0;font-size:17px}.section-title button{border:0;background:none;color:var(--primary);display:flex;align-items:center;cursor:pointer;font-size:12px;font-weight:700}.donut-row{display:flex;align-items:center;justify-content:center;gap:50px;padding:12px}.donut{width:142px;height:142px;border-radius:50%;background:conic-gradient(#20a778 0 86%,#e9ecef 86%);display:grid;place-content:center;position:relative}.donut:after{content:"";position:absolute;inset:15px;background:#fff;border-radius:50%}.donut span,.donut strong{z-index:1;text-align:center}.donut strong{font-size:26px}.donut span{font-size:12px;color:var(--muted)}.legend p{font-size:13px;color:var(--muted);margin:12px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.green{background:#20a778}.amber{background:#f0a23a}.gray{background:#9ca3af}.timeline{display:flex;flex-direction:column}.timeline>div{display:grid;grid-template-columns:32px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0f4}.timeline>div:last-child{border:0}.timeline-icon{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#e4f7ef;color:var(--success)}.timeline p{display:flex;flex-direction:column;font-size:13px}.timeline small,.timeline time{color:var(--muted);font-size:11px}.toolbar{display:flex;justify-content:space-between;margin-bottom:15px}.search{position:relative;max-width:420px;flex:1 1}.search svg{position:absolute;top:11px;left:12px;color:var(--muted)}input,select,textarea{width:100%;border:1px solid var(--outline);border-radius:9px;background:#fff;min-height:41px;padding:9px 12px;outline:none;color:var(--text)}input:focus,select:focus{border-color:var(--primary2);box-shadow:0 0 0 3px #2563eb1a}.search input{padding-left:39px}.table-wrap{background:#fff;border:1px solid #dfe3eb;border-radius:14px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:800px;text-align:left}th{font-size:11px;text-transform:uppercase;letter-spacing:.055em;color:#707789;background:#f8fafc}td,th{padding:14px 16px;border-bottom:1px solid #edf0f4}td{font-size:13px;color:#4c5361}tbody tr:hover{background:#fafcff}tbody tr:last-child td{border-bottom:0}.cell-title{display:flex;align-items:center;gap:10px;color:var(--text)}.device-icon{width:34px;height:34px;border-radius:9px;background:#eaf0ff;color:var(--primary);display:grid;place-items:center}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700;background:#edf0f3;color:#5e6573}.badge-success{background:#dcf6eb;color:#087f5b}.badge-warning{background:#fff0d9;color:#9b5b00}.badge-danger{background:#ffe2df;color:var(--danger)}.mono{font-family:ui-monospace,monospace}.promo{color:var(--danger);font-weight:700}.block{display:block;color:var(--muted);margin-top:3px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.resource-card{padding:0 0 18px;overflow:hidden}.resource-card h3,.resource-card p,.resource-card>a,.resource-card>small{margin-left:18px;margin-right:18px}.resource-card h3{font-size:15px;margin-bottom:6px}.resource-card p,.resource-card small{font-size:12px}.resource-card>a{display:flex;align-items:center;color:var(--primary);font-weight:700;font-size:12px;margin-top:14px}.resource-preview{height:150px;display:grid;place-items:center;color:#fff;margin-bottom:17px;position:relative;background:linear-gradient(135deg,#315dcc,#6ca5ff)}.resource-preview .icon-button{position:absolute;right:10px;top:10px;color:#fff;background:#0003}.preview-1{background:linear-gradient(135deg,#4e5968,#171c27)}.preview-2{background:linear-gradient(135deg,#e2852e,#f1c559)}.preview-3{background:linear-gradient(135deg,#087f5b,#57c998)}.steps{max-width:760px;margin:0 auto 24px;display:flex}.step{flex:1 1;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:13px}.step:after{content:"";height:2px;background:var(--outline);flex:1 1}.step:last-child:after{display:none}.step span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e5e7eb}.step.active{color:var(--primary);font-weight:700}.step.active span{background:var(--primary2);color:#fff}.pair-card{max-width:640px;margin:0 auto;text-align:center;padding:36px}.pair-card>p{margin:8px auto 24px;max-width:450px}.pair-icon,.success-mark{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;margin:0 auto 18px;background:#e6edff;color:var(--primary)}.success-mark{background:#dcf6eb;color:var(--success);border-radius:50%}.pair-code{font-family:ui-monospace,monospace;font-size:30px;letter-spacing:.28em;text-align:center;text-transform:uppercase;max-width:300px;margin:8px auto;display:block}.pair-card>small{display:block;color:var(--muted);margin-bottom:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;text-align:left;margin:24px 0}.controls label,.form-grid label,.inspector label{font-size:12px;font-weight:700;display:flex;flex-direction:column;gap:7px}.success-summary{display:grid;grid-template-columns:40px 1fr auto;align-items:center;text-align:left;background:var(--low);padding:15px;border-radius:11px;margin:25px 0}.success-summary div{display:flex;flex-direction:column}.success-summary span{font-size:11px;color:var(--muted)}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--primary);margin-bottom:18px;font-weight:700}.editor-layout{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:20px;gap:20px}.playlist-items{display:flex;flex-direction:column;gap:10px}.playlist-items>div{display:grid;grid-template-columns:20px 58px 1fr 20px;grid-gap:12px;gap:12px;align-items:center;padding:10px;border:1px solid #e2e5eb;border-radius:11px}.playlist-items p{display:flex;flex-direction:column}.playlist-items small{font-size:11px}.thumb{height:45px;border-radius:7px;display:grid;place-items:center;color:#fff;background:var(--primary2)}.controls,.inspector{display:flex;flex-direction:column;gap:16px}.canvas,.preview-frame{min-height:280px;border-radius:12px;background:#111827;color:#fff;display:grid;place-items:center;text-align:center}.preview-frame{min-height:200px;display:flex;flex-direction:column;gap:8px}.offer-preview,.price-preview,.weather-preview{width:90%;padding:35px;border-radius:15px}.price-preview{background:#f4c43c;color:#171717}.price-preview>span{font-size:18px;font-weight:900}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;margin-top:25px}.price-grid>div{background:#fff;padding:14px;border-radius:10px;display:flex;flex-direction:column}.price-grid strong{font-size:22px;color:#c53625}.weather-preview{background:linear-gradient(145deg,#1268bb,#6dbcf2);text-align:left}.weather-preview strong{font-size:70px;display:block}.offer-preview{background:radial-gradient(circle,#f44336,#8e1111);text-align:center}.offer-preview h2{font-size:30px;margin:8px}.offer-preview strong{font-size:52px;color:#ffe468}.settings-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:20px;gap:20px}.settings-layout>nav{display:flex;flex-direction:column;gap:4px}.settings-layout>nav button{border:0;background:none;text-align:left;padding:11px;border-radius:8px;color:var(--muted)}.settings-layout>nav button.active{background:var(--secondary);color:var(--primary);font-weight:700}.settings-form>p{margin-top:6px}.brand-upload{display:flex;align-items:center;gap:18px;margin:25px 0}.empty{text-align:center;padding:60px 20px}.empty-icon{font-size:40px;color:var(--primary)}.skeleton{display:block;background:linear-gradient(90deg,#eee,#f8f8f8,#eee);background-size:200%;animation:pulse 1.4s infinite;border-radius:8px;min-height:20px}@keyframes pulse{to{background-position:-200%}}.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-brand{padding:64px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 10% 10%,#4379ef 0,#123fa5 42%,#071c51 100%)}.login-brand h1{font-size:52px;line-height:1.05;letter-spacing:-.045em;margin:18px 0}.login-brand p{max-width:530px;color:#dae5ff;line-height:1.6}.logo-light{background:#fff;color:var(--primary)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px!important;font-weight:800}.signal-card{align-self:flex-start;background:#ffffff18;border:1px solid #ffffff33;border-radius:999px;padding:10px 16px;font-size:12px}.login-panel{display:grid;place-items:center;padding:40px}.login-box{width:min(430px,100%);display:flex;flex-direction:column;gap:30px}.login-box h2{font-size:30px;margin:8px 0}.login-box form{gap:16px}.login-box form,.login-box label{display:flex;flex-direction:column}.login-box label{font-size:12px;font-weight:700;gap:7px}.input-icon{position:relative}.input-icon>svg{position:absolute;left:12px;top:12px;color:var(--muted)}.input-icon input{padding-left:41px;padding-right:42px}.input-icon .icon-button{position:absolute;right:3px;top:3px}.link-button{border:0;background:none;color:var(--primary);font-weight:700;cursor:pointer}.fine-print{font-size:11px;text-align:center}.form-error{color:var(--danger)!important;background:#ffe8e5;padding:10px;border-radius:8px}.controls input[type=color]{padding:3px}.controls input[type=checkbox]{width:auto;min-height:auto}.fine-print{color:var(--muted)}@media(max-width:1050px){:root{--sidebar:78px}.sidebar{padding:20px 12px}.brand-inline>div:last-child,.nav-link span,.sidebar-footer>div:nth-child(2),.sidebar-footer>svg{display:none}.nav-link,.sidebar-footer{justify-content:center}.sidebar-footer{display:flex}.metrics,.resource-grid{grid-template-columns:1fr 1fr}.login-brand{padding:40px}.login-brand h1{font-size:40px}}@media(max-width:760px){:root{--sidebar:0}.sidebar{display:none}.workspace{margin-left:0}.content{padding:22px 16px}.topbar{padding:0 16px}.page-header{flex-direction:column}.dashboard-grid,.editor-layout,.form-grid,.login-page,.metrics,.resource-grid,.settings-layout{grid-template-columns:1fr}.login-brand{display:none}.login-panel{padding:24px}.table-wrap{margin-right:-16px;border-radius:12px 0 0 12px}.steps{overflow:hidden}.step{font-size:11px}.pair-card{padding:25px 17px}}.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;top:12px;left:16px;z-index:100;padding:10px 14px;border-radius:8px;background:var(--primary);color:#fff;font-weight:700;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.mobile-menu-button,.navigation-scrim{display:none}@media(max-width:760px){.sidebar{display:flex;width:min(300px,calc(100vw - 48px));transform:translateX(-100%);transition:transform .2s ease;box-shadow:var(--shadow)}.sidebar.sidebar-open{transform:translateX(0)}.mobile-menu-button{display:grid}.navigation-scrim{display:block;position:fixed;inset:0;z-index:9;border:0;background:#10182873}.sidebar .brand-inline>div:last-child,.sidebar .tenant-details{display:flex}.sidebar .nav-link span{display:inline}.sidebar .sidebar-footer>svg{display:block}.sidebar .nav-link{justify-content:flex-start}.sidebar .sidebar-footer{display:grid;justify-content:normal}}.data-banner{margin:-12px 0 18px;padding:10px 14px;border-radius:9px;background:#e8efff;color:#23457f;font-size:12px}.data-error{background:#ffe2df;color:var(--danger)}.modal-backdrop{position:fixed;inset:0;z-index:80;background:#11182780;display:grid;place-items:center;padding:20px}.modal{width:min(560px,100%);display:flex;flex-direction:column;gap:18px;box-shadow:0 30px 80px #0004}.modal header{display:flex;justify-content:space-between;gap:20px}.modal label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700}.form-success{padding:10px;border-radius:8px;background:#dcf6eb;color:var(--success)}.resource-command{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:14px}.card-actions{position:absolute;right:10px;top:10px;display:flex}.card-actions .icon-button{position:static;background:#0003;color:#fff}.modal h2{margin:0}.playlist-items>div{grid-template-columns:20px 58px 1fr auto}.playlist-actions{display:flex;align-items:center}.playlist-actions .icon-button{width:30px;height:30px}.playlist-actions .icon-button:disabled{opacity:.25;cursor:not-allowed}.row-actions{display:flex;align-items:center;justify-content:flex-end}.schedule-card{margin-top:20px}.schedule-card .section-title h2{display:flex;align-items:center;gap:8px}.schedule-form{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;grid-gap:12px;gap:12px;align-items:end}.schedule-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.schedule-list{display:grid;grid-gap:8px;gap:8px;margin-top:16px}.schedule-list>div{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--high);border-radius:10px;padding:10px 12px}.schedule-list p{display:flex;flex-direction:column}.schedule-list small{color:var(--muted)}@media(max-width:760px){.schedule-form{grid-template-columns:1fr}}.content,.workspace{min-width:0}.content{overflow-x:clip}.sidebar nav{gap:0}.nav-entry{display:contents}.nav-group{display:block;margin:20px 12px 6px;color:#687184;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav-entry:first-child .nav-group{margin-top:0}.btn{min-height:44px;transition:background-color .18s cubic-bezier(.16,1,.3,1),border-color .18s cubic-bezier(.16,1,.3,1),color .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1)}.icon-button,.playlist-actions .icon-button{width:44px;height:44px}.btn:focus-visible,.icon-button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #2563eb4d;outline-offset:2px}textarea:focus-visible{border-color:#2563eb}th{color:#535c70}.badge-success{color:#06694a}.table-wrap{max-width:100%;overflow-x:auto}.assurance-panel h2,.operations-section h2,.page-header h1{text-wrap:balance}.assurance-panel p,.page-header p{max-width:70ch;text-wrap:pretty}.demo-notice{margin:-10px 0 20px;padding:11px 14px;border:1px solid #b8c9ee;border-radius:10px;background:#edf3ff;color:#274b83;font-size:13px}.assurance-panel{padding:28px;border:1px solid #d9dee8;border-radius:15px;background:#fff}.assurance-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.assurance-header h2{margin:5px 0 7px;font-size:24px;letter-spacing:-.03em}.assurance-header p{margin:0;color:var(--muted);line-height:1.5}.assurance-header>a,.operations-heading>a{display:inline-flex;align-items:center;gap:3px;color:var(--primary);font-size:12px;font-weight:750;white-space:nowrap}.status-kicker{color:#45516a;font-size:12px;font-weight:750}.sync-pipeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:25px;border-top:1px solid #e8ebf0;border-bottom:1px solid #e8ebf0}.sync-stage{display:grid;grid-template-columns:38px 1fr;grid-gap:11px;gap:11px;padding:20px 18px}.sync-stage:not(:last-child){border-right:1px solid #e8ebf0}.sync-stage-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#eef3ff;color:var(--primary)}.sync-stage-icon svg{width:18px}.sync-stage>div{min-width:0;display:flex;flex-direction:column;gap:3px}.sync-stage>div>span{font-size:11px;color:var(--muted)}.sync-stage strong{overflow:hidden;text-overflow:ellipsis;font-size:13px;white-space:nowrap}.sync-stage small{color:var(--muted);font-size:11px;line-height:1.35}.sync-stage-done .sync-stage-icon{background:#ddf7ec;color:#06694a}.sync-stage-warning .sync-stage-icon{background:#fff1dc;color:#895000}.sync-stage-error .sync-stage-icon{background:#ffe4e1;color:#a61717}.sync-stage-pending{opacity:.72}.summary-strip{display:grid;grid-template-columns:repeat(3,1fr);margin:18px 0;border:1px solid #d9dee8;border-radius:12px;background:#fff}.summary-item{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:2px;gap:2px;padding:16px 20px}.summary-item:not(:last-child){border-right:1px solid #e8ebf0}.summary-item span{grid-column:1;color:var(--muted);font-size:12px}.summary-item strong{grid-column:1;font-size:21px;letter-spacing:-.03em}.summary-item svg{grid-column:2;grid-row:1/3;color:#7a8292}.summary-warning strong{color:#8a5100}.summary-success strong{color:#06694a}.dashboard-operations-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-gap:18px;gap:18px}.operations-section{min-width:0;padding:22px;border:1px solid #d9dee8;border-radius:14px;background:#fff}.operations-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.operations-heading h2{margin:0;font-size:17px}.import-status-list,.screen-status-list{display:flex;flex-direction:column}.import-status-row,.screen-status-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;min-height:66px;border-top:1px solid #e8ebf0}.import-status-row:first-child,.screen-status-row:first-child{border-top:0}.import-status-row>span:nth-child(2),.screen-status-row>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.import-status-row strong,.screen-status-row strong{overflow:hidden;text-overflow:ellipsis;font-size:13px;white-space:nowrap}.import-status-row small,.screen-status-row small{overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:11px;white-space:nowrap}.device-state,.import-state{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#eef1f5;color:#667084}.device-state-success,.import-state-success{background:#ddf7ec;color:#06694a}.device-state-warning,.import-state-warning{background:#fff1dc;color:#895000}.device-state-danger,.import-state-danger{background:#ffe4e1;color:#a61717}.section-empty{padding:24px 0;color:var(--muted);font-size:13px}.dashboard-skeleton{display:grid;grid-gap:18px;gap:18px}.skeleton-assurance{height:245px}.summary-strip>.skeleton{height:74px;border-radius:0}.skeleton-list{height:320px}@media(max-width:1100px){.sync-pipeline{grid-template-columns:1fr 1fr}.sync-stage:nth-child(2){border-right:0}.sync-stage:nth-child(-n+2){border-bottom:1px solid #e8ebf0}}@media(max-width:760px){.nav-group{margin-left:12px}.page-actions{width:100%;flex-wrap:wrap}.page-actions .btn{flex:1 1}.assurance-panel{padding:20px 16px}.assurance-header{flex-direction:column;gap:12px}.assurance-header h2{font-size:21px}.sync-pipeline{grid-template-columns:1fr}.sync-stage{padding:16px 2px}.sync-stage:not(:last-child){border-right:0;border-bottom:1px solid #e8ebf0}.summary-strip{grid-template-columns:1fr}.summary-item:not(:last-child){border-right:0;border-bottom:1px solid #e8ebf0}.dashboard-operations-grid{grid-template-columns:1fr}.operations-section{padding:18px 15px}.import-status-row,.screen-status-row{grid-template-columns:38px minmax(0,1fr);padding:10px 0}.import-status-row .badge,.screen-status-row .badge{grid-column:2;justify-self:start}.table-wrap{margin-right:0;border-radius:12px}.content{overflow-x:hidden}.skeleton-assurance{height:430px}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.btn:hover{transform:none}}.token-reveal{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:12px;border-radius:10px;background:var(--low)}.token-reveal code{overflow-wrap:anywhere;font-size:12px}.client-list{display:grid;grid-gap:10px;gap:10px}.client-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto auto auto;grid-gap:18px;gap:18px;align-items:center;padding:16px 18px}.client-row h2{margin:0 0 3px;font-size:15px}.client-row p,.client-row>span{font-size:12px;color:var(--muted)}@media(max-width:760px){.token-reveal{grid-template-columns:1fr}.client-row{grid-template-columns:40px 1fr}.client-row>.badge,.client-row>span{grid-column:2;justify-self:start}}