:root{--bg: #0c111d;--bg-soft: #151d2d;--panel: rgba(10, 18, 31, .82);--panel-strong: #111a2b;--text: #e7edf8;--muted: #9cabbe;--line: rgba(158, 183, 219, .2);--brand: #2dd4bf;--brand-2: #5fb3ff;--warn: #fbbf24;--max: 1180px}.docs-theme{--bg: #202123;--bg-soft: #202123;--panel: transparent;--panel-strong: #202123;--text: #d1d5db;--muted: rgba(236, 236, 241, .72);--line: rgba(255, 255, 255, .1);--brand: #10a37f;--brand-2: #4ea3ff;--max: 1120px}*{box-sizing:border-box}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0f18288c}::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#ffffff38}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.14) rgba(15,24,40,.55)}html,body{margin:0;padding:0;min-height:100%}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(1400px 600px at 12% -8%,rgba(45,212,191,.2),transparent 60%),radial-gradient(900px 500px at 92% -12%,rgba(95,179,255,.18),transparent 55%),var(--bg);font-family:IBM Plex Sans,Noto Sans SC,Segoe UI,sans-serif;line-height:1.6}body.docs-theme{background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;transition:color .18s ease,opacity .18s ease}.container{width:min(var(--max),calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:#080e19cc;backdrop-filter:blur(10px)}body.docs-theme .site-header{background:#141517eb;backdrop-filter:blur(8px);border-bottom-color:#ffffff1a}.site-header-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{text-decoration:none;display:inline-flex;align-items:center;gap:.9rem;min-width:0}.brand-logo{width:52px;height:52px;display:block;object-fit:contain;flex:0 0 auto}.brand-wordmark{height:40px;width:auto;max-width:min(320px,42vw);display:block;object-fit:contain}body.docs-theme .brand-wordmark{filter:brightness(1.04)}.main-nav{display:flex;gap:.6rem;flex-wrap:wrap}.main-nav a{text-decoration:none;color:var(--muted);border:1px solid transparent;border-radius:999px;padding:.35rem .75rem}.main-nav a:hover,.main-nav a[aria-current=page]{color:var(--text);border-color:var(--line);background:#22334e59}.lang-switch{display:flex;gap:.45rem}.lang-switch a{font-size:.9rem;color:var(--muted);text-decoration:none;border:1px solid var(--line);border-radius:8px;padding:.25rem .5rem}.lang-switch a[aria-current=true]{color:var(--text);border-color:#5fb3ffa6}main{padding:2.4rem 0 4rem;position:relative;z-index:1}body.docs-theme main{padding:1.6rem 0 2.8rem}.container>section{margin-bottom:3rem}.container>section:last-of-type{margin-bottom:0}.hero{display:grid;gap:1rem;margin-bottom:2.4rem;max-width:58rem}body.docs-theme .hero{max-width:70rem;margin-bottom:1.4rem}body.docs-theme .hero p{color:#ececf18c}.hero h1{font-size:clamp(2rem,2.7vw,3rem);margin:0;line-height:1.18}.hero p{margin:0;color:var(--muted);max-width:68ch}.chip-row{display:flex;flex-wrap:wrap;gap:.6rem}.chip{border-radius:999px;border:1px solid var(--line);background:#151d2dd9;color:var(--muted);font-size:.86rem;padding:.2rem .65rem}.section-divider{border:none;border-top:1px solid var(--line);margin:2rem 0}.products-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.products-grid{grid-template-columns:1fr}}.asset-card{display:block;text-decoration:none;border-radius:12px;overflow:hidden;border:1px solid var(--line);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.asset-card:hover{transform:translateY(-4px);border-color:#5fb3ffa6;box-shadow:0 12px 32px #0006,0 0 0 1px #5fb3ff4d}.asset-card-image-wrapper{position:relative;aspect-ratio:16 / 9;background:var(--panel);overflow:hidden}.asset-card-image{width:100%;height:100%;object-fit:cover}.asset-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1e283ccc,#0f1423e6)}.asset-card-title{position:absolute;bottom:0;left:0;right:0;margin:0;padding:1.5rem .75rem .6rem;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.5) 60%,transparent 100%);text-shadow:0 1px 3px rgba(0,0,0,.8)}.product-carousel{margin:1rem 0 1.25rem}.product-carousel-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.6rem}.product-carousel-title{margin:0;font-size:1.05rem}.product-carousel-subtitle{margin:0;color:var(--muted);font-size:.92rem}.product-carousel-viewport{border:1px solid var(--line);border-radius:16px;background:var(--panel);overflow:hidden;box-shadow:0 18px 45px #050a1459}.product-carousel-track{display:flex;gap:.85rem;padding:.85rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.product-carousel-viewport.is-loop .product-carousel-track{overflow-x:hidden;will-change:transform;animation:productMarquee 26s linear infinite}.product-carousel-viewport.is-loop:hover .product-carousel-track{animation-play-state:paused}@keyframes productMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .425rem))}}@media(prefers-reduced-motion:reduce){.product-carousel-viewport.is-loop .product-carousel-track{animation:none;overflow-x:auto}}.product-carousel-track::-webkit-scrollbar{height:10px}.product-carousel-track::-webkit-scrollbar-track{background:#0f18288c}.product-carousel-track::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:999px}.product-carousel-item{scroll-snap-align:start;flex:0 0 260px;text-decoration:none;border-radius:14px;overflow:hidden;border:1px solid rgba(158,183,219,.18);background:#080e1999;transform:translateZ(0);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-carousel-item:hover{transform:translateY(-2px);border-color:#5fb3ffa6;box-shadow:0 18px 40px #060c18a6}.product-carousel-item img{width:100%;height:140px;object-fit:cover;display:block;background:#00000040}.product-carousel-caption{display:block;padding:.55rem .65rem .7rem;color:var(--text);font-weight:650;letter-spacing:.01em}body.docs-theme .product-carousel-viewport{background:#00000014;border-color:#ffffff0f}body.docs-theme .product-carousel-item{background:#00000042;border-color:#ffffff0f}body.docs-theme .product-carousel-track::-webkit-scrollbar-track{background:#0000}.card{border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:1rem;display:grid;gap:.75rem;box-shadow:0 18px 45px #050a1473,0 0 0 1px #4e638833;transition:border-color .2s ease,box-shadow .2s ease,transform .18s ease,background .18s ease}.card h3{margin:0}.card p{margin:0;color:var(--muted)}.card:hover{border-color:#5fb3ffa6;background:linear-gradient(135deg,#0f1828f5,#070b14f5);transform:translateY(-2px);box-shadow:0 22px 55px #060c18cc,0 0 0 1px #5fb3ff80}.card-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;margin-bottom:.25rem}.card-actions{display:flex;gap:.6rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;text-decoration:none;border-radius:10px;border:1px solid var(--line);padding:.45rem .8rem;font-size:.9rem;color:var(--muted);background:#0a101ce6;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .14s ease}.btn.primary{border-color:#2dd4bf73;background:linear-gradient(135deg,#2dd4bf4d,#5fb3ff52);color:var(--text);box-shadow:0 0 0 1px #2dd4bf40}.btn:hover{border-color:#5fb3ffb3;color:var(--text);background:#131d31f2;transform:translateY(-1px);box-shadow:0 14px 28px #070d18b3,0 0 0 1px #5fb3ff73}.btn.primary:hover{border-color:#2dd4bfe6;box-shadow:0 16px 36px #062a25e6,0 0 0 1px #2dd4bfcc}.two-col{display:grid;gap:1.2rem;grid-template-columns:minmax(0,1fr) 310px}.panel{border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:1rem}body.docs-theme .panel{border-radius:12px;border-color:#ffffff0f;background:#00000014}body.docs-theme .manual-layout{grid-template-columns:320px minmax(0,1fr);gap:18px}body.docs-theme .chapter-nav{background:#141517;border-color:#ffffff1a}body.docs-theme .chapter-nav h3{margin:.2rem 0 .8rem;color:#ececf1b8;font-size:.85rem;font-weight:650;letter-spacing:.02em}body.docs-theme .chapter-nav{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.14) rgba(0,0,0,0)}body.docs-theme .chapter-nav::-webkit-scrollbar-track{background:#0000;border:0}body.docs-theme .chapter-nav::-webkit-scrollbar-thumb{background:#ffffff24;border:2px solid rgba(20,21,23,.85)}body.docs-theme .chapter-nav::-webkit-scrollbar-thumb:hover{background:#fff3}body.docs-theme .chapter-group{border-color:#ffffff0f;background:#00000042}body.docs-theme .chapter-group-title:hover{background:#00000057}body.docs-theme .chapter-link,body.docs-theme .chapter-nav a{font-size:13px;line-height:1.25;opacity:.92;color:#ececf1eb}body.docs-theme .chapter-link:hover,body.docs-theme .chapter-nav a:hover,body.docs-theme .chapter-link[aria-current=page],body.docs-theme .chapter-nav a[aria-current=page]{background:#ffffff0f;color:#ececf1}body.docs-theme .prose h1{font-size:28px;line-height:1.25;margin:0 0 18px;color:#fff}body.docs-theme .prose h2{font-size:20px;line-height:1.35;margin:30px 0 16px;color:#fff}body.docs-theme .prose h3{font-size:16px;line-height:1.35;margin:22px 0 14px;color:#fff}body.docs-theme .prose p{margin:8px 0;color:#ececf1eb;line-height:1.75}body.docs-theme .prose ul,body.docs-theme .prose ol{margin:10px 0 10px 22px}body.docs-theme .prose li{margin:6px 0;line-height:1.6}body.docs-theme .prose pre{background:#202123;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:14px;overflow:auto;line-height:1.55}body.docs-theme .prose pre code{display:block;color:#ffffffeb}body.docs-theme .prose code:not(pre code){padding:2px 6px;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06);font-size:.95em}body.docs-theme .prose blockquote{margin:12px 0;padding:10px 12px;border-left:3px solid rgba(16,163,127,.4);background:#0000001a;border-radius:12px;color:#ececf1b8}body.docs-theme .prose hr{border:0;border-top:1px solid rgba(255,255,255,.1);margin:18px 0}body.docs-theme .prose a{color:#4ea3ff}body.docs-theme .prose a:hover{text-decoration:underline}body.docs-theme .btn{background:#2a2b32e6;border-color:#ffffff1a;color:#ececf1eb}body.docs-theme .btn.primary{background:#10a37f2e;border-color:#10a37f73;box-shadow:0 0 0 2px #10a37f1f}.assetstore-hero{margin-bottom:1.25rem}.assetstore-breadcrumbs{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;color:var(--muted);font-size:.92rem;margin-bottom:.85rem}.assetstore-breadcrumbs a{color:var(--brand-2);text-decoration:none}.assetstore-breadcrumbs a:hover{text-decoration:underline}.assetstore-top{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1rem;align-items:start}.assetstore-media-stage{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#000000b8;aspect-ratio:16 / 9;display:grid;place-items:center}.assetstore-media-stage img,.assetstore-media-stage iframe{width:100%;height:100%;border:0;display:block}.assetstore-media-stage img{object-fit:contain;image-rendering:auto}.assetstore-media-stage iframe{object-fit:cover}.assetstore-stage-image.is-hidden,.assetstore-stage-video.is-hidden{display:none}.assetstore-media-empty{padding:1rem;color:var(--muted);display:grid;gap:.35rem;text-align:center}.assetstore-thumbs{margin-top:.7rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:.55rem}.assetstore-thumbs-scroll{display:flex;gap:.55rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:thin}.assetstore-thumbs-scroll::-webkit-scrollbar{height:8px}.assetstore-thumbs-scroll::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}.assetstore-thumb{border:1px solid rgba(158,183,219,.18);border-radius:12px;overflow:hidden;background:#0000001a;display:block;transition:transform .18s ease,border-color .18s ease}.assetstore-thumb:hover{transform:translateY(-1px);border-color:#5fb3ffa6}.assetstore-thumb img{width:100%;height:64px;object-fit:cover;display:block}.assetstore-thumb-button{appearance:none;padding:0;cursor:pointer;flex:0 0 112px;position:relative}.assetstore-thumb-button.is-active{border-color:#2dd4bfe6;box-shadow:0 0 0 1px #2dd4bf59}.assetstore-thumb-video{width:100%;height:64px;display:grid;place-items:center;background:linear-gradient(135deg,#121826f2,#270a0af2),radial-gradient(circle at 50% 50%,rgba(255,0,0,.22),transparent 55%)}.assetstore-thumb-video-badge{font-size:.8rem;font-weight:700;letter-spacing:.03em;color:#fff}.assetstore-thumb-play{position:absolute;right:8px;bottom:8px;border-radius:999px;background:#000000b8;color:#fff;font-size:.72rem;padding:.14rem .42rem;line-height:1.2}.assetstore-buycard{position:sticky;top:84px;border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:1rem;display:grid;gap:.85rem;box-shadow:0 18px 45px #050a1459}.assetstore-title{font-size:1.25rem;font-weight:750;line-height:1.25}.assetstore-summary{margin-top:.35rem;color:var(--muted);line-height:1.65}.assetstore-buycard-actions{display:grid;gap:.55rem}.assetstore-spec{border-top:1px solid var(--line);padding-top:.8rem;display:grid;gap:.45rem;color:var(--muted);font-size:.92rem}.assetstore-spec-row{display:flex;justify-content:space-between;gap:.8rem}.assetstore-spec-row .k{color:var(--muted)}.assetstore-spec-row .v{color:var(--text);text-align:right}.assetstore-prose{margin-top:1rem}.assetstore-rich-layout{display:grid;gap:1rem;margin-top:1rem}.assetstore-section{display:grid;gap:.9rem}.assetstore-section-head{display:grid;gap:.18rem}.assetstore-section-head h2{margin:0;font-size:1.02rem}.assetstore-section-head span{color:var(--muted);font-size:.92rem}.assetstore-rich-content{display:grid;gap:.6rem}.assetstore-rich-content>div{margin:0}.assetstore-rich-content p,.assetstore-rich-content [data-block=true]{margin:0;line-height:1.75}.assetstore-rich-content ul,.assetstore-rich-content ol{margin:0;padding-left:1.3rem;display:grid;gap:.45rem}.assetstore-rich-content li{line-height:1.7}.assetstore-rich-content strong,.assetstore-rich-content b{color:var(--text)}.assetstore-rich-content a{color:var(--brand-2)}.assetstore-rich-content a:hover{text-decoration:underline}@media(max-width:960px){.brand-logo{width:44px;height:44px}.brand-wordmark{height:32px;max-width:min(240px,46vw)}.assetstore-top{grid-template-columns:1fr}.assetstore-buycard{position:static}}.meta-list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem;color:var(--muted)}.meta-list strong{color:var(--text)}.manual-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:1rem}.chapter-nav{position:sticky;top:84px;align-self:start;max-height:calc(100vh - 100px);overflow:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(95,179,255,.55) rgba(15,24,40,.55)}.chapter-nav::-webkit-scrollbar{width:10px;height:10px}.chapter-nav::-webkit-scrollbar-track{background:#0f18288c;border-radius:999px;border:1px solid rgba(158,183,219,.14)}.chapter-nav::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#2dd4bf8c,#5fb3ff8c);border-radius:999px;border:2px solid rgba(15,24,40,.85)}.chapter-nav::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#2dd4bfbf,#5fb3ffbf)}.chapter-tree{display:grid;gap:.5rem}.chapter-group{border:1px solid rgba(158,183,219,.16);border-radius:12px;background:#090e1959;overflow:hidden}.chapter-group-title{list-style:none;cursor:pointer;user-select:none;padding:.6rem .7rem;color:var(--text);font-weight:650;letter-spacing:.01em;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.chapter-group-title::-webkit-details-marker{display:none}.chapter-group-title:after{content:"▾";color:var(--muted);font-size:.9rem;transform:translateY(-1px)}.chapter-group[open]>.chapter-group-title:after{content:"▴"}.chapter-group-items{padding:.2rem .35rem .55rem;display:grid;gap:.15rem}.chapter-link,.chapter-nav a{display:block;text-decoration:none;color:var(--muted);border-radius:10px;padding:.45rem .6rem}.chapter-link:hover,.chapter-nav a:hover,.chapter-link[aria-current=page],.chapter-nav a[aria-current=page]{background:#22334e66;color:var(--text)}.prose h1,.prose h2,.prose h3{line-height:1.3}.prose p,.prose li{color:var(--text)}.prose a{color:var(--brand-2)}.prose code{padding:.1rem .38rem;border-radius:8px;background:#5fb3ff1f}.prose pre{overflow-x:auto;border:1px solid var(--line);border-radius:12px;padding:.8rem}.media-gallery{display:grid;gap:.7rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.media-gallery img{width:100%;height:180px;object-fit:cover;border:1px solid var(--line);border-radius:12px}.video-wrap,.youtube-wrap{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--panel-strong);margin:1rem 0}.video-wrap video,.youtube-wrap iframe{display:block;width:100%;aspect-ratio:16 / 9;border:0}.doc-link{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--line);border-radius:10px;padding:.45rem .7rem;text-decoration:none}.site-footer{border-top:1px solid var(--line);color:var(--muted);font-size:.9rem;padding:1.4rem 0 2rem;position:relative;z-index:1}@media(max-width:960px){.two-col,.manual-layout{grid-template-columns:1fr}.chapter-nav{position:static;max-height:none}}.particle-background[data-astro-cid-qmqexpae]{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.particle-background[data-astro-cid-qmqexpae] .particle{position:absolute;pointer-events:none;will-change:transform,opacity}
