*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--purple:#7C3AED;--purple-light:#EDE9FE;--purple-dark:#5B21B6;--blue:#2563EB;--green:#10B981;--bg:#ffffff;--surface:#f9f9f8;--surface-2:#f2f2f0;--border:rgba(0,0,0,0.08);--border-strong:rgba(0,0,0,0.15);--text:#1a1a1a;--text-2:#555550;--text-3:#999990;--radius:10px;--shadow:0 1px 3px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.04)}@media (prefers-color-scheme:dark){:root{--bg:#111110;--surface:#1a1a19;--surface-2:#242423;--border:rgba(255,255,255,0.08);--border-strong:rgba(255,255,255,0.15);--text:#eeeeec;--text-2:#aaaaaa;--text-3:#666666;--purple-light:#2e1a5e}}body,html{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}button{cursor:pointer}button,input,textarea{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:99px}