@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&family=Space+Grotesk:wght@400&display=swap";
.dc-root{--bg:#0b1121;--bg2:#0f1a2e;--cy:#64ffda;--cy-ink:#06121f;--vi:#8b5cf6;--vi2:#c084fc;--in:#6366f1;--gn:#34d399;--sky:#22d3ee;--ink:#ffffffeb;--ink2:#ffffff8c;--ink3:#ffffff5c;--card:#ffffff08;--card2:#ffffff05;--line:#ffffff12;--line2:#ffffff0d;--mono:"JetBrains Mono", monospace;--sans:"Space Grotesk", system-ui, sans-serif;isolation:isolate;font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased;background:radial-gradient(120% 90% at 50% -10%, #0f1a2eeb 0%, #0b1121f0 55%, #090d1af7 100%), var(--bg);min-height:100vh;line-height:1.6;position:relative;overflow-x:clip}.dc-root,.dc-root *,.dc-root :before,.dc-root :after{box-sizing:border-box}.dc-root h1,.dc-root h2,.dc-root h3,.dc-root h4,.dc-root p,.dc-root ul{margin:0;padding:0}.dc-root a{color:inherit;text-decoration:none}.dc-root button{font:inherit}.dc-root .dc-glow{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.dc-root .dc-glow.v{background:#8b5cf629;width:620px;height:620px;top:-240px;left:-160px}.dc-root .dc-glow.c{background:#64ffda14;width:680px;height:680px;bottom:-300px;right:-200px}.dc-root .dc-dots{z-index:0;pointer-events:none;background-image:radial-gradient(#ffffff09 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(120% 80% at 50% 30%,#000 0%,#0000 75%);mask-image:radial-gradient(120% 80% at 50% 30%,#000 0%,#0000 75%)}.dc-root .dc-wrap{z-index:2;position:relative}.dc-root .dc-tag{font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--cy);background:#64ffda0d;border:1px solid #64ffda38;border-radius:6px;padding:7px 14px;font-size:11px;display:inline-block}.dc-root .dc-reveal{opacity:1;transform:none}.dc-root .dc-reveal.pre{opacity:0;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(22px)}.dc-root .dc-reveal.pre.in{opacity:1;transform:translateY(0)}.dc-root .dc-chip{font-family:var(--mono);letter-spacing:.02em;color:var(--ink);border:1px solid var(--line);white-space:nowrap;background:#ffffff0a;border-radius:7px;align-items:center;padding:4px 10px;font-size:12px;display:inline-flex}.dc-root .dc-chip.cy{color:var(--cy);background:#64ffda0f;border-color:#64ffda47}.dc-root .dc-chip.vi{color:var(--vi2);background:#c084fc0f;border-color:#c084fc47}.dc-root .dc-chips{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.dc-root .dc-hero{text-align:center;padding:72px 40px 30px;position:relative}.dc-root .dc-hero-inner{flex-direction:column;align-items:center;max-width:780px;margin:0 auto;display:flex}.dc-root .dc-orb{width:440px;height:380px;margin:18px auto -44px;position:relative;-webkit-mask-image:radial-gradient(circle closest-side,#000 60%,#0000008c 80%,#0000 100%);mask-image:radial-gradient(circle closest-side,#000 60%,#0000008c 80%,#0000 100%)}.dc-root .dc-orb canvas{display:block;width:100%!important;height:100%!important}.dc-root .dc-hero h1{letter-spacing:-.025em;margin:18px 0;font-size:clamp(46px,7.8vw,80px);font-weight:700;line-height:1.02}.dc-root .dc-hero h1 .grad{background:linear-gradient(100deg, var(--cy) 0%, var(--vi2) 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.dc-root .dc-hero p.dc-sub{color:var(--ink2);max-width:580px;margin:0 auto 30px;font-size:16px;line-height:1.7}.dc-root .dc-search{width:100%;max-width:560px;margin:0 auto;position:relative}.dc-root .dc-search svg{width:18px;height:18px;color:var(--ink3);pointer-events:none;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.dc-root .dc-search input{width:100%;font-family:var(--sans);color:var(--ink);border:1px solid var(--line);background:#ffffff0a;border-radius:13px;padding:16px 110px 16px 50px;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.dc-root .dc-search input::placeholder{color:var(--ink3)}.dc-root .dc-search input:focus{background:#ffffff0d;border-color:#64ffda80;outline:none;box-shadow:0 0 0 3px #64ffda14}.dc-root .dc-search-kbd{font-family:var(--mono);letter-spacing:.12em;color:var(--ink3);border:1px solid var(--line);background:#ffffff08;border-radius:6px;padding:5px 9px;font-size:10px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.dc-root .dc-layout{grid-template-columns:256px 1fr;align-items:start;gap:56px;max-width:1180px;margin:30px auto 0;padding:0 40px;display:grid}.dc-root .dc-sidebar{position:sticky;top:96px}.dc-root .dc-side-key{font-family:var(--mono);letter-spacing:.22em;color:var(--ink3);text-transform:uppercase;margin-bottom:16px;padding-left:14px;font-size:10px}.dc-root .dc-side-list{border-left:1px solid var(--line);flex-direction:column;gap:2px;display:flex}.dc-root .dc-side-item{color:var(--ink2);cursor:pointer;border-left:2px solid #0000;border-radius:0 8px 8px 0;align-items:center;gap:11px;margin-left:-1px;padding:10px 14px;font-size:14px;transition:color .2s,border-color .2s,background .2s;display:flex}.dc-root .dc-side-item .dc-side-ico{text-align:center;filter:grayscale(.2);opacity:.9;width:18px;font-size:14px}.dc-root .dc-side-item:hover{color:var(--ink);background:#ffffff06}.dc-root .dc-side-item.active{color:var(--cy);border-left-color:var(--cy);background:#64ffda0d}.dc-root .dc-side-item.hide{display:none}.dc-root .dc-content{min-width:0}.dc-root .dc-section{margin-bottom:64px;scroll-margin-top:100px}.dc-root .dc-section.hide{display:none}.dc-root .dc-sec-key{font-family:var(--mono);letter-spacing:.22em;color:var(--cy);text-transform:uppercase;margin-bottom:12px;font-size:10px}.dc-root .dc-section h2{letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(26px,3.4vw,34px);font-weight:700}.dc-root .dc-section>p.dc-lead{color:var(--ink2);max-width:660px;margin-bottom:26px;font-size:15.5px;line-height:1.7}.dc-root .dc-section h3{letter-spacing:-.01em;margin:28px 0 12px;font-size:17px;font-weight:600}.dc-root .dc-prose p{color:var(--ink2);max-width:680px;margin-bottom:14px;font-size:15px;line-height:1.75}.dc-root .dc-prose p strong{color:var(--ink);font-weight:600}.dc-root .dc-steps{counter-reset:dcstep;flex-direction:column;gap:14px;margin:8px 0 4px;display:flex}.dc-root .dc-step{border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);background:linear-gradient(155deg,#ffffff0b 0%,#ffffff04 100%);border-radius:14px;grid-template-columns:38px 1fr;align-items:start;gap:16px;padding:18px 20px;display:grid}.dc-root .dc-step:before{counter-increment:dcstep;content:counter(dcstep, decimal-leading-zero);font-family:var(--mono);color:var(--cy);background:#64ffda12;border:1px solid #64ffda40;border-radius:10px;place-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:grid}.dc-root .dc-step-body{padding-top:7px}.dc-root .dc-step-body b{color:var(--ink);margin-bottom:3px;font-size:15px;font-weight:600;display:block}.dc-root .dc-step-body span{color:var(--ink2);font-size:14px;line-height:1.6}.dc-root .dc-list{flex-direction:column;gap:11px;max-width:680px;margin:6px 0;list-style:none;display:flex}.dc-root .dc-list li{color:var(--ink2);padding-left:22px;font-size:15px;line-height:1.65;position:relative}.dc-root .dc-list li:before{content:"";background:var(--cy);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:2px;box-shadow:0 0 8px #64ffda99}.dc-root .dc-list li strong{color:var(--ink);font-weight:600}.dc-root .dc-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin:6px 0;display:grid}.dc-root .dc-fcard{border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);transform-style:preserve-3d;background:linear-gradient(155deg,#ffffff0d 0%,#ffffff04 100%);border-radius:16px;padding:20px 20px 22px;transition:border-color .25s,transform .18s ease-out,box-shadow .25s}.dc-root .dc-fcard:hover{border-color:#64ffda47;box-shadow:0 16px 44px -22px #000000b3}.dc-root .dc-fcard-ico{width:40px;height:40px;color:var(--cy);background:#64ffda0f;border:1px solid #64ffda47;border-radius:11px;place-items:center;margin-bottom:14px;display:grid}.dc-root .dc-fcard-ico svg{width:20px;height:20px}.dc-root .dc-fcard[data-accent=violet] .dc-fcard-ico{color:var(--vi2);background:#c084fc0f;border-color:#c084fc47}.dc-root .dc-fcard[data-accent=sky] .dc-fcard-ico{color:var(--sky);background:#22d3ee0f;border-color:#22d3ee47}.dc-root .dc-fcard[data-accent=indigo] .dc-fcard-ico{color:var(--in);background:#6366f114;border-color:#6366f157}.dc-root .dc-fcard h4{margin:0 0 5px;font-size:15.5px;font-weight:600}.dc-root .dc-fcard p{color:var(--ink2);margin-bottom:12px;font-size:13.5px;line-height:1.55}.dc-root .dc-fcard .dc-where{font-family:var(--mono);letter-spacing:.04em;color:var(--ink3);align-items:center;gap:7px;font-size:10.5px;display:flex}.dc-root .dc-fcard .dc-where b{color:var(--cy);font-weight:600}.dc-root .dc-callout{-webkit-backdrop-filter:blur(10px);background:#64ffda0b;border:1px solid #64ffda38;border-radius:14px;gap:15px;max-width:700px;margin:22px 0;padding:18px 20px;display:flex}.dc-root .dc-callout .dc-co-ico{width:34px;height:34px;color:var(--cy);background:#64ffda1a;border:1px solid #64ffda47;border-radius:9px;flex-shrink:0;place-items:center;display:grid}.dc-root .dc-callout .dc-co-ico svg{width:17px;height:17px}.dc-root .dc-callout .dc-co-body{padding-top:1px}.dc-root .dc-callout .dc-co-label{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--cy);margin-bottom:5px;font-size:10px}.dc-root .dc-callout .dc-co-text{color:var(--ink);font-size:14px;line-height:1.6}.dc-root .dc-callout .dc-co-text b{font-weight:600}.dc-root .dc-callout.warn{background:#c084fc0d;border-color:#c084fc42}.dc-root .dc-callout.warn .dc-co-ico{color:var(--vi2);background:#c084fc1a;border-color:#c084fc4d}.dc-root .dc-callout.warn .dc-co-label{color:var(--vi2)}.dc-root .dc-callout.lock{background:#34d3990b;border-color:#34d3993d}.dc-root .dc-callout.lock .dc-co-ico{color:var(--gn);background:#34d3991a;border-color:#34d3994d}.dc-root .dc-callout.lock .dc-co-label{color:var(--gn)}.dc-root .dc-link{color:var(--cy);white-space:nowrap;border-bottom:1px solid #64ffda4d;transition:border-color .2s}.dc-root .dc-link:hover{border-bottom-color:var(--cy)}.dc-root .dc-empty{text-align:center;padding:60px 20px;display:none}.dc-root .dc-empty.show{display:block}.dc-root .dc-empty .dc-empty-key{font-family:var(--mono);letter-spacing:.16em;color:var(--vi2);margin-bottom:12px;font-size:11px}.dc-root .dc-empty p{color:var(--ink2);font-size:15px}.dc-root .dc-empty b{color:var(--ink)}.dc-root .dc-help{-webkit-backdrop-filter:blur(26px)saturate(1.5);background:linear-gradient(120deg,#64ffda1a,#8b5cf61a);border:1px solid #ffffff1f;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;margin-top:18px;padding:36px;display:flex;box-shadow:inset 0 1px #ffffff24,0 20px 56px -24px #0009}.dc-root .dc-help-txt h3{letter-spacing:-.01em;margin:0 0 6px;font-size:20px;font-weight:600}.dc-root .dc-help-txt p{color:var(--ink2);font-size:14px}.dc-root .dc-help-btns{flex-wrap:wrap;gap:12px;display:flex}.dc-root .dc-btn{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:11px;align-items:center;gap:9px;padding:13px 22px;font-size:12px;font-weight:700;transition:box-shadow .2s,transform .2s,background .2s,border-color .2s;display:inline-flex}.dc-root .dc-btn svg{width:14px;height:14px}.dc-root .dc-btn.primary{border:1px solid var(--cy);background:var(--cy);color:var(--cy-ink)}.dc-root .dc-btn.primary:hover{box-shadow:0 0 28px -6px var(--cy);transform:translateY(-1px)}.dc-root .dc-btn.ghost{border:1px solid var(--line);color:var(--ink);background:#ffffff0a}.dc-root .dc-btn.ghost:hover{color:var(--cy);border-color:#64ffda66}.dc-root .dc-bottom-pad{height:80px}.dc-root .dc-toc-toggle{display:none}@media (max-width:1024px){.dc-root .dc-layout{grid-template-columns:1fr;gap:0}.dc-root .dc-sidebar{z-index:40;-webkit-backdrop-filter:blur(14px);border:1px solid var(--line);background:#0b1121d1;border-radius:14px;margin-bottom:30px;padding:14px 16px;position:sticky;top:76px}.dc-root .dc-side-key{display:none}.dc-root .dc-toc-toggle{width:100%;font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink2);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;font-size:11px;display:flex}.dc-root .dc-toc-toggle svg{width:16px;height:16px;transition:transform .3s}.dc-root .dc-sidebar.open .dc-toc-toggle svg{transform:rotate(180deg)}.dc-root .dc-side-list{border-left:none;flex-flow:wrap;gap:8px;margin-top:14px;display:none}.dc-root .dc-sidebar.open .dc-side-list{display:flex}.dc-root .dc-side-item{border:1px solid var(--line);border-radius:9px;margin-left:0;padding:8px 12px;font-size:13px}.dc-root .dc-side-item.active{border-color:#64ffda66;border-left-width:1px}}@media (max-width:768px){.dc-root .dc-hero{padding:56px 22px 24px}.dc-root .dc-orb{width:320px;height:290px}.dc-root .dc-layout{padding:0 22px}.dc-root .dc-grid{grid-template-columns:1fr}.dc-root .dc-help{padding:28px 24px}}@media (max-width:480px){.dc-root .dc-search input{padding-right:50px;font-size:14px}.dc-root .dc-search-kbd{display:none}.dc-root .dc-step{grid-template-columns:30px 1fr;gap:12px;padding:15px 16px}.dc-root .dc-step:before{width:30px;height:30px;font-size:11px}.dc-root .dc-help-btns{width:100%}.dc-root .dc-btn{flex:1;justify-content:center}.dc-root .dc-callout{flex-direction:column;gap:10px}}@media (prefers-reduced-motion:reduce){.dc-root .dc-reveal,.dc-root .dc-reveal.pre{opacity:1;transition:none;transform:none}}
