:root{--bg:#f7f6f4;--surface:#fff;--border:#e2e0dc;--text:#141414;--text-2:#5f5e5a;--accent:#066;--accent-soft:#e1efef;--gold:#efa70f;--gold-dark:#b97d08;--gold-soft:#fdf3dc;--green:#066;--green-soft:#e1efef;--red:#c2412d;--red-soft:#fbece9;--amber:#b97d08;--amber-soft:#fdf3dc;--radius:10px;--font-head:"Montserrat","Avenir Next",-apple-system,sans-serif;--font-body:"Host Grotesk",-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-head)}.shell{display:flex;min-height:100vh;width:100%}.mobile-header,.nav-backdrop{display:none}.sidebar{width:230px;flex-shrink:0;background:var(--accent);color:#dceaea;padding:22px 14px;position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:2px}.sidebar .brand{padding:0 6px 22px}.sidebar .brand img{width:100%;height:auto;display:block}.sidebar a{padding:9px 12px;border-radius:8px;font-size:13.5px;display:flex;gap:10px;align-items:center;border-left:3px solid transparent}.sidebar a:hover{background:hsla(0,0%,100%,.12);color:#fff}.sidebar a.active{background:#004d4d;color:#fff;font-weight:600;border-left:3px solid var(--gold)}.sun-icon{display:inline-flex;width:19px;height:19px;color:#a8dddd;flex-shrink:0}.sun-icon svg{width:100%;height:100%}.sidebar a.active .sun-icon,.sidebar a:hover .sun-icon{color:#fff}.sidebar .foot{margin-top:auto;font-size:10.5px;padding:12px 6px;color:#9cc4c4;font-family:var(--font-head);letter-spacing:.08em;text-transform:uppercase}.main{flex:1 1;min-width:0;padding:28px 32px;max-width:1280px}.page-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:10px}.page-head h1{font-size:20px;margin:0;font-weight:700;letter-spacing:-.01em}.page-head .sub{color:var(--text-2);font-size:13px}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:14px;gap:14px;margin-bottom:22px}.kpi{background:var(--surface);border-radius:var(--radius);padding:14px 16px;border:1px solid var(--border);border-top:3px solid var(--gold)}.kpi .label{font-size:11px;color:var(--text-2);text-transform:uppercase;letter-spacing:.07em;font-weight:600}.kpi .label,.kpi .value{font-family:var(--font-head)}.kpi .value{font-size:22px;font-weight:700;margin-top:4px}.kpi .note{font-size:12px;margin-top:4px;color:var(--text-2)}.kpi .value.neg,.neg{color:var(--red)}.kpi .value.pos,.pos{color:var(--accent)}.kpi.alert{border-color:var(--red);border-top-color:var(--red);background:var(--red-soft)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;margin-bottom:20px;max-width:100%}.card h2{font-size:14.5px;margin:0 0 12px;font-weight:600}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media (max-width:1100px){.grid-2{grid-template-columns:1fr}}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.table-scroll table.fin{min-width:max-content}.table-hint{display:none;color:var(--text-2);font-size:11.5px;margin:-4px 0 8px}table.fin{width:100%;border-collapse:collapse;font-size:12.5px}table.fin td,table.fin th{padding:5px 8px;text-align:right;white-space:nowrap}table.fin th{color:var(--text-2);font-weight:600;border-bottom:2px solid var(--gold);font-size:11px;font-family:var(--font-head);letter-spacing:.04em;text-transform:uppercase}table.fin td:first-child,table.fin th:first-child{text-align:left}table.fin tr.total td{font-weight:700;border-top:1px solid var(--border);background:#faf9f7}table.fin tr.section td{font-weight:700;padding-top:12px;color:var(--accent);font-family:var(--font-head);font-size:12px}table.fin tr.sub td:first-child{padding-left:20px;color:var(--text-2)}table.fin tbody tr:hover{background:#f3f6f5}table.fin th.cell-past{background:#eceae4;color:var(--text)}table.fin td.cell-past{background:#f1efe9}table.fin tr.total td.cell-past{background:#e8e6df}table.fin.sticky-col td:first-child,table.fin.sticky-col th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:1;background:var(--surface);box-shadow:2px 0 4px -2px rgba(0,0,0,.15)}table.fin.sticky-col th:first-child{z-index:2}table.fin.sticky-col tbody tr:hover td:first-child{background:#f3f6f5}table.fin.sticky-col tr.total td:first-child{background:#faf9f7}table.fin.sticky-col-end td:last-child,table.fin.sticky-col-end th:last-child{position:-webkit-sticky;position:sticky;right:0;z-index:1;background:var(--surface);box-shadow:-2px 0 4px -2px rgba(0,0,0,.15)}table.fin.sticky-col-end th:last-child{z-index:2}table.fin.sticky-col-end tbody tr:hover td:last-child{background:#f3f6f5}table.fin.sticky-col-end tr.total td:last-child{background:#faf9f7}.badge{display:inline-block;padding:2px 9px;border-radius:999px;font-size:11px;font-weight:600;font-family:var(--font-head)}.badge.green{background:var(--accent-soft);color:var(--accent)}.badge.amber{background:var(--gold-soft);color:var(--gold-dark)}.badge.gray{background:#efeeea;color:var(--text-2)}.badge.blue{background:var(--accent-soft);color:var(--accent)}.badge.red{background:var(--red-soft);color:var(--red)}.scenario-bar{display:flex;gap:6px;flex-wrap:wrap}.scenario-bar button{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:6px 14px;font-size:12px;cursor:pointer;color:var(--text-2);font-weight:600;font-family:var(--font-head)}.scenario-bar button:hover{border-color:var(--accent);color:var(--accent)}.scenario-bar button.active{background:var(--accent);border-color:var(--accent);color:#fff}.scenario-error{color:var(--gold-dark);font-size:11.5px;margin-top:6px;text-align:right}.scenario-error a{color:var(--accent);font-weight:600;text-decoration:underline}form.cfg{display:grid;grid-gap:12px;gap:12px;max-width:480px}form.cfg label{font-size:12.5px;font-weight:600;color:var(--text-2);display:grid;grid-gap:4px;gap:4px}form.cfg input{border:1px solid var(--border);border-radius:8px;padding:9px 11px;font-size:13.5px;font-family:inherit}form.cfg input:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.btn{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-head)}.btn:hover{background:#00807f}.btn.secondary{background:var(--surface);color:var(--accent);border:1px solid var(--accent)}.btn:disabled{opacity:.5;cursor:default}.notice{border-left:3px solid var(--accent);background:var(--accent-soft);padding:10px 14px;border-radius:0 8px 8px 0;font-size:13px;margin-bottom:16px}.notice.warn{border-color:var(--gold);background:var(--gold-soft)}.notice.ok{border-color:var(--accent);background:var(--accent-soft)}.notice.err{border-color:var(--red);background:var(--red-soft)}.mono{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px}.forecast-link{color:var(--accent);font-weight:600;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:2px}.forecast-link:hover{-webkit-text-decoration-style:solid;text-decoration-style:solid}.po-tag{display:inline-block;font-size:9.5px;text-transform:uppercase;letter-spacing:.03em;font-weight:600;margin-left:6px;white-space:nowrap}.po-tag.residual{color:var(--gold-dark)}.po-tag.no-po{color:var(--accent)}.reco-summary{cursor:pointer;list-style:none}.reco-summary::-webkit-details-marker{display:none}.reco-summary .chevron{display:inline-block;transition:transform .15s ease;margin-right:6px;color:var(--text-2)}details[open] .reco-summary .chevron{transform:rotate(90deg)}.reco-project-stats{display:flex;gap:16px;font-size:12px;color:var(--text-2);flex-wrap:wrap;margin-top:2px}.reco-project-stats b{color:var(--text)}.chart-frame{width:100%;height:260px;min-width:0}@media (max-width:760px){body{font-size:13.5px}.shell{display:block;min-height:100vh}.mobile-header{display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:30;align-items:center;justify-content:space-between;min-height:58px;padding:10px 12px;background:var(--accent);color:#fff;border-bottom:3px solid var(--gold)}.mobile-header img{display:block;width:156px;max-width:calc(100vw - 76px);height:auto}.mobile-menu-btn{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:42px;height:38px;padding:0;border:1px solid hsla(0,0%,100%,.32);border-radius:8px;background:rgba(0,0,0,.12);cursor:pointer}.mobile-menu-btn span{display:block;width:18px;height:2px;margin:0 auto;background:#fff;border-radius:2px}.nav-backdrop{display:block;position:fixed;inset:0;z-index:35;border:0;background:rgba(0,0,0,.32)}.sidebar{position:fixed;top:0;left:0;z-index:40;width:min(310px,calc(100vw - 48px));height:100dvh;padding:18px 14px;overflow-y:auto;transform:translateX(-102%);transition:transform .2s ease;box-shadow:16px 0 36px rgba(0,0,0,.22)}.sidebar.open{transform:translateX(0)}.sidebar .brand{padding-bottom:18px}.sidebar a{min-height:40px;font-size:14px}.main{width:100%;max-width:none;padding:16px 12px 28px}.page-head{display:grid;align-items:start;grid-gap:12px;gap:12px;margin-bottom:16px}.page-head h1{font-size:18px;line-height:1.25}.page-head .sub{font-size:12.5px}.kpis{grid-template-columns:1fr;gap:10px;margin-bottom:16px}.kpi{padding:12px 13px}.kpi .value{font-size:20px}.card{padding:14px 12px;margin-bottom:14px;border-radius:8px}.card h2{font-size:13.5px;line-height:1.35}.grid-2{grid-template-columns:1fr;gap:14px}.table-hint{display:block}.table-scroll{margin:0 -12px;padding:0 12px 4px}.table-scroll table.fin{width:max-content;min-width:100%}table.fin{font-size:11.5px}table.fin td,table.fin th{padding:6px 7px}.scenario-bar{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.scenario-bar button{flex:0 0 auto}.badge{white-space:normal;line-height:1.35}.notice{font-size:12.5px;padding:9px 11px}form.cfg{max-width:none}form.cfg input{width:100%}.btn{min-height:38px}.chart-frame{height:230px}}.UserMenu_userMenu__2_CC8{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-bottom:12px}.UserMenu_userInfo__im0RG{display:flex;flex-direction:column;text-align:left;padding:0 12px}.UserMenu_userName__KdrUO{font-weight:600;color:#fff;font-size:13px;word-break:break-word}.UserMenu_userEmail__NPppp{font-size:11px;color:#dceaea;word-break:break-word}.UserMenu_signOutBtn__yUgSI{padding:8px 12px;background:gold;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600;transition:background .2s;margin:0 12px;color:#1a1a1a}.UserMenu_signOutBtn__yUgSI:hover{background:#ffed4e}.UserMenu_signInBtn__BWVC3{padding:8px 12px;background:#0078d4;color:#fff;border-radius:4px;text-decoration:none;font-size:12px;font-weight:500;transition:background .2s;margin:0 12px;display:block;text-align:center}.UserMenu_signInBtn__BWVC3:hover{background:#106ebe}@media (min-width:761px){.UserMenu_userName__KdrUO{color:#fff}.UserMenu_userEmail__NPppp{color:#dceaea}}@media (max-width:760px){.UserMenu_userMenu__2_CC8{padding:12px 0;border-color:hsla(0,0%,100%,.18)}.UserMenu_signInBtn__BWVC3,.UserMenu_signOutBtn__yUgSI{min-height:38px}}