:root{--background: #121212;--card: #171717;--card-2: #1f1f1f;--muted: #262626;--foreground: #fafafa;--muted-foreground: #b0b0b0;--muted-2: #8b8b8f;--border: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .18);--brand: #e0ff2e;--brand-foreground: #121212;--blue: #1a88ff;--danger: #ff5b69;--warning: #ffdc65;--r-sm: 6px;--r-md: 8px;--r-lg: 12px;--r-xl: 16px;--font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--max: 1200px}*{box-sizing:border-box;border:0 solid var(--border)}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font);font-size:16px;line-height:24px;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;cursor:pointer;padding:0}h1,h2,h3,h4,p,ul,ol{margin:0}ul,ol{padding:0;list-style:none}[hidden]{display:none!important}.wrap{width:100%;max-width:var(--max);margin:0 auto;padding-inline:20px}@media(min-width:768px){.wrap{padding-inline:32px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;border-radius:var(--r-md);font-size:14px;font-weight:500;line-height:1;white-space:nowrap;transition:background .18s ease,border-color .18s ease,transform .18s cubic-bezier(.2,.7,.2,1),box-shadow .18s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0) scale(.985);transition-duration:.08s}.btn svg{width:18px;height:18px;flex:none}.btn-lg{height:48px;padding:0 20px;font-size:15px}.btn-white{background:var(--foreground);color:var(--background)}.btn-white:hover{background:#fff}.btn-brand{background:var(--brand);color:var(--brand-foreground);font-weight:600}.btn-brand:hover{filter:brightness(1.05)}.btn-dark{background:var(--card-2);border:1px solid var(--border);color:var(--foreground)}.btn-dark:hover{background:var(--muted)}.btn-ghost{color:var(--muted-foreground)}.btn-ghost:hover{color:var(--foreground)}.btn-block{width:100%}.chip{display:inline-flex;align-items:center;height:36px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:var(--card);font-size:14px;font-weight:500;color:var(--foreground);white-space:nowrap;transition:border-color .18s ease,color .18s ease,transform .18s cubic-bezier(.2,.7,.2,1),background .18s ease}.chip:hover{border-color:var(--border-strong);transform:translateY(-1px)}.chip:active{transform:scale(.97)}.chip[aria-pressed=true]{color:var(--brand);border-color:var(--brand);background:var(--background)}.chip[aria-pressed=true]:before{content:"✱";font-size:11px;margin-right:6px}.tag{display:inline-flex;align-items:center;gap:4px;height:20px;padding:0 6px;border-radius:4px;border:1px solid var(--border);background:#0009;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--foreground)}.tag .star{color:var(--brand);font-size:13px;line-height:1}.tag-outline{background:transparent;color:var(--muted-foreground);font-weight:600}.tag-brand{color:var(--brand);border-color:#e0ff2e59;background:#e0ff2e14}.tag-danger{color:var(--danger);border-color:#ff5b6959;background:#ff5b691a}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);transition:border-color .25s ease,transform .3s cubic-bezier(.2,.7,.2,1)}.card:hover{border-color:var(--border-strong)}.section{padding-block:56px}@media(min-width:768px){.section{padding-block:72px}}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-head h2{font-size:20px;font-weight:500;letter-spacing:-.01em;line-height:28px}.section-head p{color:var(--muted-foreground);font-size:14px;line-height:20px;margin-top:4px;max-width:640px}.section-head .more{display:inline-flex;align-items:center;gap:4px;min-height:36px;padding:0 6px;margin-right:-6px;border-radius:var(--r-sm);color:var(--muted-foreground);font-size:14px;font-weight:500;white-space:nowrap;transition:color .18s ease,background .18s ease}.section-head .more:hover{color:var(--foreground);background:#ffffff0a}.section-head .more svg{width:16px;height:16px}.star-line{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--foreground)}.star-line:before,.star-line:after{content:"✱";color:var(--brand);font-size:12px}hr.rule{border:0;height:1px;background:var(--border);margin:0}.nav{position:sticky;top:0;z-index:40;background:#121212d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:60px;gap:16px}.wordmark{display:inline-flex;align-items:center;gap:2px;font-weight:800;font-size:20px;letter-spacing:-.03em;line-height:1}.wordmark .star{color:var(--brand);font-size:18px;margin-right:2px;transform:translateY(-1px)}.nav-links{display:none;gap:24px;font-size:14px;font-weight:500;color:var(--muted-foreground)}.nav-links a:hover{color:var(--foreground)}@media(min-width:900px){.nav-links{display:flex}}.nav-actions{display:flex;align-items:center;gap:8px}.footer{border-top:1px solid var(--border);padding-block:40px}.footer .wrap{display:grid;gap:28px}@media(min-width:768px){.footer .wrap{grid-template-columns:1.4fr 1fr 1fr}}.footer h4{font-size:13px;font-weight:600;color:var(--muted-foreground);margin-bottom:12px}.footer ul{display:grid;gap:8px;font-size:14px}.footer ul a:hover{color:var(--brand)}.footer .blurb{color:var(--muted-foreground);font-size:14px;line-height:20px;margin-top:12px;max-width:360px}.footer .copy{grid-column:1 / -1;color:var(--muted-2);font-size:12px;padding-top:24px;border-top:1px solid var(--border)}.ico{width:40px;height:40px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--card-2);display:grid;place-items:center;flex:none;color:var(--muted-foreground)}.ico svg{width:18px;height:18px}.ico-brand{color:var(--brand)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--r-sm)}.reveal{--reveal-y: 22px}@supports (animation-timeline: view()){@media(prefers-reduced-motion:no-preference){.reveal{animation:reveal-up linear both;animation-timeline:view();animation-range:entry 0% entry 35%}}}@keyframes reveal-up{0%{opacity:0;translate:0 var(--reveal-y)}to{opacity:1;translate:0 0}}@keyframes rise-in{0%{opacity:0;translate:0 14px}to{opacity:1;translate:0 0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@media(max-width:640px){.nav .wrap{height:56px}.nav .btn{height:38px}.footer{padding-block:32px}.footer .wrap{gap:22px;grid-template-columns:1fr 1fr}.footer .wrap>div:first-child{grid-column:1 / -1}}.lang{display:inline-flex;align-items:center;justify-content:center;height:38px;min-width:42px;padding:0 10px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--card);font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--muted-foreground);transition:color .18s ease,border-color .18s ease}.lang:hover{color:var(--foreground);border-color:var(--border-strong)}.lang-inline{color:var(--muted-foreground)}.lang-inline:hover{color:var(--brand)}.hero{position:relative;overflow-x:clip;border-bottom:1px solid var(--border)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:65% 40%;opacity:.32;filter:saturate(.6)}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#121212f5,#121212b3,#12121259),linear-gradient(180deg,rgba(18,18,18,.2) 0%,rgba(18,18,18,.4) 60%,var(--background) 100%)}.hero .wrap{position:relative;z-index:1;display:grid;gap:40px;align-items:center;padding-top:48px;padding-bottom:48px}@media(min-width:960px){.hero .wrap{grid-template-columns:1.1fr .9fr;padding-top:72px;padding-bottom:72px;min-height:680px}}.hero h1{margin-top:18px;font-size:clamp(38px,6vw,68px);line-height:.98;font-weight:800;letter-spacing:-.035em;text-transform:uppercase}.hero h1 .brand{color:var(--brand)}.hero .lede{margin-top:20px;color:var(--muted-foreground);font-size:16px;line-height:24px;max-width:520px}@media(min-width:768px){.hero .lede{font-size:17px;line-height:26px}}.hero-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-cta .btn .stack{display:flex;flex-direction:column;align-items:flex-start;gap:3px;line-height:1}.hero-cta .btn .stack small{font-size:11px;font-weight:500;opacity:.8}.hero-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.fan-wrap{position:relative;display:flex;flex-direction:column;align-items:center;gap:22px;perspective:1200px;padding:12px 0 4px;touch-action:pan-y}.fan{position:relative;width:min(100%,420px);height:400px;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.2,.7,.2,1)}@media(min-width:960px){.fan{height:440px}}.fan-card{position:absolute;left:50%;top:50%;width:236px;aspect-ratio:2 / 3;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border-strong);background:var(--card);box-shadow:0 30px 50px -24px #000000e6,0 0 0 1px #0009;transform-origin:50% 110%;transform:translate(-50%,-50%) rotate(var(--rot)) translate(var(--dx),var(--dy)) scale(var(--sc));transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .8s ease,opacity .8s ease;filter:brightness(var(--dim));animation:rise-in .7s cubic-bezier(.2,.7,.2,1) both;will-change:transform}@media(min-width:960px){.fan-card{width:256px}}.fan-card img{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.fan-card[data-pos="0"]{--rot: 0deg;--dx: 0px;--dy: 0px;--sc: 1;--dim: 1}.fan-card[data-pos="1"]{--rot: -9deg;--dx: -72px;--dy: 6px;--sc: .96;--dim: .72}.fan-card[data-pos="2"]{--rot: 9deg;--dx: 72px;--dy: 6px;--sc: .96;--dim: .72}.fan-card[data-pos="3"]{--rot: -17deg;--dx: -128px;--dy: 22px;--sc: .9;--dim: .5}.fan-card[data-pos="4"]{--rot: 17deg;--dx: 128px;--dy: 22px;--sc: .9;--dim: .5}@media(max-width:480px){.fan-card[data-pos="1"]{--dx: -52px}.fan-card[data-pos="2"]{--dx: 52px}.fan-card[data-pos="3"]{--dx: -92px}.fan-card[data-pos="4"]{--dx: 92px}}.fan-card:hover,.fan-card:focus-visible{--dim: 1}.fan-card[data-pos="0"]:hover{--dy: -6px}.fan-tag{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:4px;height:20px;padding:0 6px;border-radius:4px;border:1px solid var(--border);background:#000000a6;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.fan-tag .star{color:var(--brand);font-size:13px;line-height:1}.fan-title{position:absolute;inset:auto 0 0 0;padding:48px 12px 12px;display:flex;flex-direction:column;gap:2px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.85));opacity:0;transition:opacity .3s ease}.fan-card[data-pos="0"] .fan-title{opacity:1}.fan-title b{font-size:15px;font-weight:600;line-height:20px}.fan-title small{font-size:11px;color:var(--muted-foreground)}.fan-caption{text-align:center;max-width:400px;min-height:96px}.fan-controls{display:flex;align-items:center;justify-content:center;gap:10px}.fan-btn{width:36px;height:36px;border-radius:999px;border:1px solid var(--border);background:var(--card);color:var(--muted-foreground);display:grid;place-items:center;transition:border-color .18s ease,color .18s ease,transform .18s cubic-bezier(.2,.7,.2,1)}.fan-btn svg{width:16px;height:16px}.fan-btn:hover{color:var(--foreground);border-color:var(--border-strong);transform:translateY(-1px)}.fan-btn:active{transform:scale(.95)}.fan-caption p{margin-top:8px;color:var(--muted-foreground);font-size:13px;line-height:19px;animation:fade-in .5s ease both}.hero-copy>*{animation:rise-in .7s cubic-bezier(.2,.7,.2,1) both}.hero-copy>:nth-child(1){animation-delay:0ms}.hero-copy>:nth-child(2){animation-delay:80ms}.hero-copy>:nth-child(3){animation-delay:.16s}.hero-copy>:nth-child(4){animation-delay:.24s}.hero-copy>:nth-child(5){animation-delay:.32s}.stats{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;background:var(--card);margin-top:-1px}@media(min-width:768px){.stats{grid-template-columns:repeat(4,1fr)}}.stats div{padding:18px 16px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.stats div:nth-child(2n){border-right:0}@media(min-width:768px){.stats div{border-bottom:0}.stats div:nth-child(2n){border-right:1px solid var(--border)}.stats div:last-child{border-right:0}}.stats b{display:block;font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:28px}.stats b em{font-style:normal;color:var(--brand)}.stats span{color:var(--muted-foreground);font-size:13px;line-height:18px}.chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;margin-bottom:18px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.worlds{display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.worlds{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.worlds{grid-template-columns:repeat(6,1fr);gap:12px}}.world{display:block;min-width:0;animation:rise-in .5s cubic-bezier(.2,.7,.2,1) both;transition:transform .3s cubic-bezier(.2,.7,.2,1)}.world:hover{transform:translateY(-4px)}.world .cover{position:relative;aspect-ratio:2 / 3;border-radius:var(--r-md);overflow:hidden;border:1px solid var(--border);background:linear-gradient(180deg,var(--card-2),var(--card));transition:border-color .3s ease,box-shadow .3s ease}.world:hover .cover{border-color:var(--border-strong);box-shadow:0 18px 30px -18px #000000e6}.world .cover img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.world:hover .cover img{transform:scale(1.04)}.world .tag{position:absolute;top:8px;right:8px}.world .cover .lethal{position:absolute;top:auto;right:auto;left:8px;bottom:8px}.world h3{font-size:14px;font-weight:600;line-height:20px;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.world .meta{font-size:12px;color:var(--muted-foreground);line-height:16px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.world .hook{display:none}.worlds.expanded{grid-template-columns:repeat(1,1fr)}@media(min-width:640px){.worlds.expanded{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.worlds.expanded{grid-template-columns:repeat(3,1fr)}}.worlds.expanded .world{display:grid;grid-template-columns:96px 1fr;gap:14px;padding:12px;background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg)}.worlds.expanded .world .cover{border-radius:var(--r-sm)}.worlds.expanded .world h3{margin-top:2px;white-space:normal}.worlds.expanded .world .hook{display:block;font-size:13px;color:var(--muted-foreground);line-height:18px;margin-top:6px}.worlds.expanded .world .meta{white-space:normal}.empty{color:var(--muted-foreground);font-size:14px;padding:32px 0;text-align:center;border:1px dashed var(--border);border-radius:var(--r-lg)}.pipeline{display:grid;gap:12px}@media(min-width:900px){.pipeline{grid-template-columns:repeat(3,1fr)}}.step{padding:20px}.step .n{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--brand)}.step h3{font-size:17px;font-weight:600;margin-top:12px;line-height:24px}.step p{color:var(--muted-foreground);font-size:14px;line-height:20px;margin-top:6px}.sample{margin-top:14px;background:var(--background);border:1px solid var(--border);border-radius:var(--r-md);padding:10px 12px;font-size:12px;line-height:18px}.sample .k{color:var(--muted-2)}.sample .a{color:var(--brand)}.sample .w{color:var(--warning)}.sample.prose{color:#e8e8e8;font-size:13px}.rows{display:grid;gap:10px}@media(min-width:900px){.rows{grid-template-columns:repeat(2,1fr)}}.row{display:grid;grid-template-columns:40px 1fr auto;gap:14px;align-items:start;padding:16px}.row .title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;line-height:20px}.row .desc{color:var(--muted-foreground);font-size:13.5px;line-height:19px;margin-top:4px}.row .stat{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--muted-foreground);font-size:12px;font-weight:500;min-width:44px}.row .stat .stat-label{font-size:11px;color:var(--muted-2)}.row .stat .box{width:24px;height:24px;border:1.5px solid var(--foreground);border-radius:5px;display:grid;place-items:center;color:var(--foreground);font-size:11px;font-weight:800}.tiers{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media(min-width:900px){.tiers{grid-template-columns:repeat(4,1fr)}}.tier{padding:18px;display:flex;flex-direction:column;gap:6px}.tier:hover{transform:translateY(-3px)}.tier.default{border-color:var(--brand)}.tier .name{display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:600}.tier .cost{display:flex;align-items:baseline;gap:6px;font-size:26px;font-weight:600;letter-spacing:-.02em;line-height:32px}.tier .cost .box{width:18px;height:18px;border:1.5px solid var(--foreground);border-radius:4px;display:inline-grid;place-items:center;font-size:8px;font-weight:800;align-self:center}.tier .cost small{font-size:12px;font-weight:500;color:var(--muted-foreground)}.tier p{color:var(--muted-foreground);font-size:13px;line-height:18px}.tier .promise{font-size:12px;color:var(--muted-2)}.tiers-note{margin-top:14px;color:var(--muted-foreground);font-size:13px;line-height:18px;max-width:720px}.faq{border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;background:var(--card)}.faq details+details{border-top:1px solid var(--border)}.faq summary{cursor:pointer;list-style:none;padding:16px 18px;font-size:15px;font-weight:500;display:flex;justify-content:space-between;gap:16px;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--muted-foreground);font-size:20px;font-weight:300;flex:none;transition:transform .25s cubic-bezier(.2,.7,.2,1)}.faq details[open] summary:after{transform:rotate(45deg)}.faq summary:hover{background:#ffffff05}.faq .a{color:var(--muted-foreground);padding:0 18px 18px;font-size:14px;line-height:21px;max-width:760px;animation:rise-in .3s cubic-bezier(.2,.7,.2,1) both}.faq .a a{color:var(--blue);text-decoration:underline;text-underline-offset:4px}.cta{padding-block:72px;text-align:center;border-top:1px solid var(--border);background:radial-gradient(60% 80% at 50% 0%,rgba(224,255,46,.08),transparent 70%)}.cta img{width:72px;height:72px;border-radius:18px;border:1px solid var(--border-strong);margin:0 auto 20px}.cta h2{font-size:clamp(30px,5vw,48px);font-weight:800;letter-spacing:-.035em;text-transform:uppercase;line-height:1}.cta p{color:var(--muted-foreground);margin-top:12px;font-size:15px}.cta .hero-cta{justify-content:center}@media(max-width:640px){.hero .wrap{padding-top:32px;padding-bottom:28px;gap:28px}.hero h1{font-size:clamp(36px,11vw,44px)}.hero .lede{font-size:15px;line-height:22px}.hero-cta{margin-top:22px}.hero-cta .btn{flex:1 1 auto}.hero-meta{margin-top:16px}.fan-wrap{gap:14px;padding:4px 0 0}.fan{height:320px}.fan-card{width:196px}.fan-card[data-pos="1"]{--dx: -40px;--dy: 4px;--sc: .93}.fan-card[data-pos="2"]{--dx: 40px;--dy: 4px;--sc: .93}.fan-card[data-pos="3"]{--dx: -70px;--dy: 14px;--sc: .86}.fan-card[data-pos="4"]{--dx: 70px;--dy: 14px;--sc: .86}.fan-card:not([data-pos="0"]) .fan-tag{display:none}.fan-caption{min-height:0}.fan-caption p{font-size:13px}.fan-btn{width:44px;height:44px}.section{padding-block:44px}.section-head{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:16px}.section-head .more{margin-left:-6px;margin-right:0}.chip{height:40px}.chips{margin-bottom:14px}.stats div{padding:14px}.stats b{font-size:19px;line-height:24px}.worlds{gap:12px}.world h3{font-size:13.5px}.world .meta{font-size:11.5px}.step{padding:16px}.row{grid-template-columns:40px 1fr;gap:12px;padding:14px}.row .title{flex-wrap:wrap;font-size:15px}.row .stat{grid-column:2;flex-direction:row;align-items:center;gap:8px;min-width:0;margin-top:2px}.tiers{grid-template-columns:1fr;gap:10px}.tier{padding:14px 16px;display:grid;grid-template-columns:1fr auto;column-gap:12px;row-gap:2px;align-items:center}.tier .name{grid-column:1}.tier .cost{grid-column:2;grid-row:1 / span 3;font-size:22px;line-height:28px;justify-self:end}.tier .cost small{display:none}.tier p,.tier .promise{grid-column:1}.faq summary{padding:14px 16px;font-size:14.5px}.faq .a{padding:0 16px 16px}.cta{padding-block:56px}.cta img{width:64px;height:64px}.cta .hero-cta .btn{flex:0 1 auto}}.policy{margin:0 auto;width:100%;max-width:768px;padding:40px 24px}@media(min-width:768px){.policy{padding:64px 24px}}.policy h1{margin:0 0 32px;font-size:16px;line-height:24px;font-weight:400}.policy-toolbar{margin-bottom:32px;display:flex;flex-direction:column;gap:12px}@media(min-width:640px){.policy-toolbar{flex-direction:row;align-items:center}}.version{position:relative;width:100%;max-width:384px}@media(min-width:640px){.version{width:fit-content;min-width:160px}}.version>summary{list-style:none;cursor:pointer;display:flex;height:36px;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--border);background:var(--background);padding:0 12px;color:var(--foreground);font-size:14px;line-height:1;font-weight:400}.version>summary::-webkit-details-marker{display:none}.version>summary:hover{background:var(--muted)}.version>summary svg{width:16px;height:16px;flex:none}.version>div{position:absolute;z-index:10;top:calc(100% + 4px);left:0;min-width:100%;background:var(--background);border:1px solid var(--border);padding:4px}.version>div button{display:block;width:100%;text-align:left;font-size:14px;line-height:1;padding:8px;color:var(--foreground)}.version>div button:hover{background:var(--muted)}.policy-back{display:inline-flex;align-items:center;gap:6px;color:var(--muted-foreground);font-size:14px;height:36px;padding:0 12px;border:1px solid var(--border)}.policy-back:hover{background:var(--muted);color:var(--foreground)}.policy-back svg{width:16px;height:16px}.doc{width:100%;font-size:16px;line-height:1.75em;word-break:normal;overflow-wrap:anywhere}.doc p{margin:1.25em 0;white-space:pre-wrap;font-size:14px;font-weight:400;line-height:150%}.doc strong{font-weight:600;line-height:150%;font-size:14px}.doc em{font-style:italic;font-weight:500}.doc a{color:var(--blue);text-decoration:underline;text-underline-offset:4px;overflow-wrap:break-word}.doc a:hover{color:#62aeff}.doc ol,.doc ul{margin:1.25em 0;padding-left:1.625em;font-size:14px}.doc ol{list-style-type:decimal}.doc ul{list-style-type:disc}.doc ol>li,.doc ul>li{margin:8px 0;padding-left:.375em;line-height:1.75em}.doc li::marker{color:var(--muted-foreground)}.doc ol.heading>li>strong{font-size:14px}.table-wrap{margin:1.5rem 0;width:100%;overflow-x:auto;overscroll-behavior-x:contain;touch-action:pan-x;border:1px solid var(--border)}.doc table{border-collapse:collapse;width:max-content;min-width:100%;text-align:left;font-size:12.25px;line-height:21px}.doc th,.doc td{min-width:160px;max-width:384px;padding:6px 12px;vertical-align:top;border-right:1px solid var(--border);font-size:12px;line-height:18px}.doc th{background:var(--muted);font-weight:500}.doc td{border-top:1px solid var(--border);font-weight:300}.doc th:last-child,.doc td:last-child{border-right:0}
