@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700;800&family=Syne:wght@400;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-deep: #030305;--bg-card: rgba(255, 255, 255, .03);--bg-card-hover: rgba(255, 255, 255, .06);--brand-primary: #2DD4BF;--brand-secondary: #E2E8F0;--brand-accent: #6366F1;--text-main: #F8FAFC;--text-muted: #94A3B8;--glass-border: rgba(255, 255, 255, .08)}body{background-color:var(--bg-deep);color:var(--text-main);font-family:Inter,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Syne,sans-serif;letter-spacing:-.02em}.font-serif{font-family:"Instrument Serif",serif}.glass-panel{background:var(--bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border)}.glass-card{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);transition:all .4s cubic-bezier(.16,1,.3,1)}.glass-card:hover{background:var(--bg-card-hover);border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 20px 40px -10px #00000080}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}.popup-overlay{background:#030305d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.popup-card{background:var(--bg-card);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d inset}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px #2dd4bf4d}50%{box-shadow:0 0 30px #2dd4bf80}}@keyframes icon-bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-fade-in-scale{animation:fade-in-scale .4s cubic-bezier(.16,1,.3,1) forwards}.animate-glow-pulse{animation:glow-pulse 2s ease-in-out infinite}.animate-icon-bounce{animation:icon-bounce-subtle 2s ease-in-out infinite}.btn-primary-glow{box-shadow:0 0 20px #2dd4bf33;transition:all .3s cubic-bezier(.16,1,.3,1)}.btn-primary-glow:hover{box-shadow:0 0 30px #2dd4bf66;transform:translateY(-2px)}.btn-primary-glow:active{transform:translateY(0) scale(.98)}.btn-danger-glow{box-shadow:0 0 20px #ef444433;transition:all .3s cubic-bezier(.16,1,.3,1)}.btn-danger-glow:hover{box-shadow:0 0 30px #ef444466;transform:translateY(-2px)}.btn-danger-glow:active{transform:translateY(0) scale(.98)}.transition-smooth{transition:all .3s cubic-bezier(.16,1,.3,1)}.transition-fast{transition:all .2s cubic-bezier(.16,1,.3,1)}.article-content{font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.8;color:#cbd5e1}.article-content h2{font-family:Syne,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--brand-primary);margin-top:3rem;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.article-content h3{font-family:Syne,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.35;letter-spacing:-.01em;color:var(--text-main);margin-top:2.25rem;margin-bottom:1rem}.article-content h4{font-family:Syne,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.4;color:var(--brand-secondary);margin-top:1.75rem;margin-bottom:.75rem}.article-content>h2:first-child,.article-content>h3:first-child,.article-content>h4:first-child{margin-top:0}.article-content p{margin-bottom:1.25rem}.article-content p:last-child{margin-bottom:0}.article-content strong{color:var(--text-main);font-weight:600}.article-content em{font-style:italic;color:#e2e8f0}.article-content a{color:var(--brand-primary);text-decoration:underline;text-decoration-color:#2dd4bf59;text-underline-offset:3px;transition:color .2s,text-decoration-color .2s}.article-content a:hover{color:#5eead4;text-decoration-color:#5eead4}.article-content a:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px;border-radius:2px}.article-content a:visited{color:#99f6e4;text-decoration-color:#99f6e459}.article-content a[target=_blank]:after{content:" ↗";font-size:.75em;opacity:.6}.article-content ul,.article-content ol{margin-top:1rem;margin-bottom:1.5rem;padding-left:1.75rem}.article-content ul{list-style-type:disc}.article-content ol{list-style-type:decimal}.article-content li{margin-bottom:.5rem;padding-left:.25rem;line-height:1.7}.article-content li::marker{color:var(--brand-primary)}.article-content li:last-child{margin-bottom:0}.article-content blockquote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:4px solid var(--brand-primary);background:#2dd4bf0f;border-radius:0 .75rem .75rem 0}.article-content blockquote p{color:#e2e8f0;font-style:italic;font-size:1.0625rem;margin-bottom:0}.article-content hr{border:none;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.1) 20%,rgba(255,255,255,.1) 80%,transparent);margin:2.5rem 0}.article-content code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.875em;background:#ffffff14;color:#e2e8f0;padding:.15em .4em;border-radius:.25rem;border:1px solid rgba(255,255,255,.06)}.article-content pre{margin:1.5rem 0;padding:1.25rem 1.5rem;background:#ffffff0a;border:1px solid var(--glass-border);border-radius:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.article-content pre code{background:none;border:none;padding:0;font-size:.875rem;line-height:1.7;color:#cbd5e1}.article-content figure{margin:2rem 0}.article-content figure img,.article-content img{max-width:100%;height:auto;border-radius:.75rem;border:1px solid var(--glass-border)}.article-content figcaption{margin-top:.5rem;font-size:.875rem;color:var(--text-muted);text-align:center;font-style:italic}.article-content table{width:100%;margin:1.5rem 0;border-collapse:collapse;font-size:.9375rem}.article-content th,.article-content td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--glass-border)}.article-content th{color:var(--text-main);font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.article-content td{color:#cbd5e1}.article-content tr:last-child td{border-bottom:none}@media(max-width:768px){.article-content{font-size:1rem;line-height:1.75}.article-content h2{font-size:1.5rem;margin-top:2.25rem}.article-content h3{font-size:1.25rem;margin-top:1.75rem}.article-content h4{font-size:1.125rem}.article-content blockquote{padding:1rem 1.25rem}.article-content pre{padding:1rem;border-radius:.5rem}.article-content ul,.article-content ol{padding-left:1.25rem}}html.light-mode{--bg-deep: #eef4f7;--bg-card: rgba(255, 255, 255, .88);--bg-card-hover: rgba(255, 255, 255, .97);--text-main: #0f172a;--text-muted: #475569;--glass-border: rgba(0, 0, 0, .08)}html.light-mode body{background-color:#eef4f7!important;background-image:radial-gradient(ellipse at 20% 10%,rgba(45,212,191,.07) 0%,transparent 55%),radial-gradient(ellipse at 80% 90%,rgba(99,102,241,.05) 0%,transparent 50%);color:#0f172a!important}html.light-mode ::-webkit-scrollbar-track{background:#e2e8f0}html.light-mode ::-webkit-scrollbar-thumb{background:#94a3b8}html.light-mode ::-webkit-scrollbar-thumb:hover{background:#64748b}html.light-mode .min-h-screen{background-color:transparent!important}html.light-mode [class~="bg-[#030305]"],html.light-mode [class*=" bg-[#030305]"],html.light-mode [class~="bg-[#060d0f]"],html.light-mode [class*=" bg-[#060d0f]"]{background-color:#eef4f7!important}html.light-mode [class~="bg-[#07090f]"],html.light-mode [class*=" bg-[#07090f]"],html.light-mode [class~="bg-[#080a10]"],html.light-mode [class*=" bg-[#080a10]"],html.light-mode [class~="bg-[#0a0b0d]"],html.light-mode [class*=" bg-[#0a0b0d]"]{background-color:#fff!important}html.light-mode [class~="bg-[#0d1a1c]"],html.light-mode [class*=" bg-[#0d1a1c]"],html.light-mode [class~="bg-[#111214]"],html.light-mode [class*=" bg-[#111214]"],html.light-mode [class~="bg-[#1a1d23]"],html.light-mode [class*=" bg-[#1a1d23]"]{background-color:#f8fafc!important}html.light-mode [class~="bg-[#1a0f00]"]{background-color:#fffbeb!important}html.light-mode [class~="bg-[#1a0505]"],html.light-mode [class~="bg-[#1f0a0a]"]{background-color:#fff1f2!important}html.light-mode [class~=bg-brand-deep],html.light-mode [class~=bg-black]{background-color:#f1f5f9!important}html.light-mode [class*="from-[#030305]"]{--tw-gradient-from: #f1f5f9 !important}html.light-mode [class*="from-[#0a0b0d]"]{--tw-gradient-from: #ffffff !important}html.light-mode [class*="from-[#1a0505]"]{--tw-gradient-from: #fff1f2 !important}html.light-mode [class*="from-[#1a0f00]"]{--tw-gradient-from: #fffbeb !important}html.light-mode [class*="via-[#030305]"]{--tw-gradient-via: #f1f5f9 !important}html.light-mode [class*="via-[#0a0b0d]"]{--tw-gradient-via: #ffffff !important}html.light-mode [class*="via-[#111214]"],html.light-mode [class*="via-[#0d0e10]"],html.light-mode [class*="via-[#0d1117]"]{--tw-gradient-via: #f8fafc !important}html.light-mode [class*="via-[#1f0a0a]"]{--tw-gradient-via: #fff1f2 !important}html.light-mode [class*="to-[#030305]"]{--tw-gradient-to: #f1f5f9 !important}html.light-mode [class*="to-[#0a0b0d]"]{--tw-gradient-to: #ffffff !important}html.light-mode [class*="to-[#111214]"]{--tw-gradient-to: #f8fafc !important}html.light-mode [class~="bg-white/2"]{background-color:#00000008!important}html.light-mode [class~="bg-white/[0.01]"],html.light-mode [class~="bg-white/[0.02]"]{background-color:#00000005!important}html.light-mode [class~="bg-white/[0.025]"],html.light-mode [class~="bg-white/[0.03]"]{background-color:#00000008!important}html.light-mode [class~="bg-white/[0.04]"],html.light-mode [class~="bg-white/[0.05]"]{background-color:#0000000a!important}html.light-mode [class~="bg-white/[0.06]"]{background-color:#0000000d!important}html.light-mode [class~="bg-white/5"]{background-color:#0000000a!important}html.light-mode [class~="bg-white/10"]{background-color:#0000000f!important}html.light-mode [class~="bg-white/15"]{background-color:#00000014!important}html.light-mode [class~="bg-white/20"]{background-color:#0000001a!important}html.light-mode [class~="bg-white/40"]{background-color:#0000001f!important}html.light-mode .glass-panel{background:#ffffffe0!important;border-color:#00000012!important;box-shadow:0 4px 24px #00000012!important}html.light-mode .glass-card{background:#ffffffd1!important;border-color:#00000012!important}html.light-mode .glass-card:hover{background:#fffffff7!important;border-color:#0000001c!important;box-shadow:0 20px 40px -10px #0000001f!important}html.light-mode .popup-overlay{background:#f1f5f9e0!important}html.light-mode .popup-card{background:#ffffffeb!important;border-color:#00000014!important}html.light-mode .text-white,html.light-mode .text-white\/90{color:#0f172a!important}html.light-mode .text-white\/85,html.light-mode .text-white\/80,html.light-mode .text-white\/75{color:#1e293b!important}html.light-mode .text-white\/70,html.light-mode .text-white\/65{color:#334155!important}html.light-mode .text-white\/60,html.light-mode .text-white\/55{color:#475569!important}html.light-mode .text-white\/50,html.light-mode .text-white\/45,html.light-mode .text-white\/40{color:#64748b!important}html.light-mode .text-white\/35,html.light-mode .text-white\/30,html.light-mode .text-white\/25,html.light-mode .text-white\/20{color:#94a3b8!important}html.light-mode .text-white\/15,html.light-mode .text-white\/10{color:#cbd5e1!important}html.light-mode [class~="text-white/[0.02]"]{color:#e2e8f0!important}html.light-mode .text-gray-300{color:#475569!important}html.light-mode .text-gray-400,html.light-mode .text-gray-500{color:#64748b!important}html.light-mode .text-gray-800,html.light-mode .text-slate-100{color:#1e293b!important}html.light-mode .text-slate-200{color:#334155!important}html.light-mode .text-slate-300{color:#475569!important}html.light-mode .text-slate-400,html.light-mode .text-slate-500{color:#64748b!important}html.light-mode .text-slate-600{color:#475569!important}html.light-mode [class~="text-[#94A3B8]"]{color:#64748b!important}html.light-mode [class~="text-[#F8FAFC]"]{color:#0f172a!important}html.light-mode [class~="text-[#CBD5E1]"]{color:#475569!important}html.light-mode [class~="text-[#E2E8F0]"],html.light-mode .text-brand-secondary{color:#334155!important}html.light-mode button.text-brand-secondary{color:#1e293b!important}html.light-mode .disabled\:text-white\/10:disabled{color:#0003!important}html.light-mode .disabled\:text-white\/20:disabled{color:#0003!important}html.light-mode [class*="bg-white/5"][class*="border-white/10"]{background-color:#ffffffeb!important;border-color:#00000014!important}html.light-mode [class*="bg-white/10"][class*=rounded-full]{background-color:#00000014!important}html.light-mode [class*="text-[#94A3B8]"]{color:#475569!important}html.light-mode [class*="text-[#CBD5E1]"]{color:#334155!important}html.light-mode [class*="text-[#E2E8F0]"]{color:#1e293b!important}html.light-mode [class*="text-[#F8FAFC]"]{color:#0f172a!important}html.light-mode [class~="border-white/[0.05]"],html.light-mode [class~="border-white/[0.06]"]{border-color:#0000000d!important}html.light-mode [class~="border-white/[0.07]"]{border-color:#0000000f!important}html.light-mode [class~="border-white/5"]{border-color:#0000000d!important}html.light-mode [class~="border-white/10"]{border-color:#00000014!important}html.light-mode [class~="border-white/15"]{border-color:#00000017!important}html.light-mode [class~="border-white/20"]{border-color:#0000001a!important}html.light-mode [class~="border-white/40"]{border-color:#00000024!important}html.light-mode [class*=divide-white]>*+*{border-color:#00000012!important}html.light-mode nav{color:#0f172a}html.light-mode [class*="bg-brand-deep/60"]{background-color:#ffffffe0!important}html.light-mode [class*="bg-brand-deep/80"]{background-color:#ffffffeb!important}html.light-mode [class*="bg-brand-deep/95"]{background-color:#fffffff7!important}html.light-mode canvas{opacity:.08!important}html.light-mode ::placeholder{color:#94a3b8!important}html.light-mode input,html.light-mode textarea,html.light-mode select{background-color:#0000000a!important;color:#0f172a!important;border-color:#0000001a!important}html.light-mode input:focus,html.light-mode textarea:focus{border-color:#2dd4bf!important}html.light-mode [class*="hover:bg-white/10"]:hover{background-color:#0000000f!important}html.light-mode [class*="hover:bg-white/20"]:hover{background-color:#00000014!important}html.light-mode [class*="hover:text-white"]:hover{color:#0f172a!important}html.light-mode .article-content h4{color:#334155}html.light-mode .article-content code{background:#0000000d;color:#1e293b;border-color:#0000000f}html.light-mode .article-content pre{background:#00000008;border-color:#00000012}html.light-mode .article-content td{color:#475569}html.light-mode .article-content th{color:#0f172a}html.light-mode .shadow-2xl{box-shadow:0 25px 50px -12px #0000001a!important}html.light-mode [class*=shadow-black]{box-shadow:0 4px 16px #0000001a!important}html.light-mode #modal-root .text-white{color:#fff!important}html.light-mode #modal-root .text-white\/90{color:#ffffffe6!important}html.light-mode #modal-root .text-white\/85{color:#ffffffd9!important}html.light-mode #modal-root .text-white\/80{color:#fffc!important}html.light-mode #modal-root .text-white\/75{color:#ffffffbf!important}html.light-mode #modal-root .text-white\/70{color:#ffffffb3!important}html.light-mode #modal-root .text-white\/65{color:#ffffffa6!important}html.light-mode #modal-root .text-white\/60{color:#fff9!important}html.light-mode #modal-root .text-white\/55{color:#ffffff8c!important}html.light-mode #modal-root .text-white\/50{color:#ffffff80!important}html.light-mode #modal-root .text-white\/45{color:#ffffff73!important}html.light-mode #modal-root .text-white\/40{color:#fff6!important}html.light-mode #modal-root .text-white\/35{color:#ffffff59!important}html.light-mode #modal-root .text-white\/30{color:#ffffff4d!important}html.light-mode #modal-root .text-white\/25{color:#ffffff40!important}html.light-mode #modal-root .text-white\/20{color:#fff3!important}html.light-mode #modal-root .border-white\/5{border-color:#ffffff0d!important}html.light-mode #modal-root .border-white\/10{border-color:#ffffff1a!important}html.light-mode #modal-root .border-white\/15{border-color:#ffffff26!important}html.light-mode #modal-root .border-white\/20{border-color:#fff3!important}html.light-mode #modal-root .border-white\/40{border-color:#fff6!important}html.light-mode #modal-root .bg-white\/5{background-color:#ffffff0d!important}html.light-mode #modal-root .bg-white\/10{background-color:#ffffff1a!important}html.light-mode #modal-root .bg-white\/15{background-color:#ffffff26!important}html.light-mode #modal-root .bg-white\/20{background-color:#fff3!important}html.light-mode #modal-root [class~="bg-[#080a10]"]{background-color:#080a10!important}html.light-mode #modal-root [class~="bg-[#07090f]"]{background-color:#07090f!important}html.light-mode #modal-root [class~="bg-[#0a0b0d]"]{background-color:#0a0b0d!important}html.light-mode #modal-root [class~="bg-[#111214]"]{background-color:#111214!important}html.light-mode #modal-root [class~="bg-[#030305]"]{background-color:#030305!important}html.light-mode #modal-root .min-h-screen{background-color:transparent!important}html.light-mode .fixed.z-\[9999\] .text-white,html.light-mode .fixed.z-\[10000\] .text-white,html.light-mode .fixed.z-\[10001\] .text-white{color:#fff!important}html.light-mode .fixed.z-\[9999\] .text-white\/50,html.light-mode .fixed.z-\[10000\] .text-white\/50,html.light-mode .fixed.z-\[10001\] .text-white\/50{color:#ffffff80!important}html.light-mode .fixed.z-\[9999\] .text-white\/70,html.light-mode .fixed.z-\[10000\] .text-white\/70,html.light-mode .fixed.z-\[10001\] .text-white\/70{color:#ffffffb3!important}html.light-mode .fixed.z-\[9999\] .border-white\/10,html.light-mode .fixed.z-\[10000\] .border-white\/10,html.light-mode .fixed.z-\[10001\] .border-white\/10{border-color:#ffffff1a!important}html.light-mode .fixed.z-\[9999\] .border-white\/20,html.light-mode .fixed.z-\[10000\] .border-white\/20,html.light-mode .fixed.z-\[10001\] .border-white\/20{border-color:#fff3!important}html.light-mode .fixed.z-\[9999\] .bg-white\/5,html.light-mode .fixed.z-\[10000\] .bg-white\/5,html.light-mode .fixed.z-\[10001\] .bg-white\/5{background-color:#ffffff0d!important}html.light-mode .fixed.z-\[9999\] .bg-white\/10,html.light-mode .fixed.z-\[10000\] .bg-white\/10,html.light-mode .fixed.z-\[10001\] .bg-white\/10{background-color:#ffffff1a!important}html.light-mode .article-content{color:#334155}html.light-mode .article-content h2{color:#0d9488;border-bottom-color:#0000000f}html.light-mode .article-content h3{color:#0f172a}html.light-mode .article-content h4{color:#1e293b}html.light-mode .article-content strong{color:#0f172a}html.light-mode .article-content em{color:#334155}html.light-mode .article-content blockquote{background:#2dd4bf14}html.light-mode .article-content blockquote p{color:#1e293b}html.light-mode .article-content hr{background:linear-gradient(to right,transparent,rgba(0,0,0,.08) 20%,rgba(0,0,0,.08) 80%,transparent)}html.light-mode .article-content code{background:#0000000d;color:#1e293b;border-color:#00000014}html.light-mode .article-content pre{background:#00000008;border-color:#00000014}html.light-mode .article-content pre code{color:#334155}html.accessibility-large-text{font-size:118%}html.accessibility-large-text body,html.accessibility-large-text p,html.accessibility-large-text li,html.accessibility-large-text span,html.accessibility-large-text label,html.accessibility-large-text button,html.accessibility-large-text input,html.accessibility-large-text select,html.accessibility-large-text textarea{font-size:1.15em;line-height:1.75;letter-spacing:.01em}html.accessibility-large-text h1{font-size:2.4rem}html.accessibility-large-text h2{font-size:2rem}html.accessibility-large-text h3{font-size:1.6rem}html.accessibility-large-text h4{font-size:1.35rem}html.accessibility-large-text .glass-panel{padding:2.5rem}html.accessibility-large-text .option-button,html.accessibility-large-text [class*=rounded-full]{min-height:52px}#stripe-badge-wrapper{display:none!important}
