:root{--bg: #07080d;--surface: #0d0e18;--surface-2: #131422;--surface-3: #1a1c2c;--border: #1e2038;--border-light: #2a2c4a;--text: #e8e6de;--text-dim: #9e9db0;--text-muted: #8585a0;--accent: #bfb060;--accent-dim: #a89850;--accent-hover: #d0c070;--accent-glow: rgba(191, 176, 96, .06);--red-vivid: #dd4444;--red: #c16c6a;--green: #57a872;--blue: #578cba;--highlight-bg: rgba(191, 176, 96, .1);--highlight-text: #d0c070;--theme-toggle-bg: var(--surface-2);--noise-opacity: .02;--shadow-color: rgba(0, 0, 0, .5);--shadow-card: rgba(0, 0, 0, .3);--pinned-bg: rgba(7, 8, 13, .96);--input-border: #5c5e80;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 40px}[data-theme=light]{--bg: #f5f2ed;--surface: #ffffff;--surface-2: #f0ece4;--surface-3: #e6e2d8;--border: #dcd8ce;--border-light: #c9c4b8;--text: #1a1a18;--text-dim: #6b6558;--text-muted: #9b9484;--accent: #7a6f3a;--accent-dim: #635a2e;--accent-hover: #635a2e;--accent-glow: rgba(122, 111, 58, .08);--red-vivid: #c04040;--red: #b04845;--green: #3d8a56;--blue: #3d6f94;--highlight-bg: rgba(122, 111, 58, .12);--highlight-text: #7a6f3a;--theme-toggle-bg: var(--surface-2);--noise-opacity: .015;--shadow-color: rgba(0, 0, 0, .08);--shadow-card: rgba(0, 0, 0, .06);--pinned-bg: rgba(245, 242, 237, .96);--input-border: #908c80}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:IBM Plex Sans,sans-serif;font-weight:400;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;opacity:var(--noise-opacity);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}body.theme-transitioning,body.theme-transitioning *,body.theme-transitioning *:before,body.theme-transitioning *:after{transition:background-color .4s ease,color .3s ease,border-color .4s ease,box-shadow .4s ease!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}html{scroll-behavior:auto}}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:#bfb06033;color:var(--text)}[data-theme=light] ::selection{background:#7a6f3a33;color:var(--text)}[data-theme=light] ::-webkit-scrollbar-track{background:var(--bg)}[data-theme=light] ::-webkit-scrollbar-thumb{background:var(--border-light)}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.back-btn{animation:fadeUp .5s cubic-bezier(.22,1,.36,1) backwards}.card{animation:fadeUp .6s cubic-bezier(.22,1,.36,1) .1s backwards}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
