:root{--bg:#f6f8fb;--surface:#fff;--surface-2:#f8fafc;--text:#0f172a;--body-text:#1f2937;--muted:#475569;--border:#e2e8f0;--accent:#2563eb;--accent-strong:#1d4ed8;--accent-soft:#dbeafe;--accent-tint:#eff6ff;--accent-line:#93c5fd;--code-bg:#f6f8fa;--code-fg:#24292f;color-scheme:light}[data-theme=dark]{--bg:#0b1220;--surface:#111a2e;--surface-2:#16213a;--text:#e8eefb;--body-text:#dbe4f4;--muted:#a9b8d0;--border:#2b3a55;--accent:#7fb3ff;--accent-strong:#a8ccff;--accent-soft:#1e3a5f;--accent-tint:#17253f;--accent-line:#3b82f6;--code-bg:#0d1626;--code-fg:#dbe4f4;color-scheme:dark}*{box-sizing:border-box}#__nuxt,body,html{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{margin-inline:auto;width:min(1080px,calc(100% - 2rem))}.site-shell{display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1;padding-block:2rem}.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:color-mix(in srgb,var(--surface) 82%,transparent);border-bottom:1px solid color-mix(in srgb,var(--border) 78%,#bfdbfe 22%);box-shadow:0 10px 26px #0f172a0f;position:sticky;top:0;z-index:10}.site-header-inner{align-items:center;display:flex;gap:1rem;justify-content:space-between;min-height:4.5rem;padding-block:.55rem}.site-brand{align-items:center;animation:site-brand-sheen 7s ease-in-out infinite;background:linear-gradient(120deg,transparent 24%,hsla(0,0%,100%,.72) 45%,transparent 62%),linear-gradient(135deg,#fffffffa,#eff6ffeb);background-position:160% 0,0 0;background-size:220% 100%,100% 100%;border:1px solid rgba(191,219,254,.95);border-radius:999px;box-shadow:0 10px 24px #2563eb14;color:#0f172a;display:inline-flex;font-weight:700;gap:.65rem;letter-spacing:-.01em;overflow:hidden;padding:.55rem .85rem;position:relative;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.site-brand:before{background:linear-gradient(135deg,#60a5fa,#2563eb);border-radius:999px;box-shadow:0 0 0 5px #60a5fa29;content:"";flex-shrink:0;height:.7rem;width:.7rem}.site-brand:hover{border-color:#93c5fd;box-shadow:0 14px 28px #2563eb1f;transform:translateY(-1px)}.site-brand:focus-visible{outline:2px solid #60a5fa;outline-offset:3px}@keyframes site-brand-sheen{0%,15%{background-position:160% 0,0 0}55%,to{background-position:-70% 0,0 0}}.site-nav{background:#ffffffb3;border:1px solid rgba(226,232,240,.95);border-radius:999px;box-shadow:inset 0 1px #ffffffe6;display:flex;flex-wrap:wrap;gap:.55rem;padding:.3rem}.site-nav-link{align-items:center;border-radius:999px;color:#475569;display:inline-flex;font-size:.95rem;font-weight:600;justify-content:center;min-height:2.35rem;padding:.55rem .95rem;transition:color .14s ease,background-color .14s ease,box-shadow .14s ease,transform .14s ease}.site-nav-link:hover{background:#dbeafee6;color:#1d4ed8;text-decoration:none}.site-nav-link:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}.site-nav-link.router-link-active,.site-nav-link.router-link-exact-active{background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 6px 16px #2563eb24;color:#0f172a}.site-footer{background:var(--surface);border-top:1px solid var(--border)}.site-footer-nav{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;padding:1.2rem 0 0}.site-footer-nav-link{color:var(--muted);font-size:.92rem;font-weight:600}.site-footer-nav-link:hover{color:var(--accent)}.site-footer-inner{align-items:center;color:var(--muted);display:flex;font-size:.95rem;gap:1rem;justify-content:space-between;padding:1.2rem 0}.site-footer-icon-link{align-items:center;color:var(--muted);display:inline-flex;justify-content:center;transition:color .15s ease}.site-footer-icon-link:focus-visible,.site-footer-icon-link:hover{color:var(--accent,#2563eb)}.site-footer-icon-link:focus-visible{border-radius:4px;outline:2px solid currentColor;outline-offset:2px}.article-shell{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 30px #0f172a0d;padding:clamp(1.25rem,3vw,2.5rem)}.breadcrumb-nav{margin-bottom:1.1rem}.breadcrumb-list{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:.92rem;gap:.45rem;list-style:none;margin:0;padding:0}.breadcrumb-item{align-items:center;display:inline-flex;gap:.45rem}.breadcrumb-item:not(:last-child):after{color:#94a3b8;content:"/"}.breadcrumb-link{color:#2563eb;text-decoration:none;transition:color .14s ease}.breadcrumb-link:hover{color:#1d4ed8;text-decoration:underline}.breadcrumb-current{color:#0f172a;font-weight:600}.content-prose{font-size:clamp(1rem,.98rem + .2vw,1.08rem);margin-top:0}.content-prose h1,.content-prose h2,.content-prose h3{letter-spacing:-.01em;line-height:1.2}.breadcrumb-current,.breadcrumb-link,.breadcrumb-list,.content-prose :is(h1,h2,h3,h4,h5,h6){overflow-wrap:anywhere;word-break:break-word}.breadcrumb-item{min-width:0}.content-prose h1{font-size:clamp(1.9rem,1.2rem + 2.2vw,3rem);margin:0 0 1rem}.content-prose h2{border-bottom:1px solid #dbe7ff;font-size:clamp(1.35rem,1.15rem + .8vw,1.85rem);margin-bottom:.7rem;margin-top:1.75rem;padding-bottom:.35rem}.content-prose h3{font-size:clamp(1.14rem,1.05rem + .4vw,1.35rem);margin-bottom:.5rem;margin-top:1.45rem}.article-shell .content-prose h1{background:linear-gradient(90deg,#0f172a,#1d4ed8 78%);-webkit-background-clip:text;background-clip:text;color:transparent;padding-bottom:.55rem;position:relative}.article-shell .content-prose h1:after{background:linear-gradient(90deg,#60a5fa,#2563eb);border-radius:999px;bottom:0;content:"";height:4px;left:0;position:absolute;width:min(230px,48%)}.article-shell .content-prose h2{border-bottom-color:#c9dbff;padding-left:.75rem;position:relative;transition:color .16s ease,border-bottom-color .16s ease}.article-shell .content-prose h2:before{background:linear-gradient(180deg,#60a5fa,#2563eb);border-radius:999px;bottom:.24em;content:"";left:0;position:absolute;top:.18em;width:4px}.article-shell .content-prose h2:hover{border-bottom-color:#93c5fd;color:#1e3a8a}.article-shell .content-prose h3{padding-left:.75rem;position:relative;transition:color .16s ease}.article-shell .content-prose h3:before{background:#60a5fa;border-radius:999px;box-shadow:0 0 0 4px #60a5fa29;content:"";height:.4rem;left:0;position:absolute;top:.62em;width:.4rem}.article-shell .content-prose h3:hover{color:#1e40af}.content-prose li,.content-prose p{color:#1f2937}.content-prose p{margin:.8rem 0}.content-prose p:has(>strong:first-child){background:#f8fbff;border:1px solid #dbeafe;border-radius:10px;margin:1rem 0;padding:.85rem 1rem}.content-prose p:has(>strong:first-child)>strong:first-child{color:#0f172a;display:block;margin-bottom:.35rem}.content-prose details.faq-item{background:#f8fbff;border:1px solid var(--accent-soft,#dbeafe);border-radius:10px;margin:.75rem 0;overflow:hidden}.content-prose details.faq-item>summary{align-items:flex-start;color:#0f172a;cursor:pointer;display:flex;font-weight:600;gap:.6rem;list-style:none;padding:.85rem 1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.content-prose details.faq-item>summary::-webkit-details-marker{display:none}.content-prose details.faq-item>summary:after{color:var(--accent,#2563eb);content:"+";font-size:1.15rem;line-height:1;margin-left:auto;transition:transform .15s ease}.content-prose details.faq-item[open]>summary:after{content:"−"}.content-prose details.faq-item>summary:hover{background:#eef5ff}.content-prose details.faq-item .faq-question{flex:1 1 auto}.content-prose details.faq-item>:not(summary){margin:0 1rem .85rem}.content-prose details.faq-item>summary+*{margin-top:.25rem}.content-prose ol,.content-prose ul{padding-left:1.2rem}.content-prose li{margin:.28rem 0}.content-prose li::marker{color:#3b82f6}.content-prose a{color:#1d4ed8;text-decoration:underline;text-decoration-color:#93c5fd;text-underline-offset:.16em;transition:color .12s ease,text-decoration-color .12s ease}.content-prose a:hover{color:#1e40af;text-decoration-color:currentcolor}.content-prose :not(pre)>code{background:none;border:0;border-radius:0;color:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.92em;overflow-wrap:anywhere;padding:0;word-break:break-word}.content-prose div.relative.my-5.group{background:#f8fafc;border:1px solid #dbeafe;border-radius:12px;overflow:hidden;position:relative}.content-prose div.relative.my-5.group>pre{border:0;border-radius:0;margin:0;padding:2.25rem 1rem 1rem}.content-prose div.relative.my-5.group>pre>code{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important}.content-prose div.relative.my-5.group .shiki,.content-prose div.relative.my-5.group .shiki code{font-size:.9rem;line-height:1.6}.content-prose div.relative.my-5.group>pre.shiki{background:#f6f8fa!important;color:#24292f!important}.content-prose div.relative.my-5.group>button{left:auto!important;position:absolute!important;right:.55rem!important;top:.55rem!important;z-index:3}.content-prose :is(h2,h3,h4,h5,h6)>a[href^="#"]{color:inherit;cursor:default;pointer-events:none;text-decoration:none}.content-prose :is(h2,h3,h4,h5,h6)>a[href^="#"]:hover{text-decoration:none}.content-prose :is(h2,h3,h4,h5,h6)>a[href^="#"]:before{content:none!important}.content-prose .overflow-x-auto,.content-prose .table-wrapper,.content-prose div:has(>table),.content-prose pre{max-width:100%;overflow-x:auto}.content-prose table{background:#fff;border:1px solid #dbeafe;border-collapse:collapse;border-radius:10px;margin:1rem 0;overflow:hidden;width:100%}.content-prose td,.content-prose th{border-bottom:1px solid #e2e8f0;padding:.62rem .72rem;text-align:left}.content-prose th{background:#eff6ff}.content-prose blockquote{background:#f8fbff;border-left:3px solid var(--accent);border-radius:0 10px 10px 0;color:var(--muted);margin:1.1rem 0;padding:.25rem .95rem}.content-prose hr{background:linear-gradient(90deg,transparent,#cbd5e1,transparent);border:0;height:1px;margin:1.65rem 0}.content-prose img{border:1px solid #dbeafe;border-radius:12px;max-width:100%}.content-prose svg[role=img]{background:var(--surface);border-radius:10px;height:auto;max-width:100%!important;width:100%!important}.home-frontpage{display:grid;gap:1.75rem}.home-hero{background:linear-gradient(145deg,#eff6ff,#f8fafc 55%,#eef2ff);border:1px solid var(--border);border-radius:18px;padding:clamp(1.2rem,4vw,2.4rem)}.home-kicker{color:#1e40af;font-size:.78rem;font-weight:700;letter-spacing:.03em;margin:0;text-transform:uppercase}.home-hero h1{background:linear-gradient(90deg,#0f172a,#1d4ed8 78%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:clamp(1.9rem,4.2vw,3rem);line-height:1.15;margin:.5rem 0 0;padding-bottom:.55rem;position:relative}.home-hero h1:after{background:linear-gradient(90deg,#60a5fa,#2563eb);border-radius:999px;bottom:0;content:"";height:4px;left:0;position:absolute;width:min(250px,52%)}.home-hero-text{color:var(--muted);margin:1rem 0 0;max-width:68ch}.home-hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.home-hero-btn{background:#fff;border:1px solid #bfdbfe;border-radius:999px;color:#1d4ed8;font-weight:600;padding:.5rem .9rem}.home-hero-meta{color:#334155;font-size:.92rem;margin-top:.9rem}.home-splash{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:clamp(1rem,3vw,1.5rem)}.home-splash-head{align-items:baseline;display:flex;gap:.8rem;justify-content:space-between;margin-bottom:.9rem}.home-splash-head h2{margin:0;padding-left:.75rem;position:relative;transition:color .16s ease}.home-splash-head h2:before{background:linear-gradient(180deg,#60a5fa,#2563eb);border-radius:999px;bottom:.22em;content:"";left:0;position:absolute;top:.2em;width:4px}.home-splash-head h2:hover{color:#1e3a8a}.home-splash-link{font-size:.9rem}.home-card-grid{align-items:stretch;display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.home-card{background:#f8fafc;border:1px solid var(--border);border-radius:14px;display:flex;flex-direction:column;height:100%;min-height:172px;padding:1rem;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.home-card:hover{border-color:#bfdbfe;box-shadow:0 8px 18px #1e40af14;transform:translateY(-1px)}.home-card h3{color:var(--text);font-size:1rem;-webkit-line-clamp:2;line-height:1.3;margin:0;min-height:2.6em}.home-card h3,.home-card p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.home-card p{color:var(--muted);font-size:.92rem;-webkit-line-clamp:3;line-height:1.45;margin:.45rem 0 0}.link-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:2rem}.link-card{background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.link-card:hover{border-color:#bfdbfe;box-shadow:0 8px 18px #1e40af14;transform:translateY(-1px)}.article-pager{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.pager-link{background:#f8fafc;border:1px solid var(--border);border-radius:10px;min-width:40%;padding:.75rem 1rem}@media(max-width:640px){.article-pager,.site-footer-inner{align-items:flex-start;flex-direction:column}.site-header-inner{align-items:stretch}.site-brand,.site-nav{justify-content:center}.site-nav{border-radius:18px}.site-nav-link{flex:1 1 auto}.breadcrumb-list{font-size:.88rem;gap:.35rem}.home-splash-head{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.site-brand{animation:none;background-position:0 0,0 0}}.site-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem}.theme-toggle{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:999px;color:var(--muted);cursor:pointer;display:inline-flex;height:2.6rem;justify-content:center;padding:0;transition:color .14s ease,border-color .14s ease,background-color .14s ease,transform .14s ease;width:2.6rem}.theme-toggle:hover{border-color:var(--accent-line);color:var(--accent-strong);transform:translateY(-1px)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle-icon{display:none}.theme-toggle-sun{display:block}[data-theme=dark] .theme-toggle-sun{display:none}[data-theme=dark] .theme-toggle-moon{display:block}@media(max-width:640px){.site-header-actions{justify-content:center}.site-header-actions .site-nav{flex:1 1 auto}}[data-theme=dark] .site-header{border-bottom-color:var(--border);box-shadow:0 10px 26px #00000073}[data-theme=dark] .site-brand{animation:none;background:linear-gradient(135deg,#16223a,#1b2b49);border-color:#2f4a78;box-shadow:0 10px 24px #0006;color:var(--text)}[data-theme=dark] .site-brand:hover{border-color:#3b6098}[data-theme=dark] .site-nav{background:#111a2eb8;border-color:var(--border);box-shadow:inset 0 1px #ffffff0a}[data-theme=dark] .site-nav-link{color:#c3d0e6}[data-theme=dark] .site-nav-link:hover{background:#2563eb4d;color:#dbe8ff}[data-theme=dark] .site-nav-link.router-link-active,[data-theme=dark] .site-nav-link.router-link-exact-active{background:linear-gradient(135deg,#1b2b49,#22406e);box-shadow:0 6px 16px #00000059;color:#eaf2ff}[data-theme=dark] .article-shell{background:linear-gradient(180deg,#111a2e,#0f1a30);box-shadow:0 10px 30px #0006}[data-theme=dark] .breadcrumb-list{color:var(--muted)}[data-theme=dark] .breadcrumb-item:not(:last-child):after{color:#8296b5}[data-theme=dark] .breadcrumb-link{color:#8ab4ff}[data-theme=dark] .breadcrumb-link:hover{color:#b7d2ff}[data-theme=dark] .breadcrumb-current{color:var(--text)}[data-theme=dark] .article-shell .content-prose h2,[data-theme=dark] .content-prose h2{border-bottom-color:#2c4468}[data-theme=dark] .article-shell .content-prose h1,[data-theme=dark] .home-hero h1{background:linear-gradient(90deg,#e8eefb,#8ab4ff 78%);-webkit-background-clip:text;background-clip:text;color:transparent}[data-theme=dark] .article-shell .content-prose h2:hover{border-bottom-color:#3b6098;color:#bfd8ff}[data-theme=dark] .article-shell .content-prose h3:hover,[data-theme=dark] .home-splash-head h2:hover{color:#bfd8ff}[data-theme=dark] .content-prose li,[data-theme=dark] .content-prose p{color:var(--body-text)}[data-theme=dark] .content-prose details.faq-item,[data-theme=dark] .content-prose p:has(>strong:first-child){background:#152238;border-color:#2c4468}[data-theme=dark] .content-prose details.faq-item>summary,[data-theme=dark] .content-prose p:has(>strong:first-child)>strong:first-child{color:var(--text)}[data-theme=dark] .content-prose details.faq-item>summary:hover{background:#1b2a44}[data-theme=dark] .content-prose details.faq-item>summary:after{color:#8ab4ff}[data-theme=dark] .content-prose a{color:#8ab4ff;text-decoration-color:#46709f}[data-theme=dark] .content-prose a:hover{color:#b7d2ff}[data-theme=dark] .content-prose li::marker{color:#7fb3ff}[data-theme=dark] .content-prose blockquote{background:#152238;border-left-color:#3b82f6;color:var(--muted)}[data-theme=dark] .content-prose hr{background:linear-gradient(90deg,transparent,#33455f,transparent)}[data-theme=dark] .content-prose img{border-color:#27395a}[data-theme=dark] .content-prose table{background:#131e35;border-color:#27395a}[data-theme=dark] .content-prose th{background:#1a2a45}[data-theme=dark] .content-prose td,[data-theme=dark] .content-prose th{border-bottom-color:#27395a;color:var(--body-text)}[data-theme=dark] .content-prose div.relative.my-5.group{background:#0d1626;border-color:#27395a}[data-theme=dark] .content-prose div.relative.my-5.group>pre.shiki,[data-theme=dark] .content-prose pre.shiki{background:#0d1626!important;color:var(--shiki-dark,#dbe4f4)!important}[data-theme=dark] .content-prose .shiki span{background:var(--shiki-dark-bg,transparent)!important;color:var(--shiki-dark,inherit)!important;font-style:var(--shiki-dark-font-style,inherit)!important;font-weight:var(--shiki-dark-font-weight,inherit)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration,inherit)!important;text-decoration:var(--shiki-dark-text-decoration,inherit)!important}[data-theme=dark] .home-hero{background:linear-gradient(145deg,#13203a,#101a2e 55%,#161f3f)}[data-theme=dark] .home-kicker{color:#9dc0ff}[data-theme=dark] .home-card p,[data-theme=dark] .home-hero-meta,[data-theme=dark] .home-hero-text{color:var(--muted)}[data-theme=dark] .home-hero-btn{background:#16213a;border-color:#2f4a78;color:#a8ccff}[data-theme=dark] .home-card,[data-theme=dark] .link-card,[data-theme=dark] .pager-link{background:#16213a}[data-theme=dark] .home-card:hover,[data-theme=dark] .link-card:hover{border-color:#3b6098;box-shadow:0 8px 18px #0006}[data-theme=dark] .theme-toggle{background:#16213a;border-color:var(--border);color:#c3d0e6}[data-theme=dark] .theme-toggle:hover{border-color:#3b6098;color:#dbe8ff}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#0f172a"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#1e293b"]{fill:#e8eefb}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#334155"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#475569"]{fill:#c8d4e8}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#64748b"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#94a3b8"]{fill:#a9b8d0}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#1d4ed8"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#2563eb"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#3b82f6"]{fill:#93c5fd}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#1e3a8a"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#1e40af"]{fill:#bfdbfe}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#15803d"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#16a34a"]{fill:#86efac}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#006100"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#14532d"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#166534"]{fill:#bbf7d0}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#b91c1c"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#dc2626"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#ef4444"]{fill:#fca5a5}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#991b1b"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#9c0006"]{fill:#fecaca}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#b45309"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#ca8a04"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#d97706"]{fill:#fcd34d}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#92400e"]{fill:#fde68a}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#0891b2"]{fill:#67e8f9}[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#4f46e5"],[data-theme=dark] .content-prose svg :is(text,tspan)[fill="#7c3aed"]{fill:#c4b5fd}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#ffffff"]{fill:#101a2f}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#f6f8fb"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#f8fafc"]{fill:#131e35}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#e6edf5"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#eef2f7"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#f1f5f9"]{fill:#1b2740}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#eef4fb"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#eff6ff"]{fill:#17253f}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#cfe0fb"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#dbeafe"]{fill:#1e3a5f}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#93c5fd"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#bfdbfe"]{fill:#24548f}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#e2e8f0"]{fill:#334155}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#cbd5e1"]{fill:#475569}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#bbf7d0"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#c6efce"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#dcfce7"]{fill:#14532d}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#f0fdf4"]{fill:#102a1d}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#fef2f2"]{fill:#351416}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#fecaca"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#fee2e2"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#ffc7ce"]{fill:#4c1717}[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#fef3c7"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#fef9c3"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#ffeb9c"],[data-theme=dark] .content-prose svg :is(rect,circle,ellipse,polygon,path)[fill="#fff7ed"]{fill:#3d2a0c}[data-theme=dark] .content-prose svg :is(path,polygon,circle)[fill="#0f172a"],[data-theme=dark] .content-prose svg :is(path,polygon,circle)[fill="#334155"],[data-theme=dark] .content-prose svg :is(path,polygon,circle)[fill="#475569"]{fill:#c8d4e8}[data-theme=dark] .content-prose svg :is(path,polygon,circle)[fill="#64748b"],[data-theme=dark] .content-prose svg :is(path,polygon,circle)[fill="#94a3b8"]{fill:#a9b8d0}[data-theme=dark] .content-prose svg [stroke="#e2e8f0"],[data-theme=dark] .content-prose svg [stroke="#e6edf5"],[data-theme=dark] .content-prose svg [stroke="#f1f5f9"],[data-theme=dark] .content-prose svg [stroke="#f8fafc"]{stroke:#46587a}[data-theme=dark] .content-prose svg [stroke="#cbd5e1"]{stroke:#64748b}[data-theme=dark] .content-prose svg [stroke="#0f172a"],[data-theme=dark] .content-prose svg [stroke="#334155"],[data-theme=dark] .content-prose svg [stroke="#475569"]{stroke:#c8d4e8}[data-theme=dark] .content-prose svg [stroke="#64748b"]{stroke:#a9b8d0}[data-theme=dark] .content-prose svg [stroke="#1d4ed8"],[data-theme=dark] .content-prose svg [stroke="#1e3a8a"],[data-theme=dark] .content-prose svg [stroke="#1e40af"]{stroke:#60a5fa}.error-page[data-v-ed542235]{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.error-container[data-v-ed542235]{max-width:520px}.error-container h1[data-v-ed542235]{font-size:1.75rem;margin-bottom:1rem}.error-container p[data-v-ed542235]{color:var(--muted);margin-bottom:1.5rem}.error-container button[data-v-ed542235]{background:#1d4ed8;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.6rem 1.5rem}
