:root{color-scheme:light;--bg:#f4f6fb;--surface:#ffffff;--surface-2:#f8fafc;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--brand:#111827;--accent:#2563eb;--success:#16a34a;--shadow:0 20px 60px rgba(15,23,42,.08)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.app-shell{min-height:100dvh;display:grid;grid-template-columns:280px 1fr}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100dvh;background:var(--brand);color:#fff;padding:22px;display:flex;flex-direction:column;gap:28px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:14px;background:#fff;color:var(--brand);display:grid;place-items:center;font-weight:900}.brand small,.brand strong{display:block}.brand small{color:#cbd5e1;margin-top:2px}.sidebar-nav{display:grid;grid-gap:8px;gap:8px}.sidebar-nav a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;color:#e5e7eb}.sidebar-nav a:hover{background:rgba(255,255,255,.1);color:#fff}.workspace{min-width:0}.topbar{height:72px;position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(244,246,251,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px}.eyebrow,.topbar strong{display:block}.eyebrow{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.topbar-action{padding:10px 14px;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:14px;font-weight:700}.content{padding:28px;max-width:1180px;margin:0 auto}.page-stack{display:grid;grid-gap:22px;gap:22px}.hero-panel,.panel{background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.hero-panel{padding:30px;display:grid;grid-template-columns:1fr minmax(220px,300px);grid-gap:24px;gap:24px;align-items:center}.badge{display:inline-flex;align-items:center;width:max-content;font-size:12px;font-weight:800;padding:7px 11px;border-radius:999px;background:#eef2ff;color:#3730a3}.hero-panel h1{font-size:clamp(32px,6vw,58px);line-height:1.02;margin:18px 0 12px;max-width:820px}.hero-panel p,.roadmap-panel p{font-size:16px;line-height:1.7;color:var(--muted);margin:0;max-width:760px}.status-card{background:var(--surface-2);border:1px solid var(--border);border-radius:22px;padding:22px;display:grid;grid-gap:8px;gap:8px}.status-card strong{font-size:20px}.status-card small{color:var(--muted)}.status-dot{width:14px;height:14px;border-radius:50%;background:var(--success);box-shadow:0 0 0 6px rgba(22,163,74,.12)}.grid{display:grid;grid-gap:22px;gap:22px}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{padding:24px}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}.section-title span{width:34px;height:34px;border-radius:12px;background:#eff6ff;color:#1d4ed8;display:grid;place-items:center;font-size:13px;font-weight:900}.section-title h2{margin:0;font-size:22px}.check-list{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.check-list li{display:flex;gap:10px;align-items:flex-start;color:#334155}.check-list li:before{content:"✓";width:22px;height:22px;border-radius:999px;background:#dcfce7;color:#15803d;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.metric{background:var(--surface-2);border:1px solid var(--border);border-radius:18px;padding:16px;display:grid;grid-gap:8px;gap:8px}.metric small{color:var(--muted);font-weight:700}.metric strong{line-height:1.3}.mobile-nav{display:none}.card-list{display:grid;grid-gap:14px;gap:14px}.app-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:18px;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.app-card p{margin:8px 0 0;color:var(--muted);line-height:1.5}.pill{font-size:12px;font-weight:800;border-radius:999px;padding:7px 10px;background:#dcfce7;color:#166534;white-space:nowrap}.settings-list{display:grid;grid-gap:14px;gap:14px}.settings-row{display:flex;justify-content:space-between;gap:18px;padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--surface-2)}.settings-row p{margin:6px 0 0;color:var(--muted);line-height:1.5}.toggle{width:48px;height:28px;border-radius:999px;background:#dcfce7;position:relative;flex:0 0 auto}.toggle:after{content:"";position:absolute;right:4px;top:4px;width:20px;height:20px;border-radius:50%;background:var(--success)}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.topbar{height:64px;padding:0 18px}.content{padding:18px 14px 92px}.hero-panel{padding:22px;border-radius:20px}.hero-panel,.metric-grid,.two-columns{grid-template-columns:1fr}.mobile-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:30;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding:8px;border:1px solid var(--border);border-radius:22px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 20px 50px rgba(15,23,42,.18)}.mobile-nav a{display:grid;place-items:center;grid-gap:3px;gap:3px;padding:8px 4px;border-radius:16px;font-weight:800;color:var(--muted)}.mobile-nav a:hover{background:#eff6ff;color:#1d4ed8}.mobile-nav small{font-size:11px}.topbar-action{display:none}.app-card,.settings-row{display:grid}.pill{width:max-content}}@media (max-width:520px){.hero-panel h1{font-size:34px}.panel{padding:18px;border-radius:20px}.hero-panel p,.roadmap-panel p{font-size:15px}.section-title h2{font-size:19px}}