:root{--bg:#000;--panel:#090909;--line:#ffffff14;--text:#fafafa;--muted:#a1a1aa;--red:#1eb616;--red-2:#28d41f;--brand-rgb:30, 182, 22;--glow:rgba(var(--brand-rgb), .22);--shell:min(1180px, calc(100% - 48px));--font:var(--font-line-seed), "LINE Seed Sans TH", Inter, "Noto Sans Thai", system-ui, sans-serif;--radius:22px}.sx{background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font);overflow-x:hidden}.sx-shell{width:var(--shell);margin-inline:auto}.sx-bg,.sx-atmosphere{z-index:0;pointer-events:none;background:radial-gradient(at 82% 8%, rgba(var(--brand-rgb), .07), transparent 46%), radial-gradient(at 12% 80%, rgba(var(--brand-rgb), .045), transparent 42%), #000;position:fixed;inset:0;overflow:hidden}.sx-bg:before,.sx-atmosphere:before,.sx-bg:after,.sx-atmosphere:after{content:"";pointer-events:none;will-change:transform;background:radial-gradient(transparent 46%, rgba(var(--brand-rgb), .015) 48%, rgba(var(--brand-rgb), .11) 49.2%, rgba(var(--brand-rgb), .035) 49.7%, transparent 51.5%);border-radius:50%;width:110vw;height:105vh;animation:22s ease-in-out -7s infinite alternate sx-liquid-drift;position:absolute}.sx-bg:before,.sx-atmosphere:before{top:-49%;right:-29%}.sx-bg:after,.sx-atmosphere:after{background:radial-gradient(transparent 47%, rgba(var(--brand-rgb), .012) 48.5%, rgba(var(--brand-rgb), .065) 49.3%, rgba(var(--brand-rgb), .02) 50%, transparent 52%);width:100vw;height:95vh;animation-name:sx-liquid-return;animation-duration:28s;animation-delay:-12s;top:27%;left:-40%}@keyframes sx-liquid-drift{0%{transform:translate(2%,-3%)rotate(-32deg)scaleY(.68)}50%{transform:translate(-4%,4%)rotate(-22deg)scale(1.06,.8)}to{transform:translate(-9%,9%)rotate(-12deg)scale(.98,.74)}}@keyframes sx-liquid-return{0%{transform:translate(-3%,4%)rotate(-36deg)scaleY(.76)}50%{transform:translate(4%,-2%)rotate(-26deg)scale(.96,.9)}to{transform:translate(10%,-7%)rotate(-16deg)scale(1.06,.82)}}@media (prefers-reduced-motion:reduce){.sx-bg:before,.sx-atmosphere:before,.sx-bg:after,.sx-atmosphere:after{will-change:auto;animation:none}}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(22px)}.reveal.is-in{opacity:1;transform:none}.reveal.d1{transition-delay:50ms}.reveal.d2{transition-delay:.1s}.reveal.d3{transition-delay:.15s}.sx-nav{z-index:50;border-bottom:1px solid #0000;transition:background .25s,border-color .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;position:fixed;top:0;left:0;right:0}.sx-nav.is-solid{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:var(--line);background:#000000eb}.sx-nav-row{justify-content:space-between;align-items:center;gap:16px;min-height:68px;display:flex}.sx-brand{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.sx-brand-mark{width:auto;height:40px;display:block}.sx-brand-name{color:var(--text);letter-spacing:-.02em;white-space:nowrap;font-weight:600;line-height:1.1}@media (max-width:480px){.sx-brand-name{font-size:14px!important}.sx-brand-mark{height:34px!important}}.sx-nav-mid{align-items:center;gap:4px;display:none}@media (min-width:860px){.sx-nav-mid{display:flex}}.sx-nav-mid a{color:var(--muted);border-radius:999px;padding:8px 14px;font-size:14px;font-weight:500;text-decoration:none}.sx-nav-mid a:hover{color:var(--text);background:#ffffff0a}.sx-nav-end{align-items:center;gap:10px;display:flex}.sx-user-chip{max-width:180px;color:var(--text);white-space:nowrap;text-overflow:ellipsis;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:600;display:none;overflow:hidden}@media (min-width:640px){.sx-user-chip{color:var(--red-2);font-weight:700;display:inline-flex}}.sx-link{color:var(--text);font-size:14px;font-weight:500;text-decoration:none;display:none}@media (min-width:640px){.sx-link{display:inline-flex}}.sx-pill{color:#fff;background:var(--red);box-shadow:0 6px 22px var(--glow);border-radius:999px;justify-content:center;align-items:center;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.sx-pill:hover{background:var(--red-2);transform:translateY(-1px);box-shadow:0 8px 26px #1eb61647}.sx-pill-lg{padding:14px 26px;font-size:15px}.sx-ghost{color:var(--text);border:1px solid var(--line);background:#ffffff08;border-radius:999px;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.sx-burger{cursor:pointer;background:0 0;border:0;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;display:inline-flex}.sx-burger span{background:var(--text);width:18px;height:2px;margin-inline:auto;display:block}@media (min-width:860px){.sx-burger{display:none}}.sx-drawer{flex-direction:column;gap:6px;padding-bottom:16px;display:flex}.sx-drawer a{color:var(--text);background:#ffffff08;border-radius:12px;padding:12px 14px;text-decoration:none}@media (min-width:860px){.sx-drawer{display:none}}.sx-hero-screen{z-index:1;box-sizing:border-box;background:0 0;flex-direction:column;justify-content:center;align-items:center;height:100svh;min-height:100svh;max-height:100svh;padding:72px 0 64px;display:flex;position:relative;overflow:hidden}.sx-hero-screen:after{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(var(--brand-rgb), .045) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--brand-rgb), .045) 1px, transparent 1px);background-size:90px 90px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000,#0000 72%);mask-image:radial-gradient(#000,#0000 72%)}.sx-hero-screen .sx-hero{width:var(--shell);flex:0 auto;margin:0;padding:0}.sx-hero{z-index:1;align-items:center;gap:32px;width:100%;display:grid;position:relative}@media (min-width:960px){.sx-hero{grid-template-columns:1fr 1fr;gap:48px}}.sx-hero h1{letter-spacing:-.03em;margin:0 0 18px;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:600;line-height:1.05}.sx-hero h1 span{color:var(--red)}.sx-lead{max-width:34ch;color:var(--muted);margin:0 0 28px;font-size:18px;line-height:1.55}.sx-hero-cta{flex-wrap:wrap;align-items:center;gap:16px 22px;margin-bottom:14px;display:flex}.sx-text-link{color:var(--text);text-underline-offset:4px;font-size:15px;font-weight:600;-webkit-text-decoration:underline #ffffff40;text-decoration:underline #ffffff40}.sx-text-link:hover{-webkit-text-decoration-color:var(--red);text-decoration-color:var(--red)}.sx-from{color:var(--muted);margin:0;font-size:14px}.sx-hero-scroll{z-index:2;color:var(--muted);flex-direction:column;align-items:center;gap:8px;text-decoration:none;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.sx-hero-scroll-mouse{border:2px solid #ffffff38;border-radius:11px;width:22px;height:34px;display:block;position:relative}.sx-hero-scroll-wheel{background:var(--red);border-radius:999px;width:3px;height:7px;margin-left:-1.5px;animation:1.8s ease-in-out infinite sx-scroll-wheel;position:absolute;top:7px;left:50%}.sx-hero-scroll-label{letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:600}.sx-hero-scroll:hover .sx-hero-scroll-mouse{border-color:#1eb61673}.sx-hero-scroll:hover .sx-hero-scroll-label{color:var(--text)}@keyframes sx-scroll-wheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sx-hero-screen--stargenz{overflow:visible}.sx-hero-ribbons{display:none}.sx-hero--stargenz{align-items:center}@media (min-width:960px){.sx-hero--stargenz{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:32px}}.sx-hero-copy--stargenz{z-index:2;position:relative}.sx-hero-kicker{letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:8px;margin:0 0 16px;font-size:10px;font-weight:700;display:inline-flex}.sx-hero-kicker-dot{background:var(--red);border-radius:2px;width:8px;height:8px}.sx-hero-brand{letter-spacing:-.04em;text-transform:uppercase;margin:0 0 14px;font-size:clamp(2.6rem,7vw,4.5rem);font-weight:700;line-height:.95}.sx-hero-tagline{max-width:36ch;color:var(--muted);margin:0 0 22px;font-size:clamp(1rem,2.2vw,1.15rem);line-height:1.55}.sx-hero-tagline strong{color:#fff;font-weight:700}.sx-hero-perks{gap:10px;margin:0 0 26px;padding:0;list-style:none;display:grid}.sx-hero-perks li{color:#ffffffd1;align-items:center;gap:10px;font-size:14px;display:flex}.sx-hero-perks svg{color:var(--red);flex-shrink:0}.sx-hero-domain{flex-wrap:wrap;align-items:stretch;gap:10px;max-width:520px;display:flex}.sx-hero-domain-field{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;flex:220px;align-items:center;min-height:52px;padding:0 16px;display:flex}.sx-hero-domain-field input{color:#fff;background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:14px;font-weight:600}.sx-hero-domain-suffix{color:var(--muted);white-space:nowrap;margin-left:2px;font-size:13px;font-weight:600}.sx-hero-domain-cta{background:var(--red);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:52px;padding:0 22px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 8px 24px #1eb61633}.sx-hero-domain-cta:hover{background:var(--red-2);transform:translateY(-1px);box-shadow:0 10px 28px #1eb6164d}.sx-hero-visual--model{width:min(100%,560px);margin-inline:auto}@media (min-width:960px){.sx-hero-visual--model{margin-inline:0 0 0 auto}}.sx-hero-model{width:100%;min-height:420px;position:relative}.sx-hero-model-meta{letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:10px;font-weight:600;display:flex}.sx-hero-model-meta span:last-child{color:var(--red)}.sx-hero-model-viewport{justify-content:center;align-items:flex-end;height:min(52vh,420px);min-height:320px;display:flex;position:relative}.sx-hero-mascot-viewport{background:0 0;border:none;justify-content:center;align-items:flex-end;height:min(48vh,380px);min-height:280px;display:flex;position:relative;overflow:hidden}.sx-hero-mascot-glow{background:radial-gradient(rgba(var(--brand-rgb), .14), transparent 70%);filter:blur(8px);pointer-events:none;border-radius:50%;width:72%;height:18%;position:absolute;bottom:8%;left:50%;transform:translate(-50%)}.sx-hero-anime3d-head .sx-hero-mascot-glow{opacity:1;width:42%;height:14%;bottom:8%}.sx-hero-model-floor{display:none}.sx-hero-mascot-svg{filter:drop-shadow(0 18px 28px #00000073);width:min(100%,340px);height:auto}.sx-hero-mascot-body-svg{z-index:1;margin-bottom:-8%;position:relative}.sx-hero-mascot-head-wrap{z-index:2;transform-style:preserve-3d;transform-origin:50% 78%;will-change:transform;pointer-events:none;justify-content:center;align-items:flex-start;padding-top:2%;display:flex;position:absolute;inset:0}.sx-hero-mascot-head-svg{width:min(100%,340px)}.sx-hero-anime3d-viewport{position:relative}.sx-hero-anime3d-head .sx-hero-mascot-viewport{aspect-ratio:1;perspective:none;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;width:min(100%,540px);max-width:540px;height:min(58vh,540px);min-height:360px;margin-inline:auto;overflow:visible}.sx-hero-anime3d-canvas{z-index:1;width:100%;height:100%;position:absolute;inset:0}.sx-hero-anime3d-canvas canvas{display:block;width:100%!important;height:100%!important}.sx-hero-anime3d-placeholder{min-height:280px}.sx-hero-anime3d[data-state=error] .sx-hero-anime3d-canvas{visibility:hidden}.sx-hero-model-floor{filter:blur(8px);background:radial-gradient(#1eb6162e,#0000 70%);border-radius:50%;width:72%;height:18%;position:absolute;bottom:8%;left:50%;transform:translate(-50%)}.sx-hero-model-viewer{z-index:1;--progress-bar-color:var(--red);background:0 0;width:100%;height:100%;position:relative}.sx-hero-model[data-state=error] .sx-hero-model-viewer{visibility:hidden}.sx-hero-model-fallback{z-index:2;text-align:center;background:#ffffff08;border:1px dashed #ffffff1f;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:10% 8% 16%}.sx-hero-model-fallback strong{margin-bottom:8px;font-size:1.25rem}.sx-hero-model-fallback p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.sx-hero-model-fallback code{color:var(--red-2)}.sx-hero-model-toolbar{margin-top:12px}.sx-hero-model-hint{color:var(--muted);margin:0 0 10px;font-size:12px}.sx-hero-model-controls{align-items:center;gap:8px;display:none}.sx-hero-model-controls.is-visible{display:flex}.sx-hero-model-controls button{color:#ffffffd9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;min-height:36px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.sx-hero-model-controls button:last-child{padding:0 10px}.sx-hero-model-controls button:disabled{opacity:.45;cursor:not-allowed}.sx-hero-model-controls button:hover:not(:disabled){color:#fff;border-color:#1eb61659}.sx-hero-model-controls button.is-active{color:#b8ffb0;background:#1eb6162e;border-color:#1eb616b3}@media (max-height:760px){.sx-hero-screen{padding:64px 0 56px}.sx-hero-brand{font-size:clamp(2rem,5vw,3.2rem)}.sx-hero-model-viewport,.sx-hero-mascot-viewport{height:42vh;min-height:260px}}@media (max-width:520px){.sx-hero-domain{flex-direction:column}.sx-hero-domain-cta{width:100%}.sx-hero-model-meta{flex-direction:column;align-items:flex-start}}.sx-stats{z-index:1;border-top:1px solid var(--line);gap:18px;padding:18px 0 28px;scroll-margin-top:80px;display:grid;position:relative}@media (min-width:900px){.sx-stats{grid-template-columns:repeat(3,auto) 1fr;align-items:center;gap:28px}}.sx-stat strong{letter-spacing:-.02em;font-size:22px;font-weight:600;display:block}.sx-stat span{color:var(--muted);font-size:13px}.sx-pills{flex-wrap:wrap;gap:8px;display:flex}@media (min-width:900px){.sx-pills{justify-content:flex-end}}.sx-pills span{color:var(--red-2);background:#1eb6161a;border:1px solid #1eb6162e;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600}.sx-money-sec{z-index:1;background:0 0;padding:28px 0 80px;scroll-margin-top:88px;position:relative}.sx-money{color:#fff;margin-bottom:0;padding:40px 0 8px;position:relative;overflow:hidden}.sx-money-intro{max-width:640px;margin-bottom:36px}.sx-money-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--red);margin:0 0 12px;font-size:11px;font-weight:700}.sx-money-intro h2{letter-spacing:-.03em;margin:0 0 14px;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.08}.sx-money-intro h2 span{color:var(--red)}.sx-money-lead{max-width:46ch;color:var(--muted);margin:0;font-size:15px;line-height:1.65}.sx-money-rail{background:#0a0a0ad9;border:1px solid #ffffff14;border-radius:22px;gap:14px;margin-bottom:28px;padding:22px 18px;display:grid;position:relative}@media (min-width:860px){.sx-money-rail{grid-template-columns:repeat(4,1fr);gap:12px;padding:28px 24px 24px}}.sx-money-rail-line{display:none}@media (min-width:860px){.sx-money-rail-line,.sx-money-rail-pulse{display:none}}@keyframes sx-money-pulse{0%{opacity:0;left:0}15%{opacity:1}85%{opacity:1}to{opacity:0;left:calc(100% - 48px)}}.sx-money-step{z-index:1;background:#ffffff08;border-radius:14px;flex-direction:column;gap:4px;padding:12px 10px;display:flex;position:relative}@media (min-width:860px){.sx-money-step{text-align:center;background:0 0;align-items:center;padding:0}}.sx-money-step-n{width:34px;height:34px;color:var(--red);letter-spacing:.04em;background:#0a0a0e;border:1px solid #1eb61673;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;font-size:11px;font-weight:800;display:inline-flex}.sx-money-step strong{font-size:14px;font-weight:700}.sx-money-step small{color:var(--muted);font-size:12px;line-height:1.4}.sx-money-meta{gap:10px;margin-bottom:36px;display:grid}@media (min-width:760px){.sx-money-meta{grid-template-columns:repeat(3,1fr)}}.sx-money-chip{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;display:flex}.sx-money-chip img{object-fit:contain;border-radius:8px;flex-shrink:0;width:28px;height:28px}.sx-money-chip b{font-size:13px;font-weight:700;display:block}.sx-money-chip span{color:var(--muted);margin-top:2px;font-size:11px;display:block}.sx-money-discord{color:#fff;background:#5865f2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;font-weight:800;display:flex}.sx-money-chip.is-discord b+span{color:#4ade80}.sx-money-grid{border-top:1px solid #ffffff0f;gap:20px;padding-top:8px;display:grid}@media (min-width:800px){.sx-money-grid{grid-template-columns:repeat(3,1fr);gap:28px}}.sx-money-grid article{padding-top:18px}.sx-money-mark{letter-spacing:.12em;color:var(--red);margin-bottom:10px;font-size:11px;font-weight:800;display:block}.sx-money-grid h3{margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.3}.sx-money-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}@media (max-width:520px){.sx-money-sec{padding:12px 0 64px}.sx-money-intro h2{font-size:clamp(1.7rem,8vw,2.2rem)}}.sx-features{z-index:1;padding:32px 0 48px;scroll-margin-top:88px;position:relative}.sx-features-head{text-align:left;max-width:none;margin:0 0 32px}.sx-features-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--red-2);background:#1eb6161a;border:1px solid #1eb61638;border-radius:999px;margin-bottom:10px;padding:5px 12px;font-size:10px;font-weight:700;display:inline-flex}.sx-features-head h2{letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(1.65rem,3.8vw,2.35rem);font-weight:700;line-height:1.1}.sx-features-head h2 span{color:var(--red)}.sx-features-head p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.sx-features-list{gap:40px;width:100%;max-width:none;margin-inline:0;display:grid}.sx-feature-row{text-align:left;align-items:center;gap:24px;display:grid}@media (min-width:960px){.sx-feature-row{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:36px}.sx-feature-row.is-reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.sx-feature-row.is-reverse .sx-feature-copy{order:2}.sx-feature-row.is-reverse .sx-feature-media{order:1}}.sx-feature-copy h3{letter-spacing:-.02em;margin:0 0 10px;font-size:clamp(1.3rem,2.6vw,1.65rem);font-weight:700;line-height:1.15}.sx-feature-copy h3 span{color:var(--red)}.sx-feature-copy p{max-width:56ch;color:var(--muted);margin:0;font-size:14px;line-height:1.65}.sx-feature-media{width:100%;max-width:min(720px,100%);margin-inline:auto;position:relative}@media (min-width:960px){.sx-feature-row .sx-feature-media{margin-inline:0 0 auto}.sx-feature-row.is-reverse .sx-feature-media{margin-inline:auto 0}}.sx-feature-media img,.sx-feature-placeholder{background:var(--panel);border:1px solid #ffffff14;border-radius:16px;display:block}.sx-feature-media img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:300px}.sx-feature-placeholder{color:#ffffff59;justify-content:center;align-items:center;width:100%;min-height:160px;font-size:12px;font-weight:600;display:flex}.sx-steps{z-index:1;padding-bottom:72px;position:relative}.sx-sec-head{margin-bottom:28px}.sx-sec-head h2{letter-spacing:-.02em;margin:0 0 10px;font-size:clamp(1.7rem,4vw,2.5rem);font-weight:600;line-height:1.15}.sx-sec-head p{color:var(--muted);margin:0;font-size:15px}.sx-timeline{gap:0;max-width:720px;margin:0;padding:0;list-style:none;display:grid}.sx-timeline-item{grid-template-columns:52px 1fr;align-items:start;gap:16px 20px;display:grid}.sx-timeline-rail{justify-content:center;min-height:100%;padding-top:2px;display:flex;position:relative}.sx-timeline-item:not(:last-child) .sx-timeline-rail:after{content:"";background:#ffffff1a;width:1px;position:absolute;top:40px;bottom:-8px;left:50%;transform:translate(-50%)}.sx-timeline-dot{z-index:1;letter-spacing:.04em;color:#fff;background:var(--red);border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:700;display:inline-flex;position:relative}.sx-timeline-body{padding:4px 0 28px}.sx-timeline-item:last-child .sx-timeline-body{padding-bottom:0}.sx-timeline-body h3{margin:0 0 6px;font-size:18px;font-weight:600}.sx-timeline-body p{max-width:42ch;color:var(--muted);margin:0;font-size:14px;line-height:1.6}@media (min-width:860px){.sx-timeline{max-width:none}.sx-timeline-item{grid-template-columns:56px minmax(0,1fr)}.sx-timeline-body{grid-template-columns:minmax(160px,220px) 1fr;align-items:start;gap:12px 28px;padding-bottom:36px;display:grid}.sx-timeline-body h3{margin-bottom:0;font-size:20px}.sx-timeline-body p{max-width:none;padding-top:2px}}.sx-demo{z-index:1;padding-bottom:72px;position:relative}.sx-demo-card{background:var(--panel);border:1px solid var(--line);border-radius:28px;gap:24px;padding:28px;display:grid}@media (min-width:860px){.sx-demo-card{grid-template-columns:1.2fr .8fr;align-items:center}}.sx-badge{color:var(--red);background:#1eb6161f;border:1px solid #1eb61638;border-radius:999px;margin-bottom:12px;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.sx-demo-meta h3{margin:0 0 10px;font-size:24px;font-weight:600}.sx-price{letter-spacing:-.02em;margin:0 0 12px;font-size:42px;font-weight:600}.sx-price small{color:var(--muted);font-size:16px;font-weight:500}.sx-price-notes{gap:8px;margin:0 0 22px;padding:0;list-style:none;display:grid}.sx-price-notes li{color:var(--muted);padding-left:16px;font-size:13px;line-height:1.5;position:relative}.sx-price-notes li:before{content:"";background:var(--red);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0;box-shadow:0 0 8px #1eb61673}.sx-demo-actions{flex-wrap:wrap;gap:10px;display:flex}.sx-demo-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.sx-demo-list li{border:1px solid var(--line);background:#ffffff08;border-radius:12px;padding:12px 14px;font-size:13px;font-weight:500}.sx-demo-list li:before{content:"✓ ";color:var(--red);font-weight:700}.sx-office{z-index:1;padding:24px 0 80px;position:relative}.sx-office-head{max-width:36rem;margin-bottom:28px}.sx-office-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--red);margin:0 0 10px;font-size:11px;font-weight:600}.sx-office-head h2{letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(1.55rem,3.2vw,2.15rem);font-weight:600;line-height:1.15}.sx-office-head>p{color:var(--muted);margin:0;font-size:15px;line-height:1.55}.sx-office-grid{gap:10px;display:grid}@media (min-width:760px){.sx-office-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (min-width:1020px){.sx-office-grid{grid-template-columns:repeat(3,1fr)}}.sx-office-item{background:#ffffff05;border:1px solid #ffffff12;border-radius:16px;align-items:flex-start;gap:14px;padding:18px 16px;transition:border-color .2s,background .2s;display:flex}.sx-office-item:hover{background:#ffffff08;border-color:#ffffff1f}.sx-office-icon{width:38px;height:38px;color:var(--red);background:#1eb6161f;border:1px solid #1eb61638;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sx-office-copy{min-width:0}.sx-office-item h3{letter-spacing:-.01em;margin:0 0 6px;font-size:15px;font-weight:600;line-height:1.3}.sx-office-item p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.sx-cta{z-index:1;text-align:center;background:var(--panel);border:1px solid var(--line);border-radius:28px;margin-bottom:72px;padding:48px 28px;position:relative}.sx-cta h2{letter-spacing:-.02em;margin:0 0 10px;font-size:clamp(1.7rem,4vw,2.4rem);font-weight:600}.sx-cta>p{color:var(--muted);margin:0 0 22px}.sx-cta-perks{flex-wrap:wrap;justify-content:center;gap:10px 18px;margin-top:22px;display:flex}.sx-cta-perks span{color:var(--muted);font-size:12px}.sx-faq{z-index:1;padding-bottom:72px;position:relative}.sx-faq .sx-sec-head{text-align:center;margin-inline:auto;max-width:520px;margin-bottom:28px}.sx-faq-list{border:1px solid var(--line);background:var(--panel);border-radius:18px;max-width:760px;margin-inline:auto;overflow:hidden}.sx-faq-item+.sx-faq-item{border-top:1px solid var(--line)}.sx-faq-item button{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-size:15px;font-weight:600;transition:background .2s;display:flex}.sx-faq-item button:hover{background:#1eb6160a}.sx-faq-item button span{width:28px;height:28px;color:var(--red);background:#1eb6161a;border:1px solid #1eb61633;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:500;display:inline-flex}.sx-faq-item.is-open button span{background:var(--red);color:#fff;border-color:var(--red)}.sx-faq-item p{color:var(--muted);margin:0;padding:0 22px 18px;font-size:14px;line-height:1.65}.sx-footer{z-index:1;border-top:1px solid var(--line);padding:32px 0 40px;position:relative}.sx-footer-credit{text-align:center}.sx-footer-credit p{letter-spacing:.02em;color:#ffffff52;margin:0;font-size:12px;font-weight:400}@media (prefers-reduced-motion:reduce){.sx-phone-track{animation:none}.reveal{opacity:1;transform:none}}@media (max-width:640px){:root{--shell:calc(100% - 24px)}.sx-nav-row{gap:8px;min-height:56px}.sx-nav-end{gap:8px}.sx-nav-end .sx-pill,.sx-nav-end .sx-link{display:none}.sx-nav-row .sx-logo-name{text-overflow:ellipsis;max-width:46vw;font-size:14px;display:inline;overflow:hidden}.sx-hero-visual--model{display:none!important}.sx-drawer{padding-bottom:16px}.sx-drawer a{padding:14px 0;font-size:15px}.sx-hero-screen,.sx-hero-screen--stargenz{justify-content:flex-start;height:auto;min-height:0;max-height:none;padding:84px 0 28px;overflow:visible}.sx-hero--stargenz{gap:20px}.sx-hero-brand{margin-bottom:10px;line-height:1.08;font-size:clamp(1.75rem,8.5vw,2.35rem)!important}.sx-hero-tagline{margin-bottom:14px;font-size:.95rem;line-height:1.5}.sx-hero-kicker{margin-bottom:10px;font-size:10px}.sx-hero-perks{gap:8px;margin-bottom:16px}.sx-hero-perks li{font-size:13px}.sx-hero-domain{flex-direction:column;align-items:stretch;gap:10px}.sx-hero-domain-field,.sx-hero-domain-cta{flex:none;width:100%;min-height:48px}.sx-hero-domain-cta{justify-content:center}.sx-hero-model{min-height:0}.sx-hero-anime3d-head .sx-hero-mascot-viewport,.sx-hero-mascot-viewport,.sx-hero-model-viewport{width:min(100%,300px);max-width:100%;height:min(40vh,300px);min-height:220px}.sx-hero-visual--model{width:100%;max-width:100%}.sx-features{padding:28px 0 36px}.sx-features-list{gap:28px}.sx-sec-head h2{font-size:clamp(1.35rem,6vw,1.75rem)}.sx-sec-head p{font-size:.92rem}.sx-stats{gap:12px}.sx-stat{padding:16px}.sx-stat strong{font-size:1.35rem}.sx-money-sec{padding:12px 0 40px}.sx-money-title{font-size:clamp(1.35rem,6vw,1.7rem)}.sx-money-rail,.sx-money-points,.sx-money-meta{gap:10px}.sx-timeline,.sx-demo{padding:12px 0 40px}.sx-demo-card{border-radius:20px;padding:20px 18px}.sx-price{font-size:34px}.sx-demo-actions{flex-direction:column;align-items:stretch}.sx-demo-actions .sx-pill,.sx-demo-actions .sx-ghost{text-align:center;justify-content:center;width:100%}.sx-office{padding:8px 0 40px}.sx-office-head{margin-bottom:18px}.sx-office-item{gap:12px;padding:14px 12px}.sx-office-icon{border-radius:10px;width:34px;height:34px}.sx-cta{border-radius:20px;margin-bottom:40px;padding:28px 18px}.sx-cta h2{font-size:clamp(1.35rem,6vw,1.75rem)}.sx-cta .sx-pill-lg{justify-content:center;width:100%}.sx-faq{padding-bottom:40px}.sx-faq-item button{gap:10px;padding:14px 12px;font-size:14px}.sx-faq-item p{padding:0 12px 14px;font-size:13px}.sx-footer{padding:28px 0 36px}.sx-footer-credit p{padding:0 8px;font-size:11px;line-height:1.5}.sx-pills{flex-wrap:wrap;justify-content:flex-start;gap:8px}.sx,.sx *{word-break:break-word}.sx input,.sx textarea,.sx select{font-size:16px!important}}@media (max-width:400px){:root{--shell:calc(100% - 20px)}.sx-hero-brand{font-size:1.65rem!important}.sx-hero-anime3d-head .sx-hero-mascot-viewport{width:min(100%,260px);height:min(36vh,260px);min-height:200px}}.sx,.sx *{cursor:auto!important}.sx a,.sx button,.sx [role=button],.sx label[for],.sx select,.sx input[type=checkbox],.sx input[type=radio],.sx input[type=submit],.sx input[type=button],.sx .cursor-pointer{cursor:pointer!important}.sx input[type=text],.sx input[type=email],.sx input[type=password],.sx input[type=number],.sx input[type=search],.sx input[type=tel],.sx input[type=url],.sx textarea{cursor:text!important}.sx ::selection{color:#fff!important;background-color:#1eb6168c!important}.sx ::selection{color:#fff!important;background-color:#1eb6168c!important}
