:root{--theme-transition: background-color .25s ease, border-color .25s ease, color .25s ease}body,header,footer,section,.rounded-xl,input,textarea,select,table,tr,td,th{transition:var(--theme-transition)}html[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--surface-soft: #172033;--muted: #273449;--track: #334155;--border: #334155;--border-soft: #243049;--text: #f1f5f9;--text-2: #d8e0ec;--text-3: #aab6c8;--text-4: #8190a4;--hover: #334155;--input-bg: #0b1424;--nav-bg: rgba(15, 23, 42, .88);--active-nav: rgba(59, 130, 246, .2);color-scheme:dark}html[data-theme=forest]{--bg: #0c1d14;--surface: #123121;--surface-soft: #0f2719;--muted: #163a25;--track: #1f4a2e;--border: #24512f;--border-soft: #173a24;--text: #ecfdf2;--text-2: #cdeed6;--text-3: #97cba6;--text-4: #6fae84;--hover: #1b4429;--input-bg: #0a1a11;--nav-bg: rgba(12, 29, 20, .9);--active-nav: rgba(22, 163, 74, .22);--accent: #16a34a;--accent-hover: #15803d;--accent-light: #4ade80;color-scheme:dark}html[data-theme=dark] body,html[data-theme=forest] body{background-color:var(--bg);color:var(--text)}html[data-theme=dark] .bg-white,html[data-theme=forest] .bg-white{background-color:var(--surface)}html[data-theme=dark] .bg-gray-50,html[data-theme=forest] .bg-gray-50{background-color:var(--surface-soft)}html[data-theme=dark] .bg-gray-100,html[data-theme=forest] .bg-gray-100{background-color:var(--muted)}html[data-theme=dark] .bg-gray-200,html[data-theme=forest] .bg-gray-200{background-color:var(--track)}html[data-theme=dark] .border-gray-100,html[data-theme=forest] .border-gray-100{border-color:var(--border-soft)}html[data-theme=dark] .border-gray-200,html[data-theme=forest] .border-gray-200,html[data-theme=dark] .border-gray-300,html[data-theme=forest] .border-gray-300{border-color:var(--border)}html[data-theme=dark] .text-gray-900,html[data-theme=forest] .text-gray-900{color:var(--text)}html[data-theme=dark] .text-gray-700,html[data-theme=forest] .text-gray-700{color:var(--text-2)}html[data-theme=dark] .text-gray-600,html[data-theme=forest] .text-gray-600,html[data-theme=dark] .text-gray-500,html[data-theme=forest] .text-gray-500{color:var(--text-3)}html[data-theme=dark] .text-gray-400,html[data-theme=forest] .text-gray-400{color:var(--text-4)}html[data-theme=dark] .hover\:bg-gray-50:hover,html[data-theme=forest] .hover\:bg-gray-50:hover,html[data-theme=dark] .hover\:bg-gray-100:hover,html[data-theme=forest] .hover\:bg-gray-100:hover{background-color:var(--hover)}html[data-theme=dark] .bg-gradient-to-b,html[data-theme=forest] .bg-gradient-to-b{background-image:none!important;background-color:var(--bg)}html[data-theme=dark] #navbar,html[data-theme=forest] #navbar{background-color:var(--nav-bg)!important}html[data-theme=dark] #mobile-drawer,html[data-theme=forest] #mobile-drawer{background-color:var(--surface)}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select,html[data-theme=forest] input,html[data-theme=forest] textarea,html[data-theme=forest] select{background-color:var(--input-bg);color:var(--text)}html[data-theme=dark] ::-moz-placeholder,html[data-theme=forest] ::-moz-placeholder{color:var(--text-4);opacity:1}html[data-theme=dark] ::placeholder,html[data-theme=forest] ::placeholder{color:var(--text-4);opacity:1}html[data-theme=dark] .bg-blue-50,html[data-theme=forest] .bg-blue-50{background-color:var(--active-nav)}html[data-theme=forest] .bg-blue-600{background-color:var(--accent)}html[data-theme=forest] .hover\:bg-blue-700:hover{background-color:var(--accent-hover)}html[data-theme=forest] .text-blue-600,html[data-theme=forest] .hover\:text-blue-600:hover{color:var(--accent-light)}html[data-theme=forest] .focus\:ring-blue-500:focus{--tw-ring-color: var(--accent)}html[data-theme=forest] .text-blue-100{color:#bbf7d0}html[data-theme=forest] .hover\:bg-blue-50:hover{background-color:#16a34a1f}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer;font-size:18px;line-height:1;transition:background-color .2s ease,border-color .2s ease,transform .15s ease}.theme-toggle:hover{background-color:#94a3b826;transform:translateY(-1px)}.theme-toggle:active{transform:translateY(0)}html[data-theme=dark] .theme-toggle:hover,html[data-theme=forest] .theme-toggle:hover{background-color:var(--hover)}.theme-toggle .ico{display:none}html:not([data-theme]) .theme-toggle .ico-day,html[data-theme=day] .theme-toggle .ico-day,html[data-theme=dark] .theme-toggle .ico-dark,html[data-theme=forest] .theme-toggle .ico-forest{display:inline}.theme-toggle-mobile{width:100%;justify-content:flex-start;gap:10px;height:auto;padding:10px 12px;font-size:16px;font-weight:500}.theme-toggle-mobile .label:after{content:"Day"}html[data-theme=dark] .theme-toggle-mobile .label:after{content:"Dark"}html[data-theme=forest] .theme-toggle-mobile .label:after{content:"Forest"}.nav-control{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 10px;border-radius:9px;border:1px solid #d1d5db;background:transparent;cursor:pointer;font-size:13px;font-weight:600;color:#374151;list-style:none;transition:background-color .2s ease,border-color .2s ease}.nav-control:hover{background-color:#f9fafb}.nav-control::-webkit-details-marker{display:none}html[data-theme=dark] .nav-control,html[data-theme=forest] .nav-control{border-color:var(--border);color:var(--text-2)}html[data-theme=dark] .nav-control:hover,html[data-theme=forest] .nav-control:hover{background-color:var(--hover)}.flag{width:22px;height:15px;border-radius:3px;border:1px solid rgba(0,0,0,.12);-o-object-fit:cover;object-fit:cover;flex-shrink:0;display:block}.theme-name{font-size:13px;font-weight:600}.theme-name:after{content:"Day"}html[data-theme=dark] .theme-name:after{content:"Dark"}html[data-theme=forest] .theme-name:after{content:"Forest"}.theme-toggle.in-control{width:auto;height:auto;padding:0;border:0;background:none}.theme-toggle.in-control:hover{background:none;transform:none}.prose{color:#374151;font-size:17px;line-height:1.75}html[data-theme=dark] .prose,html[data-theme=forest] .prose{color:var(--text-2)}.prose>*+*{margin-top:1.25em}.prose h2{font-size:1.6rem;font-weight:700;line-height:1.25;margin-top:2em;margin-bottom:.6em;color:#111827}.prose h3{font-size:1.25rem;font-weight:600;line-height:1.3;margin-top:1.6em;margin-bottom:.5em;color:#111827}html[data-theme=dark] .prose h2,html[data-theme=dark] .prose h3,html[data-theme=forest] .prose h2,html[data-theme=forest] .prose h3{color:var(--text)}.prose p{margin:1em 0}.prose a{color:#2563eb;text-decoration:underline;font-weight:500}.prose a:hover{color:#1d4ed8}html[data-theme=forest] .prose a{color:var(--accent-light)}.prose ul,.prose ol{margin:1em 0;padding-left:1.5em}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose li{margin:.4em 0}.prose li::marker{color:#9ca3af}.prose strong{color:#111827;font-weight:700}html[data-theme=dark] .prose strong,html[data-theme=forest] .prose strong{color:var(--text)}.prose blockquote{border-left:4px solid #2563eb;padding:.25em 0 .25em 1em;margin:1.5em 0;color:#4b5563;font-style:italic}html[data-theme=forest] .prose blockquote{border-left-color:var(--accent)}html[data-theme=dark] .prose blockquote,html[data-theme=forest] .prose blockquote{color:var(--text-3)}.prose code{background:#f1f5f9;padding:.15em .4em;border-radius:5px;font-size:.9em;font-family:SF Mono,Consolas,monospace}html[data-theme=dark] .prose code,html[data-theme=forest] .prose code{background:var(--muted);color:var(--text)}.prose table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:.95em}.prose th,.prose td{border:1px solid #e5e7eb;padding:.6em .8em;text-align:left}.prose th{background:#f9fafb;font-weight:600}html[data-theme=dark] .prose th,html[data-theme=dark] .prose td,html[data-theme=forest] .prose th,html[data-theme=forest] .prose td{border-color:var(--border)}html[data-theme=dark] .prose th,html[data-theme=forest] .prose th{background:var(--surface-soft)}.prose hr{border:0;border-top:1px solid #e5e7eb;margin:2em 0}html[data-theme=dark] .prose hr,html[data-theme=forest] .prose hr{border-top-color:var(--border)}#cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#111827;color:#e5e7eb;padding:16px 20px;box-shadow:0 -4px 20px #0003}#cookie-banner .cb-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}#cookie-banner p{font-size:14px;line-height:1.5;flex:1 1 300px;margin:0}#cookie-banner a{color:#93c5fd;text-decoration:underline}#cookie-banner .cb-btns{display:flex;gap:10px;flex-shrink:0}#cookie-banner button{font:inherit;font-weight:600;font-size:14px;cursor:pointer;padding:9px 18px;border-radius:8px;border:0;transition:background-color .2s}#cookie-banner .cb-accept{background:#2563eb;color:#fff}#cookie-banner .cb-accept:hover{background:#1d4ed8}#cookie-banner .cb-decline{background:transparent;color:#cbd5e1;border:1px solid #475569}#cookie-banner .cb-decline:hover{background:#1f2937}
