:root{--ink: #171416;--ink-soft: #393434;--muted: #756d69;--canvas: #f7f3ee;--panel: #fffdfa;--panel-strong: #ffffff;--line: #e7ddd2;--sage: #7b9b82;--sage-dark: #4f7659;--terra: #c46d57;--cobalt: #1e6f8c;--gold: #c4a257;--shadow: 0 24px 70px rgba(45, 38, 31, .12);--soft-shadow: 0 14px 40px rgba(45, 38, 31, .08);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--canvas)}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{min-height:100vh;margin:0;background:linear-gradient(135deg,#fffdfae0,#f7f3eeb3),var(--canvas)}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}#root{min-height:100vh}.auth-shell{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);min-height:100vh;padding:22px;gap:22px}.auth-copy,.auth-visual,.panel,.metric-card,.login-card,.model-preview{background:#fffdfae6;border:1px solid rgba(231,221,210,.9);box-shadow:var(--soft-shadow)}.auth-copy{display:flex;flex-direction:column;justify-content:center;border-radius:8px;padding:56px}.brand-mark,.side-brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink)}.brand-mark span,.side-brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;color:#fff;background:linear-gradient(135deg,var(--ink),var(--cobalt))}.brand-mark img,.side-brand img{width:28px;height:28px}.auth-heading{max-width:650px;margin:46px 0 24px}.eyebrow{margin:0 0 8px;color:var(--terra);font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.auth-heading h1,.hero-panel h2,.panel h2,.model-preview h2{margin:0;color:var(--ink);letter-spacing:0;line-height:1.02}.auth-heading h1{max-width:720px;font-size:3.6rem}.auth-heading p:last-child,.hero-panel p{max-width:610px;color:var(--muted);font-size:1.03rem;line-height:1.7}.login-card{display:grid;gap:14px;width:min(100%,500px);border-radius:8px;padding:16px}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.auth-tabs button{min-height:40px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#fffaf5;font-weight:850}.auth-tabs button.is-active{color:var(--ink);border-color:#1e6f8c80;background:#eef6f7}.login-card label,.field,.slider-row{display:grid;gap:8px;color:var(--ink-soft);font-size:.86rem;font-weight:750}.login-card input,.field input,.field select,.field textarea,.topbar input{width:100%;border:1px solid var(--line);border-radius:8px;outline:none;color:var(--ink);background:#fffaf5}.login-card input,.field input,.field select{min-height:46px;padding:0 14px}.field textarea{min-height:92px;resize:vertical;padding:12px 14px;line-height:1.5}.login-card input:focus,.field input:focus,.field select:focus,.field textarea:focus,.topbar input:focus{border-color:#1e6f8c8c;box-shadow:0 0 0 4px #1e6f8c1a}.primary-button,.secondary-button,.text-button,.icon-button,.store-switcher,.logout-button,.nav-button,.upload-zone,.preset-card,.garment-item,.scene-card,.motion-button,.format-card{border:0}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:8px;padding:0 18px;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.spin-icon{animation:spin 1.1s linear infinite}.primary-button{color:#fff;background:linear-gradient(135deg,var(--ink),#255d6d);box-shadow:0 16px 34px #17141633}.secondary-button{color:var(--ink);background:#f0e8dc}.primary-button:hover,.secondary-button:hover,.icon-button:hover,.store-switcher:hover{transform:translateY(-1px)}.compact{min-height:40px;padding:0 14px;font-size:.9rem}.trust-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px;color:var(--muted);font-size:.9rem}.trust-row span{display:inline-flex;align-items:center;gap:7px}.auth-visual{position:relative;min-height:calc(100vh - 44px);overflow:hidden;border-radius:8px;background:var(--ink)}.auth-visual img{width:100%;height:100%;min-height:calc(100vh - 44px);object-fit:cover;filter:saturate(.95) contrast(1.05)}.auth-visual-clean{display:grid;place-items:center;background:linear-gradient(135deg,#1e6f8cf0,#171416f5),var(--ink)}.auth-visual-figure{display:grid;place-items:center;width:min(58vw,420px);aspect-ratio:1;border:1px solid rgba(255,255,255,.16);border-radius:50%;color:#ffffffb8;background:#ffffff0f}.auth-visual-figure img{width:min(42%,170px);height:auto;min-height:0;filter:none}.floating-brief,.floating-status,.preview-card{position:absolute;border:1px solid rgba(255,255,255,.36);border-radius:8px;color:#fff;background:#111010a8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floating-brief{left:26px;right:26px;bottom:26px;display:grid;gap:5px;padding:18px}.floating-brief span,.floating-brief small,.floating-status{color:#ffffffc7}.floating-brief strong{font-size:2rem}.floating-status{top:26px;right:26px;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;font-weight:750}.pulse-dot{width:9px;height:9px;border-radius:50%;background:#74d58c;box-shadow:0 0 #74d58c8c;animation:pulse 1.6s infinite}@keyframes pulse{70%{box-shadow:0 0 0 14px #74d58c00}}.app-shell{display:grid;grid-template-columns:272px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:22px 18px;border-right:1px solid var(--line);background:#fffdfaf0}.side-brand{margin-bottom:30px}.side-brand div{display:grid}.side-brand small,.usage-panel small,.metric-card small,.timeline-item small,.channel-item small,.preset-card small,.garment-item small,.result-card small,.format-card small,.store-row small,.setting-row small,.asset-card small{color:var(--muted)}.side-nav{display:grid;gap:7px}.nav-button,.logout-button{display:flex;align-items:center;gap:11px;min-height:43px;border-radius:8px;padding:0 12px;color:var(--muted);background:transparent;font-weight:760;text-align:left;transition:background .16s ease,color .16s ease}.nav-button.is-active{color:var(--ink);background:#efe6da}.usage-panel{display:grid;justify-items:start;gap:8px;margin-top:auto;border:1px solid var(--line);border-radius:8px;padding:16px;background:#faf5ee}.usage-ring{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;color:var(--ink);font-weight:900;background:radial-gradient(circle closest-side,#faf5ee 72%,transparent 73%),conic-gradient(var(--sage) var(--credit-progress, 0%),#e5d9cb 0)}.usage-meter{width:100%;height:7px;overflow:hidden;border-radius:999px;background:#eadfd2}.usage-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cobalt),var(--sage))}.logout-button{margin-top:12px;width:100%}.workspace{min-width:0;padding:22px}.system-banner{display:flex;align-items:center;gap:12px;margin-bottom:16px;border:1px solid rgba(196,109,87,.28);border-radius:8px;padding:12px 14px;color:#7c3326;background:#fff0eb}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.search-box{display:flex;align-items:center;gap:10px;width:min(520px,100%);min-height:44px;border:1px solid var(--line);border-radius:8px;padding:0 13px;color:var(--muted);background:#fffdfadb}.topbar input{min-height:40px;border:0;padding:0;background:transparent}.top-actions,.hero-actions,.panel-heading,.video-controls{display:flex;align-items:center;gap:12px}.top-actions{justify-content:flex-end}.icon-button,.store-switcher{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border-radius:8px;color:var(--ink);background:#fffdfa;box-shadow:0 8px 24px #2d261f0f}.store-switcher{gap:8px;padding:0 12px;font-weight:800}.page-grid,.studio-layout,.production-grid,.video-grid,.settings-grid{display:grid;gap:18px}.hero-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:26px;align-items:stretch;min-height:390px;border-radius:8px;padding:42px;color:var(--ink);background:linear-gradient(135deg,#fffdfaeb,#f5ece1d6),#f8efe3;border:1px solid var(--line);box-shadow:var(--soft-shadow)}.hero-panel h2,.panel h2{font-size:2.45rem}.campaign-preview{position:relative;min-height:310px;overflow:hidden;border-radius:8px;background:var(--ink)}.empty-preview{display:grid}.empty-visual,.empty-state{display:grid;place-items:center;align-content:center;gap:10px;min-height:260px;padding:22px;color:var(--muted);text-align:center;background:#f4ece2}.empty-visual strong,.empty-state strong{color:var(--ink)}.tall-empty{min-height:420px}.compact-empty{min-height:132px;border:1px dashed var(--line);border-radius:8px;background:#fffaf5}.campaign-preview img{width:100%;height:100%;object-fit:cover}.preview-card{left:16px;right:16px;bottom:16px;display:flex;align-items:center;gap:12px;padding:12px}.color-swatch{flex:0 0 auto;width:28px;height:28px;border:1px solid rgba(23,20,22,.12);border-radius:50%}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card{display:grid;gap:8px;border-radius:8px;padding:18px}.metric-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;color:#fff;background:var(--cobalt)}.metric-card span{color:var(--muted);font-size:.9rem}.metric-card strong{font-size:2rem;letter-spacing:0}.split-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(310px,.9fr);gap:18px}.panel,.model-preview{border-radius:8px;padding:20px}.panel-heading{justify-content:space-between;margin-bottom:18px}.panel-heading h3,.section-block h3{margin:0;font-size:1.05rem}.text-button{color:var(--cobalt);background:transparent;font-weight:850}.timeline,.channel-list,.garment-list,.setting-list,.store-table,.slider-stack{display:grid;gap:10px}.timeline-item,.channel-item,.store-row,.setting-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:62px;border:1px solid var(--line);border-radius:8px;padding:12px;background:#fffaf5}.timeline-item{justify-content:flex-start}.timeline-item span{width:11px;height:11px;border-radius:50%;background:#d8cabc}.timeline-item.done span{background:var(--sage)}.timeline-item.active span{background:var(--terra)}.preview-card div,.upload-zone div,.timeline-item div,.channel-item div,.garment-item div,.result-card div,.asset-card div,.store-row div,.setting-row div{display:grid;gap:4px}.channel-item.is-active{border-color:#7b9b82a6;background:#f1f7ef}.studio-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)}.preset-grid,.scene-grid,.format-grid,.asset-grid{display:grid;gap:12px}.preset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.preset-card,.scene-card,.garment-item,.upload-zone,.motion-button,.format-card{border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fffaf5;transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.preset-card{display:grid;gap:8px;padding:10px;text-align:left}.preset-card img{width:100%;aspect-ratio:4 / 5;border-radius:6px;object-fit:cover}.preset-card.is-selected,.scene-card.is-selected,.garment-item.is-selected,.motion-button.is-selected,.format-card.is-selected{border-color:#1e6f8cb8;box-shadow:0 0 0 4px #1e6f8c1a}.control-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.control-grid .field:last-child{grid-column:1 / -1}.wide-field{grid-column:1 / -1}.prompt-box{display:grid;gap:9px;margin-top:18px;border-radius:8px;padding:14px;color:var(--ink-soft);background:#f2ebe1}.prompt-box div{display:flex;align-items:center;gap:8px;font-weight:850}.prompt-box p{margin:0;color:var(--muted);line-height:1.58}.prompt-box.tight{margin-top:14px}.model-preview{position:sticky;top:22px;align-self:start}.model-list{display:grid;gap:10px;margin-bottom:18px}.model-row{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;border:1px solid var(--line);border-radius:8px;padding:10px;color:var(--ink);background:#fffaf5;text-align:left}.model-row img,.image-placeholder{width:64px;height:64px;border-radius:8px;object-fit:cover}.image-placeholder{display:grid;place-items:center;color:var(--cobalt);background:#eef6f7}.model-row div{display:grid;gap:4px}.model-row em,.status-pill{border-radius:999px;padding:6px 9px;color:var(--sage-dark);background:#eef6ec;font-size:.78rem;font-style:normal;font-weight:850}.model-row.is-selected,.selectable-card.is-selected{border-color:#1e6f8cb8;box-shadow:0 0 0 4px #1e6f8c1a}.inline-feedback{margin-top:14px;border-radius:8px;padding:12px;color:var(--ink);background:#eef6ec}.error-feedback{color:#7c3326;background:#fff0eb}.credit-cost{display:inline-flex;align-items:center;width:fit-content;min-height:32px;border:1px solid rgba(30,111,140,.16);border-radius:999px;padding:0 10px;color:var(--cobalt);background:#eef6f7;font-size:.82rem;font-weight:850}.form-actions{margin-top:16px}.model-stage{position:relative;overflow:hidden;border-radius:8px;background:var(--ink)}.model-stage img{width:100%;aspect-ratio:4 / 5.35;object-fit:cover;transition:filter .22s ease,transform .22s ease}.model-stage.is-generating img,.generated-stage.is-generating img,.phone-preview.is-generating>img{filter:blur(10px) saturate(1.12) brightness(.82);transform:scale(1.05)}.model-stage.is-generating .empty-visual,.generated-stage.is-generating .empty-visual{animation:previewPulse 1.6s ease-in-out infinite;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.38),transparent 34%),linear-gradient(135deg,#efe3d4,#f7eee5 48%,#e8d9c7)}.stage-badge{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:8px 11px;color:#fff;background:#171416ad;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-weight:800}.palette-row{display:flex;gap:8px;margin-top:14px}.palette-row span{width:42px;height:42px;border:1px solid rgba(23,20,22,.1);border-radius:8px}.production-grid{grid-template-columns:minmax(330px,.86fr) minmax(0,1.14fr)}.upload-zone{display:flex;align-items:center;width:100%;gap:14px;padding:15px;text-align:left}.file-zone{position:relative;overflow:hidden}.file-zone input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-zone span{display:grid;place-items:center;width:46px;height:46px;border-radius:8px;color:#fff;background:var(--sage-dark)}.section-block{margin-top:18px}.section-block h3{margin-bottom:10px}.garment-item{display:flex;align-items:center;width:100%;gap:12px;padding:12px;text-align:left}.scene-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.scene-card{display:grid;gap:8px;padding:8px;font-weight:850;text-align:left}.scene-card img{width:100%;aspect-ratio:1 / .74;border-radius:6px;object-fit:cover}.generated-stage{position:relative;overflow:hidden;border-radius:8px;min-height:360px;background:var(--ink);margin-top:16px}.generated-stage img{width:100%;height:360px;object-fit:cover;transition:filter .22s ease,transform .22s ease}.generation-overlay{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:16px;z-index:3;padding:26px;color:#fff;text-align:center;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.2),transparent 34%),#17141657;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:900;transition:background .18s ease}.generation-overlay.is-running{background:radial-gradient(circle at 50% 40%,rgba(249,145,45,.26),transparent 35%),#17141694;animation:overlayPulse 1.8s ease-in-out infinite}.generation-overlay.is-running .generation-orb svg:last-child{animation:spin 1.1s linear infinite}.generation-orb{position:relative;display:grid;place-items:center;width:86px;height:86px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff29;box-shadow:0 22px 70px #00000052}.generation-orb svg:first-child{position:absolute;color:var(--sun)}.generation-copy{display:grid;gap:6px;max-width:330px}.generation-copy strong{color:#fff;font-size:1.08rem}.generation-copy span{color:#ffffffd1;line-height:1.45}@keyframes spin{to{transform:rotate(360deg)}}@keyframes overlayPulse{0%,to{box-shadow:inset 0 0 #ffffff14}50%{box-shadow:inset 0 0 80px 18px #f9912d29}}@keyframes previewPulse{0%,to{filter:saturate(1) brightness(1)}50%{filter:saturate(1.2) brightness(1.06)}}.result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.result-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fffaf5}.result-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.selectable-row{width:100%;text-align:left}.result-card div{padding:10px}.video-grid{grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr)}.phone-preview{position:relative;width:min(390px,100%);aspect-ratio:9 / 16;margin:0 auto;overflow:hidden;border:10px solid var(--ink);border-radius:32px;background:var(--ink);box-shadow:var(--shadow)}.phone-preview>img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:filter .22s ease,transform .22s ease}.video-subject{position:absolute;left:18%;right:18%;bottom:16%;overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:8px;box-shadow:0 26px 50px #00000040;transform-origin:bottom center}.video-subject img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.phone-preview.is-playing .video-subject{animation:pose 4.4s ease-in-out infinite}@keyframes pose{0%,to{transform:translate(0) rotate(0)}45%{transform:translate(8px) rotate(1.5deg)}72%{transform:translate(-6px) rotate(-1deg)}}.video-caption{position:absolute;left:18px;right:18px;bottom:18px;display:grid;gap:4px;border-radius:8px;padding:12px;color:#fff;background:#17141699;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.video-controls{justify-content:center;margin-top:18px}.icon-button.large{min-width:50px;min-height:50px}.timeline-bar{position:relative;flex:1;max-width:360px;height:8px;overflow:hidden;border-radius:999px;background:#e8ded3}.timeline-bar span{display:block;width:58%;height:100%;border-radius:inherit;background:var(--terra)}.motion-options{display:flex;flex-wrap:wrap;gap:10px}.motion-button{min-height:40px;padding:0 12px;font-weight:800}.slider-stack{margin:18px 0}.slider-row{grid-template-columns:140px 1fr 46px;align-items:center;gap:12px;min-height:44px}.slider-row input{accent-color:var(--cobalt)}.format-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.format-card{display:grid;gap:4px;min-height:74px;padding:12px;text-align:left}.library-panel,.stores-panel{min-height:calc(100vh - 88px)}.asset-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.asset-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fffaf5}.asset-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.asset-card video{width:100%;aspect-ratio:4 / 5;object-fit:cover;background:var(--ink)}.compact-assets{grid-template-columns:repeat(2,minmax(0,1fr))}.selectable-card{text-align:left}a.secondary-button{text-decoration:none}.asset-card div{padding:12px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.credit-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.credit-summary div,.package-card{border:1px solid var(--line);border-radius:8px;background:#fffaf5}.credit-summary div{display:grid;gap:8px;padding:18px}.credit-summary span,.package-card small,.package-price em{color:var(--muted)}.credit-summary strong{font-size:2.1rem}.package-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.package-card{display:grid;gap:12px;padding:16px}.package-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;color:#fff;background:var(--cobalt)}.package-card>span{font-weight:850}.package-card>strong{font-size:1.7rem}.package-price{display:grid;gap:3px;margin-top:auto}.package-price b{font-size:1.28rem}.setting-row span,.store-row em{border-radius:999px;padding:7px 10px;color:var(--sage-dark);background:#eef6ec;font-style:normal;font-weight:850}.brand-controls{display:grid;gap:14px}.palette-row.editable{margin-top:0}.palette-row.editable input{width:42px;height:42px;border:1px solid rgba(23,20,22,.1);border-radius:8px;padding:0;background:transparent}.preset-card:hover,.scene-card:hover,.garment-item:hover,.upload-zone:hover,.motion-button:hover,.format-card:hover,.asset-card:hover{transform:translateY(-1px);border-color:#1e6f8c66}@media(max-width:1180px){.auth-heading h1{font-size:3.1rem}.hero-panel h2,.panel h2{font-size:2.15rem}.metric-grid,.asset-grid,.package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-panel,.studio-layout,.production-grid,.video-grid,.split-grid{grid-template-columns:1fr}.model-preview{position:static}}@media(max-width:860px){.auth-copy{padding:32px}.auth-shell{grid-template-columns:1fr}.auth-visual,.auth-visual img{min-height:420px}.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--line)}.side-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.usage-panel,.logout-button{display:none}.nav-button{justify-content:center;padding:0 8px}.nav-button svg{flex:0 0 auto}.nav-button{font-size:0}.topbar{align-items:stretch;flex-direction:column}.top-actions{justify-content:space-between}.control-grid,.credit-summary,.settings-grid{grid-template-columns:1fr}}@media(max-width:640px){.auth-shell,.workspace{padding:12px}.auth-copy,.hero-panel,.panel,.model-preview{padding:16px}.auth-heading{margin:42px 0 22px}.auth-heading h1{font-size:2.3rem}.hero-panel h2,.panel h2{font-size:1.65rem}.hero-actions,.panel-heading{align-items:stretch;flex-direction:column}.primary-button,.secondary-button{width:100%}.preset-grid,.scene-grid,.metric-grid,.result-grid,.format-grid,.asset-grid,.package-grid{grid-template-columns:1fr}.side-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.slider-row{grid-template-columns:1fr}}
