@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";
@keyframes loadingPulse{0%{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}to{opacity:.4;transform:scale(.8)}}:root{--font-display:Space Grotesk, sans-serif;--font-body:Inter, sans-serif}[data-theme=light]{--bg:#fff;--surface:#f8f8f8;--surface-2:#f0f0f0;--border:#e8e8e8;--text:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--item-bg:#f4f4f4;--accent:#2979ff;--accent-dim:#2979ff1f;--accent-mid:#2979ff4d;--dot-inactive:#d1d5db}[data-theme=dark]{--bg:#0a0a0a;--surface:#111;--surface-2:#1a1a1a;--border:#2a2a2a;--text:#f0f0f0;--text-muted:#909090;--text-light:#555;--item-bg:#1e1e1e;--accent:#2979ff;--accent-dim:#2979ff1f;--accent-mid:#2979ff4d;--dot-inactive:#333}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;transition:background-color .35s}html::-webkit-scrollbar{width:0;height:0;display:none}body{background:var(--bg);min-height:100dvh;color:var(--text);overscroll-behavior-y:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;scrollbar-width:none;-ms-overflow-style:none;transition:background-color .35s,color .2s;overflow:hidden auto}body::-webkit-scrollbar{width:0;height:0;display:none}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{width:0;height:0;display:none}input,textarea,[contenteditable=true]{-webkit-user-select:text;user-select:text}html[dir=rtl]{direction:rtl}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;outline:none}::selection{color:inherit;background:0 0}input::selection,textarea::selection{color:#fff;background:#2979ff}
