:root{--bg: #0b1020;--card: #0f1730;--text: #eaf0ff;--muted: #a8b3d6;--border: rgba(255, 255, 255, .1);--borderStrong: rgba(255, 255, 255, .16);--borderDashed: rgba(255, 255, 255, .2);--hoverBg: rgba(255, 255, 255, .06);--ghostBg: rgba(255, 255, 255, .04);--topbarBg: rgba(11, 16, 32, .82);--textSoft: rgba(234, 240, 255, .88);--textSofter: rgba(234, 240, 255, .8);--link: #7fe7ff;--focus: rgba(43, 212, 255, .65);--accent: #6d5efc;--accent2: #2bd4ff;--glow: rgba(109, 94, 252, .28);--glow2: rgba(43, 212, 255, .22);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[data-theme=light]{--bg: #f7f8ff;--card: #ffffff;--text: #0c1222;--muted: #4b5874;--border: rgba(12, 18, 34, .1);--borderStrong: rgba(12, 18, 34, .18);--borderDashed: rgba(12, 18, 34, .22);--hoverBg: rgba(12, 18, 34, .05);--ghostBg: rgba(12, 18, 34, .04);--topbarBg: rgba(247, 248, 255, .78);--textSoft: rgba(12, 18, 34, .84);--textSofter: rgba(12, 18, 34, .76);--link: #0f6b86;--focus: rgba(0, 163, 198, .55);--accent: #4d43ff;--accent2: #00a3c6;--glow: rgba(77, 67, 255, .18);--glow2: rgba(0, 163, 198, .14)}html,body{height:100%}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}*{box-sizing:border-box}.bi{-webkit-text-stroke:.4px currentColor;paint-order:stroke fill}:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:10px}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg);display:flex;justify-content:center;align-items:center;z-index:9999}.loader{width:48px;height:48px;border:5px solid var(--accent);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root{width:100%;min-height:100vh}
