:root{--background:#fff;--foreground:#171717}@theme inline{--color-background: var(--background); --color-foreground: var(--foreground); --font-sans: var(--font-geist-sans); --font-mono: var(--font-geist-mono);}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);min-height:100vh;font-family:Arial,Helvetica,sans-serif}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#5a67d8}*{scrollbar-width:thin;scrollbar-color:#667eea #f1f1f1}
