:root{color-scheme:light;--ink:#162838;--muted:#66798a;--navy:#17324d;--navy-2:#244863;--teal:#2a9d8f;--line:#dfe7ed;--soft:#f4f7f9;--panel:#ffffff;--shadow:0 18px 50px rgba(23,50,77,0.08)}*{box-sizing:border-box}html{background:#edf2f5}body{margin:0;color:var(--ink);background:radial-gradient(circle at 85% 0,rgba(42,157,143,.09),transparent 28%),#edf2f5;font-family:Inter,Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic UI,system-ui,sans-serif;font-size:14px}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;display:flex;width:232px;flex-direction:column;padding:24px 16px;color:#fff;background:linear-gradient(160deg,rgba(42,157,143,.16),transparent 38%),var(--navy);box-shadow:14px 0 40px rgba(15,35,52,.12)}.brand{display:flex;align-items:center;gap:11px;padding:0 8px 25px;border-bottom:1px solid rgba(255,255,255,.12)}.brand-mark{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;color:#fff;background:var(--teal);border-radius:12px;box-shadow:0 8px 22px rgba(42,157,143,.32)}.brand span,.brand strong{display:block}.brand strong{font-size:15px;letter-spacing:.01em}.brand span{margin-top:3px;color:#a9bdcb;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.sidebar-nav{display:grid;gap:5px;margin-top:25px}.sidebar-nav button{display:flex;width:100%;align-items:center;gap:12px;padding:12px 13px;color:#c5d3dc;background:transparent;border:0;border-radius:10px;cursor:pointer;text-align:left;transition:color .15s ease,background .15s ease,transform .15s ease}.sidebar-nav button:hover{color:#fff;background:rgba(255,255,255,.07);transform:translateX(2px)}.sidebar-nav button.active{color:#fff;background:rgba(42,157,143,.24);box-shadow:inset 3px 0 0 var(--teal)}.sidebar-foot{display:flex;align-items:center;gap:10px;margin-top:auto;padding:14px 10px 3px;border-top:1px solid rgba(255,255,255,.12)}.sidebar-foot span,.sidebar-foot strong{display:block}.sidebar-foot strong{font-size:12px}.sidebar-foot span:not(.live-dot){margin-top:3px;color:#9fb3c1;font-size:10px}.live-dot{width:9px;height:9px;flex:0 0 9px;background:#5ee0a0;border-radius:50%;box-shadow:0 0 0 4px rgba(94,224,160,.12)}.main-shell{min-width:0;margin-left:232px}.topbar{display:flex;min-height:104px;align-items:center;justify-content:space-between;gap:24px;padding:20px 34px 17px;background:rgba(255,255,255,.88);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.eyebrow{margin:0 0 5px;color:var(--teal);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.topbar h1{margin:0;color:var(--navy);font-size:clamp(22px,2vw,29px);letter-spacing:-.03em}.topbar-actions{display:flex;align-items:center;gap:10px}.logout-button,.refresh-button,.repo-link,.settings-button{display:inline-flex;min-height:40px;align-items:center;gap:8px;padding:0 13px;border-radius:9px;text-decoration:none;white-space:nowrap}.repo-link{color:#40586a;background:#f5f8fa;border:1px solid var(--line)}.refresh-button{color:#fff;background:var(--navy);border:1px solid var(--navy);cursor:pointer}.logout-button{min-height:40px;cursor:pointer}.logout-button,.settings-button{color:#526879;background:#fff;border:1px solid var(--line)}.settings-button{text-decoration:none}.topbar-actions form{margin:0}.user-chip{display:inline-flex;min-height:40px;align-items:center;gap:8px;padding:0 10px;color:#40586a;background:#f5f8fa;border:1px solid var(--line);border-radius:9px;font-size:11px;font-weight:700;white-space:nowrap}.user-chip img{border-radius:50%}.refresh-button:disabled{cursor:wait;opacity:.72}.sync-strip{display:flex;min-height:36px;align-items:center;gap:18px;padding:0 34px;color:#667b8b;background:#f8fafb;border-bottom:1px solid var(--line);font-size:11px}.sync-strip span{display:inline-flex;align-items:center;gap:7px}.sync-strip span:before{width:5px;height:5px;content:"";background:#9cb0be;border-radius:50%}.view-content{padding:26px 34px 42px}.stack-lg{display:grid;gap:22px}.kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.kpi-card{position:relative;display:flex;min-height:134px;align-items:flex-start;gap:13px;overflow:hidden;padding:19px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow)}.kpi-card:after{position:absolute;width:84px;height:84px;right:-34px;bottom:-40px;content:"";background:currentColor;border-radius:50%;opacity:.07}.kpi-icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;background:currentColor;border-radius:10px}.kpi-icon svg{color:#fff}.kpi-card small,.kpi-card span,.kpi-card strong{display:block}.kpi-card span{color:#6b7f8f;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.kpi-card strong{margin:4px 0 1px;color:var(--navy);font-size:32px;line-height:1.1}.kpi-card small{color:#8797a3;font-size:10px}.tone-blue{color:#4e79a7}.tone-cyan{color:#22a6b3}.tone-green{color:#2a9d8f}.tone-amber{color:#d69d24}.tone-purple{color:#7b61a8}.analytics-grid{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(420px,1.1fr);gap:22px}.panel{min-width:0;padding:22px;background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.panel-heading h2{margin:0;color:var(--navy);font-size:18px;letter-spacing:-.02em}.panel-heading>span{color:#7f909d;font-size:11px;text-align:right}.donut-layout{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:22px;min-height:226px}.donut{display:grid;width:174px;height:174px;place-items:center;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(23,50,77,.04)}.donut>div{display:grid;width:106px;height:106px;place-content:center;color:var(--navy);background:#fff;border-radius:50%;box-shadow:0 5px 20px rgba(23,50,77,.09);text-align:center}.donut span,.donut strong{display:block}.donut strong{font-size:31px;line-height:1}.donut span{margin-top:5px;color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.legend-list,.legend-list>div{display:grid;gap:9px}.legend-list>div{grid-template-columns:8px 1fr auto;align-items:center;color:#526879}.legend-list i{width:8px;height:8px;border-radius:3px}.legend-list strong{color:var(--navy)}.workstream-bars{display:grid;gap:22px;padding-top:4px}.workstream-row>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:7px}.workstream-row span{color:#40596b;font-size:12px;font-weight:650}.workstream-row strong{color:var(--navy);font-size:14px}.workstream-row small{color:#8798a4;font-weight:500}.bar-track{height:9px;overflow:hidden;background:#ebf0f3;border-radius:99px}.bar-track i{display:block;min-width:4px;height:100%;background:linear-gradient(90deg,var(--teal),#4eb8ac);border-radius:inherit}.attention-list{overflow:hidden;border:1px solid var(--line);border-radius:11px}.attention-row{display:grid;grid-template-columns:120px minmax(0,1fr) 140px;align-items:center;gap:15px;padding:14px 15px;background:#fff;border-bottom:1px solid var(--line)}.attention-row:last-child{border-bottom:0}.attention-row:hover{background:#f9fbfc}.attention-main{min-width:0}.attention-main>div{display:flex;min-width:0;align-items:center;gap:10px}.attention-main a{overflow:hidden;color:var(--navy);font-weight:700;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.attention-main a:hover{color:var(--teal)}.attention-main span{flex:0 0 auto;color:#82929e;font-size:10px}.attention-main p{margin:5px 0 0;overflow:hidden;color:#6a7d8b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.attention-meta{text-align:right}.attention-meta span,.attention-meta strong{display:block}.attention-meta strong{color:#41596a;font-size:11px}.attention-meta span{margin-top:4px;color:#8a9aa5;font-size:10px}.status-badge{display:inline-flex;min-height:27px;align-items:center;gap:7px;padding:0 9px;color:#34495a;background:#eef3f6;border:1px solid rgba(75,97,114,.1);border-radius:99px;font-size:10px;font-weight:750;white-space:nowrap}.status-badge i{width:7px;height:7px;border-radius:50%}.status-badge.compact{min-height:23px;padding:0 7px;font-size:9px}.status-complete{color:#176b4d;background:#e3f5ee}.status-ready{color:#235789;background:#e5eff8}.status-in-progress{color:#116466;background:#ddf2f4}.status-decision-needed{color:#73520c;background:#fff2c9}.status-blocked{color:#4b5563;background:#eceef1}.status-ready-to-close{color:#5d3c88;background:#eee8f7}.priority-badge{display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border-radius:6px;font-size:10px;font-weight:750}.priority-critical{color:#8a1c27;background:#f8d7da}.priority-high{color:#8a4510;background:#fce8d5}.priority-medium{color:#6b5600;background:#fff3cd}.priority-low{color:#35566f;background:#e8f1f7}.table-panel{padding:0;overflow:hidden}.table-panel>.panel-heading,.table-toolbar{padding:22px 22px 0}.table-toolbar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:20px}.table-toolbar>.panel-heading{flex:1 1}.filters{flex-wrap:wrap;justify-content:flex-end}.filters,.search-box{display:flex;align-items:center;gap:8px}.search-box{min-width:242px;height:38px;padding:0 11px;color:#81919c;background:#f8fafb;border:1px solid var(--line);border-radius:8px}.search-box input{min-width:0;flex:1 1;color:var(--ink);background:transparent;border:0;outline:0;font-size:11px}.filters select{height:38px;padding:0 29px 0 10px;color:#435b6c;background:#f8fafb;border:1px solid var(--line);border-radius:8px;outline:none;font-size:11px}.filter-menu{position:relative;min-width:172px;color:#435b6c;font-size:11px}.filter-menu summary{display:flex;height:38px;align-items:center;gap:7px;padding:0 10px;list-style:none;background:#f8fafb;border:1px solid var(--line);border-radius:8px;cursor:pointer;outline:none}.filter-menu summary::-webkit-details-marker{display:none}.filter-menu[open] summary{border-color:rgba(42,157,143,.55);box-shadow:0 0 0 3px rgba(42,157,143,.1)}.filter-menu summary strong{max-width:128px;margin-left:auto;overflow:hidden;color:var(--navy);font-weight:750;text-overflow:ellipsis;white-space:nowrap}.filter-options{position:absolute;z-index:12;top:calc(100% + 7px);right:0;display:grid;width:min(280px,calc(100vw - 48px));max-height:320px;gap:4px;overflow:auto;padding:8px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 42px rgba(23,50,77,.16)}.filter-options-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:3px 4px 6px;color:#7f909d;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.filter-clear{display:inline-flex;min-height:24px;align-items:center;gap:4px;padding:0 7px;color:#526879;background:#f5f8fa;border:1px solid var(--line);border-radius:6px;cursor:pointer;font-size:10px;font-weight:750}.filter-clear:hover{color:var(--navy);background:#eef4f6}.filter-option{display:flex;min-height:31px;align-items:center;gap:8px;padding:6px 7px;color:#40596b;border-radius:7px;cursor:pointer;line-height:1.25}.filter-option:hover{background:#f3f7f8}.filter-option input{width:14px;height:14px;flex:0 0 auto;accent-color:var(--teal)}.filter-option span{overflow-wrap:anywhere}.table-scroll{max-width:100%;overflow:auto;border-top:1px solid var(--line)}.data-table{width:100%;min-width:2250px;border-collapse:separate;border-spacing:0}.data-table td,.data-table th{padding:11px 12px;border-right:1px solid #e8edf0;border-bottom:1px solid #e8edf0;text-align:left;vertical-align:middle}.data-table th{position:sticky;z-index:3;top:0;color:#e7eff4;background:var(--navy-2);font-size:9px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.data-table td{color:#43596a;background:#fff;font-size:11px}.data-table tbody tr:nth-child(2n) td{background:#fafcfd}.data-table tbody tr:hover td{background:#f1f7f7}.data-table td:first-child,.data-table th:first-child{position:sticky;z-index:2;left:0}.data-table th:first-child{z-index:4}.data-table td:first-child{background:#f4f8fa}.wbs-code,.wbs-code+small{display:block}.wbs-code{color:var(--navy)}.wbs-code+small{margin-top:3px;color:#8c9ba5;font-size:9px}.table-empty{padding:32px!important;color:#758895!important;text-align:center!important}.number-link{color:#2b6f9d;font-weight:750;text-decoration:none}.task-cell{min-width:280px}.task-cell span,.task-cell strong{display:block}.task-cell strong{color:var(--navy);line-height:1.35}.task-cell span{margin-top:4px;color:#8a99a4;font-size:9px}.task-cell.child{padding-left:18px;border-left:2px solid #bddbd7}.source-note{display:block;margin-top:5px;color:#8999a4;font-size:8px}.progress-cell{display:grid;min-width:90px;grid-template-columns:1fr 30px;align-items:center;gap:7px}.progress-cell>div{height:6px;overflow:hidden;background:#e6ecef;border-radius:99px}.progress-cell i{display:block;height:100%;background:var(--teal);border-radius:inherit}.progress-cell span{color:#6c7f8e;font-size:9px}.date-cell small,.date-cell span{display:block;white-space:nowrap}.date-cell small{margin-top:3px;color:#8999a4}.pr-link{display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:3px 5px;color:#684e8d;text-decoration:none}.pr-link span{grid-column:1/-1;font-size:8px}.muted{color:#9aa8b1}.gantt-legend{display:flex;flex-wrap:wrap;gap:8px;padding:0 22px 15px;color:#6b7e8c;font-size:9px}.gantt-legend button{display:inline-flex;min-height:26px;align-items:center;gap:6px;padding:0 9px;color:inherit;background:transparent;border:1px solid transparent;border-radius:99px;cursor:pointer;font:inherit;font-weight:750}.gantt-legend button:focus-visible,.gantt-legend button:hover{color:var(--navy);background:#f2f7f8;border-color:#d7e3e8;outline:none}.gantt-legend button:not(.is-active):not(.gantt-filter-reset){opacity:.45}.gantt-legend button.is-active{color:var(--navy);background:#f7fafb;border-color:#dce6eb;box-shadow:0 1px 3px rgba(16,42,55,.06)}.gantt-legend .gantt-filter-reset{color:#287d74;background:#e5f4f2;border-color:#c5e4df}.gantt-legend i{width:9px;height:9px;border-radius:3px}.gantt-table{min-width:1640px;border-collapse:separate;border-spacing:0}.gantt-table td,.gantt-table th{height:38px;padding:6px;border-right:1px solid #e5ebef;border-bottom:1px solid #e5ebef;text-align:center}.gantt-table th{position:sticky;z-index:3;top:0;min-width:66px;color:#e7eff4;background:var(--navy-2);font-size:9px}.gantt-table td:first-child,.gantt-table th:first-child{position:sticky;z-index:2;left:0;width:370px;min-width:370px;text-align:left}.gantt-table th:first-child{z-index:4}.gantt-table td:first-child{padding:8px 12px;color:var(--navy);background:#f7fafb}.gantt-table td:nth-child(2),.gantt-table th:nth-child(2){position:sticky;z-index:2;left:370px;width:128px;min-width:128px;background:#f7fafb}.gantt-table th:nth-child(2){z-index:4;background:var(--navy-2)}.gantt-table td{background:#fff}.gantt-table td:first-child span,.gantt-table td:first-child strong{display:block}.gantt-table td:first-child strong{font-size:10px}.gantt-table td:first-child span{overflow:hidden;margin-top:2px;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.gantt-table td:first-child span.child{padding-left:15px}.gantt-table .current-week{background:#fff7db;box-shadow:inset 2px 0 0 #e4bb43}.gantt-table th.current-week{color:#fff;background:#d9485f;box-shadow:none}.gantt-block{width:calc(100% + 12px);height:17px;margin-left:-6px;border-radius:3px;opacity:.92;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}.source-list{display:grid;gap:9px}.source-card{overflow:hidden;border:1px solid var(--line);border-radius:10px}.source-card summary{display:grid;grid-template-columns:65px minmax(0,1fr) 130px 145px;align-items:center;gap:12px;padding:13px 14px;background:#fbfcfd;cursor:pointer;list-style:none}.source-card summary::-webkit-details-marker{display:none}.source-card[open] summary{background:#f0f7f6;border-bottom:1px solid var(--line)}.source-card summary strong{overflow:hidden;color:var(--navy);text-overflow:ellipsis;white-space:nowrap}.source-card summary>span:not(.issue-state),.source-card time{color:#7b8c98;font-size:10px}.issue-state{display:inline-flex;width:fit-content;min-height:23px;align-items:center;padding:0 8px;border-radius:99px;font-size:9px;font-weight:800;text-transform:uppercase}.issue-state.open{color:#176b4d;background:#ddf4e9}.issue-state.closed{color:#5d3c88;background:#eee7f8}.source-body{padding:17px}.source-metadata{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:8px;margin-bottom:14px}.source-metadata div{padding:10px;background:#f7fafb;border:1px solid #e8edf0;border-radius:8px}.source-metadata span,.source-metadata strong{display:block}.source-metadata span{margin-bottom:4px;color:#8a99a4;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.source-metadata strong{overflow:hidden;color:#41596a;font-size:10px;text-overflow:ellipsis}.source-body pre{max-height:300px;overflow:auto;margin:0 0 15px;padding:15px;color:#405768;background:#f7f9fa;border:1px solid var(--line);border-radius:8px;font-size:11px;line-height:1.65;white-space:pre-wrap}.source-prs{margin-bottom:15px}.source-prs h3{margin:0 0 8px;color:var(--navy);font-size:12px}.source-prs a{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:7px;padding:8px 10px;color:#435a6b;background:#fafcfd;border:1px solid var(--line);border-radius:7px;text-decoration:none}.source-prs a+a{margin-top:6px}.source-prs em{color:#7b61a8;font-size:9px;font-style:normal}.source-empty{margin:0;padding:28px;color:#758895;text-align:center}.inline-external{display:inline-flex;align-items:center;gap:6px;color:#287d74;font-size:11px;font-weight:700;text-decoration:none}.setup-shell{display:grid;min-height:100vh;padding:32px;place-items:center}.loading-panel,.setup-panel{width:min(920px,100%);padding:42px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 28px 80px rgba(23,50,77,.13)}.loading-panel h1,.setup-panel h1{margin:15px 0 10px;color:var(--navy);font-size:30px;letter-spacing:-.03em}.loading-panel>p:last-child,.setup-lead{color:#687d8c;line-height:1.7}.setup-panel code{margin:0 4px;padding:2px 5px;color:#287d74;background:#ecf7f5;border-radius:4px}.error-callout{display:flex;align-items:flex-start;gap:10px;margin:22px 0;padding:13px 14px;color:#714f0f;background:#fff4d4;border:1px solid #f0d78b;border-radius:9px;line-height:1.5}.error-callout svg{flex:0 0 auto}.setup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.setup-grid article{padding:18px;background:#f7fafb;border:1px solid var(--line);border-radius:11px}.setup-grid h2{margin:10px 0;color:var(--navy);font-size:14px}.setup-grid pre{overflow:auto;margin:0;padding:12px;color:#d8e8ef;background:var(--navy);border-radius:7px;font-size:11px;line-height:1.6}.setup-grid p{margin:12px 0 0;color:#6d808e;font-size:11px;line-height:1.7}.login-panel{width:min(680px,100%)}.github-login-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;margin-top:8px;padding:0 20px;color:#fff;background:var(--navy);border-radius:10px;box-shadow:0 10px 26px rgba(23,50,77,.2);font-weight:750;text-decoration:none}.security-notes{display:grid;gap:10px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line)}.security-notes>div{display:flex;align-items:center;gap:9px;color:#627887;font-size:11px}.security-notes svg{flex:0 0 auto;color:var(--teal)}.connection-shell{align-items:start}.connection-panel{width:min(940px,100%)}.connection-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:28px}.connection-header h1{margin:3px 0 8px}.connection-header p:last-child{margin:0;color:#687d8c}.connection-grid,.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.connection-grid label>span,.field-grid label>span{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:var(--navy);font-size:11px;font-weight:750}.connection-grid select,.field-grid input{width:100%;height:43px;padding:0 11px;color:#405768;background:#f8fafb;border:1px solid var(--line);border-radius:8px;outline:none}.connection-grid small{display:block;margin-top:6px;color:#84949f;font-size:9px}.connection-grid .connection-warning{color:#8a5d12;line-height:1.5}.field-settings{margin-top:22px;border:1px solid var(--line);border-radius:10px}.field-settings summary{display:flex;align-items:center;gap:8px;padding:13px 14px;color:#435b6c;background:#f7fafb;border-radius:inherit;cursor:pointer;font-weight:700;list-style:none}.field-settings[open] summary{border-bottom:1px solid var(--line);border-radius:10px 10px 0 0}.field-grid{padding:16px}.connection-actions{margin-top:22px}.save-connection-button{display:inline-flex;min-height:45px;align-items:center;gap:8px;padding:0 17px;color:#fff;background:var(--navy);border:0;border-radius:9px;cursor:pointer;font-weight:750}.text-button{display:inline-block;margin-top:16px;padding:0;color:#648090;background:transparent;border:0;cursor:pointer;font-size:10px;text-decoration:underline}.loading-panel{text-align:center}.loading-orbit{width:44px;height:44px;margin:0 auto 20px;border:4px solid #dce8ec;border-top:4px solid var(--teal);border-radius:50%}.loading-orbit,.spinning{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1240px){.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-grid{grid-template-columns:1fr}.source-metadata{grid-template-columns:repeat(3,minmax(0,1fr))}.table-toolbar{align-items:stretch;flex-direction:column}.filters{flex-wrap:wrap;margin-bottom:18px}}@media (max-width:860px){.sidebar{position:sticky;inset:0 0 auto;width:100%;height:auto;padding:12px 14px 0}.brand{padding:0 2px 11px;border-bottom:0}.brand-mark{width:35px;height:35px;flex-basis:35px;border-radius:9px}.sidebar-nav{display:flex;gap:4px;margin:0;overflow-x:auto;border-top:1px solid rgba(255,255,255,.1)}.sidebar-nav button{width:auto;flex:0 0 auto;padding:10px 12px;border-radius:0}.sidebar-nav button:hover{transform:none}.sidebar-foot{display:none}.main-shell{margin-left:0}.topbar{min-height:88px;padding:16px 19px}.logout-button span,.repo-link,.settings-button span,.user-chip span{display:none}.logout-button,.settings-button,.user-chip{min-width:40px;justify-content:center;padding:0 6px}.sync-strip{gap:10px;padding:0 19px;overflow-x:auto;white-space:nowrap}.view-content{padding:18px 15px 30px}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-card{min-height:116px;padding:15px}.kpi-card strong{font-size:27px}.attention-row{grid-template-columns:110px 1fr}.attention-meta{display:none}.source-card summary{grid-template-columns:65px 1fr}.source-card summary>span:not(.issue-state),.source-card time{display:none}}@media (max-width:600px){.topbar h1{font-size:20px}.refresh-button{padding:0 10px}.kpi-grid{grid-template-columns:1fr}.kpi-card{min-height:105px}.donut-layout{grid-template-columns:1fr;justify-items:center}.legend-list{width:100%}.attention-row{grid-template-columns:1fr}.attention-main>div{align-items:flex-start;flex-direction:column;gap:3px}.attention-main p{white-space:normal}.filters{align-items:stretch;flex-direction:column}.search-box{min-width:0;width:100%}.filters select{width:100%}.loading-panel,.panel,.setup-panel{padding:17px;border-radius:13px}.table-panel{padding:0}.setup-shell{padding:14px}.connection-grid,.field-grid,.setup-grid{grid-template-columns:1fr}.loading-panel h1,.setup-panel h1{font-size:24px}.source-metadata{grid-template-columns:repeat(2,minmax(0,1fr))}.source-prs a{grid-template-columns:auto auto 1fr}.source-prs em{grid-column:2/-1}}