.wizard-layout{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:16px 24px 32px;box-sizing:border-box}.studio-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;margin-bottom:16px}.eyebrow-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:9999px;background:#ff5c0014;border:1px solid rgba(255,92,0,.25);color:#ff5c00;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pulse-dot{width:7px;height:7px;border-radius:50%;background:#ff5c00;box-shadow:0 0 8px #ff5c00;animation:pulseG 2s infinite ease-in-out}@keyframes pulseG{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.3);opacity:1}}.step-indicator{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:20px}.step-pill{display:flex;align-items:center;gap:10px;padding:6px 14px;border-radius:99px;font-size:12px;font-weight:700;color:#ffffff73;background:#ffffff05;border:1px solid rgba(255,255,255,.06);transition:all .25s ease}.step-pill.active{background:#ff5c0014;color:#ff5c00;border-color:#ff5c004d;box-shadow:0 0 16px #ff5c001f}.step-pill.completed{color:#fff;background:#ffffff0a;border-color:#ffffff1f}.step-pill-num{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#ffffff14;color:inherit;font-size:10px;font-weight:800}.step-pill.active .step-pill-num{background:#ff5c00;color:#0b0d0e}.step-divider{width:44px;height:1px;background:#ffffff14}.step-divider.active{background:linear-gradient(90deg,#ff5c00,#ff5c0033)}.glass-card{background:#121416bf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:20px;box-shadow:0 20px 50px #00000073;width:100%;box-sizing:border-box;animation:fade-up .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.avatar-split{display:grid;grid-template-columns:300px minmax(0,1fr);gap:36px;align-items:start}@media (max-width: 900px){.avatar-split{grid-template-columns:1fr}}.huge-avatar-preview{width:100%;aspect-ratio:3/4;border-radius:20px;overflow:hidden;background:#0d0f11;border:1.5px solid rgba(255,92,0,.25);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 20px 50px #000000b3,0 0 30px #ff5c001a;animation:hologramGlow 4s ease-in-out infinite}@keyframes hologramGlow{0%,to{border-color:#ff5c0033;box-shadow:0 20px 50px #000000b3,0 0 15px #ff5c000d}50%{border-color:#ff5c00a6;box-shadow:0 20px 50px #000000b3,0 0 30px #ff5c0040}}.huge-avatar-preview img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.huge-avatar-preview:hover img{transform:scale(1.03)}.preview-label-box{position:absolute;bottom:14px;left:14px;right:14px;background:#0a0c0ee0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:10px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0009}.presenter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px;max-height:480px;overflow-y:auto;padding:4px 6px 12px 0;scrollbar-width:thin;scrollbar-color:rgba(255,92,0,.25) transparent}.presenter-card{position:relative;aspect-ratio:3/4;border-radius:16px;overflow:hidden;background:#0d0f11;border:1px solid rgba(255,255,255,.06);cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.presenter-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.presenter-card:hover{transform:translateY(-4px);border-color:#ff5c0066;box-shadow:0 12px 30px #ff5c0026}.presenter-card:hover img{transform:scale(1.05)}.presenter-card.active{border-color:#ff5c00;box-shadow:0 0 25px #ff5c004d}.presenter-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,12,14,.95) 0%,rgba(10,12,14,.4) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:12px;box-sizing:border-box}.filter-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;margin-bottom:12px;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab-btn{background:#ffffff05;border:1px solid rgba(255,255,255,.08);color:#fff9;border-radius:9999px;padding:6px 14px;font-size:11.5px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s ease}.filter-tab-btn:hover{background:#ffffff0d;color:#fff;border-color:#fff3}.filter-tab-btn.active{background:#ff5c0014;border-color:#ff5c00;color:#ff5c00}.avatar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px;max-height:320px;overflow-y:auto;padding:4px 6px 4px 0}.avatar-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:10px;text-align:center;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;align-items:center;gap:6px}.avatar-card:hover{background:#ffffff0d;border-color:#ff5c0066;transform:translateY(-2px)}.avatar-card.active{border-color:#ff5c00;background:#ff5c001a;box-shadow:0 0 20px #ff5c0040}.avatar-card-img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0006;transition:transform .2s ease}.avatar-card.active .avatar-card-img{border-color:#ff5c00;transform:scale(1.05)}.audio-drop-zone{border:1.5px dashed rgba(255,255,255,.14);border-radius:16px;padding:44px 24px;text-align:center;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);background:#ffffff03;position:relative}.audio-drop-zone:hover,.audio-drop-zone.drag-over{border-color:#ff5c00;background:#ff5c0008;box-shadow:0 0 24px #ff5c0014}.audio-drop-zone.has-file{border-style:solid;border-color:#ff5c004d;background:#ff5c0003}.audio-icon-circle{width:48px;height:48px;border-radius:50%;background:#ff5c000f;border:1px solid rgba(255,92,0,.15);display:flex;align-items:center;justify-content:center;color:#ff5c00;margin:0 auto 12px}.audio-waveform{display:flex;align-items:center;justify-content:center;gap:4px;height:36px;margin:12px auto}.wave-bar{width:3px;border-radius:2px;background:#ff5c00;opacity:.85;animation:wave-anim 1.2s ease-in-out infinite}.wave-bar:nth-child(1){height:12px;animation-delay:0s}.wave-bar:nth-child(2){height:26px;animation-delay:.1s}.wave-bar:nth-child(3){height:18px;animation-delay:.2s}.wave-bar:nth-child(4){height:32px;animation-delay:.15s}.wave-bar:nth-child(5){height:22px;animation-delay:.05s}.wave-bar:nth-child(6){height:36px;animation-delay:.25s}.wave-bar:nth-child(7){height:22px;animation-delay:.1s}.wave-bar:nth-child(8){height:28px;animation-delay:.2s}.wave-bar:nth-child(9){height:16px;animation-delay:0s}.wave-bar:nth-child(10){height:26px;animation-delay:.15s}@keyframes wave-anim{0%,to{transform:scaleY(.4);opacity:.4}50%{transform:scaleY(1.1);opacity:1}}.ratio-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ratio-btn{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px;text-align:center;cursor:pointer;color:#ffffffb3;font-weight:700;font-size:13px;transition:all .15s ease}.ratio-btn:hover{background:#ffffff0a;border-color:#fff3}.ratio-btn.active{border-color:#ff5c00;background:#ff5c0014;color:#ff5c00}.action-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);padding-top:20px;margin-top:8px}.primary-btn{background:linear-gradient(135deg,#ff5c00,#f80);color:#0b0d0e;font-weight:800;font-size:14px;padding:12px 24px;border-radius:12px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 0 20px #ff5c0040}.primary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 28px #ff5c0073}.primary-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.secondary-btn{background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#fff;font-weight:700;font-size:14px;padding:12px 24px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .15s ease}.secondary-btn:hover{background:#ffffff0f;border-color:#fff3}.loading-container{min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center}.spinner-ring{width:56px;height:56px;border-radius:50%;border:3px solid rgba(255,92,0,.15);border-top-color:#ff5c00;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-bar-track{width:100%;max-width:360px;height:8px;background:#ffffff14;border-radius:999px;overflow:hidden;margin-top:12px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#ff5c00,#fa0);transition:width .3s ease;box-shadow:0 0 12px #ff5c00}.success-wrapper{display:flex;flex-direction:column;gap:24px;align-items:center}.video-preview-box{width:100%;max-width:800px;aspect-ratio:16/9;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.15);background:#000;box-shadow:0 20px 50px #0009}
