@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary: #09090b;--bg-secondary: #18181b;--bg-card: rgba(255, 255, 255, .02);--text-primary: #ffffff;--text-secondary: #a1a1aa;--text-muted: #52525b;--border-color: rgba(255, 255, 255, .05);--accent: #22d3ee}[data-theme=light]{--bg-primary: #f8fafc;--bg-secondary: #f1f5f9;--bg-card: rgba(0, 0, 0, .03);--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border-color: rgba(0, 0, 0, .08);--accent: #22d3ee}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .4s ease,color .4s ease}[data-theme=light] body,[data-theme=light] .min-h-screen{background-color:var(--bg-primary)!important}[data-theme=light] section,[data-theme=light] .bg-black,[data-theme=light] .bg-zinc-950,[data-theme=light] .bg-zinc-900{background-color:var(--bg-secondary)!important}[data-theme=light] .bg-zinc-950{background-color:#e2e8f0!important}[data-theme=light] .bg-zinc-900{background-color:#f1f5f9!important}[data-theme=light] .bg-black{background-color:var(--bg-primary)!important}[data-theme=light] .text-white{color:var(--text-primary)!important}[data-theme=light] .text-gray-400,[data-theme=light] .text-gray-500,[data-theme=light] .text-zinc-400{color:var(--text-secondary)!important}[data-theme=light] .text-gray-800,[data-theme=light] .text-gray-700{color:#cbd5e1!important}[data-theme=light] .bg-white\/\[0\.02\],[data-theme=light] .bg-white\/5,[data-theme=light] .bg-white\/10,[data-theme=light] .bg-gray-900\/50,[data-theme=light] .bg-gray-900\/30{background-color:#fffc!important;box-shadow:0 1px 3px #00000014}[data-theme=light] .border-white\/5,[data-theme=light] .border-white\/10,[data-theme=light] .border-gray-800{border-color:#0000001a!important}[data-theme=light] header,[data-theme=light] nav{background-color:#f8fafce6!important;border-color:#00000014!important}[data-theme=light] header a,[data-theme=light] header span,[data-theme=light] header button{color:var(--text-primary)!important}[data-theme=light] footer{background-color:#f1f5f9!important;border-color:#00000014!important}[data-theme=light] footer p,[data-theme=light] footer span,[data-theme=light] footer a,[data-theme=light] footer h3,[data-theme=light] footer h4{color:var(--text-secondary)!important}[data-theme=light] input,[data-theme=light] textarea,[data-theme=light] select{background-color:#fff!important;color:var(--text-primary)!important;border-color:#00000026!important}[data-theme=light] input::placeholder,[data-theme=light] textarea::placeholder{color:#94a3b8!important}[data-theme=light] .text-cyan-400{color:var(--accent)!important}[data-theme=light] .border-cyan-500\/30{border-color:#22d3ee4d!important}[data-theme=light] .bg-gray-900,[data-theme=light] .bg-zinc-900\/50{background-color:#ffffffd9!important;box-shadow:0 2px 8px #0000000f!important}[data-theme=light] .bg-cyan-500\/5,[data-theme=light] .bg-cyan-500\/10{opacity:.12}[data-theme=light] .bg-black\/20,[data-theme=light] .bg-black\/30,[data-theme=light] .bg-black\/50,[data-theme=light] .bg-black\/60{background-color:#0f172a0f!important}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4{color:var(--text-primary)}[data-theme=light] .prose-invert{--tw-prose-body: var(--text-secondary);--tw-prose-headings: var(--text-primary);--tw-prose-bold: var(--text-primary);--tw-prose-links: var(--accent)}*,*:before,*:after{transition:background-color .35s ease,border-color .35s ease,color .35s ease,box-shadow .35s ease}button,a,input,textarea{transition-duration:.15s!important}.card-glass{background-color:var(--bg-card);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.theme-transition{transition:all .3s ease}
