:root{--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--sidebar-width:280px;--header-height:64px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--color-hsoft-mint:#5efcb7;--color-hsoft-blue:#6b9ef7;--color-hsoft-navy:#091847;--color-accent-orange:#f5a623;--color-accent-red:#ef4444;--color-accent-purple:#8b7cf6}:root,[data-theme=dark]{--color-bg-primary:#091847;--color-bg-secondary:#0e2157;--color-bg-tertiary:#1a306e;--color-text-primary:#f1f5f9;--color-text-secondary:#a3b4d4;--color-text-muted:#6b82ab;--color-accent-blue:#6b9ef7;--color-accent-cyan:#5efcb7;--color-accent-green:#5efcb7;--color-border:#1a306e;--color-surface:#0e2157;--color-surface-hover:#152a65;--shadow-sm:0 1px 2px rgba(0,0,0,.3);--shadow-md:0 4px 6px rgba(0,0,0,.3);--shadow-lg:0 10px 15px rgba(0,0,0,.4);--color-editor-bg:#060e2e;--color-editor-bar:#0a1540;--color-terminal-bg:#060e2e;--color-terminal-bar:#0a1540;--color-terminal-output:#a3b4d4;--color-terminal-system:#6b9ef7}[data-theme=light]{--color-bg-primary:#f0f4f8;--color-bg-secondary:#fff;--color-bg-tertiary:#e2e8f0;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-muted:#94a3b8;--color-accent-blue:#2563eb;--color-accent-cyan:#059669;--color-accent-green:#059669;--color-border:#cbd5e1;--color-surface:#fff;--color-surface-hover:#f1f5f9;--shadow-sm:0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 6px rgba(0,0,0,.08);--shadow-lg:0 10px 15px rgba(0,0,0,.1);--color-editor-bg:#f8fafc;--color-editor-bar:#f1f5f9;--color-terminal-bg:#1e293b;--color-terminal-bar:#334155;--color-terminal-output:#94a3b8;--color-terminal-system:#60a5fa}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:var(--font-sans);background:var(--color-bg-primary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;transition:background .25s,color .25s}a{color:var(--color-accent-cyan);text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:var(--font-mono)}pre{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:16px;overflow-x:auto;font-size:.85rem;line-height:1.6}code{background:var(--color-bg-tertiary);padding:2px 6px;border-radius:4px;font-size:.85em}pre code{background:none;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-primary)}::-webkit-scrollbar-thumb{background:var(--color-bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.Header_header__OyCYH{height:var(--header-height);background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Header_left__HH5Hs{display:flex;align-items:center;gap:16px}.Header_menuBtn__dAPKq{background:none;border:none;color:var(--color-text-secondary);cursor:pointer;padding:8px;border-radius:var(--radius-sm);display:flex;align-items:center;transition:background .2s,color .2s}.Header_menuBtn__dAPKq:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.Header_brand__q3tg_{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--color-text-primary)}.Header_brand__q3tg_:hover{text-decoration:none}.Header_logo__z_zAk{height:32px;width:auto;object-fit:contain}.Header_title__ZNNQk{font-weight:600;font-size:1.1rem}.Header_right__uftdK{display:flex;align-items:center;gap:12px}.Header_themeBtn__Hc3L2{background:none;border:none;color:var(--color-text-secondary);cursor:pointer;padding:8px;border-radius:var(--radius-sm);display:flex;align-items:center;transition:background .2s,color .2s}.Header_themeBtn__Hc3L2:hover{background:var(--color-bg-tertiary);color:var(--color-accent-cyan)}.Header_version__BJWAO{font-size:.75rem;color:var(--color-text-muted);background:var(--color-bg-tertiary);padding:2px 8px;border-radius:10px}.Sidebar_sidebar__af5KA{width:var(--sidebar-width);height:calc(100vh - var(--header-height));background:var(--color-bg-secondary);border-right:1px solid var(--color-border);overflow-y:auto;position:fixed;top:var(--header-height);left:0;z-index:50}.Sidebar_nav__SSDsT{padding:16px 12px}.Sidebar_homeLink__b_Ml1{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:var(--radius-sm);color:var(--color-text-secondary);font-weight:500;font-size:.9rem;transition:background .2s,color .2s;margin-bottom:16px;text-decoration:none}.Sidebar_homeLink__b_Ml1:hover{background:var(--color-surface-hover);color:var(--color-text-primary);text-decoration:none}.Sidebar_homeLink__b_Ml1.Sidebar_active__i9F6k{background:rgba(94,252,183,.1);color:var(--color-accent-cyan)}.Sidebar_phaseGroup__sdZBq{margin-bottom:20px}.Sidebar_phaseLabel__ySqj3{display:flex;align-items:center;gap:8px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);padding:0 12px;margin-bottom:6px}.Sidebar_phaseDot__ZLM2C{width:6px;height:6px;border-radius:50%}.Sidebar_moduleList__r5Sj7{list-style:none}.Sidebar_moduleLink__T0ODF{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:var(--radius-sm);color:var(--color-text-secondary);font-size:.85rem;transition:background .2s,color .2s;text-decoration:none}.Sidebar_moduleLink__T0ODF:hover{background:var(--color-surface-hover);color:var(--color-text-primary);text-decoration:none}.Sidebar_moduleLink__T0ODF.Sidebar_active__i9F6k{background:rgba(94,252,183,.1);color:var(--color-accent-cyan)}.Sidebar_moduleNum__vN3Sj{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:.7rem;font-weight:600;background:var(--color-bg-tertiary);border-radius:50%;flex-shrink:0}.Sidebar_moduleNumActive__BM8Yo{background:var(--color-accent-cyan);color:var(--color-bg-primary)}.Sidebar_moduleName__BS13f{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Sidebar_progressBadge__gORMv{font-size:.65rem;font-weight:600;color:var(--color-accent-green);background:rgba(94,252,183,.1);padding:2px 6px;border-radius:10px;flex-shrink:0}.ShellLayout_layout__vzkeB{display:flex;flex-direction:column;height:100vh;overflow:hidden}.ShellLayout_body__IsB3P{display:flex;flex:1 1;overflow:hidden}.ShellLayout_content__yZjtj{flex:1 1;overflow-y:auto;padding:32px;margin-left:var(--sidebar-width);transition:margin-left .3s ease}.ShellLayout_contentFull___qUkF{margin-left:0}