@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700&family=IBM+Plex+Mono:ital,wght@0,300;0,400;1,300&family=Rajdhani:wght@300;400;500&display=swap";:root{--space-black:#000008;--space-deep:#02020f;--space-mid:#060618;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-tertiary:#475569;--text-bright:#f8fafc;--accent-blue:#4f6ef7;--accent-indigo:#818cf8;--accent-violet:#6d5af7;--accent-dim:#4f6ef733;--accent-gold:#f5c542;--accent-gold-dim:#f5c54233;--accent-pink:#e88fa5;--accent-pink-dim:#e88fa526;--accent-warm:#fbbf24;--star-white:#fff;--star-cold:#c4cef7;--star-warm:#f5f0e8;--border-dim:#ffffff0a;--border-subtle:#ffffff14;--border-accent:#4f6ef740;--border-gold:#f5c5424d;--panel-bg:#000008e0;--panel-bg-solid:#02020ff2}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:var(--space-black);cursor:none;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Rajdhani,sans-serif}*,:before,:after{cursor:none!important}@media (width<=768px){body,*,:before,:after{cursor:auto!important}}button{font-family:inherit}.hidden-mobile{display:none}@media (width>=768px){.hidden-mobile{display:block}}.hidden-desktop{display:block}@media (width>=768px){.hidden-desktop{display:none}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--accent-dim);border-radius:2px}
