@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--black:#000;--bg:#050505;--bg-panel:#0c0c0c;--bg-elevated:#141414;--bg-surface:#1a1a1a;--bg-input:#0a0a0a;--white:#fff;--gray-100:#f5f5f5;--gray-200:#e0e0e0;--gray-300:#aaa;--gray-400:#777;--gray-500:#555;--gray-600:#333;--gray-700:#222;--gray-800:#181818;--border:#ffffff0f;--border-hover:#ffffff1f;--border-strong:#ffffff2e;--shadow-sm:0 1px 4px #00000080;--shadow-md:0 6px 20px #00000080;--shadow-lg:0 16px 40px #0009;--shadow-xl:0 24px 60px #000000b3;--shadow-inset:inset 0 2px 6px #00000080;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--ease:cubic-bezier(.4,0,.2,1);--ease-spring:cubic-bezier(.34,1.56,.64,1);--t-fast:.15s var(--ease);--t-md:.3s var(--ease)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}body:after{content:"";pointer-events:none;z-index:0;opacity:.025;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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:fixed;inset:0}::selection{background:var(--white);color:var(--black)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-700);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--gray-600)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input[type=range]{appearance:none;background:var(--gray-700);border-radius:var(--radius-full);border:none;outline:none;width:100%;height:4px;margin:4px 0}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--white);cursor:pointer;width:16px;height:16px;transition:transform var(--t-fast);border-radius:50%;box-shadow:0 1px 6px #0009}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}
