::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6b7280}html{scroll-behavior:smooth}*:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}body{font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}html.dark body{background-color:#030712;color:#f3f4f6}html.light body{background-color:#f9fafb;color:#111827}h1,h2,h3{font-family:Space Grotesk,Inter,system-ui,sans-serif}code,pre{font-family:JetBrains Mono,Fira Code,monospace}.animate-fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{transition:background-color .2s ease,border-color .2s ease,color .2s ease}html.light .bg-gray-900{background-color:#fff}html.light .bg-gray-800{background-color:#f3f4f6}html.light .bg-gray-950{background-color:#f9fafb}html.light .text-white{color:#111827}html.light .text-gray-100{color:#1f2937}html.light .text-gray-200{color:#374151}html.light .text-gray-300{color:#4b5563}html.light .text-gray-400{color:#6b7280}html.light .border-gray-800{border-color:#e5e7eb}html.light .border-gray-700{border-color:#d1d5db}html.light .bg-gray-900\/50{background-color:#fffc}html.light .bg-cyan-900\/50{background-color:#06b6d41a}html.light aside .bg-gray-900{background-color:#fff;border-right-color:#e5e7eb}html.light .hover\:bg-gray-800:hover{background-color:#f3f4f6}html.light .hover\:text-white:hover{color:#111827}
