@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap");:root{--bg:#0b0b0b;--bg-mobile:#111010;--card:#141312;--card-2:#161513;--border:#1e1c1a;--border-2:#26231f;--fg:#f2f0ed;--muted:#8a8680;--muted-2:#5a5751;--accent:#ff6a1a;--accent-hover:#ff8a4a}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:Manrope,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button,input,textarea{border-radius:12px;font-family:inherit}input::placeholder,textarea::placeholder{color:var(--muted-2)}button{cursor:pointer}@keyframes shimmer{0%{opacity:.45}50%{opacity:.9}to{opacity:.45}}.container{max-width:1440px;width:100%;margin:0 auto;padding:0 40px}.accent-btn{background:var(--accent);border:none;color:#0b0b0b;font-size:15px;font-weight:700;padding:14px 32px;border-radius:14px}.accent-btn:hover{background:var(--accent-hover)}.ghost-btn{background:none;border:1px solid var(--border-2);color:var(--fg);font-size:13px;padding:7px 16px;border-radius:12px}.ghost-btn:hover{border-color:var(--accent);color:var(--accent)}.preset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:20px;gap:20px}.scenario-grid{margin-top:32px;display:flex;gap:18px}.scenario-grid .grid-col{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:18px}.grid-fade{position:absolute;left:0;right:0;bottom:0;height:150px;background:linear-gradient(to bottom,transparent,var(--bg) 85%);pointer-events:none;z-index:1}.load-more-btn{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;height:56px;padding:0 30px;margin:24px auto 0;border:none;border-radius:28px;background:var(--accent);color:#fff;font-weight:700;font-size:16px;cursor:pointer}.load-more-btn:hover{background:var(--accent-hover)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-top:64px}.section-header h2{margin:0}.tab-switch{display:flex;gap:6px;background:var(--card-2);border:1px solid var(--border);border-radius:26px;padding:6px}.tab-btn{border:none;background:transparent;color:var(--muted);font-weight:700;font-size:14px;padding:10px 20px;border-radius:20px;cursor:pointer}.tab-btn.is-active{background:var(--accent);color:#fff}.choice-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 20px;background:var(--card);border:1px solid var(--border-2);border-radius:16px;text-decoration:none;transition:border-color .15s}.choice-card:hover{border-color:var(--accent)}.hero-stage{position:-webkit-sticky;position:sticky;top:0;z-index:50;padding-top:18px}.hero-visual{position:relative;height:90px}.tier-frame{position:absolute;top:0;background:var(--card);z-index:0}.tier-headline{left:0;border-radius:45px 0 0 45px}.tier-tabs{border-radius:0}.tier-gen{border-radius:0 45px 45px 45px}.notch{position:absolute;background:var(--card);pointer-events:none;z-index:0}.hero-pin-spacer{height:0}.hero-zone{position:absolute;top:0;left:0;right:0;height:260px;z-index:1}.hh-topbar{position:absolute;left:0;right:0;z-index:2;background:transparent}.hh-bar,.hh-topbar{top:0;height:90px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.hh-bar{position:-webkit-sticky;position:sticky;z-index:50;background:var(--bg);border-bottom:1px solid var(--border)}.hh-brand{display:flex;align-items:center;gap:12px;flex:0 0 auto;white-space:nowrap;padding:10px 20px;background:var(--card);border:1px solid var(--border-2);border-radius:999px;color:var(--fg)}.hh-brand .hh-mark{width:31px;height:31px;border-radius:11px;background:var(--accent);flex:none}.hh-brand .hh-word{font-size:22px;font-weight:800;letter-spacing:-.02em}.hh-brand .hh-word b{color:var(--accent);font-weight:800}.hh-controls{gap:10px;flex:0 0 auto;white-space:nowrap}.hh-controls,.hh-pill{display:flex;align-items:center}.hh-pill{gap:8px;height:47px;padding:0 18px;border-radius:24px;border:1px solid var(--border-2);font-size:14px;color:var(--fg)}.hh-lang-pill{font-weight:700;gap:10px;cursor:pointer;background:none}.hh-lang-pill .hh-knob{width:32px;height:26px;border-radius:8px;background:#3a3a3a;position:relative;flex:none}.hh-lang-pill .hh-knob-dot{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:6px;background:var(--fg);transition:transform .18s ease}.hh-coins-pill{text-decoration:none}.hh-coins-pill .hh-coin{width:28px;height:28px;flex:none}.hh-coins-pill b{font-weight:700}.hh-coins-pill .hh-topup{color:var(--muted)}.hh-coins-pill .hh-plus{color:var(--fg);margin-left:2px}.hh-icon-btn{width:47px;height:47px;border-radius:50%;border:1px solid var(--border-2);background:transparent;color:var(--fg);display:flex;align-items:center;justify-content:center;cursor:pointer}.hh-icon-btn svg{width:20px;height:20px}.hh-login-btn{height:47px;padding:0 22px;border-radius:23.5px;border:2px solid var(--accent);color:var(--accent);font-weight:700;font-size:15px;display:flex;align-items:center;gap:10px;background:transparent;cursor:pointer}.hh-login-btn .hh-icon{width:20px;height:19px;border-radius:6px;background:var(--accent)}.cta-morph{position:absolute;z-index:2;display:flex;flex-direction:column;align-items:center;cursor:pointer}.cta-label{white-space:nowrap;font-weight:700;font-size:16px;line-height:1;color:var(--muted);transition:color .2s ease}.cta-morph.is-active .cta-label{color:var(--accent)}.tab-underline{margin-top:6px;width:100%;height:2px;border-radius:2px;background:var(--accent);transform:scaleX(0);transition:transform .25s ease}.cta-morph.is-active .tab-underline{transform:scaleX(1)}.cta-label-short{display:none}@media (max-width:1100px) and (min-width:801px){.cta-label-full{display:none}.cta-label-short{display:inline}}.headline-wrap{position:absolute;inset:0;z-index:0;pointer-events:none}.headline{position:absolute;left:52px;font-size:40px;font-weight:800;letter-spacing:-.02em;margin:0;max-width:620px;pointer-events:auto;color:var(--fg)}.gen-content{position:absolute;right:0;top:90px;width:51.69%;max-width:100%;height:314px;gap:24px;padding:10px 24px 24px;z-index:1}.dropzone,.gen-content{display:flex;overflow:hidden}.dropzone{position:relative;flex:1 1;border-radius:24px;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px 20px;color:var(--accent);text-align:center;cursor:pointer;transition:background-color .15s ease}.dropzone:hover{background:rgba(255,106,26,.06)}.dropzone.is-dragover{background:rgba(255,106,26,.12)}.dropzone-border{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.dropzone-border rect{stroke:var(--accent);stroke-width:2;stroke-dasharray:4 4;transition:stroke-dasharray .15s ease}.dropzone.is-dragover .dropzone-border rect{stroke-dasharray:none}.dropzone .up-icon{width:34px;height:34px;flex:none;transition:transform .15s ease}.dropzone:hover .up-icon{transform:translateY(-2px)}.dropzone-text{display:flex;flex-direction:column;align-items:center;gap:3px}.dropzone-title{font-weight:700;font-size:17px;line-height:1.2;color:var(--fg)}.dropzone-sub{font-weight:500;font-size:13px;color:var(--muted)}.dropzone-hint{font-weight:400;font-size:11px;color:var(--muted)}.gen-preview{flex:1 1;position:relative;border-radius:24px;overflow:hidden;background:var(--card-2) center/cover no-repeat;display:flex;align-items:center;justify-content:center}.gen-generate-btn{position:absolute;left:12px;right:12px;bottom:12px;z-index:3;height:44px;border:none;border-radius:16px;background:var(--accent);color:#0b0b0b;font-weight:700;font-size:14px;font-family:inherit;cursor:pointer}.gen-generate-btn:disabled{opacity:.55;cursor:default}.gen-generate-btn:hover:not(:disabled){background:var(--accent-hover)}.platforms-standalone{position:absolute;left:40px}.platforms{width:620px;max-width:calc(100vw - 55px);height:102px;border-radius:30px;justify-content:space-between;padding:0 36px;background:var(--card);border:1px solid var(--border-2)}.platforms,.platforms .item{display:flex;align-items:center}.platforms .item{gap:12px;border:none;background:transparent;color:inherit;font:inherit;text-decoration:none;cursor:pointer;padding:0}.platforms .item .icon{height:28px;width:auto;display:block;flex:none}.platforms .item .item-text{display:flex;flex-direction:column;gap:3px}.platforms .item .item-title{font-size:17px;font-weight:600;line-height:1;color:var(--fg)}.platforms .item .item-sub{font-size:12px;font-weight:400;color:var(--muted);line-height:1}.platforms .divider{width:1px;height:26px;background:var(--border-2)}.hh-mobile-hero{display:none}@media (max-width:800px){.hero-pin-spacer,.hero-stage,.platforms-standalone{display:none}.hh-mobile-hero{display:block}.hh-mobile-gen{display:flex;flex-direction:column;gap:12px;padding-top:16px}.hh-mobile-gen .dropzone{flex:0 0 auto;width:100%;min-height:148px;padding:20px}.hh-mobile-gen .gen-preview{aspect-ratio:4/3}.hh-mobile-hero .platforms{width:100%;max-width:none;height:auto;padding:14px 16px;gap:20px;justify-content:flex-start;overflow-x:auto;border-radius:20px;scrollbar-width:none}.hh-mobile-hero .platforms::-webkit-scrollbar{display:none}.hh-mobile-hero .platforms .divider{display:none}.hh-mobile-hero .platforms .item .item-title{font-size:14px}.hh-mobile-hero .platforms .item .item-sub{font-size:11px;white-space:nowrap}.hh-coins-pill .hh-plus,.hh-coins-pill .hh-topup,.hh-controls .ghost-btn{display:none}}:root{--sat:env(safe-area-inset-top,0px);--sab:env(safe-area-inset-bottom,0px)}@media (max-width:720px){body,html{background:var(--bg-mobile)}.container{padding:0 20px}.desktop-nav{display:none!important}.mobile-tabbar{display:block!important}main{padding-bottom:calc(60px + var(--sab) + 16px)}.preset-grid{grid-template-columns:1fr 1fr;gap:12px}.scenario-grid,.scenario-grid .grid-col{gap:12px}.hero-grid,.split-grid{grid-template-columns:1fr!important}input,select,textarea{font-size:16px!important}*{-webkit-tap-highlight-color:transparent}.hh-bar{height:calc(64px + var(--sat));padding:var(--sat) 16px 0;background:var(--bg-mobile)}.hh-icon-btn{display:none}.hh-brand{padding:6px 14px;gap:8px}.hh-brand .hh-mark{width:24px;height:24px;border-radius:8px}.hh-brand .hh-word{font-size:17px}.hh-pill{height:38px;padding:0 12px;font-size:13px}.hh-lang-pill .hh-knob{width:26px;height:20px;border-radius:6px}.hh-lang-pill .hh-knob-dot{width:14px;height:14px;border-radius:4px}.hh-coins-pill .hh-coin{width:22px;height:22px}.hh-coins-pill .hh-plus,.hh-coins-pill .hh-topup{display:none}.hh-login-btn{height:38px;padding:0 16px;font-size:13px}.hh-login-btn .hh-icon{width:14px;height:14px;border-radius:4px}.hh-controls .ghost-btn{display:none}.section-header{margin-top:40px}.section-header h2{font-size:22px!important}.tab-btn{padding:8px 14px;font-size:13px}.load-more-btn{width:100%}.preset-card .card-title{font-size:15px!important}.preset-title{font-size:28px!important}.upload-result-grid{grid-template-columns:1fr!important;gap:12px!important}.upload-result-grid .ur-arrow{display:none}.preset-sidebar{flex-direction:row!important;padding-top:0!important}.preset-sidebar>div{flex:1 1}}@media (hover:none){.preset-card .card-title{transform:none!important;opacity:1!important;bottom:66px!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.preset-card .card-cta{transform:translate(-50%)!important;opacity:1!important}}.mobile-tabbar{height:auto!important;padding-bottom:var(--sab);background:hsla(0,3%,6%,.94)!important}.mobile-tabbar .tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex:1 1;height:60px;font-size:10px;text-decoration:none}.mobile-tabbar .tab svg{width:22px;height:22px}.mobile-tabbar .tab-dot{width:4px;height:4px;border-radius:50%;background:var(--accent);opacity:0}.mobile-tabbar .tab.is-active .tab-dot{opacity:1}.sheet-backdrop{position:fixed;inset:0;z-index:200;background:rgba(5,5,5,.72);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:sheet-fade .2s ease}.sheet{position:fixed;left:0;right:0;bottom:0;z-index:201;max-height:88vh;overflow-y:auto;background:var(--card);border:1px solid var(--border-2);border-bottom:none;border-radius:24px 24px 0 0;padding:12px 20px calc(20px + var(--sab));animation:sheet-up .25s cubic-bezier(.2,.9,.3,1)}.sheet-handle{width:40px;height:4px;border-radius:2px;background:var(--border-2);margin:0 auto 16px}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes sheet-fade{0%{opacity:0}to{opacity:1}}.hero-dim-backdrop{position:fixed;inset:0;z-index:40;background:rgba(5,5,5,.72);animation:sheet-fade .2s ease}.hero-stage.is-overlay .hero-overlay-expand{position:absolute;left:0;right:0;z-index:3;background:var(--card);border:1px solid var(--border-2);border-radius:24px;padding:4px 24px 20px;overflow-y:auto}.hero-stage.is-overlay .container{padding:0;max-width:none}@media (max-width:800px){.hero-dim-backdrop{display:none!important}}@media (min-width:721px){.sheet-backdrop{display:flex;align-items:center;justify-content:center}.sheet{position:static;max-width:400px;width:400px;max-height:92vh;border-radius:20px;border-bottom:1px solid var(--border-2);padding:36px;animation:sheet-fade .2s ease}.sheet-handle{display:none}}.gen-sheet-wrap{display:contents}@media (min-width:801px){.gen-sheet-wrap{display:none!important}}.mobile-only{display:none!important}@media (max-width:720px){.mobile-only{display:block!important}}.sticky-cta{position:fixed;left:0;right:0;z-index:70;bottom:calc(60px + var(--sab));padding:10px 20px;background:hsla(0,3%,6%,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);display:none;gap:10px;align-items:center}@media (max-width:720px){.sticky-cta{display:flex}.desktop-cta{display:none!important}.balance-amount{font-size:44px!important}.wallet-row{grid-template-columns:96px 1fr auto!important;font-size:12.5px!important}.history-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))!important}}.video-loading{width:26px;height:26px;border-radius:50%;border:2px solid hsla(0,0%,100%,.25);border-top-color:#fff;animation:video-loading-spin .7s linear infinite;pointer-events:none;z-index:2}@keyframes video-loading-spin{to{transform:translate(-50%,-50%) rotate(1turn)}}