:root{color:#24302c;background:#f5f6f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #1d2925;--muted: #69736f;--green: #18513f;--green-dark: #113c30;--green-soft: #e8f0ec;--gold: #9d6c26;--surface: #fff;--line: #dce1de;--line-soft: #eaeeeb}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:600}strong{font-weight:500}h1{font-size:1.35rem;line-height:1.25}h2{font-size:1rem;line-height:1.35}h3{font-size:.9rem;line-height:1.4}.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}.mono{font-variant-numeric:tabular-nums;letter-spacing:.02em}.text-muted{color:#858e8a!important;font-style:italic;font-weight:400!important}.dashboard-shell{display:flex;min-height:100vh}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;display:flex;width:218px;flex-direction:column;padding:16px 12px 12px;color:#e7efeb;background:#123f33;transition:width .18s ease,transform .18s ease}.brand{display:flex;gap:9px;align-items:center;padding:0 7px 14px;border-bottom:1px solid rgb(255 255 255 / 10%)}.brand__mark{display:grid;width:22px;height:22px;place-items:center;flex:none;color:#d7e5df}.brand__mark svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.brand strong{display:block}.brand strong{font-size:.82rem;font-weight:500}.main-nav{display:flex;flex:1;flex-direction:column;gap:2px;margin-top:12px}.nav-item{display:flex;min-height:38px;gap:9px;align-items:center;padding:0 10px;border-radius:5px;color:#bfd0c9;font-size:.82rem;font-weight:400;text-decoration:none;transition:background .14s ease,color .14s ease}.nav-item:hover{color:#fff;background:#ffffff0f}.nav-item--active,.nav-item.router-link-exact-active{color:#fff;background:#ffffff17;font-weight:500}.nav-icon{display:grid;width:22px;height:22px;place-items:center;flex:none;color:#c9d8d2}.app-icon{width:17px;height:17px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.sidebar__footer{display:flex;gap:8px;align-items:center;padding:12px 5px 0;border-top:1px solid rgb(255 255 255 / 10%)}.user-chip{display:flex;min-width:0;flex:1;gap:8px;align-items:center}.avatar{display:grid;width:28px;height:28px;place-items:center;flex:none;border-radius:50%;color:#173e32;background:#d5ad68;font-size:.68rem;font-weight:600}.user-chip strong,.user-chip span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-chip strong{font-size:.75rem;font-weight:500}.user-chip span{color:#9fb6ad;font-size:.64rem}.icon-button{display:grid;width:29px;height:29px;place-items:center;border:0;border-radius:5px;color:#b8cec5;background:#ffffff0f}.icon-button svg,.menu-button svg,.sidebar-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sidebar--collapsed{width:58px;padding-inline:8px}.sidebar--collapsed .brand{justify-content:center;padding:0 0 14px}.sidebar--collapsed .brand strong,.sidebar--collapsed .nav-item>span:not(.nav-icon),.sidebar--collapsed .user-chip{display:none}.sidebar--collapsed .nav-item{justify-content:center;padding:0}.sidebar--collapsed .sidebar__footer{justify-content:center;padding-inline:0}.app-frame{width:calc(100% - 218px);min-height:100vh;margin-left:218px;transition:width .18s ease,margin-left .18s ease}.app-frame--expanded{width:calc(100% - 58px);margin-left:58px}.topbar{display:flex;height:52px;gap:16px;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid var(--line);background:#fff}.topbar__left{display:flex;gap:9px;align-items:center}.topbar__context{display:flex;gap:8px;align-items:center;color:#7a8480;font-size:.75rem}.topbar__province{color:var(--ink);font-weight:500}.topbar__divider{color:#b7bfbc}.source-health{display:flex;gap:7px;align-items:center;color:#466057;font-size:.72rem;font-weight:400}.source-health__dot{width:7px;height:7px;border-radius:50%;background:#2a9d6c}.source-health--muted{color:#7d8783}.source-health--muted .source-health__dot{background:#9aa39f}.menu-button,.sidebar-toggle{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:4px;color:#5d6965;background:transparent}.menu-button{display:none}.sidebar-toggle:hover{background:#f0f3f1}.page-container{width:min(100%,1600px);margin:0 auto;padding:22px 28px 42px}.page-heading{display:flex;gap:20px;align-items:center;justify-content:space-between;margin-bottom:16px}.page-heading h1,.detail-hero h1{margin-bottom:3px;color:var(--ink);font-size:1.35rem;font-weight:600;letter-spacing:-.015em;line-height:1.25}.page-heading p{max-width:760px;margin-bottom:0;color:var(--muted);font-size:.78rem;line-height:1.45}.button{display:inline-flex;min-height:34px;gap:7px;align-items:center;justify-content:center;padding:0 12px;border:1px solid transparent;border-radius:5px;font-size:.76rem;font-weight:500;text-decoration:none;transition:background .14s ease,border-color .14s ease}.button--primary{color:#fff;background:var(--green)}.button--primary:hover{background:var(--green-dark)}.button--secondary{border-color:#cfd8d3;color:var(--green);background:#fff}.button--secondary:hover{border-color:#9fb4aa;background:#f7faf8}.button--ghost{border-color:var(--line);color:#44534e;background:#fff}.button--wide{width:100%;min-height:38px}.heading-actions{display:flex;gap:8px;align-items:center}.overview-metrics,.stat-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.overview-metrics article,.stat-summary-grid article{display:grid;min-height:86px;grid-template-rows:auto 1fr auto;padding:12px 13px;border:1px solid var(--line);border-radius:7px;background:#fff}.overview-metrics span,.stat-summary-grid article>span{color:#6f7975;font-size:.68rem;font-weight:500}.overview-metrics strong,.stat-summary-grid article>strong{align-self:center;margin:6px 0 4px;color:var(--ink);font-size:1.28rem;font-weight:600;line-height:1}.overview-metrics small,.stat-summary-grid article>small{color:#87908c;font-size:.64rem;line-height:1.35}.overview-alert{margin-top:12px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.feature-card{min-height:0;padding:12px 13px;border:1px solid var(--line);border-radius:7px;background:#fff;text-decoration:none}.feature-card:hover{border-color:#b8c7c0;background:#fafcfb}.feature-card--accent{background:#f7faf8}.feature-card__number{display:none}.feature-card h2{margin:0 0 4px;font-size:.82rem;font-weight:500}.feature-card p{margin-bottom:8px;color:var(--muted);font-size:.72rem;line-height:1.4}.feature-card a{color:var(--green);font-size:.72rem;font-weight:500}.filter-panel{padding:12px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.search-box{display:flex;gap:8px;align-items:center;padding:0 10px;border:1px solid #d5dcd8;border-radius:5px;background:#fff}.search-box span{color:#728078;font-size:1rem}.search-box input{width:100%;height:38px;border:0;outline:0;color:var(--ink);background:transparent;font-size:.79rem}.filter-row{display:grid;grid-template-columns:1fr 1.2fr 1.2fr .85fr;gap:9px;margin-top:10px}.select-field span,.form-field>span{display:block;margin:0 0 4px 1px;color:#626d68;font-size:.68rem;font-weight:500}.select-field select{width:100%;height:34px;padding:0 30px 0 9px;border:1px solid #d8deda;border-radius:5px;outline-color:var(--green);color:#2e3d38;background:#fff;font-size:.76rem}.result-summary{display:flex;justify-content:space-between;margin:13px 2px 7px;color:#77817e;font-size:.72rem}.result-summary strong{color:var(--ink);font-weight:500}.table-card{overflow-x:auto;border:1px solid var(--line);border-radius:7px;background:#fff}.data-table{width:100%;min-width:900px;border-collapse:collapse}.data-table th{height:34px;padding:0 11px;color:#6f7975;background:#f7f8f6;font-size:.65rem;font-weight:500;text-align:left}.data-table td{padding:10px 11px;border-top:1px solid var(--line-soft);color:#33413c;font-size:.74rem;vertical-align:middle}.data-table tbody tr:hover{background:#fafbf9}.school-name{display:block;max-width:330px;margin-bottom:2px;color:#163f33;font-weight:500;text-decoration:none}.school-name:hover{text-decoration:underline;text-underline-offset:2px}.school-address,.table-secondary{display:block;margin-top:2px;color:#87918d;font-size:.66rem}.row-action{display:grid;width:27px;height:27px;place-items:center;border:1px solid #dce3df;border-radius:4px;color:var(--green);text-decoration:none}.badge{display:inline-flex;min-height:20px;align-items:center;padding:0 7px;border-radius:4px;font-size:.64rem;font-weight:500;white-space:nowrap}.badge--success{color:#176a4d;background:#e6f4ed}.badge--warning{color:#805417;background:#fff1d9}.badge--neutral{color:#5d6965;background:#edf0ee}.badge--danger{color:#913737;background:#fce8e8}.pagination-bar{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-top:11px}.pagination-bar>span{color:#8a9490;font-size:.66rem}.state-card{display:flex;min-height:120px;flex-direction:column;align-items:center;justify-content:center;margin-top:12px;padding:18px;border:1px dashed #cbd5d0;border-radius:7px;color:#33443d;background:#fafbf9;text-align:center}.state-card strong{margin-top:8px;font-size:.8rem;font-weight:500}.state-card p{margin:4px 0 10px;color:var(--muted);font-size:.72rem}.state-card__icon{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#e9efeb;font-weight:500}.state-card--error .state-card__icon{color:#9a3737;background:#f9e3e3}.loader{width:20px;height:20px;border:2px solid #d6e0db;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alert{padding:9px 11px;border-radius:5px;font-size:.73rem;line-height:1.45}.alert--warning{border:1px solid #edd6a8;color:#74501a;background:#fff8e8}.alert--danger{border:1px solid #efc2c2;color:#8a3030;background:#fff0f0}.inline-empty{padding:12px;border:1px dashed var(--line);border-radius:5px;color:var(--muted);background:#fafbf9;font-size:.73rem}.breadcrumbs{display:flex;gap:7px;margin-bottom:12px;color:#7a8581;font-size:.7rem}.breadcrumbs a{color:var(--green);font-weight:500;text-decoration:none}.detail-hero{display:flex;gap:18px;align-items:center;justify-content:space-between;margin-bottom:13px}.detail-hero__badges{display:flex;gap:5px;margin-bottom:5px}.detail-hero p{display:flex;gap:7px;margin-bottom:0;color:var(--muted);font-size:.74rem}.tabs{display:flex;gap:2px;overflow-x:auto;margin:13px 0 10px;border-bottom:1px solid var(--line)}.tabs button{padding:8px 10px;border:0;border-bottom:2px solid transparent;color:#69746f;background:transparent;font-size:.73rem;font-weight:400;white-space:nowrap}.tabs .tab--active{border-color:var(--green);color:var(--green);font-weight:500}.detail-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:10px}.content-card{padding:14px;border:1px solid var(--line);border-radius:7px;background:#fff}.content-card--wide{grid-row:span 2}.card-heading{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.card-heading h2{margin:0;font-size:.88rem;font-weight:500}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;margin:0}.field-list,.metric-grid{margin:0}.data-field{padding:8px 0;border-bottom:1px solid var(--line-soft)}.data-field dt{margin-bottom:3px;color:#7a8581;font-size:.64rem;font-weight:500}.data-field dd{margin:0;color:#263630;font-size:.76rem;font-weight:400;overflow-wrap:anywhere}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.metric-grid .data-field{min-height:70px;padding:10px;border:1px solid #e4e9e6;border-radius:5px;background:#fafbf9}.metric-grid .data-field dd{margin-top:6px;color:var(--ink);font-size:1.05rem;font-weight:600}.timeline{position:relative;margin:0;padding:0;list-style:none}.timeline li{position:relative;display:flex;gap:10px;padding:0 0 15px 3px}.timeline li:not(:last-child):before{position:absolute;top:10px;bottom:-1px;left:6px;width:1px;background:#d8e1dc;content:""}.timeline__dot{position:relative;z-index:1;width:8px;height:8px;margin-top:4px;flex:none;border-radius:50%;background:var(--gold)}.timeline strong{font-size:.76rem;font-weight:500}.timeline p{margin:2px 0;color:var(--muted);font-size:.68rem}.timeline small{color:#8a9490;font-size:.64rem}.source-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.source-cards>div{min-height:92px;padding:11px;border:1px solid #e1e7e3;border-radius:5px}.source-cards h3{margin:10px 0 3px;font-size:.78rem;font-weight:500}.source-cards p{margin-bottom:0;color:var(--muted);font-size:.68rem;line-height:1.4}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:#f4f6f2}.login-panel{width:min(100%,390px);padding:0}.login-card{padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff}.login-card .brand{justify-content:center;margin-bottom:22px;padding:0;border-bottom:0;color:var(--ink);text-align:center}.login-card .brand__mark{color:var(--green)}.login-card h2{margin-bottom:4px;color:var(--ink);font-size:1.1rem;font-weight:600}.form-intro{margin-bottom:17px;color:var(--muted);font-size:.76rem}.form-field{display:block;margin:12px 0}.form-field input{width:100%;height:38px;padding:0 10px;border:1px solid #d2d9d5;border-radius:5px;outline:none;background:#fff;font-size:.79rem}.form-field input:focus{border-color:#5e8e7d;box-shadow:0 0 0 2px #296c5417}.login-card .alert{margin-bottom:12px}.stats-warning{margin-bottom:10px}.stat-summary-grid{grid-template-columns:repeat(3,1fr)}.source-note{margin:9px 1px 12px;color:#78837f;font-size:.68rem}.charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.chart-card{margin:0;padding:13px;border:1px solid var(--line);border-radius:7px;background:#fff}.chart-card figcaption{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:5px}.chart-card figcaption strong{font-size:.8rem;font-weight:500}.chart-card figcaption span{max-width:58%;color:#87918d;font-size:.62rem;line-height:1.35;text-align:right}.chart-canvas{width:100%;height:240px}.change-filters{display:grid;grid-template-columns:1.4fr .75fr 1fr;gap:9px;align-items:end}.change-filters .search-box{height:34px}.change-filters .search-box input{height:32px}.change-list{display:flex;flex-direction:column;gap:6px;margin-top:12px}.change-card{overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.change-card__summary{display:grid;width:100%;grid-template-columns:auto minmax(190px,1.4fr) auto minmax(130px,.8fr) minmax(130px,1fr) auto;gap:10px;align-items:center;padding:10px 12px;border:0;color:inherit;background:transparent;text-align:left}.change-type-icon{display:grid;width:26px;height:26px;place-items:center;border-radius:4px;color:var(--green);background:var(--green-soft);font-size:.63rem;font-weight:500}.change-card__identity strong,.change-card__identity small{display:block}.change-card__identity strong{margin-bottom:2px;font-size:.74rem;font-weight:500}.change-card__identity small,.change-card__fields{color:#818c87;font-size:.65rem}.change-card__type{color:#3d4d47;font-size:.69rem;font-weight:500}.change-diff{display:grid;grid-template-columns:1fr 1fr;gap:1px;border-top:1px solid var(--line);background:var(--line)}.change-diff>div{padding:12px;background:#fafbf9}.change-diff h3{margin-bottom:6px;color:#6e7975;font-size:.67rem;font-weight:500}.change-diff dl{margin:0}.change-diff dl>div{display:grid;grid-template-columns:minmax(90px,.35fr) 1fr;gap:9px;padding:6px 0;border-bottom:1px solid #e5e9e6}.change-diff dt{color:#7a8581;font-size:.67rem}.change-diff dd{margin:0;color:#2f3e39;font-size:.7rem;overflow-wrap:anywhere}.sync-live-card{margin-bottom:14px;padding:14px;border:1px solid #bfcfc7;border-left:3px solid var(--green);border-radius:7px;color:var(--ink);background:#fff}.sync-live-card__top{display:flex;align-items:center;justify-content:space-between}.sync-live-card__top>div{display:flex;gap:8px;align-items:center}.sync-live-card__top p{margin:0;color:#728078;font-size:.66rem}.live-indicator{padding:3px 6px;border-radius:4px;color:#fff;background:var(--green);font-size:.6rem;font-weight:500}.sync-live-card h2{margin:11px 0 7px;color:var(--ink);font-size:.83rem;font-weight:500;text-transform:capitalize}.progress-track{height:5px;overflow:hidden;border-radius:3px;background:#e3e8e5}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--green);transition:width .3s ease}.sync-live-card__metrics{display:flex;gap:32px;margin-top:11px}.sync-live-card__metrics span{color:#71807a;font-size:.64rem}.sync-live-card__metrics strong{display:block;margin-bottom:2px;color:var(--ink);font-size:.9rem;font-weight:600}.section-heading{margin:16px 0 7px}.section-heading h2{margin:0;font-size:.85rem;font-weight:500}.sync-history{overflow:hidden}.sync-run-row{display:grid;grid-template-columns:auto minmax(230px,1.5fr) auto 80px minmax(130px,auto);gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-bottom:0;background:#fff}.sync-run-row:first-of-type{border-radius:6px 6px 0 0}.sync-run-row:last-of-type{border-bottom:1px solid var(--line);border-radius:0 0 6px 6px}.sync-run-row__status{width:7px;height:7px;border-radius:50%;background:#aab3af}.sync-run-row__status--success{background:#29936a}.sync-run-row__status--success_with_warnings{background:#d3922f}.sync-run-row__status--failed{background:#c45252}.sync-run-row>div:nth-child(2) strong,.sync-run-row>div:nth-child(2) small{display:block}.sync-run-row>div:nth-child(2) strong{margin-bottom:2px;font-size:.73rem;font-weight:500;text-transform:capitalize}.sync-run-row>div:nth-child(2) small{color:#808b86;font-size:.64rem}.coverage-value{color:var(--ink);font-size:.76rem;font-weight:500}.sync-row-actions{display:flex;justify-content:flex-end}.sync-run-row__messages{grid-column:2 / -1;padding-top:7px;border-top:1px solid var(--line-soft)}.sync-run-row__messages p{margin:2px 0;color:#735522;font-size:.66rem}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:20px;background:#081b157a}.modal-card{width:min(100%,480px);padding:18px;border-radius:7px;background:#fff;box-shadow:0 16px 48px #05191333}.modal-card h2{margin-bottom:6px;font-size:1rem;font-weight:600}.modal-card>p{color:var(--muted);font-size:.74rem;line-height:1.5}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:15px}.quality-errors{padding:9px;border-radius:5px;color:#8a3030;background:#fff0f0}.quality-errors p{margin:2px;font-size:.69rem}.settings-grid{display:grid;grid-template-columns:minmax(270px,.62fr) minmax(480px,1.38fr);gap:10px;align-items:start}.api-key-form{position:sticky;top:65px}.scope-field{display:flex;gap:7px;margin:12px 0;padding:0;border:0}.scope-field legend{margin-bottom:5px;color:#4d5c56;font-size:.68rem;font-weight:500}.scope-field label{flex:1;padding:8px;border:1px solid var(--line);border-radius:5px;font-size:.72rem;font-weight:500}.scope-field small{display:block;margin:3px 0 0 18px;color:#87918d;font-size:.61rem;font-weight:400;line-height:1.35}.api-key-row{display:grid;grid-template-columns:minmax(150px,1.3fr) auto 1fr 1fr auto;gap:10px;align-items:center;padding:9px 0;border-top:1px solid var(--line-soft)}.api-key-row__main{display:flex;gap:8px;align-items:center}.api-key-row__main strong,.api-key-row__main small{display:block}.api-key-row__main strong{font-size:.72rem;font-weight:500}.api-key-row__main small{margin-top:2px;color:#7f8a85;font-size:.62rem}.key-icon{display:grid;width:27px;height:27px;place-items:center;flex:none;border-radius:4px;color:var(--green);background:var(--green-soft);font-size:.63rem;font-weight:500}.api-key-scopes{display:flex;gap:4px}.meta-label{display:block;margin-bottom:2px;color:#87918d;font-size:.6rem}.api-key-row>div>small{color:#4f5d58;font-size:.64rem}.modal-card--key{width:min(100%,560px)}.one-time-key{display:block;overflow-x:auto;padding:10px;border:1px solid #cbd9d2;border-radius:5px;color:#164c3b;background:#edf4f0;font-size:.7rem;white-space:nowrap}.sidebar-backdrop{display:none}.guide-flow{margin-bottom:10px}.workflow-list{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:0;padding:0;list-style:none}.workflow-list li{position:relative;display:flex;gap:8px;min-width:0;padding:8px 12px 8px 0}.workflow-list li:not(:last-child):after{position:absolute;top:18px;right:5px;color:#9aa39f;content:"›"}.workflow-list li>span{display:grid;width:21px;height:21px;place-items:center;flex:none;border:1px solid #bdc9c3;border-radius:50%;color:var(--green);font-size:.65rem}.workflow-list strong{display:block;margin-bottom:3px;font-size:.72rem}.workflow-list p{margin:0;color:var(--muted);font-size:.66rem;line-height:1.4}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.plain-steps{margin:0;padding-left:18px;color:#3e4b46;font-size:.73rem;line-height:1.55}.plain-steps li+li{margin-top:5px}.plain-steps a,.guide-copy a{color:var(--green);font-weight:500;text-underline-offset:2px}.guide-status-list{margin:0}.guide-status-list>div{display:grid;grid-template-columns:145px 1fr;gap:10px;padding:7px 0;border-top:1px solid var(--line-soft)}.guide-status-list>div:first-child{border-top:0;padding-top:0}.guide-status-list dt{color:var(--ink);font-size:.71rem;font-weight:500}.guide-status-list dd,.guide-copy{margin:0;color:var(--muted);font-size:.7rem;line-height:1.45}.guide-copy+.guide-copy{margin-top:8px}@media(max-width:1120px){.sidebar{width:200px}.app-frame{width:calc(100% - 200px);margin-left:200px}.sidebar.sidebar--collapsed{width:58px}.app-frame.app-frame--expanded{width:calc(100% - 58px);margin-left:58px}.overview-metrics,.filter-row{grid-template-columns:1fr 1fr}.metric-grid{grid-template-columns:repeat(3,1fr)}.detail-grid{grid-template-columns:1fr}.content-card--wide{grid-row:auto}.change-card__summary{grid-template-columns:auto 1.3fr auto 1fr auto}.change-card__fields{display:none}.settings-grid{grid-template-columns:1fr}.api-key-form{position:static}.api-key-row{grid-template-columns:1.3fr auto 1fr auto}.api-key-row>div:nth-of-type(4){display:none}}@media(max-width:760px){.sidebar,.sidebar.sidebar--collapsed{width:218px;padding:16px 12px 12px;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar.sidebar--collapsed .brand{justify-content:flex-start;padding:0 7px 14px}.sidebar.sidebar--collapsed .brand strong,.sidebar.sidebar--collapsed .nav-item>span:not(.nav-icon){display:block}.sidebar.sidebar--collapsed .user-chip{display:flex}.sidebar.sidebar--collapsed .nav-item{justify-content:flex-start;padding:0 10px}.sidebar.sidebar--collapsed .sidebar__footer{justify-content:flex-start;padding-inline:5px}.sidebar-backdrop{position:fixed;z-index:20;inset:0;display:block;border:0;background:#04161159}.app-frame,.app-frame.app-frame--expanded{width:100%;margin-left:0}.menu-button{display:block}.sidebar-toggle,.topbar__context{display:none}.topbar{height:48px;padding:0 14px}.page-container{padding:16px 12px 30px}.page-heading{align-items:center;flex-direction:row;gap:10px}.page-heading p{display:none}.detail-hero{align-items:flex-start;flex-direction:column;gap:10px}.feature-grid,.charts-grid,.change-filters{grid-template-columns:1fr}.filter-row{grid-template-columns:1fr 1fr}.result-summary>span:last-child,.pagination-bar>span{display:none}.field-grid{grid-template-columns:1fr}.metric-grid,.source-cards,.stat-summary-grid{grid-template-columns:1fr 1fr}.change-card__summary{grid-template-columns:auto 1fr auto}.change-card__type,.change-card__summary .badge{display:none}.change-diff{grid-template-columns:1fr}.sync-run-row{grid-template-columns:auto 1fr auto}.sync-run-row>.badge,.coverage-value{display:none}.sync-row-actions{grid-column:2 / -1;justify-content:flex-start}.sync-run-row__messages{grid-column:2 / -1}.api-key-row{grid-template-columns:1fr auto}.api-key-row>div:not(.api-key-row__main),.api-key-row>.api-key-scopes{display:none}.workflow-list{grid-template-columns:1fr}.workflow-list li{padding:7px 0}.workflow-list li:not(:last-child):after{display:none}.guide-grid{grid-template-columns:1fr}}@media(max-width:460px){.source-health{font-size:.66rem}.overview-metrics,.stat-summary-grid,.filter-row,.metric-grid,.source-cards{grid-template-columns:1fr}.sync-live-card__metrics{gap:18px;flex-wrap:wrap}.modal-actions{align-items:stretch;flex-direction:column-reverse}.modal-actions .button{width:100%}.guide-status-list>div{grid-template-columns:1fr;gap:2px}}
