@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#f9f7f8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#070709;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:clip}#root{width:100%;min-height:100svh}a{color:inherit;text-decoration:none}button{cursor:pointer;appearance:none;background:0 0;border:none;font-family:inherit}ul{list-style:none}html[data-theme=light] body{color:#0a0a10;background:#f8f8fb}.theme-toggle{cursor:pointer;width:32px;height:32px;color:inherit;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex}.theme-toggle:hover{background:#80808024}:root{--green-400:#4ade80;--bg-base:#0a0a0a;--bg-surface:#0d0b12;--bg-card:#121018;--brand-pink:#ff008a;--brand-pink-hover:#ff2f9f;--brand-text:#ff2f9f;--brand-subtle-bg:#ff008a1a;--brand-subtle-border:#ff008a47;--grad-brand:linear-gradient(135deg, #ff008a 0%, #ff2f9f 50%, #ff4db8 100%);--grad-brand-soft:linear-gradient(135deg, #ff008a 0%, #ff4db8 100%);--grad-text:linear-gradient(135deg, #ff008a 0%, #ff4db8 100%);--accent-text:#ff4db8;--accent-subtle-bg:#ff4db81a;--accent-subtle-border:#ff4db847;--warm-text:#fbbf24;--warm-subtle-bg:#fbbf241a;--warm-subtle-border:#fbbf2447;--text-primary:#f5f5f7;--text-secondary:#8e8e99;--text-muted:#5a5a66;--border-muted:#141418;--border-default:#202025;--border-strong:#36363f;--shadow-glow-brand:0 0 28px -4px #ff008a8c;--nav-h:72px;--section-pad:96px;--inner-max:1120px;--inner-pad:40px;--ease-standard:cubic-bezier(.4, 0, .2, 1)}.landing-page *{box-sizing:border-box}.landing-page{color:var(--text-primary);background:var(--bg-base);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;position:relative;overflow-x:clip}.landing-page a{color:inherit;text-decoration:none}.landing-page button{cursor:pointer;border:none;font-family:inherit}.bg-fx{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.blob{filter:blur(110px);border-radius:9999px;position:absolute}.blob-1{opacity:.16;background:radial-gradient(circle,#ff4db8 0%,#0000 70%);width:600px;height:600px;top:0;left:-10%}.blob-2{opacity:.14;background:radial-gradient(circle,#ff008a 0%,#0000 70%);width:500px;height:500px;top:5vh;right:-8%}.blob-3{opacity:.07;background:radial-gradient(circle,#ff4db8 0%,#0000 70%);width:460px;height:460px;top:28vh;left:38%}.blob-4{opacity:.1;background:radial-gradient(circle,#ff4db8 0%,#0000 70%);width:520px;height:520px;top:50vh;right:-5%}.blob-5{opacity:.09;background:radial-gradient(circle,#ff008a 0%,#0000 70%);width:480px;height:480px;top:68vh;left:-8%}.blob-6{opacity:.08;background:radial-gradient(circle,#ff4db8 0%,#0000 70%);width:440px;height:440px;top:85vh;left:45%}.blob-7{opacity:.07;background:radial-gradient(circle,#ff4db8 0%,#0000 70%);width:500px;height:500px;top:110vh;right:-5%}.blob-8{opacity:.08;background:radial-gradient(circle,#ff008a 0%,#0000 70%);width:460px;height:460px;top:140vh;left:-5%}.blob-9{opacity:.07;background:radial-gradient(circle,#ff4db8 0%,#0000 70%);width:420px;height:420px;top:165vh;left:40%}.wrap{max-width:var(--inner-max);padding:0 var(--inner-pad);margin:0 auto}.navbar-pill{z-index:200;border:1px solid var(--border-default);-webkit-backdrop-filter:blur(24px)saturate(180%);will-change:transform;background:#06060673;border-radius:20px;width:fit-content;max-width:calc(100% - 48px);transition:transform .42s cubic-bezier(.16,1,.3,1),box-shadow .42s;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px -8px #00000080}.navbar-pill.nav-hidden{transform:translate(-50%)translateY(calc(-100% - 24px));box-shadow:0 0 #0000}.navbar-pill-inner{align-items:center;gap:34px;height:62px;padding:0 16px 0 30px;display:flex}.lp-logo{flex-shrink:0;align-items:center;display:inline-flex}.lp-logo-img{width:auto;height:46px}.navbar-links{align-items:center;gap:22px;display:flex}.navbar-links a{color:var(--text-primary);font-size:14px;font-weight:500;transition:opacity .12s}.navbar-links a:hover{opacity:.7}.navbar-cta{align-items:center;gap:8px;display:flex}.navbar-cta .lp-btn-sm{height:42px;padding:0 22px;font-size:14px}.navbar-cta .lp-btn-ghost{background:var(--bg-surface);border-color:var(--border-default)}.navbar-cta .lp-btn-ghost:hover{background:var(--bg-card);border-color:var(--border-strong)}.lp-btn{cursor:pointer;height:44px;transition:all .14s var(--ease-standard);white-space:nowrap;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.lp-btn-grad{background:var(--grad-brand-soft);color:#fff}.lp-btn-grad:hover{box-shadow:var(--shadow-glow-brand);filter:saturate(1.08);transform:translateY(-1px)}.lp-btn-ghost{color:var(--text-primary);border:1px solid #0000;border-color:var(--border-default);background:0 0}.lp-btn-ghost:hover{background:var(--bg-card);border-color:var(--border-strong)}.lp-btn-sm{border-radius:9px;height:36px;padding:0 14px;font-size:13px}.lp-btn-lg{border-radius:13px;height:52px;padding:0 26px;font-size:15px}.eyebrow-pill{letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:0;font-size:11px;font-weight:700;display:inline-flex;background:0 0!important;border:none!important;border-radius:0!important;height:auto!important;padding:0!important}.eyebrow-pill .dot{display:none!important}.eyebrow-plain{letter-spacing:.1em;text-transform:uppercase;color:var(--brand-text);margin-bottom:14px;font-size:11px;font-weight:700;display:block}.grad-text{background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-section{z-index:1;padding:calc(var(--nav-h) + 56px) 0 64px;text-align:center;position:relative}.hero-head{max-width:800px;padding:0 var(--inner-pad);margin:0 auto}.hero-head h1{letter-spacing:-.035em;max-width:14ch;margin:22px auto 0;font-size:clamp(38px,6vw,70px);font-weight:900;line-height:1.03}.hero-lead{color:var(--text-secondary);max-width:56ch;margin:20px auto 0;font-size:clamp(16px,1.8vw,19px);font-weight:450;line-height:1.6}.hero-cta{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.hero-note{color:var(--text-muted);max-width:34ch;margin-top:14px;margin-left:auto;margin-right:auto;font-size:12.5px;line-height:1.5}.grad-silver{background:linear-gradient(#fff 0%,#6f6f7a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}html[data-theme=light] .grad-silver{background:linear-gradient(#9a9aa6 0%,#2e2e38 100%);-webkit-background-clip:text;background-clip:text}.hero-cta-btn{border-radius:14px;height:56px;padding:0 42px;font-size:15.5px;animation:2.8s ease-in-out infinite heroGlow;box-shadow:0 0 48px -6px #ff008a99}.hero-cta-btn:hover{filter:saturate(1.1);transform:translateY(-2px)}@keyframes heroGlow{0%,to{box-shadow:0 0 40px -6px #ff008a80}50%{box-shadow:0 0 68px #ff008ad1}}.hero-social{justify-content:center;align-items:center;gap:12px;margin-top:32px;display:flex}.hero-social-avatars{display:flex}.hero-social-av{object-fit:cover;border:2px solid var(--bg-base);border-radius:9999px;width:34px;height:34px;margin-left:-10px}.hero-social-av:first-child{margin-left:0}.hero-social-info{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.hero-social-stars{color:var(--brand-pink);gap:2px;display:flex}.hero-social-count{color:var(--text-secondary);font-size:12.5px;font-weight:500}@media (prefers-reduced-motion:reduce){.hero-cta-btn{animation:none}}.hero-preview{padding:0 var(--inner-pad);max-width:var(--inner-max);margin-top:56px;margin-left:auto;margin-right:auto;position:relative}.preview-frame{border:1px solid var(--border-default);background:var(--bg-card);border-radius:18px;overflow:hidden;box-shadow:0 40px 120px -40px #ff008a38,0 16px 50px -20px #000000b3}.preview-bar{border-bottom:1px solid var(--border-muted);background:var(--bg-surface);align-items:center;gap:7px;height:40px;padding:0 16px;display:flex}.preview-bar .tl{background:var(--border-strong);border-radius:9999px;width:11px;height:11px}.preview-bar .url-bar{color:var(--text-muted);margin-left:14px;font-family:JetBrains Mono,monospace;font-size:12px}.carousel-outer{gap:10px;padding:16px;display:flex;overflow:hidden}.carousel-track{width:max-content;animation:36s linear infinite marquee;display:flex}.carousel-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-card{border-radius:12px;flex-shrink:0;width:220px;height:391px;margin-right:12px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a}.carousel-video{object-fit:cover;width:100%;height:100%;display:block}.vid-arc{max-width:var(--inner-max);padding:52px var(--inner-pad) 76px;justify-content:center;align-items:center;gap:18px;margin:0 auto;display:flex}.vid-arc-slot{transform-origin:bottom;flex:none;width:172px}.vid-arc-card{aspect-ratio:9/16;background:var(--bg-card);will-change:transform, opacity;border-radius:22px;width:100%;animation-name:vidArcFloat;animation-duration:5.2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;overflow:hidden;box-shadow:0 26px 52px -18px #000000d9}@keyframes vidArcFloat{0%{opacity:.86;transform:translateY(3px)}50%{opacity:1;transform:translateY(-12px)}to{opacity:.86;transform:translateY(3px)}}.vid-arc-video{object-fit:cover;width:100%;height:100%;display:block}@media (width<=980px){.vid-arc{gap:12px}.vid-arc-slot{width:148px}.vid-arc-card{border-radius:18px}}@media (width<=760px){.vid-arc{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:14px;padding:22px 17vw 40px;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.vid-arc::-webkit-scrollbar{display:none}.vid-arc-slot{scroll-snap-align:center;width:66vw;max-width:250px;transform:none!important}.vid-arc-card{border-radius:18px;animation:none}}@media (prefers-reduced-motion:reduce){.vid-arc-card{animation:none!important}}.sticky-offer-wrap{z-index:150;pointer-events:none;justify-content:center;padding:0 12px;display:flex;position:fixed;bottom:18px;left:0;right:0}.sticky-offer{pointer-events:auto;-webkit-backdrop-filter:blur(16px)saturate(160%);backdrop-filter:blur(16px)saturate(160%);background:#0d0d10e6;border:1px solid #ffffff1a;border-radius:20px;justify-content:space-between;align-items:center;gap:clamp(10px,3vw,18px);width:100%;max-width:540px;padding:12px clamp(11px,3vw,14px) 12px clamp(16px,4.5vw,26px);display:flex;box-shadow:0 26px 56px -14px #000000b3}.so-info{min-width:0}.so-eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--brand-pink);white-space:nowrap;align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.so-eyebrow svg{color:var(--brand-pink);flex-shrink:0}.so-price{color:#fff;white-space:nowrap;margin-top:4px;font-size:clamp(15px,4.4vw,21px);font-weight:800;line-height:1.1}.so-price span{color:#ffffff80;font-size:clamp(11px,3vw,13px);font-weight:500}.so-btn{color:#fff;white-space:nowrap;background:linear-gradient(100deg,#e8006b 0%,#ff4db8 100%);border-radius:15px;flex-shrink:0;padding:clamp(13px,3.4vw,16px) clamp(16px,5vw,28px);font-size:clamp(13px,3.6vw,15px);font-weight:700;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden;box-shadow:0 8px 24px #ff008a4d}.so-btn:hover{transform:translateY(-1px);box-shadow:0 12px 32px #ff008a73}.so-btn:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 0%,#ffffff8c 50%,#0000 100%);width:45%;height:100%;animation:2.8s ease-in-out infinite soShimmer;position:absolute;top:0;left:-75%;transform:skew(-20deg)}@keyframes soShimmer{0%{left:-75%}55%,to{left:145%}}.landing-page .lp-btn-grad,.flow-cta-btn{position:relative;overflow:hidden}.landing-page .lp-btn-grad:after,.flow-cta-btn:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 0%,#ffffff80 50%,#0000 100%);width:45%;height:100%;animation:2.8s ease-in-out infinite soShimmer;position:absolute;top:0;left:-75%;transform:skew(-20deg)}html[data-theme=light] .sticky-offer{background:#ffffffd1;border-color:#00000014;box-shadow:0 22px 48px -16px #00000040}html[data-theme=light] .so-price{color:#0f1114}html[data-theme=light] .so-price span{color:#00000073}html[data-theme=light] .so-btn{color:#fff}.vp-mobile{display:none}@media (width<=760px){.vid-arc-wrap{display:none}.vp-mobile{flex-direction:column;align-items:center;gap:16px;padding:8px 0 20px;display:flex}.vp-mobile-stage{aspect-ratio:9/16;width:62vw;max-width:280px;position:relative}.vp-mobile-card{background:var(--bg-card);border-radius:20px;position:absolute;inset:0;overflow:hidden;box-shadow:0 20px 50px -12px #000000bf}.vp-mobile-card video{object-fit:cover;width:100%;height:100%;display:block}.vp-mobile-nav{align-items:center;gap:14px;display:flex}.vp-mobile-arrow{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;line-height:1;display:flex}.vp-mobile-arrow:active{background:#ffffff1a}.vp-mobile-dots{gap:6px;display:flex}.vp-mobile-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.vp-mobile-dot.active{background:var(--tt-magenta,#f30767);transform:scale(1.3)}html[data-theme=light] .vp-mobile-card{box-shadow:0 16px 40px -8px #00000040}html[data-theme=light] .vp-mobile-arrow{color:#1a1a1a;border-color:#00000026}html[data-theme=light] .vp-mobile-arrow:active{background:#0000000f}html[data-theme=light] .vp-mobile-dot{background:#00000026}}.gallery{grid-template-columns:repeat(5,1fr);gap:10px;padding:16px;display:grid}.av-tile{aspect-ratio:4/5;border-radius:12px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0d}.av-tile span.label{color:#fffc;font-size:10px;font-weight:600;position:absolute;bottom:8px;left:10px}.av-tag{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:9999px;padding:2px 7px;font-size:9px;font-weight:700;position:absolute;top:8px;right:8px}.g-warm{background:linear-gradient(150deg,#ff008a 0%,#0d0b12 100%)}.g-purple{background:linear-gradient(150deg,#ff4db8 0%,#0d0b12 100%)}.g-orange{background:linear-gradient(150deg,#ff4db8 0% 120%)}.g-mix{background:linear-gradient(150deg,#ff008a 0%,#ff4db8 100%)}.g-deep{background:linear-gradient(150deg,#0d0b12 0%,#ff4db8 100%)}.strip{border-top:1px solid var(--border-muted);border-bottom:1px solid var(--border-muted);z-index:1;padding:40px 0;position:relative}.strip-label{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:28px;font-size:11px;font-weight:700}.strip-stats{flex-wrap:wrap;justify-content:center;gap:96px;display:flex}.stat{text-align:center}.stat .n{letter-spacing:-.03em;color:var(--text-primary);font-size:44px;font-weight:800;line-height:1.05}.stat .l{color:var(--text-secondary);margin-top:8px;font-size:15px}.lp-section{padding:var(--section-pad) 0;z-index:1;position:relative}.lp-section-carousel{padding-top:16px}.lp-section-alt{padding:var(--section-pad) 0;z-index:1;background:var(--bg-surface);position:relative}.sec-head{text-align:center;max-width:64ch;margin:0 auto 52px}.sec-head h2{letter-spacing:-.03em;margin:14px 0 0;font-size:clamp(28px,3.8vw,42px);font-weight:800;line-height:1.1}.sec-head p{color:var(--text-secondary);max-width:54ch;margin:16px auto 0;font-size:17px;line-height:1.6}.feat-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feat{background:var(--bg-card);border:1px solid var(--border-default);border-radius:18px;padding:28px;transition:border-color .16s,transform .16s}.feat:hover{border-color:var(--border-strong);transform:translateY(-2px)}.feat .ic{background:var(--brand-subtle-bg);border:1px solid var(--brand-subtle-border);width:46px;height:46px;color:var(--brand-text);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.feat.accent .ic{background:var(--accent-subtle-bg);border-color:var(--accent-subtle-border);color:var(--accent-text)}.feat.warm .ic{background:var(--warm-subtle-bg);border-color:var(--warm-subtle-border);color:var(--warm-text)}.feat h3{letter-spacing:-.02em;margin:0 0 8px;font-size:18px;font-weight:700}.feat p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.65}.steps{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.step{border:1px solid var(--border-default);background:var(--bg-card);border-radius:18px;padding:28px;position:relative}.step .num{color:var(--brand-text);letter-spacing:.06em;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700}.step h3{letter-spacing:-.02em;margin:14px 0 8px;font-size:17px;font-weight:700}.step p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.65}.step-arrow{z-index:2;background:var(--bg-base);border:1px solid var(--border-default);width:26px;height:26px;color:var(--text-muted);border-radius:9999px;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:-13px;transform:translateY(-50%)}.split{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.split.rev{direction:rtl}.split.rev>*{direction:ltr}.split h2{letter-spacing:-.03em;margin:14px 0 0;font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.12}.split p{color:var(--text-secondary);margin:16px 0 0;font-size:16px;line-height:1.65}.check-list{flex-direction:column;gap:13px;margin:22px 0 0;padding:0;list-style:none;display:flex}.check-list li{color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:14.5px;display:flex}.check-list .ck{background:var(--brand-subtle-bg);border:1px solid var(--brand-subtle-border);width:21px;height:21px;color:var(--brand-text);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.showcase-card{border:1px solid var(--border-default);background:var(--bg-card);border-radius:18px;overflow:hidden;box-shadow:0 24px 80px -24px #0009}.showcase-mini{grid-template-columns:repeat(3,1fr);gap:8px;padding:14px;display:grid}.showcase-mini .av-tile{border-radius:10px}.tst-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.tst{background:var(--bg-card);border:1px solid var(--border-default);border-radius:18px;flex-direction:column;padding:26px;display:flex}.tst .stars{color:var(--warm-text);gap:2px;margin-bottom:14px;display:flex}.tst .quote{color:var(--text-primary);flex:1;margin:0 0 20px;font-size:14.5px;line-height:1.65}.tst .who{align-items:center;gap:11px;display:flex}.tst .who .ava{border-radius:9999px;flex-shrink:0;width:38px;height:38px}.tst .who .nm{font-size:13px;font-weight:700}.tst .who .rl{color:var(--text-muted);font-size:12px}.tst-disclaimer{text-align:center;color:var(--text-muted);margin-top:20px;font-size:11px}.compare{grid-template-columns:1fr 1fr;gap:16px;max-width:860px;margin:0 auto;display:grid}.comp-col{border:1px solid var(--border-default);background:var(--bg-card);border-radius:18px;padding:28px}.comp-col.win{border-color:var(--brand-subtle-border);background:linear-gradient(var(--bg-card), var(--bg-card)) padding-box, var(--grad-brand) border-box;border:1.5px solid #0000}.comp-col h3{letter-spacing:-.01em;align-items:center;gap:10px;margin:0 0 18px;font-size:15px;font-weight:700;display:flex}.comp-col h3 .tagm{text-transform:uppercase;letter-spacing:.05em;background:var(--grad-brand-soft);color:#fff;border-radius:9999px;padding:3px 9px;font-size:10px;font-weight:800}.comp-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.comp-list li{align-items:flex-start;gap:11px;font-size:13.5px;line-height:1.45;display:flex}.comp-list.bad li{color:var(--text-muted)}.comp-list.good li{color:var(--text-primary)}.comp-list.good li .ci{color:var(--brand-text)}.comp-list.bad li .ci{color:var(--text-muted);opacity:.5}.price-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:740px;margin:0 auto;display:grid}.price{background:var(--bg-card);border:1px solid var(--border-default);border-radius:20px;flex-direction:column;padding:32px;display:flex;position:relative}.price.feature{background:linear-gradient(var(--bg-card), var(--bg-card)) padding-box, var(--grad-brand) border-box;border:1.5px solid #0000}.price .tag{text-transform:uppercase;letter-spacing:.04em;background:var(--grad-brand-soft);color:#fff;white-space:nowrap;border-radius:9999px;padding:5px 14px;font-size:11px;font-weight:800;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.price .pname{color:var(--text-secondary);font-size:14px;font-weight:700}.price .pcost{align-items:baseline;gap:6px;margin:14px 0 4px;display:flex}.price .pcost .amt{letter-spacing:-.04em;font-size:42px;font-weight:900}.price .pcost .per{color:var(--text-secondary);font-size:14px}.price .psub{color:var(--text-secondary);min-height:18px;margin-bottom:24px;font-size:13px}.checkout-installment{color:#ffffff73;margin-bottom:6px;font-size:13px}.checkout-installment strong{color:#fff;margin:0 2px;font-weight:700}.price ul{flex-direction:column;flex:1;gap:12px;margin:0 0 28px;padding:0;list-style:none;display:flex}.price li{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:14px;display:flex}.price li .ci{color:var(--brand-text);flex-shrink:0;margin-top:1px}.lp-section-pricing .sec-head h2{color:var(--text-primary)}.lp-section-pricing .sec-head p{color:var(--text-secondary)}.lp-section-pricing .eyebrow-pill{color:#ffffff73;border-color:#ffffff14}.pc-grid{justify-content:center;align-items:stretch;gap:18px;max-width:900px;margin:0 auto;display:flex}.pc-card{background:#0d0d10;border:none;border-radius:24px;flex-direction:column;flex:1 1 0;padding:40px 36px 36px;transition:box-shadow .22s;display:flex;position:relative;box-shadow:0 16px 48px #0006}.pc-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(150deg,#ffffff2e 0%,#ffffff0f 50%,#ffffff1a 100%);border-radius:24px;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.pc-card:hover{box-shadow:0 20px 56px #00000080}.pc-card-featured{background:#0d0d10;border:none;border-radius:24px;flex:1.16 1 0;padding:48px 40px 40px;box-shadow:0 24px 64px #0000008c}.pc-card-featured:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(150deg,#ff008aa6 0%,#ff4db859 55%,#822cfe40 100%);border-radius:24px;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.pc-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:7px;display:flex}.pc-badge{color:#fff;letter-spacing:.07em;text-transform:uppercase;background:#f30767;border-radius:999px;flex-shrink:0;align-items:center;padding:4px 11px;font-size:10px;font-weight:800;display:inline-flex}.pc-plan-name{color:#fff;letter-spacing:-.025em;font-size:20px;font-weight:800}.pc-plan-sub{color:#ffffff73;margin-bottom:30px;font-size:13px;line-height:1.65}.pc-price-block{margin-bottom:28px}.pc-price-original{color:#ffffff40;margin-bottom:3px;font-size:14px;text-decoration:line-through;display:block}.pc-price-row{align-items:baseline;gap:8px;display:flex}.pc-price-main{letter-spacing:-.05em;color:#fff;font-size:58px;font-weight:900;line-height:1;transition:color .3s}.pc-price-discounted{color:#4ade80}.pc-price-period{color:#ffffff4d;font-size:14px;font-weight:500}.pc-installment{color:#ffffff6b;margin-top:12px;font-size:14px}.pc-installment strong{color:#ffffffd1;margin:0 2px;font-weight:700}.pc-monthly-equiv{color:#ff4db899;margin-top:5px;font-size:12px;font-weight:600}.pc-highlight{color:#ffffff9e;background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:8px;margin-bottom:26px;padding:10px 15px;font-size:12.5px;font-weight:600;display:flex}.pc-highlight svg{color:var(--brand-pink);flex-shrink:0}.pc-highlight-featured{color:#ffffffc7;background:#ff008a0f;border-color:#ff008a24}.pc-features{flex-direction:column;flex:1;gap:13px;margin:0 0 32px;padding:0;list-style:none;display:flex}.pc-features li{color:#ffffff9e;align-items:center;gap:12px;font-size:13.5px;line-height:1.4;display:flex}.pc-dot{background:#ffffff61;border-radius:50%;flex-shrink:0;width:6px;height:6px}.pc-dot-featured{background:#ff008a;box-shadow:0 0 7px #ff008a8c}.pc-feat-check{color:#fff6;flex-shrink:0}.pc-feat-check-featured{color:#f30767}.pc-btn{cursor:pointer;color:#fff;border:none;border-radius:13px;justify-content:center;align-items:center;gap:8px;margin-bottom:14px;padding:15px 22px;font-size:14px;font-weight:700;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s,opacity .18s,background .18s;display:flex;position:relative;text-decoration:none!important}.pc-btn-outline{color:#ffffffbf;background:#ffffff0d;border:1px solid #ffffff17}.pc-btn-outline:hover{color:#fff;background:#ffffff17;border-color:#ffffff2b;transform:translateY(-1px)}.pc-btn.pc-btn-secondary{color:#fff;background:linear-gradient(100deg,#e8006b 0%,#ff4db8 100%);border:none;box-shadow:0 6px 22px #ff008a3d,0 2px 6px #0000002e}.pc-btn.pc-btn-secondary:hover{color:#fff;transform:translateY(-2px)scale(1.015);box-shadow:0 12px 36px #ff008a66,0 4px 12px #00000038}.pc-btn-grad{background:linear-gradient(100deg,#e8006b 0%,#ff4db8 100%);box-shadow:0 6px 22px #ff008a3d,0 2px 6px #0000002e}.pc-btn.pc-btn-grad{color:#fff}.pc-btn-grad:hover{transform:translateY(-2px)scale(1.015);box-shadow:0 12px 36px #ff008a66,0 4px 12px #00000038}.pc-footnote{text-align:center;color:#ffffff29;font-size:11.5px}.pc-footnote-featured{color:#ff4db861}.pc-coupon-area{flex-direction:column;gap:10px;max-width:300px;margin:0 auto 44px;display:flex}.pc-coupon-wrap{background:#ffffff0a;border:1px solid #ffffff17;border-radius:9999px;align-items:center;gap:9px;padding:6px 6px 6px 18px;transition:border-color .2s,box-shadow .2s;display:flex}.pc-coupon-wrap:focus-within{border-color:#ff008a73;box-shadow:0 0 0 3px #ff008a14}html[data-theme=light] .pc-coupon-wrap{background:#00000008;border-color:#0000001f}.pc-coupon-wrap.shake{border-color:#f87171;animation:.42s pc-shake}@keyframes pc-shake{0%,to{transform:translate(0)}22%{transform:translate(-7px)}55%{transform:translate(7px)}78%{transform:translate(-3px)}}.pc-coupon-icon{color:var(--text-muted);flex-shrink:0}.pc-coupon-input{min-width:0;color:var(--text-primary);letter-spacing:.02em;background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-family:inherit;font-size:13.5px}.pc-coupon-input::placeholder{color:var(--text-muted)}.pc-coupon-btn{color:#fff;white-space:nowrap;cursor:pointer;background:linear-gradient(100deg,#e8006b 0%,#ff4db8 100%);border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;gap:6px;padding:0 22px;font-family:inherit;font-size:12.5px;font-weight:700;line-height:1;transition:opacity .15s,transform .15s;display:flex}.pc-coupon-btn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.pc-coupon-btn:disabled{background:var(--border-default);color:var(--text-muted);box-shadow:none;cursor:default}.pc-coupon-error{color:#f87171;text-align:center;margin:4px 0 0;font-size:12.5px}.pc-spin{animation:.8s linear infinite pc-spin-anim}@keyframes pc-spin-anim{to{transform:rotate(360deg)}}.pc-applied{background:#4ade800f;border:1px solid #4ade802e;border-radius:12px;align-items:center;gap:10px;padding:13px 16px;display:flex}.pc-applied-icon{color:#4ade80;background:#4ade8024;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.pc-applied-text{color:var(--text-secondary);flex:1;font-size:13.5px}.pc-applied-text strong{color:#4ade80;font-weight:700}.pc-applied-remove{cursor:pointer;color:#4ade8073;background:0 0;border:none;padding:2px;transition:color .15s;display:flex}.pc-applied-remove:hover{color:#4ade80d9}.pc-savings-block{background:#4ade800a;border:1px solid #4ade8024;border-radius:12px;align-items:center;gap:14px;padding:14px 18px;display:flex}.pc-savings-icon{flex-shrink:0;font-size:20px}.pc-savings-text{flex-direction:column;flex:1;gap:1px;display:flex}.pc-savings-label{color:var(--text-muted);font-size:11.5px;font-weight:500}.pc-savings-amount{color:#4ade80;letter-spacing:-.02em;font-size:18px;font-weight:800}.pc-savings-pct{color:#4ade80a6;letter-spacing:-.03em;font-size:22px;font-weight:900}@media (width<=720px){.pc-grid{flex-direction:column;align-items:stretch}.pc-card{flex:unset;border-radius:20px;padding:32px 24px 28px}.pc-card-featured{flex:unset;border-radius:20px;order:-1;padding:36px 26px 32px}.pc-price-main{font-size:48px}.pc-coupon-area{max-width:100%}}.landing-pay-choice-grid{border-top:1px solid var(--border-default);grid-template-columns:1fr 1fr;gap:8px;margin-top:4px;padding-top:16px;display:grid}.landing-pay-choice-card{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:14px;padding:14px}.landing-pay-choice-label{margin-bottom:6px;font-size:12px;font-weight:700}.landing-pay-choice-copy{color:var(--text-secondary);font-size:12px;line-height:1.5}.plan-flow-page{min-height:100svh;position:relative}.plan-topbar{z-index:80;padding:18px 0 0;position:sticky;top:0}.plan-topbar-inner{border:1px solid var(--border-default);-webkit-backdrop-filter:blur(20px);background:#060606d1;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex;box-shadow:0 18px 40px -24px #000000c7}.plan-topbar-meta{color:var(--text-muted);text-align:center;font-size:12px}.plan-topbar-actions{align-items:center;gap:8px;display:flex}.plan-section,.checkout-section{padding-top:52px}.plan-layout,.checkout-layout{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:start;gap:32px;display:grid}.plan-copy h1,.checkout-main h1{letter-spacing:-.04em;max-width:11ch;margin:18px 0 0;font-size:clamp(34px,4.6vw,54px);font-weight:900;line-height:1.02}.plan-lead{color:var(--text-secondary);max-width:56ch;margin:18px 0 0;font-size:17px;line-height:1.7}.plan-inline-alert{color:#fcd34d;background:#fbbf2414;border:1px solid #fbbf2447;border-radius:16px;align-items:flex-start;gap:10px;margin-bottom:24px;padding:14px 16px;font-size:13px;line-height:1.6;display:flex}.plan-inline-alert svg{flex-shrink:0;margin-top:2px}.plan-trust-grid{gap:12px;margin-top:28px;display:grid}.plan-trust-card,.checkout-form-card,.checkout-trust-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:20px}.plan-trust-card{align-items:flex-start;gap:14px;padding:18px;display:flex}.plan-trust-icon{background:var(--brand-subtle-bg);border:1px solid var(--brand-subtle-border);width:38px;height:38px;color:var(--brand-text);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.plan-trust-card h3{margin:0 0 4px;font-size:14px;font-weight:700}.plan-trust-card p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.6}.plan-sidebar{flex-direction:column;gap:16px;display:flex}.plan-price-card{overflow:visible}.plan-price-tag{border:1px solid var(--brand-subtle-border);background:var(--brand-subtle-bg);width:fit-content;color:var(--brand-text);letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:7px;margin-bottom:12px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex}.plan-option-grid{gap:10px;margin-top:6px;display:grid}.plan-option-card{text-align:left;border:1px solid var(--border-default);background:var(--bg-surface);width:100%;color:var(--text-primary);transition:border-color .14s var(--ease-standard), transform .14s var(--ease-standard), background .14s var(--ease-standard);border-radius:16px;padding:14px}.plan-option-card:hover{border-color:var(--border-strong);transform:translateY(-1px)}.plan-option-card.is-active{border-color:var(--brand-subtle-border);background:var(--brand-subtle-bg);box-shadow:inset 0 0 0 1px #ff008a33}.plan-option-head{justify-content:space-between;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.plan-option-head svg{color:var(--brand-text)}.plan-option-eyebrow{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:11px;font-weight:700}.plan-option-card p{color:var(--text-secondary);margin:8px 0 0;font-size:12px;line-height:1.55}.plan-action-stack{flex-direction:column;gap:10px;margin-top:20px;display:flex}.plan-action-btn{width:100%}.plan-footnote{text-align:center;color:var(--text-muted);margin-top:14px;font-size:12px;line-height:1.6}.plan-guarantee{margin-top:32px}.plan-cards-grid{justify-content:center;align-items:flex-start;gap:20px;max-width:860px;margin:0 auto;display:flex}.plan-card{background:#0f0f0f;border:1px solid #ffffff14;border-radius:22px;flex-direction:column;flex:1 1 0;padding:36px 32px 32px;display:flex;position:relative}.plan-card-featured{background:radial-gradient(at 50% -10%,#ff008a0d 0%,#0f0f0f 60%);border:none;border-radius:22px;flex:1.18 1 0;padding:44px 38px 38px;box-shadow:0 0 56px #ff008a17,0 28px 70px #000000a6}.plan-card-featured:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(145deg,#ff008a 0%,#ff4db8 100%);border-radius:22px;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.plan-badge-pill{color:#ff008af2;letter-spacing:.08em;text-transform:uppercase;background:#ff008a1a;border:1px solid #ff008a47;border-radius:9999px;align-self:flex-start;margin-bottom:20px;padding:4px 12px;font-size:9.5px;font-weight:800;display:inline-flex}.plan-card-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#ffffff47;margin-bottom:7px;font-size:10.5px;font-weight:700}.plan-card-eyebrow-featured{color:#ff008aa6}.plan-card-name{color:#fff;letter-spacing:-.025em;margin-bottom:8px;font-size:20px;font-weight:800}.plan-card-desc{color:#ffffff61;margin-bottom:28px;font-size:13px;line-height:1.65}.plan-card-divider{background:#ffffff0f;height:1px;margin-bottom:28px}.plan-card-divider-featured{background:linear-gradient(90deg,#ff008a38 0%,#a007f329 60%,#0000 100%)}.plan-card-price-row{align-items:baseline;gap:7px;margin-bottom:6px;display:flex}.plan-card-amount{letter-spacing:-.05em;color:#fff;font-size:56px;font-weight:900;line-height:1}.plan-card-cadence{color:#ffffff52;font-size:14px;font-weight:500}.plan-card-installment{color:#ffffff73;margin-bottom:4px;font-size:13px}.plan-card-installment strong{color:#fff;margin:0 2px;font-weight:700}.plan-card-savings{color:#a007f3b3;margin-bottom:20px;font-size:12px;font-weight:600}.plan-card-highlight{color:#ffffffb3;background:#ffffff0a;border:1px solid #ffffff12;border-radius:9px;align-items:center;gap:6px;margin-bottom:24px;padding:9px 14px;font-size:12.5px;font-weight:600;display:flex}.plan-card-highlight-featured{color:#ffffffd9;background:#ff008a12;border-color:#ff008a2e}.plan-card-feats{flex-direction:column;flex:1;gap:11px;margin:0 0 28px;padding:0;list-style:none;display:flex}.plan-card-feats li{color:#ffffff80;align-items:center;gap:10px;font-size:13px;display:flex}.plan-card-feats li.feat-ann{color:#ffffffb8}.plan-check{color:#ffffff38;flex-shrink:0}.plan-check-featured{color:#ff008a}.plan-card-btn{justify-content:center;width:100%;margin-bottom:12px}.plan-card-footnote{text-align:center;color:#fff3;font-size:11.5px}.plan-card-footnote-featured{color:#a007f373}@media (width<=720px){.plan-cards-grid{flex-direction:column;align-items:stretch}.plan-card,.plan-card-featured{flex:unset;border-radius:18px;padding:30px 22px 26px}.plan-card-featured{order:-1}.plan-card-amount{font-size:46px}}.checkout-main{max-width:680px}.checkout-form-card{margin-top:28px;padding:24px}.checkout-mode-switch{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.checkout-mode-btn{border:1px solid var(--border-default);background:var(--bg-surface);height:48px;color:var(--text-secondary);transition:border-color .14s var(--ease-standard), color .14s var(--ease-standard), background .14s var(--ease-standard);border-radius:14px;font-size:14px;font-weight:700}.checkout-mode-btn.is-active{border-color:var(--brand-subtle-border);background:var(--brand-subtle-bg);color:var(--text-primary);box-shadow:inset 0 0 0 1px #ff008a33}.checkout-summary-inline{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:12px;display:flex}.checkout-summary-badge{border:1px solid var(--brand-subtle-border);background:var(--brand-subtle-bg);height:24px;color:var(--brand-text);border-radius:9999px;align-items:center;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.checkout-identity-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px;display:grid}.checkout-identity-card{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:16px;padding:14px}.checkout-identity-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:7px;font-size:11px;font-weight:700;display:inline-flex}.checkout-identity-card strong{margin-top:8px;font-size:14px;line-height:1.45;display:block}.checkout-field{margin-bottom:16px}.checkout-field label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.checkout-field input{border:1px solid var(--border-default);background:var(--bg-surface);width:100%;height:50px;color:var(--text-primary);transition:border-color .14s var(--ease-standard), box-shadow .14s var(--ease-standard);border-radius:14px;outline:none;padding:0 16px;font-size:16px}.checkout-field input:focus{border-color:var(--brand-text);box-shadow:0 0 0 3px #ff008a1f}.checkout-field p{color:var(--text-secondary);margin:10px 0 0;font-size:12px;line-height:1.6}.checkout-error{color:#fca5a5;background:#f8717114;border:1px solid #f8717147;border-radius:14px;margin:0 0 16px;padding:12px 14px;font-size:13px;line-height:1.55}.checkout-submit{width:100%;margin-top:16px}.checkout-meta-note{color:var(--text-muted);align-items:flex-start;gap:8px;margin-top:14px;font-size:12px;line-height:1.6;display:flex}.checkout-meta-note svg{flex-shrink:0;margin-top:1px}.checkout-aside{flex-direction:column;gap:16px;display:flex}.checkout-summary-card{position:sticky;top:94px}.checkout-trust-card{padding:22px}.checkout-trust-head{align-items:center;gap:10px;margin-bottom:14px;font-size:15px;font-weight:700;display:flex}.checkout-trust-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.checkout-trust-list li{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:13px;line-height:1.55;display:flex}.checkout-trust-list li svg{color:var(--brand-text);flex-shrink:0;margin-top:1px}.checkout-trust-foot{border-top:1px solid var(--border-default);color:var(--text-muted);align-items:flex-start;gap:8px;margin-top:16px;padding-top:14px;font-size:12px;line-height:1.6;display:flex}.spin-icon{animation:1s linear infinite spin}.guarantee{background:#4ade800a;border:1px solid #4ade8033;border-radius:20px;align-items:center;gap:24px;max-width:520px;margin:32px auto 0;padding:24px 28px;display:flex;box-shadow:0 0 40px -10px #4ade801f,inset 0 1px #4ade8014}.guarantee .seal{color:#4ade80;background:#4ade8014;border:2px solid #4ade8059;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 0 0 4px #4ade800f,0 0 20px #4ade8026}.guarantee h4{color:#4ade80;letter-spacing:-.01em;margin:0 0 5px;font-size:15px;font-weight:800}.guarantee p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.6}.urg{color:var(--warm-text);align-items:center;gap:6px;margin-top:14px;font-size:12px;font-weight:600;display:inline-flex}.faq{max-width:740px;margin:0 auto}.qa{border-bottom:1px solid var(--border-muted)}.qa summary{cursor:pointer;letter-spacing:-.01em;color:var(--text-primary);justify-content:space-between;align-items:center;gap:12px;padding:20px 4px;font-size:15px;font-weight:600;list-style:none;display:flex}.qa summary::-webkit-details-marker{display:none}.qa summary .chev{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.qa[open] summary .chev{transform:rotate(180deg)}.qa .ans{color:var(--text-secondary);max-width:64ch;padding:0 4px 20px;font-size:14px;line-height:1.7}.final-section{padding:var(--section-pad) 0;z-index:1;position:relative}.final-card{text-align:center;padding:72px 40px;position:relative}.final-card:before,.final-card:after{content:none}.final-card>*{z-index:1;position:relative}.final-card h2{letter-spacing:-.035em;margin:0;font-size:clamp(28px,4vw,46px);font-weight:900;line-height:1.07}.final-card p{color:var(--text-secondary);max-width:48ch;margin:16px auto 0;font-size:17px}.final-cta-btns{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.footer{border-top:1px solid var(--border-muted);z-index:1;padding:52px 0 36px;position:relative}.foot-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;display:grid}.foot-col h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 16px;font-size:11px;font-weight:700}.foot-col a{color:var(--text-secondary);margin-bottom:10px;font-size:13.5px;transition:color .12s;display:block}.foot-col a:hover{color:var(--text-primary)}.foot-col .foot-desc{color:var(--text-secondary);max-width:30ch;margin:0;font-size:13.5px;line-height:1.6}.foot-bottom{border-top:1px solid var(--border-muted);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:12.5px;display:flex}.lp-logo img{display:block}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;margin-left:auto;padding:4px;display:none}.nav-hamburger span{background:var(--text-primary);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.nav-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{inset:var(--nav-h) 0 0 0;z-index:90;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#060606f7;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:32px 24px;display:none;position:fixed}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--text-primary);text-align:center;border-bottom:1px solid var(--border-default);width:100%;padding:12px 0;font-size:20px;font-weight:700;transition:color .12s}.mobile-menu a:last-of-type{border-bottom:none}.mobile-menu a:hover{color:var(--brand-text)}.mobile-menu .lp-btn{text-align:center;border-bottom:none;border-radius:12px;justify-content:center;width:100%;height:48px;margin-top:20px;font-size:15px}.mobile-menu .lp-btn+.lp-btn{margin-top:10px}.hero-demo{margin-top:36px}.hero-demo-video{max-height:480px}.browser-window{--tilt-lift:0px;--tilt-rotate-x:0deg;--tilt-rotate-y:0deg;--tilt-glow-x:50%;--tilt-glow-y:18%;--tilt-glow-opacity:0;--browser-window-radius:18px;border:1px solid var(--border-default);border-radius:var(--browser-window-radius);background:linear-gradient(180deg, #ffffff05, transparent 20%), var(--bg-card);transform:perspective(1600px) rotateX(var(--tilt-rotate-x)) rotateY(var(--tilt-rotate-y)) translateY(var(--tilt-lift));transform-style:preserve-3d;transform-origin:50%;transition:transform .22s var(--ease-standard), box-shadow .22s var(--ease-standard), border-color .22s var(--ease-standard);will-change:transform;position:relative;overflow:hidden}.browser-window:before{content:"";background:radial-gradient(circle at var(--tilt-glow-x) var(--tilt-glow-y), #ffffff38, transparent 28%), linear-gradient(135deg, #ffffff1a, transparent 36%, transparent 62%, #ffffff0a);opacity:var(--tilt-glow-opacity);mix-blend-mode:screen;pointer-events:none;transition:opacity .22s var(--ease-standard);z-index:0;position:absolute;inset:0}.browser-window:after{content:"";border-radius:inherit;pointer-events:none;z-index:3;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff14,inset 0 0 0 1px #ffffff08}.browser-window.is-clickable{cursor:pointer}.browser-window.demo-frame{box-shadow:0 44px 120px -44px #ff008a47,0 22px 60px -28px #000000d1}.browser-window.app-frame{box-shadow:0 30px 84px -34px #000000bd,0 18px 48px -26px #ff4db824}.browser-window-bar{z-index:2;position:relative;transform:translateZ(34px)}.browser-window-body{z-index:1;position:relative;transform:translateZ(26px)}.demo-frame,.app-frame{border-radius:var(--browser-window-radius);background:0 0;border:none;overflow:hidden}.demo-bar{border-bottom:1px solid var(--border-muted);background:var(--bg-surface);align-items:center;gap:6px;height:38px;padding:0 14px;display:flex}.demo-bar .tl{border-radius:9999px;flex-shrink:0;width:10px;height:10px;box-shadow:inset 0 0 0 1px #00000029,0 1px 1px #ffffff14}.demo-bar .tl:first-child{background:#ff5f57}.demo-bar .tl:nth-child(2){background:#febc2e}.demo-bar .tl:nth-child(3){background:#28c840}.demo-url{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-left:12px;font-family:JetBrains Mono,monospace;font-size:11.5px;overflow:hidden}.demo-play-overlay{background:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.demo-play-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:9999px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.results-grid{grid-template-columns:repeat(7,1fr);gap:10px;margin-bottom:32px;display:grid}.result-card{aspect-ratio:4/5;background:var(--bg-card);border:1px solid var(--border-default);border-radius:12px;overflow:hidden}.result-card img{object-fit:cover;width:100%;height:100%;display:block}.carousel-outer-wrap{margin-top:8px;position:relative;overflow:hidden}.carousel-fade-l,.carousel-fade-r{z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.carousel-fade-l{background:linear-gradient(to right, var(--bg-base), transparent);left:0}.carousel-fade-r{background:linear-gradient(to left, var(--bg-base), transparent);right:0}.carousel-track-wrap{padding:16px 0;display:flex;overflow:hidden}.feature-split{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.feature-split.rev{direction:rtl}.feature-split.rev>*{direction:ltr}.feature-split-text h2{letter-spacing:-.03em;margin:14px 0 0;font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.1}.feature-split-text p{color:var(--text-secondary);max-width:48ch;margin:16px 0 0;font-size:16px;line-height:1.65}.feature-split-visual,.app-frame{width:100%}.card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:14px;overflow:hidden}@keyframes lp-progress{0%{opacity:.6;width:0%}60%{opacity:1;width:80%}to{opacity:.4;width:80%}}@media (width<=860px){:root{--inner-pad:24px;--section-pad:72px;--nav-h:56px}.navbar-pill{border-radius:24px;width:calc(100% - 24px);top:12px}.navbar-pill-inner{gap:10px;height:56px;padding:0 10px 0 16px}.lp-logo-img{height:48px}.navbar-links{display:none}.navbar-cta{gap:6px;margin-left:auto;display:flex}.navbar-cta .lp-btn-ghost,.navbar-cta .lp-theme-toggle{display:none}.navbar-cta .lp-btn-sm{height:38px;padding:0 15px;font-size:13px}.nav-hamburger{margin-left:0;display:flex}.mobile-menu{inset:calc(var(--nav-h) + 20px) 12px auto 12px;border:1px solid var(--border-default);max-height:calc(100svh - var(--nav-h) - 32px);border-radius:24px;justify-content:flex-start;align-items:stretch;gap:0;padding:16px;overflow:auto}.mobile-menu a{text-align:left;padding:14px 4px;font-size:17px}.mobile-menu .lp-btn{margin-top:14px}.hero-section{min-height:100svh;padding:calc(var(--nav-h) + 32px) 0 44px;flex-direction:column;justify-content:center;display:flex}.hero-head{max-width:720px}.hero-head h1{max-width:12ch}.hero-cta{margin-top:26px}.hero-demo{margin-top:28px}.hero-demo-video{max-height:400px}.browser-window{--browser-window-radius:16px}.demo-bar{padding:0 12px}.demo-url{font-size:10.5px}.sec-head{margin-bottom:42px}.sec-head p{font-size:16px}.gallery{grid-template-columns:repeat(3,1fr)}.feat-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr}.step-arrow{display:none}.split{grid-template-columns:1fr;gap:32px}.split.rev{direction:ltr}.results-grid{grid-template-columns:repeat(4,1fr)}.feature-split{grid-template-columns:1fr;gap:36px}.feature-split.rev{direction:ltr}.feature-split-text h2{font-size:30px}.feature-split-text p{max-width:100%}.landing-pay-choice-grid,.plan-layout,.checkout-layout,.checkout-identity-grid{grid-template-columns:1fr}.plan-topbar-inner{flex-wrap:wrap;justify-content:center}.plan-topbar-meta{order:3;width:100%}.checkout-summary-card{position:static}.training-grid{grid-template-columns:repeat(2,1fr)!important}.tst-grid{grid-template-columns:1fr;gap:12px}.compare{grid-template-columns:1fr;max-width:480px}.price-grid{grid-template-columns:1fr;max-width:420px}.foot-grid{grid-template-columns:1fr 1fr}.strip-stats{gap:36px}}@media (width<=560px){:root{--inner-pad:16px;--section-pad:48px;--nav-h:52px}.navbar-pill{width:calc(100% - 14px);top:8px}.navbar-pill-inner{gap:10px;height:52px;padding:0 10px 0 14px}.lp-logo-img{height:42px}.nav-hamburger{width:34px;height:34px}.nav-hamburger span{width:20px}.mobile-menu{inset:calc(var(--nav-h) + 16px) 8px auto 8px;border-radius:20px;padding:14px}.mobile-menu a{padding:13px 2px;font-size:16px}.hero-section{padding:calc(var(--nav-h) + 16px) 0 36px}.hero-head h1{letter-spacing:-.04em;max-width:12ch;margin-top:12px;font-size:clamp(38px,11vw,48px)}.hero-lead{margin-top:14px;font-size:14px;line-height:1.55}.hero-cta{flex-direction:column}.hero-cta .lp-btn{width:100%}.hero-cta{gap:10px;margin-top:22px}.hero-note{margin-top:12px;font-size:11.5px}.hero-demo{margin-top:22px}.hero-demo-video{max-height:320px}.demo-bar{gap:5px;height:34px;padding:0 10px}.demo-bar .tl{width:8px;height:8px}.demo-url{display:none}.demo-play-btn{width:56px;height:56px}.strip{padding:28px 0}.strip-label{margin-bottom:20px;font-size:10px}.strip-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.stat .n{font-size:24px}.stat .l{font-size:11.5px}.plan-topbar{padding-top:14px}.plan-topbar-inner,.plan-trust-card,.checkout-form-card,.checkout-trust-card{border-radius:18px}.plan-topbar-inner{align-items:stretch}.plan-topbar-meta{text-align:left}.plan-copy h1,.checkout-main h1{font-size:34px}.plan-topbar-actions,.checkout-mode-switch{grid-template-columns:1fr}.plan-topbar-actions{flex-direction:column;width:100%;display:flex}.plan-topbar-actions .lp-btn{width:100%}.checkout-section{padding-top:28px}.checkout-main{max-width:none}.checkout-form-card,.checkout-trust-card{padding:18px}.checkout-summary-inline{margin-bottom:16px}.checkout-mode-btn{height:auto;min-height:46px;padding:12px 14px}.checkout-identity-card strong{word-break:break-word;font-size:13px}.checkout-field input{height:48px}.checkout-submit{margin-top:14px}.checkout-trust-head{align-items:flex-start}.checkout-trust-list li{font-size:12px}.feat-grid{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(3,1fr)}.carousel-card{width:130px;height:231px;margin-right:8px}.carousel-fade-l,.carousel-fade-r{width:28px}.results-grid{grid-template-columns:repeat(3,1fr)}.training-grid{grid-template-columns:repeat(1,1fr)!important}.sec-head{margin-bottom:36px}.sec-head h2{font-size:26px}.sec-head p{margin-top:12px;font-size:15px}.feature-split{gap:24px}.feature-split-text h2{font-size:24px}.feature-split-text p{font-size:14px}.price .pcost .amt{font-size:36px}.price .psub{margin-bottom:20px;font-size:12px}.landing-pay-choice-card{padding:12px}.landing-pay-choice-label{font-size:11px}.landing-pay-choice-copy{font-size:11.5px}.qa summary{padding:18px 2px;font-size:14px}.qa .ans{padding:0 2px 18px;font-size:13px}.final-card{padding:48px 24px}.final-card h2{font-size:28px}.final-card p{font-size:15px}.final-cta-btns{flex-direction:column}.final-cta-btns .lp-btn{width:100%}.foot-grid{grid-template-columns:1fr;gap:28px}.foot-bottom{flex-direction:column;align-items:flex-start}.strip-stats{gap:10px}}@media (width<=420px){.stat .n{font-size:21px}.plan-copy h1,.checkout-main h1{font-size:30px}.checkout-mode-switch{gap:8px}.checkout-summary-badge{font-size:10px}}html[data-theme=light]{--bg-base:#f8f8fb;--bg-surface:#f0f0f5;--bg-card:#fff;--text-primary:#0a0a10;--text-secondary:#5a5a6a;--text-muted:#8e8e9a;--border-muted:#eaeaee;--border-default:#dcdce3;--border-strong:#c0c0ca;--brand-subtle-bg:#ff008a12;--brand-subtle-border:#ff008a33;--brand-text:#c50059;--accent-subtle-bg:#ff4db812;--accent-subtle-border:#ff4db833;--accent-text:#8800d8;--warm-subtle-bg:#fbbf2414;--warm-subtle-border:#fbbf2438;--shadow-glow-brand:0 0 28px -4px #ff008a40}html[data-theme=light] .navbar-pill{border-color:var(--border-default);background:#f8f8fb8c;box-shadow:0 8px 28px -8px #0000001a}html[data-theme=light] .lp-logo-img{filter:brightness(0)!important}.foot-logo-img{filter:brightness(0)invert()}html[data-theme=light] .foot-logo-img{filter:brightness(0)}html[data-theme=light] .mobile-menu{border-color:var(--border-default);background:#f8f8fbfa}html[data-theme=light] .mobile-menu a{color:var(--text-primary);border-bottom-color:var(--border-default)}html[data-theme=light] .lp-btn-grad,html[data-theme=light] .mobile-menu .lp-btn-grad{color:#fff}html[data-theme=light] .pc-card,html[data-theme=light] .pc-card-featured{background:#fff}html[data-theme=light] .pc-card{box-shadow:0 16px 44px -18px #00000029}html[data-theme=light] .pc-card-featured{box-shadow:0 22px 56px -18px #ff008a38}html[data-theme=light] .pc-card:not(.pc-card-featured):before{background:linear-gradient(150deg,#00000021 0%,#0000000a 50%,#00000014 100%)}html[data-theme=light] .pc-plan-name{color:var(--text-primary)}html[data-theme=light] .pc-plan-sub{color:var(--text-secondary)}html[data-theme=light] .pc-price-main{color:var(--text-primary)}html[data-theme=light] .pc-price-period{color:var(--text-muted)}html[data-theme=light] .pc-price-original{color:#0000004d}html[data-theme=light] .pc-installment{color:var(--text-secondary)}html[data-theme=light] .pc-installment strong{color:var(--text-primary)}html[data-theme=light] .pc-monthly-equiv{color:var(--brand-text)}html[data-theme=light] .pc-highlight{color:var(--text-secondary);background:#00000008;border-color:#00000017}html[data-theme=light] .pc-highlight-featured{color:var(--text-secondary);background:#ff008a12;border-color:#ff008a33}html[data-theme=light] .pc-features li{color:var(--text-secondary)}html[data-theme=light] .pc-feat-check{color:#0006}html[data-theme=light] .pc-footnote{color:var(--text-muted)}html[data-theme=light] .pc-footnote-featured{color:#c50059bf}html[data-theme=light] .lp-btn-ghost{color:var(--text-primary);border-color:var(--border-default)}html[data-theme=light] .lp-btn-ghost:hover{background:var(--bg-card);border-color:var(--border-strong)}html[data-theme=light] .nav-hamburger span{background:var(--text-primary)}html[data-theme=light] .blob-1{opacity:.22}html[data-theme=light] .blob-2{opacity:.18}html[data-theme=light] .blob-3{opacity:.12}html[data-theme=light] .blob-4{opacity:.14}html[data-theme=light] .blob-5{opacity:.12}html[data-theme=light] .blob-6{opacity:.11}html[data-theme=light] .blob-7{opacity:.1}html[data-theme=light] .blob-8{opacity:.11}html[data-theme=light] .blob-9{opacity:.1}html[data-theme=light] .browser-window{background:linear-gradient(180deg, #00000004, transparent 20%), var(--bg-card)}html[data-theme=light] .browser-window:after{box-shadow:inset 0 1px #0000000d,inset 0 0 0 1px #00000008}html[data-theme=light] .browser-window.demo-frame{box-shadow:0 44px 120px -44px #ff008a26,0 22px 60px -28px #00000024}html[data-theme=light] .browser-window.app-frame{box-shadow:0 30px 84px -34px #00000024,0 18px 48px -26px #ff4db814}html[data-theme=light] .demo-bar,html[data-theme=light] .preview-bar{background:var(--bg-surface);border-bottom-color:var(--border-muted)}html[data-theme=light] .carousel-fade-l{background:linear-gradient(to right, var(--bg-base), transparent)}html[data-theme=light] .carousel-fade-r{background:linear-gradient(to left, var(--bg-base), transparent)}html[data-theme=light] .step-arrow{background:var(--bg-base);border-color:var(--border-default)}html[data-theme=light] .plan-topbar-inner{border-color:var(--border-default);background:#f8f8fbeb;box-shadow:0 18px 40px -24px #0000001a}html[data-theme=light] .lp-theme-toggle{color:var(--text-primary)}.coupon-hero-area{flex-direction:column;align-items:center;margin-bottom:36px;display:flex}.coupon-hero-wrap{background:#ffffff0a;border:1.5px solid #ffffff1a;border-radius:16px;align-items:center;gap:0;width:100%;max-width:500px;padding:6px 6px 6px 18px;transition:border-color .22s,box-shadow .22s;display:flex}.coupon-hero-wrap:focus-within{border-color:#ff008a73;box-shadow:0 0 0 4px #ff008a12}.coupon-hero-wrap.shake{border-color:#f87171;animation:.45s coupon-shake}.coupon-hero-tag-icon{color:var(--text-muted);flex-shrink:0;margin-right:10px}.coupon-hero-input{letter-spacing:.08em;min-width:0;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px;font-weight:700}.coupon-hero-input::placeholder{letter-spacing:normal;color:var(--text-muted);font-size:13px;font-weight:400}.coupon-hero-btn{background:var(--grad-btn);color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:11px;flex-shrink:0;align-items:center;gap:6px;padding:9px 22px;font-family:inherit;font-size:13px;font-weight:700;transition:opacity .15s;display:flex}.coupon-hero-btn:hover:not(:disabled){opacity:.88}.coupon-hero-btn:disabled{opacity:.4;cursor:default}.coupon-hero-applied{color:#4ade80;background:#4ade8014;border:1.5px solid #4ade8038;border-radius:14px;align-items:center;gap:10px;width:100%;max-width:500px;padding:12px 18px;font-size:14px;font-weight:500;display:flex}.coupon-hero-applied strong{font-weight:800}html[data-theme=light] .coupon-hero-wrap{background:#0000000a;border-color:#0000001f}html[data-theme=light] .coupon-hero-wrap:focus-within{border-color:#ff008a80;box-shadow:0 0 0 4px #ff008a0f}.coupon-area{margin-top:16px}.coupon-trigger{cursor:pointer;color:var(--text-muted);text-underline-offset:3px;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;text-decoration:underline;transition:color .12s}.coupon-trigger:hover{color:var(--text-secondary)}.coupon-row{gap:8px;display:flex}.coupon-input{background:var(--bg-card);border:1px solid var(--border-default);letter-spacing:.08em;color:var(--text-primary);border-radius:10px;outline:none;flex:1;padding:9px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .12s}.coupon-input::placeholder{letter-spacing:normal;color:var(--text-muted);font-weight:400}.coupon-input:focus{border-color:var(--border-strong)}.coupon-input.shake{border-color:var(--brand-pink);animation:.45s coupon-shake}@keyframes coupon-shake{0%,to{transform:translate(0)}20%{transform:translate(-7px)}40%{transform:translate(7px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.coupon-btn{flex-shrink:0;border-radius:10px!important;padding:0 16px!important;font-size:13px!important}.coupon-applied{color:#4ade80;background:#4ade8014;border:1px solid #4ade8038;border-radius:10px;align-items:center;gap:7px;margin-top:14px;padding:10px 14px;font-size:13px;font-weight:500;display:flex}.coupon-applied strong{font-weight:700}.cc-head{text-align:center;max-width:720px;margin:0 auto 52px;padding:0 20px}.cc-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--brand-pink);margin-bottom:16px;font-size:12px;font-weight:800;display:block}.cc-head h2{text-transform:uppercase;letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(28px,5vw,50px);font-style:italic;font-weight:800;line-height:1.05}.cc-hl{background:var(--brand-pink);color:#fff;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:8px;padding:0 .18em;display:inline-block}.cc-head p{max-width:48ch;color:var(--text-secondary);margin:18px auto 0;font-size:16px;line-height:1.6}.cost-compare{max-width:760px;margin:0 auto}.cc-panel{background:#fff;border-radius:22px;padding:6px 14px;box-shadow:0 30px 70px -34px #000000b3}.cc-item{border-bottom:1px solid #00000012;align-items:center;gap:16px;padding:18px 8px;display:flex}.cc-item:last-child{border-bottom:none}.cc-item-logo{color:#14161c;background:#f3f4f6;border:1px solid #0000000f;border-radius:12px;flex-shrink:0;place-items:center;width:46px;height:46px;padding:6px;font-size:17px;font-weight:800;display:grid;overflow:hidden}.cc-item-logo img{object-fit:contain;width:100%;height:100%;display:block}.cc-item-main{flex-wrap:wrap;flex:1;align-items:baseline;gap:7px;min-width:0;display:flex}.cc-item-name{color:#0f1114;font-size:15.5px;font-weight:700}.cc-item-tag{color:#6b7280;font-size:13.5px;font-weight:500}.cc-item-price{color:#e63946;white-space:nowrap;flex-shrink:0;font-size:15px;font-weight:600;text-decoration:line-through;text-decoration-thickness:1.5px}.cc-item-price span{font-size:.82em}.cc-total{text-align:center;background:#fff;border-radius:20px;margin-top:18px;padding:28px 26px;box-shadow:0 30px 70px -34px #000000b3}.cc-total-label{letter-spacing:.18em;text-transform:uppercase;color:#9aa0a6;font-size:11px;font-weight:700}.cc-total-price{letter-spacing:-.02em;color:#e63946;margin-top:10px;font-size:clamp(32px,6vw,46px);font-weight:800;text-decoration:line-through;text-decoration-thickness:3px}.cc-total-price span{font-size:.5em;font-weight:700}.cc-total-note{color:#6b7280;max-width:44ch;margin:12px auto 0;font-size:13.5px;line-height:1.55}.cc-punch{background:radial-gradient(130% 150% at 0% 0%, #ff008a29, transparent 60%), var(--bg-card);border:1px solid var(--brand-subtle-border);border-radius:20px;justify-content:space-between;align-items:center;gap:24px;margin-top:16px;padding:26px 28px;display:flex}.cc-punch-info{min-width:0}.cc-punch-label{color:var(--text-secondary);font-size:13px;font-weight:600}.cc-punch-price{letter-spacing:-.03em;background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:2px;font-size:clamp(32px,7vw,44px);font-weight:800;line-height:1.05}.cc-punch-price span{-webkit-text-fill-color:initial;color:var(--text-secondary);font-size:.42em;font-weight:700}.cc-punch-save{color:var(--green-400);margin-top:6px;font-size:13px;font-weight:600}.cc-punch-btn{white-space:nowrap;flex-shrink:0}@media (width<=640px){.cc-panel{padding:4px 12px}.cc-item{gap:12px;padding:15px 4px}.cc-item-logo{width:42px;height:42px;font-size:15px}.cc-item-main{flex-direction:column;align-items:flex-start;gap:2px}.cc-item-price{font-size:14px}.cc-punch{text-align:center;flex-direction:column;align-items:stretch;padding:24px 20px}.cc-punch-btn{justify-content:center;width:100%}}.sim-section{padding:var(--section-pad) 0;z-index:1;background:#fff;position:relative}.sim-head{text-align:center;max-width:640px;margin:0 auto;padding:0 20px}.sim-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#9aa0a6;margin-bottom:16px;font-size:11px;font-weight:700;display:block}.sim-head h2{letter-spacing:-.02em;color:#0f1114;font-size:clamp(26px,3.6vw,40px);font-weight:800;line-height:1.12}.sim-head h2 em{color:#3a3a42;font-style:italic;font-weight:500}.sim-head p{color:#6b7280;max-width:44ch;margin:16px auto 0;font-size:16px;line-height:1.6}.sim-toggle{background:#0d0d10;border:1px solid #00000014;border-radius:9999px;gap:4px;width:fit-content;margin:32px auto 0;padding:5px;display:flex}.sim-toggle-btn{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:color .15s,background .15s}.sim-toggle-btn.active{color:#fff;background:linear-gradient(100deg,#e8006b 0%,#ff4db8 100%)}.sim-card{background:#0d0d0f;border-radius:24px;max-width:900px;margin:32px auto 0;padding:28px 30px;box-shadow:0 45px 90px -34px #0006}.sim-card-head{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:16px;padding-bottom:22px;display:flex}.sim-recebe{align-items:center;gap:12px;display:flex}.sim-recebe svg{color:var(--brand-pink);flex-shrink:0}.sim-recebe-label{letter-spacing:.12em;text-transform:uppercase;color:#fff6;font-size:10px;font-weight:700;display:block}.sim-recebe-value{color:#fff;margin-top:2px;font-size:17px;font-weight:700;display:block}.sim-card-head-right{text-align:right}.sim-sim-label{letter-spacing:.12em;text-transform:uppercase;color:#fff6;font-size:10px;font-weight:700;display:block}.sim-sim-sub{color:#ffffff4d;margin-top:3px;font-size:12px;display:block}.sim-rows{flex-direction:column;display:flex}.sim-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;display:flex}.sim-row:last-child{border-bottom:none}.sim-row-cat{align-items:center;gap:14px;min-width:0;display:flex}.sim-row-icon{border-radius:11px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.sim-row-label{color:#f5f5f7;font-size:15px;font-weight:600}.sim-row-sub{color:#fff6;margin-top:2px;font-size:12.5px}.sim-row-result{text-align:right;flex-shrink:0}.sim-row-num{letter-spacing:-.02em;font-size:30px;font-weight:800;line-height:1;display:block}.sim-row-unit{color:#fff6;margin-top:4px;font-size:12px;display:block}.sim-foot{text-align:center;color:#ffffff52;margin-top:22px;font-size:12.5px;line-height:1.5}.sim-extras{max-width:900px;margin:40px auto 0}.sim-extras-label{text-align:center;letter-spacing:.16em;text-transform:uppercase;color:#9aa0a6;margin-bottom:20px;font-size:11px;font-weight:700}.sim-extras-grid{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.sim-extra{background:#f6f6f8;border:1px solid #0000000f;border-radius:14px;flex:0 280px;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.sim-extra-icon{width:38px;height:38px;color:var(--brand-pink);background:#fff;border:1px solid #0000000f;border-radius:10px;flex-shrink:0;place-items:center;display:grid}.sim-extra-name{color:#0f1114;font-size:14px;font-weight:700}.sim-extra-desc{color:#6b7280;margin-top:3px;font-size:12.5px;line-height:1.45}@media (width<=640px){.sim-card{padding:22px 18px}.sim-row-num{font-size:26px}.sim-row-sub{display:none}}.flow-section{padding:var(--section-pad) 0;z-index:1;background:#fff;position:relative}.flow-head{text-align:center;max-width:660px;margin:0 auto 44px;padding:0 20px}.flow-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#9aa0a6;margin-bottom:16px;font-size:11px;font-weight:700;display:block}.flow-head h2{letter-spacing:-.02em;text-transform:uppercase;color:#0f1114;font-size:clamp(30px,5vw,52px);font-style:italic;font-weight:800;line-height:1.05}.flow-hl{background:var(--brand-pink);color:#fff;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:8px;padding:0 .2em;display:inline-block}.flow-head p{color:#6b7280;max-width:46ch;margin:18px auto 0;font-size:16px;line-height:1.6}.flow-card{background:#0d0d0f;border-radius:24px;grid-template-columns:1fr 1fr;max-width:1120px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 45px 90px -34px #00000073}.flow-card-text{flex-direction:column;justify-content:center;padding:48px 44px;display:flex}.flow-card-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#6b7280;margin-bottom:14px;font-size:11px;font-weight:700}.flow-card-text h3{letter-spacing:-.01em;color:#f5f5f7;font-size:clamp(22px,2.6vw,30px);font-weight:700;line-height:1.15}.flow-card-text h3 em{color:#fff;font-style:italic;font-weight:500}.flow-card-text>p{color:#9aa0a6;margin:14px 0 0;font-size:15px;line-height:1.6}.flow-checks{flex-direction:column;gap:12px;margin-top:22px;display:flex}.flow-checks li{color:#d1d5db;align-items:center;gap:10px;font-size:14.5px;display:flex}.flow-checks svg{color:var(--brand-pink);flex-shrink:0}.flow-card-media{background:#050506;min-height:400px;position:relative}.flow-media-el{object-fit:cover;width:100%;height:100%;display:block}.flow-media-placeholder{color:#4b5563;background:repeating-linear-gradient(45deg,#0000,#0000 12px,#ffffff05 12px 24px),#0a0a0c;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.flow-media-placeholder span{letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800}.flow-cta{justify-content:center;margin-top:40px;display:flex}.flow-cta-btn{color:#fff;transition:transform .15s var(--ease-standard), box-shadow .15s var(--ease-standard);background:linear-gradient(#34343a 0%,#1b1b1e 46%,#101012 100%);border:1px solid #ffffff1f;border-radius:19px;align-items:center;gap:8px;padding:11px 21px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:inset 0 1px #ffffff2e,inset 0 -1px 1px #0006,0 8px 22px -6px #00000073}.flow-cta-btn:hover{transform:translateY(-2px);box-shadow:inset 0 1px #fff3,inset 0 -1px 1px #0006,0 14px 30px -8px #00000080}.flow-cta-btn svg{color:#fff;flex-shrink:0}html[data-theme=light] .flow-cta-btn{color:#fff}@media (width<=860px){.flow-card{grid-template-columns:1fr}.flow-card-media{order:-1;min-height:260px}.flow-card-text{padding:32px 26px}}.tst-section{padding:var(--section-pad) 0;z-index:1;position:relative;overflow:hidden}.tst-head{text-align:center;max-width:760px;margin:0 auto;padding:0 20px}.tst-head h2{letter-spacing:-.03em;font-size:clamp(26px,3.2vw,40px);font-weight:800;line-height:1.15}.tst-stage{justify-content:center;align-items:center;max-width:1280px;min-height:460px;margin:24px auto 0;padding:0 20px;display:flex;position:relative}.tst-clouds{pointer-events:none;position:absolute;inset:0}.tst-av-slot{position:absolute;transform:translate(-50%,-50%)}.tst-av{object-fit:cover;will-change:transform, opacity;border:2px solid #ffffff14;border-radius:50%;width:100%;height:100%;display:block;box-shadow:0 10px 26px -10px #00000080}.tst-cards{z-index:5;justify-content:center;align-items:flex-start;display:flex;position:relative}.tst-card-slot{flex-shrink:0}.tst-card-slot:first-child{z-index:2;margin-right:-36px;transform:rotate(-2deg)translateY(24px)}.tst-card-slot:nth-child(2){z-index:4;transform:translateY(-8px)}.tst-card-slot:nth-child(3){z-index:3;margin-left:-36px;transform:rotate(2deg)translateY(24px)}.tst-card{background:#fff;border:1px solid #0000000f;border-radius:16px;width:300px;padding:16px 18px;box-shadow:0 24px 60px -14px #0000008c}.tst-card-head{align-items:center;gap:10px;margin-bottom:10px;display:flex}.tst-card-av{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px}.tst-card-id{min-width:0}.tst-card-name{color:#0f1419;font-size:14px;font-weight:700;line-height:1.2}.tst-card-handle{color:#536471;font-size:13px}.tst-card-text{color:#0f1419;font-size:14px;line-height:1.5}.tst-mention{color:#1d9bf0}@media (width<=860px){.tst-stage{min-height:0;margin-top:28px}.tst-clouds{display:none}.tst-cards{flex-direction:column;align-items:center;gap:16px}.tst-card-slot{width:100%;max-width:380px}.tst-card{width:100%}.tst-card-slot:first-child,.tst-card-slot:nth-child(2),.tst-card-slot:nth-child(3){margin:0;transform:none}}.tg-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=640px){.tg-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.tg-grid{grid-template-columns:repeat(3,1fr)}.tg-cell-wide{grid-column:span 2}}.tg-tile{background:var(--bg-card);border:1px solid var(--border-default);height:100%;transition:border-color .22s var(--ease-standard), transform .22s var(--ease-standard);backface-visibility:hidden;border-radius:18px;flex-direction:column;display:flex;overflow:hidden;transform:translateZ(0)}@media (hover:hover){.tg-tile:hover{border-color:var(--border-strong);transform:translateY(-3px)}}.tg-media{aspect-ratio:4/5;background:var(--bg-surface);border-bottom:1px solid var(--border-default);width:100%;position:relative;overflow:hidden}.tg-media-wide{aspect-ratio:16/10}@media (width<=639px){.tg-media-wide{aspect-ratio:4/3}}.tg-media-el{object-fit:cover;width:100%;height:100%;display:block}.tg-placeholder{width:100%;height:100%;color:var(--text-muted);background:repeating-linear-gradient(45deg, transparent, transparent 11px, #ffffff05 11px, #ffffff05 22px), var(--bg-surface);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.tg-placeholder span{letter-spacing:.1em;text-transform:uppercase;font-size:10.5px;font-weight:800}.tg-body{flex-direction:column;gap:8px;padding:18px 20px 22px;display:flex}.tg-title{letter-spacing:-.01em;align-items:center;gap:9px;font-size:15px;font-weight:700;display:flex}.tg-title svg{color:var(--text-primary);flex-shrink:0}.tg-desc{color:var(--text-secondary);margin:0;font-size:13.5px;line-height:1.55}.tg-ba{position:absolute;inset:0}.tg-ba-after{clip-path:inset(0 0 0 50%);backface-visibility:hidden;position:absolute;inset:0;transform:translateZ(0)}.tg-ba-line{background:#ffffffd9;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-1px);box-shadow:0 0 8px #0006}.tg-ba-handle{color:#111;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 10px #00000073}.tg-ba-tag{letter-spacing:.06em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(4px);background:#0000008c;border-radius:7px;padding:3px 9px;font-size:10px;font-weight:800;position:absolute;top:10px}.tg-ba-tag.before{left:10px}.tg-ba-tag.after{right:10px}html[data-theme=light] .landing-page,html[data-theme=light] .navbar-pill,html[data-theme=light] .feat,html[data-theme=light] .step,html[data-theme=light] .tst,html[data-theme=light] .price,html[data-theme=light] .comp-col{transition:background-color .16s,border-color .16s,color .16s}:root{--auth-bg:#070709;--auth-card:#0d0b12;--auth-border:#1a1822;--auth-input-bg:#121018;--auth-input-border:#1e1b26;--auth-input-focus:#ff008a;--auth-pink:#ff008a;--auth-pink-hot:#ff2f9f;--auth-text:#f4f4f5;--auth-muted:#71717a;--auth-subtle:#3f3f46;--auth-google-bg:#121018;--auth-google-border:#1e1b26}.auth-page{background:var(--auth-bg);flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:24px 16px;display:flex;position:relative;overflow:hidden}.auth-page:before{content:"";pointer-events:none;background:radial-gradient(#ff008a12 0%,#0000 70%);width:600px;height:400px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.auth-card{z-index:1;width:100%;max-width:400px;position:relative}.auth-logo{justify-content:center;align-items:center;gap:10px;margin-bottom:32px;text-decoration:none;display:flex}.auth-logo-icon{flex-shrink:0;width:36px;height:36px}.auth-logo-icon svg{width:100%;height:100%;display:block}.auth-logo-name{color:var(--auth-text);letter-spacing:-.5px;font-size:20px;font-weight:800}.auth-logo-ai{color:var(--auth-pink)}.auth-header{text-align:center;margin-bottom:28px}.auth-title{color:var(--auth-text);letter-spacing:-.03em;margin:0 0 8px;font-size:1.5rem;font-weight:700}.auth-subtitle{color:var(--auth-muted);font-size:.875rem;line-height:1.5}.btn-google{background:var(--auth-google-bg);border:1px solid var(--auth-google-border);width:100%;color:var(--auth-text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:11px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,border-color .15s;display:flex}.btn-google:hover{background:#1f1f24;border-color:#3a3a45}.btn-google svg{flex-shrink:0}.auth-divider{align-items:center;gap:12px;margin:20px 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--auth-border);flex:1;height:1px}.auth-divider span{color:var(--auth-muted);white-space:nowrap;letter-spacing:.04em;font-size:12px}.auth-form{flex-direction:column;gap:14px;display:flex}.form-field{flex-direction:column;gap:6px;display:flex}.form-label{color:#a1a1aa;font-size:13px;font-weight:500}.form-input-wrap{position:relative}.form-input{background:var(--auth-input-bg);border:1px solid var(--auth-input-border);width:100%;color:var(--auth-text);box-sizing:border-box;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-input::placeholder{color:#3f3f46}.form-input:focus{border-color:var(--auth-input-focus);box-shadow:0 0 0 3px #ff008a1f}.form-input.has-toggle{padding-right:44px}.form-input.input-error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-toggle{cursor:pointer;color:var(--auth-muted);background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.input-toggle:hover{color:var(--auth-text)}.field-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.auth-link-sm{color:var(--auth-muted);font-size:12px;transition:color .15s}.auth-link-sm:hover{color:var(--auth-text)}.form-error{color:#f87171;margin-top:2px;font-size:12px}.auth-error{color:#fca5a5;background:#ef444414;border:1px solid #ef444440;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.auth-success{color:#86efac;background:#16a34a14;border:1px solid #16a34a40;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.btn-auth{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec3f87,#ff008a);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:11px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s,transform .15s,box-shadow .15s;display:flex;box-shadow:0 0 20px #f90d7240}.btn-auth:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 0 32px #f90d7261}.btn-auth:disabled{opacity:.6;cursor:not-allowed}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-footer{text-align:center;color:var(--auth-muted);margin-top:24px;font-size:13px}.auth-footer a{color:var(--auth-pink);font-weight:500;transition:opacity .15s}.auth-footer a:hover{opacity:.8}.auth-terms{text-align:center;color:#52525b;margin-top:16px;font-size:11.5px;line-height:1.6}.auth-terms a{color:#71717a;text-underline-offset:2px;text-decoration:underline}.pwd-rules{flex-direction:column;gap:5px;margin-top:8px;list-style:none;display:flex}.pwd-rules li{align-items:center;gap:6px;font-size:12px;transition:color .2s;display:flex}.pwd-ok{color:#4ade80}.pwd-fail{color:#52525b}.success-icon{color:#4ade80;background:#4ade801a;border:1px solid #4ade804d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}@media (width<=480px){.auth-page{justify-content:flex-start;padding:48px 16px 20px}.auth-title{font-size:1.3rem}.auth-card{max-width:100%}}:root{--n-0:#070709;--n-50:#0d0b12;--n-100:#121018;--n-200:#16141c;--n-300:#1a1822;--n-400:#3f3f46;--n-500:#6b6b73;--n-600:#9a9aa3;--n-700:#c4c4cc;--n-800:#e4e4e8;--n-900:#f5f5f7;--n-1000:#fff;--brand-pink:#ff008a;--brand-pink-mid:#ff2f9f;--brand-pink-light:#ff4db8;--brand-pink-hover:#ff2f9f;--brand-pink-active:#e0007a;--grad-brand:linear-gradient(135deg, #ff008a 0%, #ff2f9f 50%, #ff4db8 100%);--grad-brand-soft:linear-gradient(135deg, #ff008a 0%, #ff4db8 100%);--grad-text:linear-gradient(135deg, #ff008a 0%, #ff4db8 100%);--grad-btn:linear-gradient(90deg, #ff008a 0%, #ff4db8 100%);--green-400:#4ade80;--amber-400:#fbbf24;--red-400:#f87171;--bg-canvas:#070709;--bg-sidebar:#0d0b12;--bg-surface:#121018;--bg-surface-hover:#16141c;--bg-surface-active:#1a1822;--bg-input:#0d0b12;--bg-header:#070709e0;--fg-default:#fff;--fg-muted:#fff9;--fg-subtle:#ffffff61;--fg-disabled:#ffffff2e;--fg-on-brand:#fff;--fg-on-cyan:#000;--border-muted:#ffffff0d;--border-default:#ffffff14;--border-strong:#ffffff24;--brand:#ff008a;--brand-hover:#ff2f9f;--brand-active:#e0007a;--brand-subtle-bg:#ff008a1f;--brand-subtle-border:#ff008a59;--brand-text:#ff2f9f;--accent:#ff4db8;--accent-hover:#ff6fc7;--accent-subtle-bg:#ff4db81f;--accent-subtle-border:#ff4db859;--accent-text:#ff4db8;--positive:var(--green-400);--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--sidebar-w:240px;--header-h:60px;--content-max:1200px;--shadow-popover:0 8px 32px -8px #000c, 0 2px 6px -2px #00000080;--shadow-focus:0 0 0 3px #ff008a59;--shadow-glow-brand:0 0 30px #ff008a38, 0 4px 16px #0006;--shadow-glow-purple:0 0 24px #ff4db833;--ease-standard:cubic-bezier(.4, 0, .2, 1)}html[data-theme=light]{--bg-canvas:#f6f7fb;--bg-sidebar:#fff;--bg-surface:#fff;--bg-surface-hover:#f0f1f5;--bg-surface-active:#e5e7eb;--bg-input:#fff;--bg-header:#f6f7fbe6;--fg-default:#0f0f10;--fg-muted:#6b7280;--fg-subtle:#9ca3af;--fg-disabled:#d1d5db;--border-muted:#f3f4f6;--border-default:#e5e7eb;--border-strong:#d1d5db;--brand-subtle-bg:#ff008a14;--brand-subtle-border:#ff008a4d;--brand-text:#cc0070;--accent-subtle-bg:#ff4db814;--accent-subtle-border:#ff4db840;--accent-text:#cc0090;--shadow-popover:0 8px 32px -8px #0000001f, 0 2px 6px -2px #0000000f}html[data-theme=light] .dash-root{background:var(--bg-canvas);color:var(--fg-default)}html[data-theme=light] .admin-root{--bg-canvas:#070709;--bg-sidebar:#0d0b12;--bg-surface:#121018;--bg-surface-hover:#16141c;--bg-surface-active:#1a1822;--bg-input:#0d0b12;--bg-header:#070709e0;--fg-default:#fff;--fg-muted:#9a9aa3;--fg-subtle:#6b6b73;--fg-disabled:#3f3f46;--border-muted:#ffffff0d;--border-default:#ffffff14;--border-strong:#ffffff24;--brand-subtle-bg:#ff008a1f;--brand-text:#ff2f9f;--accent-text:#ff4db8;color:#fff;background:#070709}.dash-root *{box-sizing:border-box}.dash-root{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;background:var(--bg-canvas);color:var(--fg-default);font-size:14px;line-height:1.5}.dash-root button{color:inherit;font-family:inherit}.dash-root ::selection{color:var(--fg-default);background:#ff008a66}.dash-app{grid-template-columns:var(--sidebar-w) 1fr;height:100svh;display:grid;overflow:hidden}.dash-main{flex-direction:column;min-width:0;display:flex;overflow:hidden}.dash-body{background:var(--bg-canvas);overflow:auto}.dash-body::-webkit-scrollbar{width:8px}.dash-body::-webkit-scrollbar-track{background:0 0}.dash-body::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:9999px}.dash-topbar{height:var(--header-h);z-index:200;-webkit-backdrop-filter:blur(20px);background:#0a0a0fa6;border-bottom:1px solid #ffffff0f;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 40px #00000059}.dash-topbar.scrolled{background:#0a0a0fd1;box-shadow:0 8px 40px #00000073}html[data-theme=light] .dash-topbar{background:#ffffffa6;border-bottom:1px solid #0000000f;box-shadow:0 8px 40px #00000014}html[data-theme=light] .dash-topbar.scrolled{background:#ffffffd9;box-shadow:0 8px 40px #0000001f}.dash-topbar-inner{align-items:center;gap:32px;width:100%;max-width:1440px;height:100%;margin:0 auto;padding:0 24px;display:flex}.dash-topbar-logo{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.dash-topbar-nav{flex:1;align-items:center;gap:4px;height:100%;display:flex}.dash-topbar-navitem{color:#ffffff8c;white-space:nowrap;align-items:center;height:100%;padding:0 12px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s;display:flex;position:relative}.dash-topbar-navitem:hover{color:#ffffffe6}.dash-topbar-navitem.active{color:#fff;font-weight:600}.dash-topbar-navitem.active:after{content:"";background:var(--brand);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:0;left:12px;right:12px}html[data-theme=light] .dash-topbar-navitem{color:#0f0f1080}html[data-theme=light] .dash-topbar-navitem:hover{color:#0f0f10d9}html[data-theme=light] .dash-topbar-navitem.active{color:#0f0f10}.dash-topbar-action-group{background:#ffffff0a;border:1px solid #ffffff14;border-radius:9999px;flex-shrink:0;align-items:center;gap:2px;padding:6px 8px;display:flex}html[data-theme=light] .dash-topbar-action-group{background:#00000008;border:1px solid #0000000f}.dash-topbar-action-btn{cursor:pointer;color:#ffffffb3;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .12s,color .12s;display:flex}.dash-topbar-action-btn:hover{color:#fff;background:#ffffff1a}html[data-theme=light] .dash-topbar-action-btn{color:#0f0f1099}html[data-theme=light] .dash-topbar-action-btn:hover{color:#0f0f10;background:#0000000f}.dash-topbar-action-group .btn.btn-ghost.btn-icon{color:#ffffffb3;background:0 0;border-radius:9999px;width:32px;height:32px}.dash-topbar-action-group .btn.btn-ghost.btn-icon:hover{color:#fff;background:#ffffff1a}html[data-theme=light] .dash-topbar-action-group .btn.btn-ghost.btn-icon{color:#0f0f1099}html[data-theme=light] .dash-topbar-action-group .btn.btn-ghost.btn-icon:hover{color:#0f0f10;background:#0000000f}.dash-topbar-user-menu{position:relative}.dash-topbar-avatar-btn{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:9999px;justify-content:center;align-items:center;padding:2px;transition:border-color .15s;display:flex}.dash-topbar-avatar-btn:hover{border-color:var(--brand)}.dash-topbar-dropdown{-webkit-backdrop-filter:blur(24px);z-index:300;min-width:210px;animation:topbar-dropdown-in .2s var(--ease-standard);background:#121219cc;border:1px solid #ffffff14;border-radius:20px;padding:8px;position:absolute;top:calc(100% + 12px);right:-8px;box-shadow:0 20px 56px #00000059}html[data-theme=light] .dash-topbar-dropdown{-webkit-backdrop-filter:blur(24px);background:#ffffffd1;border:1px solid #0000000f;box-shadow:0 20px 56px #0000002e}@keyframes topbar-dropdown-in{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.dash-topbar-dropdown-item{color:#ffffffd9;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.dash-topbar-dropdown-item:hover{color:#fff;background:#ffffff14}html[data-theme=light] .dash-topbar-dropdown-item{color:#0f0f10cc}html[data-theme=light] .dash-topbar-dropdown-item:hover{color:#0f0f10;background:#0000000d}.dash-topbar-dropdown-item--admin{color:var(--accent-text)!important}.dash-topbar-dropdown-item--logout{color:#ffffff80!important}.dash-topbar-dropdown-item--logout:hover{color:#f87171!important;background:#ef44441f!important}html[data-theme=light] .dash-topbar-dropdown-item--logout{color:#0f0f1073!important}.dash-topbar-dropdown-sep{background:#ffffff14;height:1px;margin:4px 0}html[data-theme=light] .dash-topbar-dropdown-sep{background:#0000000f}.sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border-default);flex-direction:column;gap:4px;padding:16px 12px;transition:padding .22s cubic-bezier(.4,0,.2,1),background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;overflow:hidden}.glass-active .sidebar{-webkit-backdrop-filter:blur(16px);background:#11111873;border-right:1px solid #ffffff0f;box-shadow:inset 0 1px #ffffff08}html[data-theme=light] .glass-active .sidebar{background:#ffffff8c;border-right:1px solid #0000000f;box-shadow:inset 0 1px #fff9}.sidebar-brand{color:inherit;align-items:center;gap:10px;padding:8px 8px 20px;text-decoration:none;display:flex}.sidebar-brand-name{letter-spacing:-.025em;font-size:17px;font-weight:800}.sidebar-brand-ai{color:var(--brand)}.sidebar-section-label{color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.08em;padding:16px 8px 6px;font-size:11px;font-weight:700}.nav-item{height:38px;color:var(--fg-muted);cursor:pointer;transition:all .12s var(--ease-standard);text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:0 12px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;display:flex;position:relative}.nav-item:hover{background:var(--bg-surface);color:var(--fg-default)}.nav-item.active{background:var(--bg-surface);color:var(--fg-default);font-weight:600}.nav-item.active:before{content:"";background:var(--brand);border-radius:0 3px 3px 0;width:3px;position:absolute;top:9px;bottom:9px;left:-12px}.nav-item svg{flex-shrink:0;width:18px;height:18px}.nav-badge-mini{font-family:var(--font-mono);color:var(--accent-text);background:var(--accent-subtle-bg);border:1px solid var(--accent-subtle-border);border-radius:9999px;margin-left:auto;padding:2px 8px;font-size:11px;font-weight:600}.sidebar-spacer{flex:1}.sidebar-footer{border-top:1px solid var(--border-muted);align-items:center;gap:12px;margin-top:auto;padding:14px 8px 4px;display:flex}.user-avatar{background:var(--grad-brand-soft);color:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:flex;position:relative}.user-avatar:after{content:"";border-radius:inherit;background:var(--n-100);z-index:0;position:absolute;inset:2px}.user-avatar>span{z-index:1;color:var(--fg-default);position:relative}.user-info{flex-direction:column;min-width:0;display:flex}.user-name{color:var(--fg-default);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.user-plan{color:var(--fg-muted);font-size:11px;font-weight:500}.dash-header{border-bottom:1px solid var(--border-default);background:var(--bg-canvas);height:var(--header-h);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 24px;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex}.glass-active .dash-header{-webkit-backdrop-filter:blur(16px);background:#11111873;border-bottom:none;box-shadow:inset 0 1px #ffffff08}html[data-theme=light] .glass-active .dash-header{background:#ffffff8c;border-bottom:none;box-shadow:inset 0 1px #fff9}.header-mobile-logo{display:none}.header-left{align-items:center;gap:16px;display:flex}.header-title{letter-spacing:-.02em;font-size:17px;font-weight:700}.header-crumb{color:var(--fg-muted);font-size:14px}.header-crumb-sep{color:var(--fg-disabled);margin:0 8px}.header-actions{align-items:center;gap:8px;display:flex}.header-divider{background:var(--border-default);width:1px;height:24px;margin:0 4px}.header-theme-toggle{background:var(--bg-surface);border:1px solid var(--border-default);height:32px;color:var(--fg-muted);cursor:pointer;border-radius:9999px;flex-shrink:0;align-items:center;gap:6px;padding:4px 8px;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.header-theme-toggle:hover{background:var(--bg-surface-hover);border-color:var(--border-strong);color:var(--fg-default)}.header-theme-pill{background:var(--border-strong);width:28px;height:16px;transition:background .22s var(--ease-standard);border-radius:9999px;flex-shrink:0;position:relative}.header-theme-pill.light{background:var(--brand)}.header-theme-knob{width:12px;height:12px;transition:transform .22s var(--ease-standard);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.header-theme-pill.light .header-theme-knob{transform:translate(12px)}.header-user-menu{position:relative}.header-avatar-btn{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:9999px;justify-content:center;align-items:center;padding:2px;transition:border-color .12s;display:flex}.header-avatar-btn:hover{border-color:var(--brand)}.header-dropdown{background:var(--bg-surface);border:1px solid var(--border-default);min-width:210px;box-shadow:var(--shadow-popover);z-index:500;animation:header-dropdown-in .15s var(--ease-standard);border-radius:14px;padding:6px;position:absolute;top:calc(100% + 10px);right:0}@keyframes header-dropdown-in{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toast-in{0%{opacity:0;transform:translate(32px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.header-dropdown-item{width:100%;color:var(--fg-default);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9px;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:background .1s,color .1s;display:flex}.header-dropdown-item:hover{background:var(--bg-surface-hover)}.header-dropdown-item--admin{color:var(--accent-text)}.header-dropdown-item--logout{color:var(--fg-muted)}.header-dropdown-item--logout:hover{color:#f87171;background:#ef444414}.header-dropdown-sep{background:var(--border-muted);height:1px;margin:4px 0}.btn{cursor:pointer;height:40px;transition:all .12s var(--ease-standard);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn:focus-visible{box-shadow:var(--shadow-focus);outline:none}.btn-primary{background:var(--grad-btn);color:var(--fg-on-brand);font-weight:700}.btn-primary:hover{filter:brightness(1.1);box-shadow:var(--shadow-glow-brand);transform:translateY(-1px)}.btn-primary:active{filter:brightness(.92);transform:translateY(0)}.btn-secondary{background:var(--bg-surface);color:var(--fg-default);border-color:var(--border-default)}.btn-secondary:hover{background:var(--bg-surface-hover);border-color:var(--border-strong)}.btn-ghost{color:var(--fg-muted);background:0 0;font-weight:500}.btn-ghost:hover{background:var(--bg-surface);color:var(--fg-default)}.btn-purple{background:var(--accent);color:#fff;font-weight:700}.btn-purple:hover{background:var(--accent-hover);box-shadow:var(--shadow-glow-purple);transform:translateY(-1px)}.btn-icon{width:40px;padding:0}.btn-sm{border-radius:8px;height:32px;padding:0 12px;font-size:13px}.btn-sm.btn-icon{width:32px}.btn-lg{border-radius:12px;height:48px;padding:0 22px;font-size:15px}.btn-block{width:100%}.btn:disabled{opacity:.4;cursor:not-allowed}.btn:disabled:hover{box-shadow:none;transform:none}.d-field{flex-direction:column;gap:8px;display:flex}.d-field-label{color:var(--fg-default);font-size:13px;font-weight:600}.d-field-help{color:var(--fg-muted);font-size:12px}.d-input,.d-select,.d-textarea{background:var(--bg-input);width:100%;height:40px;color:var(--fg-default);border:1px solid var(--border-default);border-radius:10px;outline:none;padding:0 14px;font-family:inherit;font-size:14px;transition:all .12s}.d-textarea{resize:vertical;height:auto;min-height:80px;padding:12px 14px;line-height:1.5}.d-checkbox{appearance:none;border:1.5px solid var(--border-strong);background:var(--bg-input);cursor:pointer;border-radius:5px;flex-shrink:0;width:18px;height:18px;transition:background .12s,border-color .12s,box-shadow .12s;position:relative}.d-checkbox:hover{border-color:var(--brand)}.d-checkbox:focus{box-shadow:var(--shadow-focus);outline:none}.d-checkbox:checked{background:var(--brand);border-color:var(--brand)}.d-checkbox:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.d-input::placeholder,.d-textarea::placeholder{color:var(--fg-subtle)}.d-input:hover,.d-select:hover{border-color:var(--border-strong)}.d-input:focus,.d-select:focus,.d-textarea:focus{border-color:var(--brand);box-shadow:var(--shadow-focus)}.d-input-wrap{position:relative}.d-input-wrap .d-input{padding-left:40px}.d-input-wrap .d-input-ic{color:var(--fg-subtle);pointer-events:none;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.card{background:var(--bg-surface);border:1px solid var(--border-default);transition:all .16s var(--ease-standard);border-radius:14px;padding:20px}.card-hover{cursor:pointer}.card-hover:hover{border-color:var(--border-strong);background:var(--bg-surface-hover)}.card-title-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.card-title{letter-spacing:-.015em;font-size:16px;font-weight:700}.badge{letter-spacing:.01em;border:1px solid;border-radius:9999px;align-items:center;gap:5px;height:24px;padding:0 10px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.badge .dot{background:currentColor;border-radius:9999px;width:6px;height:6px}.badge-brand{background:var(--brand-subtle-bg);color:var(--brand-text);border-color:var(--brand-subtle-border)}.badge-cyan{background:var(--accent-subtle-bg);color:var(--accent-text);border-color:var(--accent-subtle-border)}.badge-positive{color:var(--green-400);background:#22c55e1f;border-color:#22c55e59}.badge-warning{color:var(--amber-400);background:#fbbf241f;border-color:#fbbf2459}.badge-danger{color:var(--red-400);background:#ef44441f;border-color:#ef444459}.badge-neutral{background:var(--bg-surface);color:var(--fg-muted);border-color:var(--border-default)}.metric-label{color:var(--fg-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700}.metric-value{font-family:var(--font-sans);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:900;line-height:1}.metric-delta{font-family:var(--font-sans);font-variant-numeric:tabular-nums;border-radius:9999px;padding:3px 8px;font-size:13px;font-weight:700}.metric-delta.up{color:var(--green-400);background:#22c55e1f}.metric-delta.down{color:var(--red-400);background:#ef44441f}.page{max-width:var(--content-max);margin:0 auto;padding:28px 32px}.page-title{letter-spacing:-.025em;margin:0 0 6px;font-size:32px;font-weight:800}.page-subtitle{color:var(--fg-muted);margin:0 0 28px;font-size:15px;font-weight:500}.dash-root .section{margin-top:36px}.dash-root .section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dash-root .section-title{letter-spacing:-.02em;font-size:20px;font-weight:700}.hstack{align-items:center;gap:12px;display:flex}.vstack{flex-direction:column;gap:12px;display:flex}.grid-4{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.spacer{flex:1}.divider{background:var(--border-muted);height:1px;margin:16px 0}.scroll-x{overflow-x:auto}.scroll-x::-webkit-scrollbar{height:6px}.scroll-x::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:9999px}.t-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.t-link{color:var(--brand-text);font-weight:500;text-decoration:none}.t-link:hover{text-underline-offset:3px;text-decoration:underline}.thumb{color:var(--fg-subtle);background:linear-gradient(135deg,#2a2d2a 0%,#1a1c1a 100%);justify-content:center;align-items:center;font-size:11px;display:flex}.thumb-warm{background:linear-gradient(135deg,#4a2632 0%,#2a1018 100%)}.thumb-cool{background:linear-gradient(135deg,#1a3a3a 0%,#0a1a1c 100%)}.thumb-mauve{background:linear-gradient(135deg,#3a1a3a 0%,#1a0a1f 100%)}.thumb-sand{background:linear-gradient(135deg,#3a2e1a 0%,#1f1808 100%)}.thumb-violet{background:linear-gradient(135deg,#2a1a4a 0%,#100a2a 100%)}.thumb-tt{background:var(--grad-brand)}@keyframes dash-spin{to{transform:rotate(360deg)}}.dash-loader{border:2px solid var(--border-strong);border-top-color:var(--brand);border-radius:50%;width:28px;height:28px;animation:1s linear infinite dash-spin}.dash-bottom-nav{display:none}.generator-tabs{border-bottom:1px solid var(--border-default);background:var(--bg-sidebar);flex-shrink:0;gap:0;display:none}.generator-tabs button{color:var(--fg-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:12px 8px;font-family:inherit;font-size:13px;font-weight:500;transition:color .12s}.generator-tabs button.active{color:var(--fg-default);border-bottom-color:var(--brand)}.prompt-gallery-tabs{background:var(--bg-canvas);flex-shrink:0;align-items:center;gap:8px;padding:16px 32px 0;display:flex}.prompt-gallery-tabs button{border:1px solid var(--border-default);background:var(--bg-surface);min-height:40px;color:var(--fg-muted);cursor:pointer;border-radius:9999px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:700;transition:background .12s,border-color .12s,color .12s,transform .12s}.prompt-gallery-tabs button:hover{border-color:var(--border-strong);color:var(--fg-default);transform:translateY(-1px)}.prompt-gallery-tabs button.active{border-color:var(--brand-subtle-border);background:var(--brand-subtle-bg);color:var(--brand-text)}.prompt-gallery-intro{max-width:760px}.prompt-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-items:stretch;gap:20px;display:grid}.gen-movement-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.prompt-card,.prompt-card-content{min-width:0}.prompt-card-title,.prompt-card-description,.prompt-card-excerpt{overflow-wrap:anywhere}.admin-cards{flex-direction:column;flex:1;gap:10px;padding:16px;display:none;overflow:auto}.admin-card{background:var(--bg-surface);border:1px solid var(--border-muted);border-radius:10px;padding:14px}.admin-card-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-card-meta{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.creations-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.creations-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.creations-card-img{aspect-ratio:4/5;background:var(--bg-subtle);flex-shrink:0;overflow:hidden}.creations-card-img img{object-fit:cover;width:100%;height:100%;display:block}.creations-card-body{flex-direction:column;flex:1;gap:3px;padding:12px 14px;display:flex}.creations-card-title{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.creations-card-meta{color:var(--fg-muted);font-size:11px}.creations-card-date{color:var(--fg-subtle);margin-bottom:8px;font-size:11px}.creations-card-actions{gap:6px;margin-top:auto;display:flex}.creations-btn{flex:1;justify-content:center;font-size:11px}.creations-download-btn{background:linear-gradient(135deg,#ff4db8 0%,#ff008a 100%);border:none;font-weight:700;color:#fff!important}@media (width<=768px){.dash-root{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.dash-app,.dash-root>div[style]{grid-template-columns:1fr!important}.sidebar{display:none}.header-mobile-logo{align-items:center;display:flex}.dash-header{height:var(--header-h);align-items:center;gap:8px;padding:0 16px}.header-left{display:none}.header-actions{flex-wrap:nowrap;flex-shrink:0;gap:6px}.header-title{white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.header-divider{display:none}.badge-cyan{padding:3px 8px;font-size:11px}.page{padding:20px 16px}.page-title{font-size:24px}.page-subtitle{margin-bottom:20px;font-size:13px}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr);gap:10px}.metric-value{font-size:28px}.section{margin-top:24px}.section-title{font-size:16px}.card{padding:16px}.card-title-row{flex-wrap:wrap;align-items:flex-start;gap:10px}.btn-lg{height:44px;font-size:14px}.dash-bottom-nav{background:var(--bg-sidebar);border-top:1px solid var(--border-default);z-index:200;height:auto;padding:4px 2px;padding-bottom:calc(4px + env(safe-area-inset-bottom));scrollbar-width:none;border-radius:0;align-items:stretch;gap:0;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:auto visible;box-shadow:0 -4px 16px #0000001f}.dash-bottom-nav::-webkit-scrollbar{display:none}.dash-bottom-nav a{min-width:52px;color:var(--fg-subtle);cursor:pointer;letter-spacing:.02em;-webkit-tap-highlight-color:transparent;white-space:nowrap;background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:7px 4px 6px;font-family:inherit;font-size:9.5px;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.dash-bottom-nav .bn-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .18s;display:flex}.dash-bottom-nav .bn-icon svg{flex-shrink:0}.dash-bottom-nav .bn-label{line-height:1}.dash-bottom-nav a:hover{color:var(--fg-muted)}.dash-bottom-nav a.active{color:var(--brand)}.dash-bottom-nav a.active .bn-icon{background:#ff008a24}.catalog-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.product-card-price{font-size:13px!important}.catalog-topbar .page-title{display:none}.catalog-topbar .page-subtitle{margin-bottom:0;font-size:12px}.catalog-sort-wrap{margin-left:0}.prompt-gallery-tabs{scrollbar-width:none;padding:14px 16px 0;overflow-x:auto}.prompt-gallery-tabs::-webkit-scrollbar{display:none}.prompt-gallery-tabs button{white-space:nowrap;flex-shrink:0}.prompt-gallery-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.gen-movement-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.prompt-card-content{padding:14px!important}.prompt-card .btn{width:100%}.generator-tabs{display:flex!important}.generator-panel{display:none!important}.generator-panel.active{display:flex!important}.generator-3col{grid-template-columns:1fr!important;height:auto!important}.admin-table{display:none!important}.admin-cards{display:flex!important}.admin-slide-panel.open{z-index:200;border-left:none!important;width:100%!important;position:fixed!important;inset:0!important}.admin-slide-panel.open>div{width:100%!important;max-width:100%!important}:not(.admin-slide-panel)>.admin-slide-panel-inner{z-index:200;border-left:none!important;width:100%!important;max-width:100%!important;position:fixed!important;inset:0!important}.admin-slide-panel.open>.admin-slide-panel-inner{width:100%!important;max-width:100%!important}.admin-aulas-layout{flex-direction:column!important}.admin-aulas-modules{border-bottom:1px solid var(--border-default);flex-shrink:0;max-height:220px;border-right:none!important;width:100%!important}.dash-body{padding-bottom:80px}.section-header{flex-wrap:wrap;gap:8px}.home-bottom-grid{grid-template-columns:1fr!important}.home-card-head{flex-direction:column;align-items:flex-start!important}.home-card-head .btn{justify-content:center;width:100%}.home-recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-product-row{flex-wrap:wrap;align-items:flex-start!important}.home-product-cta{width:100%;justify-content:center!important}.home-cta-card{gap:16px;flex-direction:column!important;align-items:flex-start!important;padding:20px!important}.home-cta-actions{width:100%}.home-cta-actions .btn{flex:1;justify-content:center}.settings-tabs{padding-bottom:2px;overflow-x:auto;flex-wrap:nowrap!important}.settings-tabs::-webkit-scrollbar{display:none}.settings-account-head{flex-direction:column;align-items:flex-start!important}.settings-account-actions,.settings-account-buttons{width:100%}.settings-account-buttons{flex-direction:column;align-items:stretch!important}.settings-plan-head,.settings-expiry-row{flex-direction:column;align-items:flex-start!important}.settings-expiry-row>div:last-child{width:100%;text-align:left!important}.settings-list-row{flex-direction:column;align-items:flex-start}.settings-billing-meta{justify-content:space-between;width:100%}.settings-notification-row{gap:14px;align-items:flex-start!important}.settings-notification-row>button{align-self:flex-start}.settings-cta-row{flex-direction:column;gap:8px;margin-top:16px;display:flex}.settings-cta-btn{justify-content:center;width:100%!important}.catalog-topbar{flex-direction:column;align-items:stretch!important}.catalog-search{width:100%!important}.catalog-grid{grid-template-columns:repeat(2,1fr)!important}.product-card-title{min-height:auto;font-size:11px}.product-card-create-btn{font-size:10px}.generator-cta-inline{display:none!important}.generator-cta-mobile{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:var(--bg-sidebar);border-top:1px solid var(--border-default);z-index:90;position:fixed;bottom:64px;left:0;right:0;display:block!important}.generator-preview-actions{width:100%;flex-direction:column!important;align-items:stretch!important}.generator-preview-actions .btn{justify-content:center}.generator-product-panel,.generator-controls-panel{padding:16px!important}.generator-controls-panel{padding-bottom:112px!important}.generator-preview-top{flex-wrap:wrap;gap:10px;align-items:flex-start!important;padding:14px 16px!important}.generator-preview-stage{padding:20px 16px 24px!important}.generator-preview-frame{width:min(100%,340px)!important}.generator-result-actions{max-width:100%!important}.generator-avatar-grid{gap:6px!important}.video-layout{grid-template-rows:auto 1fr;grid-template-columns:1fr!important;overflow:auto!important}.video-layout>div:first-child{border-bottom:1px solid var(--border-muted);border-right:none!important;padding:20px!important}.video-prompt-actions{flex-direction:column!important;align-items:stretch!important}.video-prompt-actions .btn,.video-prompt-actions a{justify-content:center}.video-prompt-intro{align-items:flex-start!important;padding:14px 16px!important}.video-creation-strip{padding:10px 16px!important}.video-selected-pane{padding:20px 16px!important}.video-selected-card{width:100%}.video-selected-image{width:min(100%,320px)!important}.video-config-panel{padding:18px 16px 24px!important}.aulas-module-grid{grid-template-columns:1fr!important;gap:16px!important}.aulas-player-main{min-height:0}.creations-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.help-support-card{flex-direction:column;align-items:stretch!important}.help-support-main{align-items:flex-start!important}.help-support-card .btn{justify-content:center;width:100%}.novelinha-step-indicator{overflow-x:auto;justify-content:flex-start!important;padding:14px 16px!important}.novelinha-step-page{padding-bottom:28px}.novelinha-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.novelinha-head{flex-direction:column;align-items:stretch!important}.novelinha-head .btn{justify-content:center;width:100%}.novelinha-selected-strip{gap:6px!important;padding:10px 12px!important}.novelinha-char-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.novelinha-takes-grid{gap:8px!important}.novelinha-takes-grid>button{flex:calc(33.333% - 8px);min-width:88px}.novelinha-result-actions{flex-direction:column}.novelinha-result-actions .btn{justify-content:center;width:100%}.novelinha-action-bar{flex-wrap:wrap;padding:14px 16px!important}.novelinha-action-bar .btn{min-width:0}.novelinha-modal-panel{border-radius:14px!important;max-width:100%!important}.novelinha-modal-actions{flex-direction:column}.notif-panel{width:auto!important;position:fixed!important;top:60px!important;left:8px!important;right:8px!important}.otp-input{width:36px!important;height:44px!important;font-size:18px!important}.otp-grid{gap:4px!important}}@media (width<=480px){.grid-4{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-left:0!important;margin-right:0!important}.product-card-body{gap:3px!important;padding:8px 8px 10px!important}.product-card-title{-webkit-line-clamp:2!important;min-height:26px!important;font-size:10.5px!important}.product-card-price{font-size:14px!important}.product-card-rating-count{display:none!important}.product-card-stat{font-size:9px!important}.product-card-stats{gap:6px!important}.product-card-actions{flex-direction:column!important;gap:5px!important;margin-top:4px!important}.product-card-tiktok-btn,.product-card-create-btn{border-radius:8px!important;gap:5px!important;padding:9px 8px!important;font-size:10px!important}.product-card-btn-arrow{display:none!important}.product-card-comm-pill{padding:1px 5px!important;font-size:9px!important}.page-title{font-size:22px}.home-bottom-grid{grid-template-columns:1fr!important}.page{padding:16px 14px}.metric-value{font-size:24px}.home-recent-grid{gap:6px!important}.settings-list-row{flex-direction:column;align-items:flex-start}.settings-billing-meta{justify-content:space-between;width:100%}.settings-notification-row{gap:14px;align-items:flex-start!important}.settings-notification-row>button{align-self:flex-start}.video-creation-thumb{width:52px!important;height:64px!important}.prompt-gallery-grid,.gen-movement-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.video-prompt-intro .btn,.video-prompt-actions .btn,.video-prompt-actions a{width:100%}.creations-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.creations-card-body{gap:2px!important;padding:8px 10px!important}.creations-card-title{font-size:11px!important}.creations-card-meta{font-size:10px!important}.creations-card-date{margin-bottom:6px!important;font-size:10px!important}.creations-card-actions{flex-direction:column!important;gap:5px!important}.creations-btn{padding:7px 6px!important;font-size:10.5px!important}.help-search-wrap{margin-bottom:24px!important}.novelinha-story-grid,.novelinha-char-grid{grid-template-columns:1fr!important}.novelinha-takes-grid>button{flex-basis:calc(50% - 8px)}.novelinha-action-bar{flex-direction:column;align-items:stretch!important}.novelinha-action-bar>div{text-align:center;order:-1;width:100%}.novelinha-action-bar .btn{justify-content:center;width:100%}.otp-input{border-radius:8px!important;width:32px!important;height:40px!important;font-size:16px!important}}.settings-list{flex-direction:column;display:flex}.settings-list-row{border-top:1px solid var(--border-muted);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.settings-list-row:first-child{border-top:none}@media (width>=769px){.settings-cta-row{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}}.generator-cta-mobile{display:none}.generator-empty-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px 8px;display:flex}.generator-empty-icon{margin-bottom:20px;font-size:52px;line-height:1}.gen-wizard{flex-direction:column;flex:1;display:flex;overflow:hidden}.gen-stepper{border-bottom:1px solid var(--border-muted);background:var(--bg-sidebar);flex-shrink:0;justify-content:center;align-items:center;gap:0;padding:18px 24px 14px;display:flex}.gen-stepper-item{color:var(--fg-subtle);align-items:center;gap:7px;display:flex}.gen-stepper-item.active{color:var(--fg-default)}.gen-stepper-item.done{color:var(--positive)}.gen-step-dot{background:0 0;border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.gen-stepper-item.active .gen-step-dot{background:var(--brand);border-color:var(--brand);color:#fff}.gen-stepper-item.done .gen-step-dot{background:var(--positive);border-color:var(--positive);color:#000}.gen-step-label{white-space:nowrap;font-size:13px;font-weight:500}.gen-stepper-line{background:var(--border-default);flex-shrink:0;width:36px;height:2px;margin:0 8px;transition:background .2s}.gen-stepper-line.done{background:var(--positive)}.gen-scroll{flex:1;padding:36px 24px 100px;overflow:auto}.gen-scroll-style{background:var(--bg-app);flex-direction:column;padding:0 0 100px;display:flex}.gen-step-inner{max-width:860px;margin:0 auto}.gen-style-step{background:var(--bg-app);flex-direction:column;align-items:center;min-height:100%;padding:48px 24px 0;display:flex}.gen-style-header{text-align:center;max-width:560px;margin-bottom:40px}.gen-style-eyebrow{color:var(--brand);letter-spacing:.1em;background:#ff008a1a;border:1px solid #ff008a40;border-radius:9999px;margin-bottom:20px;padding:6px 16px;font-size:11px;font-weight:700;display:inline-block}.gen-style-title{color:var(--fg-default);margin:0 0 16px;font-size:clamp(28px,5vw,42px);font-weight:900;line-height:1.15}.gen-style-title-grad{background:linear-gradient(90deg,#ff008a,#ff4db8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gen-style-subtitle{color:var(--fg-muted);margin:0;font-size:15px;line-height:1.6}.gen-style-cards{box-sizing:border-box;justify-content:center;align-items:center;gap:0;width:100%;max-width:1020px;padding:0 32px;display:flex}.gen-style-or{text-align:center;letter-spacing:.06em;text-transform:lowercase;background:linear-gradient(90deg,#ff008a,#ff4db8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;width:48px;font-size:15px;font-weight:800}.gen-style-card{aspect-ratio:9/16;cursor:pointer;border-radius:20px;flex:1;min-width:0;max-width:300px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000002e}.gen-style-card:hover{transform:translateY(-6px)scale(1.01);box-shadow:0 16px 48px #00000047}.gen-style-card.selected{box-shadow:0 0 0 3px var(--brand), 0 16px 48px #ff008a40}.gen-style-card-video{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.gen-style-card-overlay{pointer-events:none;background:linear-gradient(#0000 0%,#0003 50%,#000000d9 100%);position:absolute;inset:0}.gen-style-card-content{flex-direction:column;gap:6px;padding:20px 18px;display:flex;position:absolute;bottom:0;left:0;right:0}.gen-style-card-tag{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;letter-spacing:.08em;background:#ffffff26;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:5px;width:fit-content;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.gen-style-card-title{color:#fff;font-size:26px;font-weight:900;line-height:1.1}.gen-style-card-desc{color:#fffc;font-size:12px;line-height:1.5}.gen-style-card-cta{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.1em;background:#fff3;border:1px solid #ffffff4d;border-radius:9999px;align-items:center;gap:6px;width:fit-content;margin-top:4px;padding:8px 16px;font-size:11px;font-weight:700;display:inline-flex}.cf-sec-hdr{align-items:center;gap:14px;margin-bottom:18px;display:flex}.cf-sec-hdr-right{flex-shrink:0;margin-left:auto}.gen-method-grid,.gen-ref-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.gen-summary-chips{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.gen-step-head{text-align:center;margin-bottom:36px}.gen-step-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--brand-text);margin-bottom:10px;font-size:11px;font-weight:700}.gen-step-title{letter-spacing:-.03em;margin:0 0 10px;font-size:28px;font-weight:800;line-height:1.1}.gen-step-sub{color:var(--fg-muted);max-width:48ch;margin:0 auto;font-size:15px;line-height:1.55}.gen-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);border-bottom:1px solid var(--border-default);margin-bottom:12px;padding-bottom:10px;font-size:11px;font-weight:700}.gen-mode-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:24px;display:grid}.gen-mode-card{border:2px solid var(--border-default);background:var(--bg-surface);cursor:pointer;transition:all .16s var(--ease-standard);color:var(--fg-default);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:28px 20px 24px;font-family:inherit;display:flex;position:relative}.gen-mode-card:hover{border-color:var(--border-strong);background:var(--bg-surface-hover);transform:translateY(-2px)}.gen-mode-card.selected{border-color:var(--brand);background:var(--brand-subtle-bg)}.gen-mode-emoji{font-size:36px;line-height:1}.gen-mode-label{font-size:16px;font-weight:700}.gen-mode-sub{color:var(--fg-muted);font-size:12px;line-height:1.45}.gen-mode-card.selected .gen-mode-sub{color:var(--brand-text);opacity:.75}.gen-mode-check{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:12px;right:12px}.gen-product-card{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:16px;grid-template-columns:130px 1fr;display:grid;overflow:hidden}.gen-product-img{object-fit:cover;flex-shrink:0;width:130px;height:130px;display:block}.gen-product-info{flex-direction:column;justify-content:center;gap:8px;padding:18px 20px;display:flex}.gen-catalog-empty{text-align:center;border:2px dashed var(--border-default);background:var(--bg-surface);border-radius:16px;flex-direction:column;align-items:center;padding:48px 24px;display:flex}.gen-product-selected{background:var(--bg-surface);border:1.5px solid var(--positive);border-radius:14px;align-items:center;gap:14px;margin-bottom:16px;padding:12px 14px;display:flex}.gen-product-selected-img-wrap{border-radius:10px;flex-shrink:0;width:72px;height:72px;overflow:hidden}.gen-product-selected-img{object-fit:cover;width:72px;height:72px;display:block}.gen-product-selected-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.gen-product-selected-badge{color:var(--positive);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.gen-product-selected-title{color:var(--fg-default);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.gen-product-selected-meta{color:var(--fg-muted);gap:10px;font-size:13px;font-weight:600;display:flex}.gen-product-deselect{border:1px solid var(--border-default);background:var(--bg-app);color:var(--fg-muted);cursor:pointer;border-radius:10px;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;padding:10px 14px;font-size:11px;font-weight:600;transition:border-color .15s,color .15s;display:flex}.gen-product-deselect:hover{border-color:var(--fg-muted);color:var(--fg-default)}.gen-catalog-picker{flex-direction:column;gap:14px;display:flex}.gen-catalog-search-wrap{align-items:center;display:flex;position:relative}.gen-catalog-search-icon{color:var(--fg-muted);pointer-events:none;position:absolute;left:14px}.gen-catalog-search-input{border:1px solid var(--border-default);background:var(--bg-surface);width:100%;color:var(--fg-default);box-sizing:border-box;border-radius:12px;outline:none;padding:11px 14px 11px 38px;font-size:14px}.gen-catalog-search-input:focus{border-color:var(--brand)}.gen-catalog-grid{grid-template-columns:repeat(4,1fr);gap:12px;max-height:420px;padding-right:4px;display:grid;overflow-y:auto}.gen-catalog-item{background:var(--bg-surface);border:1px solid var(--border-default);cursor:pointer;text-align:left;border-radius:12px;flex-direction:column;padding:0;transition:border-color .15s,transform .15s;display:flex;overflow:hidden}.gen-catalog-item:hover{border-color:var(--brand);transform:translateY(-2px)}.gen-catalog-item-img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.gen-catalog-item-info{padding:8px 10px}.gen-catalog-item-title{color:var(--fg-default);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:12px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.gen-catalog-item-cat{color:var(--fg-muted);text-transform:uppercase;letter-spacing:.03em;margin-top:3px;font-size:11px}.imersivo-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:18px;margin-bottom:16px;padding:24px}.imersivo-card-hdr{align-items:center;gap:16px;margin-bottom:22px;display:flex}.imersivo-hdr-icon{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.imersivo-hdr-step{letter-spacing:.1em;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:700}.imersivo-hdr-title{font-size:18px;font-weight:800;line-height:1.2}.imersivo-hdr-sub{color:var(--fg-muted);margin-top:3px;font-size:13px}.imersivo-section-label{letter-spacing:.12em;margin-bottom:10px;font-size:10px;font-weight:700}.imersivo-scene-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.imersivo-scene-card{flex-direction:row!important;align-items:flex-start!important;gap:10px!important}.imersivo-scene-icon{background:#a855f721;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.imersivo-hand-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;display:grid}.imersivo-hand-card{text-align:center;align-items:center!important}.imersivo-hand-icon{background:#ffffff12;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto;display:flex}.imersivo-presentation-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;display:grid}.imersivo-pres-card{text-align:center;align-items:center!important}.imersivo-custom-grid{grid-template-columns:1fr 1.6fr;gap:16px;margin-top:16px;display:grid}.imersivo-upload-zone{cursor:pointer;color:#ff008a;text-align:center;background:#ff008a0a;border:2px dashed #ff008a80;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:180px;padding:24px 16px;transition:background .16s,border-color .16s;display:flex}.imersivo-upload-zone:hover{background:#ff008a17;border-color:#ff008acc}.imersivo-upload-icon{background:#ff008a1f;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;display:flex}.imersivo-upload-hint{color:#ff008a;font-size:15px;font-weight:600}.imersivo-upload-sub{color:#ff008a99;font-size:12px;line-height:1.4}.imersivo-upload-preview{object-fit:cover;border-radius:12px;width:100%;height:100%}.imersivo-custom-textarea-wrap{flex-direction:column;gap:8px;display:flex}.imersivo-custom-textarea-label{font-size:14px;font-weight:600}.imersivo-custom-textarea{resize:none;flex:1;min-height:120px;font-size:13px}.imersivo-custom-textarea-footer{color:var(--fg-subtle);justify-content:space-between;align-items:center;font-size:11px;display:flex}.imersivo-preview-row{border:1px solid var(--border-default);background:#ffffff08;border-radius:12px;align-items:center;gap:14px;margin-top:20px;padding:14px 16px;display:flex}.imersivo-preview-upload{cursor:pointer;flex:1;align-items:center;gap:10px;display:flex}.imersivo-preview-divider{background:var(--border-default);flex-shrink:0;width:1px;height:36px}.imersivo-preview-info{flex:2}.gen-upload-zone{border:2px dashed var(--border-strong);cursor:pointer;color:var(--fg-muted);transition:all .16s var(--ease-standard);border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.gen-upload-zone.tall{padding:64px 24px}.gen-upload-zone:hover{border-color:var(--brand);background:var(--brand-subtle-bg);color:var(--brand-text)}.gen-upload-hint{font-size:14px;font-weight:500}.gen-upload-sub{opacity:.65;font-size:12px}.gen-upload-preview{cursor:pointer;border-radius:14px;max-width:320px;margin:0 auto;position:relative;overflow:hidden}.gen-upload-preview img{border-radius:14px;width:100%;display:block}.gen-upload-preview-overlay{color:#fff;opacity:0;background:#00000080;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;transition:opacity .16s;display:flex;position:absolute;inset:0}.gen-upload-preview:hover .gen-upload-preview-overlay{opacity:1}.gen-avatar-filter-tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.gen-avatar-filter-tab{border:1.5px solid var(--border-default);background:var(--bg-surface);color:var(--fg-muted);cursor:pointer;border-radius:9999px;align-items:center;gap:5px;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.gen-avatar-filter-tab:hover{border-color:var(--border-strong);color:var(--fg-default)}.gen-avatar-filter-tab.active{border-color:var(--brand);color:var(--brand);background:#ff008a1a}.gen-avatar-filter-count{opacity:.7;font-size:11px;font-weight:700}.gen-avatar-filter-tab-emoji{font-size:14px;line-height:1}.gen-avatar-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.gen-avatar-item{flex-direction:column;align-items:center;gap:10px;display:flex}.gen-avatar-name{color:var(--fg-muted);text-align:center;font-size:13px;font-weight:500}.gen-avatar-name.active{color:var(--brand);font-weight:700}.gen-avatar-own-tab{flex-direction:column;align-items:center;gap:10px;max-width:200px;display:flex}.gen-avatar-card{cursor:pointer;aspect-ratio:4/5;background:var(--bg-surface);transition:all .16s var(--ease-standard);border:3px solid #0000;border-radius:14px;position:relative;overflow:hidden}.gen-avatar-card:hover{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}.gen-avatar-card.selected{border-color:var(--brand);box-shadow:0 0 0 3px #ff008a40,0 8px 24px #0000004d}.gen-avatar-card img{object-fit:cover;width:100%;height:100%;display:block}.gen-avatar-blank{width:100%;height:100%;color:var(--fg-subtle);justify-content:center;align-items:center;display:flex}.gen-avatar-overlay{display:none}.gen-avatar-check{background:var(--brand);color:#fff;opacity:0;width:22px;height:22px;transition:all .16s var(--ease-standard);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:8px;right:8px;transform:scale(.6)}.gen-avatar-card.selected .gen-avatar-check{opacity:1;transform:scale(1)}.gen-avatar-own .gen-avatar-own-placeholder{width:100%;height:100%;color:var(--fg-muted);border:2px dashed var(--border-strong);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:500;transition:all .16s;display:flex}.gen-avatar-card.selected.gen-avatar-own .gen-avatar-own-placeholder{border-color:var(--brand);color:var(--brand-text);background:var(--brand-subtle-bg)}.gen-avatar-loading{flex-direction:column;align-items:center;gap:12px;padding:48px;display:flex}.gen-adj-section-header{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.gen-adj-badge{background:var(--brand);color:#fff;letter-spacing:.06em;border-radius:6px;flex-shrink:0;align-items:center;margin-top:2px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.gen-adj-title{color:var(--fg-default);font-size:18px;font-weight:700;line-height:1.2}.gen-adj-subtitle{color:var(--fg-muted);margin-top:3px;font-size:12px}.gen-adj-chips-label{letter-spacing:.08em;color:var(--fg-muted);text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:700}.gen-scene-icon-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.gen-scene-icon-card{border:1.5px solid var(--border-default);background:var(--bg-surface);cursor:pointer;transition:all .14s var(--ease-standard);text-align:left;color:var(--fg-default);border-radius:14px;flex-direction:column;align-items:flex-start;gap:8px;padding:16px 12px 14px;font-family:inherit;display:flex;position:relative}.gen-scene-icon-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.gen-scene-icon-card.selected{background:var(--brand-subtle-bg) padding-box, linear-gradient(135deg, #ff008a, #ff4db8) border-box;border:1.5px solid #0000}.gen-scene-icon-check{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:8px;right:8px}.gen-scene-icon-svg{color:var(--brand);flex-shrink:0}.gen-scene-icon-card:not(.selected) .gen-scene-icon-svg{color:var(--fg-muted)}.gen-scene-icon-name{color:var(--fg-default);font-size:12px;font-weight:700;line-height:1.2}.gen-scene-icon-desc{color:var(--fg-muted);font-size:10px;line-height:1.35}.gen-scene-upload-card{text-align:center;border-style:dashed;justify-content:center;align-items:center}.gen-shoot-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.gen-shoot-card{border:1.5px solid var(--border-default);background:var(--bg-surface);cursor:pointer;transition:all .14s var(--ease-standard);text-align:left;color:var(--fg-default);border-radius:14px;flex-direction:column;align-items:flex-start;gap:8px;padding:18px 14px 16px;font-family:inherit;display:flex;position:relative}.gen-shoot-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.gen-shoot-card.selected{background:var(--brand-subtle-bg) padding-box, linear-gradient(135deg, #ff008a, #ff4db8) border-box;border:1.5px solid #0000}.gen-shoot-icon{color:var(--fg-muted)}.gen-shoot-card.selected .gen-shoot-icon{color:var(--brand)}.gen-shoot-name{color:var(--fg-default);font-size:13px;font-weight:700;line-height:1.2}.gen-shoot-desc{color:var(--fg-muted);font-size:11px;line-height:1.4}.gen-video-platforms-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.gen-platform-card{flex-direction:row!important;align-items:center!important;gap:10px!important;padding:12px 14px!important}.gen-interaction-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.gen-interaction-img{height:220px;position:relative;overflow:hidden}.gen-tips-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.gen-scene-photo-zone{border:1px dashed var(--border-strong);cursor:pointer;color:var(--fg-muted);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:13px;transition:all .12s;display:flex;overflow:hidden}.gen-scene-photo-zone:hover{border-color:var(--brand);color:var(--brand-text)}.gen-chip-grid{flex-wrap:wrap;gap:8px;display:flex}.gen-chip{border:1.5px solid var(--border-default);background:var(--bg-surface);cursor:pointer;color:var(--fg-muted);transition:all .14s var(--ease-standard);border-radius:9999px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex}.gen-chip:hover{border-color:var(--border-strong);color:var(--fg-default);background:var(--bg-surface-hover)}.gen-chip.selected{border-color:var(--brand);background:var(--brand-subtle-bg);color:var(--brand-text);font-weight:600}.gen-chip-emoji{font-size:15px}.gen-nav-bar{background:var(--bg-canvas);border-top:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;display:flex}.gen-result-wrap{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:24px;padding:32px 24px 40px;display:flex;overflow:auto}.gen-result-img{border-radius:16px;width:100%;max-width:min(520px,100%);height:auto;display:block;box-shadow:0 16px 64px #00000080}.gen-result-loading{aspect-ratio:9/16;border:1px solid var(--border-default);background:var(--bg-surface);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;max-width:min(360px,100%);min-height:480px;display:flex}.gen-result-actions{flex-direction:column;gap:10px;width:100%;max-width:min(520px,100%);display:flex}.gen-result-error{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:380px;padding:0 16px;display:flex}.gen-ai-toast{z-index:9999;background:linear-gradient(135deg,#0d2e1a 0%,#0a3d20 100%);border:1px solid #4ade804d;border-radius:18px;align-items:center;gap:14px;min-width:280px;max-width:340px;padding:16px 20px;animation:.22s cubic-bezier(.34,1.56,.64,1) toast-in;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 12px 40px #00000080,0 0 0 1px #4ade8014}.gen-ai-toast-icon{color:#4ade80;background:#4ade802e;border:1.5px solid #4ade8073;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.gen-ai-toast-title{color:#4ade80;font-size:15px;font-weight:700;line-height:1.2}.gen-ai-toast-sub{color:#4ade8099;margin-top:3px;font-size:12px}html[data-theme=light] .gen-ai-toast{background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border-color:#22c55e66;box-shadow:0 8px 32px #0000001f,0 2px 8px #22c55e26}html[data-theme=light] .gen-ai-toast-icon{color:#16a34a;background:#22c55e26;border-color:#22c55e66}html[data-theme=light] .gen-ai-toast-title{color:#15803d}html[data-theme=light] .gen-ai-toast-sub{color:#15803da6}.gen-alert-banner{color:#fb923c;background:#fb923c14;border:1px solid #fb923c40;border-radius:12px;align-items:center;gap:8px;width:100%;max-width:min(420px,100%);padding:12px 16px;font-size:13px;font-weight:500;display:flex}.gen-audio-wrap{flex-direction:column;gap:16px;margin-top:44px;display:flex}.gen-audio-header{background:linear-gradient(135deg,#ff008a1f,#a855f71f);border:1px solid #ff008a33;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:20px 22px;display:flex;overflow:hidden}.gen-audio-header-left{align-items:center;gap:14px;display:flex}.gen-audio-icon-wrap{color:#ff008a;background:#ff008a33;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.gen-audio-title{color:var(--fg-default);font-size:18px;font-weight:700}.gen-audio-subtitle{color:var(--fg-muted);margin-top:2px;font-size:12px}.gen-audio-wave{flex-shrink:0;align-items:center;gap:3px;height:40px;display:flex}.gen-audio-wave-bar{background:linear-gradient(#ff008a,#ff4db8);border-radius:2px;width:3px;height:8px;animation:1.2s ease-in-out infinite alternate gen-wave;display:inline-block}@keyframes gen-wave{0%{opacity:.4;height:4px}to{opacity:1;height:32px}}.gen-audio-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:16px;flex-direction:column;gap:18px;padding:20px;display:flex}.gen-audio-card-top{align-items:center;gap:14px;display:flex}.gen-audio-card-icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.gen-audio-card-title{color:var(--fg-default);font-size:15px;font-weight:700}.gen-audio-card-sub{color:var(--fg-muted);margin-top:2px;font-size:12px}.gen-audio-total{color:var(--fg-muted);background:var(--bg-app);border:1px solid var(--border-default);white-space:nowrap;border-radius:8px;align-items:center;gap:6px;margin-left:auto;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.gen-take-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.gen-take-card{border:1.5px solid var(--border-default);background:var(--bg-app);cursor:pointer;transition:all .14s var(--ease-standard);border-radius:14px;flex-direction:column;align-items:center;gap:4px;padding:16px 8px 14px;font-family:inherit;display:flex;position:relative}.gen-take-card:hover{border-color:var(--border-strong);transform:translateY(-1px)}.gen-take-card.selected{background:var(--brand-subtle-bg) padding-box, linear-gradient(135deg, #ff008a, #ff4db8) border-box;border:1.5px solid #0000}.gen-take-check{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:8px;right:8px}.gen-take-num{color:var(--fg-default);font-size:28px;font-weight:800;line-height:1}.gen-take-card.selected .gen-take-num{color:var(--brand)}.gen-take-label{letter-spacing:.08em;color:var(--fg-muted);text-transform:uppercase;font-size:9px;font-weight:700}.gen-take-time{color:var(--fg-default);background:var(--bg-surface);border:1px solid var(--border-default);border-radius:20px;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:600}.gen-take-card.selected .gen-take-time{color:#ff008a;background:#ff008a1f;border-color:#ff008a4d}.gen-voice-row{flex-direction:column;gap:10px;display:flex}.gen-voice-label{letter-spacing:.07em;color:var(--fg-muted);text-transform:uppercase;align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.gen-voice-options{gap:8px;display:flex}.gen-voice-chip{border:1.5px solid var(--border-default);background:var(--bg-app);cursor:pointer;color:var(--fg-muted);transition:all .14s var(--ease-standard);border-radius:12px;align-items:center;gap:7px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.gen-voice-chip:hover{border-color:var(--border-strong);color:var(--fg-default)}.gen-voice-chip.selected{background:var(--brand-subtle-bg) padding-box, linear-gradient(135deg, #ff008a, #ff4db8) border-box;color:var(--brand-text);border:1.5px solid #0000}.gen-voice-two-cols{grid-template-columns:1fr 1fr;gap:20px;display:grid}.gen-voice-two-cols .gen-voice-options{flex-wrap:wrap}.gen-fill-ai-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ff008a,#ff4db8);border:none;border-radius:10px;align-items:center;gap:7px;margin-left:auto;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:opacity .15s;display:inline-flex}.gen-fill-ai-btn:hover{opacity:.88}.gen-fill-ai-btn:disabled{opacity:.6;cursor:not-allowed}.gen-take-info{background:var(--bg-app);border:1px solid var(--border-default);border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 14px;display:flex}.gen-take-dialog{background:var(--bg-app);border:1px solid var(--border-default);border-radius:14px;flex-direction:column;gap:10px;padding:16px;display:flex}.gen-take-dialog-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.gen-take-dialog-label{color:var(--fg-default);align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.gen-take-dialog-dot{color:var(--fg-muted)}.gen-take-dialog-role{letter-spacing:.05em;color:var(--brand);font-size:11px;font-weight:700}.gen-take-dialog-count{color:var(--fg-muted);font-size:12px}.gen-take-dialog-clear{color:#ff008a;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:flex}.gen-take-dialog-clear:hover{background:#ff008a1a}.gen-take-dialog-wrap{position:relative}.gen-take-dialog-input{border:1px solid var(--border-default);background:var(--bg-surface);width:100%;color:var(--fg-default);resize:none;box-sizing:border-box;border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .15s}.gen-take-dialog-input:focus{border-color:var(--brand)}.gen-take-dialog-input::placeholder{color:var(--fg-muted)}.gen-take-dialog-ai-icon{color:var(--brand);opacity:.5;pointer-events:none;position:absolute;bottom:12px;right:12px}.gen-take-footer{color:var(--fg-muted);justify-content:center;align-items:center;gap:6px;padding-top:4px;font-size:12px;display:flex}@media (width<=700px){.gen-stepper{justify-content:center;gap:0;padding:10px 14px 9px;overflow:hidden}.gen-step-dot{border-width:1.5px;width:18px;height:18px;font-size:9px}.gen-stepper-item{gap:4px}.gen-step-label{display:none}.gen-stepper-item.active .gen-step-label{white-space:nowrap;font-size:10px;display:block}.gen-stepper-line{width:8px;height:1.5px;margin:0 2px}.gen-scroll{padding:20px 16px 100px}.gen-scroll-style{padding:0 0 100px}.gen-step-head{margin-bottom:24px}.gen-step-title{font-size:20px}.gen-step-sub{font-size:13px}.gen-step-inner{padding:0}.gen-style-step{align-items:stretch;padding:24px 16px 100px}.gen-style-header{text-align:center;margin-bottom:20px}.gen-style-title{margin-bottom:10px;font-size:clamp(22px,7vw,30px)}.gen-style-subtitle{font-size:13px}.gen-style-cards{flex-direction:column;align-items:stretch;gap:0;max-width:100%;padding:0}.gen-style-or{text-align:center;width:100%;padding:10px 0;font-size:13px}.gen-style-card{aspect-ratio:9/14;border-radius:16px;width:100%;max-width:100%}.gen-style-card-title{font-size:22px}.gen-style-card-content{padding:16px 14px}.gen-mode-grid{grid-template-columns:1fr 1fr;gap:10px}.gen-mode-card{padding:18px 10px}.gen-mode-emoji{font-size:26px}.gen-mode-label{font-size:13px}.gen-product-card{grid-template-columns:80px 1fr;gap:10px}.gen-product-img{width:80px;height:80px}.imersivo-card{border-radius:14px!important;margin-bottom:12px!important;padding:16px 14px!important}.imersivo-card-hdr{gap:12px;margin-bottom:16px}.imersivo-hdr-icon{border-radius:10px!important;width:40px!important;height:40px!important}.imersivo-hdr-title{font-size:15px!important}.imersivo-hdr-sub{font-size:12px!important}.imersivo-scene-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.imersivo-scene-icon{width:32px!important;height:32px!important}.imersivo-scene-card{gap:8px!important;padding:10px!important}.imersivo-hand-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.imersivo-hand-icon{width:44px!important;height:44px!important}.imersivo-presentation-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.imersivo-custom-grid{grid-template-columns:1fr!important;gap:12px!important}.imersivo-preview-row{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;padding:12px!important}.imersivo-preview-divider{display:none}.imersivo-preview-upload,.imersivo-preview-info{width:100%}.imersivo-preview-row .btn{justify-content:center;width:100%}.gen-catalog-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;max-height:380px!important}.gen-catalog-item-img{aspect-ratio:1}.gen-catalog-item-info{padding:6px 8px}.gen-catalog-item-title{font-size:11px}.gen-catalog-item-cat{font-size:10px}.gen-avatar-grid{grid-template-columns:repeat(3,1fr);gap:10px}.gen-avatar-filter-tabs{flex-wrap:unset;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px;display:grid;overflow:visible}.gen-avatar-filter-tab{text-align:center;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;padding:10px 6px 8px;font-size:11px;line-height:1.2}.gen-avatar-filter-tab-emoji{margin-bottom:1px;font-size:20px}.gen-avatar-filter-count{opacity:1;background:#8080801f;border-radius:9999px;min-width:16px;padding:1px 5px;font-size:9px;font-weight:800;line-height:1.4;display:inline-block}.gen-avatar-filter-tab.active .gen-avatar-filter-count{background:#ff008a2e}.gen-scene-icon-grid{grid-template-columns:repeat(3,1fr);gap:8px}.gen-shoot-grid{grid-template-columns:repeat(2,1fr);gap:8px}.gen-scene-icon-desc{display:none}.gen-chip{padding:8px 11px;font-size:12px}.gen-nav-bar{padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.gen-result-wrap{gap:16px;padding:16px 16px 32px}.gen-result-img{border-radius:12px;width:100%;max-width:100%}.gen-video-platforms{border-radius:12px!important;padding:14px!important}.gen-video-platforms-grid{grid-template-columns:1fr;gap:8px}.gen-platform-card{gap:12px!important;padding:12px!important}.gen-platform-card>div:first-child{flex-shrink:0;border-radius:8px!important;width:36px!important;height:36px!important}.gen-audio-card{gap:14px;padding:14px}.gen-audio-card-top{flex-wrap:wrap;align-items:center;gap:10px}.gen-audio-total{justify-content:center;width:100%;margin-left:0;padding:5px 10px;font-size:11px}.gen-audio-card-icon-wrap{width:34px;height:34px}.gen-audio-card-title{font-size:14px}.gen-audio-card-sub{font-size:11px}.gen-take-grid{gap:6px}.gen-take-card{border-radius:10px;padding:12px 4px 10px}.gen-take-num{font-size:20px}.gen-take-label{font-size:8px}.gen-take-time{margin-top:2px;padding:2px 6px;font-size:10px}.gen-take-check{width:15px;height:15px;top:5px;right:5px}.gen-voice-options{flex-wrap:wrap;gap:6px}.gen-voice-chip{border-radius:10px;gap:5px;padding:8px 12px;font-size:12px}.gen-voice-two-cols{gap:14px;grid-template-columns:1fr!important}.gen-voice-label{font-size:11px}.gen-voice-row{gap:8px;margin-bottom:12px}.gen-interaction-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gen-interaction-img{height:150px}.gen-tips-grid,.gen-method-grid,.gen-ref-grid{grid-template-columns:1fr;gap:8px}.gen-summary-chips{grid-template-columns:1fr 1fr;gap:6px}.cf-card{border-radius:12px!important;margin-bottom:10px!important;padding:14px!important}.cf-sec-hdr{flex-wrap:wrap;gap:10px;margin-bottom:14px}.cf-sec-hdr>div:nth-child(2){flex:1;min-width:0}.cf-sec-hdr-right{width:100%;margin-left:0}.cf-sec-hdr-right .btn{justify-content:center;width:100%}.gen-method-grid .gen-shoot-card{flex-direction:row!important;align-items:flex-start!important;gap:10px!important;padding:14px 12px!important}.gen-method-grid .gen-shoot-card>div:first-child{flex-shrink:0;border-radius:9px!important;width:36px!important;height:36px!important}.gen-ref-grid>div{gap:10px!important;padding:10px!important}.gen-ref-grid>div>div:first-child{flex-shrink:0!important;width:48px!important;height:48px!important}.gen-ref-grid>div>div:last-child{flex-shrink:0!important}}@media (width<=440px){.gen-scene-icon-grid,.gen-shoot-grid{grid-template-columns:repeat(2,1fr)}.gen-avatar-grid{grid-template-columns:repeat(3,1fr)}.gen-step-title{font-size:18px}.gen-style-card{aspect-ratio:9/13}.gen-style-card-title{font-size:20px}}.home-bottom-grid{grid-template-columns:1fr 1fr}.catalog-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.catalog-page-title{color:var(--fg-default);align-items:center;gap:8px;margin:0 0 4px;font-size:24px;font-weight:800;line-height:1.2;display:flex}.catalog-page-sub{color:var(--fg-muted);margin:0;font-size:13px}.catalog-see-all-btn{border:1px solid var(--border-default);background:var(--bg-surface);color:var(--fg-default);cursor:pointer;white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:9px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .12s,background .12s;display:inline-flex}.catalog-see-all-btn:hover{border-color:var(--brand);color:var(--brand)}.catalog-fav-header-btn{border:1px solid var(--border-default);background:var(--bg-surface);color:var(--fg-default);cursor:pointer;white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .12s,background .12s,color .12s;display:inline-flex}.catalog-fav-header-btn:hover,.catalog-fav-header-btn.active{color:#ff008a;background:#ff008a0f;border-color:#ff008a}.catalog-fav-count{color:#fff;background:#ff008a;border-radius:9999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.fav-panel-backdrop{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;animation:.18s fav-fade-in;position:fixed;inset:0}.fav-panel{background:var(--bg-sidebar);border-left:1px solid var(--border-default);z-index:1201;flex-direction:column;width:340px;max-width:100vw;height:100vh;animation:.22s cubic-bezier(.25,.8,.25,1) fav-slide-in;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 40px #00000073}@keyframes fav-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fav-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.fav-panel-header{border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.fav-panel-title{align-items:center;gap:8px;font-size:16px;font-weight:800;display:flex}.fav-panel-count{color:#ff008a;background:#ff008a26;border-radius:9999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.fav-panel-close{border:1px solid var(--border-default);width:32px;height:32px;color:var(--fg-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex}.fav-panel-close:hover{background:var(--bg-surface-hover);color:var(--fg-default)}.fav-panel-body{flex:1;padding:12px 0;overflow-y:auto}.fav-panel-empty{color:var(--fg-muted);flex-direction:column;justify-content:center;align-items:center;padding:60px 24px;display:flex}.fav-panel-list{flex-direction:column;gap:2px;padding:0 8px;display:flex}.fav-panel-item{border-radius:12px;align-items:center;gap:12px;padding:10px 12px;transition:background .12s;display:flex}.fav-panel-item:hover{background:var(--bg-surface-hover)}.fav-panel-item-img{background:var(--bg-surface);border-radius:10px;flex-shrink:0;width:52px;height:52px;overflow:hidden}.fav-panel-item-img img{object-fit:cover;width:100%;height:100%;display:block}.fav-panel-item-info{flex:1;min-width:0}.fav-panel-item-title{color:var(--fg-default);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.fav-panel-item-price{color:var(--fg-muted);align-items:center;gap:6px;font-size:12px;display:flex}.fav-panel-item-comm{color:#22c55e;background:#22c55e26;border-radius:999px;padding:1px 6px;font-size:10px;font-weight:700}.fav-panel-item-actions{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.fav-panel-item-create,.fav-panel-item-remove{border:1px solid var(--border-default);cursor:pointer;background:0 0;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s,color .12s,border-color .12s;display:flex}.fav-panel-item-create{color:#ff4db8}.fav-panel-item-create:hover{background:#ff4db826;border-color:#ff4db8}.fav-panel-item-remove{color:var(--fg-muted)}.fav-panel-item-remove:hover{color:#ff008a;background:#ff008a1a;border-color:#ff008a}.catalog-cat-pills{scrollbar-width:none;gap:8px;margin-bottom:20px;padding-bottom:4px;display:flex;overflow-x:auto}.catalog-cat-pills::-webkit-scrollbar{display:none}.catalog-cat-pill{border:1px solid var(--border-default);background:var(--bg-surface);color:var(--fg-muted);cursor:pointer;white-space:nowrap;border-radius:9999px;flex-shrink:0;align-items:center;gap:6px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.catalog-cat-pill:hover{background:var(--bg-surface-hover);color:var(--fg-default)}.catalog-cat-pill.active{color:#fff;background:#ff008a;border-color:#ff008a}.catalog-search-full{margin-bottom:16px;position:relative}.catalog-search-icon{color:var(--fg-muted);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.catalog-search-input{box-sizing:border-box;border:1px solid var(--border-default);background:var(--bg-surface);width:100%;color:var(--fg-default);border-radius:12px;outline:none;padding:14px 16px 14px 46px;font-family:inherit;font-size:14px;transition:border-color .15s}.catalog-search-input::placeholder{color:var(--fg-muted)}.catalog-search-input:focus{border-color:var(--brand)}.catalog-own-banner{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:16px 20px;display:flex}.catalog-own-title{color:var(--fg-default);margin-bottom:3px;font-size:14px;font-weight:700}.catalog-own-sub{color:var(--fg-muted);font-size:12px}.catalog-own-btn{border:1.5px solid var(--brand);color:var(--brand);cursor:pointer;white-space:nowrap;background:0 0;border-radius:9999px;flex-shrink:0;align-items:center;gap:6px;padding:9px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s;display:inline-flex}.catalog-own-btn:hover{background:#ff008a0f}.add-product-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.add-product-modal{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:20px;flex-direction:column;gap:0;width:100%;max-width:480px;max-height:90vh;padding:28px;display:flex;overflow-y:auto;box-shadow:0 24px 64px #0003}.add-product-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:24px;display:flex}.add-product-title{color:var(--fg-default);margin:0 0 6px;font-size:22px;font-weight:800}.add-product-sub{color:var(--fg-muted);margin:0;font-size:13px;line-height:1.5}.add-product-close{border:1px solid var(--border-default);background:var(--bg-app);width:32px;height:32px;color:var(--fg-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.add-product-close:hover{color:var(--fg-default);border-color:var(--border-strong)}.add-product-field-label{letter-spacing:.1em;color:var(--fg-muted);margin-bottom:10px;font-size:10px;font-weight:800}.add-product-upload{border:1.5px dashed var(--border-strong);background:var(--bg-app);cursor:pointer;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:160px;transition:border-color .15s;display:flex;overflow:hidden}.add-product-upload:hover{border-color:var(--brand)}.add-product-upload-icon{width:56px;height:56px;color:var(--brand);background:#ff008a1a;border-radius:14px;justify-content:center;align-items:center;display:flex}.add-product-upload-hint{color:var(--fg-muted);font-size:13px}.add-product-preview-img{object-fit:contain;box-sizing:border-box;width:100%;max-height:200px;padding:12px;display:block}.add-product-input{box-sizing:border-box;border:1.5px solid var(--border-default);background:var(--bg-app);width:100%;color:var(--fg-default);border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.add-product-input::placeholder{color:var(--fg-muted)}.add-product-input:focus{border-color:var(--brand)}.add-product-textarea{box-sizing:border-box;border:1.5px solid var(--border-default);background:var(--bg-app);width:100%;color:var(--fg-default);resize:none;border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.add-product-textarea::placeholder{color:var(--fg-muted)}.add-product-textarea:focus{border-color:var(--brand)}.add-product-char-count{color:var(--fg-muted);font-size:11px;position:absolute;bottom:10px;right:14px}.add-product-cta{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:24px;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .15s;display:flex}.add-product-cta:disabled{opacity:.45;cursor:not-allowed}.add-product-cta:not(:disabled):hover{opacity:.88}.hero-banner{background:#0a0a0c;border:1px solid #ffffff12;border-radius:18px;grid-template-rows:480px;grid-template-columns:28% 44% 28%;margin-bottom:24px;display:grid;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ec48990f,0 12px 48px #000000b3,0 4px 16px #0006}.hero-banner:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(55% 65% at 0 100%,#ec489917 0%,#0000 60%),radial-gradient(45% 55% at 100% 0,#a855f714 0%,#0000 55%);position:absolute;inset:0}.hero-left{z-index:1;background:#111115;border-right:1px solid #ffffff0f;flex-direction:column;gap:10px;padding:16px;display:flex;position:relative}.hero-header-row{justify-content:space-between;align-items:center;display:flex}.hero-badge{color:#f472b6;letter-spacing:.07em;text-transform:uppercase;background:#ec48991f;border:1px solid #ec489959;border-radius:20px;align-items:center;gap:5px;padding:5px 11px;font-size:10.5px;font-weight:700;display:inline-flex}.hero-title-group{flex-direction:column;gap:8px;display:flex}.hero-title{letter-spacing:-.025em;color:var(--fg-default);margin:0;font-size:19px;font-weight:800;line-height:1.15}.hero-desc{color:#7070a0;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.hero-price-section{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-price{color:#ff008a;letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:22px;font-weight:900;line-height:1}.hero-commission-pill{color:#4ade80;background:#4ade801a;border:1px solid #4ade8047;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700}.hero-stats-grid{grid-template-columns:repeat(2,1fr);gap:6px;display:grid}.hero-stat-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:4px;padding:10px 12px;transition:border-color .16s;display:flex;position:relative;overflow:hidden}.hero-stat-card:after{content:"";background:linear-gradient(90deg,#0000,#ec489980,#0000);height:1px;position:absolute;top:0;left:10%;right:10%}.hero-stat-card:hover{border-color:#ec489940}.hero-stat-card-num{color:var(--fg-default);font-variant-numeric:tabular-nums;font-size:16px;font-weight:800;line-height:1}.hero-stat-card-lbl{color:var(--fg-subtle);font-size:11px;font-weight:500}.hero-stat-trend{color:#4ade80;font-size:11px;font-weight:700;line-height:1}.hero-actions{flex-direction:column;gap:10px;display:flex}.hero-btn-inner{flex:1;align-items:center;gap:9px;display:flex}.hero-btn-arrow{opacity:.55;margin-left:auto}.hero-btn-tiktok{appearance:none;width:100%;color:var(--fg-default);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;align-items:center;padding:11px 14px;font-family:inherit;font-size:12.5px;font-weight:600;text-decoration:none;transition:border-color .16s,background .16s;display:flex}.hero-btn-tiktok:hover{background:#ec48990f;border-color:#ec489980}.hero-btn-tiktok:disabled{opacity:.32;cursor:not-allowed}.hero-btn-primary{appearance:none;color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff008a 0%,#ff2f9f 50%,#ff4db8 100%);border:none;border-radius:12px;align-items:center;width:100%;padding:16px;font-family:inherit;font-size:14px;font-weight:700;transition:opacity .15s,transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 20px #ec489966,0 1px 4px #0000004d}.hero-btn-primary:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 8px 32px #ec48998c,0 2px 8px #00000059}.hero-center{z-index:1;background-color:#0b0b0d;background-position:50%;background-repeat:no-repeat;background-size:contain;flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.hero-float-bar{-webkit-backdrop-filter:blur(20px);background:#0a0a0cf2;border-top:1px solid #ffffff14;border-radius:0;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;width:100%;padding:10px 12px;display:flex}.hero-float-attr{border-right:1px solid #ffffff14;flex-direction:row;flex:1 1 0;align-items:center;gap:8px;min-width:0;padding:0 10px;display:flex}.hero-float-attr:first-child{padding-left:0}.hero-float-attr:last-child{border-right:none;padding-right:0}.hero-float-ico{color:#ffffff8c;flex-shrink:0}.hero-float-text{flex-direction:column;gap:1px;min-width:0;display:flex}.hero-float-label,.hero-float-sub{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hero-float-label{color:#ffffffeb;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.2}.hero-float-sub{color:#ffffff6b;white-space:nowrap;font-size:11px}.hero-right{z-index:1;background:#111115;border-left:1px solid #ffffff0f;flex-direction:column;gap:8px;padding:16px;display:flex;position:relative;overflow:hidden}.hero-perf-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.hero-perf-title{letter-spacing:.12em;text-transform:uppercase;color:var(--fg-subtle);font-size:10px;font-weight:700}.hero-hot-pill{color:#f472b6;background:#ec48991f;border:1px solid #ec489959;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.hero-chart{margin:0 -4px}.hero-chart-tooltip{color:#ff008a;background:#1a1a1e;border:1px solid #ec48994d;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:700}.hero-metrics{flex-direction:column;display:flex}.hero-metric-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:6px 0;display:flex}.hero-metric-row:last-child{border-bottom:none}.hero-metric-left{align-items:center;gap:10px;display:flex}.hero-metric-label{color:var(--fg-muted);font-size:12.5px}.hero-metric-right{align-items:center;gap:8px;display:flex}.hero-metric-value{color:var(--fg-default);font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.hero-metric-badge-green{color:#4ade80;font-size:11px;font-weight:700}.hero-metric-badge{color:var(--fg-muted);font-size:11px;font-weight:600}.hero-insight{background:linear-gradient(135deg,#ec48991a 0%,#a855f712 100%);border:1px solid #ec489938;border-left:3px solid #ff008a;border-radius:11px;flex-shrink:0;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.hero-insight-ico{color:#f472b6;background:#ec489926;border:1px solid #ec48994d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.hero-insight-body{flex:1;min-width:0}.hero-insight-title{color:#f472b6;margin-bottom:3px;font-size:12.5px;font-weight:700}.hero-insight-desc{color:var(--fg-muted);font-size:11.5px;line-height:1.5}.hero-insight-btn{color:#ff008a;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ec489959;border-radius:8px;flex-shrink:0;align-self:center;align-items:center;gap:3px;padding:6px 12px;font-family:inherit;font-size:11.5px;font-weight:600;transition:background .15s;display:flex}.hero-insight-btn:hover{background:#ec48991a}.hero-attr-row{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.hero-attr-badge{border:1px solid var(--border-default);color:var(--fg-muted);background:#ffffff08;border-radius:10px;align-items:center;gap:6px;padding:8px 10px;font-size:11px;font-weight:600;display:flex}.hero-attr-badge svg{color:#ffffff80;flex-shrink:0}.hero-attr-row--right{grid-template-columns:repeat(2,1fr)}.hero-footer-row{border-top:1px solid #ffffff0f;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:10px;display:grid}.hero-footer-item{align-items:flex-start;gap:7px;display:flex}.hero-footer-item svg{flex-shrink:0;margin-top:1px}.hero-footer-texts{flex-direction:column;gap:2px;display:flex}.hero-footer-lbl{color:var(--fg-subtle);font-size:10px;font-weight:500}.hero-footer-val{color:var(--fg-muted);font-size:11.5px;font-weight:600}html[data-theme=light] .hero-banner{background:#f4f4f8;border-color:#00000014;box-shadow:0 4px 24px #00000014,0 1px 6px #0000000a}html[data-theme=light] .hero-banner:before{background:radial-gradient(55% 65% at 0 100%,#ec48990f 0%,#0000 60%),radial-gradient(45% 55% at 100% 0,#a855f70d 0%,#0000 55%)}html[data-theme=light] .hero-left{background:#fff;border-right-color:#00000012}html[data-theme=light] .hero-right{background:#fff;border-left-color:#00000012}html[data-theme=light] .hero-title{color:#0f0f10}html[data-theme=light] .hero-desc{color:var(--fg-muted)}html[data-theme=light] .hero-stat-card{background:#00000008;border-color:#00000014}html[data-theme=light] .hero-stat-card:after{background:linear-gradient(90deg,#0000,#ec48994d,#0000)}html[data-theme=light] .hero-center{background-color:#f0f0f4}html[data-theme=light] .hero-float-bar{background:#ffffffe0;border-top-color:#00000014}html[data-theme=light] .hero-float-ico{color:#0006}html[data-theme=light] .hero-float-label{color:#000000d9}html[data-theme=light] .hero-float-sub{color:#0006}html[data-theme=light] .hero-float-attr{border-right-color:#00000014}html[data-theme=light] .hero-metric-row{border-bottom-color:#0000000f}html[data-theme=light] .hero-chart-tooltip{background:#fff;border-color:#ec489940}html[data-theme=light] .hero-insight{background:linear-gradient(135deg,#ec48990f 0%,#a855f70a 100%);border-color:#ec48992e}html[data-theme=light] .hero-attr-badge{background:#00000008}html[data-theme=light] .hero-attr-badge svg{color:#00000059}html[data-theme=light] .hero-btn-tiktok{background:#00000008;border-color:#0000001f}html[data-theme=light] .hero-btn-tiktok:hover{background:#ec48990a;border-color:#ec489966}html[data-theme=light] .hero-footer-row{border-top-color:#00000012}.catalog-sub-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.catalog-sub-title{color:var(--fg-default);margin:0;font-size:16px;font-weight:700}.catalog-sort-bar{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.catalog-grid-skeleton{grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:32px;display:grid}.product-card-skeleton{background:var(--bg-surface);border:1px solid var(--border-default);aspect-ratio:3/4;border-radius:12px;animation:1.4s ease-in-out infinite skeletonPulse}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.5}}.catalog-security-footer{color:var(--fg-subtle);justify-content:center;align-items:center;gap:5px;padding:8px 0 24px;font-size:11px;display:flex}.catalog-topbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.catalog-topbar-left{flex:1;min-width:0}.catalog-search{width:280px}.catalog-filterbar{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.catalog-cats{scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.catalog-cats::-webkit-scrollbar{display:none}.catalog-cat-chip{cursor:pointer;border:1px solid var(--border-default);background:var(--bg-surface);color:var(--fg-muted);white-space:nowrap;border-radius:9999px;flex-shrink:0;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s,border-color .12s,color .12s}.catalog-cat-chip.active{background:var(--brand);border-color:var(--brand);color:#fff}.catalog-quick-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.catalog-toggle-chip{cursor:pointer;border:1px solid var(--border-default);background:var(--bg-surface);color:var(--fg-muted);white-space:nowrap;border-radius:9999px;align-items:center;gap:5px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:500;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.catalog-toggle-chip:hover{background:var(--bg-surface-hover);color:var(--fg-default)}.catalog-toggle-chip.active{color:var(--brand);background:#ff008a1f;border-color:#ff008a80}.catalog-sort-wrap{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:9999px;align-items:center;gap:6px;margin-left:auto;padding:5px 10px;display:inline-flex}.catalog-sort-select{color:var(--fg-muted);cursor:pointer;appearance:none;background:0 0;border:none;outline:none;padding-right:4px;font-family:inherit;font-size:12px;font-weight:500}.catalog-sort-select option{background:var(--bg-surface);color:var(--fg-default)}.catalog-sort-wrap:focus-within{border-color:var(--border-strong)}.catalog-grid{grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:24px;display:grid}.product-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:14px;flex-direction:column;transition:transform .14s,border-color .14s,box-shadow .14s;display:flex;overflow:hidden}.product-card:hover{border-color:#ff008a4d;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.product-card-img-wrap{aspect-ratio:4/5;background:var(--bg-surface-hover);flex-shrink:0;position:relative;overflow:hidden}.product-card-img-el{object-fit:cover;width:100%;height:100%;transition:transform .22s;display:block}.product-card:hover .product-card-img-el{transform:scale(1.04)}.product-card-img-transition{transition:transform .22s,opacity .18s}.product-card-hot-badge{color:#fff;letter-spacing:.01em;pointer-events:none;background:#ff008a;border-radius:9999px;align-items:center;gap:3px;padding:4px 9px;font-size:10px;font-weight:700;display:flex;position:absolute;top:8px;left:8px}.product-card-heart{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000061;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .12s;display:flex;position:absolute;top:8px;right:8px}.product-card-heart:hover{background:#ff008ad9;border-color:#0000}.product-card-heart.active{color:#fff;background:#ff008a;border-color:#0000}.product-card-body{flex-direction:column;flex:1;gap:5px;padding:10px 12px 12px;display:flex}.product-card-title{-webkit-line-clamp:2;color:var(--fg-default);-webkit-box-orient:vertical;min-height:35px;margin:0;font-size:12.5px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-rating{align-items:center;gap:3px;display:flex}.product-card-rating-val{color:var(--fg-default);font-size:11px;font-weight:600}.product-card-rating-count{color:var(--fg-muted);font-size:10.5px}.product-card-price-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.product-card-price{font-variant-numeric:tabular-nums;color:#ff008a;font-size:16px;font-weight:800;line-height:1}.product-card-comm-pill{color:#4ade80;background:#4ade8024;border:1px solid #4ade804d;border-radius:9999px;padding:2px 7px;font-size:10.5px;font-weight:700;line-height:1.4}.product-card-stats{align-items:center;gap:10px;display:flex}.product-card-stat{color:var(--fg-muted);align-items:center;gap:3px;font-size:10.5px;display:flex}.product-card-actions{flex-direction:column;gap:6px;margin-top:4px;display:flex}.product-card-tiktok-btn{border:1px solid var(--border-default);background:var(--bg-surface-hover);width:100%;color:var(--fg-default);cursor:pointer;border-radius:9px;align-items:center;gap:7px;padding:9px 12px;font-family:inherit;font-size:12px;font-weight:600;text-decoration:none;transition:background .12s,border-color .12s;display:flex}.product-card-tiktok-btn:hover{background:var(--bg-surface-active);border-color:#ffffff26}.product-card-tiktok-btn:disabled{opacity:.35;cursor:not-allowed}.product-card-tiktok-btn span{flex:1}.product-card-create-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff008a 0%,#ff2f9f 50%,#ff4db8 100%);border:none;border-radius:9px;align-items:center;gap:7px;width:100%;padding:10px 12px;font-family:inherit;font-size:12px;font-weight:700;transition:opacity .12s,transform .12s;display:flex;box-shadow:0 3px 12px #ff008a4d}.product-card-create-btn span{flex:1}.product-card-create-btn:hover{opacity:.9;transform:translateY(-1px)}.product-card-btn-arrow{opacity:.7;flex-shrink:0;margin-left:auto}.sheet-overlay{z-index:1000;background:#0009;align-items:flex-end;animation:.2s ease-out sheetFadeIn;display:flex;position:fixed;inset:0}.sheet-overlay.is-closing{animation:.22s ease-in forwards sheetFadeOut}.sheet-content{background:var(--bg-sidebar);border-top:1px solid var(--border-default);width:100%;padding:0 0 calc(8px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;max-height:88vh;animation:.3s cubic-bezier(.16,1,.3,1) sheetSlideUp;overflow-y:auto}.sheet-content.is-closing{animation:.22s cubic-bezier(.4,0,1,1) forwards sheetSlideDown}.sheet-handle{background:var(--border-strong);opacity:.6;border-radius:2px;width:36px;height:4px;margin:10px auto 4px}.sheet-profile-head{border-bottom:1px solid var(--border-muted);align-items:center;gap:14px;padding:16px 20px 14px;display:flex}.sheet-profile-name{color:var(--fg-default);font-size:15px;font-weight:700}.sheet-profile-plan{color:var(--fg-muted);align-items:center;gap:8px;margin-top:2px;font-size:12px;display:flex}.sheet-profile-credits{color:var(--fg-muted);background:#ffffff12;border-radius:4px;padding:1px 7px;font-size:11px;font-weight:600}.sheet-profile-credits.low{color:#f87171;background:#f871711f}.sheet-section-label{letter-spacing:.07em;text-transform:uppercase;color:var(--fg-subtle);padding:14px 20px 6px;font-size:10px;font-weight:700}.sheet-nav-item{color:var(--fg-default);cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:14px 20px;font-family:inherit;font-size:15px;font-weight:500;text-decoration:none;transition:background .1s;display:flex}.sheet-nav-item:active{background:var(--bg-surface-hover)}.sheet-nav-item.active{color:var(--brand);background:var(--brand-subtle-bg)}.sheet-divider{background:var(--border-muted);height:1px;margin:6px 0}.sheet-logout{color:#f87171!important}@keyframes sheetFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sheetFadeOut{0%{opacity:1}to{opacity:0}}@keyframes sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes sheetSlideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.dash-fab-link{flex-direction:column;flex:none;align-items:center;gap:3px;margin-top:-14px;padding:0;text-decoration:none;display:flex}.dash-fab-circle{background:var(--grad-btn);border:3px solid var(--bg-canvas);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:box-shadow .12s,transform .12s;display:flex;box-shadow:0 4px 16px #ff008a59}.dash-fab-link:active .dash-fab-circle{transform:scale(.94)}.dash-fab-link.active .dash-fab-circle{box-shadow:0 4px 22px #ff008a8c}.dash-fab-label{color:var(--fg-muted);letter-spacing:.02em;font-size:9px;font-weight:600}.dash-fab-link.active .dash-fab-label{color:var(--brand)}.nov-stepper-wrap::-webkit-scrollbar{display:none}.take-prompts-grid{grid-template-columns:1fr 1fr;display:grid}@media (width<=600px){.take-prompts-grid{grid-template-columns:1fr}.take-prompts-grid>:first-child{border-bottom:1px solid var(--border-muted);border-right:none!important}}html[data-theme=light]{--bg-canvas:#f8f8fb;--bg-sidebar:#f0f0f4;--bg-surface:#fff;--bg-surface-hover:#f0f0f5;--bg-surface-active:#e4e4eb;--bg-input:#fff;--bg-header:#f8f8fbeb;--fg-default:#0a0a10;--fg-muted:#60606a;--fg-subtle:#8e8e9a;--fg-disabled:#b8b8c4;--fg-on-brand:#fff;--fg-on-cyan:#000;--border-muted:#eaeaee;--border-default:#dcdce3;--border-strong:#c0c0ca;--brand-subtle-bg:#ff008a12;--brand-subtle-border:#ff008a38;--brand-text:#c50059;--accent-subtle-bg:#ff4db812;--accent-subtle-border:#ff4db838;--accent-text:#8800d8;--shadow-popover:0 8px 32px -8px #0000001f, 0 2px 6px -2px #0000000f;--shadow-focus:0 0 0 3px #ff008a2e;--shadow-glow-brand:0 0 24px -4px #ff008a4d;--shadow-glow-purple:0 0 24px -4px #ff4db840}html[data-theme=light] .btn-primary,html[data-theme=light] .btn-purple,html[data-theme=light] .dash-fab-circle,html[data-theme=light] .product-card-create-btn,html[data-theme=light] .hero-btn-primary,html[data-theme=light] .pd-create-btn,html[data-theme=light] .pd-affiliate-btn,html[data-theme=light] .gen-fill-ai-btn,html[data-theme=light] .turb-btn-primary{color:#fff}html[data-theme=light] .sidebar img[alt=Aivaro]{filter:brightness(0)!important}html[data-theme=light] .user-avatar:after{background:var(--bg-canvas)}html[data-theme=light] .dash-body::-webkit-scrollbar-thumb{background:var(--border-strong)}html[data-theme=light] .dash-bottom-nav{background:var(--bg-sidebar);border-top-color:var(--border-default);box-shadow:0 -2px 12px #00000012}html[data-theme=light] .dash-bottom-nav a{color:var(--fg-subtle)}html[data-theme=light] .dash-bottom-nav a:hover{color:var(--fg-muted)}html[data-theme=light] .dash-bottom-nav a.active{color:var(--brand)}html[data-theme=light] .dash-fab-circle{border-color:var(--bg-canvas)}html[data-theme=light] .sheet-overlay{background:#0000007a}html[data-theme=light] .sheet-content{background:var(--bg-sidebar);border-top-color:var(--border-default)}html[data-theme=light] .dash-header{background:var(--bg-header);border-bottom-color:var(--border-default)}html[data-theme=light] .dash-root ::selection{color:var(--fg-default);background:#ff008a33}html[data-theme=light] .sidebar,html[data-theme=light] .dash-root,html[data-theme=light] .dash-body,html[data-theme=light] .dash-bottom-nav,html[data-theme=light] .sheet-content,html[data-theme=light] .nav-item{transition:background-color .16s,border-color .16s,color .16s}.turb-wizard{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.turb-stepper{flex-shrink:0;justify-content:center;align-items:flex-start;padding:20px 24px 0;display:flex}.turb-stepper-item{flex-direction:column;align-items:center;gap:6px;min-width:72px;display:flex;position:relative}.turb-step-dot{border:2px solid var(--border-default);background:var(--bg-surface);width:28px;height:28px;color:var(--fg-subtle);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:all .18s;display:flex}.turb-stepper-item.done .turb-step-dot{background:var(--brand);border-color:var(--brand);color:#fff}.turb-stepper-item.active .turb-step-dot{border-color:var(--brand);color:var(--brand-text);background:var(--brand-subtle-bg);box-shadow:0 0 0 4px var(--brand-subtle-bg)}.turb-step-label{color:var(--fg-muted);white-space:nowrap;text-align:center;font-size:11px;font-weight:600}.turb-stepper-item.active .turb-step-label{color:var(--brand-text)}.turb-stepper-line{background:var(--border-muted);width:calc(100% - 32px);height:2px;transition:background .2s;position:absolute;top:13px;left:calc(50% + 16px)}.turb-stepper-line.done{background:var(--brand)}.turb-scroll{flex:1;padding:28px 24px 160px;overflow-y:auto}.turb-step-inner{max-width:680px;margin:0 auto}.turb-step-head{text-align:center;margin-bottom:28px}.turb-step-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-text);margin-bottom:8px;font-size:11px;font-weight:700}.turb-step-title{letter-spacing:-.025em;margin:0 0 8px;font-size:24px;font-weight:800;line-height:1.2}.turb-step-sub{color:var(--fg-muted);margin:0;font-size:14px;line-height:1.55}.turb-hub-grid,.turb-hub-card{display:none}.turb-hub-page{flex-direction:column;flex:1;gap:28px;padding:24px 24px 48px;display:flex;overflow-y:auto}.turb-hero{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:20px;justify-content:space-between;align-items:center;min-height:200px;padding:36px 44px;display:flex;position:relative;overflow:hidden}.turb-hero:before{content:"";pointer-events:none;background:radial-gradient(55% 90% at 88%,#ff008a2e 0%,#0000 70%);position:absolute;inset:0}.turb-hero-left{z-index:1;flex-direction:column;gap:10px;display:flex;position:relative}.turb-hero-badge{color:var(--brand-text);letter-spacing:.06em;text-transform:uppercase;background:#ff008a1f;border:1px solid #ff008a59;border-radius:100px;align-self:flex-start;align-items:center;gap:6px;padding:5px 13px;font-size:11px;font-weight:700;display:inline-flex}.turb-hero-h1{letter-spacing:-.04em;color:var(--fg-default);margin:0;font-size:30px;font-weight:900;line-height:1.15}.turb-hero-em{background:var(--grad-brand-soft);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.turb-hero-p{color:var(--fg-muted);margin:0;font-size:13.5px;line-height:1.6}.turb-hub-indicator{color:var(--fg-subtle);align-items:center;gap:7px;font-size:12px;font-weight:500;display:flex}.turb-hub-dot{background:var(--brand-pink);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite turb-pulse}@keyframes turb-pulse{0%,to{box-shadow:0 0 0 3px #ff008a4d}50%{box-shadow:0 0 0 6px #ff008a14}}.turb-hero-right{z-index:1;flex-shrink:0;position:relative}.turb-hero-rocket-icon{width:80px;height:80px;color:var(--brand);filter:drop-shadow(0 0 18px #ff008a8c)drop-shadow(0 0 40px #ff008a40);animation:3s ease-in-out infinite turb-float;transform:rotate(-30deg)}@keyframes turb-float{0%,to{transform:rotate(-30deg)translateY(0)}50%{transform:rotate(-25deg)translateY(-8px)}}.turb-section-hd{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.turb-section-title{letter-spacing:-.02em;color:var(--fg-default);align-items:center;gap:7px;margin-bottom:3px;font-size:15px;font-weight:800;display:flex}.turb-section-sub{color:var(--fg-muted);margin-left:22px;font-size:12.5px}.turb-tutorials-btn{border:1px solid var(--border-default);color:var(--fg-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:7px 14px;font-size:12.5px;font-weight:600;transition:border-color .15s,color .15s;display:flex}.turb-tutorials-btn:hover{border-color:var(--border-strong);color:var(--fg-default)}.turb-cards-row{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.turb-card{background:var(--bg-surface);border:1px solid var(--border-default);cursor:pointer;border-radius:14px;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s,border-color .18s;overflow:hidden}.turb-card:hover{border-color:var(--brand);transform:translateY(-5px)scale(1.01);box-shadow:0 18px 44px #00000042}.turb-card-thumb{aspect-ratio:3/4;position:relative;overflow:hidden}.turb-card-bg{position:absolute;inset:0}.turb-card-video{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.turb-card-badge{color:#fff;background:var(--brand);letter-spacing:.04em;border-radius:100px;padding:4px 9px;font-size:9.5px;font-weight:700;position:absolute;top:10px;left:10px}.turb-card-play-wrap{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.turb-card-play-inner{-webkit-backdrop-filter:blur(8px);background:#ffffff2e;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .15s;display:flex}.turb-card:hover .turb-card-play-inner{background:#ffffff47;transform:scale(1.08)}.turb-card-body{flex-direction:column;gap:4px;padding:12px 12px 14px;display:flex}.turb-card-title{color:var(--fg-default);letter-spacing:-.01em;font-size:13.5px;font-weight:700;line-height:1.25}.turb-card-desc{color:var(--fg-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 3px;font-size:11.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.turb-card-views{color:var(--fg-subtle);align-items:center;gap:4px;margin-bottom:6px;font-size:11px;display:flex}.turb-card-actions{flex-direction:column;gap:6px;display:flex}.turb-btn-ghost,.turb-btn-primary{cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:12.5px;font-weight:600;transition:opacity .15s,border-color .15s;display:flex}.turb-btn-ghost{border:1px solid var(--border-default);background:var(--bg-surface-hover);color:var(--fg-default)}.turb-btn-ghost:hover{border-color:var(--border-strong)}.turb-btn-primary{background:var(--grad-brand-soft);color:#fff;border:none;font-weight:700}.turb-btn-primary:hover{opacity:.88}.turb-btn-arrow{opacity:.6;flex-shrink:0;margin-left:auto}.turb-footer-note{color:var(--fg-subtle);justify-content:center;align-items:center;gap:6px;padding:4px 0 8px;font-size:12px;display:flex}.turb-modal-overlay{-webkit-backdrop-filter:blur(14px);z-index:9000;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.turb-modal-inner{background:var(--bg-sidebar);border:1px solid var(--border-default);border-radius:24px;width:100%;max-width:340px;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000080}.turb-modal-close{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex;position:absolute;top:12px;right:12px}.turb-modal-close:hover{background:#000000bf}.turb-modal-video-wrap{aspect-ratio:9/16;max-height:60dvh;position:relative;overflow:hidden}.turb-modal-video{object-fit:cover;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.turb-modal-overlay-info{background:linear-gradient(#0000,#000000d9);flex-direction:column;gap:5px;padding:48px 16px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.turb-modal-badge{color:#fff;background:var(--brand);border-radius:100px;align-self:flex-start;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.turb-modal-name{color:#fff;letter-spacing:-.02em;font-size:17px;font-weight:800}.turb-modal-views{color:#ffffffa6;align-items:center;gap:5px;font-size:12px;display:flex}.turb-modal-play-center{cursor:pointer;background:#00000040;border:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.turb-modal-play-center svg{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff2e;border-radius:50%;padding:16px;width:64px!important;height:64px!important}.turb-modal-controls{border-bottom:1px solid var(--border-muted);align-items:center;gap:10px;padding:12px 16px;display:flex}.turb-modal-ctrl-btn{color:var(--fg-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;align-items:center;padding:4px;transition:color .12s;display:flex}.turb-modal-ctrl-btn:hover{color:var(--fg-default)}.turb-modal-progress-bar{background:var(--border-default);cursor:pointer;border-radius:100px;flex:1;height:4px;overflow:hidden}.turb-modal-progress-fill{background:var(--brand);border-radius:100px;height:100%;transition:width .1s linear}.turb-modal-footer{padding:14px 16px 16px}.turb-mode-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;display:grid}.turb-mode-card{background:var(--bg-surface);border:2px solid var(--border-default);text-align:left;cursor:pointer;color:var(--fg-default);border-radius:14px;flex-direction:column;gap:4px;padding:18px 16px;transition:border-color .14s,background .14s;display:flex;position:relative}.turb-mode-card:hover{border-color:var(--border-strong)}.turb-mode-card.selected{border-color:var(--brand);background:var(--brand-subtle-bg)}.turb-mode-emoji{margin-bottom:6px;font-size:26px;display:block}.turb-mode-label{font-size:14px;font-weight:700}.turb-mode-sub{color:var(--fg-muted);font-size:12px;line-height:1.4}.turb-mode-check{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:10px;right:10px}.turb-story-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.turb-story-card{background:var(--bg-surface);border:2px solid var(--border-default);text-align:center;cursor:pointer;color:var(--fg-default);border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:18px 14px;transition:border-color .14s,background .14s;display:flex}.turb-story-card:hover{border-color:var(--border-strong)}.turb-story-card.selected{border-color:var(--brand);background:var(--brand-subtle-bg)}.turb-scene-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;display:grid}.turb-scene-card{background:var(--bg-surface);border:2px solid var(--border-default);text-align:center;cursor:pointer;color:var(--fg-default);border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;transition:border-color .14s,background .14s;display:flex}.turb-scene-card:hover{border-color:var(--border-strong)}.turb-scene-card.selected{border-color:var(--brand);background:var(--brand-subtle-bg)}.turb-scene-emoji{font-size:24px}.turb-scene-label{color:var(--fg-muted);font-size:11px;font-weight:600;line-height:1.3}.turb-section-label{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:10px;font-size:11px;font-weight:700}.turb-chip-grid{flex-wrap:wrap;gap:8px;display:flex}.turb-chip{border:1.5px solid var(--border-default);background:var(--bg-surface);cursor:pointer;color:var(--fg-default);border-radius:9999px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;transition:border-color .14s,background .14s,color .14s;display:flex}.turb-chip:hover{border-color:var(--border-strong)}.turb-chip.selected{border-color:var(--brand);background:var(--brand-subtle-bg);color:var(--brand-text)}.turb-chip-emoji{font-size:14px}.turb-context-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.turb-char-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.turb-char-card{cursor:pointer;border-radius:12px;transition:border-color .14s,box-shadow .14s;position:relative;overflow:hidden}.turb-char-check{background:var(--brand);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:6px;right:6px}.turb-takes-btn{cursor:pointer;width:64px;height:64px;color:var(--fg-default);border-radius:14px;justify-content:center;align-items:center;font-size:20px;font-weight:800;transition:border-color .14s,background .14s,color .14s;display:flex}.turb-nav-bar{padding:14px 24px;padding-bottom:max(14px, env(safe-area-inset-bottom));background:var(--bg-canvas);border-top:1px solid var(--border-muted);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.turb-copy-box{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:14px;overflow:hidden}.turb-copy-box-header{border-bottom:1px solid var(--border-muted);background:var(--bg-surface-hover);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.turb-copy-box-text{font-family:var(--font-mono);white-space:pre-wrap;word-break:break-word;color:var(--fg-muted);max-height:340px;margin:0;padding:16px;font-size:12px;line-height:1.7;overflow-y:auto}.turb-error{color:var(--red-400);background:#f871711a;border:1px solid #f871714d;border-radius:10px;margin-bottom:14px;padding:10px 14px;font-size:13px}.turb-img-upload{border:2px dashed var(--border-default);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:100px;padding:24px;transition:border-color .14s;display:flex}.turb-img-upload:hover{border-color:var(--brand)}.turb-modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.turb-modal{background:var(--bg-sidebar);border-radius:20px 20px 0 0;width:100%;max-width:560px;max-height:90dvh;overflow-y:auto}.turb-modal-head{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.take-prompts-grid{border-top:1px solid var(--border-muted);grid-template-columns:1fr 1fr;display:grid}@media (width<=700px){.turb-stepper{justify-content:flex-start;padding:14px 16px 0;overflow-x:auto}.turb-scroll{padding:20px 16px 140px}.turb-hub-grid{grid-template-columns:1fr}.turb-hub-headline{font-size:26px}.turb-hub-header-right{display:none}.turb-hub-page{gap:16px;padding:12px 12px 72px}.turb-hero{border-radius:14px;align-items:flex-start;min-height:auto;padding:20px;overflow:visible}.turb-hero:before{border-radius:14px;overflow:hidden}.turb-hero-h1{font-size:20px}.turb-hero-p{font-size:12.5px}.turb-hero-right{display:none}.turb-hero-badge{padding:4px 10px;font-size:10px}.turb-section-hd{flex-direction:column;align-items:flex-start;gap:8px}.turb-tutorials-btn{justify-content:center;width:100%}.turb-cards-row{grid-template-columns:repeat(2,1fr);gap:10px}.turb-card{border-radius:10px}.turb-card-body{gap:3px;padding:8px 8px 10px}.turb-card-title{font-size:12px}.turb-card-desc{-webkit-line-clamp:2;font-size:10.5px}.turb-card-views{margin-bottom:4px;font-size:10px}.turb-card-actions{gap:5px}.turb-btn-ghost,.turb-btn-primary{border-radius:8px;gap:6px;padding:8px 10px;font-size:11px}.turb-card-badge{padding:3px 7px;font-size:8.5px;top:8px;left:8px}.turb-card-play-inner{width:34px;height:34px}.turb-footer-note{font-size:11px}.turb-modal-inner{border-radius:18px;width:calc(100vw - 32px);max-width:360px}.turb-modal-video-wrap{aspect-ratio:9/16;width:100%;max-height:58dvh}.turb-story-grid{grid-template-columns:repeat(2,1fr)}.turb-context-grid,.turb-mode-grid,.take-prompts-grid{grid-template-columns:1fr}.take-prompts-grid>div{border-bottom:1px solid var(--border-muted);border-right:none!important}.turb-nav-bar{padding:12px 16px;padding-bottom:max(12px, env(safe-area-inset-bottom))}}@media (width<=440px){.turb-story-grid{grid-template-columns:1fr 1fr}.turb-step-title{font-size:20px}.turb-takes-btn{width:52px;height:52px;font-size:16px}}.pd-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1200;background:#000000bf;justify-content:center;align-items:center;padding:16px;animation:.16s ease-out pdFadeIn;display:flex;position:fixed;inset:0}@keyframes pdFadeIn{0%{opacity:0}to{opacity:1}}.pd-modal{scrollbar-width:thin;scrollbar-color:#2a2a32 transparent;background:#0c0c0f;border:1px solid #ff008a2e;border-radius:16px;flex-direction:column;gap:16px;width:100%;max-width:760px;max-height:88vh;padding:22px;animation:.2s cubic-bezier(.22,1,.36,1) pdSlideUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 0 0 1px #ff008a14,0 24px 60px #0009}@keyframes pdSlideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.pd-close{color:#9ca3af;cursor:pointer;z-index:1;background:#181820;border:1px solid #2a2a32;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .12s,color .12s;display:flex;position:absolute;top:14px;right:14px}.pd-close:hover{color:#fff;background:#222230}.pd-top{grid-template-columns:170px 1fr;gap:20px;display:grid}.pd-left{flex-direction:column;gap:8px;display:flex}.pd-img-box{aspect-ratio:3/4;background:#181820;border-radius:10px;flex-shrink:0;position:relative;overflow:hidden}.pd-main-img{object-fit:cover;width:100%;height:100%;display:block}.pd-trend-badge{letter-spacing:.04em;color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d;border-radius:9999px;padding:3px 9px;font-size:10px;font-weight:700;position:absolute;top:9px;left:9px}.pd-thumbs{scrollbar-width:none;gap:6px;display:flex;overflow-x:auto}.pd-thumbs::-webkit-scrollbar{display:none}.pd-thumb{cursor:pointer;border:1px solid #2a2a32;border-radius:7px;flex-shrink:0;width:44px;height:44px;transition:border-color .12s;overflow:hidden}.pd-thumb img{object-fit:cover;width:100%;height:100%;display:block}.pd-thumb-active{border-color:#ff008a}.pd-thumb:hover{border-color:#ff2f9f}.pd-img-download{-webkit-backdrop-filter:blur(6px);color:#fff;opacity:0;background:#0000008c;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:opacity .15s;display:flex;position:absolute;bottom:9px;right:9px}.pd-img-box:hover .pd-img-download{opacity:1}.pd-info{flex-direction:column;gap:9px;padding-top:2px;display:flex}.pd-category{letter-spacing:.12em;color:#ff008a;font-size:10px;font-weight:800}.pd-title{color:#fff;margin:0;font-size:19px;font-weight:700;line-height:1.25}.pd-desc{color:#9ca3af;margin:0;font-size:12px;line-height:1.55}.pd-price-row{align-items:center;gap:10px;margin-top:2px;display:flex}.pd-price{color:#fff;font-variant-numeric:tabular-nums;font-size:26px;font-weight:800}.pd-commission-badge{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e38;border-radius:9999px;padding:3px 9px;font-size:11px;font-weight:700}.pd-meta-row{color:#9ca3af;align-items:center;gap:16px;font-size:12px;display:flex}.pd-meta-item{align-items:center;gap:5px;display:flex}.pd-affiliate-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff008a,#ff2f9f);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .14s;display:flex;box-shadow:0 4px 18px #ff008a52}.pd-affiliate-btn:hover{opacity:.88}.pd-affiliate-btn:disabled{opacity:.35;cursor:not-allowed}.pd-stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.pd-stat{background:#111116;border:1px solid #1e1e26;border-radius:10px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.pd-stat-label{letter-spacing:.09em;font-size:9px;font-weight:800}.pd-stat-body{align-items:center;gap:8px;min-width:0;display:flex}.pd-stat-icon-wrap{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.pd-stat-main{flex-direction:column;gap:2px;min-width:0;display:flex;overflow:hidden}.pd-stat-value-row{flex-wrap:wrap;align-items:baseline;gap:5px;display:flex}.pd-stat-value{color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:15px;font-weight:800;line-height:1.15}.pd-stat-change{color:#22c55e;white-space:nowrap;background:#22c55e1f;border:1px solid #22c55e38;border-radius:9999px;padding:1px 5px;font-size:9px;font-weight:700}.pd-stat-sub{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.pd-section-title{color:#e5e7eb;font-size:13px;font-weight:700}.pd-sim-header{justify-content:space-between;align-items:center;display:flex}.pd-sim-note{color:#4b5563;font-size:11px}.pd-simulations{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.pd-sim-card{background:#111116;border:1px solid #1e1e26;border-radius:10px;flex-direction:column;gap:5px;padding:14px;display:flex}.pd-sim-icon{border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:2px;display:flex}.pd-sim-label{color:#e5e7eb;font-size:13px;font-weight:600}.pd-sim-sales{color:#6b7280;font-size:11px}.pd-sim-divider{background:#1e1e26;height:1px;margin:3px 0}.pd-sim-footer{color:#9ca3af;justify-content:space-between;align-items:center;font-size:13px;display:flex}.pd-bottom{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pd-formats-box{background:#111116;border:1px solid #1e1e26;border-radius:10px;padding:14px}.pd-format-list{flex-direction:column;gap:10px;display:flex}.pd-format-item{cursor:pointer;align-items:center;gap:11px;display:flex}.pd-format-chevron{color:#3f3f46;flex-shrink:0;transition:color .12s,transform .12s}.pd-format-item:hover .pd-format-chevron{color:#ff008a;transform:translate(2px)}.pd-format-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.pd-format-name{color:#e5e7eb;font-size:13px;font-weight:600}.pd-format-sub{color:#6b7280;margin-top:1px;font-size:11px}.pd-differential{background:linear-gradient(145deg,#100810 0%,#0c0a14 100%);border:1px solid #ff008a38;border-radius:10px;flex-direction:row;align-items:center;gap:14px;padding:16px;display:flex;overflow:hidden}.pd-diff-icon-wrap{color:#fff;background:linear-gradient(135deg,#ff008a,#ff4db8);border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;width:46px;height:46px;display:flex;box-shadow:0 4px 16px #ff008a59}.pd-diff-content{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.pd-diff-title{color:#fff;font-size:13px;font-weight:700}.pd-diff-text{color:#9ca3af;margin:0;font-size:12px;line-height:1.55}.pd-diff-trend{opacity:.8;pointer-events:none;flex-shrink:0;align-self:flex-end;width:80px;height:50px}.pd-footer{border-top:1px solid #1a1a22;align-items:center;gap:10px;padding-top:14px;display:flex}.pd-fav-btn{color:#9ca3af;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2a2a32;border-radius:10px;align-items:center;gap:7px;padding:11px 18px;font-size:13px;font-weight:600;transition:background .12s,color .12s;display:flex}.pd-fav-btn:hover{color:#e5e7eb;background:#1a1a22}.pd-fav-btn.active{color:#ff008a;background:#ff008a1f;border-color:#ff008a}.pd-create-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff008a 0%,#ff4db8 100%);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:700;transition:opacity .14s;display:flex;box-shadow:0 4px 18px #ff008a47}.pd-create-btn:hover{opacity:.88}.pd-security-text{text-align:center;color:#4b5563;justify-content:center;align-items:center;gap:5px;padding-bottom:2px;font-size:11px;display:flex}@media (width<=640px){.pd-top{grid-template-columns:1fr}.pd-left{flex-direction:row;gap:10px}.pd-img-box{aspect-ratio:1;flex-shrink:0;width:120px}.pd-thumbs{display:none}.pd-stats{grid-template-columns:repeat(2,1fr)}.pd-simulations,.pd-bottom{grid-template-columns:1fr}.pd-modal{border-radius:12px;gap:14px;padding:16px}.pd-title{font-size:16px}.pd-price{font-size:20px}.pd-stat-value{font-size:14px}}html[data-theme=light] .pd-modal{background:var(--bg-surface);border-color:var(--border-default);box-shadow:var(--shadow-popover)}html[data-theme=light] .pd-close{background:var(--bg-surface-hover);border-color:var(--border-default);color:var(--fg-muted)}html[data-theme=light] .pd-close:hover{background:var(--bg-surface-active);color:var(--fg-default)}html[data-theme=light] .pd-img-box{background:var(--bg-surface-hover)}html[data-theme=light] .pd-thumb{border-color:var(--border-default)}html[data-theme=light] .pd-title{color:var(--fg-default)}html[data-theme=light] .pd-desc{color:var(--fg-muted)}html[data-theme=light] .pd-price{color:var(--fg-default)}html[data-theme=light] .pd-meta-row{color:var(--fg-muted)}html[data-theme=light] .pd-stat{background:var(--bg-canvas);border-color:var(--border-default)}html[data-theme=light] .pd-stat-sub{color:var(--fg-muted)}html[data-theme=light] .pd-section-title{color:var(--fg-default)}html[data-theme=light] .pd-sim-note{color:var(--fg-muted)}html[data-theme=light] .pd-sim-card{background:var(--bg-canvas);border-color:var(--border-default)}html[data-theme=light] .pd-sim-label{color:var(--fg-default)}html[data-theme=light] .pd-sim-sales{color:var(--fg-muted)}html[data-theme=light] .pd-sim-divider{background:var(--border-default)}html[data-theme=light] .pd-sim-footer{color:var(--fg-muted)}html[data-theme=light] .pd-formats-box{background:var(--bg-canvas);border-color:var(--border-default)}html[data-theme=light] .pd-format-name{color:var(--fg-default)}html[data-theme=light] .pd-format-sub{color:var(--fg-muted)}html[data-theme=light] .pd-differential{background:var(--bg-surface-hover);border-color:var(--border-default)}html[data-theme=light] .pd-diff-title{color:var(--fg-default)}html[data-theme=light] .pd-diff-text{color:var(--fg-muted)}html[data-theme=light] .pd-stat-value{color:var(--fg-default)}html[data-theme=light] .pd-format-chevron{color:var(--border-strong)}html[data-theme=light] .pd-footer{border-top-color:var(--border-default)}html[data-theme=light] .pd-fav-btn{border-color:var(--border-default);color:var(--fg-muted)}html[data-theme=light] .pd-fav-btn:hover{background:var(--bg-surface-hover);color:var(--fg-default)}html[data-theme=light] .catalog-see-all-btn{background:var(--bg-surface)}html[data-theme=light] .catalog-grid-skeleton{background:var(--bg-canvas)}@media (width<=960px){.hero-banner{grid-template-rows:auto;grid-template-columns:1fr 1fr}.hero-center{display:none}}@media (width<=640px){.hero-banner{border-radius:12px;grid-template-columns:1fr}.hero-right{display:none}.hero-title{font-size:18px}.hero-price{font-size:20px}.catalog-grid-skeleton{grid-template-columns:repeat(2,1fr)}}html[data-theme=light] .pd-security-text{color:var(--fg-muted)}html[data-theme=light] .imersivo-upload-zone{background:#ff008a08;border-color:#ff008a59}html[data-theme=light] .imersivo-upload-zone:hover{background:#ff008a12;border-color:#ff008aa6}.pagination-bar{justify-content:center;align-items:center;gap:12px;padding:16px 0 8px;display:flex}.pagination-btn{width:32px;height:32px;color:var(--fg-muted);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.pagination-btn:hover:not(:disabled){color:#fff;background:#ffffff1a}.pagination-btn:disabled{opacity:.3;cursor:not-allowed}.pagination-info{color:var(--fg-muted);text-align:center;min-width:50px;font-size:13px;font-weight:600}html[data-theme=light] .pagination-btn{color:var(--fg-muted);background:#00000008;border-color:#0000001a}html[data-theme=light] .pagination-btn:hover:not(:disabled){color:#111;background:#00000014}.legal-page{color:#f9f7f8;-webkit-font-smoothing:antialiased;background:#120a10;min-height:100svh;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.legal-topbar{z-index:100;-webkit-backdrop-filter:blur(16px);background:#120a10eb;border-bottom:1px solid #302838;justify-content:space-between;align-items:center;height:64px;padding:0 40px;display:flex;position:sticky;top:0}.legal-back{color:#b0a9b0;align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.legal-back:hover{color:#f9f7f8}.legal-content{max-width:760px;margin:0 auto;padding:56px 40px 120px}.legal-badge{color:#ff008a;letter-spacing:.04em;text-transform:uppercase;background:#ff008a1a;border:1px solid #ff008a40;border-radius:9999px;align-items:center;gap:6px;margin-bottom:24px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.legal-title{letter-spacing:-.03em;margin:0 0 16px;font-size:clamp(2rem,5vw,2.8rem);font-weight:800;line-height:1.1}.legal-meta{color:#797277;border-bottom:1px solid #302838;margin-bottom:56px;padding-bottom:32px;font-size:14px}.legal-section{margin-bottom:48px}.legal-section h2{letter-spacing:-.02em;color:#f9f7f8;border-bottom:1px solid #1e1520;margin:0 0 16px;padding-bottom:10px;font-size:1.15rem;font-weight:700}.legal-section h3{color:#d4cdd4;margin:24px 0 8px;font-size:.95rem;font-weight:600}.legal-section p{color:#b0a9b0;margin:0 0 14px;font-size:.9rem;line-height:1.75}.legal-section ul,.legal-section ol{margin:0 0 14px;padding-left:20px}.legal-section li{color:#b0a9b0;margin-bottom:6px;font-size:.9rem;line-height:1.75}.legal-section li strong{color:#f9f7f8;font-weight:600}.legal-highlight{background:#ff008a0f;border:1px solid #ff008a33;border-left:3px solid #ff008a;border-radius:8px;margin:16px 0;padding:16px 20px}.legal-highlight p{color:#d4a0b8;margin:0;font-size:.875rem}.legal-table{border-collapse:collapse;width:100%;margin:16px 0;font-size:.875rem}.legal-table th{text-align:left;color:#f9f7f8;background:#1a1020;border-bottom:1px solid #302838;padding:10px 14px;font-weight:600}.legal-table td{color:#b0a9b0;vertical-align:top;border-bottom:1px solid #1e1520;padding:10px 14px}.legal-table tr:last-child td{border-bottom:none}.legal-footer{color:#797277;border-top:1px solid #302838;margin-top:64px;padding-top:32px;font-size:13px}.legal-footer a{color:#ff008a;text-decoration:none}.legal-footer a:hover{text-decoration:underline}@media (width<=640px){.legal-topbar{padding:0 20px}.legal-content{padding:40px 20px 80px}.legal-table{font-size:.8rem}.legal-table th,.legal-table td{padding:8px 10px}}
