@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-base: #060811;--page-bg: radial-gradient(circle at 12% 8%, rgba(59, 130, 246, .055) 0, transparent 32%), radial-gradient(circle at 88% 18%, rgba(236, 72, 153, .035) 0, transparent 30%), radial-gradient(circle at 55% 100%, rgba(20, 184, 166, .025) 0, transparent 34%), linear-gradient(135deg, #090d17 0%, #050913 48%, #0b0a14 100%);--bg-panel: rgba(14, 18, 29, .88);--bg-panel-hover: rgba(22, 27, 40, .96);--border-light: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .18);--text-main: #F8FAFC;--text-muted: #AAB2C2;--ai-gradient: linear-gradient(135deg, #6366f1 0%, #3b82f6 100%);--ai-gradient-hover: linear-gradient(135deg, #4f46e5 0%, #2563eb 100%);--cta-text: #F8FAFC;--dot-color: rgba(255, 255, 255, .055);--glow-blue: rgba(59, 130, 246, .11);--glow-pink: rgba(236, 72, 153, .075);--shadow-sm: 0 10px 28px rgba(2, 6, 23, .22);--shadow-md: 0 18px 42px rgba(2, 6, 23, .28);--shadow-hover: 0 24px 56px rgba(2, 6, 23, .34);--card-highlight: rgba(255, 255, 255, .04);--input-bg: rgba(255, 255, 255, .035)}:root[data-theme=light]{--bg-base: #F4F4F5;--page-bg: var(--bg-base);--bg-panel: rgba(255, 255, 255, .85);--bg-panel-hover: rgba(255, 255, 255, 1);--border-light: rgba(0, 0, 0, .06);--border-hover: rgba(0, 0, 0, .15);--text-main: #09090B;--text-muted: #52525B;--cta-text: #F8FAFC;--dot-color: rgba(0, 0, 0, .06);--glow-blue: rgba(59, 130, 246, .12);--glow-pink: rgba(236, 72, 153, .12);--shadow-sm: 0 2px 10px rgba(0,0,0,.03);--shadow-md: 0 8px 24px rgba(0,0,0,.06);--shadow-hover: 0 16px 40px rgba(0,0,0,.1);--card-highlight: rgba(255, 255, 255, .8);--input-bg: rgba(0, 0, 0, .02)}:root[data-theme=light] body{background:var(--bg-base)}*{box-sizing:border-box}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}body{margin:0;padding:0;background:var(--page-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-main);transition:background .4s ease,color .4s ease}.home-shell{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.grid-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(var(--dot-color) 1px,transparent 1px);background-size:28px 28px;z-index:0;pointer-events:none}.ambient-orb{position:fixed;top:-10%;width:60vw;height:60vw;max-width:800px;max-height:800px;border-radius:50%;filter:blur(120px);z-index:0;pointer-events:none;animation:float-glow 25s infinite alternate ease-in-out}.ambient-left{left:0%;background:radial-gradient(circle,var(--glow-blue) 0%,transparent 60%)}.ambient-right{right:0%;background:radial-gradient(circle,var(--glow-pink) 0%,transparent 60%);animation-delay:-12s}@keyframes float-glow{0%{transform:scale(1) translate(0)}50%{transform:scale(1.1) translate(5%,5%)}to{transform:scale(.9) translate(-5%,-5%)}}.home-main{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;padding:20px clamp(16px,4vw,40px);max-width:1400px;margin:0 auto;width:100%}.home-main.is-home{max-width:100%;align-items:center;justify-content:center}.home-main.is-profile{max-width:100%;padding-left:clamp(20px,4vw,48px);padding-right:clamp(20px,4vw,48px)}.home-main.is-studio{max-width:100%;padding-left:clamp(20px,4vw,56px);padding-right:clamp(20px,4vw,56px)}.home-main.is-studio>.image-studio-shell{flex:1;min-height:0}.topbar{position:sticky;top:0;z-index:50;display:flex;justify-content:flex-end;align-items:center;width:fit-content;max-width:calc(100% - clamp(32px,8vw,80px));padding:14px 28px;margin:16px clamp(16px,4vw,40px) 16px auto;background:var(--bg-panel);border:1px solid var(--border-light);border-radius:100px;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);box-shadow:var(--shadow-sm),inset 0 1px 1px var(--card-highlight);transition:all .3s}.brand-button{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;color:var(--text-main);transition:transform .2s}.brand-button:hover{transform:scale(1.05)}.brand-mark{display:inline-flex;width:32px;height:32px;color:#8b5cf6}.brand-mark svg{filter:drop-shadow(0 2px 8px rgba(139,92,246,.4))}.topbar-actions{display:flex;gap:14px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.top-icon-button{width:44px;height:44px;border-radius:50%;border:1px solid var(--border-light);background:var(--input-bg);color:var(--text-main);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0000000d}.top-icon-button svg{width:22px;height:22px}.top-icon-button:hover{background:var(--border-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.top-icon-button.is-open{background:#8b5cf626;color:#8b5cf6;border-color:#8b5cf64d;box-shadow:0 0 15px #8b5cf633}.top-icon-badge{position:absolute;top:-6px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ef4444,#f97316);color:#f8fafc;font-size:.72rem;font-weight:800;line-height:1;box-shadow:0 10px 24px #ef444459;border:1px solid rgba(255,255,255,.35)}.top-select-wrap{position:relative;display:flex;align-items:center}.top-select-icon{position:absolute;left:14px;pointer-events:none;color:var(--text-main);display:flex}.top-select-icon svg{width:20px;height:20px}.top-select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--input-bg);border:1px solid var(--border-light);color:var(--text-main);padding:10px 16px 10px 42px;border-radius:100px;font-size:.95rem;cursor:pointer;transition:all .2s;font-family:inherit;font-weight:600;box-shadow:0 2px 6px #0000000d}.top-select-wrap select:hover{border-color:var(--border-hover);background:var(--bg-panel-hover)}.top-select-wrap select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf633}.section-header{margin-bottom:2.5rem;animation:fade-in .5s ease}.section-header>div{display:flex;align-items:center;gap:14px;margin-bottom:12px}.section-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#8b5cf61a;color:#a78bfa;border:1px solid rgba(139,92,246,.25);border-radius:100px;box-shadow:0 2px 10px #8b5cf626}.section-header h2{margin:0;font-size:2.4rem;font-weight:800;letter-spacing:-.02em;color:var(--text-main)}.section-header p{margin:0;font-size:1.15rem;color:var(--text-muted);line-height:1.6;max-width:650px}.card-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.8rem;border-bottom:1px solid var(--border-light);padding-bottom:1.2rem}.card-title-row h3{margin:0;font-size:1.3rem;font-weight:700;color:var(--text-main)}.card-title-row span{font-size:.9rem;font-weight:700;color:var(--text-main);background:var(--border-light);padding:4px 12px;border-radius:12px}.route-insight-row{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px;animation:fade-in .6s ease}.route-insight{padding:10px 20px;background:var(--bg-panel);border:1px solid var(--border-light);border-radius:100px;font-size:.9rem;font-weight:600;color:var(--text-main);display:flex;align-items:center;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);box-shadow:var(--shadow-sm),inset 0 1px 1px var(--card-highlight)}.route-shell{width:100%;animation:fade-in .4s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.route-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;margin-bottom:28px}.route-grid-wide{grid-template-columns:1.2fr .8fr}.feature-card,.route-card,.detail-card,.mini-card,.task-card,.concept-card{background:var(--bg-panel);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid var(--border-light);border-radius:24px;padding:28px;box-shadow:var(--shadow-sm),inset 0 1px 1px var(--card-highlight);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;text-align:left;display:flex;flex-direction:column}.feature-card:before,.route-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--ai-gradient);transform:scaleX(0);transform-origin:left;transition:transform .5s ease;opacity:.9}.feature-card:hover:before,.route-card:hover:before{transform:scaleX(1)}.feature-card:hover,.route-card:hover{transform:translateY(-6px);border-color:#8b5cf659;box-shadow:var(--shadow-hover),inset 0 1px 1px var(--card-highlight);background:var(--bg-panel-hover)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;width:100%;max-width:100%;margin-top:2rem}.home-compliance-corner{position:fixed;left:50%;bottom:clamp(6px,1.2vw,14px);transform:translate(-50%);z-index:30;display:block;width:min(1120px,calc(100vw - 32px));overflow-x:auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--text-muted);font-size:.82rem;font-weight:600;line-height:1.65;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;text-align:center;white-space:nowrap;pointer-events:none}.home-compliance-corner span{display:inline}:root[data-theme=light] .home-compliance-corner{color:#64748b}.feature-card{cursor:pointer;padding:40px 36px}.feature-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:48px}.feature-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:18px;background:#8b5cf626;color:#8b5cf6;border:1px solid rgba(139,92,246,.25);transition:all .4s ease;box-shadow:inset 0 2px 4px #ffffff1a}.feature-card:nth-child(1) .feature-icon{background:#3b82f626;color:#3b82f6;border-color:#3b82f640}.feature-card:nth-child(2) .feature-icon{background:#8b5cf626;color:#8b5cf6;border-color:#8b5cf640}.feature-card:nth-child(3) .feature-icon{background:#ec489926;color:#ec4899;border-color:#ec489940}.feature-card:nth-child(4) .feature-icon{background:#10b98126;color:#10b981;border-color:#10b98140}.feature-icon svg{width:30px;height:30px}.feature-card:hover .feature-icon{transform:scale(1.15) rotate(8deg);box-shadow:0 8px 24px #8b5cf64d}.feature-status{font-size:.8rem;font-weight:700;padding:6px 14px;border-radius:100px;background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.25)}.feature-card-copy small{font-size:.9rem;font-weight:800;color:#8b5cf6;letter-spacing:.05em;display:block;margin-bottom:12px}.feature-card-copy h2{font-size:1.8rem;font-weight:800;margin:0 0 14px;letter-spacing:-.02em;color:var(--text-main)}.feature-card-copy p{font-size:1.1rem;color:var(--text-muted);margin:0;line-height:1.6}.cyber-form{display:flex;flex-direction:column;gap:24px}.cyber-form label{display:flex;flex-direction:column;gap:10px}.cyber-form label span{font-size:1rem;font-weight:600;color:var(--text-main)}.cyber-form input,.cyber-form select,.cyber-form textarea{width:100%;padding:16px 20px;background:var(--input-bg);border:1px solid var(--border-light);border-radius:14px;color:var(--text-main);font-family:inherit;font-size:1.05rem;transition:all .3s ease;box-shadow:inset 0 2px 4px #0000000d}.cyber-form input:hover,.cyber-form select:hover,.cyber-form textarea:hover{border-color:var(--border-hover);background:#ffffff0f}.cyber-form input:focus,.cyber-form select:focus,.cyber-form textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf633,inset 0 2px 4px #0000000d;background:var(--bg-panel-hover)}.cyber-form textarea{resize:vertical;min-height:140px;line-height:1.6}.recharge-form-block{display:grid;gap:16px}.recharge-form-head{display:grid;gap:6px}.recharge-form-head span{font-size:1rem;font-weight:700;color:var(--text-main)}.recharge-form-head small{font-size:.92rem;color:var(--text-muted);line-height:1.6}.recharge-plan-grid,.recharge-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.recharge-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recharge-plan-card,.recharge-method-card{width:100%;border:none;text-align:left;background:var(--bg-panel)}.recharge-plan-card,.recharge-method-card,.recharge-form-head span,.recharge-form-head small,.recharge-plan-kicker,.recharge-plan-price,.recharge-plan-total,.recharge-plan-caption,.recharge-plan-badge{font:inherit}.recharge-plan-card{position:relative;min-height:140px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;padding:20px;border-radius:24px!important;background:var(--bg-panel);border:1px solid rgba(255,255,255,.06)!important;box-shadow:0 4px 16px #0000001a!important;transition:all .4s cubic-bezier(.2,.8,.2,1)!important;overflow:hidden;z-index:1}:root[data-theme=light] .recharge-plan-card{border-color:#0000000f!important;background:#fff;box-shadow:0 4px 16px #0000000a!important}.recharge-plan-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.06) 0%,transparent 50%,rgba(99,102,241,.04) 100%);z-index:-1;border-radius:inherit;transition:opacity .4s ease}:root[data-theme=light] .recharge-plan-card:before{background:linear-gradient(135deg,rgba(0,0,0,.02) 0%,transparent 50%,rgba(99,102,241,.03) 100%)}.recharge-plan-card:hover{transform:translateY(-6px) scale(1.02)!important;border-color:#6366f14d!important;box-shadow:0 20px 40px #0003!important}:root[data-theme=light] .recharge-plan-card:hover{box-shadow:0 20px 40px #6366f114!important}.recharge-plan-card.is-active{border-color:transparent!important;box-shadow:0 16px 32px #6366f126!important}.recharge-plan-card.is-active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:2}.recharge-plan-card.is-active:before{background:linear-gradient(135deg,#6366f11f,#a855f70a)}:root[data-theme=light] .recharge-plan-card.is-active:before{background:linear-gradient(135deg,#6366f10f,#a855f705)}.recharge-form-head{display:grid;gap:8px;margin-bottom:8px}.recharge-form-head span{font-size:1.15rem;font-weight:800;letter-spacing:-.01em;color:var(--text-main);line-height:1.2}.recharge-form-head small{font-size:.92rem;font-weight:500;line-height:1.6;color:var(--text-muted)}.recharge-bonus-window-note{width:fit-content;max-width:100%;padding:6px 10px;border-radius:10px;border:1px solid rgba(99,102,241,.18);background:#6366f114;color:#4f46e5!important;font-size:.95rem!important;font-weight:800!important;line-height:1.5!important;word-break:break-word;overflow-wrap:anywhere}:root[data-theme=dark] .recharge-bonus-window-note{border-color:#a78bfa42;background:#a78bfa1f;color:#c4b5fd!important}.recharge-bonus-window-label{color:var(--text-main)}.recharge-bonus-window-value,.recharge-bonus-window-campaign-entry,.recharge-bonus-window-more{display:inline-flex;align-items:center;gap:6px;min-width:0;vertical-align:baseline}.recharge-bonus-window-value.is-permanent,.recharge-bonus-window-campaign-name{display:inline;padding:0;border-radius:0;font-size:inherit;font-weight:900;line-height:inherit;white-space:nowrap}.recharge-bonus-window-value.is-permanent{border:0;background:transparent;color:#059669}.recharge-bonus-window-campaign-name{border:0;background:transparent;color:#7c3aed!important}.recharge-bonus-window-separator{color:var(--text-muted)}.recharge-bonus-window-more{margin-left:6px;color:var(--text-muted);font-size:.86rem;font-weight:700}:root[data-theme=dark] .recharge-bonus-window-value.is-permanent{color:#6ee7b7}:root[data-theme=dark] .recharge-bonus-window-campaign-name{color:#c4b5fd!important}.recharge-method-card{min-height:auto;padding:20px 24px;border-radius:20px!important;border:1px solid rgba(255,255,255,.06)!important;background:var(--bg-panel);transition:all .3s ease!important}:root[data-theme=light] .recharge-method-card{border-color:#0000000f!important;background:#fff}.recharge-method-card:hover{border-color:#ffffff26!important;background:#ffffff05;transform:translateY(-2px)!important}:root[data-theme=light] .recharge-method-card:hover{border-color:#0000001f!important;background:#f8fafc}.recharge-method-card.is-active{border-color:#6366f1!important;background:#6366f10d!important;box-shadow:0 0 0 1px #6366f1 inset!important}.recharge-policy-notes{padding:16px 20px;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:6px}:root[data-theme=light] .recharge-policy-notes{background:#f8fafc;border-color:#0000000f}.recharge-notes-box{margin-top:24px}.recharge-notes-box p{font-size:.92rem;line-height:1.6;color:var(--text-main)}.recharge-notes-box p strong{color:var(--text-main);font-weight:700}.recharge-policy-notes p{margin:0;color:var(--text-muted)}.recharge-policy-notes p strong{color:var(--text-main);font-weight:600}.recharge-notes-group-gap{margin-top:6px!important}.recharge-method-card-head{display:flex;align-items:center;gap:14px;margin-bottom:12px}.recharge-plan-card strong,.recharge-method-card strong{margin-bottom:8px}.recharge-method-card-head strong{margin-bottom:0}.recharge-plan-card p,.recharge-method-card p{margin-bottom:10px}.payment-channel-inline{display:inline-flex;align-items:center;gap:10px;font-weight:600}.payment-channel-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0;border:1px solid rgba(255,255,255,.08)}.payment-channel-icon svg{width:20px;height:20px}.payment-channel-icon.is-wechat{color:#f8fafc;background:#3bb531;border-color:#3bb531;box-shadow:0 10px 22px #07c1603d}.payment-channel-icon.is-alipay{color:#f8fafc;background:linear-gradient(180deg,#2878f0,#165fd6);border-color:#1d69e3;box-shadow:0 10px 22px #1677ff3d}.payment-channel-icon.is-neutral{color:var(--text-main);background:var(--input-bg);border-color:var(--border-light)}.payment-channel-icon-lg{width:42px;height:42px;border-radius:14px}.payment-channel-icon-lg svg{width:24px;height:24px}.recharge-plan-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.recharge-plan-kicker{color:var(--text-muted);font-size:.72rem;font-weight:800;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.recharge-plan-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:8px;background:#6366f126;color:#818cf8!important;font-size:.72rem;font-weight:850;line-height:1;border:1px solid rgba(99,102,241,.25);text-transform:uppercase;letter-spacing:.04em}:root[data-theme=light] .recharge-plan-badge{background:#6366f11a;color:#4f46e5!important;border-color:#6366f133}.recharge-plan-price{display:flex;align-items:baseline;gap:8px;color:var(--text-main)}.recharge-plan-price strong{margin:0;font-size:clamp(1.6rem,2vw,2rem);font-weight:900;line-height:.98;background:linear-gradient(135deg,var(--text-main) 30%,var(--text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.recharge-plan-card.is-active .recharge-plan-price strong{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.recharge-plan-price span{color:var(--text-muted);font-size:.92rem;font-weight:800}.recharge-plan-total{display:flex;align-items:baseline;gap:8px;margin:0;padding-bottom:12px;color:var(--text-main)!important;font-size:.85rem;font-weight:700;line-height:1.3}.recharge-plan-total span{color:var(--text-muted)}.recharge-plan-total strong{margin:0;color:#2563eb;font-size:1.1rem;font-weight:900}.recharge-plan-total em{color:var(--text-muted);font-style:normal;font-size:.78rem;font-weight:750}.recharge-plan-caption{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:12px;border-top:1px solid rgba(148,163,184,.12);font-size:.74rem;font-weight:650;line-height:1.45;color:var(--text-muted);letter-spacing:0}.recharge-plan-caption-item{display:inline-flex;align-items:baseline;gap:5px;min-width:0}.recharge-plan-caption-label{color:var(--text-muted)}.recharge-plan-caption-value{margin:0;font-size:.82rem;font-weight:800;line-height:1.35;color:var(--text-main)}.recharge-plan-caption-item.is-bonus .recharge-plan-caption-value{color:#3b82f6}.recharge-plan-validity{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:.75rem;font-weight:600;color:var(--text-main);opacity:.8}.recharge-plan-validity span{color:#10b981;font-size:.85rem;font-weight:900}.recharge-plan-points{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#6366f11f;color:#6366f1!important;font-weight:900}.recharge-plan-card strong,.recharge-plan-card p,.recharge-plan-card span,.recharge-plan-total em,.recharge-method-card strong,.recharge-method-card p,.recharge-method-card span{font-family:inherit;letter-spacing:0}.recharge-plan-card strong,.recharge-plan-price strong,.recharge-plan-price span,.recharge-plan-total,.recharge-plan-total strong,.recharge-plan-total em,.recharge-plan-caption-value,.recharge-plan-caption-label,.recharge-plan-badge,.recharge-method-card strong,.recharge-method-card p,.recharge-method-card span{font-variant-numeric:tabular-nums}.recharge-summary-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.recharge-summary-item{padding:18px;border-radius:18px;border:1px solid var(--border-light);background:var(--input-bg);display:grid;gap:8px}.recharge-summary-item span{font-size:.9rem;color:var(--text-muted)}.recharge-summary-item strong{font-size:1.2rem;color:var(--text-main)}.recharge-summary-item p{margin:0;font-size:.92rem;color:var(--text-muted);line-height:1.55}.recharge-summary-item p+p{margin-top:4px}.inline-row{display:flex;gap:14px}.inline-row input{flex:1}.form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:20px;border-top:1px solid var(--border-light);padding-top:24px}.form-actions strong{font-size:1.05rem;color:var(--text-main);font-weight:700;background:var(--input-bg);padding:8px 16px;border-radius:12px}.primary-cta,.secondary-cta{padding:16px 32px;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:10px}.primary-cta{background:var(--ai-gradient);color:#f8fafc;border:none;box-shadow:0 8px 20px #8b5cf64d;position:relative;overflow:hidden}.primary-cta:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.3),transparent);transform:skew(-20deg);transition:left .6s ease}.primary-cta:hover{transform:translateY(-3px);box-shadow:0 12px 28px #8b5cf680;filter:brightness(1.1)}.primary-cta:hover:after{left:200%}.primary-cta:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.secondary-cta{background:var(--input-bg);border:1px solid var(--border-light);color:var(--text-main)}.secondary-cta:hover{background:var(--border-hover);transform:translateY(-2px)}.stack-list{display:flex;flex-direction:column;gap:16px}.model-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.mini-card{padding:22px;cursor:pointer;border-radius:16px}.mini-card:hover:not(.static-card){border-color:#8b5cf6;background:#8b5cf614;transform:translateY(-3px);box-shadow:var(--shadow-md)}.mini-card.is-active{border-color:#8b5cf6;background:#8b5cf626;box-shadow:0 0 0 2px #8b5cf64d}.mini-card strong{display:block;font-size:1.1rem;font-weight:700;margin-bottom:10px;color:var(--text-main)}.mini-card p,.mini-card span{font-size:.95rem;color:var(--text-muted);margin:0;line-height:1.6}.mini-card b{display:inline-block;margin-top:14px;padding:6px 12px;background:#10b98126;border-radius:8px;font-size:.9rem;font-weight:700;color:#10b981}.static-card{cursor:default}.static-card:hover{transform:translateY(-2px);border-color:var(--border-hover);box-shadow:var(--shadow-md)}.announcement-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px!important}.announcement-list-shell{overflow:visible}.announcement-list-scroll{max-height:min(68vh,720px);overflow-y:auto;padding-right:8px}.announcement-card.is-read{opacity:.78;border-color:#ffffff14}.announcement-card-copy{min-width:0;display:grid;gap:10px}.announcement-card-copy strong{margin-bottom:0}.announcement-card-copy p{display:block!important;margin:0;color:var(--text-muted)!important;opacity:1!important;line-height:1.75;white-space:pre-wrap;word-break:break-word;min-height:42px;max-height:min(30vh,220px);overflow-y:auto;padding-right:6px}.announcement-card-copy span{color:var(--text-muted);font-size:.9rem;line-height:1.5}.announcement-card-body{display:contents}.announcement-card-body p{margin:0;color:var(--text-muted)!important;opacity:1!important;line-height:1.75;white-space:pre-wrap;word-break:break-word}.announcement-read-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;font-size:.76rem;font-weight:800;color:#f59e0b;background:#f59e0b1f;border:1px solid rgba(245,158,11,.24)}.announcement-read-badge.is-read{color:#10b981;background:#10b9811f;border-color:#10b98138}.announcement-card-actions,.announcement-card-footer{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;margin-top:0}.announcement-read-button{border:1px solid rgba(139,92,246,.28);background:#8b5cf61f;color:#c4b5fd;padding:10px 16px;border-radius:12px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease}.announcement-read-button:hover{transform:translateY(-1px);background:#8b5cf62e}.announcement-read-button.is-read,.announcement-read-button:disabled{cursor:default;color:#10b981;background:#10b9811a;border-color:#10b9812e;transform:none}.announcement-reader-card{display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:0!important;overflow:hidden!important}.announcement-reader-head{padding:24px 28px;border-bottom:1px solid var(--border-light)}.announcement-reader-head h2{margin:0;font-size:1.45rem;font-weight:800;color:var(--text-main)}.announcement-reader-layout{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:16px;min-height:0;height:100%;padding:18px}.announcement-reader-list-panel,.announcement-reader-detail-panel{min-height:0;border:1px solid var(--border-light);border-radius:18px;background:var(--input-bg)}.announcement-reader-list-panel{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.announcement-reader-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;color:var(--text-muted);font-size:.9rem;font-weight:800;border-bottom:1px solid var(--border-light)}.announcement-reader-list-head strong{color:var(--text-main)}.announcement-reader-list{min-height:0;overflow-y:auto;padding:10px;display:grid;align-content:start;gap:10px}.announcement-reader-list-item{width:100%;display:grid;gap:8px;padding:14px;border:1px solid var(--border-light);border-radius:16px;background:#ffffff08;color:var(--text-main);text-align:left;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.announcement-reader-list-item:hover,.announcement-reader-list-item.is-active{border-color:#8b5cf67a;background:#8b5cf624}.announcement-reader-list-title{color:var(--text-main);font-weight:800;line-height:1.45}.announcement-reader-list-meta{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.82rem}.announcement-reader-list-meta b,.announcement-reader-detail-meta b{padding:3px 8px;border-radius:999px;background:#8b5cf624;color:#a78bfa;font-size:.78rem}.announcement-reader-list-summary{color:var(--text-muted);font-size:.88rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.announcement-reader-detail-panel{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.announcement-reader-detail-head{padding:18px 22px;border-bottom:1px solid var(--border-light)}.announcement-reader-detail-head h3{margin:0 0 10px;color:var(--text-main);font-size:1.15rem;line-height:1.45}.announcement-reader-detail-meta{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:.9rem}.announcement-reader-detail-body{min-height:0;overflow-y:auto;padding:22px;color:var(--text-muted);line-height:1.9;white-space:pre-wrap;word-break:break-word}.announcement-reader-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-top:1px solid var(--border-light);color:var(--text-muted)}.announcement-reader-read-all{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 18px;border:0;border-radius:999px;background:var(--text-main);color:var(--bg-base);font-weight:800;cursor:pointer}.announcement-reader-read-all:disabled{opacity:.58;cursor:default}.task-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px}.task-card{padding:0;gap:0;cursor:pointer;border-radius:20px;overflow:hidden;position:relative}.task-card:hover{transform:translateY(-3px);border-color:#8b5cf6;box-shadow:0 12px 24px #00000052;z-index:1}.task-card img{width:100%;height:260px;object-fit:cover;border-bottom:1px solid var(--border-light);transition:transform .2s ease}.task-card:hover img{transform:scale(1.015)}.task-card>div{padding:24px;display:flex;flex-direction:column;gap:10px;background:var(--bg-panel);z-index:1}.task-card strong{font-size:1.15rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-main)}.task-card p{font-size:.95rem;color:var(--text-muted);margin:0}.task-card span{font-size:.9rem;color:#8b5cf6;font-weight:600}.image-studio-shell{width:100%;min-height:100%;display:flex;flex-direction:column}.image-studio-layout{display:grid;grid-template-columns:minmax(320px,1fr) minmax(0,2fr);gap:24px;flex:1;min-height:100%;align-items:stretch}.image-studio-left-column{position:relative;display:grid;min-width:0;height:100%;padding-top:6px}.image-studio-header{position:absolute;top:-78px;left:0;right:0;margin-bottom:0;z-index:2}.image-studio-form-card{height:100%}.image-studio-form-card,.image-studio-result-card{gap:24px;min-height:100%}.image-studio-form{gap:22px;flex:1}.image-studio-form textarea{resize:vertical;min-height:220px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.image-studio-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.image-studio-section-head-upload{align-items:center}.image-studio-section-copy{display:grid;gap:10px;min-width:0}.image-studio-section-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.image-studio-section-head h3{margin:0;font-size:.98rem;font-weight:850;line-height:1.3;color:var(--text-main)}.image-studio-section-head p{margin:0;color:var(--text-muted);line-height:1.55;font-size:.82rem}.image-studio-count{display:inline-flex;align-items:center;justify-content:center;min-width:54px;min-height:30px;padding:0 12px;border-radius:999px;border:1px solid rgba(59,130,246,.24);background:#3b82f61f;color:#93c5fd;font-size:.82rem;font-weight:850;white-space:nowrap}.image-upload-size-note{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:24px;padding:0 10px;border-radius:999px;background:#6366f11f;border:1px solid rgba(99,102,241,.22);color:#93c5fd;font-size:.76rem;font-weight:800;letter-spacing:0}.image-upload-dropzone{width:100%;min-height:132px;padding:12px;border-radius:20px;border:1px dashed rgba(129,140,248,.28);background:#0f172a29;color:var(--text-main);display:block;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease,background .2s ease}.image-upload-dropzone:hover,.image-upload-dropzone.is-dragover{transform:translateY(-1px);border-color:#818cf894;box-shadow:0 12px 26px #00000024;background:#6366f114}.image-reference-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,128px));gap:12px;align-items:stretch;justify-content:flex-start}.image-reference-card{position:relative;overflow:hidden;border-radius:12px;border:1px solid var(--border-light);background:#ffffff0d;box-shadow:inset 0 1px 1px var(--card-highlight);aspect-ratio:1 / 1;cursor:zoom-in;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,opacity .18s ease}.image-reference-card:hover{transform:translateY(-2px);border-color:#8b5cf642;box-shadow:var(--shadow-md),inset 0 1px 1px var(--card-highlight)}.image-reference-card.is-dragging{opacity:.52;cursor:grabbing}.image-reference-card.is-drop-target{border-color:#60a5fa94;box-shadow:0 0 0 3px #60a5fa29,inset 0 1px 1px var(--card-highlight)}.image-reference-card img{width:100%;height:100%;object-fit:cover;display:block}.image-reference-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;border:none;border-radius:50%;background:#ff5a58;color:#f8fafc;font-size:1.05rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #ff5a5852}.image-reference-add-card{border:2px dashed rgba(129,140,248,.34);border-radius:18px;background:#ffffff09;color:var(--text-muted);display:grid;place-items:center;gap:6px;aspect-ratio:1 / 1;cursor:pointer;font-weight:800;font-size:.82rem;transition:border-color .2s ease,transform .2s ease,background .2s ease}.image-reference-add-card:hover{transform:translateY(-1px);border-color:#818cf8c2;background:#6366f11a;color:var(--text-main)}.image-reference-add-plus{font-size:1.7rem;line-height:1;font-weight:400}.image-studio-select-stack{display:grid;gap:14px}.image-studio-select-full{display:grid;gap:8px}.image-studio-select-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.batch-upload-stack{display:grid;grid-template-columns:1fr;gap:18px}.batch-image-section{display:grid;gap:12px;align-content:start}.batch-image-section .image-upload-dropzone{min-height:132px;padding:12px}.batch-image-section .image-reference-grid{grid-template-columns:repeat(auto-fit,minmax(96px,120px));gap:10px;justify-content:flex-start}.batch-image-section .image-reference-card,.batch-image-section .image-reference-add-card{border-radius:12px}.batch-image-section .image-reference-remove{top:8px;right:8px;width:24px;height:24px;font-size:1rem}.batch-image-section .image-reference-add-card{gap:6px;font-size:.8rem}.batch-image-section .image-reference-add-plus{font-size:1.35rem}.inline-note{margin:-6px 0 0;color:var(--text-muted);font-size:.92rem;line-height:1.7}.batch-summary-stack{display:grid;gap:18px}.batch-summary-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.batch-summary-head-actions .batch-group-inline-action{font-size:.88rem;font-weight:800}.batch-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.batch-summary-grid .mini-card{min-height:120px;justify-content:center}.batch-summary-grid .mini-card p{margin:0;font-size:1rem}.batch-stage-grid{gap:18px}.batch-group-list{display:grid;gap:14px;max-height:100%;overflow-y:auto;overflow-x:hidden;padding-right:4px}.batch-group-card{display:grid;gap:10px;padding:14px}.batch-group-body{display:grid;grid-template-columns:minmax(0,auto) minmax(280px,1fr);gap:14px;align-items:start}.batch-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.batch-group-head strong{margin:0;color:var(--text-main);font-size:.98rem}.batch-group-head span{display:block;margin-top:4px;color:var(--text-muted);font-size:.84rem}.batch-group-head-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.batch-group-delete-action{width:28px;height:28px;padding:0;border:1px solid var(--border-light);border-radius:999px;background:#ffffff0a;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.batch-group-delete-action:hover{color:#f43f5e;border-color:#f43f5e59;background:#f43f5e14}.batch-group-delete-action svg{width:14px;height:14px}.batch-group-visuals{display:grid;grid-template-columns:repeat(3,minmax(0,188px));gap:10px;justify-content:flex-start}.batch-group-image-card{display:grid;gap:8px;padding:8px;border:1px solid var(--border-light);border-radius:14px;background:var(--input-bg);cursor:pointer;transition:border-color .2s ease,transform .2s ease,background .2s ease}.batch-group-image-card:hover:not(:disabled){transform:translateY(-2px);border-color:#8b5cf659}.batch-group-image-card:disabled{cursor:default;opacity:.82}.batch-group-image-label{color:var(--text-main);font-size:.8rem;font-weight:700;text-align:left}.batch-group-result-card{cursor:default}.batch-group-result-card:hover{transform:none}.batch-group-image-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.batch-group-image-tools{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}.batch-group-inline-action{padding:0;border:none;background:transparent;color:#8b5cf6;font-size:.72rem;font-weight:700;line-height:1.2;cursor:pointer}.batch-group-inline-action:hover:not(:disabled){text-decoration:underline}.batch-group-inline-action:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.batch-group-inline-action.is-secondary{color:var(--text-muted)}.batch-group-inline-action.is-regenerate{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;min-height:0!important}.batch-group-inline-action.is-regenerate:hover:not(:disabled){background:transparent!important;box-shadow:none!important}.batch-group-image-surface{width:100%;padding:0;border:none;background:transparent;cursor:pointer}.batch-group-image-surface:disabled{cursor:default}.batch-group-image-card img,.batch-group-image-placeholder{width:100%;aspect-ratio:7 / 9;border-radius:12px}.batch-group-image-surface img{width:100%;display:block}.batch-group-image-card img{object-fit:cover;display:block;background:#ffffff0a}.batch-group-image-placeholder{display:flex;align-items:center;justify-content:center;padding:14px;border:1px dashed var(--border-light);background:#ffffff08;color:var(--text-muted);text-align:center;line-height:1.5;font-size:.84rem}.batch-group-image-placeholder.is-waiting{position:relative;overflow:hidden;padding:0;border-style:solid}.batch-group-image-placeholder.is-waiting .spectral-core-wrap{width:120px;height:120px}.batch-group-image-placeholder.is-waiting .status-text-spectral{font-size:.72rem;letter-spacing:.12em}.batch-group-image-placeholder.is-waiting .spectral-container{background:transparent}.batch-group-prompt{display:grid;gap:6px;min-width:0}.batch-group-prompt span{color:var(--text-main);font-size:.84rem;font-weight:700}.batch-group-prompt textarea{min-height:156px;resize:vertical;font-size:.86rem;width:100%;padding:12px 14px;border:1px solid var(--border-light);border-radius:12px;background:var(--input-bg);color:var(--text-main);font-family:inherit;line-height:1.6;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.batch-group-prompt textarea::placeholder{color:var(--text-muted)}.batch-group-prompt textarea:hover{border-color:var(--border-hover);background:#ffffff0f}.batch-group-prompt textarea:focus{outline:none;border-color:#8b5cf6;background:var(--bg-panel-hover);box-shadow:0 0 0 3px #8b5cf629}.batch-group-error{padding:12px 14px;border-radius:14px;border:1px solid rgba(244,63,94,.22);background:#f43f5e14;color:#fda4af;font-size:.9rem;line-height:1.7}.image-studio-actions{margin-top:0;justify-content:stretch}.image-generate-button{width:100%;min-width:0;justify-content:center}.image-generate-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;transform:none;box-shadow:none}.image-generate-button-label{display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:1rem;font-weight:800;letter-spacing:.01em}.image-studio-result-card{min-width:0;min-height:100%;display:flex;flex-direction:column}.image-studio-result-card>div{flex:1;display:flex;flex-direction:column}.video-form-span-2{grid-column:span 2}.video-studio-result-card{overflow:hidden}.video-storyboard-panel{flex:1;min-height:0}.video-storyboard-stack{display:grid;gap:18px;min-height:0}.video-storyboard-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:18px;padding:24px;border-radius:24px;border:1px solid var(--border-light);background:radial-gradient(circle at top left,rgba(14,165,233,.12),transparent 42%),radial-gradient(circle at bottom right,rgba(245,158,11,.12),transparent 38%),var(--input-bg)}.video-storyboard-hero-copy{display:grid;gap:14px;align-content:start}.video-preview-shell{display:grid;gap:12px}.video-preview-player{width:100%;min-height:320px;border-radius:20px;background:#0f172aeb;border:1px solid var(--border-light)}.video-preview-link{font-size:.92rem;font-weight:700;color:var(--brand-primary)}.video-preview-placeholder{position:relative;min-height:320px;padding:24px;border-radius:20px;border:1px dashed var(--border-light);background:#ffffff59;color:var(--text-muted);line-height:1.8;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}:root[data-theme=dark] .video-preview-placeholder{background:#0a0e1859}.video-storyboard-hero-copy h3{margin:0;font-size:1.6rem;color:var(--text-main)}.video-storyboard-hero-copy p{margin:0;line-height:1.75;color:var(--text-muted)}.video-storyboard-hero-side{display:grid;gap:16px;align-content:start}.video-hero-model{padding:18px 20px;border-radius:20px;border:1px solid var(--border-light);background:#ffffff73}:root[data-theme=dark] .video-hero-model{background:#0a0e1873}.video-hero-model small,.video-meta-card small,.video-shot-card small{display:block;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.video-hero-model strong,.video-meta-card strong{margin:0;font-size:1rem;color:var(--text-main)}.video-storyboard-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.video-meta-card{min-height:108px}.video-meta-card strong{font-size:.98rem;line-height:1.55}.video-storyboard-section{display:grid;gap:14px}.video-storyboard-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.video-storyboard-section-head h4{margin:0;font-size:1.05rem;color:var(--text-main)}.video-storyboard-section-head span{color:var(--text-muted);font-size:.9rem;font-weight:700}.video-shot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.video-shot-card{cursor:default}.video-shot-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.video-shot-card-head strong{margin-bottom:0}.video-shot-card-head span{flex:0 0 auto;padding:6px 10px;border-radius:999px;background:var(--border-light);color:var(--text-main);font-size:.82rem;font-weight:700}.video-shot-card-body{display:grid;gap:12px}.video-shot-card-body p{margin:0;color:var(--text-main);line-height:1.7}.video-record-list{display:grid;gap:12px}.video-record-item{width:100%;padding:18px 20px;display:grid;gap:8px;text-align:left;border-radius:18px;border:1px solid var(--border-light);background:var(--input-bg);color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.video-record-item:hover{transform:translateY(-2px);border-color:#0ea5e959;box-shadow:var(--shadow-md)}.video-record-item.is-active{border-color:#0ea5e98c;box-shadow:0 0 0 1px #0ea5e933}.video-record-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.video-record-item-head strong{margin:0;color:var(--text-main);font-size:1rem}.video-record-item-head span,.video-record-item small,.video-record-item p{margin:0;color:var(--text-muted)}.video-record-item p{line-height:1.6}.video-result-layout{gap:20px;align-content:start;justify-items:stretch}.video-result-layout>*{width:100%}.video-result-preview-card{padding:0;overflow:hidden}.video-result-preview{width:100%;min-height:min(56vh,640px);display:flex;align-items:center;justify-content:center;padding:24px;background:#ffffff05}.video-result-player{width:100%;max-height:min(56vh,640px);border-radius:24px;border:1px solid var(--border-light);background:#0f172aeb;box-shadow:var(--shadow-md)}.video-result-placeholder{min-height:min(56vh,560px)}.video-result-meta-card{gap:18px}.video-result-meta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px}.video-result-badges{display:flex;flex-wrap:wrap;gap:10px}.video-result-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid var(--border-light);background:var(--input-bg);font-size:.85rem;font-weight:700}.video-result-badge span{color:var(--text-muted)}.video-result-badge strong{color:var(--text-main);font-size:inherit}.video-result-download{min-height:42px;padding:10px 18px;text-decoration:none}.video-result-prompt{margin:0;color:var(--text-main);line-height:1.7;font-size:.96rem;opacity:.9}.video-result-record-strip{display:grid;gap:10px}.video-result-record-pill{width:100%;padding:16px 18px;display:grid;gap:6px;text-align:left;border-radius:18px;border:1px solid var(--border-light);background:var(--input-bg);color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.video-result-record-pill:hover{transform:translateY(-1px);border-color:#60a5fa57;box-shadow:var(--shadow-md)}.video-result-record-pill.is-active{border-color:#60a5fa94;box-shadow:0 0 0 1px #60a5fa2e}.video-result-record-pill strong{color:var(--text-main);font-size:.98rem}.video-result-record-pill span,.video-result-record-pill small{color:var(--text-muted);line-height:1.6}.video-result-record-pill small{font-size:.82rem}.image-result-list{display:grid;flex:1;align-content:start;gap:18px;min-height:0;overflow-y:auto;padding-right:4px}.image-result-list.is-status-layout{min-height:min(56vh,560px);align-content:center;justify-items:center;overflow:hidden;padding-right:0}.image-result-list.is-status-layout>*{width:min(100%,1120px)}.image-result-card{display:grid;grid-template-rows:auto auto;min-height:auto;gap:16px;padding:18px;border-radius:22px;border:1px solid var(--border-light);background:var(--input-bg)}.image-result-card.is-status-card{grid-template-rows:1fr;min-height:min(56vh,520px);align-items:center;width:100%}.image-result-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;min-height:0;gap:14px}.image-result-image-card{display:flex;flex-direction:column;flex:1;gap:12px;width:100%;padding:18px;border-radius:22px;border:1px solid var(--border-light);background:var(--input-bg)}.image-result-preview-trigger{width:100%;min-height:320px;max-width:100%;max-height:min(56vh,680px);padding:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-light);border-radius:18px;background:#ffffff08;cursor:zoom-in;overflow:hidden;flex:1 0 auto}.image-result-preview-trigger img{width:100%;max-width:100%;max-height:min(56vh,680px);height:auto;display:block;object-fit:contain}.image-result-meta-inline{display:flex;align-items:center;gap:10px;overflow-x:auto;white-space:nowrap;padding-bottom:2px}.image-result-meta-card{width:100%;padding:16px 18px;border-radius:22px;border:1px solid var(--border-light);background:var(--bg-panel)}.image-result-meta-chip{display:inline-flex;align-items:center;gap:8px;min-width:fit-content;padding:10px 14px;border-radius:999px;background:#ffffff08;border:1px solid var(--border-light);flex:0 0 auto}.image-result-meta-chip strong{color:var(--text-main);font-size:.95rem;font-weight:700;white-space:nowrap}.image-result-prompt-row{margin-top:12px;display:grid;gap:8px;padding:0 2px}.image-result-prompt-row strong{color:var(--text-main);font-size:.95rem;font-weight:700;line-height:1.5;word-break:break-word;display:block}.image-result-meta-label{color:var(--text-muted);font-size:.88rem;font-weight:700;letter-spacing:.04em}.image-result-download{width:100%;min-height:44px;padding:10px 16px;font-size:.94rem}.image-result-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:220px;padding:26px 18px;border-radius:18px;border:1px dashed var(--border-light);background:#ffffff05;color:var(--text-muted);line-height:1.7;text-align:center}.image-result-waiting{min-height:min(56vh,520px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.image-result-waiting-copy{display:grid;gap:10px;justify-items:center;max-width:34rem}.image-result-waiting strong{color:var(--text-main);font-size:1.12rem;font-weight:800;letter-spacing:.01em}.image-result-waiting-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:10px;background:#94a3b814;border:1px solid rgba(148,163,184,.16);color:#cbd5e1;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.image-result-waiting-copy span:last-child{max-width:32rem}.image-result-waiting-visual{position:relative;width:min(100%,360px);height:168px;border-radius:18px;overflow:hidden;border:1px solid rgba(148,163,184,.14);background:linear-gradient(180deg,#ffffff09,#ffffff05),linear-gradient(135deg,#0f172afa,#111827f5);box-shadow:inset 0 1px #ffffff0a,0 16px 36px #02061738}.image-result-waiting-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(148,163,184,.03),transparent),repeating-linear-gradient(90deg,rgba(255,255,255,.016) 0,rgba(255,255,255,.016) 1px,transparent 1px,transparent 26px);opacity:.54;animation:image-result-grid-pulse 2.6s ease-in-out infinite}.image-result-waiting-visual:before{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border-radius:12px;border:1px solid rgba(148,163,184,.1);background:linear-gradient(180deg,#ffffff05,#ffffff02),repeating-linear-gradient(180deg,rgba(255,255,255,.015) 0,rgba(255,255,255,.015) 1px,transparent 1px,transparent 16px)}.image-result-waiting-scanline{position:absolute;left:16px;right:16px;top:18px;height:30px;border-radius:10px;background:linear-gradient(90deg,#60a5fa00,#60a5fa1a,#60a5fa38,#60a5fa00);animation:image-result-scanline 2.9s ease-in-out infinite}.image-result-waiting-dot{position:absolute;top:50%;width:10px;height:10px;margin-top:-5px;border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.82),rgba(96,165,250,.84) 50%,rgba(96,165,250,.12) 78%,transparent 100%);box-shadow:0 0 8px #60a5fa33}.image-result-waiting-dot-1{animation:image-result-dot-flow-1 1.9s linear infinite}.image-result-waiting-dot-2{animation:image-result-dot-flow-2 1.9s linear infinite}.image-result-waiting-dot-3{animation:image-result-dot-flow-3 1.9s linear infinite}.image-result-waiting-phase-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.image-result-waiting-phase{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:10px;border:1px solid rgba(148,163,184,.12);background:#ffffff05;color:#e2e8f075;font-size:.8rem;font-weight:700;letter-spacing:.02em;transition:all .25s ease}.image-result-waiting-phase.is-active{color:#f8fafc;border-color:#60a5fa42;background:#60a5fa1f;box-shadow:inset 0 1px #ffffff0a}.image-result-waiting-progress{width:min(100%,320px);display:grid;gap:8px}.image-result-waiting-progress-track{position:relative;height:10px;border-radius:999px;overflow:hidden;background:#ffffff0d;border:1px solid rgba(148,163,184,.08)}.image-result-waiting-progress-fill{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,#3b82f6e0,#60a5fae6,#7dd3fce0);box-shadow:none;transition:width .5s ease}.image-result-waiting-progress-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transform:translate(-100%);animation:image-result-progress-sheen 1.8s ease-in-out infinite}.image-result-waiting-progress-value{color:#e2e8f0b8;font-size:.84rem;font-weight:700;letter-spacing:.03em;text-align:right}.image-result-waiting-telemetry{width:min(100%,320px);display:grid;gap:8px}.image-result-waiting-telemetry-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;background:#ffffff06;border:1px solid rgba(148,163,184,.08)}.image-result-waiting-telemetry-row span{color:#cbd5e18a;font-size:.8rem;text-align:left}.image-result-waiting-telemetry-row strong{color:#cbd5e1;font-size:.82rem;font-weight:700;letter-spacing:.03em}.image-result-waiting-terminal{width:min(100%,320px);display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:#080c14eb;border:1px solid rgba(148,163,184,.12);box-shadow:inset 0 1px #ffffff08;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.image-result-waiting-terminal-label{color:#93c5fd;font-size:.78rem;font-weight:700;white-space:nowrap}.image-result-waiting-terminal-text{color:#e2e8f0cc;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.image-result-waiting-terminal-cursor{width:6px;height:14px;border-radius:2px;background:#93c5fd;box-shadow:none;animation:image-result-terminal-blink .9s steps(1,end) infinite}@keyframes spectral-morph{0%{border-radius:42% 58% 70% 30%/45% 45% 55% 55%;transform:rotate(0)}33%{border-radius:70% 30% 46% 54%/30% 39% 61% 70%}66%{border-radius:100% 60% 60% 100%/100% 100% 60% 60%}to{border-radius:42% 58% 70% 30%/45% 45% 55% 55%;transform:rotate(360deg)}}@keyframes spectral-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spectral-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:transparent}.spectral-core-wrap{position:relative;width:160px;height:160px;display:flex;align-items:center;justify-content:center}.spectral-ring{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid transparent;background:linear-gradient(#f8fafc,#f8fafc) padding-box,linear-gradient(45deg,#6366f1,#a855f7,#ec4899,#3b82f6) border-box;-webkit-mask:linear-gradient(#F8FAFC 0 0) padding-box,linear-gradient(#F8FAFC 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;border-radius:50%;animation:spectral-morph 8s infinite linear;filter:blur(.5px) drop-shadow(0 0 8px rgba(168,85,247,.4))}.spectral-glow{position:absolute;width:100%;height:100%;background:radial-gradient(circle,rgba(168,85,247,.15) 0%,transparent 70%);filter:blur(20px);animation:pulse 4s infinite ease-in-out}.status-text-spectral{font-family:Inter,sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.15em;background:linear-gradient(90deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;z-index:10}.image-generate-button{background:var(--ai-gradient)!important;background-size:100% 100%!important;border:none!important;box-shadow:0 14px 30px #14b8a63d!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important;color:var(--cta-text)!important;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;font-weight:700!important}.image-generate-button:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent 46%);pointer-events:none}:root[data-theme=light] .image-generate-button:before{background:linear-gradient(180deg,rgba(255,255,255,.14),transparent 42%)}.image-generate-button:hover{background:linear-gradient(90deg,#4f46e5,#9333ea)!important;transform:translateY(-2px);box-shadow:0 15px 50px #9333ea80!important}.image-generate-button:active{transform:scale(.95)}.image-generate-button.is-generating{filter:grayscale(.2) brightness(.9);cursor:wait}@keyframes loading-dash{0%{stroke-dashoffset:289;transform:rotate(0)}50%{stroke-dashoffset:60;transform:rotate(45deg)}to{stroke-dashoffset:289;transform:rotate(360deg)}}@keyframes core-pulse{0%,to{transform:scale(.8);opacity:.15}50%{transform:scale(1.2);opacity:.3}}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.profile-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px;flex-wrap:wrap;gap:16px}.profile-tabs{display:flex;gap:8px;background:var(--input-bg);padding:8px;border-radius:16px;border:1px solid var(--border-light)}.mini-switch{background:transparent;border:none;padding:12px 24px;border-radius:12px;font-size:1rem;font-weight:700;color:var(--text-muted);cursor:pointer;transition:all .2s}.mini-switch:hover{color:var(--text-main);background:#ffffff0d}.mini-switch.is-active{background:var(--bg-panel);color:var(--text-main);box-shadow:var(--shadow-sm),inset 0 1px 1px var(--card-highlight);border:1px solid var(--border-light)}.profile-route-shell{width:100%}.profile-main-card{width:100%;max-width:none;min-height:calc(100vh - 140px);overflow:visible}.profile-main-card.announcement-reader-card{height:min(92vh,1020px);min-height:840px;max-height:calc(100vh - 140px)}.profile-auth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:36px}.profile-auth-grid .cyber-form{padding:40px;background:var(--bg-panel);border-radius:24px;border:1px solid var(--border-light);box-shadow:var(--shadow-sm),inset 0 1px 1px var(--card-highlight)}.profile-auth-grid h3{margin:0 0 28px;font-size:1.6rem;font-weight:800;color:var(--text-main)}.profile-auth-shell{display:flex;justify-content:center;align-items:flex-start}.profile-auth-card{width:min(100%,620px);padding:0;overflow:hidden}.profile-auth-hero{padding:clamp(28px,5vw,44px);border-bottom:1px solid var(--border-light);display:grid;gap:14px}.profile-auth-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:34px;padding:0 16px;border-radius:999px;border:1px solid rgba(139,92,246,.28);background:#8b5cf61f;color:#a78bfa;font-size:.9rem;font-weight:800}.profile-auth-hero h2{margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;letter-spacing:-.03em;color:var(--text-main)}.profile-auth-hero p{margin:0;color:var(--text-muted);font-size:1.04rem;line-height:1.8}.profile-auth-body{padding:clamp(24px,4vw,36px);display:grid;gap:22px}.profile-auth-form-single{padding:0;gap:18px}.profile-auth-form-single label{gap:8px}.auth-code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:end}.auth-code-field{min-width:0}.auth-code-button{min-width:132px;min-height:54px}.auth-field-hint{margin:-6px 0 0;color:var(--text-muted);font-size:.92rem;line-height:1.7}.auth-submit-button{width:100%;margin-top:4px}.auth-agreement{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:14px 16px;border-radius:16px;border:1px solid var(--border-light);background:var(--input-bg)}.auth-agreement.is-checked{border-color:#8b5cf657;box-shadow:0 0 0 1px #8b5cf629}.auth-agreement-check{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:10px;cursor:pointer;min-width:fit-content}.auth-agreement-check input{width:18px;height:18px;margin:0;accent-color:#8b5cf6;box-shadow:none}.auth-agreement-check span,.auth-agreement-separator{color:var(--text-main);font-size:.96rem;font-weight:600}.auth-agreement-link{border:none;padding:0;background:transparent;color:#c4b5fd;font-size:.96rem;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.profile-auth-switch{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;color:var(--text-muted);font-size:.98rem}.profile-auth-switch-link{border:none;background:transparent;color:#c4b5fd;font-size:.98rem;font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.detail-card{padding:28px;background:var(--input-bg);border-radius:20px}.detail-card span{display:block;font-size:.95rem;color:var(--text-muted);margin-bottom:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.detail-card strong{font-size:1.3rem;font-weight:700;word-break:break-all;color:var(--text-main)}.profile-overview-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.88fr);gap:24px;align-items:start}.profile-overview-main,.profile-overview-security{display:grid;gap:20px;align-content:start}.profile-summary-card{margin-top:0}.profile-user-hero{display:grid;gap:24px;padding:16px 0}.profile-user-heading{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.profile-user-avatar{width:96px;height:96px;background:var(--ai-gradient, linear-gradient(135deg, #3B82F6 0%, #8B5CF6 50%, #EC4899 100%));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;font-weight:800;color:#f8fafc;text-shadow:0 2px 8px rgba(0,0,0,.18);box-shadow:var(--shadow-md);flex-shrink:0}:root[data-theme=light] .profile-user-avatar{border:1px solid rgba(255,255,255,.72);box-shadow:0 14px 28px #3b82f61f,0 10px 22px #00000014}.profile-user-details{min-width:0;display:grid;gap:22px}.profile-user-heading-copy{display:grid;gap:14px;min-width:0}.profile-user-details h2{font-size:2.2rem;font-weight:800;color:var(--text-main);margin:0}.profile-user-tags{display:flex;gap:12px;flex-wrap:wrap}.profile-tag{padding:6px 14px;border-radius:20px;font-size:.9rem;font-weight:700;letter-spacing:.05em;background:var(--input-bg);color:var(--text-muted);border:1px solid var(--border-light)}.profile-tag.role-tag{background:#3b82f61a;color:#3b82f6;border-color:#3b82f633}.profile-user-meta-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}.profile-user-info{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;background:var(--input-bg);padding:24px;border-radius:20px;border:1px solid var(--border-light)}.profile-user-extra-cards{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.info-group{display:flex;flex-direction:column;gap:10px}.info-group-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.info-label-with-action{display:inline-flex;align-items:center;gap:8px}.info-group .info-label{font-size:.9rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.info-refresh-button{width:30px;height:30px;padding:0;border-radius:999px;border:1px solid var(--border-light);background:var(--input-bg);color:var(--text-main);cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.info-refresh-button svg{width:16px;height:16px}.info-refresh-button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--border-hover);background:#3b82f614}.info-refresh-button:disabled{opacity:.6;cursor:not-allowed}.info-group .info-value{font-size:1.15rem;font-weight:700;line-height:1.5;color:var(--text-main);word-break:break-all}.info-group .info-subgroup{display:flex;flex-direction:column;gap:4px}.info-group .info-subvalue-label{font-size:.85rem;font-weight:600;line-height:1.4;color:var(--text-muted);letter-spacing:.04em}.info-group .info-subvalue{font-size:.95rem;font-weight:600;line-height:1.5;color:var(--text-main);word-break:break-all}.profile-inline-invite-card{padding:22px 24px;border-radius:20px;border:1px solid var(--border-light);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent),var(--input-bg);display:grid;gap:16px;min-width:0}.profile-inline-invite-head{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:start}.profile-inline-invite-copy{display:grid;gap:10px;min-width:0}.profile-invite-copy-button{justify-self:start}.profile-inline-invite-copy span{font-size:.88rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.profile-inline-invite-link-value{width:100%;min-width:0;padding:12px 14px;border-radius:14px;border:1px solid var(--border-light);background:#ffffff08;color:var(--text-main);font-size:.94rem;line-height:1.7;word-break:break-all}.profile-inline-invite-tips{display:grid;gap:10px}.profile-inline-invite-tips p{margin:0;color:var(--text-muted);line-height:1.7}.profile-inline-invite-tips .is-warning{color:#f59e0b;font-weight:700}.profile-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.profile-summary-item{padding:22px 24px;background:var(--input-bg);border:1px solid var(--border-light);border-radius:18px;min-height:116px;display:flex;flex-direction:column;justify-content:center}.profile-summary-item span{display:block;margin-bottom:12px;font-size:.95rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.profile-summary-item strong{font-size:1.22rem;font-weight:800;color:var(--text-main);line-height:1.45;word-break:break-word}.profile-invite-section{margin-top:24px;display:grid;gap:18px}.profile-invite-overview-row{display:grid;grid-template-columns:repeat(3,minmax(0,.82fr)) minmax(320px,1.8fr);gap:16px;align-items:stretch}.profile-invite-link-row{display:grid;grid-template-columns:minmax(0,1fr)}.profile-invite-stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.profile-stat-card{padding:22px 20px;border-radius:18px;border:1px solid var(--border-light);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent),var(--input-bg);display:grid;gap:10px}.profile-stat-label{font-size:.88rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.profile-stat-card strong{font-size:1.55rem;color:var(--text-main);line-height:1.2}.profile-stat-card-button{width:100%;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.profile-stat-card-button:hover{transform:translateY(-2px);border-color:var(--border-hover);box-shadow:var(--shadow-md)}.profile-stat-card-with-action{align-content:start}.profile-stat-card-toggle{padding:0;border:0;background:transparent;display:grid;gap:10px;text-align:left}.profile-stat-card-button small{display:block;margin-top:12px;font-size:.86rem;color:var(--text-muted);font-weight:600}.profile-stat-card-with-action>small{display:block;font-size:.82rem;color:var(--text-muted);line-height:1.6}.profile-stat-action-row{display:flex;margin-top:6px}.profile-stat-action{min-height:44px;width:100%;padding:10px 16px;font-size:.92rem}.profile-invite-link-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px 20px;border-radius:18px;border:1px solid var(--border-light);background:var(--input-bg);min-width:0}.profile-invite-link-copy{display:grid;gap:10px;min-width:0}.profile-invite-link-copy span{font-size:.88rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.profile-invite-link-copy input{width:100%;min-width:0}.profile-settings-head{margin-top:0}.profile-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:24px;margin-top:24px}.profile-settings-grid>.route-card{margin-top:0}.profile-email-card{margin-top:24px}.profile-email-hint{margin:0;color:var(--text-muted);line-height:1.7}.profile-security-toggle-row{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.profile-security-status{flex:1;min-width:220px;color:var(--text-muted);line-height:1.7}.profile-history-content-cell{display:grid;justify-items:start;gap:6px}.profile-history-content-toggle{border:0;padding:0;background:transparent;color:#a78bfa;font-size:.86rem;font-weight:800;line-height:1.35;cursor:pointer}.profile-history-content-toggle:hover{color:#c4b5fd;text-decoration:underline;text-underline-offset:3px}.profile-history-content-preview,.profile-history-content-body{margin:0;min-width:0;color:var(--text-main);font-size:.94rem;font-weight:700;line-height:1.55;white-space:pre-wrap;word-break:break-word}.profile-history-content-preview{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.profile-video-title{display:block;min-width:0;color:var(--text-main);font-weight:700;line-height:1.55;white-space:normal;word-break:break-word}.profile-video-detail{color:var(--text-muted);font-size:.82rem;font-weight:700;line-height:1.45}.profile-email-form{margin-top:20px;padding:0;background:transparent;border:0;box-shadow:none;gap:18px}.profile-email-form input[readonly]{opacity:.82;cursor:default}.profile-overview-actions{display:flex;justify-content:flex-end}.profile-overview-security .profile-settings-grid{grid-template-columns:minmax(0,1fr);margin-top:0}.profile-overview-security .profile-email-card{margin-top:0}.profile-record-toolbar{margin-bottom:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 20px;overflow:visible;position:relative;z-index:8}.profile-record-filter-stack{display:grid;gap:12px;min-width:0}.profile-record-filters{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);gap:12px;min-width:0}.security-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-quick-filters{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.profile-quick-filters-label{font-size:.86rem;font-weight:700;letter-spacing:.04em;color:var(--text-muted);white-space:nowrap}.profile-quick-filter-group{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-quick-filter{border:1px solid var(--border-light);background:var(--input-bg);color:var(--text-muted);border-radius:999px;padding:10px 16px;font-size:.9rem;font-weight:700;line-height:1;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.profile-quick-filter:hover{color:var(--text-main);border-color:var(--border-hover)}.profile-quick-filter.is-active{color:var(--text-main);border-color:#8b5cf64d;background:linear-gradient(135deg,#5b21b633,#2563eb24);box-shadow:inset 0 1px 1px #ffffff0a}.profile-record-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:nowrap;flex-shrink:0}.profile-filter-button{min-width:100px;padding:12px 18px;font-size:.94rem}.security-filter-actions{justify-content:flex-end}.profile-record-filters input,.profile-record-filters select,.profile-page-size select{width:100%;min-width:0;padding:12px 14px;border-radius:14px;border:1px solid var(--border-light);background:var(--input-bg);color:var(--text-main);font-size:.94rem;font-family:inherit;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.profile-record-filters input:hover,.profile-record-filters select:hover,.profile-page-size select:hover{border-color:var(--border-hover)}.profile-record-filters input:focus,.profile-record-filters select:focus,.profile-page-size select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf629}.security-route-card{display:grid;gap:20px}.security-cell-stack{display:grid;gap:8px}.security-risk-tag{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:5px 10px;border-radius:999px;background:#f43f5e29;border:1px solid rgba(251,113,133,.22);color:#fda4af;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.security-toolbar-card{margin-bottom:0}.security-stats-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.security-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.security-summary-card{margin-top:0}.security-summary-list{display:grid;gap:12px}.security-summary-chip{width:100%;justify-content:space-between;align-items:flex-start}.security-summary-chip-copy{display:grid;gap:6px;min-width:0}.security-summary-chip-copy strong{font-size:.98rem}.security-summary-chip-copy small{color:var(--text-muted);line-height:1.5}.security-empty-mini{padding:28px 18px;font-size:.96rem}.security-table-head{margin-top:4px}.security-row-high-risk td{background:linear-gradient(90deg,#7f1d1d33,#7f1d1d14)}.security-table .profile-status-badge{min-width:96px}.security-copy-chip{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:8px 10px;border-radius:12px;border:1px solid var(--border-light);background:#ffffff0a}.security-copy-chip.is-risk{border-color:#fb71854d;background:#f43f5e1a}.security-copy-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.security-chip-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.security-copy-chip button{border:0;border-radius:999px;padding:6px 10px;background:#3b82f624;color:inherit;font-size:.78rem;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease}.security-copy-chip button:hover{transform:translateY(-1px);background:#3b82f638}.security-copy-chip button:disabled{opacity:.45;cursor:not-allowed;transform:none}.security-metadata-cell pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:JetBrains Mono,Fira Code,monospace;font-size:.84rem;line-height:1.65;color:inherit}.profile-range-picker{position:relative;min-width:0}.profile-range-trigger{width:100%;min-height:50px;padding:12px 14px;border-radius:14px;border:1px solid var(--border-light);background:var(--input-bg);color:var(--text-main);display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.profile-range-trigger:hover{border-color:var(--border-hover)}.profile-range-trigger span{font-size:.92rem;font-weight:700;color:var(--text-muted);white-space:nowrap}.profile-range-trigger strong{font-size:.94rem;font-weight:700;color:var(--text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-range-picker.is-open .profile-range-trigger{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf629;background:var(--bg-panel-hover)}.profile-range-panel{position:absolute;top:calc(100% + 10px);left:0;z-index:30;width:min(700px,calc(100vw - 64px));display:grid;grid-template-columns:160px minmax(0,1fr);border-radius:20px;border:1px solid var(--border-light);background:var(--bg-panel);box-shadow:var(--shadow-hover);overflow:hidden;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.profile-range-presets{display:flex;flex-direction:column;padding:12px;gap:8px;border-right:1px solid var(--border-light);background:#ffffff05}.profile-range-preset{padding:12px 14px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--text-main);text-align:left;font-size:.96rem;font-weight:700;cursor:pointer;transition:all .2s ease}.profile-range-preset:hover{background:var(--input-bg);border-color:var(--border-light)}.profile-range-preset.is-active{background:#2563eb1f;border-color:#2563eb47;color:#2563eb}.profile-range-editor{padding:18px;display:grid;gap:14px}.profile-range-calendar-head{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px}.profile-calendar-nav{width:42px;height:42px;border-radius:12px;border:1px solid var(--border-light);background:var(--input-bg);color:var(--text-main);font-size:1.4rem;cursor:pointer}.profile-auth-inline-link{justify-self:end;border:none;background:transparent;color:#c4b5fd;font-size:.95rem;font-weight:700;cursor:pointer}.profile-range-calendar-title{display:flex;align-items:baseline;justify-content:center;gap:12px;color:var(--text-main)}.profile-range-calendar-title strong{font-size:1.1rem;font-weight:800}.profile-range-calendar-title span{font-size:1rem;font-weight:700;color:var(--text-muted)}.profile-range-weekdays,.profile-range-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.profile-range-weekdays span{text-align:center;font-size:.9rem;font-weight:800;color:var(--text-muted);padding:8px 0}.profile-calendar-day{height:42px;border:none;border-radius:10px;background:transparent;color:var(--text-main);font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease}.profile-calendar-day:hover{background:var(--input-bg)}.profile-calendar-day.is-muted{color:#94a3b8b3}.profile-calendar-day.is-in-range{background:#3b82f624;border-radius:0}.profile-calendar-day.is-range-start,.profile-calendar-day.is-range-end{background:#2563eb;color:#f8fafc}.profile-calendar-day.is-range-start{border-radius:10px 0 0 10px}.profile-calendar-day.is-range-end{border-radius:0 10px 10px 0}.profile-calendar-day.is-range-start.is-range-end{border-radius:10px}.profile-range-time-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-range-time-field{display:grid;gap:8px}.profile-range-time-field span{font-size:.9rem;font-weight:700;color:var(--text-muted)}.profile-range-time-field input{width:100%;min-width:0;padding:12px 14px;border-radius:12px;border:1px solid var(--border-light);background:var(--input-bg);color:var(--text-main);font-size:.94rem;font-family:inherit;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.profile-range-time-field input:hover{border-color:var(--border-hover)}.profile-range-time-field input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf629;background:var(--bg-panel-hover)}.profile-range-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:6px;border-top:1px solid var(--border-light)}.profile-range-footer span{font-size:.9rem;font-weight:700;color:var(--text-muted)}.profile-range-footer-copy{display:grid;gap:6px}.profile-range-footer strong{font-size:.94rem;font-weight:800;color:var(--text-main)}.profile-range-footer-actions{display:flex;align-items:center;gap:10px}.profile-range-action{min-width:92px;padding:10px 16px;font-size:.94rem;min-height:42px}.profile-page-size{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;color:var(--text-muted);font-weight:700}.profile-page-size select{width:92px}.profile-pagination{margin-top:18px;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.profile-pagination-button{min-width:108px;padding:12px 18px;font-size:.96rem}.profile-pagination-button:disabled{opacity:.46;cursor:not-allowed;transform:none}.profile-pagination-info{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:10px 14px;border-radius:12px;background:var(--input-bg);border:1px solid var(--border-light);color:var(--text-main);font-weight:700}.empty-state{padding:80px 20px;text-align:center;color:var(--text-muted);background:var(--input-bg);border:1px dashed var(--border-light);border-radius:20px;font-size:1.1rem;font-weight:600}.message-strip{position:fixed;top:0;left:0;right:0;z-index:9999;background:var(--ai-gradient);color:#f8fafc;text-align:center;padding:16px;font-weight:700;font-size:1.1rem;box-shadow:0 4px 24px #8b5cf666;animation:slide-down .4s ease;opacity:1;transform:translateY(0);transition:opacity .4s ease,transform .4s ease}.message-strip.is-leaving{opacity:0;transform:translateY(-14px)}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.announcement-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,32px);background:#03030394;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow-y:auto}.announcement-popup{width:clamp(320px,62vw,760px);max-width:calc(100vw - 32px);max-height:min(78vh,720px);padding:clamp(20px,3vw,28px);border-radius:28px;background:var(--bg-panel);border:1px solid rgba(139,92,246,.26);box-shadow:0 24px 60px #00000073,inset 0 1px 1px var(--card-highlight);color:var(--text-main);display:flex;flex-direction:column;overflow:hidden}.announcement-notice-popup{width:clamp(360px,70vw,920px);max-height:min(84vh,820px);padding:clamp(24px,3.4vw,38px)}.announcement-popup-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.announcement-popup-chip{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:#8b5cf624;color:#a78bfa;border:1px solid rgba(139,92,246,.28);font-size:.82rem;font-weight:800}.announcement-popup-close{width:36px;height:36px;border:1px solid var(--border-light);border-radius:50%;background:var(--input-bg);color:var(--text-main);cursor:pointer;font-size:1.4rem;line-height:1}.announcement-popup-title{display:block;margin-bottom:14px;color:var(--text-main);font-size:1.15rem;font-weight:800}.announcement-notice-popup .announcement-popup-title{margin-bottom:18px;font-size:1.32rem}.announcement-popup-body{margin:0;color:var(--text-muted);font-size:1.12rem;line-height:1.9;white-space:pre-wrap;background:#8b5cf614;border:1px solid rgba(139,92,246,.12);border-radius:18px;padding:18px 20px;max-height:min(42vh,360px);overflow:auto}.announcement-notice-popup .announcement-popup-body{padding:24px 28px;max-height:min(52vh,500px);font-size:1.16rem}.announcement-popup-time{display:block;margin-top:18px;color:var(--text-muted);font-size:.92rem}.announcement-popup-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;flex-wrap:wrap}.image-preview-backdrop{padding:clamp(12px,3vw,24px)}.image-preview-lightbox{position:relative;display:flex;align-items:center;justify-content:center;width:auto;max-width:min(96vw,1400px);max-height:min(92vh,900px);padding:0;background:transparent;border:none;box-shadow:none;overflow:visible}.image-preview-lightbox-close{position:absolute;top:12px;right:12px;z-index:1;width:40px;height:40px;border:none;border-radius:999px;background:#0f172a94;color:#f8fafc;cursor:pointer;font-size:1.6rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.image-preview-lightbox-close:hover{background:#0f172ac7;transform:scale(1.04)}.image-preview-lightbox-body{display:flex;align-items:center;justify-content:center;max-width:min(96vw,1400px);max-height:min(92vh,900px);overflow:hidden}.image-preview-lightbox-body img{width:auto;height:auto;max-width:100%;max-height:min(92vh,900px);object-fit:contain;display:block}.legal-document-popup{width:min(860px,calc(100vw - 32px));max-height:min(84vh,860px)}.legal-document-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px;color:var(--text-muted);font-size:.92rem}.legal-document-meta strong{color:var(--text-main);font-size:.94rem}.legal-document-body{max-height:min(58vh,560px);display:grid;gap:20px}.legal-document-intro{margin:0;color:var(--text-main);line-height:1.9}.legal-document-sections{display:grid;gap:18px}.legal-document-section{display:grid;gap:10px}.legal-document-section h3{margin:0;color:var(--text-main);font-size:1rem;font-weight:800}.legal-document-section p{margin:0;color:var(--text-muted);line-height:1.9}.invite-reward-convert-popup{width:min(520px,calc(100vw - 32px));max-height:none}.invite-reward-convert-form{display:grid;gap:18px}.invite-reward-convert-field{display:grid;gap:10px}.invite-reward-convert-field span{color:var(--text-main);font-weight:700}.invite-reward-convert-field input{width:100%;min-width:0;padding:14px 16px;border-radius:14px;border:1px solid var(--border-light);background:var(--input-bg);color:var(--text-main);font-size:1rem;outline:none}.invite-reward-convert-field input:focus{border-color:#8b5cf673;box-shadow:0 0 0 3px #8b5cf629}.invite-reward-convert-meta{display:grid;gap:8px;padding:16px 18px;border-radius:16px;background:#8b5cf614;border:1px solid rgba(139,92,246,.14)}.invite-reward-convert-meta strong{color:var(--text-main);font-size:.95rem}.invite-reward-convert-meta span{color:var(--text-muted);line-height:1.7;font-size:.92rem}.chat-studio-layout{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.9fr);gap:24px;flex:1;min-height:100%;align-items:stretch}.chat-control-card,.chat-result-card{min-height:100%}.chat-form textarea{min-height:260px}.chat-mode-switches{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.chat-mode-switches .mini-switch{justify-content:center;min-height:42px;padding:10px 12px;text-align:center;white-space:normal}.chat-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border-radius:16px;border:1px solid var(--border-light);background:var(--input-bg)}.chat-toggle-copy{display:grid;gap:5px}.chat-toggle-copy strong{color:var(--text-main);font-size:.98rem}.chat-toggle-copy span{color:var(--text-muted);font-size:.88rem;font-weight:700}.chat-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.chat-form-actions .primary-cta,.chat-form-actions .secondary-cta{min-height:44px;flex:1 1 160px}.chat-form-actions .primary-cta:disabled{opacity:.55;cursor:not-allowed;transform:none}.chat-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.chat-result-head h3{margin:10px 0 0;color:var(--text-main);font-size:1.3rem;line-height:1.35;word-break:break-word}.chat-result-meta{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:#14b8a61a;border:1px solid rgba(20,184,166,.22);color:#5eead4;font-size:.9rem;font-weight:800}.chat-result-grid{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,330px);gap:18px}.chat-result-grid.is-history-hidden{grid-template-columns:1fr}.chat-thread{min-width:0;min-height:460px;max-height:calc(100vh - 260px);padding:18px;overflow:auto;border-radius:18px;border:1px solid var(--border-light);background:#ffffff06}.chat-empty-state{min-height:100%;display:flex;align-items:center;justify-content:center}.chat-message-card{padding:18px 20px;margin-bottom:14px;font-size:1rem;line-height:1.7;border-radius:16px;border:1px solid var(--border-light)}.chat-message-card span{display:block;margin-bottom:8px;font-size:.82rem;color:var(--text-muted);font-weight:800}.chat-message-card p{margin:0;color:var(--text-main);white-space:pre-wrap;word-break:break-word}.chat-message-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,128px));gap:8px;margin:4px 0 10px;max-width:420px}.chat-message-images img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:#0f172a33}.assistant-card{border-left:4px solid #14b8a6;background:#14b8a614}.user-card{border-right:4px solid #3B82F6;text-align:right;background:#3b82f614}.chat-history-panel{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px;padding:16px;border-radius:18px;border:1px solid var(--border-light);background:var(--input-bg)}.chat-history-head strong{color:var(--text-main);font-size:1rem}.chat-history-head span{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:28px;border-radius:999px;background:#3b82f61f;color:#93c5fd;font-weight:800;font-size:.84rem}.chat-history-list{display:grid;gap:10px;align-content:start;overflow:auto;padding-right:2px}.chat-history-empty{color:var(--text-muted);line-height:1.7;padding:16px;border:1px dashed var(--border-light);border-radius:14px}.chat-history-item{width:100%;min-width:0;padding:14px;border-radius:14px;border:1px solid var(--border-light);background:#ffffff08;color:var(--text-main);text-align:left;cursor:pointer;display:grid;gap:8px;transition:border-color .2s ease,background .2s ease,transform .2s ease}.chat-history-item:hover,.chat-history-item.is-active{transform:translateY(-1px);border-color:#3b82f652;background:#3b82f61a}.chat-history-item strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem}.chat-history-item span{color:var(--text-muted);font-size:.84rem;font-weight:700}@media (max-width: 768px){.route-grid-wide,.profile-toolbar{flex-direction:column}.feature-grid{grid-template-columns:1fr}.home-compliance-corner{position:static;transform:none;width:100%;margin-top:14px;padding:0;font-size:.78rem;pointer-events:auto}.topbar{max-width:calc(100% - 24px);margin:12px 12px 12px auto;padding:12px 20px;border-radius:28px}.home-main{padding:12px}.home-main.is-profile,.home-main.is-studio{padding-left:12px;padding-right:12px}.section-header h2{font-size:2rem}.image-studio-layout{grid-template-columns:1fr}.image-studio-left-column{padding-top:0}.image-studio-header{position:static;margin-bottom:16px}.image-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.image-studio-section-head-upload{align-items:flex-start}.batch-upload-stack,.image-studio-select-grid,.image-result-grid{grid-template-columns:1fr}.video-form-span-2{grid-column:auto}.video-storyboard-hero,.video-storyboard-meta-grid,.video-shot-grid,.chat-studio-layout,.chat-result-grid,.chat-mode-switches{grid-template-columns:1fr}.chat-toggle-row,.chat-form-actions,.chat-result-head{align-items:stretch;flex-direction:column}.chat-form-actions .primary-cta,.chat-form-actions .secondary-cta{width:100%}.chat-thread{min-height:360px;max-height:none}.batch-summary-grid,.batch-group-body,.batch-group-visuals{grid-template-columns:1fr}.image-result-preview-trigger{min-height:280px}.image-result-meta-inline{gap:8px}.image-result-meta-chip{width:auto;min-width:max-content}.image-result-prompt-row strong{line-height:1.6}.cyber-form{padding:24px}.profile-auth-form-single{padding:0}.profile-auth-body,.profile-auth-hero{padding:24px}.profile-overview-layout,.profile-user-meta-layout,.profile-user-extra-cards,.auth-code-row{grid-template-columns:1fr}.auth-code-button{width:100%}.profile-auth-switch{flex-direction:column}.detail-grid,.commerce-form-grid,.commerce-brief-grid,.commerce-step-grid,.full-case-option-grid,.commerce-tool-hero{grid-template-columns:1fr}.commerce-tool-footer{align-items:stretch;flex-direction:column}.commerce-tool-footer .primary-cta,.commerce-tool-footer .secondary-cta{width:100%}.profile-summary-grid{grid-template-columns:1fr}.profile-summary-item{min-height:auto}.profile-inline-invite-head{grid-template-columns:1fr}.profile-inline-invite-head .secondary-cta{width:100%}.profile-invite-overview-row,.profile-invite-stats-row,.profile-invite-link-card{grid-template-columns:1fr}.profile-invite-link-card .secondary-cta{width:100%}.profile-main-card{min-height:auto}.profile-record-toolbar{align-items:stretch}.profile-overview-actions{justify-content:stretch}.profile-overview-actions .secondary-cta{width:100%}.profile-security-toggle-row{align-items:stretch}.profile-security-toggle-row .secondary-cta,.profile-record-actions{width:100%}.profile-record-actions .profile-filter-button{flex:1}.profile-record-filters,.security-filter-grid{grid-template-columns:1fr}.security-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.security-summary-grid{grid-template-columns:1fr}.profile-quick-filters{align-items:stretch}.profile-quick-filters-label{width:100%}.profile-quick-filter-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));width:100%}.profile-quick-filter{width:100%}.profile-range-panel{width:100%;grid-template-columns:1fr}.profile-range-presets{border-right:0;border-bottom:1px solid var(--border-light)}.profile-range-time-grid{grid-template-columns:1fr}.profile-range-footer{flex-direction:column;align-items:stretch}.profile-range-footer-actions{justify-content:stretch}.profile-range-action{flex:1}.profile-page-size{justify-content:space-between}.profile-page-size select{width:100px}.profile-pagination{justify-content:center}.announcement-card{grid-template-columns:1fr}.announcement-card-actions{align-items:flex-start;flex-direction:row;flex-wrap:wrap}.profile-main-card.announcement-reader-card{height:auto;min-height:auto;max-height:none}.announcement-reader-layout{grid-template-columns:1fr;height:auto;max-height:none}.announcement-reader-list-panel{max-height:42vh}.announcement-reader-detail-panel{min-height:320px;max-height:52vh}.announcement-reader-footer{align-items:stretch;flex-direction:column}.announcement-reader-read-all{width:100%}.announcement-popup{width:min(100%,calc(100vw - 24px));max-width:calc(100vw - 24px);max-height:min(82vh,680px);border-radius:22px}.announcement-notice-popup{max-height:min(86vh,760px);padding:22px}.announcement-popup-body{max-height:min(46vh,420px);padding:16px;font-size:1rem;line-height:1.75}.announcement-notice-popup .announcement-popup-body{max-height:min(52vh,500px);padding:20px;font-size:1.08rem}.announcement-popup-actions{justify-content:stretch}.announcement-popup-actions .primary-cta,.announcement-popup-actions .secondary-cta{width:100%}.image-preview-backdrop{padding:12px}.image-preview-lightbox{max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.image-preview-lightbox-close{top:8px;right:8px;width:36px;height:36px;font-size:1.4rem}.image-preview-lightbox-body{max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.image-preview-lightbox-body img{max-height:calc(100vh - 24px)}.legal-document-popup{max-height:min(88vh,760px)}.legal-document-body{max-height:min(62vh,560px)}.recharge-plan-grid,.recharge-method-grid,.recharge-summary-card{grid-template-columns:1fr}}@media (max-width: 1080px){.recharge-plan-grid,.recharge-summary-card{grid-template-columns:repeat(2,minmax(0,1fr))}.image-studio-layout{grid-template-columns:1fr}}:root[data-theme=light] .image-upload-dropzone{border-color:#3b82f629;background:linear-gradient(180deg,#fffffff0,#f8faffeb),#fffffff2;box-shadow:inset 0 1px #ffffffe0,0 12px 28px #0f172a0d}:root[data-theme=light] .image-upload-dropzone:hover,:root[data-theme=light] .image-upload-dropzone.is-dragover{border-color:#8b5cf642;background:linear-gradient(180deg,#fffffffa,#f3f7fff5),#fffffffa;box-shadow:inset 0 1px #ffffffeb,0 16px 34px #3b82f614}:root[data-theme=light] .image-reference-card{background:#fffffff5;border-color:#0f172a14;box-shadow:inset 0 1px #ffffffdb,0 10px 22px #0f172a0d}:root[data-theme=light] .image-reference-add-card{border-color:#94a3b866;background:linear-gradient(180deg,#f6f8fff5,#fffffff5),#fffffff5;color:#475569}:root[data-theme=light] .image-reference-add-card:hover{border-color:#60a5fa80;background:linear-gradient(180deg,#eff4fffa,#fffffffa),#fffffffa}:root[data-theme=light] .image-reference-remove{box-shadow:0 8px 18px #ff5a582e}:root[data-theme=light] .batch-group-prompt textarea:hover{background:#0f172a0a}:root[data-theme=light] .batch-group-prompt textarea:focus{background:var(--bg-panel-hover)}:root[data-theme=light] .security-risk-tag{background:#f43f5e1a;border-color:#be185d24;color:#be123c}:root[data-theme=light] .security-row-high-risk td{background:linear-gradient(90deg,#fee2e2e0,#fffffffa)}:root[data-theme=light] .security-copy-chip{background:#0f172a08}:root[data-theme=light] .security-copy-chip.is-risk{background:#f43f5e14;border-color:#be185d1f}@keyframes ai-core-breathe{0%,to{transform:scale(1);opacity:.8;box-shadow:0 0 20px #6366f14d,inset 0 0 10px #fff3}50%{transform:scale(1.15);opacity:1;box-shadow:0 0 35px #3b82f666,inset 0 0 15px #ffffff4d}}@keyframes ai-ring-expand{0%{transform:scale(.8);opacity:1;border-color:#6366f133;border-width:2px}to{transform:scale(2.2);opacity:0;border-color:#3b82f600;border-width:0px}}@keyframes ai-icon-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.05)}}@keyframes ai-dot-pulse{0%{opacity:.3;transform:scale(.8);background:#6366f1}to{opacity:1;transform:scale(1.2);background:#3b82f6;box-shadow:0 0 12px #3b82f666}}.chat-studio-shell{width:100%;height:calc(100vh - 112px);min-height:calc(100vh - 112px);padding:0}.home-main.is-studio>.chat-studio-shell{flex:1}.chat-studio-layout{width:100%;height:calc(100vh - 112px);min-height:calc(100vh - 112px);display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:stretch}.chat-main-panel,.chat-history-panel{min-width:0;min-height:0;border-radius:22px;border:1px solid rgba(148,163,184,.13);background:#090c1cd6;box-shadow:var(--shadow-sm),inset 0 1px 1px #ffffff09;backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%)}.chat-main-panel{display:grid;grid-template-rows:72px minmax(0,1fr) auto;height:100%;overflow:hidden}.chat-topbar{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.08)}.chat-back-button{width:30px;height:30px;border:0;background:transparent;color:var(--text-muted);font-size:2rem;line-height:1;cursor:pointer}.chat-mode-select{width:min(220px,34vw);height:40px;padding:0 36px 0 18px;border-radius:999px;border:1px solid rgba(148,163,184,.16);background:#10132af5;color:var(--text-main);font-weight:800;outline:none}.chat-top-actions{margin-left:auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.chat-toolbar-button{min-height:36px;padding:0 15px;border-radius:10px;border:1px solid rgba(148,163,184,.18);background:#0f172a75;color:#dbeafe;cursor:pointer;font-size:.84rem;font-weight:850;line-height:1;box-shadow:inset 0 1px #ffffff0d;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.chat-toolbar-button:hover{transform:translateY(-1px);border-color:#818cf857;background:#1e293b9e;box-shadow:0 8px 18px #02061729}.chat-toolbar-button.is-primary{border-color:#a78bfa80;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#f8fafc;box-shadow:0 10px 22px #6366f13d}.chat-toolbar-button.is-primary:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);box-shadow:0 12px 26px #6366f14d}.chat-canvas{min-height:0;overflow:hidden;display:grid;place-items:center;padding:clamp(24px,5vw,64px);background:radial-gradient(circle at 84% 38%,rgba(147,51,234,.12) 0,transparent 22%),linear-gradient(180deg,#2014496b,#080b18eb)}.chat-welcome{width:min(580px,100%);display:grid;gap:18px;text-align:center}.chat-welcome h2{margin:0;color:var(--text-main);font-size:1.35rem}.chat-welcome p{margin:0;color:var(--text-muted);line-height:1.8}.chat-quick-card{display:grid;gap:12px;padding:18px;text-align:left;border-radius:22px;border:1px solid rgba(148,163,184,.12);background:#0f132adb}.chat-quick-card strong{color:var(--text-main)}.chat-quick-grid{display:flex;flex-wrap:wrap;gap:10px}.chat-quick-grid button{min-height:44px;padding:0 22px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#ffffff0f;color:var(--text-main);cursor:pointer;font-weight:800}.chat-quick-grid button.is-strong{border:none;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#f8fafc}.chat-quick-card>span{color:var(--text-muted);font-size:.9rem;line-height:1.7}.chat-blank-state{width:100%;min-height:100%}.chat-thread{width:min(900px,100%);min-height:0;height:100%;max-height:100%;padding:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;border:0;background:transparent;display:grid;align-content:end;gap:14px}.chat-message-card{width:min(720px,88%);margin:0;padding:16px 18px;border-radius:16px}.chat-message-card.user-card{justify-self:end}.chat-message-card.assistant-card{justify-self:start}.chat-composer{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:14px 16px;border-top:1px solid rgba(148,163,184,.1);background:#060a16eb}.chat-composer input{width:100%;height:52px;min-width:0;padding:0 18px;border-radius:14px;border:1px solid rgba(148,163,184,.16);background:#070a18e0;color:var(--text-main);font-size:1rem;outline:none}.chat-composer input:focus{border-color:#6366f175;box-shadow:0 0 0 3px #6366f11f}.chat-send-button{height:52px;min-width:148px;padding:0 22px;border:none;border-radius:14px;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#f8fafc;cursor:pointer;font-size:.96rem;font-weight:850;white-space:nowrap;box-shadow:0 14px 28px #6366f147}.chat-send-button:disabled{opacity:.56;cursor:not-allowed;box-shadow:none}.chat-history-panel{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:14px;padding:16px;background:linear-gradient(180deg,#1e143ae6,#090c1ceb)}.chat-history-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-history-head strong{color:var(--text-main);font-size:1.08rem}.chat-history-head button{border:0;background:transparent;color:#93c5fd;cursor:pointer;font-weight:800}.chat-history-notice{padding:9px 12px;border-radius:8px;border:1px solid rgba(251,146,60,.24);background:#fb923c1f;color:#fed7aa;font-size:.82rem;line-height:1.5}.chat-history-list{display:grid;gap:10px;align-content:start;overflow:auto;min-height:0}.chat-history-manage-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid rgba(148,163,184,.14);background:#ffffff0b;align-self:start}.chat-history-manage-bar span{color:var(--text-main);font-size:.86rem;font-weight:800}.chat-history-manage-bar button{min-height:30px;padding:0 10px;border:1px solid rgba(248,113,113,.24);border-radius:8px;background:#f871711f;color:#fecaca;cursor:pointer;font-size:.82rem;font-weight:900}.chat-history-manage-bar button:disabled{opacity:.45;cursor:not-allowed}.chat-history-item{position:relative;min-height:66px;padding:14px 48px 14px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.14);background:#ffffff0b;color:var(--text-main)}.chat-history-item strong,.chat-history-item span{display:block}.chat-history-item span{margin-top:6px}.chat-history-item em{position:absolute;right:14px;bottom:13px;color:#aab2c2c2;font-style:normal;font-size:.8rem}.chat-history-item.is-managing{padding-left:46px}.chat-history-item.is-managing i{position:absolute;left:14px;top:18px;width:20px;height:20px;border-radius:6px;border:1px solid rgba(148,163,184,.38);background:#0f172a85;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:.82rem;font-weight:900}.chat-history-item.is-selected{border-color:#6366f185;background:#6366f129}.chat-history-item.is-selected i{background:#6366f1;border-color:#6366f1}:root[data-theme=light] .chat-history-manage-bar{background:#ffffffdb;border-color:#0f172a1a}:root[data-theme=light] .chat-history-head strong{color:#0f172a}:root[data-theme=light] .chat-history-head button{color:#2563eb;font-weight:900}:root[data-theme=light] .chat-history-notice{color:#9a3412;background:#fff7ed;border-color:#ea580c47}:root[data-theme=light] .chat-history-manage-bar span{color:#111827}:root[data-theme=light] .chat-history-manage-bar button{color:#b91c1c;background:#ef44441a;border-color:#ef44442e;font-weight:900}:root[data-theme=light] .chat-history-manage-bar button:disabled{color:#ef4444;opacity:.7}:root[data-theme=light] .chat-history-item{background:#f8fafc;color:#0f172a;border-color:#0f172a1f}:root[data-theme=light] .chat-history-item strong{color:#111827;font-weight:900}:root[data-theme=light] .chat-history-item span{color:#334155;font-weight:750}:root[data-theme=light] .chat-history-item em{color:#64748b;font-weight:800}:root[data-theme=light] .chat-history-item.is-managing i{background:#f8fafc;color:#f8fafc;border-color:#0f172a33}:root[data-theme=light] .chat-history-item.is-selected i{background:#6366f1;border-color:#6366f1}:root[data-theme=light] .chat-main-panel,:root[data-theme=light] .chat-history-panel{background:#ffffffe6}:root[data-theme=light] .chat-canvas{background:radial-gradient(circle at 84% 38%,rgba(124,58,237,.12) 0,transparent 22%),linear-gradient(180deg,#f8fafceb,#f1f5f9f0)}:root[data-theme=light] .chat-mode-select,:root[data-theme=light] .chat-composer,:root[data-theme=light] .chat-composer input,:root[data-theme=light] .chat-quick-card{background:#ffffffeb}:root[data-theme=light] .chat-mode-select{color:#111827;border-color:#0f172a1f;box-shadow:0 8px 20px #0f172a0f}:root[data-theme=light] .chat-mode-select option{color:#111827;background:#f8fafc}@media (max-width: 980px){.chat-studio-layout,.chat-studio-shell.is-history-hidden .chat-studio-layout{grid-template-columns:1fr}.chat-history-panel{min-height:320px}}@media (max-width: 768px){.chat-studio-shell,.chat-studio-layout{height:calc(100vh - 88px);min-height:560px}.chat-main-panel{height:100%;grid-template-rows:auto minmax(0,1fr) auto}.chat-topbar,.chat-top-actions,.chat-composer{grid-template-columns:1fr;align-items:stretch}.chat-topbar{flex-direction:column}.chat-mode-select,.chat-toolbar-button,.chat-send-button{width:100%}.chat-top-actions{width:100%;display:grid;grid-template-columns:1fr}.chat-canvas{padding:24px 16px}.chat-composer{display:grid}.chat-message-card{width:100%}}.chat-thread{align-content:start;padding:4px 0}.chat-message-row{width:100%;display:flex;align-items:flex-start}.chat-message-row.is-user{justify-content:flex-end}.chat-message-row.is-assistant{justify-content:flex-start}.chat-message-row .chat-message-card{width:fit-content;max-width:min(720px,76%);margin:0;border:1px solid rgba(148,163,184,.16);box-shadow:0 12px 28px #0206171f}.chat-message-row .assistant-card{border-left:3px solid #14b8a6;background:#121c2ee0;text-align:left}.chat-message-row .user-card{border-right:3px solid #6366f1;background:linear-gradient(135deg,#6366f1e6,#7c3aede0);text-align:left}.chat-message-row .user-card span,.chat-message-row .user-card p{color:#f8fafc}.chat-message-row .chat-message-card span{margin-bottom:6px;opacity:.82}.chat-message-row .chat-message-card p{line-height:1.75}.chat-send-button{min-width:112px}@media (max-width: 768px){.chat-message-row .chat-message-card{max-width:100%}}.chat-studio-shell.is-history-hidden .chat-main-panel{min-height:calc(100vh - 112px)}.chat-canvas{place-items:stretch;padding:16px}.chat-canvas:has(.chat-thread){align-items:stretch}.chat-thread{width:100%;max-width:none;min-height:0;height:100%;max-height:100%;padding:0;overflow-y:auto;overflow-x:hidden;align-content:start;gap:14px}.chat-message-row{padding:0}.chat-message-row .chat-message-card{max-width:min(680px,54%);padding:13px 16px;border-radius:12px;color:#f8fafc}.chat-message-row.is-assistant .chat-message-card{margin-left:0}.chat-message-row.is-user .chat-message-card{margin-right:0}.chat-message-row .assistant-card{background:linear-gradient(180deg,#1e293bf5,#0f172af0);border:1px solid rgba(148,163,184,.22);border-left:3px solid rgba(45,212,191,.9);box-shadow:0 12px 26px #0206172e}.chat-message-row .user-card{background:#2563eb;border:1px solid rgba(219,234,254,.22);border-right:0}.chat-message-row .chat-message-card span{color:#ffffffdb;opacity:1;font-size:.78rem;font-weight:800;line-height:1.2}.chat-message-row .chat-message-card p{color:#f8fafc;font-size:.95rem;font-weight:600;line-height:1.68;text-shadow:none}.chat-message-row .assistant-card span{color:#99f6e4}.chat-message-row .assistant-card p{color:#f8fafc}.chat-composer input{color:#f8fafc;font-size:.96rem;font-weight:600;line-height:1.5}.chat-composer input::placeholder{color:#e2e8f09e}.chat-mode-select,.chat-toolbar-button,.chat-send-button{color:#f8fafc}:root[data-theme=light] .chat-composer input{color:#0f172a}:root[data-theme=light] .chat-composer input::placeholder{color:#334155ad}:root[data-theme=light] .chat-toolbar-button{background:#f1f5f9;border-color:#0f172a14;color:#475569;box-shadow:none}:root[data-theme=light] .chat-toolbar-button:hover{background:#e2e8f0;border-color:#2563eb2e;color:#1e293b;box-shadow:0 8px 18px #0f172a14}:root[data-theme=light] .chat-toolbar-button.is-primary{background:linear-gradient(135deg,#4f46e5,#8b5cf6);border-color:#7c3aed57;color:#f8fafc;box-shadow:0 10px 22px #6366f138}:root[data-theme=light] .chat-message-row .assistant-card{background:linear-gradient(180deg,#f8fafc,#f8fafc);border-color:#0f172a1f;border-left-color:#14b8a6;box-shadow:0 12px 26px #0f172a14}:root[data-theme=light] .chat-message-row .assistant-card span{color:#0f766e}:root[data-theme=light] .chat-message-row .assistant-card p{color:#111827}:root[data-theme=light] .chat-message-row .user-card{background:#2563eb}.chat-composer{grid-template-columns:auto minmax(0,1fr) auto auto;position:relative;padding-top:14px}.chat-attachment-actions{display:flex;align-items:center;gap:8px}.chat-attachment-actions button{height:42px;padding:0 13px;border-radius:10px;border:1px solid rgba(148,163,184,.2);background:#ffffff0e;color:#f8fafc;cursor:pointer;font-weight:800;white-space:nowrap}.chat-attachment-actions button:disabled{opacity:.48;cursor:not-allowed}.chat-attachment-strip{grid-column:1 / -1;display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0;max-height:46px;overflow:auto;padding-bottom:2px}.chat-attachment-chip{display:inline-flex;align-items:center;gap:8px;max-width:240px;height:38px;padding:4px 8px 4px 5px;border-radius:10px;border:1px solid rgba(148,163,184,.18);background:#0f172ac2;color:#f8fafc}.chat-attachment-chip img{width:28px;height:28px;border-radius:7px;object-fit:cover;flex:0 0 auto}.chat-attachment-chip b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.chat-attachment-chip.is-video:before{content:"Video";flex:0 0 auto;padding:4px 7px;border-radius:7px;background:#6366f138;color:#c7d2fe;font-size:.72rem;font-weight:900}.chat-attachment-chip button{width:22px;height:22px;border:0;border-radius:999px;background:#ffffff1f;color:#f8fafc;cursor:pointer;line-height:1;flex:0 0 auto}:root[data-theme=light] .chat-attachment-actions button{background:#f8fafc;color:#1f2937;border-color:#0f172a24}:root[data-theme=light] .chat-attachment-chip{background:#fffffff0;color:#111827;border-color:#0f172a1f}:root[data-theme=light] .chat-attachment-chip button{background:#0f172a14;color:#111827}@media (max-width: 980px){.chat-message-row .chat-message-card{max-width:min(620px,76%)}}@media (max-width: 768px){.chat-canvas{padding:12px}.chat-message-row .chat-message-card{max-width:88%}.chat-composer{grid-template-columns:1fr}.chat-attachment-actions{display:grid;grid-template-columns:1fr 1fr}.chat-attachment-actions button{width:100%}}:root{--bg-base: #09090b;--page-bg: linear-gradient(180deg, rgba(24, 24, 27, .9) 0%, rgba(9, 9, 11, 1) 34%, rgba(9, 9, 11, 1) 100%);--bg-panel: rgba(18, 18, 20, .88);--bg-panel-hover: rgba(24, 24, 27, .96);--border-light: rgba(255, 255, 255, .08);--border-hover: rgba(45, 212, 191, .42);--text-main: #f4f4f5;--text-muted: #a1a1aa;--ai-gradient: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 46%, #0891b2 100%);--ai-gradient-hover: linear-gradient(135deg, #5eead4 0%, #0d9488 48%, #0e7490 100%);--cta-text: #06211f;--dot-color: rgba(45, 212, 191, .055);--glow-blue: transparent;--glow-pink: transparent;--shadow-sm: 0 12px 30px rgba(0, 0, 0, .18);--shadow-md: 0 18px 44px rgba(0, 0, 0, .24);--shadow-hover: 0 24px 56px rgba(0, 0, 0, .28);--card-highlight: rgba(255, 255, 255, .06);--input-bg: rgba(255, 255, 255, .045);--studio-sidebar: 80px;--studio-sidebar-expanded: 244px;--studio-radius: 8px;--accent-teal: #14b8a6;--accent-cyan: #06b6d4;--accent-rose: #f43f5e;--accent-amber: #f59e0b}:root[data-theme=light]{--bg-base: #fafafa;--page-bg: linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(244, 244, 245, 1) 100%);--bg-panel: rgba(255, 255, 255, .86);--bg-panel-hover: rgba(255, 255, 255, .98);--border-light: rgba(24, 24, 27, .08);--border-hover: rgba(13, 148, 136, .36);--text-main: #18181b;--text-muted: #71717a;--ai-gradient: linear-gradient(135deg, #14b8a6 0%, #0d9488 58%, #0e7490 100%);--ai-gradient-hover: linear-gradient(135deg, #0d9488 0%, #0f766e 58%, #155e75 100%);--cta-text: #F8FAFC;--dot-color: rgba(20, 184, 166, .12);--shadow-sm: 0 8px 26px rgba(24, 24, 27, .06);--shadow-md: 0 16px 38px rgba(24, 24, 27, .09);--shadow-hover: 0 22px 50px rgba(24, 24, 27, .12);--card-highlight: rgba(255, 255, 255, .86);--input-bg: rgba(24, 24, 27, .035)}html,body,#root{min-height:100%}body{background:var(--page-bg)}.home-shell{min-height:100vh;padding-left:var(--studio-sidebar);background:var(--page-bg)}.ambient-orb{display:none}.grid-overlay{background-image:radial-gradient(var(--dot-color) 1px,transparent 1px);background-size:46px 46px;opacity:.74;-webkit-mask-image:linear-gradient(to bottom,#050505 0%,rgba(0,0,0,.84) 45%,transparent 100%);mask-image:linear-gradient(to bottom,#050505 0%,rgba(0,0,0,.84) 45%,transparent 100%)}.topbar{position:fixed;inset:0 auto 0 0;z-index:80;width:var(--studio-sidebar);max-width:none;height:100vh;margin:0;padding:0;display:block;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;pointer-events:none;backdrop-filter:none;-webkit-backdrop-filter:none}:root[data-theme=light] .topbar{background:transparent;box-shadow:none}.studio-sidebar-drawer{position:absolute;inset:0 auto 0 0;width:var(--studio-sidebar);height:100%;padding:22px 12px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:24px;border-right:1px solid var(--border-light);background:#0c0c0ed1;box-shadow:12px 0 30px #00000021;overflow:hidden;pointer-events:auto;backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);transition:width .34s cubic-bezier(.16,1,.3,1),box-shadow .34s ease,background .34s ease}.group\/sidebar:hover,.group\/sidebar:focus-within{width:var(--studio-sidebar-expanded);background:#0c0c0eed;box-shadow:24px 0 54px #00000038}:root[data-theme=light] .studio-sidebar-drawer{background:#ffffffd6;box-shadow:10px 0 28px #18181b0b}:root[data-theme=light] .group\/sidebar:hover,:root[data-theme=light] .group\/sidebar:focus-within{background:#fffffff5;box-shadow:20px 0 44px #18181b17}.studio-brand{position:relative;width:100%;height:44px;min-width:0;padding:0 6px;border:0;border-radius:14px;background:transparent;color:var(--text-main);display:inline-flex;align-items:center;justify-content:flex-start;gap:12px;overflow:hidden;cursor:pointer;box-shadow:none;transition:background .18s ease,color .18s ease}.studio-brand:hover{background:#14b8a61a;color:var(--accent-teal)}.studio-brand-mark{flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:var(--accent-teal);color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;font-size:.84rem;font-weight:900;letter-spacing:0;box-shadow:0 16px 34px #14b8a642}.studio-brand-label,.studio-nav-label{min-width:0;color:currentColor;font-size:.82rem;font-weight:800;line-height:1.1;white-space:nowrap;opacity:0;overflow:hidden;text-overflow:ellipsis;transform:translate(-6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.group\/sidebar:hover .studio-brand-label,.group\/sidebar:focus-within .studio-brand-label,.group\/sidebar:hover .studio-nav-label,.group\/sidebar:focus-within .studio-nav-label,.group\/sidebar:hover .group-hover\/sidebar\:opacity-100,.group\/sidebar:focus-within .group-hover\/sidebar\:opacity-100{opacity:1;transform:translate(0)}.studio-brand-label.whitespace-nowrap,.studio-nav-label.whitespace-nowrap{white-space:nowrap}.topbar-actions,.studio-nav-primary,.studio-nav-secondary{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:11px;flex-wrap:nowrap}.studio-nav-primary{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 0 8px;scrollbar-width:none}.studio-nav-primary::-webkit-scrollbar{display:none}.studio-nav-secondary{flex:0 0 auto;margin-top:auto;padding:16px 0 0;border-top:1px solid var(--border-light)}.studio-nav-divider{width:24px;height:1px;margin:4px 0;background:var(--border-light)}.top-icon-button,.studio-nav-button{position:relative;width:100%;height:44px;min-width:0;padding:0 6px;border-radius:14px;border:1px solid transparent;background:transparent;color:#71717a;display:inline-flex;align-items:center;justify-content:flex-start;gap:12px;overflow:hidden;box-shadow:none}.top-icon-button svg,.studio-nav-icon svg{width:21px;height:21px}.studio-nav-icon{flex:0 0 42px;width:42px;height:42px;position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:visible}.top-icon-button:hover,.studio-nav-button:hover{transform:none;background:#ffffff12;color:var(--text-main);border-color:var(--border-light);box-shadow:none}:root[data-theme=light] .top-icon-button:hover,:root[data-theme=light] .studio-nav-button:hover{background:#18181b0b}.top-icon-button.is-open,.studio-nav-button.is-open{color:var(--accent-teal);background:#14b8a61f;border-color:#14b8a63d;box-shadow:inset 3px 0 #14b8a6f5}.top-icon-badge{top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;background:var(--accent-rose);font-size:.68rem;border:2px solid #0c0c0e;box-shadow:0 10px 20px #f43f5e42}:root[data-theme=light] .top-icon-badge{border-color:#f8fafc}.top-select-wrap.studio-language-select{position:relative;width:100%;height:44px;min-width:0;padding:0 6px;border-radius:14px;border:1px solid transparent;background:transparent;display:inline-flex;align-items:center;justify-content:flex-start;gap:12px;overflow:hidden}.studio-language-select:hover{background:#ffffff12;border-color:var(--border-light)}.studio-language-select .top-select-icon{position:static;flex:0 0 42px;width:42px;height:42px;color:#71717a;display:inline-flex;align-items:center;justify-content:center;transform:none}.studio-language-select:hover .top-select-icon{color:var(--text-main)}.studio-language-select select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:44px;padding:0;border:0;border-radius:14px;opacity:0;cursor:pointer}.home-main{z-index:10;width:100%;max-width:none;min-height:100vh;margin:0;padding:30px clamp(20px,3vw,42px)}.home-main.is-home,.home-main.is-profile,.home-main.is-studio{max-width:none;padding-left:clamp(20px,3vw,42px);padding-right:clamp(20px,3vw,42px)}.home-main.is-home{align-items:stretch;justify-content:flex-start}.home-main.is-studio{height:100vh;min-height:680px;overflow:hidden}.home-main.is-commerce{padding-left:clamp(8px,1vw,14px);padding-right:clamp(8px,1vw,14px)}.message-strip{position:fixed;left:calc(var(--studio-sidebar) + 22px);right:22px;top:18px;z-index:90;width:auto;max-width:760px;margin:0 auto;border-radius:var(--studio-radius);border:1px solid rgba(20,184,166,.2);background:#14b8a624;color:var(--text-main);box-shadow:var(--shadow-md)}.studio-home{width:100%;min-height:calc(100vh - 60px);display:grid;grid-template-rows:auto 1fr;gap:24px}.studio-home-hero{display:flex;align-items:center;justify-content:space-between;gap:clamp(24px,5vw,72px);min-height:min(680px,calc(100vh - 138px));padding:clamp(32px,5vw,72px);border-radius:var(--studio-radius);border:1px solid var(--border-light);background:radial-gradient(circle at 80% 22%,rgba(20,184,166,.16) 0,transparent 34%),linear-gradient(135deg,rgba(20,184,166,.12) 0%,transparent 44%),linear-gradient(180deg,var(--bg-panel) 0%,rgba(14,14,16,.8) 100%);box-shadow:var(--shadow-sm),inset 0 1px 0 var(--card-highlight);overflow:hidden}:root[data-theme=light] .studio-home-hero{background:radial-gradient(circle at 80% 22%,rgba(20,184,166,.18) 0,transparent 34%),linear-gradient(135deg,rgba(20,184,166,.12) 0%,transparent 44%),linear-gradient(180deg,#fffffff5,#fafafae0)}.studio-home-copy{min-width:320px;max-width:640px}.studio-home-copy h1{margin:16px 0 0;color:var(--text-main);font-size:clamp(3rem,6vw,6.2rem);font-weight:900;line-height:.96;letter-spacing:0}.studio-home-copy p{max-width:560px;margin:26px 0 0;color:var(--text-muted);font-size:clamp(1rem,1.45vw,1.28rem);font-weight:650;line-height:1.8}.studio-home-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.studio-dashboard-action{flex:0 0 auto}.studio-home-preview{width:min(48vw,720px);min-width:430px;aspect-ratio:1.18 / 1;border-radius:18px;border:1px solid var(--border-light);background:#09090bb8;box-shadow:0 40px 90px #00000057,inset 0 1px #ffffff14;overflow:hidden;transform:perspective(1400px) rotateX(7deg) rotateY(-8deg);transform-origin:center}:root[data-theme=light] .studio-home-preview{background:#ffffffdb;box-shadow:0 34px 80px #18181b1f,inset 0 1px #f8fafc}.studio-preview-browser{height:46px;display:flex;align-items:center;gap:9px;padding:0 18px;border-bottom:1px solid var(--border-light);background:#ffffff0a}.studio-preview-browser span{width:10px;height:10px;border-radius:50%;background:#fb7185}.studio-preview-browser span:nth-child(2){background:#fbbf24}.studio-preview-browser span:nth-child(3){background:#34d399}.studio-preview-browser b{margin-left:auto;margin-right:auto;color:var(--text-muted);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.studio-preview-body{height:calc(100% - 46px);display:grid;grid-template-columns:.78fr 1.42fr;gap:18px;padding:18px}.studio-preview-panel{display:flex;min-width:0;flex-direction:column;gap:14px;padding:16px;border-radius:14px;border:1px solid var(--border-light);background:#ffffff0b}.studio-preview-panel strong{color:var(--text-main);font-size:.9rem;font-weight:900}.studio-preview-upload{display:grid;place-items:center;aspect-ratio:1 / 1;border-radius:12px;border:1px solid rgba(20,184,166,.24);background:linear-gradient(135deg,#14b8a633,#06b6d40f);color:var(--accent-teal)}.studio-preview-upload svg{width:48px;height:48px}.studio-preview-panel>span{height:8px;border-radius:999px;background:#a1a1aa38}.studio-preview-panel>span:nth-of-type(2){width:68%}.studio-preview-panel button{min-height:42px;margin-top:auto;border:0;border-radius:var(--studio-radius);background:var(--accent-teal);color:#f8fafc;font-weight:900;cursor:pointer}.studio-preview-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-width:0}.studio-preview-result{position:relative;min-width:0;overflow:hidden;border-radius:14px;border:1px solid var(--border-light);background:linear-gradient(135deg,#ffffff24,#ffffff05),#111827}.studio-preview-result:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 0 38%,rgba(255,255,255,.18) 38% 39%,transparent 39% 100%),repeating-linear-gradient(135deg,rgba(255,255,255,.1) 0 1px,transparent 1px 18px);opacity:.38}.studio-preview-result span{position:absolute;left:12px;bottom:12px;max-width:calc(100% - 24px);padding:6px 9px;border-radius:999px;background:#09090b94;color:#f8fafc;font-size:.78rem;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-preview-result.is-teal{background-color:#0f766e}.studio-preview-result.is-rose{background-color:#be123c}.studio-preview-result.is-cyan{background-color:#0e7490}.studio-preview-result.is-amber{background-color:#b45309}.feature-grid{width:100%;max-width:none;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.feature-card,.route-card,.detail-card,.mini-card,.task-card,.concept-card{border-radius:var(--studio-radius);border-color:var(--border-light);background:var(--bg-panel);box-shadow:var(--shadow-sm),inset 0 1px 0 var(--card-highlight);transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.feature-card:before,.route-card:before{display:none}.feature-card:hover,.route-card:hover{transform:translateY(-2px);border-color:#14b8a642;background:var(--bg-panel-hover);box-shadow:var(--shadow-md),inset 0 1px 0 var(--card-highlight)}.feature-card{min-height:260px;padding:24px;cursor:pointer}.feature-card-top{margin-bottom:34px}.feature-icon{width:52px;height:52px;border-radius:var(--studio-radius);background:#14b8a61f;color:var(--accent-teal);border-color:#14b8a633;box-shadow:none}.feature-card:nth-child(2) .feature-icon{background:#06b6d41f;color:var(--accent-cyan);border-color:#06b6d433}.feature-card:nth-child(3) .feature-icon{background:#f43f5e1f;color:var(--accent-rose);border-color:#f43f5e33}.feature-card:nth-child(4) .feature-icon{background:#f59e0b1f;color:var(--accent-amber);border-color:#f59e0b3d}.feature-status,.section-badge,.card-title-row span{border-radius:999px}.section-badge{background:#14b8a61f;color:#2dd4bf;border-color:#14b8a638;box-shadow:none}:root[data-theme=light] .section-badge{color:#0f766e}.feature-card-copy small,.feature-card-copy p,.section-header p,.inline-note,.empty-state{color:var(--text-muted)}.feature-card-copy h2{font-size:clamp(1.3rem,2vw,2rem);line-height:1.1;letter-spacing:0}.feature-card-copy p{font-size:.96rem;line-height:1.7}.route-shell{width:100%;min-height:0}.route-grid{gap:18px}.section-header{margin-bottom:18px}.section-header h2{font-size:clamp(1.8rem,3vw,2.7rem);letter-spacing:0}.studio-nav-icon .top-icon-badge{top:3px;right:auto;left:3px;box-sizing:border-box;z-index:2;pointer-events:none}.commerce-tool-shell{height:100%;min-height:0;max-width:none;width:100%;margin:0}.home-main.is-studio.is-commerce{height:100vh;min-height:680px;overflow:hidden}.home-main.is-studio>.commerce-tool-shell,.image-studio-shell.commerce-tool-shell,.route-shell-studio.commerce-tool-shell{flex:1;height:100%;min-height:0}.commerce-tool-card{padding:20px;display:grid;gap:18px}.commerce-workspace-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr) minmax(260px,320px);gap:16px;align-items:stretch;height:100%;min-height:0;overflow:hidden}.image-studio-layout.commerce-workspace-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr) minmax(260px,320px);height:100%;min-height:0}.commerce-operation-column,.image-studio-left-column.commerce-operation-column{height:100%;min-height:0;overflow-y:auto;padding-right:2px;scrollbar-width:thin}.commerce-operation-column .image-studio-form-card{min-height:auto}.commerce-studio-header p{max-width:100%;margin-top:8px;font-size:.92rem;line-height:1.65}.commerce-generator-card,.commerce-result-card,.commerce-preview-card{min-width:0}.commerce-form{display:grid;gap:16px}.commerce-form textarea{min-height:104px}.commerce-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.commerce-brief-grid{grid-template-columns:1fr}.commerce-detail-form{gap:18px}.commerce-detail-form .commerce-reference-section{order:-1}.commerce-detail-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-field-wide{grid-column:1 / -1}.commerce-detail-brief-field textarea{min-height:156px}.commerce-output-mode-grid{grid-template-columns:minmax(0,1fr)}.commerce-toggle-field{min-width:0}.commerce-toggle-control{width:100%;min-height:46px;padding:8px 10px 8px 12px;border:1px solid var(--border-light);border-radius:16px;background:var(--input-bg);color:var(--text-muted);display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer}.commerce-toggle-copy{min-width:0;display:grid;gap:2px;text-align:left}.commerce-toggle-copy strong{font-size:.9rem;font-weight:750;color:inherit;line-height:1.2}.commerce-toggle-copy small{overflow:hidden;color:var(--text-muted);font-size:.72rem;font-weight:650;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.commerce-toggle-track{position:relative;flex:0 0 auto;width:46px;height:26px;border-radius:999px;background:#94a3b838;box-shadow:inset 0 0 0 1px #94a3b83d;transition:background-color .18s ease,box-shadow .18s ease}.commerce-toggle-knob{position:absolute;top:4px;left:4px;width:18px;height:18px;border-radius:999px;background:#ffffffeb;box-shadow:0 4px 10px #00000047;transition:transform .18s ease,background .18s ease}.commerce-toggle-control.is-active{border-color:#6366f17a;background:#6366f11f;color:var(--text-main)}.commerce-toggle-control.is-active .commerce-toggle-track{background:linear-gradient(90deg,#4f46e5,#9333ea);box-shadow:0 0 0 1px #9333ea47,0 8px 22px #6366f147}.commerce-toggle-control.is-active .commerce-toggle-knob{transform:translate(20px);background:#fff}.commerce-custom-field-input{margin-top:2px}.commerce-field-example{margin:-2px 0 0;color:var(--text-muted);font-size:.82rem;font-weight:650;line-height:1.6}.commerce-reference-section{display:grid;gap:12px}.commerce-reference-dropzone{min-height:150px}.commerce-result-card,.commerce-result-card.route-card{height:100%;min-height:0;padding:20px;display:flex;flex-direction:column;gap:18px;overflow:hidden}.commerce-result-card>.card-title-row,.commerce-result-card>.commerce-result-pending{flex:0 0 auto}.commerce-result-card>.card-title-row{display:flex;flex-direction:row}.commerce-style-lock-panel{flex:0 0 auto;display:grid;gap:10px;padding:14px;border:1px solid rgba(59,130,246,.2);border-radius:8px;background:linear-gradient(135deg,#3b82f61f,#10b98114),var(--input-bg)}.commerce-style-lock-head{display:grid;gap:4px}.commerce-style-lock-head span{color:var(--text-muted);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.commerce-style-lock-head strong{color:var(--text-main);font-size:.98rem;line-height:1.35}.commerce-style-lock-body{display:grid;gap:4px}.commerce-style-lock-body p{margin:0;color:var(--text-muted);font-size:.82rem;line-height:1.55}.commerce-style-lock-chips{display:flex;flex-wrap:wrap;gap:6px}.commerce-style-lock-chips span{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border:1px solid var(--border-light);border-radius:8px;background:color-mix(in srgb,var(--input-bg) 78%,transparent);color:var(--text-main);font-size:.76rem;font-weight:700}.commerce-result-empty{flex:1;min-height:0;display:grid;place-items:center;text-align:center}.commerce-result-grid{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-content:start;padding-right:4px;scrollbar-width:thin}.commerce-result-title-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.commerce-result-pack-download{min-height:34px;padding:8px 12px;border-radius:8px;font-size:.82rem;white-space:nowrap}.commerce-result-item{display:grid;gap:12px;padding:12px;border:1px solid var(--border-light);border-radius:8px;background:var(--input-bg)}.batch-result-card .batch-result-failure-list{display:grid;gap:14px}.commerce-result-preview{width:100%;aspect-ratio:1 / 1;padding:0;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-panel);overflow:hidden;display:grid;place-items:center;color:var(--text-muted);font-weight:750;line-height:1.5;text-align:center;cursor:zoom-in}.commerce-result-preview.is-empty{cursor:default;padding:18px}.commerce-result-preview.is-waiting{position:relative;overflow:hidden;padding:0;border-style:solid}.commerce-storyboard-panel-waiting{position:relative;min-height:260px;border:1px dashed var(--border-light);border-radius:18px;background:radial-gradient(circle at 50% 42%,rgba(99,102,241,.14),transparent 52%),#ffffff05;overflow:hidden}.commerce-storyboard-generating-banner{position:relative;display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:14px;min-height:96px;padding:14px 16px;border:1px solid rgba(99,102,241,.2);border-radius:18px;background:linear-gradient(135deg,#6366f11f,#ec48990f),var(--input-bg);overflow:hidden}.commerce-storyboard-generating-core{position:relative;width:76px;height:76px}.commerce-storyboard-generating-banner strong{display:block;color:var(--text-main);font-size:.92rem;font-weight:900}.commerce-storyboard-generating-banner span{display:block;margin-top:4px;color:var(--text-muted);font-size:.82rem;line-height:1.45}.commerce-storyboard-image-waiting{position:relative;width:100%;height:100%;min-height:180px}.commerce-storyboard-panel-waiting .spectral-core-wrap{width:148px;height:148px}.commerce-storyboard-generating-core .spectral-core-wrap,.commerce-storyboard-image-waiting .spectral-core-wrap{width:104px;height:104px}.commerce-storyboard-generating-core .spectral-core-wrap{width:76px;height:76px}.commerce-storyboard-image-waiting .status-text-spectral{font-size:.68rem;letter-spacing:.1em}.commerce-storyboard-generating-core .status-text-spectral{font-size:0}.commerce-storyboard-generating-core .spectral-core-wrap>div[style],.commerce-storyboard-image-waiting .spectral-core-wrap>div[style]{gap:5px!important}.commerce-storyboard-generating-core .spectral-core-wrap>div[style]>div:last-child,.commerce-storyboard-image-waiting .spectral-core-wrap>div[style]>div:last-child{font-size:.68rem!important;letter-spacing:.08em!important}.commerce-storyboard-card-layout{display:grid;grid-template-columns:minmax(132px,.82fr) minmax(0,1.18fr);gap:14px;align-items:stretch;min-width:0}.commerce-storyboard-preview-pane,.commerce-storyboard-info-pane{min-width:0}.commerce-storyboard-preview-pane{position:relative;display:flex;align-self:stretch}.commerce-storyboard-info-pane{display:grid;gap:10px;align-content:start;padding-right:42px}.commerce-storyboard-preview-pane .commerce-result-preview{flex:1 1 auto;height:100%;min-height:180px;aspect-ratio:auto}.commerce-storyboard-corner-action,.commerce-storyboard-preview-action{width:34px;height:34px;padding:0;border:1px solid var(--border-light);border-radius:999px;background:#141418c7;color:#fff;display:inline-grid;place-items:center;cursor:pointer;box-shadow:0 12px 28px #00000042;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,opacity .18s ease}.commerce-storyboard-corner-action svg,.commerce-storyboard-preview-action svg{width:18px;height:18px}.commerce-storyboard-corner-action{position:absolute;top:14px;right:14px;z-index:4}.commerce-storyboard-preview-action{position:absolute;top:10px;right:10px;z-index:3}.commerce-storyboard-preview-action.is-regenerate{right:52px}.commerce-storyboard-preview-action.is-regenerate.is-alone{right:10px}.commerce-storyboard-preview-action:disabled{cursor:not-allowed;opacity:.48;transform:none}.commerce-storyboard-preview-action.is-loading svg{animation:commerce-action-spin .9s linear infinite}@keyframes commerce-action-spin{to{transform:rotate(360deg)}}.commerce-storyboard-corner-action:hover,.commerce-storyboard-preview-action:hover{transform:translateY(-1px);border-color:#ffffff6b;background:#1e1e24e6}.commerce-storyboard-preview-action:disabled:hover{transform:none}.commerce-storyboard-corner-action.is-delete{color:#fca5a5}.commerce-storyboard-corner-action.is-delete:hover{border-color:#ef444485;background:#7f1d1ddb;color:#fff}:root[data-theme=light] .commerce-storyboard-corner-action,:root[data-theme=light] .commerce-storyboard-preview-action{background:#ffffffe0;color:#18181b;box-shadow:0 12px 28px #18181b24}:root[data-theme=light] .commerce-storyboard-corner-action.is-delete{color:#dc2626}.commerce-storyboard-card-head{display:flex;align-items:center;gap:10px;min-width:0}.commerce-storyboard-position{flex:0 0 auto;min-height:30px;padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,#4f46e5,#9333ea);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:900;box-shadow:0 10px 22px #4f46e53d;white-space:nowrap}.commerce-storyboard-identity{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted);font-size:.84rem;font-weight:850}.commerce-storyboard-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.commerce-storyboard-aspect-control{display:inline-flex;align-items:center;gap:6px;min-height:34px;margin-left:auto;padding:0 8px;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-panel);color:var(--text-muted);font-size:.8rem;font-weight:850;white-space:nowrap}.commerce-storyboard-aspect-control select{min-height:28px;max-width:96px;border:0;background:transparent;color:var(--text-main);font:inherit;font-size:.8rem;font-weight:850;outline:none}.commerce-storyboard-aspect-control.is-main-image-ratio{display:grid;gap:7px;min-width:132px;min-height:0;margin-left:auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--detail-muted);white-space:normal}.commerce-storyboard-aspect-control.is-main-image-ratio>span{font-size:.76rem;font-weight:900;line-height:1.2}.commerce-storyboard-aspect-control.is-main-image-ratio select{width:100%!important;max-width:none;min-height:42px!important;padding:10px 12px!important;border:1px solid var(--detail-border)!important;border-radius:14px!important;background:var(--detail-surface)!important;color:var(--detail-text)!important;box-shadow:none!important;font:inherit!important;font-size:.88rem!important;font-weight:720!important;line-height:1.45!important;outline:none!important;cursor:pointer}.commerce-storyboard-aspect-control.is-main-image-ratio select:hover,.commerce-storyboard-aspect-control.is-main-image-ratio select:focus{background:var(--detail-surface-hover)!important;border-color:var(--detail-border-hover)!important}.commerce-storyboard-aspect-control.is-main-image-ratio select:focus{box-shadow:0 0 0 3px #6366f124!important}.commerce-main-image-plan-fields .commerce-storyboard-aspect-control.is-main-image-ratio{width:100%;min-width:0;margin-left:0}.commerce-storyboard-action{min-height:34px;padding:7px 11px;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-panel);color:var(--text-main);font:inherit;font-size:.82rem;font-weight:800;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,opacity .18s ease}.commerce-storyboard-action:hover:not(:disabled){transform:translateY(-1px);border-color:#6366f16b;background:var(--bg-panel-hover)}.commerce-storyboard-action.is-download{margin-left:auto}.commerce-storyboard-action.is-danger{border-color:#ef44444d;background:#ef444414;color:#ef4444}.commerce-storyboard-action.is-danger:hover:not(:disabled){border-color:#ef44447a;background:#ef444424}.commerce-storyboard-action:disabled,.commerce-result-pack-download:disabled{cursor:not-allowed;opacity:.48}.commerce-result-storyboard-fields{display:grid;gap:10px}.commerce-result-storyboard-fields input,.commerce-result-storyboard-fields select,.commerce-result-storyboard-fields textarea{width:100%;border:1px solid var(--border-light);border-radius:8px;background:var(--input-bg);color:var(--text-main);font:inherit;outline:none;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.commerce-result-storyboard-fields input{min-height:38px;padding:9px 12px;font-size:.9rem;font-weight:780}.commerce-result-storyboard-fields select{min-height:38px;padding:9px 34px 9px 12px;font-size:.88rem;font-weight:780}.commerce-storyboard-field-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(112px,.34fr);gap:10px}@media (max-width: 560px){.commerce-storyboard-card-layout{grid-template-columns:minmax(0,1fr)}.commerce-storyboard-action.is-download,.commerce-storyboard-aspect-control{margin-left:0}.commerce-storyboard-field-row{grid-template-columns:1fr}}.commerce-result-storyboard-fields textarea{min-height:118px;padding:11px 12px;color:var(--text-muted);font-size:.84rem;line-height:1.65;resize:vertical}.commerce-result-storyboard-fields input:focus,.commerce-result-storyboard-fields select:focus,.commerce-result-storyboard-fields textarea:focus{border-color:#6366f173;background:var(--bg-panel-hover);box-shadow:0 0 0 3px #6366f124}.commerce-result-preview img{width:100%;height:100%;object-fit:contain;display:block}.commerce-result-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.commerce-result-meta>div:first-child{min-width:0;display:grid;gap:3px}.commerce-result-meta strong,.commerce-result-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commerce-result-meta span{color:var(--text-muted);font-size:.84rem;font-weight:650}.commerce-result-download{width:100%;min-height:38px}.commerce-result-pending{padding:10px 12px;border-radius:8px;border:1px solid rgba(20,184,166,.18);background:#14b8a614;color:var(--accent-teal);font-size:.9rem;font-weight:750;text-align:center}.commerce-preview-card,.commerce-preview-card.route-card{height:100%;min-height:0;padding:16px;display:flex;flex-direction:column;gap:14px;overflow:hidden}.commerce-preview-head{display:flex;flex-direction:row;flex:0 0 auto;margin-bottom:0}.commerce-preview-head-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.commerce-preview-download-long{min-height:34px;padding:8px 12px;border-radius:8px;font-size:.82rem;white-space:nowrap}.commerce-preview-download-long:disabled{cursor:not-allowed;opacity:.48}.commerce-preview-empty{flex:1;min-height:0;display:grid;place-items:center;text-align:center}.commerce-preview-stack{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:grid;gap:10px;align-content:start;padding-right:4px;scrollbar-width:thin}.commerce-preview-slice{width:100%;padding:0;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-panel);overflow:hidden;cursor:zoom-in}.commerce-preview-slice img{width:100%;height:auto;display:block;object-fit:contain}.commerce-preview-card.is-main-image-preview .commerce-main-image-preview-device{flex:1 1 auto;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;position:relative;overflow:hidden;box-shadow:none;display:flex;flex-direction:column}.commerce-main-image-preview-device .commerce-preview-notch{display:none}.commerce-main-image-preview-device .commerce-preview-stack{display:flex!important;flex-direction:column!important;align-items:stretch!important;flex:1 1 auto;height:auto;min-height:0!important;gap:12px!important;padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin}.commerce-main-image-preview-device .commerce-preview-slice{display:block!important;flex:0 0 auto!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:auto!important;line-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.commerce-main-image-preview-device .commerce-preview-slice:hover{transform:none!important}.commerce-main-image-preview-device .commerce-preview-slice img{width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;display:block!important}.commerce-tool-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px;align-items:center}.commerce-tool-hero h2{margin:14px 0 10px;color:var(--text-main);font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.08;letter-spacing:0}.commerce-tool-hero p{max-width:760px;margin:0;color:var(--text-muted);font-size:1rem;font-weight:650;line-height:1.8}.section-badge.is-dev{background:#f59e0b1f;border-color:#f59e0b3d;color:#f59e0b}.commerce-step-grid,.full-case-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.commerce-step-card{cursor:default}.commerce-step-card b{margin:0 0 16px;color:var(--accent-teal);background:#14b8a61f}.commerce-storyboard-panel{display:grid;gap:12px;padding:14px;border:1px solid var(--border-light);border-radius:8px;background:var(--input-bg)}.commerce-storyboard-panel .card-title-row{margin:0}.commerce-storyboard-list{display:grid;gap:10px;max-height:320px;overflow:auto;padding-right:4px}.commerce-storyboard-item{display:grid;gap:6px;padding:12px;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-panel)}.commerce-storyboard-item strong{color:var(--text-main);font-size:.95rem}.commerce-storyboard-item span{color:var(--text-muted);font-size:.82rem;font-weight:750}.commerce-storyboard-item p{margin:0;color:var(--text-muted);font-size:.84rem;line-height:1.7;word-break:break-word}.commerce-storyboard-empty{min-height:92px}.commerce-tool-footer{display:flex;align-items:stretch;flex-direction:column;justify-content:flex-start;gap:12px;padding-top:4px;color:var(--text-muted);font-size:.95rem;font-weight:650;line-height:1.7}.commerce-tool-footer .primary-cta{width:100%;justify-content:center;min-width:0;text-align:center;white-space:normal;line-height:1.35}.commerce-tool-footer .secondary-cta{width:100%;justify-content:center}.commerce-action-group{display:grid;gap:8px;min-width:0}.full-case-card .card-title-row{align-items:center;margin-bottom:0}.full-case-card .card-title-row h3{margin:0}.full-case-option-grid{grid-template-columns:1fr}.full-case-option{position:relative;min-height:auto;padding:16px;text-align:left}.full-case-option:hover{border-color:#14b8a652;background:#14b8a614;transform:translateY(-2px)}.full-case-option.is-active{border-color:#14b8a661;background:#14b8a61f;box-shadow:0 0 0 1px #14b8a629,var(--shadow-sm)}.full-case-check{width:26px;height:26px;margin-bottom:18px;border-radius:999px;border:1px solid rgba(20,184,166,.34);background:#14b8a614;color:var(--accent-teal);display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:900}.card-title-row{margin-bottom:18px;padding-bottom:14px}.cyber-form{gap:18px}.cyber-form label{gap:8px}.cyber-form label span,.image-studio-section-copy h3,.batch-group-head strong,.card-title-row h3{color:var(--text-main)}.cyber-form label span{font-size:.82rem;font-weight:800;letter-spacing:0}.cyber-form input,.cyber-form select,.cyber-form textarea,.batch-group-prompt textarea,.invite-reward-convert-field input{border-radius:var(--studio-radius);border-color:var(--border-light);background:#ffffff0b;color:var(--text-main);box-shadow:none}:root[data-theme=light] .cyber-form input,:root[data-theme=light] .cyber-form select,:root[data-theme=light] .cyber-form textarea,:root[data-theme=light] .batch-group-prompt textarea,:root[data-theme=light] .invite-reward-convert-field input{background:#f8fafc}.cyber-form input:hover,.cyber-form select:hover,.cyber-form textarea:hover,.batch-group-prompt textarea:hover{border-color:var(--border-hover);background:#ffffff0f}.cyber-form input:focus,.cyber-form select:focus,.cyber-form textarea:focus,.batch-group-prompt textarea:focus,.invite-reward-convert-field input:focus{border-color:#14b8a694;box-shadow:0 0 0 3px #14b8a624}.primary-cta,.secondary-cta,.chat-toolbar-button,.chat-send-button,.batch-group-inline-action.is-secondary{border-radius:var(--studio-radius)}.primary-cta{background:var(--ai-gradient);color:var(--cta-text);box-shadow:0 14px 28px #14b8a633}.primary-cta:hover{transform:translateY(-1px);box-shadow:0 18px 34px #14b8a640;filter:none}.secondary-cta{border-color:var(--border-light);background:var(--input-bg);color:var(--text-main)}.image-studio-shell,.route-shell-studio{height:100%;min-height:0}.image-studio-layout{height:100%;min-height:0;display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);gap:22px;align-items:stretch}.image-studio-left-column{min-height:0;height:100%;overflow-y:auto;padding-right:2px;scrollbar-width:thin}.image-studio-header{position:sticky;top:0;z-index:2;margin-bottom:14px;padding:4px 0 12px;background:linear-gradient(180deg,var(--bg-base) 0%,rgba(9,9,11,0) 100%)}:root[data-theme=light] .image-studio-header{background:linear-gradient(180deg,#fafafa,#fafafa00)}.image-studio-header h2{font-size:1.5rem}.image-studio-form-card,.image-studio-form-card.route-card{padding:20px;min-height:calc(100% - 74px)}.image-studio-result-card,.image-studio-result-card.route-card{min-height:0;height:100%}.image-studio-select-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.image-studio-select-full{gap:8px}.image-upload-dropzone{min-height:150px;border-radius:var(--studio-radius);border-color:#14b8a647;background:#14b8a60e}.image-upload-dropzone:hover,.image-upload-dropzone.is-dragover{transform:translateY(-1px);border-color:#14b8a685;background:#14b8a614;box-shadow:none}.image-reference-grid{grid-template-columns:repeat(auto-fit,minmax(86px,1fr));gap:10px}.image-reference-card,.image-reference-add-card,.batch-group-card,.batch-group-image-card,.batch-group-image-card img,.batch-group-image-placeholder{border-radius:var(--studio-radius)}.image-reference-add-card{background:#ffffff0a;color:var(--text-main);border-color:#14b8a647}.image-reference-card:hover,.batch-group-image-card:hover:not(:disabled){border-color:#14b8a65c;box-shadow:none}.image-upload-size-note{border-radius:999px;background:#f59e0b1f;border-color:#f59e0b33;color:#fbbf24}.image-generate-button{width:100%;justify-content:center}.image-result-empty,.empty-state{border-radius:var(--studio-radius);border-color:#14b8a638;background:#14b8a60e}.batch-mode-switches,.profile-tabs{border-radius:var(--studio-radius)}.mini-switch{border-radius:6px}.mini-switch.is-active{background:#14b8a624;color:var(--accent-teal)}.batch-summary-head-actions .batch-group-inline-action,.batch-group-inline-action{color:var(--accent-teal)}.batch-group-list{display:grid;max-height:100%;overflow-y:auto;padding-right:4px}.recharge-plan-grid,.recharge-method-grid{gap:14px}.recharge-plan-card.is-active,.recharge-method-card.is-active{border-color:#14b8a673;background:#14b8a61a}.profile-main-card,.security-route-card,.announcement-reader-card{min-height:calc(100vh - 60px)}.announcement-reader-layout,.profile-main-card,.security-route-card{border-radius:var(--studio-radius)}.chat-studio-shell{min-height:0}.home-main.is-studio>.chat-studio-shell{flex:1 1 auto;height:calc(100vh - 60px);min-height:0}.chat-studio-layout{height:100%;min-height:0;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:18px}.chat-studio-shell.is-history-hidden .chat-studio-layout{grid-template-columns:minmax(0,1fr)}.chat-main-panel,.chat-history-panel{height:100%}.chat-main-panel,.chat-history-panel,.chat-composer,.chat-mode-select{border-radius:var(--studio-radius)}.chat-topbar{gap:10px}.chat-toolbar-button.is-primary,:root[data-theme=light] .chat-toolbar-button.is-primary,.chat-send-button{background:var(--ai-gradient);border-color:#14b8a657;color:var(--cta-text);box-shadow:none}.chat-message-row .assistant-card,:root[data-theme=light] .chat-message-row .assistant-card{border-left-color:var(--accent-teal)}.chat-message-row .user-card,:root[data-theme=light] .chat-message-row .user-card{background:#0f766e;border-color:#2dd4bf47}.home-compliance-corner{left:calc(var(--studio-sidebar) + ((100vw - var(--studio-sidebar)) / 2));width:min(1080px,calc(100vw - var(--studio-sidebar) - 44px))}@media (max-width: 1180px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-home-hero{align-items:stretch;flex-direction:column}.studio-home-preview{width:100%;min-width:0;max-width:760px;transform:none}.image-studio-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr)}.chat-studio-layout{grid-template-columns:minmax(0,1fr) minmax(280px,320px)}.commerce-workspace-layout{grid-template-columns:minmax(260px,300px) minmax(0,1fr) minmax(220px,260px)}.chat-studio-shell.is-history-hidden .chat-studio-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width: 860px){.home-shell{padding-left:0;padding-top:72px}.topbar{inset:0 0 auto 0;width:100%;height:72px;max-width:none;padding:0;border:0;overflow:visible;pointer-events:auto}.studio-sidebar-drawer,.group\/sidebar:hover,.group\/sidebar:focus-within{position:static;width:100%;height:72px;padding:10px 12px;flex-direction:row;align-items:center;gap:10px;border-right:0;border-bottom:1px solid var(--border-light);overflow-x:auto;overflow-y:hidden}.studio-brand,.top-icon-button,.studio-nav-button,.top-select-wrap.studio-language-select{width:42px;height:42px;min-width:42px;padding:0;justify-content:center;gap:0}.studio-nav-primary,.studio-nav-secondary,.topbar-actions{width:auto;flex-direction:row;align-items:center;gap:8px;padding:0;border:0;overflow:visible}.studio-nav-secondary{margin-top:0;margin-left:auto}.studio-nav-divider{width:1px;height:24px;margin:0 2px}.studio-brand-label,.studio-nav-label{display:none}.home-main,.home-main.is-home,.home-main.is-profile,.home-main.is-studio{min-height:calc(100vh - 72px);height:auto;padding:18px 14px 34px;overflow:visible}.home-main.is-studio{min-height:calc(100vh - 72px)}.home-main.is-studio.is-commerce{height:auto;min-height:calc(100vh - 72px);overflow:visible}.studio-home{min-height:auto}.studio-home-hero{min-height:160px;align-items:flex-start;flex-direction:column;padding:28px}.feature-grid,.image-studio-layout,.chat-studio-layout,.chat-studio-shell.is-history-hidden .chat-studio-layout,.commerce-step-grid,.full-case-option-grid,.route-grid,.commerce-tool-hero{grid-template-columns:1fr}.commerce-tool-shell,.home-main.is-studio>.commerce-tool-shell,.image-studio-shell.commerce-tool-shell,.route-shell-studio.commerce-tool-shell,.commerce-workspace-layout,.image-studio-layout.commerce-workspace-layout,.commerce-result-card,.commerce-preview-card{height:auto;min-height:0;overflow:visible}.commerce-operation-column,.image-studio-left-column.commerce-operation-column,.commerce-result-grid,.commerce-preview-stack{overflow:visible}.commerce-tool-footer{align-items:stretch;flex-direction:column}.commerce-tool-footer .primary-cta,.commerce-tool-footer .secondary-cta{width:100%}.image-studio-left-column{height:auto;overflow:visible;padding-right:0}.image-studio-shell,.route-shell-studio,.image-studio-layout,.chat-studio-shell,.chat-studio-layout{height:auto;min-height:auto}.home-main.is-studio>.chat-studio-shell{flex:none;height:auto;min-height:auto}.image-studio-header{position:static;background:transparent}.profile-main-card,.security-route-card,.announcement-reader-card{min-height:auto}.home-compliance-corner{position:static;transform:none;width:100%;margin-top:14px;white-space:normal}.message-strip{left:12px;right:12px;top:82px}}@media (max-width: 560px){.feature-grid,.image-studio-select-grid,.recharge-plan-grid,.recharge-method-grid{grid-template-columns:1fr}.studio-home-copy h1{font-size:2.25rem}.studio-preview-body{grid-template-columns:1fr}.studio-home-preview{aspect-ratio:auto}.studio-preview-panel{display:none}.feature-card{min-height:220px}}.home-shell.is-landing{padding-left:0;min-height:100vh;background:#09090b}:root[data-theme=light] .home-shell.is-landing{background:#fafafa}.home-shell.is-landing .home-main.is-home{min-height:100vh;height:auto;padding:0;display:block;overflow:visible}.home-shell.is-landing .grid-overlay,.home-shell.is-landing .home-compliance-corner{display:none}.landing-topbar{position:fixed;inset:0 0 auto 0;z-index:100;height:80px;padding:0 48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.035);background:#09090bb8;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}:root[data-theme=light] .landing-topbar{border-bottom-color:#18181b0f;background:#fafafab8}.landing-brand,.landing-nav-links,.landing-top-actions{display:inline-flex;align-items:center}.landing-brand{gap:12px;padding:0;border:0;background:transparent;color:var(--text-main);cursor:pointer}.junze-brand-logo{flex-shrink:0}.junze-brand-icon{position:relative;width:40px;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#121214;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 16px 34px #0003;transition:border-color .5s ease,box-shadow .5s ease}.junze-brand-icon-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#14b8a633,#06b6d433);opacity:0;transition:opacity .5s ease}.junze-brand-icon svg{position:relative;z-index:1;width:20px;height:20px;transition:color .3s ease}.junze-brand-core{position:absolute;z-index:2;width:6px;height:6px;border-radius:999px;background:#14b8a6;box-shadow:0 0 10px #14b8a6;animation:landing-pulse 1.6s ease-in-out infinite}.junze-brand-text{display:inline-flex;align-items:baseline;-webkit-user-select:none;user-select:none}.junze-brand-name-main,.junze-brand-name-ai{font-size:1.38rem;font-weight:950;line-height:1;letter-spacing:0}.junze-brand-name-main{color:var(--text-main)}.junze-brand-name-ai,.text-gradient-ai{margin-left:2px;background:linear-gradient(135deg,#2dd4bf,#06b6d4);-webkit-background-clip:text;color:transparent}.junze-brand-pro{margin-left:8px;padding:2px 6px;border-radius:6px;border:1px solid rgba(20,184,166,.3);background:#14b8a61a;color:#2dd4bf;font-size:.56rem;font-weight:950;line-height:1.2;text-transform:uppercase;transform:translateY(-8px);box-shadow:0 0 10px #2dd4bf1a}.junze-brand-logo:hover .junze-brand-icon{border-color:#14b8a680;box-shadow:0 16px 34px #14b8a629}.junze-brand-logo:hover .junze-brand-icon-glow{opacity:1}.junze-brand-logo:hover .junze-brand-icon svg{color:#2dd4bf}:root[data-theme=light] .junze-brand-icon{border-color:#14b8a638;background:linear-gradient(135deg,#14b8a61c,#06b6d40f),#f8fafc;color:#0f766e;box-shadow:0 10px 24px #0f766e1f,inset 0 1px #f8fafc}:root[data-theme=light] .junze-brand-icon-glow{background:linear-gradient(135deg,#14b8a62e,#06b6d41f);opacity:.72}:root[data-theme=light] .junze-brand-core{background:#0d9488;box-shadow:0 0 9px #0d9488c7}:root[data-theme=light] .junze-brand-logo:hover .junze-brand-icon{border-color:#0d94886b;box-shadow:0 12px 28px #0f766e2e,inset 0 1px #f8fafc}.landing-nav-links{gap:40px}.landing-nav-links a,.landing-nav-links button{padding:0;border:0;background:transparent;color:var(--text-muted);font:inherit;font-size:.9rem;font-weight:850;text-decoration:none;cursor:pointer;transition:color .18s ease}.landing-nav-links a:hover,.landing-nav-links button:hover{color:#14b8a6}.landing-top-actions{gap:18px}.landing-theme-button,.landing-language-select{position:relative;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .18s ease,background .18s ease}.landing-theme-button svg,.landing-language-select svg{width:18px;height:18px}.landing-theme-button:hover,.landing-language-select:hover{background:#ffffff14;color:#14b8a6}:root[data-theme=light] .landing-theme-button:hover,:root[data-theme=light] .landing-language-select:hover{background:#18181b0e}.landing-language-select select{position:absolute;top:0;right:0;bottom:0;left:0;width:36px;height:36px;opacity:0;cursor:pointer}.landing-console-button{min-height:42px;padding:0 24px;border:0;border-radius:999px;background:#14b8a6;color:#f8fafc;font-size:.84rem;font-weight:900;cursor:pointer;box-shadow:0 14px 28px #14b8a62e;transition:background .18s ease,transform .18s ease}.landing-console-button:hover{transform:translateY(-1px) scale(1.02);background:#2dd4bf}.landing-home{position:relative;min-height:100vh;overflow-x:hidden;background:#09090b;color:#f4f4f5;scroll-behavior:smooth}:root[data-theme=light] .landing-home{background:#fafafa;color:#18181b}.landing-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-size:50px 50px;background-image:radial-gradient(circle,rgba(20,184,166,.04) 1px,transparent 1px);-webkit-mask-image:linear-gradient(to bottom,#050505 30%,transparent 90%);mask-image:linear-gradient(to bottom,#050505 30%,transparent 90%)}:root[data-theme=light] .landing-grid-bg{background-image:radial-gradient(circle,rgba(20,184,166,.08) 1px,transparent 1px)}.landing-orb{position:absolute;z-index:0;pointer-events:none;border-radius:50%;filter:blur(150px)}.landing-orb-left{top:-10%;left:30%;width:800px;height:800px;transform:translate(-50%);background:#14b8a60f}.landing-orb-right{top:10%;right:20%;width:600px;height:600px;background:#8b5cf60a}:root[data-theme=light] .landing-orb-left{background:#14b8a61a}:root[data-theme=light] .landing-orb-right{background:#8b5cf61a}.landing-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:192px 24px 96px}.landing-hero{display:flex;flex-direction:column;align-items:center;text-align:center;animation:landing-fade-up .8s cubic-bezier(.16,1,.3,1) both}.landing-announcement-pill{min-height:34px;padding:0 16px;margin-bottom:32px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#121214;color:var(--text-main);display:inline-flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 8px 22px #00000029}:root[data-theme=light] .landing-announcement-pill{border-color:#18181b14;background:#f8fafc;box-shadow:0 8px 22px #18181b0d}.landing-announcement-pill span{width:8px;height:8px;border-radius:50%;background:#f59e0b;box-shadow:0 0 10px #f59e0bb3;animation:landing-pulse 1.6s ease-in-out infinite}.landing-announcement-pill b{color:var(--text-main);font-size:.72rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.landing-announcement-pill i{color:var(--text-muted);font-style:normal;transition:transform .18s ease,color .18s ease}.landing-announcement-pill:hover{border-color:#14b8a675}.landing-announcement-pill:hover i{color:#14b8a6;transform:translate(2px)}.landing-hero h1{max-width:960px;margin:0;font-size:clamp(3.8rem,7vw,5.75rem);font-weight:950;line-height:1.05;letter-spacing:0}.landing-hero h1 span,.landing-hero h1 strong{display:block}.landing-hero h1 span{background:linear-gradient(135deg,#f8fafc 20%,#a1a1aa);-webkit-background-clip:text;color:transparent}:root[data-theme=light] .landing-hero h1 span{background:linear-gradient(135deg,#18181b,#52525b);-webkit-background-clip:text;color:transparent}.landing-hero h1 strong{background:linear-gradient(135deg,#ecfffb,#5eead4 28%,#14b8a6 58%,#0891b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:0 18px 42px rgba(20,184,166,.12)}:root[data-theme=light] .landing-hero h1 strong{background:linear-gradient(135deg,#0f3f3a,#0f766e 38%,#14b8a6 70%,#0e7490);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:none}.landing-hero p{max-width:760px;margin:28px 0 0;color:var(--text-muted);font-size:clamp(1.08rem,2vw,1.38rem);font-weight:650;line-height:1.7}.landing-hero-actions{width:100%;margin-top:46px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.landing-primary-cta,.landing-secondary-cta{min-height:56px;padding:0 40px;border-radius:999px;font-size:1rem;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.landing-primary-cta{border:0;background:#14b8a6;color:#f8fafc;box-shadow:0 0 30px #14b8a642}.landing-primary-cta:hover{transform:translateY(-1px) scale(1.03);background:#2dd4bf}.landing-primary-cta span{transition:transform .18s ease}.landing-primary-cta:hover span{transform:translate(3px)}.landing-secondary-cta{border:1px solid rgba(255,255,255,.1);background:#121214;color:#e4e4e7;box-shadow:0 8px 24px #0000001f}:root[data-theme=light] .landing-secondary-cta{border-color:#18181b14;background:#f8fafc;color:#3f3f46}.landing-secondary-cta:hover{background:#ffffff12}:root[data-theme=light] .landing-secondary-cta:hover{background:#f4f4f5}.landing-play-icon{color:#14b8a6;font-size:.9rem}.landing-mockup-wrap{width:100%;max-width:1152px;margin:96px auto 0;perspective:2000px;transform-origin:center;animation:landing-fade-up .8s .2s cubic-bezier(.16,1,.3,1) both}.landing-mockup{width:100%;height:clamp(500px,48vw,680px);border-radius:48px;border:1px solid rgba(255,255,255,.08);background:#0c0c0e;overflow:hidden;display:flex;flex-direction:column;transform:rotateX(12deg) rotateY(-12deg) rotate(2deg) scale(.95);transform-style:preserve-3d;box-shadow:20px 40px 100px -20px #14b8a633,inset 0 1px #ffffff1a;transition:transform 1.2s cubic-bezier(.16,1,.3,1),box-shadow 1.2s cubic-bezier(.16,1,.3,1)}.landing-mockup:hover{transform:rotateX(4deg) rotateY(-4deg) rotate(0) scale(1);box-shadow:30px 60px 140px -20px #14b8a64d,inset 0 1px #ffffff26}:root[data-theme=light] .landing-mockup{border-color:#18181b14;background:#f8fafc;box-shadow:20px 40px 100px -20px #14b8a62e,inset 0 1px #f8fafc}.landing-mockup-bar{height:48px;padding:0 24px;display:flex;align-items:center;gap:10px;flex:0 0 auto;border-bottom:1px solid rgba(255,255,255,.05);background:#121214}:root[data-theme=light] .landing-mockup-bar{border-bottom-color:#18181b14;background:#f4f4f5}.landing-mockup-bar span{width:12px;height:12px;border-radius:50%}.landing-mockup-bar span:nth-child(1){background:#fb7185}.landing-mockup-bar span:nth-child(2){background:#fbbf24}.landing-mockup-bar span:nth-child(3){background:#34d399}.landing-mockup-bar b{margin-left:auto;margin-right:auto;color:#52525b;font-size:.74rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.landing-mockup-body{flex:1;min-height:0;display:flex;gap:24px;padding:24px;background:#0c0c0e}:root[data-theme=light] .landing-mockup-body{background:#fafafa}.landing-mockup-side{width:25%;min-width:220px;display:flex;flex-direction:column;gap:20px;padding:20px;border-radius:24px;border:1px solid rgba(255,255,255,.05);background:#121214;box-shadow:0 8px 20px #0000001f}:root[data-theme=light] .landing-mockup-side{border-color:#18181b0f;background:#f8fafc}.landing-product-tile{aspect-ratio:1 / 1;border-radius:16px;border:1px solid rgba(255,255,255,.05);background:#00000061;display:flex;align-items:center;justify-content:center;overflow:hidden}:root[data-theme=light] .landing-product-tile{border-color:#18181b0f;background:#f4f4f5}.landing-product-tile img{width:100%;height:100%;object-fit:cover;display:block}.landing-mockup-side>span{height:8px;border-radius:999px;background:#ffffff1a}.landing-mockup-side>span:nth-of-type(2){width:75%}:root[data-theme=light] .landing-mockup-side>span{background:#18181b1f}.landing-mockup-side button{height:48px;margin-top:auto;border:0;border-radius:12px;background:linear-gradient(90deg,#4f46e5,#9333ea);color:#f8fafc;font-weight:950;cursor:pointer}.landing-mockup-grid{flex:1;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;overflow:hidden}.landing-mockup-card{position:relative;border:1px solid rgba(255,255,255,.05);border-radius:24px;background:#121214;overflow:hidden;cursor:pointer;padding:0}:root[data-theme=light] .landing-mockup-card{border-color:#18181b14;background:#f8fafc}.landing-mockup-card>img{width:100%;height:100%;object-fit:cover;display:block;opacity:.8;transition:transform .7s ease}.landing-mockup-card:hover>img{transform:scale(1.05)}.landing-mockup-card>span{position:absolute;right:16px;bottom:16px;width:46%;height:58%;min-width:76px;min-height:88px;max-width:156px;max-height:174px;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid rgba(255,255,255,.26);border-radius:18px;background:#0c0c0eb8;box-shadow:0 18px 32px #0000003d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}:root[data-theme=light] .landing-mockup-card>span{border-color:#18181b1f;background:#ffffffc7;box-shadow:0 18px 32px #18181b29}.landing-mockup-card>span img{width:100%;height:100%;object-fit:cover;border-radius:13px;transition:transform .7s ease}.landing-mockup-card:hover>span img{transform:scale(1.08)}.landing-bento-section{margin-top:96px;padding-top:96px;border-top:1px solid rgba(255,255,255,.04)}:root[data-theme=light] .landing-bento-section{border-top-color:#18181b14}.landing-section-head{margin-bottom:64px;text-align:center}.landing-section-head h2{margin:0 0 24px;color:var(--text-main);font-size:clamp(2.25rem,4.4vw,3.1rem);font-weight:950;line-height:1.08}.landing-section-head p{max-width:640px;margin:0 auto;color:var(--text-muted);font-size:1rem;font-weight:650;line-height:1.8}.landing-bento-grid{max-width:1152px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:260px;gap:24px}.landing-bento-card{position:relative;overflow:hidden;border-radius:28px;padding:1px;background:transparent;color:var(--text-main);text-align:left;cursor:pointer;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1);box-shadow:0 12px 24px #0000001f;display:flex}.landing-bento-card-bg{position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:27px;background:#0c0a09;z-index:0;transition:background .3s ease}:root[data-theme=light] .landing-bento-card-bg{background:#f8fafc}.landing-bento-card.is-wide{grid-column:span 2}.landing-bento-card-glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(135deg,rgba(255,255,255,.05),transparent 40%,transparent 60%,rgba(255,255,255,.05));border-radius:28px;opacity:1;transition:opacity .3s ease}:root[data-theme=light] .landing-bento-card-glow{background:linear-gradient(135deg,rgba(0,0,0,.05),transparent 40%,transparent 60%,rgba(0,0,0,.05))}.landing-bento-card:before{content:"";position:absolute;inset:auto -20% -40% auto;width:90%;height:90%;border-radius:50%;filter:blur(80px);opacity:0;background:currentColor;z-index:1;transition:opacity .4s ease,transform .4s ease;pointer-events:none}.landing-bento-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 24px 48px #00000040}.landing-bento-card:hover:before{opacity:.15;transform:scale(1.1) translate(-5%,-5%)}.landing-bento-card.is-teal{color:#14b8a6}.landing-bento-card.is-rose{color:#f43f5e}.landing-bento-card.is-cyan{color:#06b6d4}.landing-bento-card.is-amber{color:#f59e0b}.landing-bento-card:hover .landing-bento-card-glow{background:linear-gradient(135deg,currentColor,transparent 30%,transparent 70%,currentColor);opacity:.4}.landing-bento-card-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:28px}.landing-bento-card.is-wide .landing-bento-card-content{padding:32px}.landing-bento-card-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.landing-bento-icon{width:52px;height:52px;border-radius:16px;border:1px solid color-mix(in srgb,currentColor 20%,transparent);background:color-mix(in srgb,currentColor 8%,transparent);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px color-mix(in srgb,currentColor 10%,transparent);transition:transform .3s ease}.landing-bento-icon svg{width:26px;height:26px}.landing-bento-card:hover .landing-bento-icon{transform:scale(1.05)}.landing-bento-arrow{font-size:24px;color:var(--text-muted);opacity:0;transform:translate(-10px) rotate(-45deg);transition:all .3s cubic-bezier(.2,.8,.2,1);font-family:system-ui,sans-serif;font-weight:300}.landing-bento-card:hover .landing-bento-arrow{opacity:1;transform:translate(0) rotate(-45deg);color:currentColor}.landing-bento-card-text{margin-top:auto}.landing-bento-card h3{margin:0 0 8px;color:var(--text-main);font-size:clamp(1.2rem,2vw,1.6rem);font-weight:800;letter-spacing:-.02em;line-height:1.2}.landing-bento-card p{max-width:520px;margin:0;color:var(--text-muted);font-size:.98rem;font-weight:500;line-height:1.5}.landing-final-cta{position:relative;max-width:1360px;margin:128px auto 48px;padding:96px 24px;overflow:hidden;border-radius:48px;border:1px solid rgba(255,255,255,.05);background:#0c0a09;text-align:center;box-shadow:0 24px 80px #14b8a60d}:root[data-theme=light] .landing-final-cta{border-color:#18181b14;background:#f8fafc}.landing-final-cta>div:not(.landing-grid-bg){position:relative;z-index:1}.landing-final-cta h2{max-width:860px;margin:0 auto 24px;color:var(--text-main);font-size:clamp(2.35rem,4.2vw,3.2rem);font-weight:950;line-height:1.12}.landing-final-cta p{max-width:640px;margin:0 auto 40px;color:var(--text-muted);font-size:1rem;font-weight:650;line-height:1.8}.landing-footer{padding:32px 0 0;border-top:1px solid rgba(255,255,255,.05);color:#52525b;text-align:center;font-size:.82rem;font-weight:650}:root[data-theme=light] .landing-footer{border-top-color:#18181b14}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes landing-diagonal-drift{0%,to{translate:-8px 8px;rotate:-.8deg}50%{translate:14px -14px;rotate:.8deg}}@keyframes landing-card-tilt{0%,to{transform:rotateX(12deg) rotateY(-12deg) rotate(2deg) scale(.95)}50%{transform:rotateX(9deg) rotateY(-7deg) rotate(1deg) scale(.972)}}@keyframes landing-pulse{0%,to{opacity:1}50%{opacity:.45}}@media (max-width: 980px){.landing-topbar{padding:0 20px}.landing-nav-links{display:none}.landing-container{padding-top:148px}.landing-mockup{height:560px;border-radius:32px}.landing-mockup-side{display:none}.landing-bento-grid{grid-template-columns:1fr;grid-auto-rows:minmax(260px,auto)}.landing-bento-card.is-wide{grid-column:span 1}}@media (max-width: 640px){.landing-topbar{height:72px;padding:0 14px}.junze-brand-text,.landing-language-select{display:none}.landing-top-actions{gap:8px}.landing-console-button{min-height:38px;padding:0 14px}.landing-container{padding:126px 16px 56px}.landing-hero h1{font-size:3rem}.landing-hero p br{display:none}.landing-hero-actions{align-items:stretch;flex-direction:column}.landing-primary-cta,.landing-secondary-cta{width:100%;padding:0 22px}.landing-mockup-wrap{margin-top:64px;animation:landing-fade-up .8s .2s cubic-bezier(.16,1,.3,1) both;translate:none;rotate:none}.landing-mockup{height:460px;border-radius:24px;animation:none;transform:none}.landing-mockup:hover{transform:none}.landing-mockup-body{padding:14px}.landing-mockup-grid{gap:12px}.landing-bento-section{margin-top:64px;padding-top:64px}.landing-final-cta{margin-top:80px;padding:64px 18px;border-radius:28px}}@media (prefers-reduced-motion: reduce){.landing-mockup-wrap,.landing-mockup{animation:none}}:root{--bg-base: #050505;--page-bg: linear-gradient(115deg, rgba(79, 70, 229, .12), transparent 28%), linear-gradient(245deg, rgba(236, 72, 153, .1), transparent 28%), linear-gradient(180deg, rgba(24, 24, 27, .72), #050505 72%);--bg-panel: rgba(15, 15, 17, .6);--bg-panel-hover: rgba(24, 24, 27, .72);--border-light: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .18);--text-main: #EDEDEF;--text-muted: #A1A1AA;--text-soft: #A1A1AA;--ai-gradient: linear-gradient(135deg, #4F46E5 0%, #9333EA 50%, #EC4899 100%);--ai-gradient-hover: linear-gradient(135deg, #6366F1 0%, #A855F7 48%, #F472B6 100%);--cta-text: #F8FAFC;--dot-color: rgba(161, 161, 170, .1);--glow-blue: rgba(79, 70, 229, .16);--glow-pink: rgba(236, 72, 153, .14);--shadow-sm: 0 18px 48px rgba(0, 0, 0, .32);--shadow-md: 0 28px 68px rgba(0, 0, 0, .42);--shadow-hover: 0 34px 84px rgba(0, 0, 0, .48);--card-highlight: rgba(255, 255, 255, .08);--input-bg: rgba(255, 255, 255, .055);--accent-image: #EC4899;--accent-video: #06B6D4;--accent-batch: #F59E0B;--accent-teal: #9333EA;--studio-radius: 16px;--glass-edge: rgba(255, 255, 255, .08);--glass-inner: rgba(255, 255, 255, .06);--titanium-surface: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .015) 42%, rgba(147, 51, 234, .08))}:root[data-theme=light]{--bg-base: #FAFAFA;--page-bg: linear-gradient(115deg, rgba(79, 70, 229, .08), transparent 28%), linear-gradient(245deg, rgba(236, 72, 153, .08), transparent 26%), linear-gradient(180deg, #FAFAFA 0%, #F4F4F5 100%);--bg-panel: rgba(255, 255, 255, .6);--bg-panel-hover: rgba(255, 255, 255, .82);--border-light: rgba(24, 24, 27, .08);--border-hover: rgba(24, 24, 27, .16);--text-main: #18181B;--text-muted: #52525B;--text-soft: #71717A;--cta-text: #F8FAFC;--dot-color: rgba(24, 24, 27, .08);--glow-blue: rgba(79, 70, 229, .1);--glow-pink: rgba(236, 72, 153, .1);--shadow-sm: 0 18px 42px rgba(24, 24, 27, .08);--shadow-md: 0 24px 64px rgba(24, 24, 27, .12);--shadow-hover: 0 34px 80px rgba(24, 24, 27, .16);--card-highlight: rgba(255, 255, 255, .78);--input-bg: rgba(255, 255, 255, .58);--glass-edge: rgba(255, 255, 255, .5);--glass-inner: rgba(255, 255, 255, .72);--titanium-surface: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(244, 244, 245, .58) 46%, rgba(147, 51, 234, .06))}.text-gradient-base{background:linear-gradient(135deg,#09090b,#52525b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dark .text-gradient-base{background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-primary{background:linear-gradient(to right,#6366f1,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:gradient-shift 8s linear infinite}.glass-panel{background:#fff9;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.5)}.dark .glass-panel{background:#0f0f1199;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.08)}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}body,.home-shell,.landing-home{background:var(--page-bg)!important;color:var(--text-main)}.home-shell:before,.landing-home:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:linear-gradient(rgba(161,161,170,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(161,161,170,.035) 1px,transparent 1px);background-size:68px 68px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 86%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 86%)}.grid-overlay,.landing-grid-bg{background-image:linear-gradient(rgba(161,161,170,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(161,161,170,.035) 1px,transparent 1px)!important;background-size:68px 68px!important}.ambient-orb,.landing-orb{display:none!important}.topbar,.landing-topbar,.studio-sidebar-drawer,.feature-card,.route-card,.detail-card,.mini-card,.task-card,.concept-card,.chat-main-panel,.chat-history-panel,.chat-composer,.announcement-popup,.image-preview-lightbox,.recharge-summary-item,.batch-group-card,.batch-group-image-card,.profile-table-wrap,.landing-mockup,.landing-mockup-side,.landing-mockup-card,.landing-bento-card,.landing-final-cta,.landing-announcement-pill,.landing-secondary-cta{background:var(--titanium-surface),var(--bg-panel)!important;border:1px solid var(--glass-edge)!important;backdrop-filter:blur(40px) saturate(150%)!important;-webkit-backdrop-filter:blur(40px) saturate(150%)!important;box-shadow:var(--shadow-sm),inset 0 1px 0 var(--glass-inner),inset 0 -1px #ffffff06!important}:root[data-theme=light] .topbar,:root[data-theme=light] .landing-topbar,:root[data-theme=light] .studio-sidebar-drawer,:root[data-theme=light] .feature-card,:root[data-theme=light] .route-card,:root[data-theme=light] .detail-card,:root[data-theme=light] .mini-card,:root[data-theme=light] .task-card,:root[data-theme=light] .concept-card,:root[data-theme=light] .chat-main-panel,:root[data-theme=light] .chat-history-panel,:root[data-theme=light] .chat-composer,:root[data-theme=light] .announcement-popup,:root[data-theme=light] .image-preview-lightbox,:root[data-theme=light] .recharge-summary-item,:root[data-theme=light] .batch-group-card,:root[data-theme=light] .batch-group-image-card,:root[data-theme=light] .profile-table-wrap,:root[data-theme=light] .landing-mockup,:root[data-theme=light] .landing-mockup-side,:root[data-theme=light] .landing-mockup-card,:root[data-theme=light] .landing-bento-card,:root[data-theme=light] .landing-final-cta,:root[data-theme=light] .landing-announcement-pill,:root[data-theme=light] .landing-secondary-cta{background:var(--titanium-surface),var(--bg-panel)!important}.feature-card:before,.route-card:before,.landing-bento-card:before{height:1px!important;inset:0 0 auto 0!important;width:auto!important;border-radius:inherit;background:linear-gradient(90deg,#4f46e500,#6366f1b3,#a855f7b8,#ec489900,#4f46e500)!important;transform:none!important;opacity:.62!important}.feature-card:hover,.route-card:hover,.mini-card:hover:not(.static-card),.landing-bento-card:hover,.landing-mockup-card:hover,.top-icon-button:hover,.landing-primary-cta:hover,.landing-secondary-cta:hover{border-color:#a855f76b!important;box-shadow:var(--shadow-hover),0 0 0 1px #a855f729,0 0 42px #9333ea24!important}.landing-hero h1 span,.landing-section-head h2,.landing-final-cta h2,.section-header h2,.studio-home-copy h1,.concept-card h2,.chat-welcome h2{background:linear-gradient(135deg,#ededef,#a1a1aa)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}:root[data-theme=light] .landing-hero h1 span,:root[data-theme=light] .landing-section-head h2,:root[data-theme=light] .landing-final-cta h2,:root[data-theme=light] .section-header h2,:root[data-theme=light] .studio-home-copy h1,:root[data-theme=light] .concept-card h2,:root[data-theme=light] .chat-welcome h2{background:linear-gradient(135deg,#09090b,#52525b)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}.landing-hero h1 strong,.junze-brand-name-ai,.text-gradient-ai,.feature-card-copy small,.section-badge,.landing-play-icon{background:linear-gradient(to right,#6366f1,#a855f7,#ec4899)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-size:200% auto!important;animation:gradient-shift 8s linear infinite!important;color:transparent!important}.landing-primary-cta,.primary-cta,.chat-toolbar-button.is-primary,.chat-send-button,.image-generate-button,.landing-console-button,.landing-mockup-side button,.batch-group-inline-action:not(.is-secondary){background:var(--ai-gradient)!important;color:var(--cta-text)!important;border:0!important;box-shadow:0 16px 36px #9333ea47,inset 0 1px #ffffff38!important}.landing-primary-cta:after,.primary-cta:after{background:linear-gradient(to right,transparent,rgba(255,255,255,.28),transparent)!important}.secondary-cta,.landing-secondary-cta,.chat-toolbar-button,.batch-group-inline-action.is-secondary,.profile-history-action.is-secondary,.image-reference-add-card,.top-icon-button,.top-select-wrap select,.landing-theme-button,.landing-language-select,.studio-brand,.studio-language-select,.mini-switch,.chat-mode-select{background:#ffffff0e!important;border:1px solid var(--border-light)!important;color:var(--text-main)!important;backdrop-filter:blur(24px) saturate(140%)!important;-webkit-backdrop-filter:blur(24px) saturate(140%)!important}:root[data-theme=light] .secondary-cta,:root[data-theme=light] .landing-secondary-cta,:root[data-theme=light] .chat-toolbar-button,:root[data-theme=light] .batch-group-inline-action.is-secondary,:root[data-theme=light] .profile-history-action.is-secondary,:root[data-theme=light] .image-reference-add-card,:root[data-theme=light] .top-icon-button,:root[data-theme=light] .top-select-wrap select,:root[data-theme=light] .landing-theme-button,:root[data-theme=light] .landing-language-select,:root[data-theme=light] .studio-brand,:root[data-theme=light] .studio-language-select,:root[data-theme=light] .mini-switch,:root[data-theme=light] .chat-mode-select{background:#ffffff9e!important}.section-badge,.landing-announcement-pill,.feature-status,.recharge-plan-badge,.image-upload-size-note,.image-studio-count,.profile-status-badge,.top-icon-badge{border-color:#a855f74d!important;box-shadow:0 10px 26px #9333ea1f!important}.landing-announcement-pill span,.junze-brand-core{background:#ec4899!important;box-shadow:0 0 18px #ec489994!important}.junze-brand-icon,.studio-brand-mark,.feature-icon,.concept-icon,.landing-bento-icon{background:linear-gradient(135deg,#4f46e52e,#9333ea2e,#ec489924)!important;border-color:#a855f73d!important;color:#c4b5fd!important;box-shadow:inset 0 1px #ffffff1f,0 16px 34px #4f46e52e!important}.landing-bento-card.is-rose,.feature-card:nth-child(1) .feature-icon,.image-reference-remove,.profile-status-badge.is-failed{color:var(--accent-image)!important}.landing-bento-card.is-cyan,.feature-card:nth-child(2) .feature-icon,.profile-status-badge.is-processing{color:var(--accent-video)!important}.landing-bento-card.is-amber,.feature-card:nth-child(3) .feature-icon,.image-upload-size-note{color:var(--accent-batch)!important}.cyber-form input,.cyber-form select,.cyber-form textarea,.batch-group-prompt textarea,.invite-reward-convert-field input,.chat-composer input,.profile-record-search,.profile-record-filter,.commerce-custom-field-input{background:#ffffff0e!important;border:1px solid var(--border-light)!important;color:var(--text-main)!important;border-radius:14px!important;box-shadow:inset 0 1px #ffffff0e!important}:root[data-theme=light] .cyber-form input,:root[data-theme=light] .cyber-form select,:root[data-theme=light] .cyber-form textarea,:root[data-theme=light] .batch-group-prompt textarea,:root[data-theme=light] .invite-reward-convert-field input,:root[data-theme=light] .chat-composer input,:root[data-theme=light] .profile-record-search,:root[data-theme=light] .profile-record-filter,:root[data-theme=light] .commerce-custom-field-input{background:#ffffffb8!important}.cyber-form input:focus,.cyber-form select:focus,.cyber-form textarea:focus,.batch-group-prompt textarea:focus,.invite-reward-convert-field input:focus,.chat-composer input:focus,.top-select-wrap select:focus{border-color:#a855f794!important;box-shadow:0 0 0 4px #9333ea2e,inset 0 1px #ffffff14!important}.image-upload-dropzone,.image-result-empty,.empty-state,.chat-blank-state,.chat-history-notice,.announcement-reader-list-panel,.announcement-reader-detail-panel,.commerce-preview-slice,.commerce-result-item,.profile-table tbody tr{background:#ffffff0a!important;border-color:#a855f729!important}:root[data-theme=light] .image-upload-dropzone,:root[data-theme=light] .image-result-empty,:root[data-theme=light] .empty-state,:root[data-theme=light] .chat-blank-state,:root[data-theme=light] .chat-history-notice,:root[data-theme=light] .announcement-reader-list-panel,:root[data-theme=light] .announcement-reader-detail-panel,:root[data-theme=light] .commerce-preview-slice,:root[data-theme=light] .commerce-result-item,:root[data-theme=light] .profile-table tbody tr{background:#ffffff94!important}.image-upload-dropzone:hover,.image-upload-dropzone.is-dragover,.mini-card.is-active,.recharge-plan-card.is-active,.recharge-method-card.is-active,.chat-history-item.is-active,.chat-history-item.is-selected,.announcement-reader-list-item.is-active,.top-icon-button.is-open,.mini-switch.is-active{background:linear-gradient(135deg,#4f46e52e,#9333ea29,#ec48991f)!important;border-color:#a855f76b!important;color:var(--text-main)!important}.recharge-method-card.is-wechat-pay:before,.recharge-method-card.is-alipay-pay:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:16px 0 0 16px;opacity:0;pointer-events:none;transition:opacity .18s ease}.recharge-method-card.is-wechat-pay:before{background:#07c160;box-shadow:0 0 18px #07c16047}.recharge-method-card.is-alipay-pay:before{background:#1677ff;box-shadow:0 0 18px #1677ff47}.recharge-method-card.is-wechat-pay.is-active:before,.recharge-method-card.is-alipay-pay.is-active:before{opacity:1}.recharge-method-card.is-wechat-pay.is-active{border-color:#07c160ad!important;background:linear-gradient(135deg,#07c16047,#22c55e29 52%,#ffffff0d)!important;box-shadow:0 18px 42px #07c1602e,inset 0 1px #ffffff1a!important}.recharge-method-card.is-alipay-pay.is-active{border-color:#1677ffb3!important;background:linear-gradient(135deg,#1677ff47,#3b82f629 52%,#ffffff0d)!important;box-shadow:0 18px 42px #1677ff2e,inset 0 1px #ffffff1a!important}:root[data-theme=light] .recharge-method-card.is-wechat-pay.is-active{background:linear-gradient(135deg,#07c16038,#dcfce7fa 52%,#fffffffa)!important;box-shadow:0 16px 34px #07c16024!important}:root[data-theme=light] .recharge-method-card.is-alipay-pay.is-active{background:linear-gradient(135deg,#1677ff38,#dbeafefa 52%,#fffffffa)!important;box-shadow:0 16px 34px #1677ff24!important}.chat-message-row .user-card,:root[data-theme=light] .chat-message-row .user-card{background:linear-gradient(135deg,#4f46e5e0,#9333ead1,#ec4899c7)!important;border-color:#ec48993d!important;color:#f8fafc!important}.chat-message-row .assistant-card,:root[data-theme=light] .chat-message-row .assistant-card{border-left-color:#a855f7!important}.profile-table thead,.landing-mockup-bar{background:#18181bb8!important}:root[data-theme=light] .profile-table thead,:root[data-theme=light] .landing-mockup-bar{background:#f4f4f5d1!important}.profile-table th,.profile-table td,.profile-table-content{color:var(--text-main)!important}.profile-table th,.landing-footer,.landing-hero p,.landing-section-head p,.landing-final-cta p,.feature-card-copy p,.mini-card p,.mini-card span,.card-title-row span,.chat-message-card span,.chat-history-item span{color:var(--text-muted)!important}.landing-mockup{transform:rotateX(10deg) rotateY(-10deg) rotate(1.5deg) scale(.96)!important;box-shadow:34px 58px 120px #00000057,0 0 0 1px #a855f71a,inset 0 1px #ffffff1f!important}.landing-mockup:hover{transform:rotateX(4deg) rotateY(-4deg) rotate(0) scale(1)!important}.home-compliance-corner{color:var(--text-muted)!important}@media (max-width: 860px){.topbar,.studio-sidebar-drawer{border-radius:0!important}.landing-mockup,.landing-mockup:hover{transform:none!important}}:root{--pattern-card-bg: rgba(18, 18, 20, .6);--pattern-card-border: rgba(255, 255, 255, .05);--pattern-card-shadow: 0 18px 44px rgba(0, 0, 0, .05);--pattern-card-hover-shadow: 0 25px 50px -12px rgba(0, 0, 0, .34);--pattern-secondary-hover: rgba(255, 255, 255, .05);--pattern-icon-bg: #18181B;--pattern-icon-border: rgba(255, 255, 255, .05)}:root[data-theme=light]{--pattern-card-bg: rgba(255, 255, 255, .6);--pattern-card-border: rgba(0, 0, 0, .05);--pattern-card-shadow: 0 18px 44px rgba(0, 0, 0, .05);--pattern-card-hover-shadow: 0 25px 50px -12px rgba(24, 24, 27, .18);--pattern-secondary-hover: rgba(0, 0, 0, .05);--pattern-icon-bg: #F4F4F5;--pattern-icon-border: rgba(0, 0, 0, .05)}.topbar,.landing-topbar,.studio-sidebar-drawer,.feature-card,.route-card,.detail-card,.mini-card,.task-card,.concept-card,.chat-main-panel,.chat-history-panel,.chat-composer,.announcement-popup,.image-preview-lightbox,.recharge-summary-item,.batch-group-card,.batch-group-image-card,.image-reference-card,.image-reference-add-card,.profile-table-wrap,.profile-main-card,.security-route-card,.announcement-reader-card,.announcement-reader-list-panel,.announcement-reader-detail-panel,.commerce-result-card,.commerce-result-item,.commerce-preview-card,.commerce-preview-slice,.landing-mockup,.landing-mockup-side,.landing-mockup-card,.landing-bento-card,.landing-final-cta,.landing-announcement-pill{background:var(--pattern-card-bg)!important;border:1px solid var(--pattern-card-border)!important;border-radius:32px!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;box-shadow:var(--pattern-card-shadow)!important;transition:transform .5s ease,box-shadow .5s ease,border-color .5s ease,background-color .5s ease!important}.feature-card,.route-card,.detail-card,.task-card,.concept-card,.chat-main-panel,.chat-history-panel,.announcement-popup,.image-preview-lightbox,.profile-main-card,.security-route-card,.announcement-reader-card,.commerce-result-card,.commerce-preview-card,.landing-bento-card{padding:32px!important}.landing-final-cta,.landing-mockup,.image-studio-form-card,.image-studio-result-card{border-radius:40px!important}.feature-card:hover,.route-card:hover,.detail-card:hover,.mini-card:hover:not(.static-card),.task-card:hover,.concept-card:hover,.batch-group-card:hover,.image-reference-card:hover,.image-reference-add-card:hover,.commerce-result-item:hover,.landing-mockup-card:hover,.landing-bento-card:hover,.landing-announcement-pill:hover{transform:translateY(-6px)!important;box-shadow:var(--pattern-card-hover-shadow)!important}.primary-cta,.landing-primary-cta,.landing-console-button,.chat-send-button,.chat-toolbar-button.is-primary,.image-generate-button,.profile-history-action:not(.is-secondary),.batch-group-inline-action:not(.is-secondary),.commerce-result-download:not(.secondary-cta){border-radius:999px!important;background:linear-gradient(90deg,#4f46e5,#9333ea)!important;color:#f8fafc!important;font-weight:900!important;letter-spacing:0!important;transition:transform .5s ease,box-shadow .5s ease,filter .5s ease!important;box-shadow:0 10px 40px #6366f166!important}.primary-cta:hover,.landing-primary-cta:hover,.landing-console-button:hover,.chat-send-button:hover,.chat-toolbar-button.is-primary:hover,.image-generate-button:hover,.profile-history-action:not(.is-secondary):hover,.batch-group-inline-action:not(.is-secondary):hover,.commerce-result-download:not(.secondary-cta):hover{transform:scale(1.05)!important;box-shadow:0 15px 50px #9333ea80!important}.primary-cta:active,.landing-primary-cta:active,.landing-console-button:active,.chat-send-button:active,.chat-toolbar-button.is-primary:active,.image-generate-button:active,.profile-history-action:not(.is-secondary):active,.batch-group-inline-action:not(.is-secondary):active,.commerce-result-download:not(.secondary-cta):active{transform:scale(.95)!important}:root[data-theme=light] .chat-top-actions .chat-toolbar-button.is-primary{background:linear-gradient(90deg,#4f46e5,#7c3aed)!important;border:0!important;color:#fff!important;text-shadow:0 1px 1px rgba(15,23,42,.28);box-shadow:0 12px 30px #4f46e557,inset 0 1px #ffffff3d!important}:root[data-theme=light] .chat-top-actions .chat-toolbar-button.is-primary:hover{background:linear-gradient(90deg,#4338ca,#6d28d9)!important;color:#fff!important;box-shadow:0 16px 38px #4f46e56b,inset 0 1px #ffffff47!important}.secondary-cta,.landing-secondary-cta,.chat-toolbar-button:not(.is-primary),.batch-group-inline-action.is-secondary,.profile-history-action.is-secondary,.top-icon-button,.studio-brand,.landing-theme-button,.landing-language-select,.top-select-wrap select,.mini-switch,.chat-mode-select,.cyber-form input,.cyber-form select,.cyber-form textarea,.batch-group-prompt textarea,.invite-reward-convert-field input,.chat-composer input,.profile-record-search,.profile-record-filter,.commerce-custom-field-input,.image-upload-dropzone,.empty-state,.image-result-empty{background:var(--pattern-card-bg)!important;border:1px solid var(--pattern-card-border)!important;color:var(--text-main)!important;backdrop-filter:blur(40px)!important;-webkit-backdrop-filter:blur(40px)!important;transition:background-color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease!important}.secondary-cta:hover,.landing-secondary-cta:hover,.chat-toolbar-button:not(.is-primary):hover,.batch-group-inline-action.is-secondary:hover,.profile-history-action.is-secondary:hover,.top-icon-button:hover,.studio-brand:hover,.landing-theme-button:hover,.landing-language-select:hover,.top-select-wrap select:hover,.mini-switch:hover,.chat-mode-select:hover,.cyber-form input:hover,.cyber-form select:hover,.cyber-form textarea:hover,.batch-group-prompt textarea:hover,.invite-reward-convert-field input:hover,.chat-composer input:hover,.profile-record-search:hover,.profile-record-filter:hover,.commerce-custom-field-input:hover,.image-upload-dropzone:hover,.empty-state:hover,.image-result-empty:hover{background:var(--pattern-secondary-hover)!important}.feature-icon,.landing-bento-icon,.junze-brand-icon,.studio-brand-mark,.concept-icon,.payment-channel-icon,.payment-channel-icon-lg,.top-select-icon,.studio-nav-icon{width:56px!important;height:56px!important;min-width:56px!important;border:1px solid var(--pattern-icon-border)!important;border-radius:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:var(--pattern-icon-bg)!important;box-shadow:inset 0 2px 8px #00000014!important}.top-icon-button{width:56px!important;height:56px!important;min-width:56px!important;border-radius:20px!important}.top-select-icon{left:0!important;pointer-events:none;transform:scale(.54);transform-origin:center}.top-select-wrap select{min-height:56px!important;padding-left:56px!important}.route-grid,.feature-grid,.model-list,.stack-list,.history-grid,.landing-bento-grid,.chat-quick-grid,.image-reference-grid,.batch-group-list,.commerce-result-grid,.commerce-preview-stack,.announcement-reader-layout,.profile-stack,.recharge-plan-grid,.recharge-method-grid{gap:32px!important}.image-studio-layout,.chat-studio-layout,.commerce-workspace-layout{gap:40px!important}.cyber-form,.image-studio-form,.batch-upload-stack,.recharge-form-block,.chat-thread,.chat-history-list,.announcement-reader-list,.profile-tabs-panel,.profile-records-layout{gap:32px!important}.card-title-row,.section-header,.image-studio-section-head,.chat-topbar,.announcement-reader-head,.profile-record-toolbar{margin-bottom:32px!important}.landing-hero-actions,.form-actions,.image-studio-actions,.commerce-tool-footer,.announcement-popup-actions{gap:24px!important}@media (max-width: 860px){.feature-card,.route-card,.detail-card,.task-card,.concept-card,.chat-main-panel,.chat-history-panel,.landing-bento-card{padding:24px!important;border-radius:28px!important}.route-grid,.feature-grid,.image-studio-layout,.chat-studio-layout,.commerce-workspace-layout{gap:24px!important}.top-icon-button,.studio-brand{width:48px!important;height:48px!important;min-width:48px!important}}@media (min-width: 861px){.studio-sidebar-drawer{background:#121214!important}:root[data-theme=light] .studio-sidebar-drawer{background:#fff!important}.studio-sidebar-drawer .studio-brand,.studio-sidebar-drawer .top-icon-button.studio-nav-button,.studio-sidebar-drawer .top-select-wrap.studio-language-select{width:100%!important;min-width:0!important;height:56px!important;min-height:56px!important;padding:0 8px!important;justify-content:flex-start!important;gap:12px!important;overflow:hidden!important;border-radius:20px!important;background:#18181b!important}:root[data-theme=light] .studio-sidebar-drawer .studio-brand,:root[data-theme=light] .studio-sidebar-drawer .top-icon-button.studio-nav-button,:root[data-theme=light] .studio-sidebar-drawer .top-select-wrap.studio-language-select{background:#f4f4f5!important}.studio-sidebar-drawer .studio-brand:hover,.studio-sidebar-drawer .top-icon-button.studio-nav-button:hover,.studio-sidebar-drawer .top-select-wrap.studio-language-select:hover{background:#222226!important}:root[data-theme=light] .studio-sidebar-drawer .studio-brand:hover,:root[data-theme=light] .studio-sidebar-drawer .top-icon-button.studio-nav-button:hover,:root[data-theme=light] .studio-sidebar-drawer .top-select-wrap.studio-language-select:hover{background:#e4e4e7!important}.studio-sidebar-drawer .top-icon-button.studio-nav-button.is-open{background:#123c35!important}:root[data-theme=light] .studio-sidebar-drawer .top-icon-button.studio-nav-button.is-open{background:#ccfbf1!important}.studio-sidebar-drawer .studio-brand-mark,.studio-sidebar-drawer .studio-nav-icon,.studio-sidebar-drawer .studio-language-select .top-select-icon{position:static!important;left:auto!important;flex:0 0 56px!important;width:56px!important;height:56px!important;min-width:56px!important;transform:none!important}.studio-sidebar-drawer .studio-nav-icon{position:relative!important;overflow:visible!important}.studio-sidebar-drawer .studio-brand-label,.studio-sidebar-drawer .studio-nav-label{display:inline-block!important;flex:1 1 auto!important;min-width:0!important;max-width:calc(var(--studio-sidebar-expanded) - 92px)!important;color:currentColor!important;opacity:0!important;transform:translate(-6px)!important}.studio-sidebar-drawer:hover .studio-brand-label,.studio-sidebar-drawer:focus-within .studio-brand-label,.studio-sidebar-drawer:hover .studio-nav-label,.studio-sidebar-drawer:focus-within .studio-nav-label,.studio-sidebar-drawer:hover .group-hover\/sidebar\:opacity-100,.studio-sidebar-drawer:focus-within .group-hover\/sidebar\:opacity-100{opacity:1!important;transform:translate(0)!important}.studio-sidebar-drawer .studio-language-select select{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;padding:0!important;opacity:0!important}}html:has(.home-shell.is-fixed-workspace),body:has(.home-shell.is-fixed-workspace),#root:has(.home-shell.is-fixed-workspace){height:100%;overflow:hidden}.home-shell.is-fixed-workspace{height:100dvh;min-height:0;overflow:hidden}.home-main.is-studio.is-fixed-workspace{flex:1 1 auto;height:100%!important;max-height:100%;min-height:0!important;overflow:hidden!important}.home-main.is-studio.is-fixed-workspace>.image-studio-shell,.home-main.is-studio.is-fixed-workspace>.route-shell-studio,.home-main.is-studio.is-fixed-workspace>.commerce-tool-shell{height:100%!important;min-height:0!important;overflow:hidden!important}.home-main.is-studio.is-fixed-workspace .image-studio-layout,.home-main.is-studio.is-fixed-workspace .commerce-workspace-layout{height:100%!important;min-height:0!important;overflow:hidden!important;gap:10px!important}.home-main.is-studio.is-fixed-workspace .image-studio-layout:not(.commerce-workspace-layout){grid-template-columns:minmax(400px,480px) minmax(0,1fr)!important}.home-main.is-studio.is-fixed-workspace .commerce-workspace-layout{grid-template-columns:minmax(400px,480px) minmax(0,1fr) minmax(280px,340px)!important}.home-main.is-studio.is-fixed-workspace .image-studio-left-column,.home-main.is-studio.is-fixed-workspace .commerce-operation-column{height:100%!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable}.home-main.is-studio.is-fixed-workspace .image-studio-header,.home-main.is-studio.is-fixed-workspace .commerce-studio-header{display:none!important}.home-main.is-studio.is-fixed-workspace .image-studio-form-card,.home-main.is-studio.is-fixed-workspace .commerce-generator-card{height:100%!important;min-height:0!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin}.home-main.is-studio.is-fixed-workspace .image-studio-result-card,.home-main.is-studio.is-fixed-workspace .commerce-result-card,.home-main.is-studio.is-fixed-workspace .commerce-preview-card{height:100%!important;min-height:0!important;overflow:hidden!important}.home-main.is-studio.is-fixed-workspace .image-studio-result-card:not(.commerce-result-card){overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin}.home-main.is-studio.is-fixed-workspace .image-studio-result-card:not(.commerce-result-card)>div{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable}.home-main.is-studio.is-fixed-workspace .commerce-result-grid,.home-main.is-studio.is-fixed-workspace .commerce-preview-stack,.home-main.is-studio.is-fixed-workspace .batch-group-list{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain}.home-main.is-studio.is-fixed-workspace{--detail-bg: #050505;--detail-shell-glow: rgba(99, 102, 241, .08);--detail-panel: rgba(15, 15, 17, .62);--detail-panel-strong: rgba(18, 18, 20, .9);--detail-surface: rgba(255, 255, 255, .03);--detail-surface-hover: rgba(255, 255, 255, .06);--detail-border: rgba(255, 255, 255, .065);--detail-border-hover: rgba(129, 140, 248, .5);--detail-text: #EDEDEF;--detail-muted: #A1A1AA;--detail-accent: #818CF8;--detail-accent-strong: #6366F1;--detail-canvas: rgba(5, 5, 5, .34);--detail-shadow: 0 26px 70px rgba(0, 0, 0, .34)}:root[data-theme=light] .home-main.is-studio.is-fixed-workspace{--detail-bg: #FAFAFA;--detail-shell-glow: rgba(99, 102, 241, .035);--detail-panel: rgba(255, 255, 255, .66);--detail-panel-strong: rgba(255, 255, 255, .94);--detail-surface: rgba(0, 0, 0, .025);--detail-surface-hover: rgba(255, 255, 255, .86);--detail-border: rgba(0, 0, 0, .06);--detail-border-hover: rgba(99, 102, 241, .5);--detail-text: #18181B;--detail-muted: #71717A;--detail-accent: #4F46E5;--detail-accent-strong: #6366F1;--detail-canvas: rgba(244, 244, 245, .54);--detail-shadow: 0 24px 64px rgba(24, 24, 27, .08)}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-form-card,:where(.home-main.is-studio.is-fixed-workspace) .image-studio-form-card.route-card,:where(.home-main.is-studio.is-fixed-workspace) .commerce-generator-card{padding:18px!important;border:1px solid var(--detail-border)!important;border-radius:32px!important;background:var(--detail-panel)!important;color:var(--detail-text)!important;box-shadow:var(--detail-shadow)!important;backdrop-filter:blur(40px) saturate(155%)!important;-webkit-backdrop-filter:blur(40px) saturate(155%)!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-form-card:before,:where(.home-main.is-studio.is-fixed-workspace) .commerce-generator-card:before{display:none!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-form,:where(.home-main.is-studio.is-fixed-workspace) .commerce-form{gap:18px!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-select-stack,:where(.home-main.is-studio.is-fixed-workspace) .batch-upload-stack{gap:14px!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-select-grid,:where(.home-main.is-studio.is-fixed-workspace) .commerce-form-grid,:where(.home-main.is-studio.is-fixed-workspace) .commerce-detail-meta-grid,:where(.home-main.is-studio.is-fixed-workspace) .commerce-control-grid{gap:12px!important}:where(.home-main.is-studio.is-fixed-workspace) .cyber-form label,:where(.home-main.is-studio.is-fixed-workspace) .batch-group-prompt{gap:8px!important;min-width:0}:where(.home-main.is-studio.is-fixed-workspace) .cyber-form label>span,:where(.home-main.is-studio.is-fixed-workspace) .batch-group-prompt span,:where(.home-main.is-studio.is-fixed-workspace) .image-studio-section-copy h3,:where(.home-main.is-studio.is-fixed-workspace) .image-studio-form-card .card-title-row h3,:where(.home-main.is-studio.is-fixed-workspace) .commerce-generator-card .card-title-row h3{color:var(--detail-text)!important;letter-spacing:0!important}:where(.home-main.is-studio.is-fixed-workspace) .cyber-form input,:where(.home-main.is-studio.is-fixed-workspace) .cyber-form select,:where(.home-main.is-studio.is-fixed-workspace) .cyber-form textarea,:where(.home-main.is-studio.is-fixed-workspace) .commerce-toggle-control,:where(.home-main.is-studio.is-fixed-workspace) .batch-group-prompt textarea,:where(.home-main.is-studio.is-fixed-workspace) .commerce-custom-field-input{width:100%!important;min-height:46px!important;padding:12px 14px!important;border:1px solid var(--detail-border)!important;border-radius:16px!important;background:var(--detail-surface)!important;color:var(--detail-text)!important;box-shadow:none!important;font-size:.92rem!important;line-height:1.55!important}:where(.home-main.is-studio.is-fixed-workspace) .commerce-toggle-control{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:8px 10px 8px 12px!important;cursor:pointer}:where(.home-main.is-studio.is-fixed-workspace) .commerce-toggle-control.is-active{border-color:#6366f17a!important;background:#6366f11f!important}:where(.home-main.is-studio.is-fixed-workspace) .commerce-toggle-copy strong{color:var(--detail-text)!important}:where(.home-main.is-studio.is-fixed-workspace) .commerce-toggle-copy small{color:var(--detail-muted)!important}:where(.home-main.is-studio.is-fixed-workspace) .cyber-form select{cursor:pointer}:where(.home-main.is-studio.is-fixed-workspace) .cyber-form textarea,:where(.home-main.is-studio.is-fixed-workspace) .batch-group-prompt textarea{min-height:132px!important;resize:vertical}:where(.home-main.is-studio.is-fixed-workspace) .commerce-form textarea{min-height:104px!important}:where(.home-main.is-studio.is-fixed-workspace) .cyber-form input:hover,:where(.home-main.is-studio.is-fixed-workspace) .cyber-form select:hover,:where(.home-main.is-studio.is-fixed-workspace) .cyber-form textarea:hover,:where(.home-main.is-studio.is-fixed-workspace) .batch-group-prompt textarea:hover,:where(.home-main.is-studio.is-fixed-workspace) .commerce-custom-field-input:hover{background:var(--detail-surface-hover)!important;border-color:var(--detail-border-hover)!important}:where(.home-main.is-studio.is-fixed-workspace) .cyber-form input:focus,:where(.home-main.is-studio.is-fixed-workspace) .cyber-form select:focus,:where(.home-main.is-studio.is-fixed-workspace) .cyber-form textarea:focus,:where(.home-main.is-studio.is-fixed-workspace) .batch-group-prompt textarea:focus,:where(.home-main.is-studio.is-fixed-workspace) .commerce-custom-field-input:focus{outline:none!important;background:var(--detail-surface-hover)!important;border-color:var(--detail-border-hover)!important;box-shadow:0 0 0 3px #6366f124!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-studio-section-head-upload,:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-studio-form-card .card-title-row{align-items:center!important;gap:12px!important;margin-bottom:0!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-studio-section-copy{gap:6px!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-studio-section-copy p,:where(.home-main.is-studio.is-fixed-workspace) .commerce-field-example{margin:0!important;color:var(--detail-muted)!important;font-size:.82rem!important;line-height:1.6!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-studio-section-head h3,:where(.home-main.is-studio.is-fixed-workspace) .batch-image-section .image-studio-section-head h3{font-size:.98rem!important;font-weight:850!important;line-height:1.3!important}:where(.home-main.is-studio.is-fixed-workspace) .image-upload-size-note,:where(.home-main.is-studio.is-fixed-workspace) .image-studio-count,:where(.home-main.is-studio.is-fixed-workspace) .image-studio-form-card .card-title-row span,:where(.home-main.is-studio.is-fixed-workspace) .commerce-generator-card .card-title-row span{border-radius:999px!important;background:#6366f11f!important;border:1px solid rgba(99,102,241,.22)!important;color:var(--detail-accent)!important;box-shadow:none!important}:where(.home-main.is-studio.is-fixed-workspace) .image-upload-size-note{min-height:24px!important;padding:0 10px!important;font-size:.76rem!important}:where(.home-main.is-studio.is-fixed-workspace) .batch-image-section .image-upload-size-note{min-height:24px!important;padding:0 10px!important;font-size:.76rem!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-count{min-width:54px!important;min-height:30px!important;padding:0 12px!important;font-size:.82rem!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-upload-dropzone{min-height:132px!important;padding:12px!important;border:1px dashed rgba(129,140,248,.28)!important;border-radius:20px!important;background:#0f172a29!important;box-shadow:none!important;cursor:pointer!important;transition:border-color .22s ease,background-color .22s ease!important}:root[data-theme=light] :where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-upload-dropzone{background:#f4f4f58a!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-upload-dropzone:hover,:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-upload-dropzone.is-dragover{transform:none!important;background:#6366f112!important;border-color:#818cf894!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;gap:10px!important;align-items:flex-start!important;justify-content:flex-start!important;min-height:72px!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-card,:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-add-card{width:100%!important;min-width:0!important;min-height:72px!important;aspect-ratio:1 / 1!important;padding:0!important;border-radius:18px!important;overflow:hidden!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-card{border:1px solid var(--detail-border)!important;background:var(--detail-surface)!important;box-shadow:0 8px 18px #00000024!important;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-card:hover{border-color:#818cf885!important;transform:translateY(-1px)!important;box-shadow:0 12px 26px #0000002e!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-card.is-dragging{opacity:.52!important;cursor:grabbing!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-card.is-drop-target{border-color:#818cf8c7!important;box-shadow:0 0 0 3px #6366f12e,0 12px 26px #0000002e!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-card img{width:100%!important;height:100%!important;object-fit:cover!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-remove{top:6px!important;right:6px!important;z-index:3!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#0f172ac7!important;color:#fff!important;transform:none!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-remove:hover{background:#ef4444db!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-add-card{border:2px dashed rgba(129,140,248,.34)!important;background:#ffffff09!important;color:var(--detail-muted)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-add-card:hover{border-color:#818cf8c2!important;background:#6366f11a!important;color:var(--detail-accent)!important;transform:translateY(-1px)!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-add-plus{font-size:1.35rem!important;line-height:1!important;font-weight:400!important}:where(.home-main.is-studio.is-fixed-workspace) .image-studio-shell:not(.commerce-detail-workflow-shell) .image-reference-add-card>span:not(.image-reference-add-plus){display:none!important}.home-main.is-studio.is-fixed-workspace .batch-image-section .image-reference-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.home-main.is-studio.is-fixed-workspace .batch-image-section .image-upload-dropzone{min-height:188px!important}.home-main.is-studio.is-fixed-workspace .batch-image-section .image-reference-card,.home-main.is-studio.is-fixed-workspace .batch-image-section .image-reference-add-card{min-height:0!important}:where(.home-main.is-studio.is-fixed-workspace) .profile-tabs.batch-mode-switches{padding:6px!important;border:1px solid var(--detail-border)!important;border-radius:18px!important;background:var(--detail-surface)!important;box-shadow:none!important}:where(.home-main.is-studio.is-fixed-workspace) .mini-switch{min-height:38px!important;border-radius:12px!important;color:var(--detail-muted)!important;background:transparent!important}:where(.home-main.is-studio.is-fixed-workspace) .mini-switch.is-active{color:var(--detail-accent)!important;background:#6366f124!important;box-shadow:none!important}:where(.home-main.is-studio.is-fixed-workspace) .full-case-option{border:1px solid var(--detail-border)!important;border-radius:18px!important;background:var(--detail-surface)!important;color:var(--detail-text)!important;box-shadow:none!important}:where(.home-main.is-studio.is-fixed-workspace) .full-case-option:hover,:where(.home-main.is-studio.is-fixed-workspace) .full-case-option.is-active{border-color:#818cf880!important;background:#6366f11f!important;transform:none!important}:where(.home-main.is-studio.is-fixed-workspace) .full-case-check{border-color:#6366f147!important;background:#6366f11f!important;color:var(--detail-accent)!important}:where(.home-main.is-studio.is-fixed-workspace) .commerce-tool-footer,:where(.home-main.is-studio.is-fixed-workspace) .image-studio-actions{gap:12px!important;padding-top:2px!important;color:var(--detail-muted)!important}:where(.home-main.is-studio.is-fixed-workspace) .commerce-tool-footer .primary-cta,:where(.home-main.is-studio.is-fixed-workspace) .image-generate-button{min-height:48px!important;border-radius:16px!important;background:linear-gradient(90deg,#4f46e5,#9333ea)!important;box-shadow:0 10px 40px #6366f166!important}.home-main.is-studio.is-commerce.is-detail-page>.commerce-detail-workflow-shell{height:100%;min-height:0;overflow:hidden}.commerce-detail-workflow-shell{--detail-bg: #050505;--detail-shell-glow: rgba(99, 102, 241, .08);--detail-panel: rgba(15, 15, 17, .62);--detail-panel-strong: rgba(18, 18, 20, .9);--detail-surface: rgba(255, 255, 255, .03);--detail-surface-hover: rgba(255, 255, 255, .06);--detail-border: rgba(255, 255, 255, .065);--detail-border-hover: rgba(129, 140, 248, .5);--detail-text: #EDEDEF;--detail-muted: #A1A1AA;--detail-accent: #818CF8;--detail-accent-strong: #6366F1;--detail-canvas: rgba(5, 5, 5, .34);--detail-shadow: 0 26px 70px rgba(0, 0, 0, .34);color:var(--detail-text);position:relative;overflow:hidden}:root[data-theme=light] .commerce-detail-workflow-shell{--detail-bg: #FAFAFA;--detail-shell-glow: rgba(99, 102, 241, .035);--detail-panel: rgba(255, 255, 255, .66);--detail-panel-strong: rgba(255, 255, 255, .94);--detail-surface: rgba(0, 0, 0, .025);--detail-surface-hover: rgba(255, 255, 255, .86);--detail-border: rgba(0, 0, 0, .06);--detail-border-hover: rgba(99, 102, 241, .5);--detail-text: #18181B;--detail-muted: #71717A;--detail-accent: #4F46E5;--detail-accent-strong: #6366F1;--detail-canvas: rgba(244, 244, 245, .54);--detail-shadow: 0 24px 64px rgba(24, 24, 27, .08)}.commerce-detail-workflow-shell:before{content:"";position:absolute;inset:-18% -10% auto;height:420px;background:linear-gradient(180deg,var(--detail-shell-glow),transparent);pointer-events:none;z-index:0}.home-main.is-studio.is-fixed-workspace.is-detail-page .commerce-detail-workflow-shell .commerce-workspace-layout{position:relative;z-index:1;grid-template-columns:minmax(400px,480px) minmax(0,1fr) minmax(340px,420px)!important;gap:10px!important;align-items:stretch!important;height:100%!important;min-height:0!important;overflow:hidden!important}.commerce-detail-workflow-shell .route-card:before{display:none!important}.commerce-detail-workflow-shell .route-card:hover,.commerce-detail-workflow-shell .image-reference-add-card:hover{transform:none!important}.commerce-detail-workflow-shell .commerce-operation-column{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:16px!important;padding-right:2px!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable}.commerce-detail-workflow-shell .commerce-studio-header{position:relative!important;top:auto!important;z-index:3!important;flex:0 0 auto!important;margin-bottom:0!important;padding:20px 22px!important;border:1px solid var(--detail-border)!important;border-radius:32px!important;background:var(--detail-panel)!important;color:var(--detail-text)!important;box-shadow:var(--detail-shadow)!important;backdrop-filter:blur(34px) saturate(160%)!important;-webkit-backdrop-filter:blur(34px) saturate(160%)!important}.commerce-detail-workflow-shell .commerce-studio-header>div{margin-bottom:10px!important}.commerce-detail-workflow-shell .commerce-studio-header h2{color:var(--detail-text)!important;font-size:1.45rem!important;line-height:1.2!important}.commerce-detail-workflow-shell .commerce-studio-header p,.commerce-detail-workflow-shell .commerce-field-example,.commerce-detail-workflow-shell .image-studio-section-copy p{color:var(--detail-muted)!important}.commerce-detail-workflow-shell .section-badge{background:#6366f11f!important;border-color:#6366f13d!important;color:var(--detail-accent)!important;box-shadow:none!important}.commerce-detail-workflow-shell .commerce-generator-card,.commerce-detail-workflow-shell .commerce-result-card,.commerce-detail-workflow-shell .commerce-preview-card{background:var(--detail-panel)!important;border:1px solid var(--detail-border)!important;border-radius:32px!important;box-shadow:var(--detail-shadow)!important;backdrop-filter:blur(40px) saturate(155%)!important;-webkit-backdrop-filter:blur(40px) saturate(155%)!important}.commerce-detail-workflow-shell .commerce-generator-card{flex:0 0 auto!important;overflow:visible!important;padding:18px!important}.commerce-detail-workflow-shell .commerce-form,.commerce-detail-workflow-shell .image-studio-form{gap:18px!important}.commerce-detail-workflow-shell .commerce-form-grid,.commerce-detail-workflow-shell .commerce-detail-meta-grid,.commerce-detail-workflow-shell .commerce-control-grid{gap:12px!important}.commerce-detail-workflow-shell .cyber-form label{gap:8px!important;min-width:0}.commerce-detail-workflow-shell .cyber-form label span,.commerce-detail-workflow-shell .image-studio-section-copy h3,.commerce-detail-workflow-shell .card-title-row h3{color:var(--detail-text)!important;letter-spacing:0!important}.commerce-detail-workflow-shell .cyber-form input,.commerce-detail-workflow-shell .cyber-form textarea,.commerce-detail-workflow-shell .commerce-custom-field-input{width:100%!important;min-height:46px!important;padding:12px 14px!important;border-radius:16px!important;border:1px solid var(--detail-border)!important;background:var(--detail-surface)!important;color:var(--detail-text)!important;box-shadow:none!important;font-size:.92rem!important;line-height:1.55!important}.commerce-detail-workflow-shell .cyber-form textarea{resize:vertical}.commerce-detail-workflow-shell .cyber-form input:hover,.commerce-detail-workflow-shell .cyber-form textarea:hover,.commerce-detail-workflow-shell .commerce-custom-field-input:hover{background:var(--detail-surface-hover)!important;border-color:var(--detail-border-hover)!important}.commerce-detail-workflow-shell .cyber-form input:focus,.commerce-detail-workflow-shell .cyber-form textarea:focus,.commerce-detail-workflow-shell .commerce-custom-field-input:focus{outline:none!important;background:var(--detail-surface-hover)!important;border-color:var(--detail-border-hover)!important;box-shadow:0 0 0 3px #6366f124!important}.commerce-detail-workflow-shell .commerce-detail-brief-field textarea{min-height:150px!important}.commerce-detail-workflow-shell .commerce-reference-section{display:grid!important;gap:12px!important;padding:16px!important;border:1px solid rgba(129,140,248,.2)!important;border-radius:22px!important;background:linear-gradient(180deg,#ffffff0a,#ffffff05)!important;box-shadow:inset 0 1px #ffffff0a!important}.commerce-detail-workflow-shell .commerce-reference-section .image-studio-section-head-upload{align-items:center!important;gap:12px!important}.commerce-detail-workflow-shell .commerce-reference-section .image-studio-section-copy{gap:6px!important}.commerce-detail-workflow-shell .commerce-reference-section .image-studio-section-title-row{gap:10px!important}.commerce-detail-workflow-shell .commerce-reference-section .image-studio-section-title-row h3{font-size:.96rem!important;line-height:1.3!important;letter-spacing:0!important}.commerce-detail-workflow-shell .commerce-reference-section .image-upload-size-note{min-height:24px!important;padding:0 10px!important;font-size:.76rem!important}.commerce-detail-workflow-shell .commerce-reference-section .image-studio-count{min-width:54px!important;min-height:30px!important;padding:0 12px!important;font-size:.9rem!important;flex:0 0 auto}.commerce-detail-workflow-shell .commerce-reference-section .image-studio-section-copy p{margin:0!important;font-size:.82rem!important;line-height:1.6!important}.commerce-detail-workflow-shell .image-upload-dropzone.commerce-reference-dropzone{min-height:96px!important;padding:11px!important;border:1px dashed rgba(129,140,248,.28)!important;border-radius:20px!important;background:var(--detail-surface)!important;box-shadow:none!important;cursor:pointer!important;transition:border-color .22s ease,background-color .22s ease!important}.commerce-detail-workflow-shell .image-upload-dropzone.commerce-reference-dropzone:hover,.commerce-detail-workflow-shell .image-upload-dropzone.commerce-reference-dropzone.is-dragover{background:#6366f112!important;border-color:#818cf894!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;gap:10px!important;align-items:flex-start!important;justify-content:flex-start!important;min-height:72px!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-card,.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-add-card{width:100%!important;height:auto!important;min-width:0!important;min-height:72px!important;aspect-ratio:1 / 1!important;border-radius:18px!important;padding:0!important;overflow:hidden!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-card{border:1px solid var(--detail-border)!important;background:var(--detail-surface)!important;box-shadow:0 8px 18px #00000024!important;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-card:hover{border-color:#818cf885!important;transform:translateY(-1px)!important;box-shadow:0 12px 26px #0000002e!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-card.is-dragging{opacity:.52!important;cursor:grabbing!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-card.is-drop-target{border-color:#818cf8c7!important;box-shadow:0 0 0 3px #6366f12e,0 12px 26px #0000002e!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-card img{width:100%!important;height:100%!important;object-fit:cover!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a14,#0f172a47);opacity:0;transition:opacity .22s ease;pointer-events:none}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-card:hover:after{opacity:1}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-remove{top:6px!important;right:6px!important;left:auto!important;z-index:3!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#0f172ac7!important;color:#fff!important;opacity:1!important;transform:none!important;transition:opacity .22s ease,transform .22s ease,background-color .22s ease!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-card:hover .image-reference-remove{opacity:1!important;transform:scale(1.05)!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-remove:hover{background:#ef4444db!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-add-card{border:2px dashed rgba(129,140,248,.34)!important;background:#ffffff09!important;color:var(--detail-muted)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-add-card:hover{border-color:#818cf8c2!important;background:#6366f11a!important;color:var(--detail-accent)!important;transform:translateY(-1px)!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-add-plus{font-size:1.7rem!important;line-height:1!important;font-weight:400!important}.commerce-detail-workflow-shell .commerce-reference-dropzone .image-reference-add-card>span:not(.image-reference-add-plus){display:none!important}.commerce-detail-workflow-shell .image-studio-section-head,.commerce-detail-workflow-shell .card-title-row{margin-bottom:0!important}.commerce-detail-workflow-shell .image-upload-dropzone{min-height:146px!important;border:1px dashed rgba(129,140,248,.28)!important;border-radius:24px!important;background:var(--detail-canvas)!important;box-shadow:inset 0 1px #ffffff08!important}.commerce-detail-workflow-shell .image-upload-dropzone:hover,.commerce-detail-workflow-shell .image-upload-dropzone.is-dragover{border-color:#818cf894!important;background:#6366f114!important}.commerce-detail-workflow-shell .image-reference-card,.commerce-detail-workflow-shell .image-reference-add-card{border-radius:18px!important;background:var(--detail-surface)!important;border-color:var(--detail-border)!important}.commerce-detail-workflow-shell .image-studio-count,.commerce-detail-workflow-shell .image-upload-size-note,.commerce-detail-workflow-shell .card-title-row span{border-radius:999px!important;background:#6366f11f!important;border:1px solid rgba(99,102,241,.22)!important;color:var(--detail-accent)!important}.commerce-detail-workflow-shell .commerce-tool-footer{gap:12px!important;padding-top:2px!important;color:var(--detail-muted)!important}.commerce-detail-workflow-shell .primary-cta{min-height:48px!important;border-radius:16px!important;background:linear-gradient(90deg,#4f46e5,#9333ea)!important;box-shadow:0 10px 40px #6366f166!important}.commerce-glass-select{position:relative;width:100%;min-width:0;z-index:20}.commerce-glass-select.is-open{z-index:90}.commerce-glass-select-trigger{width:100%;min-height:46px;padding:12px 14px;border:1px solid var(--detail-border);border-radius:16px;background:var(--detail-surface);color:var(--detail-text);display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font:inherit;font-size:.92rem;font-weight:720;text-align:left;box-shadow:none;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.commerce-glass-select-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commerce-glass-select-trigger:hover,.commerce-glass-select.is-open .commerce-glass-select-trigger{background:var(--detail-surface-hover);border-color:var(--detail-border-hover);box-shadow:0 0 0 3px #6366f11f}.commerce-glass-select-chevron{width:8px;height:8px;flex:0 0 auto;border-right:2px solid currentColor;border-bottom:2px solid currentColor;color:var(--detail-muted);transform:translateY(-2px) rotate(45deg);transition:transform .3s ease,color .3s ease}.commerce-glass-select.is-open .commerce-glass-select-chevron{color:var(--detail-accent);transform:translateY(2px) rotate(225deg)}.commerce-glass-select-menu{position:absolute;top:calc(100% + 7px);left:0;right:0;max-height:392px;overflow-y:auto;padding:6px;border:1px solid var(--detail-border);border-radius:18px;background:var(--detail-panel-strong);box-shadow:0 20px 44px #0000003d;backdrop-filter:blur(36px) saturate(160%);-webkit-backdrop-filter:blur(36px) saturate(160%);animation:commerce-select-in .18s ease both;scrollbar-width:thin}@keyframes commerce-select-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.commerce-glass-select-option{width:100%;min-height:38px;padding:9px 10px;border:0;border-radius:12px;background:transparent;color:var(--detail-muted);cursor:pointer;display:block;font:inherit;font-size:.88rem;font-weight:680;line-height:1.35;text-align:left;transition:background-color .18s ease,color .18s ease}.commerce-glass-select-option:hover{background:#6366f11f;color:var(--detail-text)}.commerce-glass-select-option.is-selected{background:#6366f129;color:var(--detail-accent);font-weight:850}.commerce-detail-workflow-shell .commerce-result-card,.commerce-detail-workflow-shell .commerce-preview-card{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;padding:0!important;gap:0!important;overflow:hidden!important}.commerce-detail-workflow-shell .commerce-result-card>.card-title-row,.commerce-detail-workflow-shell .commerce-preview-head{flex:0 0 auto!important;min-height:64px!important;padding:18px 22px!important;border-bottom:1px solid var(--detail-border)!important;background:#ffffff06!important}.commerce-detail-workflow-shell .commerce-result-grid{flex:1!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable;gap:18px!important;padding:20px 22px 24px!important;background:var(--detail-canvas)!important}.commerce-detail-workflow-shell .commerce-result-empty,.commerce-detail-workflow-shell .commerce-preview-empty{margin:20px!important;border:1px dashed rgba(129,140,248,.26)!important;border-radius:24px!important;background:var(--detail-canvas)!important;color:var(--detail-muted)!important}.commerce-detail-workflow-shell .commerce-result-item{position:relative;padding:18px!important;border-radius:24px!important;border:1px solid var(--detail-border)!important;background:var(--detail-panel-strong)!important;box-shadow:0 14px 34px #0000001f!important;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease!important}.commerce-detail-workflow-shell .commerce-result-item:hover{transform:translateY(-2px)!important;border-color:#818cf857!important;box-shadow:0 20px 44px #0000002e!important}.commerce-detail-workflow-shell .commerce-result-item.is-storyboard-moved{border-color:#6366f1c7!important;box-shadow:0 0 0 3px #6366f12e,0 20px 48px #4f46e533!important;animation:commerceStoryboardMovedPulse 1.2s ease both}@keyframes commerceStoryboardMovedPulse{0%{transform:translateY(-3px)}45%{transform:translateY(-1px)}to{transform:translateY(0)}}.commerce-detail-workflow-shell .commerce-result-index{position:absolute;top:16px;left:16px;z-index:2;width:30px;height:30px;border-radius:999px;background:linear-gradient(135deg,#4f46e5,#9333ea);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.86rem;font-weight:900;box-shadow:0 10px 22px #4f46e547}.commerce-detail-workflow-shell .commerce-storyboard-card-head{padding-right:4px}.commerce-detail-workflow-shell .commerce-storyboard-position{min-height:32px;padding:7px 12px}.commerce-detail-workflow-shell .commerce-storyboard-identity{color:var(--detail-muted)!important}.commerce-detail-workflow-shell .commerce-result-preview{min-height:220px!important;aspect-ratio:auto!important;border-radius:18px!important;border-color:var(--detail-border)!important;background:#0000002e!important}:root[data-theme=light] .commerce-detail-workflow-shell .commerce-result-preview{background:#f4f4f5b8!important}.commerce-detail-workflow-shell .commerce-storyboard-result-item .commerce-result-preview.is-empty{min-height:160px!important}.commerce-detail-workflow-shell .commerce-storyboard-preview-pane .commerce-result-preview{height:100%!important;min-height:210px!important}.commerce-detail-workflow-shell .commerce-result-storyboard-fields input,.commerce-detail-workflow-shell .commerce-result-storyboard-fields select,.commerce-detail-workflow-shell .commerce-result-storyboard-fields textarea{border-color:var(--detail-border)!important;border-radius:14px!important;background:var(--detail-surface)!important;color:var(--detail-text)!important}.commerce-detail-workflow-shell .commerce-result-storyboard-fields textarea{color:var(--detail-muted)!important;min-height:132px!important}.commerce-detail-workflow-shell .commerce-result-storyboard-fields input:focus,.commerce-detail-workflow-shell .commerce-result-storyboard-fields select:focus,.commerce-detail-workflow-shell .commerce-result-storyboard-fields textarea:focus{border-color:#6366f173!important;box-shadow:0 0 0 3px #6366f124!important}.commerce-detail-workflow-shell .commerce-result-preview img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;transition:transform .5s ease!important}.commerce-detail-workflow-shell .commerce-storyboard-preview-pane .commerce-result-preview img{transform:none!important}.commerce-detail-workflow-shell .commerce-result-item:hover .commerce-result-preview img{transform:scale(1.015)}.commerce-detail-workflow-shell .commerce-result-item:hover .commerce-storyboard-preview-pane .commerce-result-preview img{transform:none!important}.commerce-detail-workflow-shell .commerce-result-meta{align-items:center!important}.commerce-detail-workflow-shell .commerce-result-meta strong{color:var(--detail-text)!important}.commerce-detail-workflow-shell .commerce-result-meta span{color:var(--detail-muted)!important}.commerce-detail-workflow-shell .commerce-result-download{min-height:40px!important;border-radius:14px!important;background:var(--detail-surface)!important;color:var(--detail-text)!important}.commerce-detail-workflow-shell .commerce-result-download:hover{background:#6366f11f!important;border-color:#6366f14d!important}.commerce-detail-workflow-shell .commerce-result-pending{margin:0 22px 18px!important;border-radius:16px!important}.commerce-detail-workflow-shell .commerce-preview-card{background:var(--detail-panel)!important}.commerce-detail-workflow-shell .commerce-preview-device{flex:1 1 auto;min-height:0;margin:0;padding:20px 22px 24px;border:0;border-radius:0;background:var(--detail-canvas);position:relative;overflow:hidden;box-shadow:none;display:flex;flex-direction:column}:root[data-theme=light] .commerce-detail-workflow-shell .commerce-preview-device{background:var(--detail-canvas)}.commerce-detail-workflow-shell .commerce-preview-notch{display:none}.commerce-detail-workflow-shell .commerce-preview-device .commerce-preview-stack{display:flex!important;flex-direction:column!important;align-items:stretch!important;flex:1 1 auto;height:auto;min-height:0!important;gap:0!important;padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin}.commerce-detail-workflow-shell .commerce-preview-device .commerce-preview-slice{display:block!important;flex:0 0 auto!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:auto!important;line-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.commerce-detail-workflow-shell .commerce-preview-device .commerce-preview-slice:hover{transform:none!important}.commerce-detail-workflow-shell .commerce-preview-device .commerce-preview-slice img{width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;display:block!important}@media (max-width: 1180px){.home-main.is-studio.is-fixed-workspace .commerce-workspace-layout{grid-template-columns:minmax(360px,430px) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) minmax(0,.92fr)!important}.home-main.is-studio.is-fixed-workspace .commerce-preview-card{grid-column:1 / -1;min-height:0!important}.commerce-detail-workflow-shell .commerce-workspace-layout{grid-template-columns:minmax(360px,430px) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) minmax(0,.92fr)!important}.commerce-detail-workflow-shell .commerce-preview-card{grid-column:1 / -1;min-height:0!important}.commerce-detail-workflow-shell .commerce-preview-device{height:100%;min-height:0;max-width:none;width:100%;margin:0}}@media (max-width: 860px){.home-shell.is-fixed-workspace{height:100dvh;min-height:0;overflow:hidden}.home-main.is-studio.is-fixed-workspace{height:calc(100dvh - 72px);max-height:calc(100dvh - 72px);min-height:0!important;overflow:hidden!important}.home-main.is-studio.is-fixed-workspace>.image-studio-shell,.home-main.is-studio.is-fixed-workspace>.route-shell-studio,.home-main.is-studio.is-fixed-workspace>.commerce-tool-shell{height:100%!important;min-height:0!important;overflow:hidden!important}.home-main.is-studio.is-fixed-workspace .image-studio-layout:not(.commerce-workspace-layout){grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr) minmax(0,1fr)!important;height:100%!important;min-height:0!important;overflow:hidden!important}.commerce-detail-workflow-shell{height:100%;min-height:0;overflow:hidden}.commerce-detail-workflow-shell .commerce-workspace-layout{grid-template-columns:1fr!important;grid-template-rows:minmax(0,1.15fr) minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;height:100%!important;min-height:0!important;overflow:hidden!important}.commerce-detail-workflow-shell .commerce-operation-column{height:100%!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important}.commerce-detail-workflow-shell .commerce-studio-header,.commerce-detail-workflow-shell .commerce-generator-card,.commerce-detail-workflow-shell .commerce-result-card,.commerce-detail-workflow-shell .commerce-preview-card{border-radius:26px!important}.commerce-detail-workflow-shell .commerce-detail-meta-grid,.commerce-detail-workflow-shell .commerce-control-grid{grid-template-columns:1fr!important}.commerce-detail-workflow-shell .commerce-result-card,.commerce-detail-workflow-shell .commerce-preview-card{height:100%!important;min-height:0!important}.commerce-detail-workflow-shell .commerce-result-grid,.commerce-detail-workflow-shell .commerce-preview-device .commerce-preview-stack{overflow-y:auto!important;overflow-x:hidden!important}.commerce-detail-workflow-shell .commerce-preview-device{min-height:0;margin:0;padding:16px;border-radius:0}.home-main.is-studio.is-fixed-workspace .commerce-workspace-layout{grid-template-columns:1fr!important;grid-template-rows:minmax(0,1.15fr) minmax(0,1fr) minmax(0,1fr)!important;height:100%!important;min-height:0!important;overflow:hidden!important}.home-main.is-studio.is-fixed-workspace .image-studio-left-column,.home-main.is-studio.is-fixed-workspace .commerce-operation-column,.home-main.is-studio.is-fixed-workspace .image-studio-result-card:not(.commerce-result-card)>div,.home-main.is-studio.is-fixed-workspace .commerce-result-grid,.home-main.is-studio.is-fixed-workspace .commerce-preview-stack,.home-main.is-studio.is-fixed-workspace .batch-group-list{overflow-y:auto!important;overflow-x:hidden!important}}.profile-route-shell{--account-panel: rgba(15, 15, 17, .64);--account-panel-strong: rgba(18, 18, 20, .92);--account-surface: rgba(255, 255, 255, .035);--account-surface-hover: rgba(255, 255, 255, .07);--account-border: rgba(255, 255, 255, .07);--account-border-hover: rgba(129, 140, 248, .5);--account-text: #EDEDEF;--account-muted: #A1A1AA;--account-accent: #818CF8;--account-shadow: 0 26px 70px rgba(0, 0, 0, .32);width:100%}:root[data-theme=light] .profile-route-shell{--account-panel: rgba(255, 255, 255, .72);--account-panel-strong: rgba(255, 255, 255, .96);--account-surface: rgba(0, 0, 0, .026);--account-surface-hover: rgba(255, 255, 255, .9);--account-border: rgba(0, 0, 0, .065);--account-border-hover: rgba(99, 102, 241, .5);--account-text: #18181B;--account-muted: #71717A;--account-accent: #4F46E5;--account-shadow: 0 24px 64px rgba(24, 24, 27, .08)}.profile-route-shell .profile-main-card,.profile-route-shell .security-route-card{border:1px solid var(--account-border)!important;border-radius:32px!important;background:var(--account-panel)!important;color:var(--account-text)!important;box-shadow:var(--account-shadow)!important;backdrop-filter:blur(40px) saturate(155%)!important;-webkit-backdrop-filter:blur(40px) saturate(155%)!important}.profile-route-shell .profile-main-card:before,.profile-route-shell .security-route-card:before,.profile-route-shell .inset-card:before{display:none!important}.profile-route-shell .profile-main-card{padding:clamp(22px,2.6vw,32px)!important}.profile-route-shell .profile-main-card.announcement-reader-card{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;height:min(88vh,980px)!important;min-height:min(760px,calc(100vh - 128px))!important;max-height:calc(100vh - 128px)!important;overflow:hidden!important}.profile-route-shell .profile-tabs{gap:6px!important;padding:6px!important;border:1px solid var(--account-border)!important;border-radius:22px!important;background:var(--account-surface)!important;box-shadow:none!important}.profile-route-shell .profile-tabs .mini-switch{min-height:42px!important;padding:0 18px!important;border:0!important;border-radius:16px!important;background:transparent!important;color:var(--account-muted)!important;box-shadow:none!important}.profile-route-shell .profile-tabs .mini-switch:hover,.profile-route-shell .profile-tabs .mini-switch.is-active{background:#6366f124!important;color:var(--account-accent)!important}.profile-route-shell .profile-overview-layout{gap:20px!important}.profile-route-shell .profile-overview-main,.profile-route-shell .profile-overview-security,.profile-route-shell .profile-settings-grid,.profile-route-shell .profile-record-grid{gap:18px!important}.profile-route-shell .profile-summary-card,.profile-route-shell .profile-email-card,.profile-route-shell .profile-record-card,.profile-route-shell .profile-record-toolbar,.profile-route-shell .profile-stat-card,.profile-route-shell .profile-inline-invite-card,.profile-route-shell .profile-invite-link-card,.profile-route-shell .security-toolbar-card,.profile-route-shell .security-summary-card{border:1px solid var(--account-border)!important;border-radius:24px!important;background:var(--account-surface)!important;color:var(--account-text)!important;box-shadow:none!important;backdrop-filter:blur(28px) saturate(145%)!important;-webkit-backdrop-filter:blur(28px) saturate(145%)!important}.profile-route-shell .profile-summary-card,.profile-route-shell .profile-record-card{padding:24px!important}.profile-route-shell .profile-record-toolbar{margin-bottom:18px!important;padding:16px!important}.profile-route-shell .profile-user-avatar{background:linear-gradient(135deg,#4f46e5,#9333ea)!important;box-shadow:0 18px 42px #6366f147!important}.profile-route-shell .profile-user-details h2,.profile-route-shell .profile-settings-head h3,.profile-route-shell .card-title-row h3,.profile-route-shell .profile-inline-invite-copy strong,.profile-route-shell .profile-stat-card strong{color:var(--account-text)!important;letter-spacing:0!important}.profile-route-shell .profile-user-info span,.profile-route-shell .profile-email-hint,.profile-route-shell .profile-history-note,.profile-route-shell .profile-inline-invite-tips,.profile-route-shell .profile-table-content,.profile-route-shell .profile-pagination-info,.profile-route-shell .profile-page-size,.profile-route-shell .profile-record-toolbar,.profile-route-shell .profile-stat-label{color:var(--account-muted)!important}.profile-route-shell .profile-tag,.profile-route-shell .profile-status-badge,.profile-route-shell .card-title-row span{border:1px solid rgba(99,102,241,.22)!important;background:#6366f11f!important;color:var(--account-accent)!important;box-shadow:none!important}.profile-route-shell .profile-record-filters input,.profile-route-shell .profile-record-filters select,.profile-route-shell .profile-page-size select,.profile-route-shell .profile-range-trigger,.profile-route-shell .profile-range-time-field input,.profile-route-shell .profile-email-form input,.profile-route-shell .profile-invite-link-copy input{width:100%!important;min-height:46px!important;padding:12px 14px!important;border:1px solid var(--account-border)!important;border-radius:16px!important;background:var(--account-surface)!important;color:var(--account-text)!important;box-shadow:none!important}.profile-route-shell .profile-record-filters input:hover,.profile-route-shell .profile-record-filters select:hover,.profile-route-shell .profile-page-size select:hover,.profile-route-shell .profile-range-trigger:hover,.profile-route-shell .profile-range-time-field input:hover,.profile-route-shell .profile-email-form input:hover,.profile-route-shell .profile-invite-link-copy input:hover{border-color:var(--account-border-hover)!important;background:var(--account-surface-hover)!important}.profile-route-shell .profile-record-filters input:focus,.profile-route-shell .profile-record-filters select:focus,.profile-route-shell .profile-page-size select:focus,.profile-route-shell .profile-range-time-field input:focus,.profile-route-shell .profile-email-form input:focus,.profile-route-shell .profile-invite-link-copy input:focus{outline:none!important;border-color:var(--account-border-hover)!important;background:var(--account-surface-hover)!important;box-shadow:0 0 0 3px #6366f124!important}.profile-route-shell .profile-quick-filter,.profile-route-shell .profile-range-preset,.profile-route-shell .profile-range-action,.profile-route-shell .profile-pagination-button,.profile-route-shell .profile-filter-button,.profile-route-shell .profile-history-action.is-secondary,.profile-route-shell .profile-invite-copy-button,.profile-route-shell .profile-stat-action{border:1px solid var(--account-border)!important;border-radius:14px!important;background:var(--account-surface)!important;color:var(--account-text)!important;box-shadow:none!important}.profile-route-shell .profile-quick-filter:hover,.profile-route-shell .profile-quick-filter.is-active,.profile-route-shell .profile-range-preset:hover,.profile-route-shell .profile-range-preset.is-active,.profile-route-shell .profile-range-action:hover,.profile-route-shell .profile-pagination-button:hover:not(:disabled),.profile-route-shell .profile-filter-button:hover:not(:disabled),.profile-route-shell .profile-history-action.is-secondary:hover,.profile-route-shell .profile-invite-copy-button:hover,.profile-route-shell .profile-stat-action:hover{border-color:var(--account-border-hover)!important;background:#6366f121!important;color:var(--account-accent)!important;transform:none!important}.profile-route-shell .profile-filter-button.primary-cta,.profile-route-shell .profile-history-action:not(.is-secondary),.profile-route-shell .announcement-reader-read-all{border:0!important;border-radius:16px!important;background:linear-gradient(90deg,#4f46e5,#9333ea)!important;color:#f8fafc!important;box-shadow:0 10px 40px #6366f157!important}.profile-route-shell .profile-range-panel{border:1px solid var(--account-border)!important;border-radius:24px!important;background:var(--account-panel-strong)!important;box-shadow:0 24px 60px #0000004d!important;backdrop-filter:blur(34px) saturate(155%)!important;-webkit-backdrop-filter:blur(34px) saturate(155%)!important}:root[data-theme=light] .profile-route-shell .profile-range-panel{box-shadow:0 24px 60px #18181b1f!important}.profile-route-shell .profile-calendar-day{border-radius:12px!important}.profile-route-shell .profile-calendar-day:hover,.profile-route-shell .profile-calendar-day.is-in-range{background:#6366f124!important;color:var(--account-accent)!important}.profile-route-shell .profile-calendar-day.is-range-start,.profile-route-shell .profile-calendar-day.is-range-end{background:linear-gradient(135deg,#4f46e5,#9333ea)!important;color:#f8fafc!important}.profile-route-shell .profile-table-wrap{border:1px solid var(--account-border)!important;border-radius:22px!important;background:#ffffff06!important;box-shadow:none!important}:root[data-theme=light] .profile-route-shell .profile-table-wrap{background:#ffffffa3!important}.profile-route-shell .profile-table thead{background:#6366f11c!important}.profile-route-shell .profile-table th{color:var(--account-muted)!important}.profile-route-shell .profile-table td{color:var(--account-text)!important;border-bottom-color:var(--account-border)!important}.profile-route-shell .profile-table tbody tr{background:transparent!important}.profile-route-shell .profile-table tbody tr:hover{background:#6366f114!important}.profile-route-shell .profile-history-thumb,.profile-route-shell .profile-history-video{border-color:var(--account-border)!important;border-radius:18px!important;background:var(--account-surface)!important}.profile-route-shell .profile-history-thumb:hover{border-color:var(--account-border-hover)!important}.profile-route-shell .announcement-reader-head{padding:0 0 18px!important;border-bottom:1px solid var(--account-border)!important}.profile-route-shell .announcement-reader-head h2{color:var(--account-text)!important;letter-spacing:0!important}.profile-route-shell .announcement-reader-layout{gap:18px!important;padding:18px 0!important}.profile-route-shell .announcement-reader-list-panel,.profile-route-shell .announcement-reader-detail-panel{border:1px solid var(--account-border)!important;border-radius:24px!important;background:var(--account-surface)!important;box-shadow:none!important}.profile-route-shell .announcement-reader-list-head,.profile-route-shell .announcement-reader-detail-head{border-bottom:1px solid var(--account-border)!important;background:#ffffff05!important}.profile-route-shell .announcement-reader-list-item{border:1px solid var(--account-border)!important;border-radius:18px!important;background:#ffffff07!important;box-shadow:none!important}.profile-route-shell .announcement-reader-list-item:hover,.profile-route-shell .announcement-reader-list-item.is-active{border-color:var(--account-border-hover)!important;background:#6366f11f!important;transform:none!important}.profile-route-shell .announcement-reader-list-title,.profile-route-shell .announcement-reader-detail-head h3{color:var(--account-text)!important}.profile-route-shell .announcement-reader-list-summary,.profile-route-shell .announcement-reader-list-meta,.profile-route-shell .announcement-reader-detail-meta,.profile-route-shell .announcement-reader-detail-body,.profile-route-shell .announcement-reader-footer{color:var(--account-muted)!important}.profile-route-shell .announcement-reader-list-meta b,.profile-route-shell .announcement-reader-detail-meta b{background:#6366f11f!important;color:var(--account-accent)!important}.profile-route-shell .announcement-reader-footer{padding:18px 0 0!important;border-top:1px solid var(--account-border)!important}.announcement-popup.announcement-notice-popup{border:1px solid rgba(255,255,255,.08)!important;border-radius:28px!important;background:#121214e0!important;box-shadow:0 32px 90px #0000006b!important;backdrop-filter:blur(40px) saturate(155%)!important;-webkit-backdrop-filter:blur(40px) saturate(155%)!important}:root[data-theme=light] .announcement-popup.announcement-notice-popup{border-color:#00000014!important;background:#ffffffeb!important;box-shadow:0 28px 80px #18181b24!important}.announcement-popup.announcement-notice-popup .announcement-popup-chip,.announcement-popup.announcement-notice-popup .announcement-popup-time{border:1px solid rgba(99,102,241,.22)!important;border-radius:999px!important;background:#6366f11f!important;color:#a5b4fc!important}:root[data-theme=light] .announcement-popup.announcement-notice-popup .announcement-popup-chip,:root[data-theme=light] .announcement-popup.announcement-notice-popup .announcement-popup-time{color:#4f46e5!important}.announcement-popup.announcement-notice-popup .announcement-popup-body{border:1px solid rgba(255,255,255,.07)!important;border-radius:22px!important;background:#ffffff09!important}:root[data-theme=light] .announcement-popup.announcement-notice-popup .announcement-popup-body{border-color:#0000000f!important;background:#00000006!important}.landing-mockup-side button{background:linear-gradient(90deg,#4f46e5,#9333ea)!important;box-shadow:0 12px 30px #4f46e552,inset 0 1px #ffffff38!important}.landing-mockup-side button:hover{background:linear-gradient(90deg,#4338ca,#7c3aed)!important;box-shadow:0 16px 38px #4f46e56b,inset 0 1px #ffffff42!important}@media (max-width: 860px){.profile-route-shell .profile-main-card,.profile-route-shell .security-route-card{border-radius:24px!important;padding:20px!important}.profile-route-shell .profile-main-card.announcement-reader-card{height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}.profile-route-shell .announcement-reader-layout{grid-template-columns:1fr!important;padding:16px 0!important}.profile-route-shell .profile-tabs{overflow-x:auto}.profile-route-shell .profile-tabs .mini-switch{flex:1 0 auto;min-width:max-content}}.image-preview-lightbox,:root[data-theme=light] .image-preview-lightbox{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.image-preview-lightbox-body,.image-preview-lightbox-body img{border:0!important;box-shadow:none!important;background:transparent!important}.home-main.is-studio.is-commerce.is-smart-detail-page>.smart-detail-shell{height:100%;min-height:0;overflow:hidden}.smart-detail-shell{width:100%;height:100%;min-height:0;margin:0;padding:0;color:var(--detail-text)}.home-main.is-studio.is-fixed-workspace.is-smart-detail-page .smart-detail-shell .commerce-workspace-layout{position:relative;z-index:1;grid-template-columns:minmax(400px,480px) minmax(0,1fr) minmax(340px,420px)!important;gap:10px!important;align-items:stretch!important;height:100%!important;min-height:0!important;overflow:hidden!important}.smart-detail-shell .route-card:before{display:none!important}.smart-detail-shell .route-card:hover,.smart-detail-shell .image-reference-add-card:hover{transform:none!important}.smart-detail-form,.commerce-main-image-form{gap:18px!important}.commerce-main-image-form .commerce-reference-section{order:-1}.commerce-tool-shell .commerce-product-reference-section{display:grid!important;gap:12px!important;padding:16px!important;border:1px solid rgba(129,140,248,.2)!important;border-radius:22px!important;background:linear-gradient(180deg,#ffffff0a,#ffffff05)!important;box-shadow:inset 0 1px #ffffff0a!important}:root[data-theme=light] .commerce-tool-shell .commerce-product-reference-section{background:linear-gradient(180deg,#ffffffdb,#f8fafcb8)!important;border-color:#6366f129!important;box-shadow:inset 0 1px #ffffffb8!important}.commerce-tool-shell .commerce-product-reference-section .image-studio-section-head-upload{align-items:center!important;gap:12px!important;margin-bottom:0!important}.commerce-tool-shell .commerce-product-reference-section .image-studio-section-copy{gap:6px!important}.commerce-tool-shell .commerce-product-reference-section .image-studio-section-title-row{gap:10px!important}.commerce-tool-shell .commerce-product-reference-section .image-studio-section-title-row h3{font-size:.96rem!important;line-height:1.3!important;letter-spacing:0!important}.commerce-tool-shell .commerce-product-reference-section .image-upload-size-note{min-height:24px!important;padding:0 10px!important;font-size:.76rem!important}.commerce-tool-shell .commerce-product-reference-section .image-studio-count{min-width:54px!important;min-height:30px!important;padding:0 12px!important;font-size:.9rem!important;flex:0 0 auto}.commerce-tool-shell .commerce-product-reference-section .image-studio-section-copy p{margin:0!important;font-size:.82rem!important;line-height:1.6!important}.commerce-tool-shell .commerce-product-reference-dropzone{min-height:96px!important;padding:11px!important;border:1px dashed rgba(129,140,248,.28)!important;border-radius:20px!important;background:var(--detail-surface)!important;box-shadow:none!important;cursor:pointer!important;transition:border-color .22s ease,background-color .22s ease!important}:root[data-theme=light] .commerce-tool-shell .commerce-product-reference-dropzone{background:#f4f4f58a!important}.commerce-tool-shell .commerce-product-reference-dropzone:hover,.commerce-tool-shell .commerce-product-reference-dropzone.is-dragover{background:#6366f112!important;border-color:#818cf894!important;transform:none!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;gap:10px!important;align-items:flex-start!important;justify-content:flex-start!important;min-height:72px!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-card,.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-add-card{width:100%!important;height:auto!important;min-width:0!important;min-height:72px!important;aspect-ratio:1 / 1!important;border-radius:18px!important;padding:0!important;overflow:hidden!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-card{border:1px solid var(--detail-border)!important;background:var(--detail-surface)!important;box-shadow:0 8px 18px #00000024!important;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-card:hover{border-color:#818cf885!important;transform:translateY(-1px)!important;box-shadow:0 12px 26px #0000002e!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-card.is-dragging{opacity:.52!important;cursor:grabbing!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-card.is-drop-target{border-color:#818cf8c7!important;box-shadow:0 0 0 3px #6366f12e,0 12px 26px #0000002e!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-card img{width:100%!important;height:100%!important;object-fit:cover!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a14,#0f172a47);opacity:0;transition:opacity .22s ease;pointer-events:none}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-card:hover:after{opacity:1}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-remove{top:6px!important;right:6px!important;left:auto!important;z-index:3!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#0f172ac7!important;color:#fff!important;opacity:1!important;transform:none!important;transition:opacity .22s ease,transform .22s ease,background-color .22s ease!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-card:hover .image-reference-remove{opacity:1!important;transform:scale(1.05)!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-remove:hover{background:#ef4444db!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-remove svg{width:16px;height:16px}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-add-card{border:2px dashed rgba(129,140,248,.34)!important;background:#ffffff09!important;color:var(--detail-muted)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-add-card:hover{border-color:#818cf8c2!important;background:#6366f11a!important;color:var(--detail-accent)!important;transform:translateY(-1px)!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-add-plus{font-size:1.7rem!important;line-height:1!important;font-weight:400!important}.commerce-tool-shell .commerce-product-reference-dropzone .image-reference-add-card>span:not(.image-reference-add-plus){display:none!important}.commerce-main-image-form .commerce-field-wide{grid-column:1 / -1}.commerce-main-image-control-grid{align-items:start}.commerce-main-image-advanced{position:relative;display:grid;gap:12px;padding:0;border:1px solid rgba(99,102,241,.28);border-radius:18px;background:linear-gradient(135deg,#6366f117,#0ea5e90a),#ffffff06;box-shadow:inset 0 0 0 1px #ffffff07;overflow:visible}.commerce-main-image-advanced:before{content:"";position:absolute;inset:12px auto 12px 0;width:3px;border-radius:999px;background:linear-gradient(180deg,#6366f1,#38bdf8)}.commerce-main-image-advanced summary{min-height:48px;padding:13px 14px 13px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;color:var(--detail-text);font-weight:900}.commerce-main-image-advanced summary::-webkit-details-marker{display:none}.commerce-main-image-advanced summary:after{content:"v";flex:0 0 auto;width:30px;height:30px;border-radius:999px;display:grid;place-items:center;border:1px solid rgba(99,102,241,.28);background:#6366f11f;color:#6366f1;font-size:.82rem;font-weight:950;transition:transform .18s ease,color .18s ease}.commerce-main-image-advanced[open] summary:after{transform:rotate(180deg);color:var(--detail-text)}.commerce-main-image-advanced-title,.commerce-main-image-advanced summary small{min-width:0}.commerce-main-image-advanced-title{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.commerce-main-image-advanced-title strong{color:var(--detail-text);font-size:.95rem;font-weight:950}.commerce-main-image-advanced-title em{padding:3px 7px;border-radius:999px;background:#6366f11f;color:#6366f1;font-size:.68rem;font-style:normal;font-weight:900;line-height:1}.commerce-main-image-advanced summary small{margin-left:auto;overflow:hidden;color:var(--text-muted);font-size:.76rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.commerce-main-image-advanced-state{flex:0 0 auto;padding:5px 9px;border-radius:999px;background:#ffffff0f;color:var(--detail-text);font-size:.72rem;font-weight:900;line-height:1}.commerce-main-image-advanced-state.is-open,.commerce-main-image-advanced[open] .commerce-main-image-advanced-state.is-closed{display:none}.commerce-main-image-advanced[open] .commerce-main-image-advanced-state.is-open{display:inline-flex}.commerce-main-image-advanced-grid{padding:0 14px 14px;overflow:visible}.commerce-main-image-advanced-grid label{position:relative;z-index:1}.commerce-main-image-advanced-grid label:has(.commerce-glass-select.is-open){z-index:120}.commerce-main-image-advanced .commerce-glass-select.is-open{z-index:160}.commerce-main-image-footer{display:grid!important;grid-template-columns:minmax(0,1fr)}.commerce-main-image-footer .primary-cta{width:100%}.smart-detail-form .commerce-detail-brief-field textarea{min-height:150px!important}.smart-detail-reference-section.is-style{border-style:dashed!important;border-color:#818cf829!important;background:linear-gradient(180deg,#6366f109,#ffffff03)!important}.smart-detail-reference-section.is-style .image-upload-size-note{background:#0ea5e91c!important;border-color:#0ea5e933!important;color:#38bdf8!important}.smart-detail-reference-dropzone .image-reference-card,.smart-detail-reference-dropzone .image-reference-add-card{cursor:pointer}.smart-detail-reference-dropzone .image-reference-remove svg{width:16px;height:16px}.smart-detail-tool-footer{display:grid!important;grid-template-columns:minmax(0,1fr)}.smart-detail-tool-footer .primary-cta{width:100%}.smart-detail-render-stage{display:grid;gap:14px;padding:16px;border:1px solid rgba(99,102,241,.16);border-radius:18px;background:linear-gradient(180deg,#6366f10f,#ffffff05)}.smart-detail-stage-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.smart-detail-stage-head span{min-height:28px;padding:5px 10px;border-radius:999px;border:1px solid rgba(56,189,248,.24);background:#38bdf81a;color:#38bdf8;font-size:.75rem;font-weight:900}.smart-detail-stage-head strong{color:var(--detail-text);font-size:.96rem;font-weight:950}.smart-detail-render-footer{margin-top:0!important}.smart-detail-status-panel{flex:0 0 auto;display:grid;gap:12px;padding:16px 22px 18px;border-bottom:1px solid var(--detail-border);background:#ffffff05}.smart-detail-status-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.smart-detail-status-head>div{display:grid;gap:4px;min-width:0}.smart-detail-status-head strong{color:var(--detail-text);font-size:.98rem;font-weight:900;line-height:1.35}.smart-detail-status-head span{color:var(--detail-muted);font-size:.84rem;font-weight:680;line-height:1.55}.smart-detail-status-head em{flex:0 0 auto;min-width:56px;min-height:32px;padding:6px 10px;border:1px solid rgba(99,102,241,.22);border-radius:999px;background:#6366f11f;color:var(--detail-accent);display:inline-flex;align-items:center;justify-content:center;font-size:.84rem;font-style:normal;font-weight:900}.smart-detail-progress-track{height:9px;overflow:hidden;border-radius:999px;background:#94a3b829}.smart-detail-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4f46e5,#38bdf8);box-shadow:0 0 22px #38bdf847;transition:width .24s ease}.smart-detail-history-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.smart-detail-history-row button{min-height:30px;padding:6px 10px;border:1px solid var(--detail-border);border-radius:999px;background:var(--detail-surface);color:var(--detail-muted);font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.smart-detail-history-row button:hover,.smart-detail-history-row button.is-active{border-color:#6366f175;background:#6366f11f;color:var(--detail-accent)}.smart-detail-inference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.smart-detail-inference-grid>div{display:grid;gap:6px;min-height:72px;padding:12px;border:1px solid var(--detail-border);border-radius:16px;background:var(--detail-surface)}.smart-detail-inference-grid span{color:var(--detail-muted);font-size:.76rem;font-weight:850}.smart-detail-inference-grid strong{color:var(--detail-text);font-size:.82rem;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.smart-detail-result-card .commerce-result-empty{flex:1 1 auto;margin:20px!important}.smart-detail-waiting{width:100%;min-height:220px;display:grid;place-items:center;padding:24px;border:1px dashed var(--detail-border);border-radius:18px;background:radial-gradient(circle at 50% 42%,rgba(99,102,241,.14),transparent 52%),#ffffff05;overflow:hidden}.smart-detail-waiting.is-planning{flex:1 1 auto;min-height:320px;margin:20px}.smart-detail-waiting.is-page{min-height:100%;padding:10px;border:0;border-radius:inherit;background:radial-gradient(circle at 50% 44%,rgba(99,102,241,.16),transparent 56%),#ffffff04}.smart-detail-waiting.is-preview{min-height:210px;padding:12px;border:0;background:transparent}.smart-detail-waiting .spectral-core-wrap{width:132px;height:132px}.smart-detail-waiting.is-page .spectral-core-wrap,.smart-detail-waiting.is-preview .spectral-core-wrap{width:104px;height:104px}.smart-detail-waiting.is-page .status-text-spectral,.smart-detail-waiting.is-preview .status-text-spectral{font-size:.68rem;letter-spacing:.1em}.smart-detail-waiting.is-page .spectral-core-wrap>div[style],.smart-detail-waiting.is-preview .spectral-core-wrap>div[style]{gap:5px!important}.smart-detail-waiting.is-page .spectral-core-wrap>div[style]>div:last-child,.smart-detail-waiting.is-preview .spectral-core-wrap>div[style]>div:last-child{font-size:.68rem!important;letter-spacing:.08em!important}.smart-detail-storyboard-item .commerce-storyboard-card-layout{grid-template-columns:minmax(150px,.78fr) minmax(0,1.22fr)}.smart-detail-storyboard-item .commerce-storyboard-info-pane{padding-right:4px}.smart-detail-page-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;padding:12px;border:1px solid var(--detail-border);border-radius:16px;background:#ffffff05}.smart-detail-page-summary strong{color:var(--detail-text);font-size:.98rem;font-weight:900;line-height:1.35;overflow-wrap:anywhere}.smart-detail-page-summary span,.smart-detail-page-summary p{margin:0;color:var(--detail-muted);font-size:.84rem;font-weight:650;line-height:1.55;overflow-wrap:anywhere}.smart-detail-page-summary label{display:grid;gap:7px;min-width:0}.smart-detail-page-summary label:nth-child(n+3){grid-column:1 / -1}.smart-detail-page-summary label>span{font-size:.76rem;font-weight:900;line-height:1.2}.smart-detail-page-summary input,.smart-detail-page-summary select,.smart-detail-page-summary textarea,.smart-detail-prompt-fields textarea{width:100%!important;min-height:42px!important;padding:10px 12px!important;border:1px solid var(--detail-border)!important;border-radius:14px!important;background:var(--detail-surface)!important;color:var(--detail-text)!important;box-shadow:none!important;font:inherit!important;font-size:.88rem!important;font-weight:720!important;line-height:1.45!important;outline:none!important}.smart-detail-page-summary select{cursor:pointer}.smart-detail-page-summary textarea{resize:vertical}.smart-detail-page-summary input:hover,.smart-detail-page-summary select:hover,.smart-detail-page-summary textarea:hover,.smart-detail-prompt-fields textarea:hover{background:var(--detail-surface-hover)!important;border-color:var(--detail-border-hover)!important}.smart-detail-page-summary input:focus,.smart-detail-page-summary select:focus,.smart-detail-page-summary textarea:focus,.smart-detail-prompt-fields textarea:focus{background:var(--detail-surface-hover)!important;border-color:var(--detail-border-hover)!important;box-shadow:0 0 0 3px #6366f124!important}.smart-detail-page-summary input:disabled,.smart-detail-page-summary select:disabled,.smart-detail-page-summary textarea:disabled,.smart-detail-prompt-fields textarea:disabled{opacity:.68;cursor:not-allowed}.smart-detail-page-summary p{grid-column:1 / -1;padding-top:2px}.smart-detail-prompt-fields label{display:grid;gap:8px;min-width:0}.smart-detail-prompt-fields label>span{color:var(--detail-muted);font-size:.76rem;font-weight:900;line-height:1.2}.smart-detail-prompt-fields textarea{min-height:108px!important;resize:vertical;color:var(--detail-text)!important}.smart-detail-page-summary input::placeholder,.smart-detail-page-summary textarea::placeholder,.smart-detail-prompt-fields textarea::placeholder{color:color-mix(in srgb,var(--detail-muted) 76%,transparent)}.smart-detail-storyboard-item .commerce-storyboard-actions{justify-content:space-between}.smart-detail-storyboard-item .commerce-storyboard-actions.is-main-image-reorder{justify-content:flex-start}.smart-detail-storyboard-item .profile-status-badge{flex:0 0 auto}.smart-detail-preview-card .commerce-preview-slice{line-height:0}.smart-detail-preview-card .commerce-preview-download-long svg,.smart-detail-result-card .commerce-result-pack-download svg{width:16px;height:16px}.smart-detail-error{margin:0;color:#fca5a5;font-size:.82rem;font-weight:700;line-height:1.6}.customer-service-widget{position:fixed;right:18px;bottom:18px;z-index:80;width:60px;height:60px;pointer-events:none}.customer-service-button{pointer-events:auto;width:60px;height:60px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.82);border-radius:999px;background:#fffffff5;color:#fff;font-size:0;font-weight:900;letter-spacing:0;box-shadow:0 16px 36px #0f172a29;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}:root[data-theme=light] .customer-service-button{background:#fffffff5;border-color:#ffffffe6;color:#fff}.customer-service-button:hover,.customer-service-button:focus-visible{transform:translateY(-2px);box-shadow:0 20px 44px #0f172a33;outline:none}.customer-service-button-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#20d18f,#10b981);color:#fff;font-size:17px;font-weight:900;flex:0 0 auto;box-shadow:inset 0 0 0 1px #ffffff29}.customer-service-button-icon svg{width:18px;height:18px}.customer-service-title-icon svg{width:16px;height:16px}.customer-service-panel{position:absolute;right:0;bottom:calc(100% + 14px);pointer-events:auto;width:min(360px,calc(100vw - 36px));max-height:min(68vh,620px);overflow:auto;display:grid;gap:14px;padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:#0a0e18f5;color:var(--text-main);box-shadow:0 24px 60px #00000057;opacity:0;transform:translateY(8px) scale(.98);transform-origin:right bottom;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}:root[data-theme=light] .customer-service-panel{background:#fffffffa;border-color:#0f172a14;color:#0f172a}.customer-service-widget.is-open .customer-service-panel{opacity:1;transform:translateY(0) scale(1);visibility:visible}.customer-service-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.customer-service-panel-head strong{display:inline-flex;align-items:center;gap:8px;font-size:18px;line-height:1.2}.customer-service-title-icon{display:inline-grid;place-items:center}.customer-service-panel-head p{margin:6px 0 0;color:var(--text-muted);line-height:1.6;font-size:13px}.customer-service-panel-close{width:44px;height:44px;border:0;border-radius:999px;background:#ffffff1a;color:inherit;font-size:20px;font-weight:800;line-height:1;cursor:pointer;flex:0 0 auto;transition:background .18s ease,transform .18s ease}.customer-service-panel-close:hover,.customer-service-panel-close:focus-visible{background:#ffffff29;transform:scale(1.03);outline:none}:root[data-theme=light] .customer-service-panel-close{background:#0f172a0f}:root[data-theme=light] .customer-service-panel-close:hover,:root[data-theme=light] .customer-service-panel-close:focus-visible{background:#0f172a1a}.customer-service-items{display:grid;gap:12px}.customer-service-item{display:grid;justify-items:center;gap:10px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#ffffff08}:root[data-theme=light] .customer-service-item{border-color:#0f172a14;background:#0f172a05}.customer-service-item-meta{display:flex;gap:10px;align-items:center;justify-content:center;text-align:center;width:100%}.customer-service-channel-code{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#3b82f629;color:#93c5fd;font-size:12px;font-weight:900}:root[data-theme=light] .customer-service-channel-code{background:#3b82f61f;color:#1d4ed8}.customer-service-item-meta strong{display:block;font-size:14px;line-height:1.4}.customer-service-item-meta p{margin:4px 0 0;color:var(--text-muted);font-size:12px;line-height:1.5}.customer-service-qr{width:100%;max-width:180px;aspect-ratio:1;justify-self:center;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#fff}.customer-service-value-row{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px 12px;border-radius:12px;background:#ffffff0a}:root[data-theme=light] .customer-service-value-row{background:#0f172a0a}.customer-service-value-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.customer-service-value-row button{flex:0 0 auto;border:0;border-radius:999px;background:#3b82f62e;color:#bfdbfe;font-size:12px;font-weight:800;cursor:pointer;padding:7px 12px}:root[data-theme=light] .customer-service-value-row button{background:#2563eb1f;color:#1d4ed8}@media (max-width: 860px){.customer-service-widget{right:12px;bottom:12px}.customer-service-panel{width:min(320px,calc(100vw - 24px));max-height:min(60vh,560px)}}@media (max-width: 560px){.customer-service-widget{right:10px;bottom:10px;width:54px;height:54px}.customer-service-button{width:54px;height:54px}.customer-service-button-icon{width:31px;height:31px}.customer-service-panel{width:calc(100vw - 20px);max-height:min(66vh,540px)}}@media (max-width: 1180px){.home-main.is-studio.is-fixed-workspace.is-smart-detail-page .smart-detail-shell .commerce-workspace-layout{grid-template-columns:minmax(360px,430px) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) minmax(0,.92fr)!important}.smart-detail-shell .commerce-preview-card{grid-column:1 / -1}}@media (max-width: 860px){.home-main.is-studio.is-fixed-workspace.is-smart-detail-page .smart-detail-shell .commerce-workspace-layout{grid-template-columns:1fr!important;grid-template-rows:minmax(0,1.15fr) minmax(0,1fr) minmax(0,1fr)!important}.smart-detail-inference-grid,.smart-detail-storyboard-item .commerce-storyboard-card-layout,.commerce-main-image-form .commerce-detail-meta-grid,.commerce-main-image-form .commerce-control-grid,.smart-detail-form .commerce-detail-meta-grid,.smart-detail-form .commerce-control-grid{grid-template-columns:1fr!important}.smart-detail-status-head{align-items:stretch;flex-direction:column}}.profile-table-wrap{overflow-x:auto;overflow-y:visible;border:1px solid var(--border-light);border-radius:20px;background:#0a0e1ee0}.profile-history-note{margin:-8px 0 16px;color:var(--text-muted);font-size:.95rem;line-height:1.7}.profile-history-batch-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:0 0 16px}.profile-history-selection-meta{color:var(--text-muted);font-size:.94rem;font-weight:700}.profile-history-batch-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile-history-table{min-width:1200px}.profile-table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed}.profile-table thead{background:#0c1226f5}.profile-table th,.profile-table td{padding:20px 18px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:middle}.profile-table th{font-size:.92rem;font-weight:800;color:#e8ecffc7;white-space:nowrap}.profile-table td{font-size:1rem;font-weight:600;color:#f5f7fff5;overflow-wrap:anywhere}.profile-table tbody tr{background:#080c1aeb;transition:background-color .15s ease;isolation:isolate}.profile-table tbody tr:hover{background:#1f233ef5}.profile-table tbody tr:last-child td{border-bottom:none}.profile-table-wide{min-width:280px}.profile-table-content{max-width:460px;line-height:1.7;color:#f5f7fff5;word-break:break-word}.profile-table-thumbnail-cell{width:132px}.profile-table-actions-cell{width:160px}.profile-history-select-cell{width:56px;text-align:center!important}.profile-history-select-cell input{width:16px;height:16px;accent-color:#8b5cf6}.profile-history-thumb{position:relative;display:block;width:96px;height:96px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;background:#ffffff0a;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.profile-history-thumb:hover{border-color:#8b5cf68c;background:#ffffff14}.profile-history-thumb.is-archived{cursor:default}.profile-history-thumb.is-archived:hover{transform:none;border-color:#ffffff1f;box-shadow:none}.profile-history-thumb img{display:block;width:100%;height:100%;object-fit:cover}.profile-history-thumb-count{position:absolute;right:8px;bottom:8px;min-width:28px;padding:4px 8px;border-radius:999px;background:#0f172ab8;color:#fff;font-size:.72rem;font-weight:800;line-height:1}.profile-history-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.profile-history-action{display:inline-flex;align-items:center;justify-content:center;min-width:92px;padding:10px 16px;border:none;border-radius:12px;background:var(--ai-gradient);color:#fff;font-size:.88rem;font-weight:700;line-height:1;cursor:pointer;text-decoration:none;transition:opacity .15s ease,filter .15s ease,background-color .15s ease,border-color .15s ease;box-shadow:none}.profile-history-action:hover{filter:brightness(1.04)}.profile-history-action.is-secondary{background:#ffffff0f;color:var(--text-main);border:1px solid var(--border-light);box-shadow:none}.profile-history-meta{display:inline-block;color:var(--text-muted);font-size:.92rem;line-height:1.6}.profile-table-number{white-space:nowrap}.profile-history-error{margin-top:10px;max-width:220px;color:var(--text-muted);font-size:.88rem;line-height:1.6;font-weight:500}.profile-video-title{display:block;margin-bottom:8px}.profile-video-detail{color:var(--text-muted);font-size:.92rem;line-height:1.7;white-space:pre-wrap}.profile-history-video{display:block;width:112px;height:96px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff0a}.profile-table-number.is-positive{color:#34d399}.profile-table-number.is-negative{color:#fda4af}.profile-status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;font-size:.9rem;font-weight:800;line-height:1;white-space:nowrap}.profile-status-badge.is-success{color:#c4b5fd;background:#6d43ff29;border-color:#8b5cf652}.profile-status-badge.is-processing{color:#93c5fd;background:#3b82f624;border-color:#60a5fa3d}.profile-status-badge.is-failed{color:#fda4af;background:#f43f5e24;border-color:#fb71853d}.profile-status-badge.is-neutral{color:#e8ecffc7}:root[data-theme=light] .profile-status-badge{border-color:#0f172a1a;background:#0f172a0a;box-shadow:inset 0 1px #ffffffb8}:root[data-theme=light] .profile-status-badge.is-success{color:#6d28d9;background:#8b5cf624;border-color:#6d28d92e}:root[data-theme=light] .profile-status-badge.is-processing{color:#1d4ed8;background:#3b82f61f;border-color:#1d4ed829}:root[data-theme=light] .profile-status-badge.is-failed{color:#be123c;background:#f43f5e1a;border-color:#be185d24}:root[data-theme=light] .profile-status-badge.is-neutral{color:#334155}:root[data-theme=light] .profile-table-wrap{background:#ffffffeb;border-color:#0f172a14;box-shadow:0 10px 30px #0f172a0d,inset 0 1px #ffffffb8}:root[data-theme=light] .profile-table thead{background:#f4f7fff5}:root[data-theme=light] .profile-table th{color:#334155d1}:root[data-theme=light] .profile-table td{color:#0f172af0;border-bottom-color:#0f172a14}:root[data-theme=light] .profile-table tbody tr{background:#fffffff5}:root[data-theme=light] .profile-table tbody tr:hover{background:#f4f7fffa}:root[data-theme=light] .profile-table-content{color:#0f172aeb}:root[data-theme=light] .profile-history-thumb{background:#ffffffeb;border-color:#94a3b859}:root[data-theme=light] .profile-history-thumb:hover{border-color:#6366f173;box-shadow:0 10px 24px #6366f11f}:root[data-theme=light] .profile-history-thumb.is-archived:hover{border-color:#94a3b859;box-shadow:none}:root[data-theme=light] .profile-history-thumb-count{background:#0f172ab8}:root[data-theme=light] .profile-history-action.is-secondary{background:#f8fafcf2;border-color:#94a3b859}:root[data-theme=light] .profile-history-error{color:#475569db}:root[data-theme=light] .profile-video-detail{color:#475569db}:root[data-theme=light] .profile-history-video{border-color:#94a3b859;background:#f8fafceb}
