: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}.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}[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] .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] .border-gray-200,[data-theme=dark] .border-gray-100{border-color:var(--theme-border)!important}[data-theme=dark] .shadow-sm,[data-theme=dark] .shadow,[data-theme=dark] .shadow-inner{box-shadow:0 10px 25px #020617b3!important}code{font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}.prose{color:var(--theme-text)}.prose h1{font-size:2em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111;font-weight:600;scroll-margin-top:5rem;color:var(--theme-text)}.prose h2{font-size:1.35em;margin-top:2em;margin-bottom:1em;line-height:1.3333333;font-weight:600;scroll-margin-top:5rem;color:var(--theme-text)}.prose h3{font-size:1.125em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6;font-weight:600;scroll-margin-top:5rem;color:var(--theme-text)}.prose h4{font-size:1em;margin-top:1.4em;margin-bottom:.5em;line-height:1.6;font-weight:600;scroll-margin-top:5rem}.prose h5{font-size:.9em;margin-top:1.2em;margin-bottom:.4em;line-height:1.6;font-weight:600;scroll-margin-top:5rem}.prose h6{font-size:.8em;margin-top:1em;margin-bottom:.3em;line-height:1.6;font-weight:600;scroll-margin-top:5rem}.prose code{color:var(--theme-text);background-color:#f3f4f6;padding:.2em .4em;border-radius:.25em;font-size:.8em}[data-theme=dark] .prose code:not(pre code){background-color:#ffffff1a!important;color:#e2e8f0!important}[data-theme=dark] .prose pre code{background-color:transparent!important}.prose pre{color:#1f2937;background-color:#f9fafb;overflow-x:auto;font-size:.8em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em;border:1px solid #e5e7eb}[data-theme=dark] .prose pre{color:#e5e7eb;background-color:#1f2937;border-color:#374151}.prose pre code{background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:400;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose pre .line,.prose pre code .line,.prose pre span.line,[data-theme=dark] .prose pre .line,[data-theme=dark] .prose pre code .line,[data-theme=dark] .prose pre span.line{background-color:transparent!important;background:none!important}.prose ul{list-style-type:disc;margin-top:1em;margin-bottom:1em;padding-left:1.5em}.prose ul li{margin-top:.5em;margin-bottom:.5em;color:var(--theme-text)}.prose ul ul{list-style-type:circle;margin-top:.5em;margin-bottom:.5em}.prose :where(p):not(:where(.not-prose *)){color:var(--theme-text)}.prose :where(strong):not(:where(.not-prose *)){color:var(--theme-text);font-weight:600}.toc,.toc a{font-size:.8rem}[data-theme=dark] .text-indigo-600{color:#818cf8!important}[data-theme=dark] .bg-indigo-50{background-color:#818cf81a!important}[data-theme=dark] .text-gray-500{color:#9ca3af!important}[data-theme=dark] .border-indigo-200{border-color:#818cf84d!important}[data-theme=dark] .border-purple-200{border-color:#c084fc4d!important}[data-theme=dark] .border-blue-200{border-color:#60a5fa4d!important}[data-theme=dark] .border-green-200{border-color:#4ade804d!important}[data-theme=dark] .border-orange-200{border-color:#fb923c4d!important}[data-theme=dark] .border-pink-200{border-color:#f472b64d!important}[data-theme=dark] .bg-gradient-to-br{background:linear-gradient(to bottom right,#4f46e526,#a855f726)!important}[data-theme=dark] .text-purple-600{color:#c084fc!important}[data-theme=dark] .text-blue-600{color:#60a5fa!important}[data-theme=dark] .text-green-600{color:#4ade80!important}[data-theme=dark] .text-orange-600{color:#fb923c!important}[data-theme=dark] .text-pink-600{color:#f472b6!important}[data-theme=dark] .bg-purple-50{background-color:#c084fc1a!important}[data-theme=dark] .bg-blue-50{background-color:#60a5fa1a!important}[data-theme=dark] .bg-green-50{background-color:#4ade801a!important}[data-theme=dark] .bg-orange-50{background-color:#fb923c1a!important}[data-theme=dark] .bg-pink-50{background-color:#f472b61a!important}
