:root,:root[data-theme=dark]{--midnight:#1a1d2e;--navy:#2c3057;--volt:#c8f135;--ghost:#e8efff;--steel:#6b7280;--muted:#8b9cc8;--deep:#13151f}:root[data-theme=light]{--midnight:#fdfdfb;--navy:#f8f8f6;--volt:#2c3057;--ghost:#1a1816;--steel:#78756f;--muted:#4a4643;--deep:#efefe8}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{overscroll-behavior-x:none;overflow-x:hidden}body{background:var(--midnight);color:var(--ghost);overscroll-behavior-x:none;-webkit-overflow-scrolling:touch;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;position:relative;overflow-x:hidden}a{color:inherit;text-decoration:none}.theme-toggle{cursor:pointer;width:36px;height:36px;color:var(--steel);background:0 0;border:1px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.theme-toggle:hover{color:var(--ghost);background:#ffffff0f;border-color:#fff3}.theme-toggle svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}:root[data-theme=light] .theme-toggle{border-color:#1a18161f}:root[data-theme=light] .theme-toggle:hover{background:#1a18160a;border-color:#1a181626}
