:root{color:#142033;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#eef1f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{background:radial-gradient(circle at 0 0,#1877f20e,#0000 30%),#eef1f6;min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}p{margin:0}#root{min-height:100vh}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f4f7fc;background:#0d111a}body{background:radial-gradient(circle at 0 0,#2b68c82e,#0000 30%),radial-gradient(circle at 86% 10%,#d02a8117,#0000 25%),#0d111a}}.app-shell{width:min(1180px,100% - 40px);margin:0 auto;padding:20px 0 72px}.app-assistant{right:max(12px, env(safe-area-inset-right));bottom:max(12px, env(safe-area-inset-bottom));z-index:20000;pointer-events:none;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed}.app-assistant button,.app-assistant textarea{font:inherit}.app-assistant__backdrop{z-index:1;-webkit-backdrop-filter:saturate(.72)brightness(.9);pointer-events:auto;cursor:default;background:#070c181c;border:0;width:100%;height:100%;padding:0;position:fixed;inset:0}.app-assistant__panel,.app-assistant__bubble{z-index:2;position:relative}.app-assistant__bubble{pointer-events:auto;color:#fff;cursor:pointer;background:linear-gradient(135deg,#6d2aff,#4211ac);border:1px solid #ffffff47;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:5px 12px 5px 5px;display:flex;box-shadow:0 12px 30px #2b0c7057}.app-assistant__bubble>span,.app-assistant__panel header>div>span{color:#5c1fd0;background:#f3ecff;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:950;display:grid}.app-assistant__bubble strong{white-space:nowrap;font-size:12px}.app-assistant.is-open .app-assistant__bubble{padding-right:5px}.app-assistant.is-open .app-assistant__bubble strong{display:none}.app-assistant__panel{pointer-events:auto;color:#172239;transform-origin:100% 100%;background:#fff;border:1px solid #ded4f6;border-radius:22px;grid-template-rows:auto minmax(130px,1fr) auto;width:min(380px,100vw - 24px);max-height:min(610px,100dvh - 82px);animation:.22s ease-out both assistant-panel-in;display:grid;overflow:hidden;box-shadow:0 24px 70px #180e3c47}@keyframes assistant-panel-in{0%{opacity:0;transform:translateY(10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.app-assistant__panel>header{color:#fff;background:linear-gradient(135deg,#24163f,#5d26bf);justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.app-assistant__panel>header>div{align-items:center;gap:10px;display:flex}.app-assistant__panel header p{gap:1px;margin:0;display:grid}.app-assistant__panel header strong{font-size:14px}.app-assistant__panel header small{color:#dacbf8;font-size:10px}.app-assistant__panel>header>button{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:1}.app-assistant__messages{overscroll-behavior:contain;background:#f7f5fb;flex-direction:column;gap:9px;min-height:160px;padding:14px;display:flex;overflow-y:auto}.app-assistant__message{white-space:pre-wrap;border-radius:15px;max-width:88%;padding:10px 12px;font-size:13px;line-height:1.42}.app-assistant__message--assistant{background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 3px 12px #25174614}.app-assistant__message--user{color:#fff;background:#6524d6;border-bottom-right-radius:4px;align-self:flex-end}.app-assistant__message>button{color:#5920c4;cursor:pointer;background:#f7f2ff;border:1px solid #d8c7fa;border-radius:10px;justify-content:space-between;align-items:center;width:100%;margin-top:9px;padding:8px 10px;font-weight:850;display:flex}.app-assistant__message>button i{font-style:normal}.app-assistant__thinking{background:#fff;border-radius:14px;align-self:flex-start;gap:4px;padding:11px 13px;display:flex}.app-assistant__thinking i{background:#7540dc;border-radius:50%;width:5px;height:5px;animation:.9s ease-in-out infinite assistant-dot}.app-assistant__thinking i:nth-child(2){animation-delay:.12s}.app-assistant__thinking i:nth-child(3){animation-delay:.24s}@keyframes assistant-dot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.app-assistant__panel>form{background:#fff;border-top:1px solid #e9e3f4;gap:7px;padding:10px 12px 9px;display:grid}.app-assistant__mode{align-items:center;gap:5px;display:flex}.app-assistant__mode button{color:#4d3d69;cursor:pointer;background:#fff;border:1px solid #ded5ed;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:850}.app-assistant__mode button[aria-pressed=true]{color:#fff;background:#6524d6;border-color:#6524d6}.app-assistant__mode small{color:#695b7e;margin-left:auto;font-size:10px;font-weight:800}.app-assistant__composer{background:#faf9fc;border:1px solid #d8d0e6;border-radius:15px;align-items:flex-end;gap:6px;padding:5px;display:flex}.app-assistant__composer textarea{resize:none;color:#172239;background:0 0;border:0;outline:0;flex:1;min-width:0;max-height:88px;padding:7px 5px;font-size:13px}.app-assistant__composer button{color:#fff;cursor:pointer;background:#6524d6;border:0;border-radius:11px;flex:none;place-items:center;width:34px;height:34px;font-weight:950;display:grid}.app-assistant__composer button:disabled{opacity:.35;cursor:default}.app-assistant__composer button.is-listening{animation:.85s ease-in-out infinite assistant-mic}@keyframes assistant-mic{50%{background:#e9256c;box-shadow:0 0 0 8px #e9256c26}}.app-assistant__error{color:#b91e51;margin:0;font-size:10px;line-height:1.35}.app-assistant__disclaimer{color:#8a8199;text-align:center;font-size:9px}.is-assistant-highlight{z-index:2;animation:.9s ease-in-out 5 assistant-highlight;position:relative}@keyframes assistant-highlight{0%,to{box-shadow:inherit;filter:brightness()}50%{filter:brightness(1.15);box-shadow:0 0 0 5px #7c3aed6b,0 0 35px #7c3aed8c}}.workspace-mode-card.is-assistant-choice-highlight{animation:1.15s ease-in-out 7 assistant-choice-highlight}.workspace-mode-card--business.is-assistant-choice-highlight{animation-delay:.17s}@keyframes assistant-choice-highlight{0%,to{box-shadow:none;filter:brightness();transform:translateY(0)}50%{filter:brightness(1.28);transform:translateY(-4px);box-shadow:0 0 0 5px #7c3aed61,0 0 38px #7c3aed7a}}.token-float.is-assistant-token-highlight{transform-origin:100% 0;animation:1.35s ease-in-out 4 assistant-token-highlight}@keyframes assistant-token-highlight{0%,to{box-shadow:inherit;transform:scale(1)}45%{transform:scale(1.38);box-shadow:0 0 0 6px #2584ff40,0 12px 36px #2584ff85}70%{transform:scale(1.24)}}@media (prefers-color-scheme:dark){.app-assistant__panel{color:#f4efff;background:#101827;border-color:#4b3a67}.app-assistant__messages{background:#0d1421}.app-assistant__message--assistant{background:#182235}.app-assistant__panel>form{background:#111927;border-color:#354157}.app-assistant__mode button{color:#dfd5f1;background:#182235;border-color:#4b3d61}.app-assistant__mode small{color:#b8abc9}.app-assistant__composer{background:#0d1421;border-color:#4a3d5f}.app-assistant__composer textarea{color:#f4efff}.app-assistant__message>button{color:#dac8ff;background:#261b3e;border-color:#6244a1}}@media (width<=900px){.app-assistant__backdrop{-webkit-backdrop-filter:saturate(.42)brightness(.7);background:#03081245}.app-assistant__panel{border-radius:19px;width:calc(100vw - 20px);max-height:min(560px,100dvh - 72px)}.app-assistant{right:max(10px, env(safe-area-inset-right));bottom:max(10px, env(safe-area-inset-bottom))}}@media (prefers-color-scheme:dark){.app-assistant__backdrop{-webkit-backdrop-filter:saturate(.24)brightness(.44);background:#0002088f}}@media (prefers-reduced-motion:reduce){.app-assistant__panel,.app-assistant__thinking i,.app-assistant__composer button.is-listening,.is-assistant-highlight{animation:none}.workspace-mode-card.is-assistant-choice-highlight{animation:none;box-shadow:0 0 0 4px #7c3aed6b}.token-float.is-assistant-token-highlight{animation:none;transform:scale(1.18);box-shadow:0 0 0 4px #2584ff59}}.top-bar{justify-content:space-between;align-items:center;gap:24px;min-height:64px;margin-bottom:24px;display:flex}.brand{color:#142033;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-mark{color:#fff;background:#1877f2;border-radius:15px;place-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:grid;box-shadow:0 8px 20px #1877f23d}.brand>span:last-child{text-align:left;line-height:1.1;display:grid}.brand strong{letter-spacing:-.02em;font-size:1rem}.brand small{color:#657085;margin-top:4px;font-size:.72rem;font-weight:650}.top-actions{align-items:center;gap:12px;display:flex}.status-pill,.selection-status{color:#465268;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:.76rem;font-weight:750;display:inline-flex;box-shadow:inset 0 0 0 1px #e1e6ef}.status-dot{background:#00a87e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #00a87e1f}.profile-button{color:#075cce;width:42px;height:42px;font:inherit;cursor:pointer;background:#e7f0ff;border:0;border-radius:50%;font-size:.75rem;font-weight:800}.token-float{z-index:50;color:#334056;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-height:34px;font:inherit;cursor:pointer;background:#fffffff0;border:1px solid #1877f226;border-radius:999px;align-items:center;gap:5px;padding:5px 10px 5px 6px;display:inline-flex;position:fixed;top:16px;right:16px;box-shadow:0 8px 24px #1f2d4524}.token-float>span{color:#fff;background:#1877f2;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.58rem;font-weight:900;display:grid}.token-float strong{color:#142033;font-size:.76rem}.token-float small{color:#738096;font-size:.58rem;font-weight:750}.app-logo-header{justify-content:center;align-items:center;min-height:180px;padding:16px 120px 12px;display:flex}.app-logo-header img{width:min(430px,100%);height:auto;display:block}.hero-section{color:#fff;background:radial-gradient(circle at 82% 20%,#fff3,#0000 24%),linear-gradient(135deg,#0866df,#1877f2 58%,#4c93f7);border-radius:34px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:center;gap:36px;min-height:280px;margin-bottom:56px;padding:48px 54px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 55px #1877f233}.hero-content{z-index:1;text-align:left;position:relative}.eyebrow,.section-kicker,.selection-label{letter-spacing:.13em;text-transform:uppercase;margin:0 0 12px;font-size:.73rem;font-weight:800}.eyebrow{color:#dceaff}.hero-section h1{color:#fff;letter-spacing:-.055em;max-width:650px;margin:0;font-size:clamp(2.45rem,5vw,4.4rem);font-weight:780;line-height:.98}.hero-copy{color:#eaf2ff;max-width:620px;margin-top:22px;font-size:1rem;line-height:1.6}.hero-orbit{min-height:210px;position:relative}.hero-orbit:before,.hero-orbit:after{content:"";border:1px solid #ffffff3d;border-radius:50%;position:absolute}.hero-orbit:before{inset:-18px 8px 8px -18px}.hero-orbit:after{inset:22px -26px -22px 32px}.orbit-pill{z-index:1;color:#182033;text-align:center;background:#fff;border-radius:999px;min-width:74px;padding:10px 15px;font-size:.74rem;font-weight:800;position:absolute;box-shadow:0 14px 28px #082a593d}.orbit-pill--poster{color:#a51d65;background:#fde8f3;top:2px;left:18%}.orbit-pill--voice{color:#6931c4;background:#efe9ff;top:34%;right:0}.orbit-pill--music{color:#00765c;background:#dcf7ef;bottom:2px;left:20%}.orbit-pill--video{color:#ad4900;background:#fff0df;top:42%;left:-6%}.studios-section{margin-bottom:26px}.section-heading{text-align:left;justify-content:space-between;align-items:end;gap:32px;margin-bottom:24px;display:flex}.section-kicker{color:#1877f2}.section-heading h2,.selection-panel h2{color:#142033;letter-spacing:-.04em;margin:0;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:760}.studio-grid{flex-direction:column;gap:12px;display:flex}.studio-grid.is-idle .studio-accordion__item:first-child>.studio-card{--studio-idle-delay:0s}.studio-grid.is-idle .studio-accordion__item:nth-child(2)>.studio-card{--studio-idle-delay:.27s}.studio-grid.is-idle .studio-accordion__item:nth-child(3)>.studio-card{--studio-idle-delay:.54s}.studio-grid.is-idle .studio-accordion__item:nth-child(4)>.studio-card{--studio-idle-delay:.81s}.studio-grid.is-idle .studio-card{animation:studio-idle-guide 6.2s ease-in-out var(--studio-idle-delay,0s) infinite}.studio-grid.is-idle:hover .studio-card{animation:none}.studio-accordion__item{--studio-item-color:#1877f2;border-left:0 solid #0000;gap:12px;width:100%;min-width:0;max-width:100%;scroll-margin-top:12px;transition:border-color .18s,padding-left .18s,gap .52s ease-in-out;display:grid}.studio-accordion__item--poster{--studio-item-color:#c72c7a}.studio-accordion__item--voice{--studio-item-color:#7c3aed}.studio-accordion__item--music{--studio-item-color:#00876a}.studio-accordion__item--video{--studio-item-color:#d65a00}.studio-accordion__item.is-active{padding-left:0}.studio-accordion__panel{width:100%;min-width:0;max-width:100%}.studio-accordion__panel:not([hidden]){animation:.26s ease-out both studio-panel-reveal;display:block}.studio-accordion__item.is-closing{gap:0}.studio-accordion__panel.is-closing:not([hidden]){pointer-events:none;animation:.52s ease-in-out both studio-panel-collapse;overflow:hidden}@keyframes studio-panel-reveal{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes studio-panel-collapse{0%{max-height:var(--studio-closing-height);opacity:1;transform:translateY(0)}to{opacity:0;max-height:0;transform:translateY(-8px)}}.studio-card{--studio-color:#1877f2;--studio-soft:#e7f0ff;--studio-card-border:#e3e7ee;border:1px solid var(--studio-card-border);cursor:pointer;text-align:left;background:#fff;border-radius:22px;outline:none;grid-template-columns:minmax(130px,.28fr) minmax(0,1fr);align-items:center;gap:22px;min-height:104px;padding:16px 20px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 8px 24px #1f2d450f}.studio-card:hover{border-color:color-mix(in srgb, var(--studio-color) 35%, var(--studio-card-border));transform:translateY(-3px);box-shadow:0 18px 38px #1f2d451c}.studio-card.is-active{border-color:var(--studio-color);box-shadow:0 0 0 3px color-mix(in srgb, var(--studio-color) 12%, transparent), 0 18px 38px #1f2d451a}.studio-accordion__item.is-next-cue>.studio-card{border-color:var(--studio-color);will-change:transform, box-shadow;animation:1s ease-in-out 5 next-studio-cue}@keyframes next-studio-cue{0%,to{transform:translateY(0)scale(1);box-shadow:0 8px 24px #1f2d450f}50%{box-shadow:0 0 0 6px color-mix(in srgb, var(--studio-color) 24%, transparent), 0 20px 42px color-mix(in srgb, var(--studio-color) 22%, #1f2d451f);transform:translateY(-3px)scale(1.012)}}@keyframes studio-idle-guide{0%,20%,to{border-color:var(--studio-card-border);transform:translateY(0)scale(1);box-shadow:0 8px 24px #1f2d450f}5%{border-color:var(--studio-color);box-shadow:0 0 0 3px color-mix(in srgb, var(--studio-color) 15%, transparent), 0 17px 34px color-mix(in srgb, var(--studio-color) 17%, #1f2d451a);transform:translateY(-3px)scale(1.008)}}.studio-card--poster{--studio-color:#c72c7a;--studio-soft:#fde8f3;grid-template-columns:minmax(130px,.28fr) minmax(0,1fr) auto}.studio-card--voice{--studio-color:#7c3aed;--studio-soft:#efe9ff}.studio-card--music{--studio-color:#00876a;--studio-soft:#dcf7ef}.studio-card--video{--studio-color:#d65a00;--studio-soft:#fff0df}.studio-card__top{justify-content:space-between;align-items:center;gap:16px;display:flex}.studio-card__top--icon-only{justify-content:center}.studio-icon{width:54px;height:54px;color:var(--studio-color);background:var(--studio-soft);border-radius:18px;place-items:center;font-size:1.35rem;font-weight:850;display:grid}.studio-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:29px;height:29px}.studio-card__quick-artwork{flex-direction:column;align-items:center;gap:6px;max-width:210px;display:flex}.studio-card__quick-artwork>button{border:1px solid color-mix(in srgb, var(--studio-color) 38%, #fff);width:76px;height:62px;color:var(--studio-color);background:var(--studio-soft);cursor:pointer;border-radius:19px;justify-content:center;align-items:center;gap:2px;padding:0;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex}.studio-card__quick-artwork>button:hover:not(:disabled){border-color:var(--studio-color);box-shadow:0 10px 22px color-mix(in srgb, var(--studio-color) 18%, transparent);transform:translateY(-2px)}.studio-card__quick-artwork>button:focus-visible{outline:3px solid color-mix(in srgb, var(--studio-color) 28%, transparent);outline-offset:3px}.studio-card__quick-artwork>button:disabled{cursor:wait;opacity:.78}.studio-card__quick-artwork>button .generate-button__spinner{border-color:color-mix(in srgb, var(--studio-color) 28%, transparent);border-top-color:var(--studio-color)}.studio-card__quick-artwork>button strong{color:currentColor;font-size:1.45rem;line-height:1}.studio-card__quick-artwork>button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.studio-card__quick-artwork>span{color:#b4235f;text-align:center;font-size:.66rem;font-weight:700;line-height:1.25}.studio-card h3{color:#142033;letter-spacing:-.035em;margin:0 0 5px;font-size:1.15rem;font-weight:760}.studio-card p{color:#6d788b;max-width:430px;font-size:.75rem;line-height:1.45}.studio-card__typed-description{position:relative}.studio-card__typed-measure{visibility:hidden}.studio-card__typed-text{position:absolute;inset:0}.studio-card__typed-text i{vertical-align:-.12em;background:var(--studio-color);border-radius:999px;width:2px;height:1em;margin-left:2px;animation:.56s step-end infinite studio-description-caret;display:inline-block}@keyframes studio-description-caret{50%{opacity:0}}.studio-card:focus-visible{outline:3px solid color-mix(in srgb, var(--studio-color) 28%, transparent);outline-offset:4px}.selection-panel{--selection-color:#c72c7a;background:color-mix(in srgb, var(--selection-color) 8%, #fff);box-shadow:inset 5px 0 0 var(--selection-color);text-align:left;border-radius:26px;justify-content:space-between;align-items:center;gap:28px;padding:30px 34px;display:flex}.selection-panel--voice{--selection-color:#7c3aed}.selection-panel--music{--selection-color:#00876a}.selection-panel--video{--selection-color:#d65a00}.selection-label{color:var(--selection-color)}.selection-panel h2{font-size:1.55rem}.selection-panel p:not(.selection-label){color:#606c80;margin-top:8px;font-size:.85rem}.selection-status{color:var(--selection-color);box-shadow:none;flex:none}.poster-workspace{text-align:left;background:#fff;border:1px solid #f0d7e4;border-radius:30px;padding:34px;box-shadow:0 16px 42px #4b1f3914}.poster-workspace__intro{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.poster-quick-artwork-loading{color:#7c1850;text-align:left;background:linear-gradient(145deg,#fff4fa,#fde8f3);border:1px solid #efacd0;border-radius:20px;justify-content:center;align-items:center;gap:16px;min-height:118px;padding:22px;scroll-margin-block:24px;display:flex;box-shadow:inset 4px 0 #c72c7a,0 12px 28px #7c18501a}.poster-quick-artwork-loading .generate-button__spinner{border-color:#c72c7a #c72c7a3d #c72c7a3d;flex:none;width:24px;height:24px}.poster-quick-artwork-loading>span:last-child{gap:4px;display:grid}.poster-quick-artwork-loading strong{color:#5f123d;font-size:.86rem}.poster-quick-artwork-loading small{color:#93637d;font-size:.66rem;line-height:1.4}.poster-workspace__intro h2{color:#142033;letter-spacing:-.04em;margin:0;font-size:clamp(1.65rem,3vw,2.3rem)}.poster-workspace__intro p:not(.selection-label){color:#68748a;max-width:610px;margin-top:9px;font-size:.88rem;line-height:1.55}.poster-model-pill{color:#a51d65;background:#fde8f3;border-radius:999px;flex:none;padding:9px 13px;font-size:.74rem;font-weight:800}.setup-notice{color:#755200;background:#fff7d9;border-radius:16px;gap:4px;margin-bottom:24px;padding:15px 17px;font-size:.82rem;line-height:1.45;display:grid;box-shadow:inset 4px 0 #e7a900}.setup-notice strong{color:#503800}.poster-workspace__grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:26px;display:grid}.poster-form{min-width:0}.poster-redesign-editor{background:linear-gradient(135deg,#fff9fc,#fde8f3);border:1px solid #d98ab1;border-radius:18px;gap:14px;padding:17px;scroll-margin-top:24px;display:grid;box-shadow:0 10px 26px #a51d6517}.poster-redesign-editor__heading,.poster-redesign-editor__footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.poster-redesign-editor__heading>div{gap:3px;display:grid}.poster-redesign-editor__heading>div>span{color:#a51d65;letter-spacing:.12em;text-transform:uppercase;font-size:.62rem;font-weight:900}.poster-redesign-editor__heading strong{color:#1d2a40;font-size:.88rem}.poster-redesign-editor__heading>span{color:#a51d65;background:#fff;border-radius:999px;flex:none;padding:7px 10px;font-size:.66rem;font-weight:850;box-shadow:inset 0 0 0 1px #c72c7a24}.poster-redesign-editor label{color:#26334a;gap:8px;font-size:.76rem;font-weight:800;display:grid}.poster-redesign-editor textarea{resize:vertical;color:#142033;background:#ffffffeb;border:1px solid #dce2eb;border-radius:17px;width:100%;min-height:112px;padding:15px 16px;line-height:1.55;transition:border-color .16s,box-shadow .16s,background .16s}.poster-redesign-editor textarea:focus{background:#fff;border-color:#c72c7a;outline:none;box-shadow:0 0 0 4px #c72c7a1a}.poster-redesign-editor textarea::placeholder{color:#b7bdc9;opacity:.72}.poster-redesign-editor__footer>span{color:#7b6672;font-size:.65rem;line-height:1.45}.poster-redesign-editor__footer button{color:#7b365b;font:inherit;cursor:pointer;background:#fff;border:0;border-radius:999px;flex:none;padding:7px 11px;font-size:.66rem;font-weight:800}.poster-form>label,.poster-field,.poster-options label{color:#26334a;gap:8px;font-size:.8rem;font-weight:800;display:grid}.poster-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.poster-field input,.poster-form textarea,.poster-options select{color:#142033;background:#f9fafc;border:1px solid #dce2eb;width:100%;transition:border-color .16s,box-shadow .16s,background .16s}.poster-field input{border-radius:14px;min-height:46px;padding:0 13px}.poster-field input[readonly]{cursor:pointer}.poster-field__label-note{color:#8791a2;font-size:.58rem;font-weight:700}.poster-field__input-wrap{position:relative}.poster-field__input-wrap>input{padding-right:58px}.poster-field__image-button{color:#a92268;cursor:pointer;background:#fff2f8;border:1px solid #e5b9cf;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:1px;width:40px;height:34px;padding:0;transition:transform .15s,border-color .15s,background .15s;display:inline-flex;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.poster-field__image-button>span{font-size:.8rem;font-weight:900;line-height:1}.poster-field__image-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.poster-field__image-button:not(:disabled):hover{background:#fde8f3;border-color:#c72c7a;transform:translateY(calc(-50% - 1px))}.poster-field__image-button:disabled{color:#9ba4b3;opacity:.72;cursor:not-allowed;background:#eef1f5;border-color:#dce2eb}.poster-field__business-logo-button{background:#fff;border-color:#79cbb7;width:42px;height:38px;padding:3px}.poster-field__business-logo-button>img{object-fit:contain;border-radius:7px;width:100%;height:100%}.poster-business-logo-picker{z-index:8;background:#f5fffb;border:1px solid #bfe8dc;border-radius:14px;gap:9px;margin-top:7px;padding:12px;display:grid;position:relative;box-shadow:0 13px 30px #005c4821}.poster-business-logo-picker>strong{color:#00765c;font-size:.62rem}.poster-business-logo-picker>div{flex-wrap:wrap;gap:8px;display:flex}.poster-business-logo-picker button{color:#26334a;min-width:112px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #d6e7e2;border-radius:11px;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:7px;padding:6px;font-size:.56rem;font-weight:800;display:grid}.poster-business-logo-picker button.is-selected{border-color:#00a87e;box-shadow:0 0 0 2px #00a87e1f}.poster-business-logo-picker img{object-fit:contain;background:#f2f5f7;border-radius:8px;width:42px;height:42px}.poster-business-logo-picker i{color:#00a87e;font-style:normal;font-weight:900}.poster-linked-reference-list{gap:6px;display:grid}.poster-linked-reference{color:#26334a;background:#fff9fc;border:1px solid #ead8e2;border-radius:12px;grid-template-columns:38px minmax(0,1fr) 26px;align-items:center;gap:8px;min-width:0;padding:6px;display:grid}.poster-linked-reference img{object-fit:cover;border-radius:9px;width:38px;height:38px}.poster-linked-reference>span{gap:1px;min-width:0;display:grid}.poster-linked-reference small{color:#9e4773;text-transform:uppercase;letter-spacing:.06em;font-size:.5rem;font-weight:850}.poster-linked-reference strong{text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;overflow:hidden}.poster-linked-reference>button{color:#9e2c65;width:26px;height:26px;font:inherit;cursor:pointer;background:#fde8f3;border:0;border-radius:8px;place-items:center;padding:0;font-weight:900;display:grid}.poster-form textarea{resize:vertical;border-radius:17px;min-height:184px;padding:15px 16px;line-height:1.55}.poster-description textarea{min-height:132px}.poster-options select{border-radius:14px;min-height:46px;padding:0 13px}.poster-step-card--generate{margin-top:12px;position:relative}.poster-step-card--generate .poster-step-card__heading{padding-right:150px}.poster-quality-lock{z-index:2;color:#422b07;pointer-events:none;background:linear-gradient(112deg,#b67b12 0%,#f0c856 29%,#fff9dc 48%,#e8bb45 68%,#9a6210 100%);border:1px solid #f7d873;border-radius:999px;align-items:center;gap:6px;width:142px;min-height:38px;padding:5px 8px 5px 5px;display:flex;position:absolute;top:0;right:14px;overflow:hidden;transform:translateY(-38%);box-shadow:0 8px 20px #794d0938,inset 0 1px #ffffffc7}.poster-quality-lock:after{content:"";background:linear-gradient(90deg,#0000,#ffffffc7,#0000);width:34px;height:150%;animation:3.8s ease-in-out infinite poster-quality-shine;position:absolute;top:-25%;left:-50px;transform:rotate(16deg)}.poster-quality-lock>i{color:#f8cf58;background:linear-gradient(145deg,#4b207e,#6f2dbd);border:1px solid #ffdc70d9;border-radius:50%;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:.56rem;font-style:normal;display:grid;box-shadow:inset 0 1px #ffffff3d,0 4px 10px #3e196942}.poster-quality-lock>span{gap:1px;min-width:0;display:grid}.poster-quality-lock strong{color:#452b04;text-overflow:ellipsis;white-space:nowrap;font-size:.52rem;line-height:1.15;overflow:hidden}.poster-quality-lock small{color:#6e4709;letter-spacing:.08em;text-transform:uppercase;font-size:.38rem;font-weight:900;line-height:1.15}@keyframes poster-quality-shine{0%,58%{left:-50px}82%,to{left:160px}}.poster-format-modal{z-index:1200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#090d17b8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.poster-format-modal__card{color:#1d2a40;background:linear-gradient(145deg,#fff,#fff6fa);border:1px solid #ead9e3;border-radius:24px;width:min(100%,500px);padding:28px;animation:.18s ease-out both poster-format-modal-in;position:relative;box-shadow:0 28px 80px #0a0d1657}.poster-format-modal__close{color:#7c6472;width:34px;height:34px;font:inherit;cursor:pointer;background:#f7eaf1;border:0;border-radius:50%;place-items:center;padding:0;font-size:1rem;display:grid;position:absolute;top:16px;right:16px}.poster-format-modal__eyebrow{color:#c72c7a;letter-spacing:.14em;font-size:.58rem;font-weight:950}.poster-format-modal__card h3{letter-spacing:-.03em;margin:5px 42px 0 0;font-size:1.25rem}.poster-format-modal__card>p{color:#7b6672;margin:7px 0 20px;font-size:.7rem}.poster-format-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.poster-format-options>button{color:#2f2840;min-width:0;min-height:138px;font:inherit;cursor:pointer;background:#ffffffdb;border:1px solid #e0d6e9;border-radius:17px;align-content:center;place-items:center;gap:6px;padding:14px 8px;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid}.poster-format-options>button:hover,.poster-format-options>button:focus-visible,.poster-format-options>button.is-current{border-color:#c72c7a;transform:translateY(-2px);box-shadow:0 8px 18px #a51d651f,0 0 0 3px #c72c7a14}.poster-format-options>button strong{font-size:.7rem}.poster-format-options>button small{color:#8b8190;font-size:.55rem;font-weight:800}.poster-format-options__shape{background:linear-gradient(145deg,#fde8f3,#fff);border:2px solid #c72c7a;border-radius:7px;width:46px;display:block;box-shadow:inset 0 0 0 4px #fff,0 5px 12px #a51d651f}.poster-format-options__shape.is-square{height:46px}.poster-format-options__shape.is-portrait{width:36px;height:54px}.poster-format-options__shape.is-landscape{width:58px;height:39px}.lossless-download-modal{z-index:1240}.lossless-download-modal__card{width:min(100%,540px)}.lossless-download-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.lossless-download-option{color:#2f2840;text-align:left;min-width:0;min-height:126px;font:inherit;cursor:pointer;background:#ffffffe6;border:1px solid #e0d6e9;border-radius:18px;align-items:center;gap:13px;padding:17px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.lossless-download-option:hover,.lossless-download-option:focus-visible{border-color:#c72c7a;transform:translateY(-2px);box-shadow:0 8px 18px #a51d651f,0 0 0 3px #c72c7a14}.lossless-download-option:disabled{cursor:wait;opacity:.7;transform:none}.lossless-download-option--share{background:linear-gradient(145deg,#fff7fb,#fde6f2);border-color:#d52f83}.lossless-download-option__icon{color:#fff;background:linear-gradient(145deg,#d83387,#a91d65);border-radius:14px;flex:0 0 45px;place-items:center;width:45px;height:45px;font-size:1.15rem;font-weight:950;display:grid;box-shadow:0 8px 18px #a91d6538}.lossless-download-option>span:last-child{gap:6px;min-width:0;display:grid}.lossless-download-option strong{font-size:.72rem;line-height:1.22}.lossless-download-option small{color:#8b7481;font-size:.53rem;font-weight:800;line-height:1.3}.lossless-download-modal__note{color:#8b7481;text-align:center;margin-top:14px;font-size:.52rem;font-weight:750;display:block}.lossless-download-steps{gap:9px;margin:0;padding:0;list-style:none;display:grid}.lossless-download-steps li{background:#ffffffc7;border:1px solid #ead9e3;border-radius:15px;align-items:center;gap:11px;padding:12px 14px;display:flex}.lossless-download-steps span{color:#fff;background:#c72c7a;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:.58rem;font-weight:950;display:grid}.lossless-download-steps strong{font-size:.68rem}.lossless-download-done{color:#fff;width:100%;min-height:46px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#d83387,#a91d65);border:0;border-radius:15px;margin-top:14px;font-size:.68rem;font-weight:950;box-shadow:0 10px 22px #a91d6538}@keyframes poster-format-modal-in{0%{opacity:0;transform:translateY(8px)scale(.98)}}.poster-writing-tip{z-index:1240;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070d16c2;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.poster-writing-tip__card{color:#253348;text-align:center;background:linear-gradient(145deg,#fff,#f0fff9);border:1px solid #bfe8dc;border-radius:24px;justify-items:center;gap:10px;width:min(100%,480px);padding:28px;animation:.18s ease-out both poster-format-modal-in;display:grid;box-shadow:0 28px 80px #0a1c1761}.poster-writing-tip__icon{color:#fff;background:linear-gradient(145deg,#00b68b,#007b61);border-radius:18px;place-items:center;width:54px;height:54px;margin-bottom:2px;font-size:1.2rem;display:grid;box-shadow:0 10px 24px #00876a3d}.poster-writing-tip__eyebrow{color:#00876a;letter-spacing:.14em;font-size:.55rem;font-weight:950}.poster-writing-tip__card h3{color:#17283d;letter-spacing:-.025em;margin:0;font-size:1.08rem}.poster-writing-tip__card p{color:#5f6d7d;margin:0;font-size:.68rem;line-height:1.65}.poster-writing-tip__card small{color:#00876a;font-size:.55rem;font-weight:800;line-height:1.45}.poster-writing-tip__card button{color:#fff;width:100%;min-height:48px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#00a87e,#007b61);border:0;border-radius:14px;margin-top:6px;font-size:.7rem;font-weight:900}.poster-showcase-modal{z-index:1220}.poster-showcase-modal__card{text-align:center;width:min(100%,460px);overflow:hidden}.poster-showcase-modal__card:before{filter:blur(10px);content:"";background:#efb53338;border-radius:50%;width:220px;height:220px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}.poster-showcase-modal__spark{color:#fff9df;background:linear-gradient(145deg,#efc24c,#b47a0a);border:1px solid #f1cb68;border-radius:18px;place-items:center;width:54px;height:54px;margin:0 auto 14px;font-size:1.35rem;display:grid;position:relative;box-shadow:0 10px 24px #b47a0a40}.poster-showcase-modal__card h3{margin-right:0}.poster-showcase-modal__card>p{max-width:330px;margin-left:auto;margin-right:auto}.poster-showcase-modal__actions{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10px;display:grid}.poster-showcase-modal__actions>button{min-height:48px;font:inherit;cursor:pointer;border:0;border-radius:15px;padding:12px 16px;font-size:.7rem;font-weight:900}.poster-showcase-modal__actions>button:disabled{cursor:wait;opacity:.65}.poster-showcase-modal__decline{color:#5f5360;background:#f1eaf0}.poster-showcase-modal__approve{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 10px 22px #05966938}.poster-showcase-modal__note{color:#8a7a84;margin-top:13px;font-size:.52rem;font-weight:750;display:block}.poster-showcase-modal__error{color:#a62828;margin:12px 0 0;font-size:.58rem;font-weight:850}.poster-field input:focus,.poster-form textarea:focus,.poster-options select:focus{background:#fff;border-color:#c72c7a;outline:none;box-shadow:0 0 0 4px #c72c7a1a}.poster-field input::placeholder,.poster-form textarea::placeholder{color:#b7bdc9;opacity:.68}.poster-form__meta{color:#8791a2;justify-content:space-between;gap:16px;margin:7px 2px 20px;font-size:.7rem;font-weight:650;display:flex}.reference-photos{margin-bottom:20px}.reference-photos__heading{color:#26334a;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:10px;display:flex}.reference-photos__heading>div{gap:3px;display:grid}.reference-photos__heading strong{font-size:.8rem}.reference-photos__heading span{color:#8791a2;font-size:.68rem;font-weight:650}.reference-dropzone{background:#fff9fc;border:1px dashed #d7aabe;border-radius:18px;padding:6px;transition:border-color .16s,background .16s,transform .16s}.reference-dropzone.is-dragging{background:#fde8f3;border-color:#c72c7a;transform:scale(1.01)}.reference-dropzone>button{color:#6f3152;cursor:pointer;background:0 0;border:0;border-radius:13px;align-content:center;place-items:center;gap:4px;width:100%;min-height:106px;display:grid}.reference-dropzone>button>span{color:#c72c7a;background:#fde8f3;border-radius:11px;place-items:center;width:34px;height:34px;margin-bottom:2px;font-size:1.2rem;font-weight:500;display:grid}.reference-dropzone>button strong{font-size:.78rem}.reference-dropzone>button small{color:#8a7480;font-size:.67rem}.reference-dropzone>button:disabled{opacity:.48;cursor:not-allowed}.reference-photo-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:10px;display:grid}.reference-photo{background:#fff;border:1px solid #ebdce4;border-radius:13px;grid-template-columns:44px minmax(0,1fr) 24px;align-items:center;gap:7px;min-width:0;padding:6px;display:grid}.reference-photo img{object-fit:cover;border-radius:9px;width:44px;height:44px}.reference-photo>span{color:#536075;text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;font-weight:700;overflow:hidden}.reference-photo>button{color:#9e2c65;cursor:pointer;background:#fde8f3;border:0;border-radius:8px;place-items:center;width:24px;height:24px;font-size:1rem;line-height:1;display:grid}.photo-error{color:#b42318;margin-top:8px;font-size:.7rem;line-height:1.45}.poster-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.generate-button{color:#fff;cursor:pointer;background:#c72c7a;border:0;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:50px;font-weight:800;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex;box-shadow:0 10px 24px #c72c7a33}.generate-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 14px 28px #c72c7a47}.generate-button:disabled{color:#8a92a2;box-shadow:none;cursor:not-allowed;background:#e7eaf0}.generate-button.is-generating{color:#fff;cursor:wait;background:#a51d65;box-shadow:0 10px 24px #a51d6533}.generate-button__spinner{border:2px solid #ffffff61;border-top-color:#fff;border-radius:50%;width:17px;height:17px;animation:.72s linear infinite poster-spinner}.generate-button>small{color:#fff;background:#ffffff2e;border-radius:999px;padding:4px 7px;font-size:.6rem;font-weight:850}.poster-error{color:#b42318;margin-top:12px;font-size:.78rem;line-height:1.5}.poster-preview{background-color:#fbf8fa;background-image:linear-gradient(45deg,#c72c7a09 25%,#0000 25%),linear-gradient(-45deg,#c72c7a09 25%,#0000 25%),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px dashed #ddc4d1;border-radius:22px;min-height:430px;display:grid;overflow:hidden}.poster-preview-stack{flex-direction:column;gap:12px;min-width:0;display:flex}.poster-preview>img{object-fit:contain;background:#17131a;width:100%;height:100%;max-height:620px}.poster-thinking{color:#fff;background:#17131a;grid-template-rows:minmax(270px,1fr) auto;min-height:430px;display:grid}.poster-thinking__canvas{isolation:isolate;background:radial-gradient(circle at 76% 24%,#ffb3473b,#0000 26%),radial-gradient(circle at 22% 78%,#00adb533,#0000 30%),#17131a;min-height:270px;position:relative;overflow:hidden}.poster-thinking__canvas:before{z-index:-1;content:"";opacity:.38;background-image:radial-gradient(#ffffff1f .8px,#0000 .8px);background-size:8px 8px;position:absolute;inset:0}.poster-thinking__ribbon{filter:saturate(1.15);border-radius:999px;width:105%;height:54px;animation:4.8s ease-in-out infinite alternate poster-ribbon-drift;position:absolute;right:-25%;transform:rotate(-27deg)}.poster-thinking__ribbon--orange{background:linear-gradient(90deg,#0000,#f36b21 30%,#ff9f1c);top:15%}.poster-thinking__ribbon--blue{background:linear-gradient(90deg,#0000,#087e8b 34%,#20b9c7);animation-delay:-1.6s;top:42%}.poster-thinking__ribbon--green{background:linear-gradient(90deg,#0000,#168b57 34%,#28b875);animation-delay:-3.2s;top:69%}.poster-thinking__portrait{color:#ffffffbf;background:linear-gradient(145deg,#ffffff38,#ffffff0a);border:1px solid #fff3;border-radius:999px 999px 28px 28px;place-items:center;width:42%;height:82%;animation:2.8s ease-in-out infinite poster-portrait-breathe;display:grid;position:absolute;bottom:-9%;right:7%;overflow:hidden;box-shadow:0 20px 60px #00000057}.poster-thinking__portrait img{object-fit:cover;filter:grayscale(.2)contrast(1.05)brightness(.72);width:100%;height:100%}.poster-thinking__portrait>span{letter-spacing:-.08em;font-size:clamp(2rem,7vw,4rem);font-weight:900}.poster-thinking__copy{gap:12px;width:48%;display:grid;position:absolute;top:20%;left:8%}.poster-thinking__copy>span{color:#ffffffc7;letter-spacing:.18em;font-size:.62rem;font-weight:850}.poster-thinking__copy i{background:linear-gradient(90deg,#ffffff29 20%,#ffffffeb 48%,#ffffff29 76%) 0 0/240% 100%;border-radius:5px;height:18px;animation:1.8s linear infinite poster-copy-shimmer;display:block}.poster-thinking__copy i:first-of-type{height:30px}.poster-thinking__copy i:nth-of-type(2){width:82%;height:30px;animation-delay:-.35s}.poster-thinking__copy i:nth-of-type(3){width:58%;height:9px;margin-top:6px;animation-delay:-.7s}.poster-thinking__scan{background:linear-gradient(#0000,#ffffff17,#0000);height:28%;animation:3.2s ease-in-out infinite poster-scan;position:absolute;inset:-25% 0 auto}.poster-thinking__status{z-index:2;color:#69758a;background:#fff;padding:18px 20px 20px;position:relative}.poster-thinking__status>span{color:#c72c7a;letter-spacing:.16em;margin-bottom:4px;font-size:.59rem;font-weight:900;display:block}.poster-thinking__status strong{color:#1d2a40;font-size:1.08rem;display:block}.poster-thinking__status p{color:#46546b;min-height:28px;margin-top:6px;font-size:.9rem;font-weight:800}.poster-thinking__status small{color:#8a94a6;margin-top:9px;font-size:.64rem;display:block}.poster-thinking__status .poster-thinking__coffee{color:#69758a;max-width:360px;font-size:.7rem;line-height:1.45}.processing-leave-warning{color:#b4235f;text-align:center;margin:9px 0 0;font-size:.68rem;font-weight:850;display:block}.poster-thinking__dots{gap:5px;display:flex;position:absolute;top:28px;right:22px}.poster-thinking__dots i{background:#c72c7a;border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite poster-dot-bounce}.poster-thinking__dots i:nth-child(2){background:#087e8b;animation-delay:.14s}.poster-thinking__dots i:nth-child(3){background:#f36b21;animation-delay:.28s}@keyframes poster-spinner{to{transform:rotate(360deg)}}@keyframes poster-ribbon-drift{0%{translate:-3% -4px}to{translate:4% 7px}}@keyframes poster-portrait-breathe{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-7px)scale(1.015)}}@keyframes poster-copy-shimmer{0%{background-position:140% 0}to{background-position:-140% 0}}@keyframes poster-scan{0%{opacity:0;transform:translateY(-20%)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translateY(470%)}}@keyframes poster-dot-bounce{0%,60%,to{opacity:.42;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}@media (prefers-reduced-motion:reduce){.studio-accordion__panel:not([hidden]),.studio-grid.is-idle .studio-card,.studio-accordion__item.is-next-cue>.studio-card,.voice-mode-card.is-next-step,.music-primary-settings,.music-programmed-info,.music-song-picker.is-business.is-requesting-source>.music-for-you,.music-song-picker.is-business.is-requesting-source>.music-song-import-actions>button,.generate-button__spinner,.poster-thinking__ribbon,.poster-thinking__portrait,.poster-thinking__copy i,.poster-thinking__scan,.poster-thinking__dots i,.voice-script-highlight.is-limit-pulsing .voice-script-overflow-word{animation:none}}.poster-preview__empty{color:#747e91;text-align:center;place-self:center;max-width:280px;padding:28px}.poster-preview__empty>span{color:#c72c7a;background:#fde8f3;border-radius:20px;place-items:center;width:62px;height:62px;margin:0 auto 16px;font-size:1.25rem;font-weight:850;display:grid}.poster-preview__empty strong{color:#26334a;margin-bottom:7px;display:block}.poster-preview__empty p{font-size:.78rem;line-height:1.55}.poster-preview__actions{background:#fff;justify-content:space-between;align-items:center;gap:14px;padding:14px 15px 8px;display:flex}.poster-preview__action-pills{flex-wrap:wrap;gap:8px;display:flex}.poster-action-pill{min-height:36px;font:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:7px 13px;font-size:.72rem;font-weight:850;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.poster-action-pill:hover{transform:translateY(-1px)}.poster-action-pill>span{border-radius:50%;place-items:center;width:20px;height:20px;font-size:.78rem;display:grid}.poster-action-pill--download{color:#fff;background:#a51d65;box-shadow:0 8px 18px #a51d6533}.poster-action-pill--download>span{background:#ffffff2e}.poster-action-pill--redesign{color:#8f1e5b;background:#fde8f3;box-shadow:inset 0 0 0 1px #c72c7a24}.poster-action-pill--redesign>span{background:#fff}.poster-action-pill--redesign>small{color:#a51d65;background:#fff;border-radius:999px;min-width:20px;padding:3px 6px;font-size:.56rem;font-weight:900}.poster-preview__actions>span,.poster-preview>small{color:#7c8798;font-size:.68rem}.poster-preview>small{text-overflow:ellipsis;white-space:nowrap;background:#fff;padding:5px 15px 13px;overflow:hidden}.poster-history{background:linear-gradient(145deg,#fffdfd 0%,#fff3f8 100%);border:1px solid #f0d7e4;border-radius:22px;padding:20px;scroll-margin-top:22px;overflow:visible;box-shadow:inset 4px 0 #d62e7d,0 10px 28px #4b1f3911}.poster-history__toggle{color:#1f2c42;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:54px;padding:0 0 16px;display:flex}.poster-history__toggle>span{align-items:center;gap:8px;display:flex}.poster-history__toggle>span:first-child{gap:1px;display:grid}.poster-history__toggle strong{color:#c72c7a;letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:900}.poster-history__toggle small,.poster-history__card small{color:#8993a5;font-size:.58rem;font-weight:650}.poster-history__toggle>span:last-child{color:#a51d65;font-size:.68rem;font-weight:850}.poster-history__toggle i{background:#fde8f3;border-radius:8px;place-items:center;width:23px;height:23px;font-size:.9rem;font-style:normal;display:grid}.poster-history__import{gap:6px;padding:0 0 12px;display:grid}.poster-history__import-button{color:#8f1e5b;min-height:38px;font:inherit;cursor:pointer;background:#fff7fb;border:1px dashed #a51d6552;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:8px 13px;font-size:.7rem;font-weight:850;transition:transform .15s,border-color .15s,background .15s;display:inline-flex}.poster-history__import-button:hover:not(:disabled),.poster-history__import-button:focus-visible{background:#fde8f3;border-color:#c72c7a;transform:translateY(-1px)}.poster-history__import-button:disabled{cursor:not-allowed;opacity:.55}.poster-history__import-button>span{font-size:1rem;line-height:1}.poster-history__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0;display:grid}.poster-history__card{color:#26334a;cursor:pointer;text-align:left;background:#f8f9fb;border:1px solid #e4e8ef;border-radius:12px;min-width:0;padding:4px;transition:transform .15s,border-color .15s,box-shadow .15s;overflow:hidden}.poster-history__entry,.music-history__item,.video-history__grid>article,.voice-history__item{position:relative}.poster-history__entry .poster-history__card{width:100%;height:100%}.poster-history__latest-tag,.studio-history__latest-tag{z-index:2;color:#4d3106;letter-spacing:.04em;pointer-events:none;white-space:nowrap;background:linear-gradient(110deg,#f3c955,#fff4bf,#d79b24);border:1px solid #ffe07aeb;border-radius:999px;padding:3px 6px;font-size:.4rem;font-weight:950;line-height:1;position:absolute;top:8px;left:8px;box-shadow:0 4px 10px #472a0333}.studio-history__latest-tag{top:-8px;left:18px}.poster-history__menu-trigger{z-index:3;color:#fff;width:30px;height:30px;font:inherit;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#121927b8;border:1px solid #ffffffb8;border-radius:10px;place-items:center;padding:0;transition:transform .15s,background .15s,border-color .15s;display:grid;position:absolute;top:9px;right:9px;box-shadow:0 6px 18px #0f172a3d}.poster-history__menu-trigger>span{font-size:1.25rem;font-weight:900;line-height:1;transform:translateY(-1px)}.poster-history__menu-trigger:hover,.poster-history__menu-trigger:focus-visible,.poster-history__menu-trigger[aria-expanded=true]{background:#a51d65;border-color:#fff;transform:translateY(-1px)}.poster-history__entry .history-action-menu{width:min(196px,100vw - 24px);top:43px;bottom:auto;right:4px}.poster-history__entry:nth-child(3n+1) .history-action-menu{left:4px;right:auto}.poster-history__entry:nth-child(3n+2) .history-action-menu{left:50%;right:auto;transform:translate(-50%)}.history-action-menu{z-index:30;background:#fff;border:1px solid #dce2ed;border-radius:14px;width:min(124px,100vw - 24px);min-width:0;padding:4px;display:grid;position:absolute;bottom:4px;right:4px;box-shadow:0 18px 45px #19264033}.history-action-menu button{color:#17233a;min-height:34px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:7px 9px;font-size:12px;font-weight:800;line-height:1.15}.history-action-menu button:hover,.history-action-menu button:focus-visible{background:#f2f5fa}.history-action-menu button:disabled{cursor:wait;opacity:.58}.history-action-menu button.is-danger{color:#bd285e}.history-heading-actions{justify-content:flex-end;align-items:center;display:flex}.history-heading-actions>small{color:#7f899b;white-space:nowrap;font-size:.68rem;font-weight:750;line-height:1}.history-expand-button{color:#5f28bd;font:inherit;cursor:pointer;background:#f2ebff;border:0;border-radius:999px;align-items:center;gap:.4rem;padding:.42rem .7rem;font-size:.72rem;font-weight:900;line-height:1;display:inline-flex}.history-expand-button:hover,.history-expand-button:focus-visible{background:#e8dcff}.history-expand-button span{font-size:.95rem;line-height:1}.history-count-toggle{color:#5f28bd;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.55rem;padding:0;font-size:.78rem;font-weight:900;line-height:1;display:inline-flex}.history-count-toggle>i{background:#f2ebff;border-radius:12px;place-items:center;width:34px;height:34px;font-size:.95rem;font-style:normal;display:grid}.history-count-toggle:hover>i,.history-count-toggle:focus-visible>i{background:#e8dcff}.history-count-only{color:#7f899b;font-size:.78rem;font-weight:850;line-height:1}.poster-history__card:hover{border-color:#d88ab1;transform:translateY(-2px)}.poster-history__card.is-active{border-color:#c72c7a;box-shadow:0 0 0 2px #c72c7a1a}.poster-history__card img{aspect-ratio:4/3;object-fit:cover;background:#17131a;border-radius:8px;width:100%;display:block}.poster-history__card>span{gap:1px;min-width:0;padding:6px 4px 4px;display:grid}.poster-history__card strong{text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;overflow:hidden}.poster-history__empty{color:#7d8798;text-align:center;background:#f7f8fa;border-radius:12px;margin:0 12px 12px;padding:13px;font-size:.68rem}.studio-data-loading{color:#687386;text-align:left;background:#f7f8fa;border:1px solid #e2e6ee;border-radius:14px;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;min-height:76px;margin:0;padding:14px 16px;display:flex}.studio-data-loading>span:last-child{gap:3px;display:grid}.studio-data-loading strong{color:#1f2a3d;font-size:.78rem}.studio-data-loading small{color:#7d8798;font-size:.66rem;line-height:1.4}.studio-data-loading__spinner{border:3px solid #b51f692e;border-top-color:#d62e7d;border-radius:50%;flex:0 0 24px;width:24px;height:24px;animation:.75s linear infinite studio-data-spin}@keyframes studio-data-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.studio-data-loading__spinner{animation-duration:1.8s}}.voice-workspace{--voice-color:#7c3aed;--voice-dark:#5b21b6;--voice-soft:#f3efff;color:#1f2c42;text-align:left;background:#fff;border:1px solid #e6dcff;border-radius:30px;width:100%;min-width:0;max-width:100%;padding:34px;overflow:hidden;box-shadow:0 16px 42px #45288214}.voice-workspace__intro{justify-content:space-between;align-items:flex-start;gap:24px;min-width:0;margin-bottom:24px;display:flex}.voice-workspace__intro>div>span,.voice-section-heading>div>span{color:var(--voice-color);letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px;font-size:.62rem;font-weight:900;display:block}.voice-workspace__intro h2{color:#142033;letter-spacing:-.04em;margin:0;font-size:clamp(1.65rem,3vw,2.3rem)}.voice-workspace__intro p{color:#6d788b;overflow-wrap:anywhere;max-width:640px;margin-top:8px;font-size:.82rem;line-height:1.55}.voice-model-pill{color:var(--voice-dark);background:var(--voice-soft);border-radius:999px;flex:none;padding:9px 13px;font-size:.74rem;font-weight:800}.voice-posters,.voice-history,.voice-script-card,.voice-maker-card{background:#fff;border:1px solid #e7e2f1;border-radius:20px;width:100%;min-width:0;max-width:100%;box-shadow:0 8px 24px #32274f0d}.voice-posters{background:linear-gradient(135deg,#fbf9ff 0%,#f4efff 100%);border-color:#dcd0fb;margin-bottom:16px;padding:17px;position:relative;box-shadow:inset 4px 0 #8b46f2,0 8px 24px #46258c12}.voice-posters.is-requesting-selection{animation:.6s ease-in-out 3 voice-poster-step-flash}.voice-poster-selection-prompt{color:#fff;background:linear-gradient(135deg,#8b46f2,#6325bd);border-radius:999px;width:fit-content;margin:-2px 0 12px;padding:8px 13px;font-size:.68rem;font-weight:900;animation:.22s ease-out both voice-poster-prompt-pop;box-shadow:0 8px 20px #6325bd3d}.voice-posters.is-requesting-selection .voice-poster-card{animation:.6s ease-in-out 3 voice-poster-option-flash}@keyframes voice-poster-step-flash{50%{border-color:#a46cf8;box-shadow:inset 4px 0 #8b46f2,0 0 0 5px #8b46f22e,0 12px 28px #46258c24}}@keyframes voice-poster-option-flash{50%{border-color:#8b46f2;transform:translateY(-2px);box-shadow:0 0 0 3px #8b46f224}}@keyframes voice-poster-prompt-pop{0%{opacity:0;transform:translateY(-5px)scale(.96)}}.voice-section-heading{justify-content:space-between;align-items:center;gap:18px;min-width:0;margin-bottom:13px;display:flex}.voice-section-heading h3{color:#1d2a40;letter-spacing:-.02em;margin:0;font-size:.95rem}.voice-section-heading>small{color:#8a94a5;font-size:.64rem;font-weight:700}.voice-section-heading>button{min-height:31px;color:var(--voice-dark);background:var(--voice-soft);font:inherit;cursor:pointer;border:0;border-radius:999px;padding:6px 10px;font-size:.64rem;font-weight:800}.voice-poster-slider{scrollbar-color:#c8b5f5 transparent;scrollbar-width:thin;gap:10px;width:100%;min-width:0;max-width:100%;padding:3px 2px 8px;display:flex;overflow-x:auto}.voice-poster-card{color:#26334a;cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e2eb;border-radius:14px;flex:0 0 148px;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:8px;width:148px;padding:6px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.voice-poster-card:hover{border-color:#b79af6;transform:translateY(-2px)}.voice-poster-card.is-active{border-color:var(--voice-color);box-shadow:0 0 0 3px #7c3aed1a}.voice-poster-card img{object-fit:cover;background:#18131e;border-radius:9px;width:50px;height:62px}.voice-poster-card>span{gap:3px;min-width:0;display:grid}.voice-poster-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:.67rem;overflow:hidden}.voice-poster-card small{color:#8a94a5;font-size:.57rem}.voice-selected-poster{background:#fff;border:1px solid #d9cdf7;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;min-width:0;padding:10px;display:grid}.voice-selected-poster__summary{align-items:center;gap:12px;min-width:0;display:flex}.voice-selected-poster__summary img{object-fit:cover;background:#18131e;border-radius:11px;flex:none;width:64px;height:82px}.voice-selected-poster__summary>span{gap:3px;min-width:0;display:grid}.voice-selected-poster__summary small{color:var(--voice-color);letter-spacing:.08em;text-transform:uppercase;font-size:.56rem;font-weight:850}.voice-selected-poster__summary strong{color:#26334a;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.voice-selected-poster__summary em{color:#8a94a5;font-size:.58rem;font-style:normal}.voice-selected-poster__actions{align-items:center;gap:8px;display:flex}.voice-selected-poster__actions button{min-height:42px;color:var(--voice-dark);background:var(--voice-soft);font:inherit;cursor:pointer;border:0;border-radius:999px;padding:9px 16px;font-size:.68rem;font-weight:850}.voice-selected-poster__actions button:first-child{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 8px 20px #5b21b633}.voice-selected-poster__actions button:hover{transform:translateY(-1px)}.voice-poster-preview-modal{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#130d1fb8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.voice-poster-preview-modal__card{background:#fff;border-radius:22px;max-width:min(92vw,650px);max-height:90vh;padding:12px;position:relative;box-shadow:0 24px 80px #00000057}.voice-poster-preview-modal__card>button{z-index:1;color:#fff;width:36px;height:36px;font:inherit;cursor:pointer;background:#140c1fb8;border:0;border-radius:50%;font-size:1.2rem;position:absolute;top:18px;right:18px}.voice-poster-preview-modal__card img{object-fit:contain;border-radius:14px;max-width:100%;max-height:calc(90vh - 24px);display:block}.voice-workspace__grid{grid-template-columns:minmax(0,.92fr) minmax(340px,1.08fr);gap:16px;width:100%;min-width:0;max-width:100%;display:grid}.voice-script-card,.voice-maker-card{min-width:0;padding:18px}.voice-script-card{background:linear-gradient(135deg,#fbf9ff 0%,#f4efff 100%);border-color:#dcd0fb;box-shadow:inset 4px 0 #8b46f2,0 8px 24px #46258c12}.voice-maker-card{background:linear-gradient(145deg,#faf8ff 0%,#f3eeff 100%);border-color:#d9cdf9;box-shadow:inset 4px 0 #7c3aed,0 8px 24px #46258c11}.voice-script-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.voice-script-options label,.voice-script-field{color:#26334a;gap:7px;font-size:.72rem;font-weight:800;display:grid}.voice-script-options select,.voice-script-field textarea{color:#142033;width:100%;font:inherit;background:#fafafe;border:1px solid #dfe3eb;border-radius:13px;transition:border-color .15s,box-shadow .15s}.voice-script-options select{min-height:42px;padding:0 11px}.voice-duration-warning{color:#ad294b;background:#fff0f4;border:1px solid #efb1c0;border-radius:11px;grid-column:1/-1;margin:0;padding:9px 11px;font-size:.64rem;font-weight:850}.voice-script-field textarea{resize:vertical;min-height:188px;padding:14px;line-height:1.55}.voice-script-field__heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.voice-script-field__heading>small{color:#8a94a5;font-size:.6rem;font-weight:700}.voice-script-field__heading>small strong{color:var(--voice-color);font-size:.72rem}.voice-script-editor{min-width:0;position:relative}.voice-script-editor.is-rewrite-open .voice-script-highlight,.voice-script-editor.is-rewrite-open>textarea{filter:blur(4px);opacity:.52;pointer-events:none;-webkit-user-select:none;user-select:none}.voice-duration-rewrite-inline{z-index:5;pointer-events:none;place-items:center;display:grid;position:absolute;inset:10px}.voice-duration-rewrite-inline__card{color:#f8f7ff;pointer-events:auto;background:linear-gradient(145deg,#241a31fa,#151221fa);border:1px solid #8b5cf680;border-radius:18px;width:min(100%,340px);padding:16px;box-shadow:0 18px 45px #180c2d61}.voice-duration-rewrite-inline__card small{color:#bda6ff;letter-spacing:.13em;margin-bottom:4px;font-size:.58rem;font-weight:900;display:block}.voice-duration-rewrite-inline__card h3{margin:0;font-size:clamp(1rem,3.4vw,1.25rem)}.voice-duration-rewrite-inline__card p{color:#c8c1d1;margin:6px 0 12px;font-size:.7rem;line-height:1.4}.voice-duration-rewrite-inline__actions{grid-template-columns:.8fr 1.2fr;gap:8px;display:grid}.voice-duration-rewrite-inline__actions button{color:#f8f7ff;min-height:40px;font:inherit;cursor:pointer;background:#211a2b;border:1px solid #bda6ff4d;border-radius:12px;font-size:.68rem;font-weight:850}.voice-duration-rewrite-inline__actions button:last-child{background:linear-gradient(135deg,#8b5cf6,#6d28d9);border-color:#0000}.voice-duration-rewrite-inline__actions button:disabled{cursor:wait;opacity:.65}.voice-script-highlight{z-index:0;color:#0000;min-height:186px;font:inherit;overflow-wrap:break-word;tab-size:4;pointer-events:none;white-space:pre-wrap;word-break:break-word;background:#fafafe;border-radius:12px;padding:14px;font-size:.72rem;font-weight:800;line-height:1.55;position:absolute;inset:1px;overflow:hidden}.voice-script-highlight mark{color:#0000;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-weight:inherit;background:#ede9fe;border-radius:4px;padding:0}.voice-script-highlight .voice-script-overflow-word{color:#0000;-webkit-box-decoration-break:clone;box-decoration-break:clone;background:#ffe0e8;border-radius:3px}.voice-script-highlight.is-limit-pulsing .voice-script-overflow-word{animation:.65s ease-in-out 2 voice-script-limit-pulse}@keyframes voice-script-limit-pulse{0%,to{color:#0000;background:#ffe0e8}50%{color:#0000;background:#dc284f;box-shadow:0 0 0 3px #dc284f29}}.voice-script-field .voice-script-editor>textarea{z-index:1;color:#142033;caret-color:#142033;overflow-wrap:break-word;tab-size:4;-webkit-text-fill-color:#142033;white-space:pre-wrap;word-break:break-word;background:0 0;display:block;position:relative}.voice-script-field .voice-script-editor>textarea::placeholder{color:#b8bec9;opacity:.68;-webkit-text-fill-color:#b8bec9}.voice-script-field .voice-script-editor>textarea::selection{color:#fff;text-shadow:0 0 #fff;-webkit-text-fill-color:#fff;background:#6d28d9e0}.voice-expression-menu{z-index:8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;border:1px solid #d9cdf7;border-radius:16px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 45px #3b1f7533}.voice-expression-menu__heading{color:#4d3b72;background:#f7f3ff;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.voice-expression-menu__heading strong{font-size:.66rem}.voice-expression-menu__heading span{color:#8c82a3;font-size:.53rem;font-weight:700}.voice-expression-menu__list{scrollbar-color:#c8b5f5 transparent;scrollbar-width:thin;gap:3px;max-height:250px;padding:6px;display:grid;overflow-y:auto}.voice-expression-menu__list>button{color:#26334a;min-width:0;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:8px 9px;display:grid}.voice-expression-menu__list>button:hover,.voice-expression-menu__list>button.is-active{background:#f3efff}.voice-expression-menu__list>button>span{gap:1px;min-width:0;display:grid}.voice-expression-menu__list>button strong{font-size:.64rem}.voice-expression-menu__list>button small{color:#8a94a5;text-overflow:ellipsis;white-space:nowrap;font-size:.52rem;overflow:hidden}.voice-expression-menu__list>button code{color:#6d28d9;white-space:nowrap;background:#ede9fe;border-radius:7px;padding:4px 6px;font-family:inherit;font-size:.56rem;font-weight:850}.voice-expression-menu__list>button em{color:#9a91aa;font-size:.5rem;font-style:normal;font-weight:750}.voice-expression-menu__empty{color:#7f899a;text-align:center;padding:16px;font-size:.62rem}.voice-script-options select:focus,.voice-script-field textarea:focus{border-color:var(--voice-color);outline:none;box-shadow:0 0 0 4px #7c3aed1a}.voice-script-field textarea::placeholder{color:#b8bec9;opacity:.68}.voice-ai-button,.voice-generate-button{width:100%;min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;font-size:.76rem;font-weight:850;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.voice-ai-button{color:var(--voice-dark);background:var(--voice-soft);margin-bottom:13px;box-shadow:inset 0 0 0 1px #7c3aed21}.voice-ai-button:not(:disabled):hover,.voice-generate-button:not(:disabled):hover{transform:translateY(-2px)}.voice-generate-button{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);margin-top:14px;box-shadow:0 10px 24px #5b21b638}.voice-ai-button:disabled,.voice-generate-button:disabled{color:#9299a7;box-shadow:none;cursor:not-allowed;background:#e9ebf0}.voice-ai-button.is-unavailable{color:#9299a7;box-shadow:none;background:#e9ebf0}.voice-ai-guidance{color:#5b21b6;text-align:center;background:#f2ecff;border-radius:10px;margin:-4px 0 13px;padding:9px 11px;font-size:.64rem;font-weight:750}.voice-generate-button.is-generating{color:#fff;cursor:wait;background:#5b21b6}.voice-spinner{border:2px solid #7c3aed40;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:.72s linear infinite poster-spinner}.voice-generate-button .voice-spinner{border-color:#fff #ffffff59 #ffffff59}.voice-field-meta{color:#8a94a5;justify-content:space-between;gap:16px;margin-top:7px;font-size:.62rem;font-weight:650;display:flex}.voice-field-meta .is-over-limit,.voice-field-meta>strong{color:#c5284d;font-weight:850}.voice-list{scrollbar-color:#c8b5f5 transparent;scrollbar-width:thin;gap:8px;max-height:330px;padding:2px 4px 4px 2px;display:grid;overflow-y:auto}.voice-option{cursor:pointer;background:#fff;border:1px solid #e5e2eb;border-radius:13px;grid-template-columns:auto 38px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:8px;display:grid;position:relative}.voice-option--new{margin-top:7px}.voice-option__new-badge{z-index:2;color:#4b3500;letter-spacing:.02em;white-space:nowrap;background:#ffd84d;border:1px solid #e5a900;border-radius:999px;padding:3px 8px;font-size:.48rem;font-weight:950;line-height:1;position:absolute;top:-9px;right:12px;box-shadow:0 3px 8px #684a0033}.voice-option.is-active{border-color:var(--voice-color);background:#fbf9ff;box-shadow:0 0 0 2px #7c3aed14}.voice-option input[type=radio]{accent-color:var(--voice-color)}.voice-option__avatar{width:38px;height:38px;color:var(--voice-dark);background:var(--voice-soft);border-radius:12px;place-items:center;font-size:.76rem;font-weight:900;display:grid}.voice-option__copy{gap:2px;min-width:0;display:grid}.voice-option__copy strong{color:#26334a;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.voice-option__copy small{color:#8791a2;text-overflow:ellipsis;white-space:nowrap;font-size:.57rem;overflow:hidden}.voice-history__item audio{display:none}.voice-option__controls{align-items:center;gap:6px;display:flex}.voice-option__controls audio{display:none}.voice-option__controls button{color:#5b21b6;cursor:pointer;background:#f0eaff;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;transition:color .15s,background .15s,transform .15s;display:grid}.voice-option__controls button:hover:not(:disabled){color:#fff;background:var(--voice-color);transform:translateY(-1px)}.voice-option__controls button:disabled{opacity:.35;cursor:not-allowed}.voice-option__controls button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.voice-preview-button svg path[d^=m8]{fill:currentColor;stroke:currentColor}.voice-pin-button.is-pinned{color:#fff;background:var(--voice-color);box-shadow:0 6px 14px #7c3aed3d}.voice-pin-button.is-pinned svg{fill:currentColor}.voice-settings{background:#faf9fd;border:1px solid #e7e2f1;border-radius:14px;margin-top:12px}.voice-settings summary{color:#4d3b72;cursor:pointer;padding:11px 13px;font-size:.7rem;font-weight:800}.voice-settings__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:2px 13px 13px;display:grid}.voice-settings__grid>label:not(.voice-boost-toggle){gap:4px;display:grid}.voice-settings__grid label>span{color:#6f7788;justify-content:space-between;gap:8px;font-size:.6rem;font-weight:700;display:flex}.voice-settings__grid .voice-slider-guide{color:#9892a5;justify-content:space-between;gap:10px;font-size:.5rem;font-weight:700;display:flex}.voice-slider-guide span:last-child{text-align:right}.voice-settings__grid input[type=range]{width:100%;accent-color:var(--voice-color)}.voice-boost-toggle{color:#4d3b72;align-items:center;gap:7px;font-size:.65rem;font-weight:750;display:flex}.voice-boost-toggle input{accent-color:var(--voice-color)}.voice-empty-state{color:#7f899a;text-align:center;background:#f7f7fa;border-radius:13px;gap:3px;padding:16px;font-size:.66rem;display:grid}.voice-empty-state strong{color:#526075;font-size:.72rem}.voice-error{color:#9e2319;background:#fff0ee;border-radius:12px;margin:14px 2px 0;padding:11px 13px;font-size:.72rem;line-height:1.45}.voice-history{background:linear-gradient(145deg,#faf8ff 0%,#f3eeff 100%);border-color:#d9cdf9;margin-top:16px;padding:17px;box-shadow:inset 4px 0 #7c3aed,0 8px 24px #46258c11}.voice-history__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;min-width:0;max-width:100%;display:grid}.voice-history__item{cursor:pointer;touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:#fbfaff;border:1px solid #e7e2f1;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;min-height:68px;padding:11px 12px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.voice-history__item:hover{border-color:#cbb8fa;transform:translateY(-1px)}.voice-history__item.is-playing{border-color:var(--voice);box-shadow:0 8px 20px #7b36ee1f}.voice-history__identity{align-items:center;gap:9px;min-width:0;display:flex}.voice-history__play-icon{width:34px;height:34px;color:var(--voice-dark);background:var(--voice-soft);border-radius:50%;flex:0 0 34px;place-items:center;font-size:.7rem;font-weight:900;display:grid}.voice-history__identity input{color:#26334a;width:100%;min-width:0;font:inherit;text-overflow:ellipsis;-webkit-user-select:text;user-select:text;background:0 0;border:1px solid #0000;border-radius:9px;padding:7px 8px;font-size:.7rem;font-weight:800}.voice-history__title{color:#26334a;min-width:0;font:inherit;text-align:left;cursor:text;touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:0 0;border:1px solid #0000;border-radius:9px;gap:2px;padding:7px 8px;display:grid}.voice-history__title:hover{background:#fff;border-color:#d8cdf2}.voice-history__title strong{text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.voice-history__title small{color:#9189a3;font-size:.5rem;font-weight:700}.voice-history__identity input:hover,.voice-history__identity input:focus{background:#fff;border-color:#d8cdf2;outline:0}.voice-history__actions{display:flex}.voice-history__actions a,.voice-history__actions button{min-height:29px;color:var(--voice-dark);background:var(--voice-soft);font:inherit;text-align:center;border:0;border-radius:999px;justify-content:center;align-items:center;padding:6px 11px;font-size:.58rem;font-weight:800;text-decoration:none;display:inline-flex}.voice-history__actions .voice-history__download{cursor:pointer;border-radius:50%;place-items:center;width:38px;height:38px;min-height:38px;padding:0;display:grid}.voice-history__download svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.voice-history__download:hover,.voice-history__download:focus-visible{background:#e3d8ff}.music-workspace{--music-color:#008b70;--music-dark:#006a56;--music-soft:#e4f8f2;--music-line:#ccece3;border:1px solid var(--music-line);color:#1f2c42;text-align:left;background:#fff;border-radius:30px;width:100%;min-width:0;max-width:100%;padding:34px;overflow:hidden;box-shadow:0 16px 42px #006b5614}.music-workspace__intro{justify-content:space-between;align-items:flex-start;gap:24px;min-width:0;margin-bottom:24px;display:flex}.music-workspace__intro>div>span,.music-step__heading>div>span{color:var(--music-color);letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px;font-size:.62rem;font-weight:900;display:block}.music-workspace__intro h2{color:#142033;letter-spacing:-.04em;margin:0;font-size:clamp(1.65rem,3vw,2.3rem)}.music-workspace__intro p{color:#6d788b;max-width:650px;margin:8px 0 0;font-size:.82rem;line-height:1.55}.music-auto-pill{color:var(--music-dark);background:var(--music-soft);border-radius:999px;flex:none;padding:9px 13px;font-size:.7rem;font-weight:850}.music-step,.music-history{background:#fff;border:1px solid #dfe8e5;border-radius:20px;width:100%;min-width:0;padding:18px;box-shadow:0 8px 24px #1a473e0b}.music-step+.music-step,.music-history{margin-top:16px}.music-step--voice{background:linear-gradient(135deg,#fbf9ff 0%,#f1ebff 100%);border-color:#dfd3fb;box-shadow:inset 4px 0 #7c3aed,0 8px 24px #46258c11}.music-step--voice .music-step__heading>div>span{color:#7c3aed}.music-step--voice .music-voice-slider{scrollbar-color:#c8b5f5 transparent}.music-step--voice .music-voice-slider>button:hover,.music-step--voice .music-voice-slider>button.is-active{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.music-step--voice .music-voice-slider__icon{color:#5b21b6;background:#f0eaff}.music-step--voice .music-selected-voice{background:#fcfaff;border-color:#d9cdf7}.music-step--voice .music-selected-voice__icon{background:linear-gradient(135deg,#8b46f2,#6024c0)}.music-step--voice .music-selected-voice em,.music-step--voice .music-selected-voice__actions>button{color:#5b21b6}.music-step--voice .music-selected-voice__actions>button{background:#f0eaff}.music-step--mix{background:linear-gradient(145deg,#fbfffe 0%,#e8f9f3 100%);border-color:#bde6da;box-shadow:inset 4px 0 #009879,0 8px 24px #1a473e0f}.music-step--mix.is-waiting{background:linear-gradient(145deg,#fbfffe 0%,#e8f9f3 100%)}.music-step--song{background:linear-gradient(145deg,#fbfffe 0%,#e8f9f3 100%);border-color:#bde6da;box-shadow:inset 4px 0 #009879,0 8px 24px #1a473e0f}.music-step__heading{justify-content:space-between;align-items:center;gap:18px;min-width:0;margin-bottom:14px;display:flex}.music-step__heading h3{color:#1d2a40;letter-spacing:-.02em;margin:0;font-size:.96rem}.music-step__heading>small{color:#859187;text-align:right;font-size:.62rem;font-weight:750}.music-voice-slider{scrollbar-color:#8fd1c1 transparent;scrollbar-width:thin;gap:10px;width:100%;min-width:0;padding:3px 2px 8px;display:flex;overflow-x:auto}.music-voice-slider>button{color:#26334a;width:210px;min-width:0;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe8e5;border-radius:14px;flex:0 0 210px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;padding:9px;display:grid}.music-voice-slider>button:hover,.music-voice-slider>button.is-active{border-color:var(--music-color);box-shadow:0 0 0 3px #008b701a}.music-voice-slider__icon,.music-selected-voice__icon{width:38px;height:38px;color:var(--music-dark);background:var(--music-soft);border-radius:12px;place-items:center;font-size:.7rem;font-weight:900;display:grid}.music-voice-slider>button>span:last-child,.music-selected-voice>span:nth-child(2),.music-song-file>span:nth-child(2){gap:3px;min-width:0;display:grid}.music-voice-slider strong,.music-selected-voice strong,.music-song-file strong{text-overflow:ellipsis;white-space:nowrap;font-size:.69rem;overflow:hidden}.music-voice-slider small,.music-selected-voice small,.music-song-file small{color:#8a958f;font-size:.58rem}.music-selected-voice{background:#fbfffd;border:1px solid #c5e6dd;border-radius:16px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:11px;display:grid}.music-selected-voice__icon{color:#fff;background:linear-gradient(135deg,#10a987,#007b63);border-radius:14px;width:44px;height:44px}.music-selected-voice em{color:var(--music-dark);font-size:.58rem;font-style:normal;font-weight:750}.music-selected-voice__actions>button,.music-song-file>button,.music-reset-button{min-height:34px;color:var(--music-dark);background:var(--music-soft);font:inherit;cursor:pointer;border:0;border-radius:999px;padding:7px 12px;font-size:.61rem;font-weight:850}.music-selected-voice__actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.music-selected-voice__actions>button:disabled{cursor:wait;opacity:.55}.music-empty-state{color:#617168;text-align:center;background:#f4f8f6;border-radius:15px;place-items:center;gap:5px;min-height:92px;padding:16px;display:grid}.music-empty-state strong{color:#33423b;font-size:.72rem}.music-empty-state span,.music-empty-state small{color:#89958f;font-size:.61rem}.music-empty-state--large{min-height:190px}.music-empty-state--large>span{width:58px;height:58px;color:var(--music-color);background:var(--music-soft);border-radius:18px;place-items:center;font-size:1.4rem;display:grid}.music-song-dropzone{width:100%;min-height:96px;color:var(--music-dark);font:inherit;cursor:pointer;background:#f7fdfa;border:1.5px dashed #8acdbc;border-radius:17px;align-content:center;place-items:center;gap:5px;padding:18px;display:grid}.music-song-picker{gap:9px;display:grid}.music-song-import-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.music-song-picker.is-business .music-song-import-actions{grid-template-columns:minmax(0,1fr)}.music-song-picker.is-business .music-song-dropzone,.music-song-picker.is-business .music-video-audio-button{place-items:initial;text-align:left;background:linear-gradient(145deg,#effcf7,#f9fffc);border:1px solid #87cdbb;border-radius:16px;grid-template-rows:auto auto;grid-template-columns:42px minmax(0,1fr);align-content:center;align-items:center;gap:1px 11px;min-height:66px;padding:11px 13px}.music-song-picker.is-business.is-requesting-source>.music-for-you,.music-song-picker.is-business.is-requesting-source>.music-song-import-actions>button{will-change:transform, border-color, box-shadow;animation:1.05s ease-in-out 4 music-source-choice-pulse}@keyframes music-source-choice-pulse{0%,to{box-shadow:none;border-color:#87cdbb;transform:translateY(0)scale(1)}50%{border-color:#009879;transform:translateY(-2px)scale(1.008);box-shadow:0 0 0 4px #00987921,0 12px 26px #006c5724}}.music-song-picker.is-business .music-song-dropzone>span,.music-song-picker.is-business .music-video-audio-button>span:first-child{color:#fff;background:linear-gradient(145deg,#00b68b,#007b61);border-radius:14px;grid-row:1/3;place-items:center;width:42px;height:42px;font-size:1rem;display:grid}.music-song-picker.is-business .music-song-dropzone strong,.music-song-picker.is-business .music-video-audio-button strong{align-self:end;margin:0;font-size:.7rem}.music-song-picker.is-business .music-song-dropzone small,.music-song-picker.is-business .music-video-audio-button small{align-self:start;font-size:.54rem}.music-song-picker.is-business .music-source-history__toggle{min-height:66px}.music-song-dropzone:hover{border-color:var(--music-color);background:#effbf7}.music-song-dropzone>span{color:#fff;background:var(--music-color);border-radius:13px;place-items:center;width:34px;height:34px;font-size:1.05rem;display:grid}.music-song-dropzone strong{margin-top:3px;font-size:.75rem}.music-song-dropzone small{color:#84928b;font-size:.6rem}.music-video-audio-button{width:100%;min-height:96px;color:var(--music-dark);font:inherit;text-align:center;cursor:pointer;background:#f3faf8;border:1px solid #b8ded4;border-radius:15px;align-content:center;place-items:center;gap:4px;padding:10px 14px;display:grid}.music-video-audio-button:hover,.music-video-audio-button:focus-visible{border-color:var(--music-color);background:#e9f8f3}.music-video-audio-button>span:first-child{color:var(--music-color);font-size:1rem;font-weight:900}.music-video-audio-button strong{font-size:.66rem}.music-video-audio-button small{color:#7f8f88;font-size:.54rem}.music-source-history{background:#f9fffc;border:1px solid #c8e7df;border-radius:15px;position:relative}.music-source-history__toggle{color:#25354c;width:100%;min-height:58px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:15px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.music-source-history__toggle>span:first-child{gap:2px;min-width:0;display:grid}.music-source-history__toggle>span:first-child strong{font-size:.7rem}.music-source-history__toggle>span:first-child small{color:#7f8f88;font-size:.54rem}.music-source-history__toggle>span:last-child{color:var(--music-dark);align-items:center;gap:8px;font-size:.68rem;display:flex}.music-source-history__toggle>span:last-child i{background:var(--music-soft);border-radius:9px;place-items:center;width:28px;height:28px;font-size:.78rem;font-style:normal;display:grid}.music-source-history__list{gap:7px;padding:0 9px 9px;display:grid}.music-source-history__item{position:relative}.music-source-history__item>button{color:#26334a;width:100%;min-width:0;min-height:58px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce8e5;border-radius:12px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 10px;display:grid}.music-source-history__item>button:disabled{cursor:wait;opacity:.65}.music-source-history__item.is-active>button{border-color:var(--music-color);box-shadow:0 0 0 2px #008b701a}.music-source-history__item>button>span:first-child{width:36px;height:36px;color:var(--music-dark);background:var(--music-soft);border-radius:11px;place-items:center;font-size:.7rem;font-weight:900;display:grid}.music-source-history__item>button>span:nth-child(2){gap:2px;min-width:0;display:grid}.music-source-history__item>button strong{text-overflow:ellipsis;white-space:nowrap;font-size:.64rem;overflow:hidden}.music-source-history__item>button small{color:#84928b;text-overflow:ellipsis;white-space:nowrap;font-size:.51rem;overflow:hidden}.music-source-history__item>button>i{color:#77560e;background:#f7dfa0;border-radius:999px;padding:4px 6px;font-size:.44rem;font-style:normal;font-weight:900}.music-for-you{background:linear-gradient(145deg,#effcf7,#f9fffc);border:1px solid #87cdbb;border-radius:16px;overflow:hidden}.music-for-you__toggle{color:#173b32;width:100%;min-height:66px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 13px;display:grid}.music-for-you__toggle>span:first-child{color:#fff;background:linear-gradient(145deg,#00b68b,#007b61);border-radius:14px;place-items:center;width:42px;height:42px;font-size:1rem;display:grid;box-shadow:0 8px 18px #00876a33}.music-for-you__toggle>span:nth-child(2){gap:3px;min-width:0;display:grid}.music-for-you__toggle>span:nth-child(2) strong{font-size:.76rem}.music-for-you__toggle>span:nth-child(2) small{color:#6f827b;font-size:.54rem}.music-for-you__toggle>span:last-child{color:#007b61;align-items:center;gap:8px;font-size:.68rem;display:flex}.music-for-you__toggle>span:last-child i{background:#d8f5eb;border-radius:10px;place-items:center;width:30px;height:30px;font-size:.78rem;font-style:normal;display:grid}.music-for-you__list{scrollbar-color:#58b99f transparent;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:430px;padding:0 10px 10px;display:grid;overflow:auto}.music-for-you__list>article{color:#26334a;background:#fff;border:1px solid #d0e7e0;border-radius:12px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;min-height:58px;padding:8px 10px;display:grid}.music-for-you__list>article.is-selected{background:#ddf7ee;border-color:#00a87e;box-shadow:inset 0 0 0 1px #00a87e}.music-for-you__preview{color:#007b61;width:40px;height:40px;font:inherit;cursor:pointer;background:#dff7ef;border:0;border-radius:11px;place-items:center;padding:0;font-size:.66rem;font-weight:950;display:grid}.music-for-you__preview:disabled,.music-for-you__choose:disabled{cursor:wait;opacity:.62}.music-for-you__list>article>span{gap:2px;min-width:0;display:grid}.music-for-you__list strong,.music-for-you__list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.music-for-you__list strong{font-size:.62rem}.music-programmed-gear{color:#00a17d;vertical-align:middle;place-items:center;margin-left:6px;font-size:.72rem;font-style:normal;display:inline-grid}.music-programmed-summary{color:#173b32;background:linear-gradient(145deg,#e9faf4,#f8fffc);border:1px solid #8acdbc;border-radius:15px;align-items:center;gap:12px;padding:12px 14px;display:flex}.music-programmed-summary>.music-programmed-gear{color:#fff;background:linear-gradient(145deg,#00b68b,#007b61);border-radius:14px;flex:0 0 42px;width:42px;height:42px;margin:0;font-size:1rem}.music-programmed-summary>span:last-child{gap:3px;display:grid}.music-programmed-summary strong{font-size:.7rem}.music-programmed-summary small{color:#6f827b;font-size:.54rem}.music-for-you__list small{color:#84928b;font-size:.5rem}.music-for-you__choose{color:#007b61;min-height:34px;font:inherit;cursor:pointer;background:#eefaf6;border:1px solid #9bd5c5;border-radius:999px;padding:7px 10px;font-size:.52rem;font-weight:900}.music-for-you__choose-group{align-items:center;gap:7px;display:flex}.music-programmed-info-button{color:#00a17d;width:38px;height:38px;font:inherit;cursor:pointer;background:#e5f8f1;border:1px solid #74c7b1;border-radius:50%;flex:0 0 38px;place-items:center;padding:0;font-size:1rem;transition:transform .16s,border-color .16s,background .16s;display:grid}.music-programmed-info-button:hover,.music-programmed-info-button[aria-expanded=true]{background:#d5f4e9;border-color:#009879;transform:rotate(18deg)scale(1.06)}.music-programmed-info-button:focus-visible{outline-offset:2px;outline:3px solid #00987933}.music-programmed-info{color:#174438;background:#eaf9f4;border:1px solid #91d3c1;border-radius:11px;grid-column:1/-1;gap:4px;margin-top:2px;padding:10px 12px;animation:.18s ease-out both music-programmed-info-in;display:grid;box-shadow:0 9px 20px #006c571c}.music-programmed-info strong{font-size:.58rem}.music-programmed-info small{color:#607a72;text-overflow:clip;white-space:normal;font-size:.5rem;line-height:1.45;overflow:visible}@keyframes music-programmed-info-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.music-for-you__choose[aria-pressed=true]{color:#fff;background:#00876a;border-color:#00876a}@media (width<=720px){.music-for-you__list{grid-template-columns:minmax(0,1fr)}}.music-song-file{background:#f9fffc;border:1px solid #c8e7df;border-radius:16px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:11px;display:grid}.music-song-file.has-error{background:#fff8f7;border-color:#efaaa4}.music-song-file__icon{color:#fff;background:linear-gradient(135deg,#10a987,#007b63);border-radius:14px;place-items:center;width:44px;height:44px;font-size:1rem;font-weight:900;display:grid}.music-inline-error,.music-error{color:#9d352d;background:#fff5f4;border:1px solid #f2b7b2;border-radius:12px;margin:10px 0 0;padding:10px 12px;font-size:.64rem;font-weight:700}.music-song-position{background:#f5f9f7;border-radius:14px;gap:10px;margin-top:13px;padding:13px;display:grid}.music-song-position>span{justify-content:space-between;align-items:center;gap:12px;display:flex}.music-song-position strong{font-size:.67rem}.music-song-position small{color:#74827b;font-size:.59rem}.music-workspace input[type=range]{width:100%;accent-color:var(--music-color)}.music-timeline{background:#f7fbf9;border:1px solid #d3e6e1;border-radius:17px;min-width:0;padding:12px}.music-timeline__labels{color:#829089;justify-content:space-between;padding-left:48px;font-size:.54rem;font-weight:750;display:flex}.music-song-browser__heading{color:#26384a;justify-content:space-between;align-items:center;gap:10px;padding-left:49px;display:flex}.music-song-browser__heading>span{font-size:.61rem;font-weight:850}.music-song-browser__heading>small{color:#6f7f77;text-align:right;font-size:.54rem;font-weight:750}.music-timeline__lane{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:7px;min-width:0;margin-top:7px;display:grid}.music-timeline__lane-label{color:#53645c;font-size:.56rem;font-weight:850}.music-voice-track{background:#f0ebff;border-radius:11px;min-width:0;height:50px;position:relative;overflow:hidden}.music-song-browser{scrollbar-color:#63bfa9 #dff0eb;scrollbar-width:thin;background:#e6f5f0;border:1px solid #cce8df;border-radius:11px;width:100%;min-width:0;overflow:auto hidden}.music-song-browser:focus-visible{outline-offset:2px;outline:3px solid #008b702e}.music-waveform-full{-webkit-user-select:none;user-select:none;align-items:center;gap:2px;min-width:100%;height:62px;padding:7px;display:flex;position:relative}.music-waveform-full i{z-index:0;opacity:.72;background:#31a98f;border-radius:99px;flex:1 1 0;min-width:0}.music-song-selection{z-index:2;color:#fff;min-width:34px;font:inherit;cursor:grab;touch-action:none;background:#008b7033;border:2px solid #007b64;border-radius:9px;place-items:center;padding:0;display:grid;position:absolute;top:3px;bottom:3px;overflow:hidden;box-shadow:0 3px 10px #00685338}.music-song-selection:active{cursor:grabbing}.music-song-selection>span{background:#005c49c2;border-radius:99px;padding:3px 5px;font-size:.55rem;line-height:1}.music-song-browser__times{color:#829089;justify-content:space-between;gap:10px;margin:4px 0 0 49px;font-size:.5rem;font-weight:750;display:flex}.music-timeline__labels--mix{margin-top:11px;padding-left:49px}.music-voice-track{overflow:visible}.music-voice-gap{z-index:0;color:#765ca8;white-space:nowrap;pointer-events:none;place-items:center;padding:0 4px;font-size:.47rem;font-weight:850;display:grid;position:absolute;top:0;bottom:0;overflow:hidden}.music-voice-gap--before{left:0}.music-voice-gap--after{right:0}.music-voice-clip{z-index:1;color:#fff;min-width:62px;font:inherit;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#8b46f2,#6024c0);border:1px solid #7c3aed;border-radius:9px;align-items:center;gap:6px;padding:0 9px;display:flex;position:absolute;top:6px;bottom:6px;overflow:hidden;box-shadow:0 5px 14px #5b21b633}.music-voice-clip:active{cursor:grabbing}.music-voice-clip>span{flex:none;font-size:.65rem}.music-voice-clip strong{text-overflow:ellipsis;white-space:nowrap;font-size:.56rem;overflow:hidden}.music-timeline__hint{color:#75847c;margin:10px 0 0 49px;font-size:.56rem}.music-preview-controls{background:#fff;border:1px solid #d7e8e3;border-radius:16px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:11px;min-width:0;margin-top:13px;padding:10px;display:grid}.music-preview-button{color:#fff;width:48px;height:48px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#11aa87,#00765e);border:0;border-radius:50%;place-items:center;font-size:.8rem;font-weight:900;display:grid;box-shadow:0 8px 20px #00765e38}.music-preview-controls>div{gap:7px;min-width:0;display:grid}.music-preview-controls>div>span{justify-content:space-between;align-items:center;gap:12px;display:flex}.music-preview-controls strong{font-size:.66rem}.music-preview-controls small{color:#7b8982;font-size:.58rem}.music-preview-controls progress{background:#e4eee9;border:0;border-radius:99px;width:100%;height:6px;overflow:hidden}.music-preview-controls progress::-webkit-progress-bar{background:#e4eee9;border-radius:99px}.music-preview-controls progress::-webkit-progress-value{background:var(--music-color);border-radius:99px}.music-preview-controls progress::-moz-progress-bar{background:var(--music-color);border-radius:99px}.music-advanced-settings{background:#f9fcfb;border:1px solid #d9e9e4;border-radius:15px;margin-top:12px}.music-primary-settings{margin-top:12px;animation:1s both music-primary-settings-in}.music-primary-settings__grid{background:#f9fcfb;border:1px solid #d9e9e4;border-radius:15px;padding:14px}.music-primary-settings .music-advanced-settings{margin-top:8px}@keyframes music-primary-settings-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.music-advanced-settings summary{color:#33433c;cursor:pointer;padding:12px 14px;font-size:.65rem;font-weight:850}.music-advanced-settings__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:4px 14px 14px;display:grid}.music-advanced-settings__grid label{gap:7px;min-width:0;display:grid}.music-advanced-settings__grid label>span{color:#65736c;justify-content:space-between;gap:8px;font-size:.58rem;font-weight:750;display:flex}.music-advanced-settings__grid label strong{color:var(--music-dark)}.music-advanced-settings__grid input[type=range]{touch-action:pan-y}.music-reset-button{margin:0 14px 14px}.music-render-button{color:#fff;width:100%;min-height:54px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#0aa483,#006c57);border:0;border-radius:16px;margin-top:13px;padding:12px 18px;scroll-margin-bottom:18px;font-size:.76rem;font-weight:900;box-shadow:0 11px 25px #006c5733}.music-render-button:disabled{cursor:wait;opacity:.65}.music-history{background:linear-gradient(145deg,#f9fffd 0%,#eafaf5 100%);border-color:#cbe9e1;box-shadow:inset 4px 0 #009879,0 8px 24px #1a473e0f}.music-history__list{gap:9px;display:grid}.music-history__empty{color:#70817b;text-align:center;background:#ffffff7a;border:1px dashed #b9ddd3;border-radius:14px;margin:0;padding:18px;font-size:.66rem;font-weight:750}.music-history__item{background:#f9fcfb;border:1px solid #d9e9e4;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px;display:grid}.music-history__item.is-playing{border-color:var(--music-color);box-shadow:0 7px 18px #008b701c}.music-history__play{color:#26334a;min-width:0;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:9px;padding:0;display:grid}.music-history__play>span:first-child{width:36px;height:36px;color:var(--music-dark);background:var(--music-soft);border-radius:50%;place-items:center;font-size:.65rem;font-weight:900;display:grid}.music-history__play>span:last-child{gap:2px;min-width:0;display:grid}.music-history__item strong{text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;overflow:hidden}.music-history__item small{color:#84928b;font-size:.56rem}.music-history__item audio{display:none}.music-history__download{width:38px;height:38px;color:var(--music-dark);background:var(--music-soft);cursor:pointer;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.music-history__download svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.music-history__download:hover,.music-history__download:focus-visible{background:#d3f6ec}.music-history__item>a{min-height:32px;color:var(--music-dark);background:var(--music-soft);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:7px 11px;font-size:.58rem;font-weight:850;text-decoration:none;display:inline-flex}.video-workspace{--video-color:#d65a00;--video-dark:#a64000;--video-soft:#fff0df;background:#fff;border:1px solid #efc8a9;border-radius:28px;gap:18px;padding:28px;display:grid;box-shadow:0 18px 46px #4c290e14}.video-workspace__intro,.video-section-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.video-workspace__intro>div>span,.video-section-heading>div>span{color:var(--video-color);letter-spacing:.16em;text-transform:uppercase;margin-bottom:5px;font-size:.58rem;font-weight:900;display:block}.video-workspace__intro h2,.video-section-heading h3{color:#142138;margin:0;line-height:1.05}.video-workspace__intro h2{font-size:clamp(1.25rem,4vw,2rem)}.video-section-heading h3{font-size:.88rem}.video-output-pill{min-height:40px;color:var(--video-dark);background:var(--video-soft);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:8px 15px;font-size:.62rem;font-weight:900;display:inline-flex}.video-input,.video-output,.video-history{background:#fff;border:1px solid #eadfd7;border-radius:22px;min-width:0;padding:20px}.video-input--poster{background:linear-gradient(145deg,#fffafd 0%,#fff0f7 100%);border-color:#f0ccdf;box-shadow:inset 4px 0 #d52f7e,0 8px 24px #8f2a5d0f}.video-input--poster .video-section-heading>div>span{color:#cc2978}.video-input--music{background:linear-gradient(145deg,#fbfefd 0%,#e9faf4 100%);border-color:#c9e8df;box-shadow:inset 4px 0 #009879,0 8px 24px #1a473e0f}.video-output{background:linear-gradient(145deg,#fffdfa 0%,#fff4e9 100%);border-color:#efd6c2;box-shadow:inset 4px 0 #de6a00,0 8px 24px #783e120e}.video-input--music .video-section-heading>div>span{color:#008b70}.video-section-heading>small{color:#8b948f;white-space:nowrap;font-size:.58rem;font-weight:800}.video-selected-input{border:1px solid;border-radius:17px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;margin-top:14px;padding:10px;display:grid;position:relative}.video-selected-input--poster{background:#fff7fb;border-color:#eab3d0}.video-selected-input--music{background:#f4fcfa;border-color:#9cd8c8}.video-selected-input>img,.video-choice-strip img{object-fit:cover;border-radius:12px;width:58px;height:58px}.video-selected-input__music-icon{color:#006c57;background:#dff7f1;border-radius:14px;place-items:center;width:52px;height:52px;font-size:.85rem;font-weight:900;display:grid}.video-selected-input>div,.video-choice-strip button>span:last-child{gap:3px;min-width:0;display:grid}.video-selected-input strong,.video-choice-strip strong{color:#26334a;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.video-selected-input small,.video-choice-strip small{color:#8d9691;font-size:.56rem}.video-selected-input>button{color:#26334a;min-height:36px;font:inherit;cursor:pointer;background:#fff;border:0;border-radius:999px;padding:8px 13px;font-size:.58rem;font-weight:850}.video-choice-strip{scrollbar-width:thin;grid-auto-columns:minmax(190px,.42fr);grid-auto-flow:column;gap:10px;margin-top:14px;padding:3px;display:grid;overflow-x:auto}.video-choice-strip>button{min-width:0;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e5ec;border-radius:16px;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;padding:9px;display:grid;position:relative}.video-choice-strip>button.is-selected{border-color:#cc2978;box-shadow:0 0 0 3px #cc29781a}.video-choice-strip--music>button.is-selected{border-color:#008b70;box-shadow:0 0 0 3px #008b701a}.video-choice-strip__music-icon{color:#006c57;background:#dff7f1;border-radius:50%;place-items:center;width:48px;height:48px;font-size:.62rem;display:grid}.video-choice-strip>p,.video-history__empty{color:#88918c;background:#f7f8fa;border-radius:14px;margin:0;padding:18px;font-size:.62rem;font-weight:700}.video-output{background:#fffdfa;border-color:#e9b98f}.video-output__layout{grid-template-columns:minmax(250px,.85fr) minmax(320px,1.15fr);align-items:start;gap:20px;margin-top:16px;display:grid}.video-preview{aspect-ratio:9/16;isolation:isolate;background:#17120f;border:1px solid #efd6c2;border-radius:20px;width:100%;max-width:340px;max-height:560px;margin-inline:auto;position:relative;overflow:hidden}.video-preview__blur,.video-preview__poster{width:100%;height:100%;position:absolute;inset:0}.video-preview__blur{z-index:-2;object-fit:cover;filter:blur(24px)brightness(.48)saturate(1.18);transform:scale(1.14)}.video-preview__poster{z-index:-1;object-fit:cover;transform-origin:50%;will-change:transform}.video-preview__fx{z-index:1;object-fit:cover;mix-blend-mode:screen;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.video-preview__watermark{z-index:3;pointer-events:none;-webkit-user-select:none;user-select:none;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:clamp(20px,6vw,48px) clamp(14px,4vw,34px);display:grid;position:absolute;inset:-14%;transform:rotate(-20deg)scale(1.08)}.video-preview__watermark span{color:#ffffff17;letter-spacing:.08em;text-align:center;text-shadow:0 1px 2px #0000003d,0 0 6px #0000001f;font-size:clamp(.68rem,2vw,1rem);font-weight:950;line-height:1.15}.video-preview__watermark span:nth-child(3n+2){translate:0 45%}.video-preview--zoom .video-preview__poster{transform:scale(calc(1 + var(--video-progress) * .045))}.video-preview--pan .video-preview__poster{transform:scale(1.065) translateX(calc((-3.5% + var(--video-progress) * 7%)))}.video-preview__empty{color:#9b7d68;background:linear-gradient(145deg,#fff7ef,#f6e9de);place-content:center;justify-items:center;gap:8px;display:grid;position:absolute;inset:0}.video-preview__empty>span{width:54px;height:54px;color:var(--video-color);background:#fff;border-radius:18px;place-items:center;display:grid}.video-preview__empty>strong{font-size:.7rem}.video-controls{gap:14px;min-width:0;display:grid}.video-preview-player{background:#fff5eb;border-radius:18px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;min-width:0;padding:12px;display:grid}.video-preview-player>button{color:#fff;width:52px;height:52px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#ff7900,#bd4500);border:0;border-radius:50%;place-items:center;font-size:.75rem;font-weight:900;display:grid}.video-preview-player>button:disabled{cursor:not-allowed;opacity:.4}.video-preview-player>div{grid-template-columns:minmax(0,1fr) auto;gap:5px 10px;min-width:0;display:grid}.video-preview-player strong,.video-preview-player span,.video-control-group>span{color:#4d4038;font-size:.61rem;font-weight:850}.video-preview-player span{color:#8e7d71;font-weight:700}.video-preview-player input{width:100%;accent-color:var(--video-color);grid-column:1/-1}.video-control-group{gap:7px;display:grid}.video-fx-control{background:#fffaf5;border:1px solid #eadfd7;border-radius:18px;padding:12px}.video-fx-control__heading{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.video-fx-control__heading>span{color:#4d4038;font-size:.61rem;font-weight:900}.video-fx-control__heading>small{color:#b24b08;margin-left:auto;font-size:.52rem;font-weight:850}.video-fx-control__heading>i,.video-motion-ai__heading>i{color:#b24b08;font-size:.66rem;font-style:normal;font-weight:900}.video-fx-picker{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.video-fx-picker>button{color:#5d4e44;min-width:0;font:inherit;cursor:pointer;background:#fff;border:1px solid #e3d8d0;border-radius:14px;gap:6px;padding:5px 5px 8px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid;overflow:hidden}.video-fx-picker>button:hover{transform:translateY(-1px)}.video-fx-picker>button.is-active{border-color:var(--video-color);color:var(--video-dark);background:var(--video-soft);box-shadow:0 0 0 3px #d65a001a}.video-fx-picker video{object-fit:cover;pointer-events:none;background:#050711;border-radius:10px;width:100%;height:74px;display:block}.video-fx-picker strong{text-align:left;text-overflow:ellipsis;white-space:nowrap;padding-inline:3px;font-size:.56rem;font-weight:850;overflow:hidden}.video-fx-settings{gap:10px;padding-top:4px;display:grid}.video-fx-settings label{gap:5px;display:grid}.video-fx-settings label>span{color:#74665d;justify-content:space-between;align-items:center;gap:12px;font-size:.54rem;font-weight:800;display:flex}.video-fx-settings label strong{color:#b24b08}.video-fx-settings input{width:100%;accent-color:var(--video-color)}.video-fx-picker-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.video-fx-picker-actions>button{color:#9a3f08;font:inherit;cursor:pointer;background:#ffeadb;border:0;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:5px 9px;font-size:.5rem;font-weight:850;display:inline-flex}.video-fx-picker-actions>button:first-child{color:#7b410f;background:#fff0df}.video-fx-picker-actions>button:first-child span{font-size:.62rem}.video-motion-ai{background:linear-gradient(145deg,#fffaf6,#fff2e8);border:1px solid #e9d6c8;border-radius:18px;padding:13px;transition:border-color .16s,box-shadow .16s}.video-motion-ai.is-active{border-color:#e56a16;box-shadow:0 0 0 3px #d65a001a}.video-motion-ai__heading{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:flex-start;gap:10px;padding:0;display:flex}.video-motion-ai__heading>div{gap:2px;display:grid}.video-motion-ai__heading span{color:#4d4038;font-size:.63rem;font-weight:900}.video-motion-ai__heading small{color:#89776b;font-size:.49rem;font-weight:700}.video-motion-ai__heading>strong{color:#b24b08;flex:none;margin-left:auto;font-size:.5rem;font-weight:900}.video-motion-ai__presets{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.video-motion-ai__presets button{color:#65544a;min-width:0;min-height:54px;font:inherit;cursor:pointer;background:#fff;border:1px solid #e5d8cf;border-radius:13px;place-content:center;justify-items:center;gap:4px;padding:7px 5px;display:grid}.video-motion-ai__presets button>span{color:#d65a00;font-size:.72rem;font-weight:950}.video-motion-ai__presets button>strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.49rem;font-weight:850;overflow:hidden}.video-motion-ai__presets button.is-active{color:#783100;background:#ffeadb;border-color:#d65a00;box-shadow:inset 0 0 0 1px #d65a001f}.video-motion-ai__presets button:disabled,.video-motion-ai__prompt textarea:disabled,.video-motion-ai__footer button:disabled{cursor:not-allowed;opacity:.58}.video-motion-ai__prompt{gap:5px;display:grid}.video-motion-ai__prompt>span{color:#74665d;font-size:.53rem;font-weight:800}.video-motion-ai__prompt textarea{resize:vertical;color:#4d4038;width:100%;min-height:72px;font:inherit;background:#fff;border:1px solid #e3d8d0;border-radius:13px;padding:10px;font-size:.56rem;line-height:1.45}.video-motion-ai__prompt textarea:focus{border-color:#d65a00;outline:3px solid #d65a001a}.video-motion-ai__footer{justify-content:flex-end;align-items:flex-start;gap:10px;display:flex}.video-motion-ai__footer button{color:#9a3f08;font:inherit;cursor:pointer;background:#ffdfc8;border:0;border-radius:999px;flex:none;padding:5px 8px;font-size:.47rem;font-weight:850}.video-segmented-control{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.video-segmented-control>button{color:#70645c;min-height:48px;font:inherit;cursor:pointer;background:#fff;border:1px solid #eadfd7;border-radius:14px;place-content:center;gap:2px;padding:8px;font-size:.57rem;font-weight:800;display:grid}.video-segmented-control>button.is-active{border-color:var(--video-color);color:var(--video-dark);background:var(--video-soft);box-shadow:0 0 0 3px #d65a0014}.video-segmented-control>button:disabled{cursor:not-allowed;opacity:.5}.video-segmented-control small{color:inherit;font-size:.5rem}.video-render-note{color:#91847b;font-size:.53rem;line-height:1.35}.video-build-button{color:#fff;min-height:54px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#ff7900,#bd4500);border:0;border-radius:16px;font-size:.72rem;font-weight:900;box-shadow:0 11px 25px #bd450038}.video-build-button:disabled{color:#a0a7b4;box-shadow:none;cursor:not-allowed;background:#e8ebf1}.video-build-button.is-loading:disabled{color:#fff;opacity:1;background:linear-gradient(135deg,#ff7900,#bd4500);box-shadow:0 11px 25px #bd450038}.video-build-button__loading{justify-content:center;align-items:center;gap:10px;display:inline-flex}.video-build-button__spinner{border:3px solid #ffffff61;border-top-color:#fff;border-radius:50%;flex:0 0 18px;width:18px;height:18px;animation:.72s linear infinite poster-spinner}.video-build-motion-note{color:#b24b08;text-align:center;justify-content:center;align-items:center;gap:6px;margin:-5px 0 0;font-size:.53rem;font-weight:850;display:flex}.video-build-motion-note span{color:#e56a16}.video-render-progress{background:#f1e6dc;border-radius:999px;height:7px;position:relative;overflow:hidden}.video-render-progress:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffffb8 50%,#0000 100%);animation:1.35s ease-in-out infinite video-progress-alive;position:absolute;inset:0;transform:translate(-100%)}.video-render-progress>span{border-radius:inherit;background:linear-gradient(90deg,#ff8a1b,#bd4500);height:100%;transition:width .18s linear;display:block}@keyframes video-progress-alive{to{transform:translate(100%)}}.video-error{color:#9a2f0d;background:#fff3ee;border:1px solid #f0b59d;border-radius:14px;margin:0;padding:12px 14px;font-size:.6rem;font-weight:750}.video-history__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.video-history__grid article{background:#fffdfb;border:1px solid #eadfd7;border-radius:17px;min-width:0;overflow:hidden}.video-history__grid video{background:#15110e;width:100%;max-height:300px;display:block}.video-history__grid article>div{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px;display:grid}.video-history__grid article>div>span{gap:2px;min-width:0;display:grid}.video-history__grid strong{color:#26334a;text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;overflow:hidden}.video-history__grid small{color:#91847b;font-size:.52rem}.video-history__grid a,.video-history__grid button{color:var(--video-dark);background:var(--video-soft);white-space:nowrap;font-size:.55rem;font-weight:850;font:inherit;cursor:pointer;border:0;border-radius:999px;padding:8px 11px;text-decoration:none}.video-history__grid .video-history__download{border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid}.video-history__download svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:19px;height:19px}.video-history__empty{margin-top:14px}.video-history{background:linear-gradient(145deg,#fffdfa 0%,#fff4e9 100%);border-color:#efd6c2;box-shadow:inset 4px 0 #de6a00,0 8px 24px #783e120e}button:focus-visible,a:focus-visible{outline-offset:4px;outline:3px solid #1877f259}@media (width<=1100px){.voice-workspace__grid,.voice-history__list,.video-output__layout{grid-template-columns:minmax(0,1fr)}}@media (width<=800px){.app-shell{width:min(100% - 28px,680px);padding-top:10px}.status-pill{display:none}.token-float{top:10px;right:10px}.app-logo-header{min-height:150px;padding:16px 94px 10px}.app-logo-header img{width:min(330px,100%)}.hero-section{border-radius:28px;grid-template-columns:1fr;min-height:auto;padding:38px 30px 32px}.hero-orbit{min-height:112px}.hero-orbit:before{inset:2px 12% -42px}.hero-orbit:after{display:none}.orbit-pill--poster{top:0;left:0}.orbit-pill--voice{top:0;right:0}.orbit-pill--music{bottom:0;left:10%}.orbit-pill--video{inset:auto 8% 0 auto}.section-heading{display:block}.section-heading>p{margin-top:10px}.studio-grid{grid-template-columns:1fr}.selection-panel{flex-direction:column;align-items:flex-start;padding:26px}.poster-workspace,.voice-workspace,.music-workspace,.video-workspace{padding:26px}.voice-posters,.voice-maker-card{overflow:hidden}.voice-history,.voice-script-card{overflow:visible}.poster-workspace__grid,.voice-workspace__grid,.voice-history__list{grid-template-columns:1fr}.poster-preview{min-height:390px}.video-history__grid{grid-template-columns:minmax(0,1fr)}}@media (width<=430px){.app-logo-header{min-height:170px;padding:54px 16px 10px}.app-logo-header img{width:280px;max-width:100%}.top-bar{margin-bottom:14px}.brand small{display:none}.hero-section{padding-inline:24px}.hero-copy{font-size:.92rem}.studio-card{border-radius:20px;grid-template-columns:1fr;gap:12px;min-height:138px;padding:16px}.studio-card--poster{grid-template-columns:58px minmax(0,1fr) auto;gap:10px;min-height:112px}.studio-card--poster .studio-card__top--icon-only{justify-content:flex-start}.studio-card--poster .studio-icon{width:54px;height:54px}.studio-card__quick-artwork>button{border-radius:17px;width:62px;height:58px}.studio-card__quick-artwork>span{max-width:90px}.poster-workspace{border-radius:24px;padding:22px}.voice-workspace,.music-workspace{border-radius:24px;padding:18px}.video-workspace{border-radius:24px;gap:14px;padding:18px}.video-workspace__intro,.video-section-heading{align-items:flex-start}.video-output-pill{min-height:34px;padding-inline:11px}.video-input,.video-output,.video-history{border-radius:17px;padding:14px}.video-selected-input{grid-template-columns:48px minmax(0,1fr)}.video-selected-input>img,.video-selected-input--music>span:first-child{width:48px;height:48px}.video-selected-input>button{grid-column:1/-1;width:100%}.video-choice-strip{grid-auto-columns:minmax(175px,80%)}.video-preview-player{grid-template-columns:44px minmax(0,1fr)}.video-preview-player>button{width:44px;height:44px}.video-segmented-control>button{min-height:44px;padding-inline:5px}.video-history__grid article>div{grid-template-columns:minmax(0,1fr) 40px}.video-history__grid a,.video-history__grid button{text-align:center}.music-workspace__intro{display:block}.music-auto-pill{margin-top:14px;display:inline-flex}.music-step,.music-history{border-radius:17px;padding:14px}.music-selected-voice,.music-song-file{grid-template-columns:42px minmax(0,1fr)}.music-selected-voice__actions,.music-song-file>button{grid-column:1/-1;width:100%}.music-selected-voice__actions{grid-template-columns:1fr 1fr;display:grid}.music-song-position>span,.music-preview-controls>div>span{flex-direction:column;align-items:flex-start;gap:3px}.music-advanced-settings__grid{grid-template-columns:1fr}.music-timeline{padding-inline:9px}.music-timeline__labels{padding-left:39px}.music-timeline__lane{grid-template-columns:34px minmax(0,1fr);gap:5px}.music-timeline__lane-label{font-size:.49rem}.music-timeline__hint{margin-left:39px}.music-history__item{grid-template-columns:minmax(0,1fr) 38px}.music-history__item>a,.music-history__play{width:100%}.voice-posters,.voice-history,.voice-script-card,.voice-maker-card{border-radius:17px;padding:14px}.poster-workspace__intro,.voice-workspace__intro{display:block}.poster-model-pill,.voice-model-pill{margin-top:14px;display:inline-flex}.poster-options,.poster-details-grid,.voice-script-options,.voice-settings__grid{grid-template-columns:1fr}.voice-option{grid-template-columns:auto 38px minmax(0,1fr) auto}.voice-history__item{grid-template-columns:minmax(0,1fr) auto}.voice-field-meta,.voice-section-heading{align-items:flex-start}.voice-field-meta{flex-direction:column;gap:3px}.voice-script-field__heading{flex-direction:column;align-items:flex-start;gap:3px}.voice-expression-menu__list>button{grid-template-columns:minmax(0,1fr) auto}.voice-expression-menu__list>button em{display:none}.voice-selected-poster{grid-template-columns:1fr}.voice-selected-poster__actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.voice-selected-poster__actions button{width:100%;padding-inline:10px}.voice-poster-preview-modal{padding:12px}.reference-photo-list{grid-template-columns:1fr}.poster-preview{min-height:320px}.poster-history__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.poster-redesign-editor__heading,.poster-redesign-editor__footer,.poster-preview__actions{flex-direction:column;align-items:flex-start}.poster-preview__action-pills,.poster-action-pill{width:100%}.poster-step-card--generate{padding-top:30px}.poster-step-card--generate .poster-step-card__heading{padding-right:0}.poster-quality-lock{gap:5px;width:128px;min-height:34px;padding:4px 7px 4px 4px;right:10px}.poster-quality-lock>i{flex-basis:23px;width:23px;height:23px;font-size:.5rem}.poster-quality-lock strong{font-size:.47rem}.poster-quality-lock small{font-size:.34rem}.poster-format-modal__card{border-radius:20px;padding:24px 18px 18px}.poster-format-modal__card h3{font-size:1.05rem}.poster-format-options{gap:6px}.poster-format-options>button{min-height:120px;padding-inline:5px}.poster-format-options__shape{width:38px}.lossless-download-options{grid-template-columns:1fr}.lossless-download-option{min-height:96px;padding:14px}.poster-format-options__shape.is-square{height:38px}.poster-format-options__shape.is-portrait{width:31px;height:47px}.poster-format-options__shape.is-landscape{width:48px;height:32px}}@media (width>=801px) and (width<=1400px){.token-float{top:18px}}.studio-input-choice-list{grid-template-columns:minmax(0,1fr);grid-auto-columns:auto;grid-auto-flow:row;gap:10px;display:grid;overflow:visible}.studio-input-choice-list>button{flex:none;width:100%;max-width:none;min-height:78px}.poster-workspace__grid{grid-template-columns:minmax(0,1fr);gap:18px}.poster-step-card,.poster-results-card{background:linear-gradient(145deg,#fffdfd 0%,#fff3f8 100%);border:1px solid #f0d7e4;border-radius:22px;padding:20px;scroll-margin-top:22px;box-shadow:0 10px 28px #4b1f390f}.poster-step-card{box-shadow:inset 4px 0 #d62e7d,0 10px 28px #4b1f3911}.poster-step-card+.poster-step-card,.poster-results-card{background:linear-gradient(145deg,#fffdfd 0%,#fff3f8 100%);border-color:#f0d7e4;box-shadow:inset 4px 0 #d62e7d,0 10px 28px #4b1f3911}.poster-step-card__heading{gap:3px;margin-bottom:18px;display:grid}.poster-step-card__heading>span{color:#c72c7a;letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:900}.poster-step-card__heading h3{color:#1d2a40;letter-spacing:-.025em;margin:0;font-size:1.05rem}.poster-step-card__heading--results{margin-bottom:14px}.poster-next-button{color:#fff;width:100%;font:inherit;cursor:pointer;background:linear-gradient(135deg,#dd3489,#b51f69);border:0;border-radius:15px;margin-top:18px;padding:15px 18px;font-weight:850}.poster-next-button span{margin-left:8px}.poster-next-button:disabled{color:#9ca5b5;cursor:not-allowed;background:#e9ecf3}.poster-results-card .poster-preview-stack{width:100%}.voice-posters,.voice-mode-card,.voice-script-card,.voice-maker-card,.voice-self-record-card,.voice-history,.music-step,.video-input,.video-output{scroll-margin-top:22px}.voice-mode-card,.voice-self-record-card{color:#1f2c42;background:linear-gradient(135deg,#fbf9ff 0%,#f4efff 100%);border:1px solid #dcd0fb;border-radius:20px;width:100%;min-width:0;margin-bottom:16px;padding:18px;box-shadow:inset 4px 0 #8b46f2,0 8px 24px #46258c12}.voice-mode-card.is-next-step{will-change:transform, border-color, box-shadow;animation:1.2s ease-in-out infinite voice-next-step-pulse}@keyframes voice-next-step-pulse{0%,to{transform:translateY(0)scale(1)}50%{border-color:#8b46f2;transform:translateY(-2px)scale(1.006);box-shadow:inset 4px 0 #7c3aed,0 0 0 5px #7c3aed21,0 16px 34px #5b21b629}}.voice-mode-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.voice-mode-selector>button{color:#26334a;min-width:0;min-height:88px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dfd5f5;border-radius:16px;grid-template-rows:auto auto;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:2px 10px;padding:15px;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid}.voice-mode-selector>button:hover{border-color:#b79af6;transform:translateY(-1px)}.voice-mode-selector>button.is-active{border-color:var(--voice-color);background:#fbf9ff;box-shadow:0 0 0 3px #7c3aed1a}.voice-mode-selector>button>span{width:34px;height:34px;color:var(--voice-dark);background:var(--voice-soft);border-radius:11px;grid-row:1/3;place-items:center;font-size:.8rem;font-weight:900;display:grid}.voice-mode-selector strong{text-overflow:ellipsis;white-space:nowrap;align-self:end;font-size:.76rem;overflow:hidden}.voice-mode-selector small{color:#8791a2;align-self:start;font-size:.58rem}.voice-self-record-card{margin-bottom:0}.self-voice-recorder{gap:14px;display:grid}.self-voice-recorder__poster{color:#26334a;width:100%;min-width:0;font:inherit;text-align:left;cursor:zoom-in;background:#fff;border:1px solid #d9cdf7;border-radius:18px;grid-template-columns:minmax(180px,260px) minmax(0,1fr);align-items:center;gap:18px;padding:12px;display:grid}.self-voice-recorder__poster img{object-fit:contain;background:#17121d;border-radius:13px;width:100%;height:min(36vw,350px);min-height:260px}.self-voice-recorder__poster>span{gap:6px;min-width:0;display:grid}.self-voice-recorder__poster small{color:var(--voice-color);letter-spacing:.08em;text-transform:uppercase;font-size:.58rem;font-weight:900}.self-voice-recorder__poster strong{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.self-voice-recorder__poster em{color:#8791a2;font-size:.62rem;font-style:normal}.self-voice-recorder__capture{background:#fffc;border:1px solid #ddd2f7;border-radius:18px;justify-items:center;gap:12px;padding:20px;display:grid}.self-voice-waveform-panel{--wave-accent:#7c3aed;--wave-muted:#c8bddb;--wave-selection:#7c3aed1a;--wave-playhead:#d62e7d;background:#fbfaff;border:1px solid #ded4f3;border-radius:14px;gap:7px;width:100%;padding:11px;display:grid}.self-voice-waveform-panel.is-live{width:min(100%,560px)}.self-voice-waveform-panel__heading,.self-voice-waveform-panel__times{justify-content:space-between;align-items:center;gap:10px;display:flex}.self-voice-waveform-panel__heading span{color:#4c3b68;font-size:.65rem;font-weight:900}.self-voice-waveform-panel__heading small,.self-voice-waveform-panel__times{color:#8b819b;font-size:.54rem;font-weight:750}.self-voice-waveform-panel.is-live .self-voice-waveform-panel__heading small{color:#c3245d}.self-voice-waveform{background:linear-gradient(#7c3aed09,#7c3aed14);border-radius:9px;width:100%;height:104px;display:block}.self-voice-waveform-panel.is-live .self-voice-waveform{height:86px}.self-voice-recorder__capture>strong{color:#3f315c;font-variant-numeric:tabular-nums;font-size:1.25rem}.self-voice-recorder__capture>button,.self-voice-editor__actions button{color:#fff;min-height:48px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#5b21b6);border:0;border-radius:999px;padding:12px 20px;font-size:.72rem;font-weight:900}.self-voice-recorder__capture>button:disabled,.self-voice-editor__actions button:disabled{opacity:.5;cursor:not-allowed}.self-voice-recorder__capture>button.is-ready,.self-voice-recorder__capture>button.is-recording{align-items:center;gap:9px;display:inline-flex}.self-voice-recorder__capture>button.is-ready span,.self-voice-recorder__capture>button.is-recording span{background:#ff4b5e;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 5px #ff4b5e2e}.self-voice-recorder__capture>button.is-recording{background:linear-gradient(135deg,#db2e4c,#a91531)}.self-voice-recorder__capture>button.is-recording span{background:#fff;border-radius:3px}.self-voice-editor{background:#ffffffd1;border:1px solid #ddd2f7;border-radius:18px;gap:14px;padding:16px;display:grid}.self-voice-editor>audio{display:none}.self-voice-editor__summary{background:#f3efff;border-radius:14px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;padding:11px;display:grid}.self-voice-editor__summary>button{color:#fff;background:var(--voice-color);width:46px;height:46px;font:inherit;cursor:pointer;border:0;border-radius:50%;place-items:center;font-size:.8rem;font-weight:900;display:grid}.self-voice-editor__summary>span{gap:2px;min-width:0;display:grid}.self-voice-editor__summary small,.self-voice-editor__summary em{color:#81758f;font-size:.58rem;font-style:normal}.self-voice-editor__summary strong{color:#352b48;font-variant-numeric:tabular-nums;font-size:.74rem}.self-voice-trimmer{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.self-voice-trimmer label,.self-voice-compressor{gap:7px;min-width:0;display:grid}.self-voice-trimmer label>span,.self-voice-compressor>span{color:#645a72;justify-content:space-between;gap:8px;font-size:.62rem;font-weight:800;display:flex}.self-voice-trimmer input,.self-voice-compressor input{width:100%;accent-color:var(--voice-color)}.self-voice-brightness{border:0;gap:8px;min-width:0;padding:0;display:grid}.self-voice-brightness legend{color:#645a72;margin-bottom:8px;padding:0;font-size:.62rem;font-weight:800}.self-voice-brightness>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.self-voice-brightness button{color:#5d536c;min-width:0;min-height:58px;font:inherit;text-align:center;cursor:pointer;background:#f8f5ff;border:1px solid #d9d0ed;border-radius:13px;place-content:center;gap:3px;padding:9px 7px;display:grid}.self-voice-brightness button strong{font-size:.61rem;line-height:1.2}.self-voice-brightness button small{color:#8e849d;font-size:.49rem;font-weight:700;line-height:1.25}.self-voice-brightness button:hover,.self-voice-brightness button:focus-visible{border-color:#9f86df}.self-voice-brightness button.is-active{color:#fff;border-color:var(--voice-color);background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 8px 18px #5b21b633}.self-voice-brightness button.is-active small{color:#e8dcff}.self-voice-compressor>small{color:#8e849d;justify-content:space-between;font-size:.54rem;font-weight:700;display:flex}.self-voice-editor__actions{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:10px;display:grid}.self-voice-editor__actions button:first-child{color:#5b427f;background:#eee8ff}@media (width<=600px){.voice-mode-selector,.self-voice-trimmer,.self-voice-editor__actions,.self-voice-recorder__poster{grid-template-columns:minmax(0,1fr)}.self-voice-recorder__poster img{height:min(112vw,520px);min-height:320px}}@media (width<=800px){.poster-step-card,.poster-results-card,.poster-history{border-radius:19px;padding:16px}}@media (prefers-color-scheme:dark){.app-shell{color:#f4f7fc}.studio-data-loading{color:#aeb9ca;background:#101722;border-color:#303c50}.studio-data-loading strong{color:#f4f7fc}.studio-data-loading small{color:#aeb9ca}.top-bar,.studios-section,.studio-accordion__panel,.brand,.section-heading h2,.studio-card h3,.poster-workspace__intro h2,.poster-step-card__heading h3,.voice-workspace__intro h2,.voice-section-heading h3,.music-workspace__intro h2,.music-step__heading h3,.video-workspace__intro h2,.video-section-heading h3,.poster-form>label,.poster-field,.poster-options label,.reference-photos__heading strong,.poster-history__card strong,.voice-poster-card strong,.voice-selected-poster strong,.voice-script-options label,.voice-script-field,.voice-history__item strong,.music-history__item strong,.video-history__grid article strong{color:#f4f7fc}.brand small,.section-heading p,.studio-card p,.poster-workspace__intro p,.voice-workspace__intro p,.music-workspace__intro p,.video-workspace__intro p,.poster-form__meta,.poster-history__card small,.voice-history__item small,.music-history__item small,.video-history__grid article small,.voice-option small,.music-step small,.video-input small,.video-output small{color:#aeb9ca}.status-pill,.selection-status{color:#e8eef9;background:#151c29;border-color:#303c51}.token-float{color:#f4f7fc;background:#121926f5;border-color:#344258;box-shadow:0 16px 34px #00000052}.token-float strong{color:#fff}.studio-card,.selection-panel,.poster-workspace,.voice-workspace,.music-workspace,.video-workspace{color:#f4f7fc;background:#151c29;border-color:#2d394d;box-shadow:0 20px 55px #0000003d}.studio-card{--studio-card-border:#2d394d}.studio-card:hover{background:#192232}.poster-quick-artwork-loading{color:#f6d4e6;background:linear-gradient(145deg,#2a1722,#151a27);border-color:#6d3152;box-shadow:inset 4px 0 #d62e7d,0 14px 30px #00000038}.poster-quick-artwork-loading strong{color:#fff}.poster-quick-artwork-loading small{color:#c9a4b8}.poster-step-card,.poster-step-card+.poster-step-card,.poster-results-card,.poster-history{color:#f4f7fc;background:linear-gradient(145deg,#241821 0%,#151a27 100%);border-color:#5a2948;box-shadow:inset 4px 0 #d62e7d,0 14px 30px #0003}.poster-format-modal__card{color:#f4f7fc;background:linear-gradient(145deg,#251922,#141a27);border-color:#543046;box-shadow:0 30px 90px #0000008f}.poster-format-modal__card h3{color:#fff}.poster-format-modal__card>p{color:#b7aeb9}.poster-format-modal__close{color:#f4dce8;background:#3a2230}.poster-writing-tip__card{color:#f4f7fc;background:linear-gradient(145deg,#10231f,#111927);border-color:#28584e}.poster-writing-tip__card h3{color:#fff}.poster-writing-tip__card p{color:#b8c4cf}.poster-format-options>button{color:#f4f7fc;background:#111925;border-color:#493142}.poster-format-options>button small{color:#aaa1ae}.poster-format-options>button:hover,.poster-format-options>button:focus-visible,.poster-format-options>button.is-current{background:#291b27;border-color:#e04a94;box-shadow:0 8px 18px #0000003d,0 0 0 3px #e04a941a}.poster-format-options__shape{background:linear-gradient(145deg,#5d2944,#251722);border-color:#e04a94;box-shadow:inset 0 0 0 4px #1b1520,0 5px 12px #0000003d}.lossless-download-option{color:#f4f7fc;background:#111925;border-color:#493142}.lossless-download-option--share{background:linear-gradient(145deg,#321c29,#1a1822);border-color:#a93a72}.lossless-download-option small,.lossless-download-modal__note{color:#aaa1ae}.lossless-download-steps li{background:#111925;border-color:#493142}.voice-posters,.voice-mode-card,.voice-script-card,.voice-maker-card,.voice-self-record-card,.voice-history{color:#f4f7fc;background:linear-gradient(145deg,#211a34 0%,#151a27 100%);border-color:#463466;box-shadow:inset 4px 0 #7c3aed,0 14px 30px #0003}.music-step,.music-step--mix.is-waiting,.music-history{color:#f4f7fc;background:linear-gradient(145deg,#102a25 0%,#151c29 100%);border-color:#28584e;box-shadow:inset 4px 0 #00876a,0 14px 30px #0003}.video-input,.video-output,.video-history{color:#f4f7fc;background:linear-gradient(145deg,#302014 0%,#151c29 100%);border-color:#724327;box-shadow:inset 4px 0 #d65a00,0 14px 30px #0003}.poster-preview,.poster-history__card,.voice-poster-card,.voice-selected-poster,.voice-mode-selector>button,.self-voice-recorder__poster,.self-voice-recorder__capture,.self-voice-editor,.self-voice-editor__summary,.voice-option,.voice-settings,.voice-expression-menu,.voice-history__item,.music-voice-slider>button,.music-selected-voice,.music-song-file,.music-song-dropzone,.music-video-audio-button,.music-source-history,.music-source-history__item>button,.music-for-you,.music-for-you__list>article,.music-song-browser,.music-timeline,.music-preview-controls,.music-primary-settings__grid,.music-advanced-settings,.music-history__item,.video-selected-input,.video-choice-strip>button,.video-preview,.video-preview-player,.video-fx-control,.video-fx-picker>button,.video-motion-ai,.video-motion-ai__presets button,.video-segmented-control,.video-history__grid article{color:#f4f7fc;background:#101722;border-color:#303c50}.music-for-you__toggle{color:#f4f7fc}.music-song-picker.is-business .music-for-you,.music-song-picker.is-business .music-song-dropzone,.music-song-picker.is-business .music-video-audio-button,.music-programmed-summary{color:#f4f7fc;background:#101722;border-color:#36584f}.music-programmed-summary small{color:#9eabba}.music-programmed-info-button{color:#66e1c2;background:#14271f;border-color:#36584f}.music-programmed-info-button:hover,.music-programmed-info-button[aria-expanded=true]{background:#19352b;border-color:#52bea2}.music-programmed-info{color:#f4f7fc;background:#14231f;border-color:#36584f;box-shadow:0 10px 24px #0000003d}.music-programmed-info small{color:#a9b8b3}.music-for-you__toggle>span:nth-child(2) small,.music-for-you__list small{color:#9eabba}.music-for-you__toggle>span:last-child{color:#71e4c7}.music-for-you__toggle>span:last-child i,.music-for-you__preview{color:#71e4c7;background:#173b34}.music-for-you__list>article.is-selected{color:#fff;background:#173b34;border-color:#00a87e}.music-for-you__choose{color:#71e4c7;background:#173b34;border-color:#357b6b}.music-for-you__choose[aria-pressed=true]{color:#fff;background:#00876a;border-color:#00a87e}.voice-mode-selector>button,.self-voice-recorder__poster,.self-voice-recorder__poster strong,.self-voice-editor__summary strong,.self-voice-recorder__capture>strong,.self-voice-trimmer label>span,.self-voice-brightness legend,.self-voice-compressor>span{color:#f4f7fc}.voice-mode-selector>button.is-active{color:#2f2342;background:#fbf9ff;border-color:#9b63ef;box-shadow:0 0 0 3px #8b46f238}.voice-mode-selector>button.is-active strong{color:#2f2342}.voice-mode-selector>button.is-active small{color:#70677f}.voice-poster-selection-prompt{color:#fff;background:linear-gradient(135deg,#9b63ef,#6d2fc8)}.self-voice-brightness button{color:#e7eaf1;background:#131b28;border-color:#3a465b}.self-voice-brightness button small{color:#9eaaad}.self-voice-brightness button.is-active{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-color:#8b5cf6}.self-voice-brightness button.is-active small{color:#e8dcff}.self-voice-editor__actions button:first-child{color:#d7c9ff;background:#2d2347}.self-voice-waveform-panel{--wave-accent:#a78bfa;--wave-muted:#4b5870;--wave-selection:#7c3aed2e;--wave-playhead:#ff70ac;background:#0e1520;border-color:#354157}.self-voice-waveform-panel__heading span{color:#f4f7fc}.self-voice-waveform-panel__heading small,.self-voice-waveform-panel__times{color:#aeb9ca}.self-voice-waveform{background:#101722}.music-video-audio-button:hover,.music-video-audio-button:focus-visible{background:#10231f;border-color:#4f9788}.music-video-audio-button strong{color:#f4f7fc}.music-video-audio-button small{color:#9eaaad}.music-source-history__toggle,.music-source-history__item>button{color:#f4f7fc}.music-source-history__toggle>span:first-child small,.music-source-history__item>button small{color:#9eaaad}.poster-history__toggle{color:#f4f7fc;background:0 0}.poster-field input,.poster-form textarea,.poster-options select,.poster-redesign-editor textarea,.voice-script-options select,.voice-script-field textarea,.voice-history__identity input,.music-advanced-settings__grid input,.video-preview-player input,.video-fx-settings input,.video-motion-ai__prompt textarea,.video-segmented-control button{color:#f4f7fc;background:#0e1520;border-color:#354157}.video-fx-control__heading>span,.video-fx-settings label>span,.video-fx-picker>button,.video-motion-ai__heading span,.video-motion-ai__presets button{color:#f4f7fc}.video-fx-control__heading>small,.video-fx-settings label strong,.video-motion-ai__heading>strong,.video-motion-ai__presets button>span{color:#ff9a52}.video-motion-ai__heading small,.video-motion-ai__prompt>span{color:#aeb9ca}.video-motion-ai__presets button.is-active{color:#fff;background:#3c2416;border-color:#d65a00}.video-motion-ai__footer button,.video-fx-picker-actions>button,.video-fx-picker-actions>button:first-child{color:#ffb27d;background:#3c2416}.voice-script-highlight{color:#0000;background:#0e1520}.voice-script-highlight mark{color:#0000;background:#35235c}.voice-duration-warning{color:#ff9ab4;background:#351a25;border-color:#713044}.voice-script-highlight .voice-script-overflow-word{color:#0000;background:#4b1f2d}.voice-script-field .voice-script-editor>textarea,.voice-script-field .voice-script-editor>textarea:focus{color:#f4f7fc;caret-color:#f4f7fc;-webkit-text-fill-color:#f4f7fc;background:0 0}.voice-option:not(.is-active) .voice-option__copy strong{color:#f4f7fc}.poster-field input::placeholder,.poster-form textarea::placeholder,.poster-redesign-editor textarea::placeholder,.voice-script-field textarea::placeholder,.voice-history__identity input::placeholder,.music-advanced-settings__grid input::placeholder{color:#7f8ba0}.poster-field input:focus,.poster-form textarea:focus,.poster-options select:focus,.poster-redesign-editor textarea:focus,.voice-script-options select:focus,.voice-script-field textarea:focus,.voice-history__identity input:focus,.music-advanced-settings__grid input:focus{background:#151e2d}.poster-preview__empty,.voice-empty-state,.music-empty-state,.video-empty-state{color:#aeb9ca;background:#0e1520}.music-song-dropzone{background:#10231f;border-color:#4f9788}.voice-history__download{color:#c4b5fd;background:#2d2347;box-shadow:inset 0 0 0 1px #514071}.voice-history__download:hover,.voice-history__download:focus-visible{background:#3a2d5c}.music-history__play{color:#f4f7fc;background:0 0}.music-history__download{color:#71e4c7;background:#173b34;box-shadow:inset 0 0 0 1px #28584e}.music-history__download:hover,.music-history__download:focus-visible{background:#205047}.video-history__download{color:#ffb36b;background:#3b291d;box-shadow:inset 0 0 0 1px #724327}.video-history__download:hover,.video-history__download:focus-visible{background:#523523}.voice-expression-menu button:hover,.voice-option:hover,.music-voice-slider>button:hover,.video-choice-strip>button:hover{background:#1b2535}.video-segmented-control{background:#0e1520}.video-segmented-control button.is-active{color:#fff;background:#26364b}.poster-next-button:disabled{color:#7d8798;background:#252d3d}}button.token-action-button{color:#fff;background:linear-gradient(135deg,#10b981,#059669);justify-content:center;align-items:center;gap:10px;display:inline-flex;box-shadow:0 12px 28px #05966947}button.token-action-button:not(:disabled){animation:1.7s ease-in-out 2 token-action-ready}button.token-action-button:not(:disabled):hover,button.token-action-button:not(:disabled):focus-visible{color:#fff;background:linear-gradient(135deg,#12c78b,#047857);box-shadow:0 15px 32px #05966957}button.token-action-button:disabled{color:#d8dee8;opacity:1;cursor:not-allowed;background:#46505f;animation:none;box-shadow:inset 0 0 0 1px #ffffff14}button.token-action-button>.token-action-button__cost{color:#513500;white-space:nowrap;background:linear-gradient(135deg,#fff2b8,#e5b832);border:1px solid #ffe08a;border-radius:999px;padding:4px 8px;font-size:.58rem;font-weight:900;line-height:1;box-shadow:0 3px 9px #5b3c0033,inset 0 1px #ffffffb8}button.token-action-button:disabled>.token-action-button__cost{color:#eef2f7;box-shadow:none;background:#697383;border-color:#8d96a5}@keyframes token-action-ready{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){button.token-action-button:not(:disabled){animation:none}}.workspace-gateway{background:radial-gradient(circle at 8% 8%,#c72c7a1c,#0000 28%),radial-gradient(circle at 92% 88%,#00876a1f,#0000 30%),#fff;border:1px solid #dce4ef;border-radius:34px;padding:42px;position:relative;overflow:hidden;box-shadow:0 22px 60px #1f2d451a}.workspace-gateway__intro{text-align:center;max-width:720px;margin:0 auto 34px}.workspace-gateway__intro p,.workspace-studios-heading p{color:#1877f2;letter-spacing:.15em;margin:0 0 9px;font-size:.68rem;font-weight:900}.workspace-gateway__intro h1,.workspace-studios-heading h2{color:#142033;letter-spacing:-.055em;margin:0;font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.03}.workspace-gateway__intro>span,.workspace-studios-heading>span{color:#6d788b;margin-top:12px;font-size:.88rem;display:block}.workspace-gateway__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.workspace-mode-card{color:#142033;min-height:230px;font:inherit;text-align:left;cursor:pointer;background:#f9fbfe;border:1px solid #dce4ef;border-radius:27px;grid-template-columns:66px minmax(0,1fr) 34px;align-items:center;gap:20px;padding:30px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative;overflow:hidden}.workspace-mode-card:after{content:"";background:var(--workspace-mode-soft);border-radius:50%;width:180px;height:180px;position:absolute;bottom:-98px;right:-86px}.workspace-mode-card--events{--workspace-mode-color:#c72c7a;--workspace-mode-soft:#fde8f3}.workspace-mode-card--business{--workspace-mode-color:#00876a;--workspace-mode-soft:#dcf7ef}.workspace-mode-card:hover,.workspace-mode-card:focus-visible{border-color:var(--workspace-mode-color);box-shadow:0 20px 42px color-mix(in srgb, var(--workspace-mode-color) 18%, transparent);outline:none;transform:translateY(-4px)}.workspace-mode-card__icon{width:66px;height:66px;color:var(--workspace-mode-color);background:var(--workspace-mode-soft);border-radius:21px;place-items:center;font-size:1.45rem;font-weight:900;display:grid}.workspace-mode-card__copy{gap:7px;min-width:0;display:grid}.workspace-mode-card__copy small{color:var(--workspace-mode-color);letter-spacing:.13em;font-size:.6rem;font-weight:900}.workspace-mode-card__copy strong{letter-spacing:-.05em;font-size:clamp(1.7rem,4vw,2.4rem)}.workspace-mode-card__copy em{color:#68748a;max-width:360px;font-size:.76rem;font-style:normal;line-height:1.55}.workspace-mode-card>i{z-index:1;color:var(--workspace-mode-color);font-size:1.55rem;font-style:normal;font-weight:900;position:relative}.workspace-context{background:#fff;border:1px solid #dce4ef;border-radius:19px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:18px;min-height:58px;margin-bottom:16px;padding:9px 12px;display:grid}.workspace-context>button{color:#5f6c80;font:inherit;cursor:pointer;background:#f3f6fa;border:0;border-radius:12px;justify-self:start;align-items:center;gap:8px;padding:9px 12px;font-size:.7rem;font-weight:800;display:inline-flex}.workspace-context>span{text-align:center;gap:2px;display:grid}.workspace-context>span small{color:#8a95a6;letter-spacing:.12em;font-size:.5rem;font-weight:900}.workspace-context>span strong{color:#142033;font-size:.9rem}.workspace-context>.workspace-context__business-toggle{color:#075f4d;background:#effbf7;border:1px solid #00876a47;border-radius:12px;grid-template-columns:32px minmax(0,1fr) auto;justify-self:end;align-items:center;gap:8px;min-width:142px;padding:5px 8px 5px 5px;display:grid}.workspace-context__business-toggle>span:first-child{color:#075f4d;background:#c9f4e8;border-radius:9px;place-items:center;width:32px;height:32px;font-size:.72rem;font-weight:950;display:grid;overflow:hidden}.workspace-context__business-toggle>span:first-child.has-logo{background:#fff}.workspace-context__business-toggle img{object-fit:contain;width:100%;height:100%}.workspace-context__business-toggle>span:nth-child(2){text-align:left;gap:1px;min-width:0;display:grid}.workspace-context__business-toggle small{color:#438779;letter-spacing:.08em;font-size:.38rem;font-weight:900}.workspace-context__business-toggle strong{white-space:nowrap;font-size:.58rem}.workspace-context__business-toggle i{font-size:.62rem;font-style:normal}.business-manager-shell:not([hidden]){animation:.22s ease-out both business-manager-reveal}@keyframes business-manager-reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.workspace-studios-heading{text-align:left;margin:38px 0 22px}.workspace-studios-heading h2{font-size:clamp(1.75rem,4vw,2.55rem)}.business-brand-kit{background:#fff;border:1px solid #bfe8dc;border-radius:28px;margin-bottom:24px;overflow:hidden;box-shadow:0 15px 40px #00685114}.business-portfolio{background:linear-gradient(135deg,#072925f0,#0f172af7);border:1px solid #14b8a659;border-radius:28px;width:min(1180px,100% - 32px);margin:24px auto 14px;padding:22px}.business-portfolio__heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.business-portfolio__heading>span{gap:4px;display:grid}.business-portfolio__heading small{color:#2dd4bf;letter-spacing:.18em;font-size:.72rem;font-weight:900}.business-portfolio__heading strong{color:#f8fafc;font-size:clamp(1.05rem,2.2vw,1.35rem)}.business-portfolio__heading>button{color:#ccfbf1;background:#0d948838;border:1px solid #2dd4bf80;border-radius:999px;align-items:center;gap:8px;padding:12px 16px;font-weight:850;display:inline-flex}.business-portfolio__heading>button span{font-size:1.2rem}.business-portfolio__list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;display:grid}.business-portfolio__entry{color:#f8fafc;background:#0f172a;border:1px solid #334155;border-radius:20px;grid-template-columns:minmax(0,1fr) 52px;display:grid;position:relative;overflow:hidden}.business-portfolio__select{text-align:left;color:#f8fafc;background:0 0;border:0;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:10px 14px;display:grid}.business-portfolio.needs-selection .business-portfolio__entry{animation:1.7s ease-in-out infinite business-choice-pulse}.business-portfolio.needs-selection .business-portfolio__entry:nth-child(2n){animation-delay:.18s}@keyframes business-choice-pulse{0%,to{border-color:#334155;box-shadow:0 0 #14b8a600}50%{border-color:#2dd4bf;box-shadow:0 0 0 5px #14b8a621}}.business-portfolio__entry.is-selected{background:#10372f;border-color:#2dd4bf;box-shadow:inset 4px 0 #10b981}.business-portfolio__entry-menu{z-index:4;background:#1e0c18f5;border:1px solid #fb71858c;border-radius:14px;place-items:stretch stretch;padding:5px;animation:.15s ease-out both business-entry-menu-in;display:grid;position:absolute;inset:8px 60px 8px 8px;box-shadow:0 12px 30px #00000059}.business-portfolio__entry-menu button{color:#fecdd3;font:inherit;cursor:pointer;background:#be185d47;border:0;border-radius:10px;font-size:.72rem;font-weight:900}.business-portfolio__entry-menu button:hover,.business-portfolio__entry-menu button:focus-visible{color:#fff;background:#be185d;outline:none}@keyframes business-entry-menu-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.business-portfolio__select>span:first-child{color:#052e2b;background:#99f6e4;border-radius:16px;place-items:center;width:54px;height:54px;font-size:1.25rem;font-weight:950;display:grid;overflow:hidden}.business-portfolio__select>span.has-logo{background:#fff}.business-portfolio__list img{object-fit:contain;width:100%;height:100%}.business-portfolio__select>span:nth-child(2){gap:4px;min-width:0;display:grid}.business-portfolio__list strong,.business-portfolio__list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.business-portfolio__list small,.business-portfolio>p{color:#94a3b8}.business-portfolio__list i{color:#2dd4bf;font-style:normal;font-weight:900}.business-portfolio__edit{color:#99f6e4;font:inherit;background:#0d948821;border:0;border-left:1px solid #2dd4bf38;align-self:stretch;place-items:center;font-size:1.45rem;display:grid}.business-portfolio__edit:hover,.business-portfolio__edit:focus-visible{color:#ecfeff;background:#14b8a647;outline:none}.business-brand-colors{background:#0f172ab3;border:1px solid #334155;border-radius:22px;gap:14px;padding:18px;display:grid}.business-brand-colors__heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.business-brand-colors__heading>span{gap:4px;display:grid}.business-brand-colors__heading small{color:#94a3b8}.business-brand-colors__heading>button,.business-color-hex>button{color:#99f6e4;background:#0d948833;border:1px solid #2dd4bf80;border-radius:999px;padding:10px 14px;font-weight:850}.business-brand-colors__selected{flex-wrap:wrap;gap:8px;display:flex}.business-brand-colors__selected>button{color:#e2e8f0;background:#111827;border:1px solid #475569;border-radius:999px;align-items:center;gap:7px;padding:6px 9px;display:inline-flex}.business-brand-colors__selected i{border:1px solid #fff9;border-radius:50%;width:20px;height:20px}.business-brand-colors__selected b{color:#fda4af}.business-color-picker{background:#0b1220;border:1px solid #2dd4bf4d;border-radius:18px;gap:16px;padding:14px;display:grid}.business-color-picker__tabs{background:#111827;border-radius:14px;grid-template-columns:1fr 1fr;gap:6px;padding:5px;display:grid}.business-color-picker__tabs>button{color:#94a3b8;background:0 0;border:0;border-radius:10px;padding:10px;font-weight:850}.business-color-picker__tabs>button[aria-selected=true]{color:#052e2b;background:#99f6e4}.business-color-grid{grid-template-columns:repeat(8,minmax(34px,1fr));gap:9px;display:grid}.business-color-grid>button{aspect-ratio:1;border:2px solid #ffffff3d;border-radius:12px;min-width:34px;box-shadow:inset 0 0 0 1px #0000001f}.business-color-grid>button[aria-pressed=true]{outline-offset:2px;border-color:#fff;outline:3px solid #14b8a6}.business-color-grid span{color:#fff;text-shadow:0 1px 3px #000;font-size:1.05rem;font-weight:950}.business-color-matches{border-top:1px solid #253044;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.business-color-matches>span{gap:3px;display:grid}.business-color-matches small{color:#94a3b8}.business-color-matches>div{gap:8px;display:flex}.business-color-matches button{border:2px solid #fff;border-radius:12px;width:40px;height:40px;box-shadow:0 0 0 3px #2dd4bf40}.business-color-hex{grid-template-columns:58px minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.business-color-hex>input[type=color]{background:#111827;border:1px solid #475569;border-radius:14px;width:58px;height:52px;padding:3px}.business-color-hex label{color:#cbd5e1;gap:6px;font-weight:800;display:grid}.business-color-hex label input{color:#fff;height:52px;font:inherit;text-transform:uppercase;background:#111827;border:1px solid #475569;border-radius:14px;padding:0 14px}.business-design-reference{background:linear-gradient(135deg,#064e3b47,#0f172ad1);border:1px dashed #2dd4bf99;border-radius:22px;gap:14px;margin-bottom:18px;padding:18px;display:grid}.business-design-reference>div:first-child{align-items:center;gap:12px;display:flex}.business-design-reference>div:first-child>span:first-child{color:#052e2b;background:#99f6e4;border-radius:13px;place-items:center;width:44px;height:44px;font-size:1.25rem;display:grid}.business-design-reference>div:first-child>span:last-child,.business-design-reference>button>span:last-child,.business-design-reference__selected>span{gap:4px;display:grid}.business-design-reference small{color:#94a3b8}.business-design-reference>button{color:#ccfbf1;background:#0d948826;border:1px solid #2dd4bf;border-radius:18px;justify-content:center;align-items:center;gap:12px;min-height:92px;display:flex}.business-design-reference>button>span:first-child{font-size:1.7rem}.business-design-reference__selected{background:#0f172a;border:1px solid #2dd4bf;border-radius:18px;grid-template-columns:76px minmax(0,1fr) 42px;align-items:center;gap:12px;padding:10px;display:grid}.business-design-reference__selected img{object-fit:cover;border-radius:13px;width:76px;height:76px}.business-design-reference__selected>button{color:#fda4af;background:#3f1d2d;border:0;border-radius:50%;width:42px;height:42px;font-size:1.3rem}@media (width<=720px){.business-portfolio{border-radius:22px;width:calc(100% - 20px);padding:16px}.business-portfolio__heading,.business-brand-colors__heading,.business-color-matches{flex-direction:column;align-items:stretch}.business-portfolio__heading>button,.business-brand-colors__heading>button{justify-content:center}.business-portfolio__list{grid-template-columns:1fr}.business-color-grid{grid-template-columns:repeat(6,1fr)}.business-color-hex{grid-template-columns:52px minmax(0,1fr)}.business-color-hex>button{grid-column:1/-1}}.business-brand-kit__heading{color:#142033;width:100%;min-height:96px;font:inherit;text-align:left;cursor:pointer;background:linear-gradient(135deg,#f4fffb,#effbf7);border:0;grid-template-columns:58px minmax(0,1fr) 34px;align-items:center;gap:18px;padding:18px 24px;display:grid}.business-brand-kit__mark{color:#fff;background:linear-gradient(135deg,#00a87e,#00765c);border-radius:19px;place-items:center;width:58px;height:58px;font-size:1.35rem;font-weight:900;display:grid;box-shadow:0 10px 24px #00876a38}.business-brand-kit__mark>small{color:inherit;letter-spacing:.08em;text-align:center;font-size:.48rem;font-weight:900;line-height:1.15}.business-brand-kit__mark.has-logo{background:#fff;padding:8px}.business-brand-kit__mark>img{object-fit:contain;width:100%;height:100%}.business-brand-kit__heading>span:nth-child(2){gap:3px;min-width:0;display:grid}.business-brand-kit__heading small{color:#00876a;letter-spacing:.13em;font-size:.56rem;font-weight:900}.business-brand-kit__heading strong{text-overflow:ellipsis;white-space:nowrap;font-size:1.12rem;overflow:hidden}.business-brand-kit__heading em{color:#6d788b;font-size:.67rem;font-style:normal}.business-brand-kit__heading>i{color:#00876a;place-items:center;font-size:1rem;font-style:normal;display:grid}.business-brand-kit__body{border-top:1px solid #d9eee8;gap:18px;padding:22px;display:grid}.business-profile-form,.business-assets-panel,.business-generate-panel{background:#fbfcfe;border:1px solid #dce4ef;border-radius:21px;gap:15px;padding:20px;display:grid}.business-generate-panel.is-active{background:linear-gradient(135deg,#f2fff9,#f7fffc);border:2px solid #00a87e;animation:.52s ease-out business-generate-arrive;position:relative;box-shadow:0 0 0 5px #00a87e1f,0 18px 42px #00765c29}.business-generate-panel.is-active textarea{background:#fff;border:2px solid #00a87e;min-height:128px;box-shadow:0 0 0 4px #00a87e1a}.business-prompt-suggestion{color:#4d6570;width:100%;font:inherit;text-align:left;background:#e9fbf5b8;border:1px dashed #7ccbb8;border-radius:13px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:11px 13px;animation:.28s ease-out business-suggestion-arrive;display:grid}.business-prompt-suggestion>span:first-child{color:#00a87e;font-size:.9rem}.business-prompt-suggestion>span:nth-child(2){gap:2px;font-size:.62rem;line-height:1.4;display:grid}.business-prompt-suggestion small{color:#00876a;font-size:.52rem;font-weight:900}@keyframes business-suggestion-arrive{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.business-generation-overlay{z-index:10000;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#060c16c7;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.business-generation-thinking{width:min(720px,100%);max-height:calc(100dvh - 36px);overflow:auto;box-shadow:0 28px 90px #0000006b}.business-generation-thinking__mark>span{color:#fff;background:linear-gradient(145deg,#00b78d,#00765c)}.business-asset-preview .poster-preview>img{object-fit:contain;background:#eef3f6;width:100%;max-height:620px}.business-result-entry__actions{z-index:3;gap:6px;display:flex;position:absolute;bottom:10px;right:10px}.business-result-entry__actions>button{color:#00765c;width:32px;height:32px;font:inherit;cursor:pointer;background:#fffffff0;border:1px solid #d9e3ec;border-radius:10px;place-items:center;padding:0;font-size:.85rem;font-weight:900;display:grid}.business-result-entry__actions>button:last-child{color:#a02f5e;background:#fde8f3}.business-asset-results{background:linear-gradient(145deg,#fbfffd 0%,#effcf7 100%);border-color:#bfe8dc;box-shadow:inset 4px 0 #00a87e,0 10px 28px #005c4814}.business-asset-results .poster-history__toggle strong,.business-asset-results .poster-history__toggle>span:last-child{color:#00876a}.business-asset-results .poster-history__toggle i{color:#00765c;background:#dcf7ef}@keyframes business-generate-arrive{0%{opacity:.55;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.business-kit-section-heading{align-items:center;gap:12px;display:flex}.business-profile-form.is-collapsed>:not(.business-kit-section-heading),.business-assets-panel.is-collapsed>:not(.business-kit-section-heading){display:none}.business-kit-section-heading>button{color:#00765c;min-height:34px;font:inherit;cursor:pointer;background:#e9faf5;border:1px solid #bfe8dc;border-radius:999px;margin-left:auto;padding:7px 14px;font-size:.62rem;font-weight:900}.business-kit-section-heading>span{color:#fff;background:#00876a;border-radius:10px;flex:none;place-items:center;width:30px;height:30px;font-size:.7rem;font-weight:900;display:grid}.business-kit-section-heading>div{gap:2px;display:grid}.business-kit-section-heading strong{color:#1d2a40;font-size:.84rem}.business-kit-section-heading small{color:#7a8597;font-size:.62rem}.business-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.business-profile-form label{color:#26334a;gap:7px;font-size:.7rem;font-weight:800;display:grid}.business-profile-grid--personality{align-items:start}.business-personality-picker{border:0;gap:9px;min-width:0;margin:0;padding:0;display:grid}.business-personality-picker legend{color:#26334a;padding:0;font-size:.7rem;font-weight:800}.business-personality-picker>small{color:#7a8597;font-size:.6rem;font-weight:700}.business-personality-options{flex-wrap:wrap;gap:7px;display:flex}.business-personality-options>button{color:#425069;min-height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dce2eb;border-radius:999px;align-items:center;gap:5px;padding:7px 11px;font-size:.62rem;font-weight:800;display:inline-flex}.business-personality-options>button[aria-pressed=true]{color:#fff;background:#00876a;border-color:#00876a}.business-personality-options>button:disabled{opacity:.35;cursor:not-allowed}.business-profile-form input,.business-profile-form select,.business-profile-form textarea,.business-generate-panel textarea{color:#142033;width:100%;font:inherit;background:#fff;border:1px solid #dce2eb;border-radius:14px}.business-profile-form input,.business-profile-form select{min-height:45px;padding:0 13px}.business-profile-form textarea,.business-generate-panel textarea{resize:vertical;padding:13px;line-height:1.5}.business-profile-form input:focus,.business-profile-form select:focus,.business-profile-form textarea:focus,.business-generate-panel textarea:focus{border-color:#00876a;outline:none;box-shadow:0 0 0 4px #00876a1a}.business-profile-save{color:#fff;min-height:45px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#00a87e,#00765c);border:0;border-radius:14px;font-size:.72rem;font-weight:900}.business-profile-save:disabled{cursor:not-allowed;background:#aeb7c3}.business-asset-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.business-asset-actions>article{color:#1f3045;background:#f4fffb;border:1px dashed #76bfae;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;min-height:106px;display:grid;position:relative;overflow:hidden}.business-asset-thumb{flex:none;width:58px;height:58px;margin-left:-12px;display:block;position:relative}.business-asset-quick-menu{z-index:12;background:#fff;border:1px solid #cfe1dc;border-radius:12px;gap:4px;min-width:112px;padding:6px;display:grid;position:absolute;top:40px;left:8px;box-shadow:0 14px 35px #002c2238}.business-asset-quick-menu>button{color:#18392f;min-height:34px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:7px;padding:7px 9px;font-size:.62rem;font-weight:850;display:flex}.business-asset-quick-menu>button:hover{background:#e9faf5}.business-asset-quick-menu>button:last-child{color:#a02f5e}.business-asset-actions>article.is-missing{animation:2.8s ease-in-out infinite business-asset-missing-pulse}@keyframes business-asset-missing-pulse{0%,to{border-color:#76bfae;box-shadow:0 0 #00a87e00}50%{border-color:#00c99a;box-shadow:0 0 0 5px #00a87e17}}@media (prefers-reduced-motion:reduce){.business-asset-actions>article.is-missing{animation:none}}.business-asset-upload{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-content:center;justify-items:start;gap:4px;padding:14px;display:grid;position:relative}.business-asset-upload>.business-asset-add{color:#00876a;font-size:1.25rem;font-weight:800}.business-asset-upload:has(.business-asset-current){grid-template-columns:auto minmax(0,1fr) auto;align-content:center;align-items:center;column-gap:10px}:is(.business-asset-upload:has(.business-asset-current)>strong,.business-asset-upload:has(.business-asset-current)>small){grid-column:2}.business-asset-upload:has(.business-asset-current)>.business-asset-add{grid-area:1/3/span 2}.business-asset-current{border-radius:13px;grid-area:1/1/span 2;min-width:58px;height:58px;display:block;position:relative}.business-asset-current__images{height:58px;display:flex}.business-asset-thumb>img{object-fit:contain;background:#fff;border:2px solid #00a87e;border-radius:10px;width:100%;height:100%;box-shadow:3px 0 8px #0034281f}.business-asset-thumb:first-child{margin-left:0}.business-asset-thumb>b{z-index:4;color:#fff;opacity:0;background:#081412d1;border:1px solid #ffffffbf;border-radius:8px;place-items:center;width:23px;height:23px;font-size:.85rem;line-height:1;transition:opacity .15s,transform .15s;display:grid;position:absolute;top:4px;right:4px;transform:translateY(-2px)}.business-asset-thumb:hover>b,.business-asset-thumb.is-menu-open>b{opacity:1;transform:translateY(0)}.business-asset-current__images>em{color:#00765c;background:#e9faf5;border:2px solid #00a87e;border-radius:10px;place-items:center;width:42px;height:58px;margin-left:-10px;font-size:.62rem;font-style:normal;font-weight:900;display:grid}.business-asset-current>i{color:#fff;background:#00a87e;border:2px solid #f4fffb;border-radius:50%;place-items:center;width:21px;height:21px;font-size:.58rem;font-style:normal;font-weight:900;display:grid;position:absolute;bottom:-7px;right:-7px}.business-asset-upload strong{font-size:.7rem}.business-asset-upload small{color:#7a8597;font-size:.56rem;line-height:1.35}.business-asset-ai{color:#00765c;width:88px;font:inherit;cursor:pointer;background:#e4f8f2;border:0;border-left:1px solid #cce9e1;place-content:center;gap:6px;padding:10px;font-size:.56rem;font-weight:900;line-height:1.35;display:grid}.business-asset-ai>span{font-size:1rem}.business-asset-library,.business-asset-group{gap:10px;display:grid}.business-asset-group>strong{color:#637084;font-size:.62rem}.business-asset-group>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.business-asset-group article{background:#fff;border:1px solid #dce4ef;border-radius:14px;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:9px;min-width:0;padding:8px 32px 8px 8px;display:grid;position:relative}.business-asset-group img{object-fit:contain;background:#f0f3f7;border-radius:10px;width:54px;height:54px}.business-asset-group article>span{gap:3px;min-width:0;display:grid}.business-asset-group article>span strong{color:#26334a;text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;overflow:hidden}.business-asset-group article>span small{color:#00876a;font-size:.5rem}.business-asset-group article>button{color:#8c3458;cursor:pointer;background:#fde8f3;border:0;border-radius:8px;place-items:center;width:24px;height:24px;padding:0;display:grid;position:absolute;top:7px;right:7px}.business-generate-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.business-generate-actions--single{grid-template-columns:1fr}.business-generate-actions button{color:#00765c;min-height:45px;font:inherit;cursor:pointer;background:#e9fbf5;border:1px solid #bfe8dc;border-radius:14px;justify-content:center;align-items:center;gap:8px;font-size:.68rem;font-weight:900;display:inline-flex}.business-generate-actions button small{color:#513500;background:#f9d96a;border-radius:999px;padding:4px 7px;font-size:.5rem}.business-generate-actions button:disabled{color:#8994a4;cursor:not-allowed;background:#edf0f4}.business-kit-status,.business-kit-error,.business-kit-loading{border-radius:13px;margin:0;padding:12px 14px;font-size:.68rem;font-weight:750}.business-kit-status{color:#006249;background:#dcf7ef}.business-kit-error{color:#9d2f21;background:#fff0ec}.business-kit-loading{color:#536074;background:#f1f4f8}.business-poster-assets{background:#f4fffb;border:1px solid #bfe8dc;border-radius:17px;gap:11px;margin-bottom:16px;padding:15px;display:grid}.business-poster-assets>div:first-child{gap:2px;display:grid}.business-poster-assets>div:first-child strong{color:#1f3045;font-size:.72rem}.business-poster-assets>div:first-child span{color:#738096;font-size:.58rem}.business-poster-assets__list{gap:8px;display:grid}.business-poster-assets__list>button{color:#26334a;min-width:0;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #d7e6e1;border-radius:13px;grid-template-columns:46px minmax(0,1fr) 28px;align-items:center;gap:10px;padding:7px;display:grid}.business-person-directions{background:#f5fffb;border:1px solid #bfe8dc;border-radius:18px;gap:11px;padding:16px;display:grid}.business-person-directions__heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.business-person-directions__heading strong{color:#163c32;font-size:.74rem}.business-person-directions__heading span{color:#00876a;font-size:.56rem;font-weight:800}.business-person-direction{background:#fff;border:1px solid #d5e8e2;border-radius:14px;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:8px 11px;padding:10px;display:grid}.business-person-direction>img{object-fit:cover;background:#eef3f6;border-radius:11px;grid-row:1;width:54px;height:54px}.business-person-direction>span{gap:2px;display:grid}.business-person-direction>span strong{color:#203248;font-size:.66rem}.business-person-direction>span small{color:#7a8798;font-size:.54rem}.business-person-direction>textarea{resize:vertical;color:#142033;width:100%;font:inherit;background:#fbfefd;border:1px solid #cfded9;border-radius:12px;grid-column:1/-1;padding:11px;font-size:.64rem;line-height:1.45}.business-person-direction>textarea:focus{border-color:#00a87e;outline:none;box-shadow:0 0 0 4px #00a87e1a}.business-person-direction__ideas{color:#587069;background:#eaf9f4;border:1px dashed #76bfae;border-radius:12px;align-items:flex-start;gap:8px;padding:9px 11px;font-size:.57rem;line-height:1.45;display:flex}.business-person-direction__ideas>span,.business-person-direction__ideas small{color:#00876a;font-weight:900}.business-poster-assets__list>button.is-selected{background:#e2f8f1;border-color:#00876a}.business-poster-assets__list img{object-fit:contain;background:#f0f3f7;border-radius:9px;width:46px;height:46px}.business-poster-assets__list button>span{gap:2px;min-width:0;display:grid}.business-poster-assets__list button strong{text-overflow:ellipsis;white-space:nowrap;font-size:.64rem;overflow:hidden}.business-poster-assets__list button small{color:#00876a;font-size:.5rem}.business-poster-assets__list button i{color:#00876a;font-size:.9rem;font-style:normal;font-weight:900}.business-music-library-teaser{color:#26334a;background:linear-gradient(135deg,#f4fffb,#eef8ff);border:1px solid #bfe8dc;border-radius:17px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:16px;padding:14px;display:grid}.business-music-library-teaser>span{color:#fff;background:#00876a;border-radius:16px;place-items:center;width:52px;height:52px;font-size:1.25rem;display:grid}.business-music-library-teaser>div{gap:3px;display:grid}.business-music-library-teaser small{color:#00876a;letter-spacing:.09em;font-size:.5rem;font-weight:900}.business-music-library-teaser strong{font-size:.74rem}.business-music-library-teaser p{color:#6d788b;font-size:.57rem;line-height:1.45}.business-music-library-teaser em{color:#6e5a18;white-space:nowrap;background:#fff5c9;border-radius:999px;padding:7px 9px;font-size:.53rem;font-style:normal;font-weight:850}.business-social-caption{background:#f4fffb;border:1px solid #bfe8dc;border-radius:18px;gap:11px;margin-top:14px;padding:16px;display:grid}.business-social-caption-empty{background:#f4fffb;border:1px dashed #76bfae;border-radius:18px;gap:12px;margin-top:14px;padding:16px;display:grid}.business-social-caption-empty>div{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;display:grid}.business-social-caption-empty>div>span:first-child{color:#00a87e;font-size:1rem}.business-social-caption-empty>div>span:last-child{gap:3px;display:grid}.business-social-caption-empty strong{color:#26334a;font-size:.7rem}.business-social-caption-empty small{color:#6d788b;font-size:.54rem;line-height:1.4}.business-social-caption-empty>button{color:#fff;min-height:46px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#00a87e,#007b61);border:0;border-radius:13px;font-size:.66rem;font-weight:900}.business-social-caption-empty>button:disabled{cursor:wait;opacity:.65}.business-social-caption-empty>p{color:#a43c2a;margin:0;font-size:.56rem}.business-social-caption.is-calling-attention{animation:1.35s ease-in-out infinite business-social-caption-pulse}@keyframes business-social-caption-pulse{0%,to{border-color:#bfe8dc;transform:translateY(0);box-shadow:0 0 #00a87e14}50%{border-color:#00a87e;transform:translateY(-2px);box-shadow:0 0 0 7px #00a87e29,0 14px 34px #00876a24}}@media (prefers-reduced-motion:reduce){.business-social-caption.is-calling-attention{border-width:2px;border-color:#00a87e;animation:none;box-shadow:0 0 0 5px #00a87e24}}.business-social-caption>div{gap:3px;display:grid}.business-social-caption>div span{color:#00876a;letter-spacing:.1em;font-size:.52rem;font-weight:900}.business-social-caption>div strong{color:#26334a;font-size:.74rem}.business-social-caption textarea{resize:vertical;color:#26334a;width:100%;font:inherit;background:#fff;border:1px solid #d8e5e1;border-radius:14px;padding:13px;font-size:.7rem;line-height:1.55}.business-social-caption__actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.business-social-caption__actions>button{color:#fff;min-height:43px;font:inherit;cursor:pointer;background:#00876a;border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;font-size:.7rem;font-weight:900;display:inline-flex}.business-social-caption__actions>button.is-rewrite{color:#00745c;background:#e4faf3;border:1px solid #8fd9c6}.business-caption-rewrite{background:#eafbf5;border:1px solid #9ddfce;border-radius:15px;gap:11px;padding:14px;animation:.28s ease-out business-suggestion-arrive;display:grid}.business-caption-rewrite>div:first-child{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.business-caption-rewrite>div:first-child strong{color:#174438;font-size:.68rem}.business-caption-rewrite>div:first-child span{color:#61766f;font-size:.53rem}.business-caption-rewrite__styles{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.business-caption-rewrite__styles>button,.business-caption-rewrite__emoji>button{color:#36564e;min-height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #bfded5;border-radius:11px;padding:8px;font-size:.56rem;font-weight:800}.business-caption-rewrite__styles>button{text-align:left;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:5px;display:grid}.business-caption-rewrite__styles>button[aria-pressed=true],.business-caption-rewrite__emoji>button[aria-pressed=true]{color:#fff;background:#00876a;border-color:#00876a;box-shadow:0 0 0 3px #00876a1f}.business-caption-rewrite__emoji{grid-template-columns:1fr 1fr;gap:7px;display:grid}.business-caption-rewrite__submit{color:#fff;min-height:43px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#00a87e,#007b61);border:0;border-radius:12px;font-size:.65rem;font-weight:900}.business-caption-rewrite__submit:disabled{cursor:wait;opacity:.65}.business-caption-rewrite>p{color:#a43c2a;margin:0;font-size:.56rem;line-height:1.4}@media (width<=720px){.business-caption-rewrite__styles{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-gateway{border-radius:25px;padding:24px 15px}.workspace-gateway__cards,.business-profile-grid,.business-asset-actions,.business-asset-group>div,.business-generate-actions{grid-template-columns:1fr}.workspace-mode-card{grid-template-columns:54px minmax(0,1fr) 24px;gap:13px;min-height:180px;padding:20px 16px}.workspace-mode-card__icon{border-radius:17px;width:54px;height:54px}.workspace-context{grid-template-columns:auto minmax(0,1fr) auto;gap:7px}.workspace-context>button:first-child{white-space:nowrap;width:38px;padding:10px 12px;overflow:hidden}.business-brand-kit__body,.business-profile-form,.business-assets-panel,.business-generate-panel{padding:14px}.business-music-library-teaser{grid-template-columns:46px minmax(0,1fr)}.business-music-library-teaser>em{grid-column:1/-1;justify-self:start}}@media (prefers-color-scheme:dark){.workspace-gateway,.workspace-context,.business-brand-kit{background:#111927;border-color:#2d3a4f}.workspace-gateway{background:radial-gradient(circle at 8% 8%,#c72c7a29,#0000 28%),radial-gradient(circle at 92% 88%,#00876a29,#0000 30%),#111927}.workspace-gateway__intro h1,.workspace-studios-heading h2,.workspace-mode-card,.workspace-context>span strong,.business-brand-kit__heading,.business-kit-section-heading strong,.business-profile-form label,.business-asset-actions>article,.business-asset-group article>span strong,.business-poster-assets__list>button,.business-music-library-teaser{color:#f4f7fc}.workspace-mode-card,.business-profile-form,.business-assets-panel,.business-generate-panel,.business-asset-group article,.business-poster-assets__list>button{background:#0e1520;border-color:#354157}.business-generate-panel.is-active{background:linear-gradient(135deg,#102b25,#101d29);border-color:#00c79a;box-shadow:0 0 0 5px #00c79a21,0 18px 42px #00000047}.business-generate-panel.is-active textarea{background:#0d1722;border-color:#00c79a}.business-prompt-suggestion{color:#b9c8d5;background:#173b34b8;border-color:#357b6b}.business-person-directions{background:#10231f;border-color:#28584e}.business-person-directions__heading strong,.business-person-direction>span strong{color:#f4f7fc}.business-person-direction{background:#111927;border-color:#354157}.business-person-direction>textarea{color:#f4f7fc;background:#0e1520;border-color:#354157}.business-person-direction__ideas{color:#b9c8d5;background:#173b34;border-color:#357b6b}.business-asset-preview .poster-preview>img{background:#0e1520}.business-result-entry__actions>button{color:#71e4c7;background:#111927f0;border-color:#354157}.business-result-entry__actions>button:last-child{color:#ff9bc5;background:#3a1d2d}.business-asset-results{background:linear-gradient(145deg,#10231f 0%,#111c2b 100%);border-color:#28584e;box-shadow:inset 4px 0 #00a87e,0 14px 30px #0003}.business-asset-results .poster-history__toggle strong,.business-asset-results .poster-history__toggle>span:last-child{color:#25cba5}.business-asset-results .poster-history__toggle i{color:#71e4c7;background:#173b34}.workspace-context>button{color:#b6c0cf;background:#1b2535}.workspace-context>.workspace-context__business-toggle{color:#9df3dc;background:#10231f;border-color:#28584e}.workspace-context__business-toggle small{color:#71bfae}.workspace-context__business-toggle>span:first-child{color:#8cebd3;background:#173b34}.business-kit-section-heading>button{color:#71e4c7;background:#173b34;border-color:#28584e}.business-brand-kit__heading,.business-poster-assets,.business-music-library-teaser{background:linear-gradient(135deg,#10231f,#111c2b);border-color:#28584e}.business-brand-kit__mark>small{color:#fff}.business-brand-kit__body{border-color:#28584e}.business-profile-form input,.business-profile-form select,.business-profile-form textarea,.business-generate-panel textarea{color:#f4f7fc;background:#111927;border-color:#354157}.business-personality-picker legend{color:#f4f7fc}.business-personality-options>button{color:#dfe6f2;background:#111927;border-color:#354157}.business-personality-options>button[aria-pressed=true]{color:#fff;background:#00876a;border-color:#00a87e}.business-social-caption{background:#10231f;border-color:#28584e}.business-social-caption-empty{background:#10231f;border-color:#357b6b}.business-social-caption-empty strong{color:#f4f7fc}.business-social-caption-empty small{color:#9ba9b8}.business-social-caption>div strong{color:#f4f7fc}.business-social-caption textarea{color:#f4f7fc;background:#0e1520;border-color:#354157}.business-social-caption__actions>button.is-rewrite{color:#71e4c7;background:#173b34;border-color:#357b6b}.business-caption-rewrite{background:#0e1d1a;border-color:#28584e}.business-caption-rewrite>div:first-child strong{color:#f4f7fc}.business-caption-rewrite>div:first-child span{color:#9ba9b8}.business-caption-rewrite__styles>button,.business-caption-rewrite__emoji>button{color:#dce7e3;background:#111927;border-color:#354157}.business-caption-rewrite__styles>button[aria-pressed=true],.business-caption-rewrite__emoji>button[aria-pressed=true]{color:#fff;background:#00876a;border-color:#00a87e}.poster-business-logo-picker{background:#10231f;border-color:#28584e;box-shadow:0 13px 30px #0000003d}.poster-business-logo-picker>strong{color:#71e4c7}.poster-business-logo-picker button{color:#f4f7fc;background:#111927;border-color:#354157}.poster-business-logo-picker img{background:#f4f7fc}.business-asset-actions>article{background:#10231f;border-color:#357b6b}.business-asset-upload{color:#f4f7fc}.business-asset-ai{color:#71e4c7;background:#173b34;border-color:#28584e}.business-asset-quick-menu{background:#111927;border-color:#354157}.business-asset-quick-menu>button{color:#dfe8f3}.business-asset-quick-menu>button:hover{background:#173b34}.business-asset-quick-menu>button:last-child{color:#ff9bc5}.business-asset-group img,.business-poster-assets__list img{background:#1b2535}.business-kit-loading{color:#c6ceda;background:#1b2535}}.token-store-backdrop{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c142394;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.token-store{color:#142033;background:#fff;border:1px solid #dce4f2;border-radius:30px;width:min(620px,100%);max-height:calc(100dvh - 36px);padding:34px;position:relative;overflow:auto;box-shadow:0 28px 80px #0d1b3647}.token-store__close{color:#526078;width:36px;height:36px;font:inherit;cursor:pointer;background:#f1f4fa;border:0;border-radius:50%;font-size:1.35rem;position:absolute;top:16px;right:16px}.token-store__eyebrow{color:#c7287d;letter-spacing:.13em;text-transform:uppercase;font-size:.72rem;font-weight:850}.token-store h2{letter-spacing:-.05em;margin:10px 0 8px;font-size:clamp(2rem,7vw,3rem)}.token-store>p{color:#68758b;margin:0;line-height:1.55}.token-store__packages{grid-template-columns:1fr;gap:10px;margin:26px 0 18px;display:grid}.token-package{color:#142033;min-height:204px;font:inherit;cursor:pointer;background:#f8faff;border:1px solid #dce4f2;border-radius:22px;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);align-items:center;gap:20px;padding:18px 22px;display:grid}.token-package--featured{background:#eef5ff;border-color:#1877f2;box-shadow:0 0 0 4px #1877f21a}.token-package--gold{background:linear-gradient(135deg,#fffdf6,#fff9e8);border-color:#d3a936;box-shadow:0 0 0 4px #d3a93621}.token-package__details,.token-package__value{flex-direction:column;justify-content:center;min-width:0;display:flex}.token-package__details{text-align:left;align-items:flex-start;gap:5px}.token-package__details>small{color:#76839a;font-size:.66rem;font-weight:750}.token-package__details>strong{font-size:1rem}.token-package__price{color:#1267d6;font-size:1.4rem;font-weight:900}.token-package__value{text-align:left;border-left:1px solid #dce4f2;align-items:stretch;gap:7px;padding-left:20px}.token-package__feature{flex-direction:column;align-items:flex-start;display:flex}.token-package__feature>strong{color:#283750;font-size:.62rem;font-weight:850;line-height:1.2}.token-package__feature>small{color:#7c899d;margin-top:2px;font-size:.47rem;font-weight:750;line-height:1.3}.token-package__feature>.token-package__gold{color:#7b5810;letter-spacing:.02em;background:linear-gradient(135deg,#fff8d7,#f5dc91);border:1px solid #ead08a;border-radius:999px;margin-top:3px;padding:3px 7px;font-size:.44rem;font-weight:900}.token-package__feature--campaigns{border-top:1px solid #dce4f2;padding-top:6px}.token-package__feature--campaigns>strong{color:#1267d6;font-size:.67rem}.token-package__feature--campaigns>small{color:#68758b;font-style:italic}.token-package:disabled{cursor:wait;opacity:.62}.token-store .token-store__message{color:#3a4962;background:#f0f4fb;border-radius:14px;margin:14px 0;padding:12px 14px;font-size:.82rem;font-weight:700}.token-store .token-store__message--paid{color:#087459;background:#e9faf4}.token-store .token-store__message--cancelled{color:#9f3151;background:#fff0f4}.token-store__fineprint{color:#8a95a7;font-size:.67rem;line-height:1.5;display:block}.token-store__done{color:#fff;width:100%;min-height:58px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#1877f2,#075fce);border:0;border-radius:999px;margin-top:20px;font-size:1rem;font-weight:850;box-shadow:0 12px 30px #1877f23d}.token-store__done:active{transform:translateY(1px)}@media (width<=560px){.token-store{border-radius:24px;padding:28px 18px 22px}.token-package{gap:12px;min-height:194px;padding:16px 14px}.token-package__value{padding-left:12px}.token-package__feature>strong{font-size:.58rem}.token-package__feature--campaigns>strong{font-size:.62rem}}.auth-page{background:radial-gradient(circle at 18% 8%,#1877f21f,#0000 32%),radial-gradient(circle at 84% 12%,#cd2b801a,#0000 28%),#f5f7fb;place-items:center;min-height:100vh;padding:28px 18px;display:grid}.auth-card,.auth-loading-card{background:#fffffff5;border:1px solid #e0e6f0;border-radius:34px;width:min(100%,500px);box-shadow:0 26px 70px #24345326}.auth-card{padding:30px 34px 32px}.auth-brand-logo{width:min(330px,82%);height:auto;margin:0 auto 18px;display:block}.auth-intro{text-align:center;margin-bottom:22px}.auth-eyebrow{color:#cd2b80;letter-spacing:.15em;margin-bottom:8px;font-size:.7rem;font-weight:900}.auth-intro h1,.auth-verify-card h1{color:#142033;letter-spacing:-.045em;margin:0;font-size:clamp(1.8rem,7vw,2.35rem);line-height:1}.auth-intro>p:last-child,.auth-verify-card>p{color:#68758b;margin-top:12px;font-size:.9rem;line-height:1.55}.auth-google-button,.auth-primary-button,.auth-mode-switch button,.auth-text-button,.account-menu-card button{font:inherit;cursor:pointer;border:0}.auth-google-button{color:#1e2a3e;background:#fff;border:1px solid #dbe2ed;border-radius:18px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;font-weight:800;display:flex;box-shadow:0 7px 20px #2c3c5a12}.auth-google-mark{color:#fff;background:conic-gradient(from -45deg,#4285f4,#34a853,#fbbc05,#ea4335,#4285f4);border-radius:50%;place-items:center;width:28px;height:28px;font-size:.8rem;font-weight:900;display:grid}.auth-divider{color:#8994a7;align-items:center;gap:12px;height:42px;font-size:.67rem;font-weight:750;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e4e9f1;flex:1;height:1px}.auth-mode-switch{background:#f0f3f8;border-radius:16px;grid-template-columns:1fr 1fr;gap:5px;padding:5px;display:grid}.auth-mode-switch button{color:#68758b;background:0 0;border-radius:12px;min-height:40px;font-size:.78rem;font-weight:850}.account-theme-toggle{background:#f7f9fc;border:1px solid #e1e6ef;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;min-height:46px;margin-top:8px;padding:7px 9px 7px 11px;display:flex}.account-theme-toggle>span{gap:1px;display:grid}.account-theme-toggle>span small{color:#7a8799;font-size:.52rem;font-weight:750}.account-theme-toggle>span strong{color:#26334a;font-size:.64rem}.account-theme-toggle>button{color:#d97706;cursor:pointer;background:#ffe7a8;border:0;border-radius:999px;justify-content:flex-start;align-items:center;width:42px;min-height:25px;margin:0;padding:3px;transition:background .16s;display:flex}.account-theme-toggle>button.is-dark{color:#ddd6fe;background:#413162;justify-content:flex-end}.account-theme-toggle>button>span{width:19px;height:19px;color:inherit;background:#fff;border-radius:50%;place-items:center;font-size:.65rem;line-height:1;display:grid;box-shadow:0 2px 5px #1f2d452e}.auth-mode-switch button.is-active{color:#142033;background:#fff;box-shadow:0 5px 14px #2f3e5b17}.auth-form{gap:14px;margin-top:18px;display:grid}.auth-form label{color:#29364c;gap:7px;font-size:.74rem;font-weight:850;display:grid}.auth-form input{color:#142033;background:#f9fafd;border:1px solid #d8e0eb;border-radius:16px;outline:none;width:100%;min-height:50px;padding:0 15px;font-size:.84rem;font-weight:650;transition:border-color .16s,box-shadow .16s,background .16s}.auth-form input:focus{background:#fff;border-color:#1877f2;box-shadow:0 0 0 4px #1877f21a}.auth-primary-button{color:#fff;background:linear-gradient(135deg,#1877f2,#075fcf);border-radius:17px;width:100%;min-height:52px;margin-top:2px;font-size:.84rem;font-weight:900;box-shadow:0 14px 28px #1877f238}.auth-google-button:disabled,.auth-primary-button:disabled,.auth-text-button:disabled{cursor:wait;opacity:.62}.auth-text-button{color:#0b65da;background:0 0;justify-self:center;padding:4px;font-size:.71rem;font-weight:850}.auth-text-button.is-muted{color:#7d889b}.auth-feedback{border-radius:13px;padding:10px 12px;font-size:.69rem;font-weight:750;line-height:1.45}.auth-feedback.is-error{color:#a52b44;background:#fff0f3}.auth-feedback.is-success{color:#08725b;background:#e9fbf5}.auth-verify-card{text-align:center;justify-items:center;display:grid}.auth-mail-icon{color:#fff;background:linear-gradient(135deg,#cd2b80,#7a36ef);border-radius:20px;place-items:center;width:62px;height:62px;margin:4px 0 18px;font-size:1.45rem;display:grid;box-shadow:0 12px 28px #cd2b803d}.auth-verify-card>.auth-spam-reminder{color:#9d175b;text-transform:uppercase;background:#fff0f8;border:1px solid #efacd0;border-radius:16px;width:100%;margin:18px 0 2px;padding:13px 16px;font-size:clamp(.95rem,4vw,1.12rem);font-weight:950;line-height:1.2}.auth-verify-card .auth-feedback,.auth-verify-card .auth-primary-button{margin-top:18px}.auth-verify-card .auth-text-button{margin-top:12px}.auth-loading-card{color:#68758b;text-align:center;justify-items:center;padding:38px;font-size:.78rem;font-weight:750;display:grid}.auth-spinner{border:3px solid #e2e9f5;border-top-color:#1877f2;border-radius:50%;width:30px;height:30px;margin:6px 0 14px;animation:.8s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.account-float{z-index:60;position:fixed;top:16px;left:16px}.account-float summary{z-index:2;color:#fff;cursor:pointer;background:linear-gradient(135deg,#7a36ef,#cd2b80);border:2px solid #fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.72rem;font-weight:900;list-style:none;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 24px #1f2d452e}.account-menu-backdrop{z-index:1;-webkit-backdrop-filter:saturate(.72)brightness(.9);cursor:default;background:#070c181c;border:0;width:100%;height:100%;padding:0;position:fixed;inset:0}.account-float summary::-webkit-details-marker{display:none}.account-float summary img{object-fit:cover;width:100%;height:100%}.account-menu-card{z-index:2;color:#142033;background:#fffffffa;border:1px solid #dfe5ee;border-radius:18px;gap:5px;width:min(260px,100vw - 32px);margin-top:9px;padding:15px;display:grid;position:relative;box-shadow:0 18px 46px #1f2d452e}.account-menu-card strong{font-size:.78rem}.account-menu-card small{color:#748096;text-overflow:ellipsis;white-space:nowrap;font-size:.63rem;overflow:hidden}.account-menu-card button{color:#a52b44;background:#fff0f3;border-radius:12px;min-height:38px;margin-top:8px;font-size:.7rem;font-weight:850}@media (prefers-color-scheme:dark){.auth-page{background:radial-gradient(circle at 12% 6%,#226fe42e,#0000 27%),radial-gradient(circle at 90% 4%,#da28891a,#0000 25%),#0d111a}.auth-card,.auth-loading-card,.auth-verify-card,.account-menu-card{color:#f4f7fc;background:#141b28fa;border-color:#303b4e;box-shadow:0 24px 70px #0000004d}.auth-intro h1,.auth-verify-card h1,.auth-form label{color:#f4f7fc}.auth-intro>p:last-child,.auth-verify-card>p,.auth-loading-card,.auth-mode-switch button,.auth-text-button.is-muted,.account-menu-card small{color:#aeb9ca}.account-theme-toggle{background:#0e1520;border-color:#344157}.account-theme-toggle>span small{color:#9ba7bb}.account-theme-toggle>span strong{color:#f4f7fc}.auth-verify-card>.auth-spam-reminder{color:#ff87c6;background:#321a29;border-color:#713154}.auth-google-button{color:#f4f7fc;background:#111824;border-color:#344157}.auth-divider{color:#9da9bc}.auth-divider:before,.auth-divider:after{background:#303a4d}.auth-mode-switch{background:#0e1420}.auth-mode-switch button.is-active{color:#fff;background:#202a3c;box-shadow:0 4px 14px #00000052}.auth-form input{color:#f4f7fc;background:#0e1520;border-color:#354157}.auth-form input:focus{background:#141c29}.auth-feedback.is-error{color:pink;background:#3b1823}.auth-feedback.is-success{color:#8ae5c5;background:#12382d}.auth-spinner{border-color:#5898ff #2f3b50 #2f3b50}.account-menu-card button{color:#ffb9c8;background:#3a1824}}@media (width<=560px){.auth-page{padding:12px}.auth-card{border-radius:26px;padding:24px 18px 26px}.auth-brand-logo{width:min(280px,88%)}.account-float{top:10px;left:10px}}@media (width<=900px){.account-menu-backdrop{-webkit-backdrop-filter:saturate(.42)brightness(.7);background:#03081245}}@media (prefers-color-scheme:dark){.account-menu-backdrop{-webkit-backdrop-filter:saturate(.24)brightness(.44);background:#0002088f}}@media (prefers-reduced-motion:reduce){.auth-spinner{animation-duration:1.6s}}.install-app-prompt-backdrop{z-index:240;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080f1ca3;place-items:center;padding:18px;animation:.24s ease-out both install-app-backdrop-in;display:grid;position:fixed;inset:0}.install-app-prompt{color:#142033;text-align:center;background:radial-gradient(circle at 90% 0,#6637db21,#0000 34%),#fff;border:1px solid #1877f238;border-radius:30px;justify-items:center;gap:16px;width:min(480px,100%);max-height:min(720px,100dvh - 36px);padding:24px;animation:.32s cubic-bezier(.2,.8,.2,1) both install-app-prompt-in;display:grid;overflow-y:auto;box-shadow:0 30px 90px #050d1c57}.install-app-prompt>img{object-fit:cover;border-radius:22px;width:76px;height:76px;box-shadow:0 12px 30px #1f2d452e}.install-app-prompt__copy{gap:6px;display:grid}.install-app-prompt__eyebrow{color:#6b32d8;letter-spacing:.16em;font-size:.64rem;font-weight:950}.install-app-prompt h2{margin:0;font-size:clamp(1.45rem,6vw,2rem);line-height:1.08}.install-app-prompt__copy p{color:#68758a;margin:0;font-size:.76rem;line-height:1.5}.install-app-prompt__value{text-align:left;background:#f7f9fd;border:1px solid #e1e7f2;border-radius:20px;width:100%;padding:15px 17px}.install-app-prompt__value>strong{color:#24344e;margin-bottom:9px;font-size:.72rem;display:block}.install-app-prompt__value ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.install-app-prompt__value li{color:#5f6d83;padding-left:18px;font-size:.68rem;line-height:1.35;position:relative}.install-app-prompt__value li:before{content:"";background:linear-gradient(135deg,#1877f2,#7936de);border-radius:50%;width:7px;height:7px;position:absolute;top:.42em;left:2px}.install-app-prompt__value b{color:#1d6fe8}.install-app-prompt__actions{gap:8px;width:100%;display:grid}.install-app-prompt button{font:inherit;cursor:pointer;border:0}.install-app-prompt button:disabled{cursor:wait;opacity:.65}.install-app-prompt__install{color:#fff;background:linear-gradient(135deg,#1877f2,#6f30da);border-radius:17px;min-height:52px;padding:0 18px;font-size:.76rem;font-weight:950;box-shadow:0 13px 28px #4247da40}.install-app-prompt__dismiss{color:#647086;background:0 0;border-radius:14px;min-height:42px;font-size:.7rem;font-weight:850}.install-app-prompt__error{color:#a22450;background:#fff0f5;border-radius:12px;margin:0;padding:9px 12px;font-size:.64rem;font-weight:750;line-height:1.4}@keyframes install-app-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes install-app-prompt-in{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=560px){.install-app-prompt-backdrop{padding:12px}.install-app-prompt{border-radius:26px;gap:13px;max-height:calc(100dvh - 24px);padding:20px 17px 16px}.install-app-prompt>img{border-radius:19px;width:66px;height:66px}}@media (prefers-color-scheme:dark){.install-app-prompt{color:#f5f7fc;background:radial-gradient(circle at 90% 0,#773dde3d,#0000 36%),#131c2b;border-color:#3a4963}.install-app-prompt__copy p{color:#aeb8ca}.install-app-prompt__value{background:#0e1623;border-color:#334159}.install-app-prompt__value>strong{color:#eef2f9}.install-app-prompt__value li{color:#aeb9cb}.install-app-prompt__dismiss{color:#b7c0d0}.install-app-prompt__error{color:#ffb3cb;background:#3d1927}}@media (prefers-reduced-motion:reduce){.install-app-prompt-backdrop,.install-app-prompt{animation:none}}
