@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}:root{--bg-base: #f5f6f8;--bg-surface: #ffffff;--bg-elevated: #eef0f4;--border: rgba(0, 0, 0, .07);--border-strong: rgba(0, 0, 0, .13);--text-primary: #0f172a;--text-muted: #64748b;--text-faint: #94a3b8;--accent: #FF6B00;--accent-sub: rgba(255, 107, 0, .09);--scrollbar: rgba(0, 0, 0, .12)}.dark{--bg-base: #000000;--bg-surface: #0d0d0d;--bg-elevated: #141414;--border: rgba(255, 255, 255, .07);--border-strong: rgba(255, 255, 255, .13);--text-primary: #f1f5f9;--text-muted: rgba(255, 255, 255, .45);--text-faint: rgba(255, 255, 255, .22);--accent: #00f2ff;--accent-sub: rgba(0, 242, 255, .07);--scrollbar: rgba(0, 242, 255, .14)}body{background-color:var(--bg-base);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}.dark:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.018;pointer-events:none;z-index:9999;mix-blend-mode:overlay}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:99px}
