:root{--font-fallback: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;--font-body: "Poppins", var(--font-fallback);--theme-text: #0f172a;--theme-muted: #4b5563;--theme-bg: #ffffff;--theme-surface: #ffffff;--theme-border: #e5e7eb;--theme-primary: #4f46e5;--theme-primary-hover: #4338ca}:root[data-theme=dark]{--theme-text: #e2e8f0;--theme-muted: #cbd5f5;--theme-bg: #0b1120;--theme-surface: #131c2f;--theme-border: #25334d;--theme-primary: #818cf8;--theme-primary-hover: #6366f1}html{font-family:var(--font-body);scroll-behavior:smooth}body{margin:0;padding:0;color:var(--theme-text);background:var(--theme-bg);transition:background-color .3s ease,color .3s ease}header{background-color:var(--theme-surface);border-color:var(--theme-border);transition:background-color .3s ease,border-color .3s ease}.nav-link{color:var(--theme-text);transition:color .2s ease}.nav-link:hover{color:var(--theme-primary)}.theme-select-wrapper{position:absolute;top:calc(100% + .75rem);right:0;display:none;background-color:var(--theme-surface);border:1px solid var(--theme-border);border-radius:.75rem;box-shadow:0 20px 40px #0f172a40;padding:.5rem;z-index:50;min-width:10rem}.theme-select-wrapper.open{display:block}.theme-options{display:flex;flex-direction:column;gap:.25rem}.theme-option{display:flex;align-items:center;justify-content:space-between;width:100%;border:1px solid transparent;background-color:transparent;color:var(--theme-text);padding:.4rem .65rem;border-radius:.4rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.theme-option:hover{background-color:#6366f11a;border-color:var(--theme-border)}.theme-option.active{border-color:var(--theme-primary);background-color:#6366f11f}.theme-button{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;border:1px solid var(--theme-border);background-color:var(--theme-surface);color:var(--theme-text);transition:background-color .2s,border-color .2s,color .2s}.theme-button:hover{border-color:var(--theme-primary);color:var(--theme-primary)}.theme-button svg{display:none;width:1.1rem;height:1.1rem}[data-mode=light] .theme-button .icon-sun,[data-mode=dark] .theme-button .icon-moon,[data-mode=system] .theme-button .icon-system{display:block}[data-theme=dark] .bg-white,[data-theme=dark] .bg-gray-50,[data-theme=dark] .bg-slate-50,[data-theme=dark] .bg-indigo-50{background-color:var(--theme-surface)!important}[data-theme=dark] .bg-gray-900{background-color:#020617!important}[data-theme=dark] .text-gray-900,[data-theme=dark] .text-gray-800{color:var(--theme-text)!important}[data-theme=dark] .text-gray-700,[data-theme=dark] .text-gray-600{color:var(--theme-muted)!important}[data-theme=dark] .text-gray-200,[data-theme=dark] .text-gray-300{color:#e2e8f0!important}[data-theme=dark] .text-indigo-600,[data-theme=dark] .text-indigo-700{color:#c7d2fe!important}[data-theme=dark] .border-gray-200,[data-theme=dark] .border-gray-100{border-color:var(--theme-border)!important}[data-theme=dark] pre,[data-theme=dark] code[class*=language],[data-theme=dark] pre code{background-color:#0f172a!important;color:#f8fafc!important}.theme-muted-text{color:var(--theme-muted)}code{font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}.copy-button{position:absolute;top:.5rem;right:.5rem;padding:.35rem;border-radius:.25rem;background-color:#ffffff25;border:none;cursor:pointer;color:#e5e7eb;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,background-color .2s}.copy-button:hover,.copy-button:focus{background-color:#ffffff40;opacity:1}.copy-button svg{width:1rem;height:1rem}.hidden{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}pre:hover .copy-button{opacity:1}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-in{opacity:1;transform:translateY(0)}@keyframes logo-charge{0%{opacity:0;text-shadow:none}6%{opacity:1;text-shadow:none}14%{opacity:.4;text-shadow:none}28%{opacity:1;text-shadow:none}45%{opacity:.75;text-shadow:none}60%{opacity:1;text-shadow:none}80%{opacity:.9;text-shadow:none}to{opacity:1;text-shadow:none}}.logo-charge{animation:logo-charge 1.2s cubic-bezier(.32,0,.67,1) .2s both}.feature-card{transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero-mascot-dark,[data-theme=dark] .hero-mascot-light{display:none}[data-theme=dark] .hero-mascot-dark{display:block}
