:root{--text:#3f3e40;--text-h:#000;--bg:#fff;--panel-bg:#fff;--border:#e5e4e7;--accent:#029aa9;--accent-bg:#029aa914;--shadow:0 18px 40px #0f172a14;color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(#f8fafc 0%,#eef2ff 100%);font-family:Roboto,Segoe UI,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:linear-gradient(#fff 0%,#f2f2f2 100%);margin:0}#root{width:100%;max-width:1400px;min-height:100vh;margin:0 auto}h1,h2{color:var(--text-h);margin:0;font-family:DIN Engschrift,Arial Narrow,sans-serif}h1{font-size:clamp(2.2rem,6vw,3.6rem);line-height:1.02}h2{font-size:1.25rem;font-weight:700}h3{color:var(--text-h);font-size:1.12rem;font-weight:700}p{margin:0}[data-theme=dark]{--text:#f2f2f2;--text-h:#fff;--bg:#2c2e30;--panel-bg:#2c2e30;--border:#3f3e40;--accent:#bcf8fe;--accent-bg:#029aa92e;--shadow:0 18px 40px #00000059}[data-theme=dark] body{background:linear-gradient(#2c2e30 0%,#000 100%)}.dashboard-shell{flex-direction:column;gap:18px;padding:18px 18px 32px;display:flex}.dashboard-header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #94a3b82e;border-radius:24px;flex-direction:column;gap:14px;padding:14px 16px;display:flex;position:sticky;top:12px;box-shadow:0 12px 28px #0f172a14}.header-top{justify-content:space-between;align-items:center;gap:18px;display:flex}.brand-block{flex:none;align-items:center;gap:12px;display:flex}.brand-link{align-items:center;width:fit-content;display:inline-flex}.brand-mark{width:clamp(110px,16vw,150px);height:auto;display:block}.brand-mark--dark{display:none}.top-nav{flex-wrap:wrap;flex:auto;justify-content:center;align-items:center;gap:8px;display:flex}.top-nav button{font:inherit}.nav-link{color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.nav-link:hover,.nav-link--active{background:var(--accent-bg)}.header-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.icon-button{color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background-color .13s;display:inline-flex}.icon-button:hover{background:var(--accent-bg)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--accent);font-size:.86rem;font-weight:700}.lede{max-width:640px;color:var(--text);font-size:1rem;line-height:1.6}.stat-grid{grid-template-columns:repeat(3,minmax(140px,1fr));align-self:stretch;gap:12px;display:grid}.stat-card,.panel{background:var(--panel-bg);box-shadow:none;border:none;border-radius:18px;padding:16px}.stat-card span{color:var(--text);font-size:.95rem;display:block}.stat-card strong{color:var(--text-h);margin-top:8px;font-size:1.8rem;display:block}.error-banner{color:#991b1b;background:#fff1f2;border:1px solid #fca5a5;border-radius:12px;padding:12px 14px}.home-panel,.project-screen{flex-direction:column;gap:16px;display:flex}.home-panel{grid-template-columns:1.25fr .75fr;gap:16px;display:grid}.hero-card,.compact-card,.project-screen__intro{min-height:100%}.compact-card{flex-direction:column;gap:6px;display:flex}.compact-card strong{color:var(--text-h);font-size:2rem}.compact-card span{color:var(--text)}.project-hub-shell{flex-direction:column;gap:14px;display:flex}.project-hub-card{grid-template-columns:280px 1fr;gap:0;min-height:calc(100vh - 180px);display:grid;overflow:hidden}.project-hub-nav{border-right:1px solid var(--border);background:linear-gradient(#029aa914,#94a3b80f);border-radius:18px;flex-direction:column;gap:12px;padding:14px;display:flex;box-shadow:inset 0 1px #ffffff59}.hub-nav-chain{flex-direction:column;gap:8px;display:flex}.hub-step{text-align:left;color:var(--text-h);background:#ffffffb3;border:1px solid #94a3b82e;border-radius:16px;align-items:center;gap:10px;padding:10px 12px;font-weight:600;display:flex}.hub-step__index{background:var(--accent-bg);min-width:36px;height:36px;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.hub-step__label{font-size:.98rem;font-weight:700}.hub-step--active{border-color:var(--accent);background:var(--accent-bg)}.project-hub-content{flex-direction:column;gap:14px;padding-left:14px;display:flex}.project-hub-header{flex-direction:column;gap:4px;display:flex}.hub-metrics-grid{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.metric-pill{background:var(--accent-bg);color:var(--text-h);border-radius:999px;align-items:center;gap:8px;padding:8px 10px;font-weight:600;display:inline-flex}.hub-list{color:var(--text);margin:8px 0 0 18px;line-height:1.6}.project-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.project-card{flex-direction:column;gap:12px;display:flex}.primary-button,.ghost-button,.hub-nav-chip{border:1px solid var(--border);background:var(--panel-bg);color:var(--text-h);cursor:pointer;font:inherit;border-radius:999px}.primary-button{background:var(--accent-bg);border-color:#0000;padding:8px 12px;font-weight:600}.ghost-button{align-items:center;gap:8px;width:fit-content;padding:8px 12px;display:inline-flex}.project-card__top{justify-content:space-between;align-items:center;gap:8px;display:flex}.project-status,.project-owner{color:var(--text);font-size:.92rem}.project-dates{color:var(--text)}.project-metrics{grid-template-columns:repeat(2,1fr);gap:12px;margin:0;display:grid}.project-metrics div{background:var(--accent-bg);border-radius:14px;padding:12px}.project-metrics dt{color:var(--text);font-size:.9rem}.project-metrics dd{color:var(--text-h);margin:6px 0 0;font-size:1.35rem;font-weight:600}@media (width<=1024px){.home-panel,.project-hub-card{grid-template-columns:1fr}.project-hub-nav{border-right:none;border-bottom:1px solid var(--border);padding-bottom:12px;padding-right:0}.project-hub-content{padding-left:0}.header-top{flex-direction:column;align-items:stretch}.top-nav,.header-actions{justify-content:flex-start}.stat-grid{width:100%}}[data-theme=dark] .brand-mark--light{display:none}[data-theme=dark] .brand-mark--dark{display:block}[data-theme=dark] .dashboard-header{background:#14171ae0;border-color:#94a3b82e;box-shadow:0 12px 28px #00000040}[data-theme=dark] .top-nav a,[data-theme=dark] .icon-button{color:#fff}
