.studio-app{--paper: #f7f3eb;--paper-deep: #eee8dc;--surface: #fffdf8;--ink: #181714;--copy: #575249;--muted: #837c70;--line: rgba(24, 23, 20, .12);--line-strong: rgba(24, 23, 20, .21);--clay: #df6246;--clay-dark: #bc472f;--forest: #355f4d;--gold: #b7853d;--dark: #22211d;--shadow: 0 22px 60px rgba(57, 47, 35, .08), 0 3px 14px rgba(57, 47, 35, .04);min-height:100dvh;color:var(--ink);background:var(--paper);font-family:Inter,SF Pro Text,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5}.studio-app *,.studio-app *:before,.studio-app *:after{box-sizing:border-box}.studio-app button,.studio-app input,.studio-app textarea{font:inherit}.studio-app button,.studio-app a{-webkit-tap-highlight-color:transparent}.studio-sidebar{position:fixed;inset:0 auto 0 0;z-index:50;display:flex;width:270px;flex-direction:column;border-right:1px solid var(--line);background:#f0ebe1}.studio-sidebar-header{display:flex;min-height:88px;align-items:center;justify-content:space-between;padding:21px 21px 17px}.studio-brand,.studio-mobile-brand{display:inline-flex;align-items:center;color:var(--ink);text-decoration:none}.studio-brand{gap:12px}.studio-brand>span:last-child{display:flex;flex-direction:column;line-height:1.1}.studio-brand strong{font-size:15px;font-weight:760}.studio-brand small{margin-top:5px;color:var(--muted);font-size:9px;font-weight:740;letter-spacing:.14em;text-transform:uppercase}.studio-logo{position:relative;display:block;width:33px;height:33px;flex:0 0 33px;overflow:hidden;border-radius:10px;background:var(--ink)}.studio-logo>span:first-child{position:absolute;inset:7px;border:2px solid var(--paper);border-radius:50%}.studio-logo>span:last-child{position:absolute;inset:13px;border-radius:3px;background:var(--clay)}.studio-icon-button,.studio-profile button,.studio-mobile-create{display:inline-flex;align-items:center;justify-content:center;border:0;color:inherit;background:transparent;cursor:pointer}.studio-icon-button{width:40px;height:40px;border:1px solid var(--line);border-radius:12px}.studio-close{display:none}.studio-create-button{display:flex;min-height:49px;align-items:center;justify-content:center;gap:10px;margin:4px 18px 24px;border-radius:13px;color:#fff;background:var(--ink);box-shadow:0 10px 22px #18171421;font-weight:690;text-decoration:none}.studio-navigation{display:flex;flex:1;flex-direction:column;padding:0 14px}.studio-nav-caption{padding:0 12px 8px;color:var(--muted);font-size:9px;font-weight:760;letter-spacing:.14em;text-transform:uppercase}.studio-account-caption{margin-top:27px}.studio-nav-item{display:flex;min-height:44px;align-items:center;gap:12px;padding:0 12px;border-radius:11px;color:#5c574f;font-size:14px;font-weight:560;text-decoration:none;transition:color .16s ease,background .16s ease,transform .16s ease}.studio-nav-item:hover{color:var(--ink);background:#fffdf8b3;transform:translate(2px)}.studio-nav-item.is-active{color:var(--ink);background:var(--surface);font-weight:680}.studio-nav-item.is-active svg{color:var(--clay)}.studio-sidebar-footer{padding:18px}.studio-dev{display:grid;grid-template-columns:9px 1fr;gap:10px;padding:11px 12px;border-radius:12px;color:#6b5a3c;background:#b7853d1c}.studio-dev>span{width:7px;height:7px;margin-top:4px;border-radius:50%;background:var(--gold)}.studio-dev>div,.studio-profile>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.studio-dev strong{font-size:10px}.studio-dev small{font-size:9px}.studio-profile{display:grid;grid-template-columns:38px minmax(0,1fr) 34px;align-items:center;gap:10px;margin-top:11px;padding:11px;border:1px solid var(--line);border-radius:13px;background:#fffdf88c}.studio-profile-avatar{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;color:#fff;background:var(--forest);font-weight:760}.studio-profile strong{font-size:12px}.studio-profile small{color:var(--muted);font-size:9px}.studio-profile button{width:34px;height:34px}.studio-content{min-height:100dvh;margin-left:270px}.studio-mobile-header,.studio-scrim{display:none}.studio-page{width:min(100%,1560px);min-height:100dvh;margin:0 auto;padding:48px clamp(28px,4.5vw,72px) 74px}.studio-kicker,.studio-section-heading small,.studio-readiness header small{color:var(--muted);font-size:9px;font-weight:780;letter-spacing:.14em;text-transform:uppercase}.studio-live>span{display:inline-block;width:7px;height:7px;margin-right:9px;border-radius:50%;background:var(--forest)}.studio-hero{display:grid;grid-template-columns:minmax(0,1.32fr) minmax(310px,.68fr);gap:clamp(30px,5vw,78px);align-items:end;padding:18px 0 49px;border-bottom:1px solid var(--line)}.studio-hero h1,.studio-page-header h1{font-family:Space Grotesk,SF Pro Display,Inter,-apple-system,sans-serif;font-weight:640;letter-spacing:-.058em}.studio-hero h1{max-width:920px;margin:19px 0;font-size:clamp(43px,5vw,76px);line-height:.98}.studio-hero h1 em{color:#8d867b;font-style:normal;font-weight:520}.studio-hero>div>p{max-width:730px;margin:0;color:var(--copy);font-size:18px;line-height:1.65}.studio-hero-actions{display:flex;gap:11px;margin-top:30px}.studio-primary,.studio-secondary,.studio-outline,.studio-create-header>button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:0 19px;border-radius:12px;font-weight:680;cursor:pointer}.studio-primary{border:1px solid var(--clay);color:#fff;background:var(--clay);box-shadow:0 11px 26px #bc472f2e}.studio-primary:hover:not(:disabled){border-color:var(--clay-dark);background:var(--clay-dark)}.studio-primary:disabled{cursor:not-allowed;opacity:.45}.studio-secondary,.studio-outline,.studio-create-header>button{border:1px solid var(--line-strong);color:var(--ink);background:#fffdf894}.studio-director,.studio-readiness,.studio-summary,.studio-library-grid>article,.studio-voice-library{border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.studio-director{padding:22px}.studio-director>header,.studio-summary>header{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px}.studio-director-icon{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:13px;color:#fff;background:var(--ink)}.studio-director header>span:nth-child(2),.studio-summary header>span:nth-child(2){display:flex;flex-direction:column}.studio-director strong,.studio-summary strong{font-size:13px}.studio-director small,.studio-summary small{color:var(--muted);font-size:10px}.studio-beta{padding:5px 8px;border-radius:999px;color:var(--forest);background:#355f4d1a;font-size:8px}.studio-director-message{display:grid;grid-template-columns:28px 1fr;gap:11px;margin-top:21px;padding:16px;border-radius:15px;color:var(--clay);background:var(--paper)}.studio-director-message p{margin:0;color:var(--copy);font-size:12px}.studio-director>button{display:flex;width:100%;align-items:center;justify-content:space-between;margin-top:13px;padding:14px;border:0;color:var(--ink);background:transparent;font-weight:680;cursor:pointer}.studio-home-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:60px;padding-top:48px}.studio-section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.studio-section-heading>span{display:flex;flex-direction:column}.studio-section-heading h2,.studio-readiness h2{margin:7px 0 0;font-size:25px;letter-spacing:-.035em}.studio-section-heading a{display:flex;align-items:center;gap:8px;color:var(--copy);font-size:12px;text-decoration:none}.studio-template-list{border-top:1px solid var(--line-strong)}.studio-template{display:grid;width:100%;grid-template-columns:47px minmax(0,1fr) auto 28px;align-items:center;gap:16px;padding:19px 4px;border:0;border-bottom:1px solid var(--line);color:var(--ink);text-align:left;background:transparent;cursor:pointer}.studio-template-index{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:13px;color:#fff;font-size:10px;font-weight:770}.studio-template-index.is-clay{background:var(--clay)}.studio-template-index.is-forest{background:var(--forest)}.studio-template-index.is-ink{background:var(--ink)}.studio-template-copy{display:flex;flex-direction:column}.studio-template-copy strong{font-size:13px}.studio-template-copy small,.studio-template-duration{color:var(--muted);font-size:10px}.studio-template-duration{display:flex;align-items:center;gap:6px}.studio-project-heading{margin-top:43px}.studio-empty-inline{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:17px;padding:18px;border:1px solid var(--line);border-radius:17px;background:#fffdf89e}.studio-empty-inline>span{display:flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:14px;color:var(--clay);background:#df62461a}.studio-empty-inline p{margin:4px 0 0;color:var(--muted);font-size:10px}.studio-empty-inline button{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid var(--line-strong);border-radius:11px;background:var(--surface);font-size:10px;font-weight:680;cursor:pointer}.studio-readiness{align-self:start;padding:24px}.studio-readiness>header{display:flex;align-items:center;justify-content:space-between}.studio-readiness header>span{display:flex;flex-direction:column}.studio-readiness header>strong{font-size:25px}.studio-progress{height:5px;margin-top:20px;background:var(--paper-deep)}.studio-progress span{display:block;width:82%;height:100%;background:var(--forest)}.studio-readiness>p{color:var(--muted);font-size:11px}.studio-quality-item{display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:11px;padding:15px 0;border-bottom:1px solid var(--line)}.studio-quality-item>span{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;color:var(--gold);background:#b7853d1c}.studio-quality-item>span.is-ready{color:var(--forest);background:#355f4d1a}.studio-quality-item>div{display:flex;flex-direction:column}.studio-quality-item strong{font-size:11px}.studio-quality-item small{color:var(--muted);font-size:9px}.studio-quality-item i{display:flex;width:20px;height:20px;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;color:#fff}.studio-quality-item i.is-ready{border-color:var(--forest);background:var(--forest)}.studio-improve{display:flex;justify-content:space-between;margin-top:16px;color:var(--clay-dark);font-size:11px;font-weight:680;text-decoration:none}.studio-balance{margin-top:24px;padding:18px;border-radius:15px;color:#fff;background:var(--dark)}.studio-balance>span{font-size:9px;text-transform:uppercase}.studio-balance>strong{display:block;margin-top:13px;font-size:29px}.studio-balance strong small,.studio-balance p{color:#ffffff94;font-size:9px}.studio-balance a{color:#fff;font-size:10px;text-decoration:none}.studio-page-header{display:flex;align-items:end;justify-content:space-between;gap:32px;padding:12px 0 37px;border-bottom:1px solid var(--line)}.studio-page-header>div:first-child{max-width:850px}.studio-page-header h1{margin:11px 0 13px;font-size:clamp(42px,5vw,68px);line-height:1}.studio-page-header p{max-width:720px;margin:0;color:var(--copy);font-size:15px}.studio-create-page{padding-top:0}.studio-create-header{display:grid;min-height:86px;grid-template-columns:1fr auto 1fr;align-items:center}.studio-create-header>button:first-child{justify-self:start}.studio-create-header>button:last-child{justify-self:end}.studio-stepper{display:flex}.studio-stepper>button{display:flex;min-width:86px;flex-direction:column;align-items:center;gap:5px;border:0;color:var(--muted);background:transparent;cursor:pointer}.studio-stepper button>span{display:flex;width:25px;height:25px;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;font-size:9px}.studio-stepper button.is-active>span{border-color:var(--clay);color:#fff;background:var(--clay)}.studio-stepper button.is-complete>span{border-color:var(--forest);color:#fff;background:var(--forest)}.studio-stepper small{font-size:8px}.studio-create-layout{display:grid;max-width:1270px;grid-template-columns:1fr 355px;gap:70px;margin:0 auto;padding-top:52px}.studio-field,.studio-field-block,.studio-selection{display:block;margin-top:38px}.studio-field>span,.studio-field-title{font-size:12px;font-weight:720}.studio-field-block>p,.studio-duration-block p{margin:4px 0 0;color:var(--muted);font-size:10px}.studio-textarea{margin-top:12px;overflow:hidden;border:1px solid var(--line-strong);border-radius:16px;background:var(--surface)}.studio-textarea textarea{width:100%;min-height:155px;padding:20px;resize:vertical;border:0;outline:0;color:var(--ink);background:transparent;line-height:1.65}.studio-textarea textarea.is-script{min-height:310px}.studio-textarea footer{display:flex;justify-content:space-between;padding:12px 20px;border-top:1px solid var(--line);color:var(--muted);font-size:9px}.studio-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-top:14px}.studio-choice-grid>button{position:relative;min-height:145px;padding:17px;border:1px solid var(--line);border-radius:16px;text-align:left;background:var(--surface);cursor:pointer}.studio-choice-grid>button.is-selected{border-color:var(--clay)}.studio-choice-grid button>span:first-child{display:flex;justify-content:space-between}.studio-choice-grid button small{padding:4px 7px;border-radius:7px;background:var(--paper-deep);font-size:8px}.studio-choice-grid button>strong{display:block;margin-top:18px;font-size:12px}.studio-choice-grid button>p{color:var(--muted);font-size:9px}.studio-choice-grid button>i{position:absolute;right:14px;bottom:14px;display:flex;width:20px;height:20px;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;color:#fff}.studio-choice-grid button.is-selected>i{border-color:var(--clay);background:var(--clay)}.studio-duration-block{display:grid;grid-template-columns:1fr 230px;gap:28px;align-items:end;margin-top:39px}.studio-duration{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.studio-duration button{height:60px;border:0;background:transparent;font-size:20px;cursor:pointer}.studio-duration>span{display:flex;align-items:baseline;justify-content:center;gap:5px}.studio-duration strong{font-size:22px}.studio-duration small{color:var(--muted);font-size:9px}.studio-ai-note,.studio-success{display:grid;gap:14px;margin-top:28px;padding:18px;border-radius:15px;color:var(--forest);background:#355f4d14}.studio-ai-note{grid-template-columns:22px 1fr}.studio-ai-note strong,.studio-success strong{color:var(--ink);font-size:12px}.studio-ai-note p,.studio-success p{margin:4px 0 0;color:var(--copy);font-size:10px}.studio-avatar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:15px}.studio-avatar-grid>button{padding:0 0 14px;overflow:hidden;border:1px solid var(--line);border-radius:15px;text-align:left;background:var(--surface);cursor:pointer}.studio-avatar-grid>button.is-selected{border-color:var(--clay)}.studio-avatar-grid button>div{position:relative;height:178px;overflow:hidden;background:var(--paper-deep)}.studio-avatar-grid img{width:100%;height:100%;object-fit:cover}.studio-person{position:absolute;inset:0;background:linear-gradient(180deg,#d7c4b3 0 28%,#5f7168 29% 100%)}.studio-person.is-1{background:linear-gradient(180deg,#ceb7aa 0 28%,#8a574c 29% 100%)}.studio-person.is-2{background:linear-gradient(180deg,#d6c7ba 0 28%,#3e403d 29% 100%)}.studio-person>span,.studio-style-person>span,.studio-summary-person>span,.studio-review-person>span{position:absolute;top:24px;left:50%;width:62px;height:67px;border-radius:50%;background:#dccabb;transform:translate(-50%)}.studio-avatar-grid button>div>i{position:absolute;top:12px;right:12px;display:flex;width:23px;height:23px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:var(--clay)}.studio-avatar-grid button>strong,.studio-avatar-grid button>small{display:block;padding:0 14px}.studio-avatar-grid button>strong{margin-top:13px;font-size:11px}.studio-avatar-grid button>small{color:var(--muted);font-size:9px}.studio-voice-options{display:grid;gap:8px;margin-top:15px}.studio-voice-options>button{display:grid;grid-template-columns:40px 1fr 20px;align-items:center;gap:11px;padding:11px 13px;border:1px solid var(--line);border-radius:13px;text-align:left;background:var(--surface);cursor:pointer}.studio-voice-options>button.is-selected{border-color:var(--forest)}.studio-voice-options button>span:first-child{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:var(--ink)}.studio-voice-options button>div{display:flex;flex-direction:column}.studio-voice-options strong{font-size:11px}.studio-voice-options small{color:var(--muted);font-size:9px}.studio-voice-options button>i{display:flex;width:18px;height:18px;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%}.studio-voice-options button>i>span{width:10px;height:10px;border-radius:50%;background:var(--forest)}.studio-style-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-top:30px}.studio-style-grid>button{padding:10px 10px 16px;border:1px solid var(--line);border-radius:16px;text-align:left;background:var(--surface);cursor:pointer}.studio-style-grid>button.is-selected{border-color:var(--clay)}.studio-style-grid button>div{position:relative;height:180px;overflow:hidden;border-radius:11px;background:#dad3c7}.studio-style-grid .is-style-1{background:#a88d73}.studio-style-grid .is-style-2{background:#2d2a27}.studio-style-grid .is-style-3{background:#e8e4dc}.studio-style-person{position:absolute;right:50%;bottom:0;width:84px;height:150px;border-radius:48px 48px 10px 10px;background:linear-gradient(180deg,#cdbbac 0 28%,#66736b 29% 100%);transform:translate(50%)}.studio-style-grid button>div>i{position:absolute;top:12px;right:12px;display:flex;width:23px;height:23px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:var(--clay)}.studio-style-grid button>strong{display:block;margin:13px 3px 0;font-size:12px}.studio-style-grid button>p{margin:5px 3px 0;color:var(--muted);font-size:9px}.studio-options{display:grid;gap:9px;margin-top:24px}.studio-options label{display:grid;grid-template-columns:20px 1fr;gap:10px;padding:13px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.studio-options label>span{display:flex;flex-direction:column}.studio-options strong{font-size:10px}.studio-options small{color:var(--muted);font-size:9px}.studio-review{display:grid;grid-template-columns:330px 1fr;gap:28px;margin-top:30px}.studio-review-preview,.studio-summary-preview{position:relative;overflow:hidden;border-radius:17px;background:#282722}.studio-review-preview{height:430px}.studio-review-person,.studio-summary-person{position:absolute;right:50%;bottom:0;border-radius:80px 80px 10px 10px;background:linear-gradient(180deg,#cdbbac 0 28%,#66736b 29% 100%);transform:translate(50%)}.studio-review-person{width:140px;height:330px}.studio-review-preview>div,.studio-summary-preview>div{position:absolute;right:22px;bottom:24px;left:22px;padding:10px;border-radius:8px;color:#fff;text-align:center;background:#0a0a09a3;font-size:9px}.studio-review-preview>i{position:absolute;top:50%;left:50%;display:flex;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;transform:translate(-50%,-50%)}.studio-review dl,.studio-summary dl{margin:0}.studio-review dl>div,.studio-summary dl>div{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line)}.studio-review dt,.studio-summary dt{color:var(--muted);font-size:10px}.studio-review dd,.studio-summary dd{margin:0;font-size:10px;font-weight:680}.studio-preflight{display:flex;flex-wrap:wrap;gap:9px;margin-top:19px}.studio-preflight span{display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;color:var(--forest);background:#355f4d14;font-size:9px}.studio-success{grid-template-columns:44px 1fr auto}.studio-success>span{display:flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:var(--forest)}.studio-success button{border:0;color:var(--forest);background:transparent;cursor:pointer}.studio-create-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:42px;padding-top:24px;border-top:1px solid var(--line)}.studio-summary{position:sticky;top:28px;align-self:start;padding:22px}.studio-summary>header{grid-template-columns:42px 1fr}.studio-summary-preview{height:310px;margin-top:20px;border:12px solid var(--paper)}.studio-summary-person{width:116px;height:250px}.studio-safe{display:grid;grid-template-columns:20px 1fr;gap:10px;margin-top:18px;padding:13px;border-radius:12px;color:var(--forest);background:#355f4d14}.studio-safe p{margin:0;font-size:9px}.studio-toolbar{display:flex;justify-content:space-between;margin-top:28px}.studio-toolbar label{display:flex;width:380px;min-height:45px;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.studio-toolbar input{width:100%;border:0;outline:0;background:transparent}.studio-toolbar>span{color:var(--muted);font-size:10px}.studio-library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.studio-library-grid>article{overflow:hidden;border-radius:18px}.studio-library-preview{position:relative;height:300px;overflow:hidden;background:var(--paper-deep)}.studio-library-preview img{width:100%;height:100%;object-fit:cover}.studio-library-preview>small{position:absolute;top:14px;right:14px;padding:6px 8px;border-radius:999px;color:#fff;background:var(--forest);font-size:8px}.studio-library-copy{padding:17px}.studio-library-copy>span{color:var(--forest);font-size:8px;text-transform:uppercase}.studio-library-copy h3{margin:7px 0 5px}.studio-library-copy p{color:var(--muted);font-size:10px}.studio-library-grid footer{padding:0 17px 17px}.studio-library-grid footer button{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line-strong);border-radius:11px;background:var(--surface);cursor:pointer}.studio-voice-library{margin-top:28px;padding:24px}.studio-voice-library>header{display:flex;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.studio-voice-library header small{color:var(--muted);font-size:9px;text-transform:uppercase}.studio-voice-library header h2{margin:6px 0 0}.studio-voice-library header p{color:var(--muted);font-size:10px}.studio-voice-library article{display:grid;grid-template-columns:48px 220px 1fr auto;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.studio-play{display:flex;width:46px;height:46px;align-items:center;justify-content:center;border:0;border-radius:50%;color:#fff;background:var(--ink);cursor:pointer}.studio-bars{display:flex;align-items:center;gap:3px}.studio-bars i{width:3px;height:14px;background:#fff}.studio-voice-library article>div:nth-child(2) span{color:var(--forest);font-size:8px}.studio-voice-library h3{margin:5px 0 3px;font-size:13px}.studio-voice-library article p{margin:0;color:var(--muted);font-size:9px}.studio-wave{display:flex;height:38px;align-items:center;gap:3px}.studio-wave span{width:3px;border-radius:999px;background:#bcb5a9}.studio-outline{min-height:40px;font-size:10px}.studio-empty{display:flex;min-height:480px;flex-direction:column;align-items:center;justify-content:center;margin-top:28px;border:1px dashed var(--line-strong);border-radius:22px;text-align:center;background:#fffdf873}.studio-empty>span{display:flex;width:70px;height:70px;align-items:center;justify-content:center;border-radius:22px;color:var(--clay);background:#df62461a}.studio-empty h2{margin:22px 0 8px}.studio-empty p{max-width:520px;color:var(--muted);font-size:11px}.studio-billing-summary{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:16px;margin-top:28px;padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.studio-billing-summary>span{display:flex;width:54px;height:54px;align-items:center;justify-content:center;border-radius:16px;color:#fff;background:var(--ink)}.studio-billing-summary>div{display:flex;flex-direction:column}.studio-billing-summary small{color:var(--muted);font-size:9px}.studio-billing-summary strong{font-size:26px}.studio-billing-summary strong em{color:var(--muted);font-size:11px;font-style:normal}.studio-billing-summary p{color:var(--copy);font-size:10px}.studio-package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.studio-package-grid article{position:relative;padding:24px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.studio-package-grid article.is-featured{border-color:var(--clay)}.studio-package-grid article>span{position:absolute;top:16px;right:16px;padding:5px 8px;border-radius:999px;color:#fff;background:var(--clay);font-size:8px}.studio-package-grid article>small{color:var(--muted);font-size:9px}.studio-package-grid article>strong{display:block;margin-top:28px;font-size:38px}.studio-package-grid article>em{color:var(--muted);font-size:10px;font-style:normal}.studio-package-grid article>p{color:var(--copy);font-size:10px}.studio-package-grid article>button{display:flex;width:100%;min-height:44px;align-items:center;justify-content:space-between;padding:0 14px;border:1px solid var(--line-strong);border-radius:11px;background:var(--surface);cursor:pointer}@media(max-width:1100px){.studio-hero,.studio-home-grid,.studio-create-layout{grid-template-columns:1fr}.studio-summary{position:static;order:-1;max-width:420px}.studio-library-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.studio-sidebar{width:min(88vw,304px);transform:translate(-105%)}.studio-sidebar.is-open{transform:translate(0)}.studio-close{display:inline-flex}.studio-scrim{position:fixed;inset:0;z-index:40;display:block;pointer-events:none;opacity:0;border:0;background:#1817146b}.studio-scrim.is-visible{pointer-events:auto;opacity:1}.studio-mobile-header{display:grid;min-height:66px;grid-template-columns:42px 1fr 42px;align-items:center;padding:0 16px}.studio-mobile-brand{justify-self:center;gap:9px}.studio-mobile-create{width:40px;height:40px;border-radius:12px;color:#fff;background:var(--ink)}.studio-content{margin-left:0}.studio-page{padding:32px 18px 60px}.studio-choice-grid,.studio-duration-block,.studio-style-grid,.studio-review{grid-template-columns:1fr}.studio-avatar-grid{grid-template-columns:repeat(2,1fr)}.studio-library-grid,.studio-package-grid{grid-template-columns:1fr}.studio-voice-library article{grid-template-columns:48px 1fr auto}.studio-wave{display:none}}.studio-voice-quality{margin-top:28px;padding:20px;border:1px solid var(--line);border-radius:18px;background:radial-gradient(circle at top right,rgba(223,98,70,.07),transparent 38%),var(--surface);box-shadow:0 16px 42px #392f230f}.studio-voice-quality>header{display:flex;align-items:start;justify-content:space-between;gap:20px}.studio-voice-quality header p{max-width:580px;margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.55}.studio-quality-score{display:flex;min-width:64px;min-height:37px;align-items:center;justify-content:center;border-radius:11px;font-size:11px;font-weight:760}.studio-quality-score.is-good{color:var(--forest);background:#355f4d1a}.studio-quality-score.is-warning{color:#8c652d;background:#b7853d1f}.studio-quality-score.is-low{color:#a6402d;background:#df62461c}.studio-speech-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px}.studio-speech-stats>span{display:flex;min-height:59px;flex-direction:column;justify-content:center;padding:10px 12px;border-radius:12px;color:var(--muted);background:var(--paper);font-size:9px}.studio-speech-stats strong{color:var(--ink);font-size:14px}.studio-speed-control{display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:20px;margin-top:15px;padding:14px;border:1px solid var(--line);border-radius:13px;background:#fffdf8a6}.studio-speed-control>span{display:flex;flex-direction:column}.studio-speed-control>span strong{font-size:10px}.studio-speed-control>span small{margin-top:3px;color:var(--muted);font-size:9px}.studio-speed-control>div{display:grid;grid-template-columns:minmax(0,1fr) 52px;align-items:center;gap:12px}.studio-speed-control input{width:100%;accent-color:var(--clay)}.studio-speed-control>div strong{text-align:right;font-size:11px}.studio-script-warnings,.studio-script-clean{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;margin-top:14px;padding:13px;border-radius:12px}.studio-script-warnings{color:#93672c;background:#b7853d1a}.studio-script-warnings p{margin:0;color:#765d3a;font-size:9px;line-height:1.5}.studio-script-warnings p+p{margin-top:4px}.studio-script-clean{color:var(--forest);background:#355f4d14}.studio-script-clean span{font-size:9px}.studio-preview-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.studio-preview-actions>button{display:inline-flex;min-height:43px;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-radius:11px;font-size:10px;font-weight:690;cursor:pointer}.studio-preview-button{border:1px solid var(--ink);color:#fff;background:var(--ink)}.studio-preview-button:disabled{cursor:wait;opacity:.55}.studio-preview-replay{border:1px solid var(--line-strong);color:var(--ink);background:var(--surface)}.studio-approve-voice{margin-left:auto;border:1px solid rgba(53,95,77,.42);color:var(--forest);background:#355f4d0f}.studio-approve-voice.is-approved{border-color:var(--forest);color:#fff;background:var(--forest)}.studio-voice-quality>footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:15px;padding-top:13px;border-top:1px solid var(--line);color:var(--muted);font-size:9px}.is-spinning{animation:studio-spin .9s linear infinite}@keyframes studio-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.studio-speed-control{grid-template-columns:1fr}.studio-approve-voice{width:100%;margin-left:0}}@media(max-width:460px){.studio-speech-stats{grid-template-columns:1fr}.studio-preview-actions{flex-direction:column}.studio-preview-actions>button{width:100%}}.studio-hero{grid-template-columns:minmax(0,1.42fr) minmax(310px,.58fr);align-items:center;gap:clamp(40px,5vw,76px)}.studio-hero h1{max-width:790px;font-size:clamp(42px,3.65vw,61px);line-height:1;letter-spacing:-.052em;text-wrap:balance}.studio-hero>div>p{max-width:690px;font-size:clamp(15px,1.08vw,17px);line-height:1.7}.studio-director{border-radius:18px;border-color:#18171424;box-shadow:0 14px 36px #392f230e,0 2px 7px #392f2306}.studio-director-icon{border-radius:9px;background:#24221e}.studio-director-icon svg{stroke-width:1.55}.studio-director-message{border-left:3px solid var(--clay);border-radius:10px;background:#f3eee5}.studio-beta{min-width:56px;border:1px solid var(--line);color:var(--copy);text-align:center;background:transparent;letter-spacing:0;text-transform:none}.studio-library-grid>article,.studio-voice-library,.studio-readiness,.studio-summary{box-shadow:0 13px 36px #392f230d,0 2px 6px #392f2306}@media(max-width:1180px){.studio-hero{grid-template-columns:1fr}.studio-director{max-width:620px}}@media(max-width:760px){.studio-hero h1{font-size:clamp(38px,11vw,51px)}}.studio-review-preview>div,.studio-summary-preview>div{display:-webkit-box;max-width:min(82%,430px);overflow:hidden;line-height:1.35;text-align:center;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}.studio-jobs-list{display:flex;flex-direction:column;gap:12px;margin-top:24px}.studio-job-card{background:var(--card, #fff);border:1px solid var(--border, rgba(0,0,0,.08));border-radius:12px;padding:16px 20px;display:flex;flex-direction:column;gap:8px}.studio-job-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.studio-job-status{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;padding:3px 9px;border-radius:99px;background:#0000000f;color:var(--muted, #888)}.studio-job-status.is-green{background:#22c55e1f;color:#15803d}.studio-job-status.is-red{background:#ef44441f;color:#b91c1c}.studio-job-status.is-blue{background:#3b82f61f;color:#1d4ed8}.studio-job-script{font-size:13.5px;line-height:1.5;color:var(--muted, #666);margin:0}.studio-job-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.studio-job-actions a.studio-outline,.studio-job-actions button.studio-outline{display:inline-flex;align-items:center;gap:6px;font-size:13px;padding:6px 14px}html,body,#root{background:#f1f1ee!important}.studio-app.santoni-theme{--paper: #f1f1ee;--paper-deep: #e5e5e1;--surface: #fbfbfa;--surface-raised: #ffffff;--ink: #252628;--copy: #55575a;--muted: #7a7c7f;--line: rgba(37, 38, 40, .13);--line-strong: rgba(37, 38, 40, .25);--clay: #e66a2c;--clay-dark: #c9521c;--forest: #505255;--gold: #e66a2c;--dark: #252628;--santoni-grey: #343638;--santoni-orange: #e66a2c;--santoni-orange-dark: #c9521c;--santoni-silver: #d6d7d5;--santoni-fog: #f1f1ee;min-height:100dvh;color:#252628!important;background:radial-gradient(circle at 82% 5%,rgba(230,106,44,.055),transparent 27%),linear-gradient(180deg,#f6f6f3 0,#f1f1ee 330px)!important;font-family:Inter,SF Pro Text,Helvetica Neue,Arial,sans-serif}.studio-app.santoni-theme .studio-sidebar{border-right:1px solid rgba(255,255,255,.07)!important;color:#f5f5f2!important;background:linear-gradient(180deg,#292a2c,#343638 55%,#252628)!important;box-shadow:14px 0 38px #1415161f!important}.studio-app.santoni-theme .studio-sidebar:after{position:absolute;inset:0 0 0 auto;width:2px;background:linear-gradient(180deg,transparent,#e66a2c 22%,#e66a2c 78%,transparent);content:"";opacity:.75}.studio-app.santoni-theme .studio-sidebar-header{border-bottom:1px solid rgba(255,255,255,.08)!important}.studio-app.santoni-theme .studio-brand strong{color:#fff!important;font-family:Inter,Helvetica Neue,Arial,sans-serif!important;font-size:15px!important;font-weight:640!important;letter-spacing:.015em!important}.studio-app.santoni-theme .studio-brand small,.studio-app.santoni-theme .studio-nav-caption{color:#ffffff6b!important;letter-spacing:.17em!important}.studio-app.santoni-theme .studio-logo{border:1px solid rgba(255,255,255,.22)!important;border-radius:50%!important;background:#202123!important;box-shadow:inset 0 0 0 1px #e66a2c1f!important}.studio-app.santoni-theme .studio-logo>span:first-child{border-color:#e66a2c!important}.studio-app.santoni-theme .studio-logo>span:last-child{background:#e66a2c!important}.studio-app.santoni-theme .studio-create-button{min-height:50px!important;border:1px solid #e66a2c!important;border-radius:3px!important;color:#fff!important;background:#e66a2c!important;box-shadow:0 13px 28px #e66a2c36!important;font-size:11px!important;font-weight:680!important;letter-spacing:.075em!important;text-transform:uppercase!important}.studio-app.santoni-theme .studio-create-button:hover{border-color:#f0773d!important;background:#f0773d!important;box-shadow:0 16px 34px #e66a2c45!important}.studio-app.santoni-theme .studio-nav-item{border-radius:3px!important;color:#ffffff94!important}.studio-app.santoni-theme .studio-nav-item:hover{color:#fff!important;background:#ffffff0e!important;transform:none!important}.studio-app.santoni-theme .studio-nav-item.is-active{color:#fff!important;background:#ffffff13!important;box-shadow:inset 3px 0 #e66a2c!important}.studio-app.santoni-theme .studio-nav-item.is-active svg{color:#e66a2c!important}.studio-app.santoni-theme .studio-sidebar-footer{border-top:1px solid rgba(255,255,255,.08)!important}.studio-app.santoni-theme .studio-profile,.studio-app.santoni-theme .studio-dev{border:1px solid rgba(255,255,255,.09)!important;border-radius:3px!important;color:#eeeeeb!important;background:#ffffff09!important}.studio-app.santoni-theme .studio-profile strong{color:#fff!important}.studio-app.santoni-theme .studio-profile small{color:#ffffff75!important}.studio-app.santoni-theme .studio-profile-avatar{border-radius:50%!important;color:#fff!important;background:#e66a2c!important}.studio-app.santoni-theme .studio-dev>span{background:#e66a2c!important}.studio-app.santoni-theme .studio-content{background:radial-gradient(circle at 90% 0,rgba(230,106,44,.05),transparent 26%),#f1f1ee!important}.studio-app.santoni-theme .studio-content:before{height:3px!important;background:linear-gradient(90deg,#343638 0 73%,#e66a2c 73% 100%)!important}.studio-app.santoni-theme .studio-mobile-header{border-bottom:1px solid rgba(255,255,255,.09)!important;color:#fff!important;background:#292a2c!important}.studio-app.santoni-theme .studio-mobile-create{color:#fff!important;background:#e66a2c!important}.studio-app.santoni-theme .studio-hero h1,.studio-app.santoni-theme .studio-page-header h1,.studio-app.santoni-theme .studio-section-heading h2,.studio-app.santoni-theme .studio-director h2,.studio-app.santoni-theme .studio-voice-library h2,.studio-app.santoni-theme .studio-package-grid article>strong{color:#252628!important;font-family:Inter,SF Pro Display,Helvetica Neue,Arial,sans-serif!important;font-weight:560!important;letter-spacing:-.045em!important}.studio-app.santoni-theme .studio-hero h1 em{color:#e66a2c!important;font-style:normal!important;font-weight:590!important}.studio-app.santoni-theme .studio-kicker{color:#e66a2c!important;font-weight:740!important;letter-spacing:.18em!important}.studio-app.santoni-theme .studio-hero,.studio-app.santoni-theme .studio-page-header,.studio-app.santoni-theme .studio-section-heading{border-color:#2526282e!important}.studio-app.santoni-theme :is(.studio-hero p,.studio-page-header p){color:#595b5e!important}.studio-app.santoni-theme :is(.studio-director,.studio-library-grid>article,.studio-readiness,.studio-summary,.studio-review,.studio-voice-library,.studio-billing-summary,.studio-package-grid article,.studio-field-block,.studio-quality-item,.studio-preflight){border:1px solid rgba(37,38,40,.13)!important;border-radius:6px!important;color:#252628!important;background:#fbfbfa!important;box-shadow:0 18px 50px #2526280e!important}.studio-app.santoni-theme .studio-director{border-top:3px solid #e66a2c!important}.studio-app.santoni-theme .studio-director-icon{border-radius:50%!important;color:#fff!important;background:#343638!important}.studio-app.santoni-theme .studio-director-message{border-left:3px solid #e66a2c!important;border-radius:2px!important;color:#343638!important;background:#eeeeeb!important}.studio-app.santoni-theme .studio-beta{border:1px solid rgba(230,106,44,.38)!important;border-radius:999px!important;color:#c9521c!important;background:#e66a2c12!important}.studio-app.santoni-theme :is(.studio-primary,.studio-preview-button,.studio-approve-voice,.studio-package-grid article>button){min-height:47px!important;border:1px solid #e66a2c!important;border-radius:3px!important;color:#fff!important;background:#e66a2c!important;box-shadow:0 12px 27px #e66a2c2b!important}.studio-app.santoni-theme :is(.studio-primary,.studio-preview-button,.studio-approve-voice,.studio-package-grid article>button):hover:not(:disabled){border-color:#c9521c!important;background:#c9521c!important;transform:translateY(-1px)}.studio-app.santoni-theme :is(.studio-secondary,.studio-preview-replay,.studio-improve,.studio-script-clean,.studio-outline){border:1px solid rgba(37,38,40,.25)!important;border-radius:3px!important;color:#343638!important;background:#fbfbfa!important}.studio-app.santoni-theme :is(.studio-secondary,.studio-preview-replay,.studio-improve,.studio-script-clean,.studio-outline):hover{border-color:#e66a2c!important;color:#c9521c!important;background:#fff!important}.studio-app.santoni-theme :is(input,textarea,.studio-textarea){border:1px solid rgba(37,38,40,.21)!important;border-radius:4px!important;color:#252628!important;background:#fff!important}.studio-app.santoni-theme :is(input,textarea,.studio-textarea):focus{border-color:#e66a2c!important;outline:none!important;box-shadow:0 0 0 3px #e66a2c1f!important}.studio-app.santoni-theme .studio-field>span,.studio-app.santoni-theme .studio-field-title{color:#343638!important}.studio-app.santoni-theme :is(.studio-choice-grid>button,.studio-style-grid>button,.studio-options>button,.studio-avatar-grid>button,.studio-voice-options>button){border:1px solid rgba(37,38,40,.13)!important;border-radius:5px!important;color:#343638!important;background:#fbfbfa!important;box-shadow:none!important}.studio-app.santoni-theme :is(.studio-choice-grid>button,.studio-style-grid>button,.studio-options>button,.studio-avatar-grid>button,.studio-voice-options>button):hover{border-color:#e66a2c9e!important;background:#fff!important}.studio-app.santoni-theme :is(.studio-choice-grid>button,.studio-style-grid>button,.studio-options>button,.studio-avatar-grid>button,.studio-voice-options>button).is-selected{border-color:#e66a2c!important;background:linear-gradient(180deg,#e66a2c06,#e66a2c13),#fff!important;box-shadow:inset 3px 0 #e66a2c!important}.studio-app.santoni-theme .studio-choice-grid button.is-selected>i{border-color:#e66a2c!important;background:#e66a2c!important}.studio-app.santoni-theme .studio-avatar-grid button>div>i,.studio-app.santoni-theme .studio-style-grid button>div>i{background:#e66a2c!important}.studio-app.santoni-theme .studio-stepper button.is-active{color:#e66a2c!important}.studio-app.santoni-theme .studio-stepper button.is-active>span{border-color:#e66a2c!important;color:#fff!important;background:#e66a2c!important}.studio-app.santoni-theme .studio-stepper button.is-complete>span{border-color:#55575a!important;color:#fff!important;background:#55575a!important}.studio-app.santoni-theme .studio-progress{background:#dededb!important}.studio-app.santoni-theme .studio-progress>span{background:linear-gradient(90deg,#343638,#e66a2c)!important}.studio-app.santoni-theme .studio-voice-library{overflow:hidden}.studio-app.santoni-theme .studio-voice-library>header{border-bottom:1px solid rgba(37,38,40,.16)!important;background:#ededeb!important}.studio-app.santoni-theme .studio-voice-library article{border-bottom:1px solid rgba(37,38,40,.1)!important;border-radius:0!important;background:transparent!important}.studio-app.santoni-theme .studio-voice-library article:hover{background:#e66a2c09!important}.studio-app.santoni-theme .studio-voice-library article.is-selected{background:#e66a2c11!important;box-shadow:inset 3px 0 #e66a2c!important}.studio-app.santoni-theme .studio-play{border:1px solid rgba(37,38,40,.22)!important;color:#fff!important;background:#343638!important}.studio-app.santoni-theme .studio-play:hover{border-color:#e66a2c!important;background:#e66a2c!important}.studio-app.santoni-theme :is(.studio-wave span,.studio-bars span){background:#e66a2c!important}.studio-app.santoni-theme .studio-speed-control input{accent-color:#e66a2c!important}.studio-app.santoni-theme .studio-voice-quality{border:1px solid rgba(37,38,40,.13)!important;border-left:3px solid #e66a2c!important;border-radius:4px!important;background:#f7f7f5!important}.studio-app.santoni-theme .studio-quality-score{color:#c9521c!important;background:#e66a2c17!important}.studio-app.santoni-theme .studio-template{border:0!important;border-bottom:1px solid rgba(37,38,40,.12)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.studio-app.santoni-theme .studio-template:hover{background:#ffffff8c!important}.studio-app.santoni-theme .studio-template-index{border:1px solid rgba(37,38,40,.22)!important;border-radius:50%!important;color:#343638!important;background:#fff!important}.studio-app.santoni-theme .studio-template-index.is-clay{border-color:#e66a2c!important;color:#e66a2c!important;background:#fff!important}.studio-app.santoni-theme .studio-template-index.is-forest,.studio-app.santoni-theme .studio-template-index.is-ink{color:#343638!important;background:#fff!important}.studio-app.santoni-theme :is(.studio-review-preview,.studio-summary-preview,.studio-library-preview){border:1px solid rgba(37,38,40,.27)!important;border-radius:5px!important;color:#fff!important;background:radial-gradient(circle at 80% 10%,rgba(230,106,44,.25),transparent 30%),linear-gradient(145deg,#252628,#3c3e40 56%,#202123)!important;box-shadow:0 25px 60px #2526282b!important}.studio-app.santoni-theme .studio-review-preview:after,.studio-app.santoni-theme .studio-summary-preview:after{position:absolute;top:0;right:0;width:5px;height:34%;background:#e66a2c;content:""}.studio-app.santoni-theme .studio-review-preview>div,.studio-app.santoni-theme .studio-summary-preview>div{border:1px solid rgba(255,255,255,.16)!important;border-radius:3px!important;color:#fff!important;background:#191a1bc2!important}.studio-app.santoni-theme .studio-library-grid>article{overflow:hidden;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.studio-app.santoni-theme .studio-library-grid>article:hover{border-color:#e66a2c94!important;box-shadow:0 22px 48px #25262817!important;transform:translateY(-3px)}.studio-app.santoni-theme .studio-library-copy{border-top:2px solid #e66a2c!important}.studio-app.santoni-theme .studio-library-copy>span{color:#c9521c!important}.studio-app.santoni-theme .studio-billing-summary{border-top:3px solid #343638!important}.studio-app.santoni-theme .studio-billing-summary>span{border-radius:50%!important;color:#fff!important;background:#343638!important}.studio-app.santoni-theme .studio-balance{border-top:3px solid #e66a2c!important;border-radius:5px!important;color:#fff!important;background:linear-gradient(135deg,#343638,#252628)!important}.studio-app.santoni-theme .studio-package-grid article{border-radius:5px!important}.studio-app.santoni-theme .studio-package-grid article.is-featured{border-color:#e66a2c!important;box-shadow:inset 0 3px #e66a2c,0 18px 46px #25262812!important}.studio-app.santoni-theme .studio-package-grid article>span{color:#fff!important;background:#e66a2c!important}.studio-app.santoni-theme .studio-live{color:#fff!important;background:#e66a2c!important}.studio-app.santoni-theme .studio-live>span{background:#fff!important}.studio-app.santoni-theme .studio-selection{color:#c9521c!important;background:#e66a2c1a!important}.studio-app.santoni-theme .studio-success,.studio-app.santoni-theme .studio-safe,.studio-app.santoni-theme .studio-ai-note{color:#343638!important;background:#e9e9e6!important}.studio-app.santoni-theme .studio-success>span{color:#fff!important;background:#e66a2c!important}.studio-app.santoni-theme .studio-scrim{background:#1a1b1cad!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.studio-app.santoni-theme .studio-scrim>div{border:1px solid rgba(255,255,255,.18)!important;border-top:3px solid #e66a2c!important;border-radius:5px!important;background:#fbfbfa!important;box-shadow:0 34px 90px #14151652!important}.studio-app.santoni-theme ::selection{color:#fff;background:#e66a2c}.studio-app.santoni-theme :where(button,a,input,textarea):focus-visible{outline:2px solid #e66a2c!important;outline-offset:3px}@media(max-width:760px){.studio-app.santoni-theme .studio-sidebar{box-shadow:18px 0 55px #14151642!important}.studio-app.santoni-theme .studio-content:before{left:0!important}}@media(prefers-reduced-motion:reduce){.studio-app.santoni-theme *,.studio-app.santoni-theme *:before,.studio-app.santoni-theme *:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.studio-style-media{position:relative;height:190px;overflow:hidden;border-radius:6px;background:#2f3032}.studio-style-media>img,.studio-review-preview>img,.studio-summary-preview>img{width:100%;height:100%;object-fit:cover;object-position:center top}.studio-style-media .studio-visual-treatment{position:absolute;inset:0;pointer-events:none}.studio-style-media.is-style-0 .studio-visual-treatment{background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 48%)}.studio-style-media.is-style-1>img,.is-visual-warm>img{filter:saturate(.92) sepia(.12) brightness(1.02)}.studio-style-media.is-style-1 .studio-visual-treatment{background:linear-gradient(145deg,rgba(230,106,44,.16),transparent 50%)}.studio-style-media.is-style-2>img,.is-visual-contrast>img{filter:contrast(1.12) saturate(.9) brightness(.88)}.studio-style-media.is-style-2 .studio-visual-treatment{background:linear-gradient(180deg,#1415160d,#14151645)}.studio-style-media.is-style-3>img,.is-visual-minimal>img{filter:saturate(.65) contrast(1.04) brightness(1.03)}.studio-style-media>i{position:absolute;z-index:3;top:12px;right:12px}.studio-review-preview,.studio-summary-preview{isolation:isolate}.studio-review-preview:before,.studio-summary-preview:before{position:absolute;z-index:1;inset:0;content:"";pointer-events:none}.studio-review-preview>img,.studio-summary-preview>img{position:absolute;inset:0}.studio-review-preview>div,.studio-review-preview>i,.studio-summary-preview>div{z-index:2}.studio-media-empty{display:grid;width:100%;height:100%;place-items:center;color:#ffffffb8;background:linear-gradient(145deg,#343638,#252628);font-size:12px}.studio-native-scene-note{display:grid;grid-template-columns:24px minmax(0,1fr);gap:13px;margin-top:24px;padding:17px;border:1px solid rgba(37,38,40,.14);border-left:3px solid #e66a2c;border-radius:5px;color:#343638;background:#f7f7f5}.studio-native-scene-note strong{font-size:12px}.studio-native-scene-note p{margin:5px 0 0;color:#686a6d;font-size:10px;line-height:1.55}.studio-voice-options button .studio-bars{display:inline-flex;align-items:center;gap:2px}.studio-voice-options button .studio-bars i{width:2px;height:12px;background:currentColor;animation:studio-voice-bar .72s ease-in-out infinite alternate}.studio-voice-options button .studio-bars i:nth-child(2){animation-delay:.14s}.studio-voice-options button .studio-bars i:nth-child(3){animation-delay:.28s}@keyframes studio-voice-bar{0%{transform:scaleY(.45)}to{transform:scaleY(1)}}:root{--studio-selected-avatar-image: none}.studio-app.santoni-theme .studio-review-preview,.studio-app.santoni-theme .studio-summary-preview{position:relative!important;isolation:isolate;overflow:hidden!important;background:#252628!important}.studio-app.santoni-theme .studio-review-preview:before,.studio-app.santoni-theme .studio-review-preview:after,.studio-app.santoni-theme .studio-summary-preview:before,.studio-app.santoni-theme .studio-summary-preview:after{display:none!important;content:none!important;background:none!important}.studio-app.santoni-theme .studio-real-avatar-preview{position:absolute!important;z-index:2!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center top!important;background:#252628!important}.studio-app.santoni-theme .studio-review-preview>div,.studio-app.santoni-theme .studio-review-preview>i,.studio-app.santoni-theme .studio-summary-preview>div{position:absolute!important;z-index:4!important}.studio-app.santoni-theme .studio-avatar-preview-empty{position:absolute;z-index:2;inset:0;display:grid;place-items:center;padding:24px;color:#ffffffb3;text-align:center;background:#252628;font-size:11px}.studio-app.santoni-theme :is(.studio-review-person,.studio-summary-person){display:none!important}.studio-voice-row-actions,.studio-project-header-actions,.studio-job-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.studio-voice-row-actions{justify-content:flex-end}.studio-jobs-list{display:grid;gap:14px;margin-top:26px}.studio-job-card{display:grid;grid-template-columns:124px minmax(0,1fr);gap:18px;padding:16px;border:1px solid rgba(37,38,40,.13);border-radius:6px;background:#fbfbfa}.studio-job-avatar{min-height:116px;overflow:hidden;border-radius:4px;background:#343638}.studio-job-avatar>*{width:100%;height:100%}.studio-job-body{min-width:0}.studio-job-error{margin:8px 0;padding:10px 12px;border-left:3px solid #e66a2c;color:#7c3f20;background:#e66a2c14;font-size:11px}.studio-beta-access-card{display:grid;grid-template-columns:32px minmax(0,1fr);gap:14px;margin-top:22px;padding:22px;border:1px solid rgba(37,38,40,.13);border-left:3px solid #e66a2c;border-radius:6px;background:#fbfbfa}.studio-beta-access-card h2,.studio-beta-access-card p{margin:0}.studio-beta-access-card p{margin-top:6px;color:#686a6d;font-size:11px;line-height:1.6}@media(max-width:680px){.studio-job-card{grid-template-columns:1fr}.studio-job-avatar{min-height:220px}}.studio-app.santoni-theme .studio-scene-proof{display:grid;grid-template-columns:minmax(280px,430px) minmax(280px,1fr);gap:24px;margin-top:28px;padding:20px;border:1px solid rgba(37,38,40,.14);border-radius:6px;background:#fbfbfa}.studio-app.santoni-theme .studio-scene-proof-media{position:relative;min-height:400px;overflow:hidden;border-radius:5px;background:#252628}.studio-app.santoni-theme .studio-scene-proof-media>img{width:100%;height:100%;min-height:400px;object-fit:contain;object-position:center top;background:#252628}.studio-app.santoni-theme .studio-scene-proof-copy{display:grid;grid-template-columns:28px minmax(0,1fr);align-content:start;gap:14px;padding:24px;border-left:3px solid #e66a2c;background:#f1f1ee}.studio-app.santoni-theme .studio-scene-proof-copy strong{font-size:16px}.studio-app.santoni-theme .studio-scene-proof-copy p{margin:8px 0 0;color:#686a6d;font-size:12px;line-height:1.65}.studio-scene-facts{margin:22px 0 0}.studio-scene-facts>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid rgba(37,38,40,.12)}.studio-scene-facts dt{color:#7a7c7f;font-size:11px}.studio-scene-facts dd{margin:0;color:#343638;text-align:right;font-size:11px;font-weight:650}.studio-library-grid footer button:disabled{cursor:wait;opacity:.62}@media(max-width:820px){.studio-app.santoni-theme .studio-scene-proof{grid-template-columns:1fr}}.studio-avatar-thumb-empty{display:grid;width:100%;height:100%;place-content:center;gap:6px;color:#686a6d;text-align:center;background:#e9e9e6}.studio-avatar-thumb-empty b{color:#343638;font-size:24px;line-height:1}.studio-avatar-thumb-empty small{font-size:9px}.studio-library-grid article.is-digital-twin{border-color:#e66a2c57}.studio-avatar-preview-video{display:block;width:100%;height:100%;border-radius:inherit;background:#1f2022;object-fit:cover}.studio-avatar-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.studio-avatar-meta-row>span{margin:0}.studio-digital-twin-badge,.studio-quality-pill{display:inline-flex;align-items:center;width:fit-content;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:750;letter-spacing:.02em}.studio-digital-twin-badge{color:#fff;background:#e66a2c}.studio-quality-pill{color:#55585b;border:1px solid rgba(37,38,40,.14);background:#f0f0ed}.dtw-overlay{position:fixed;inset:0;z-index:15000;display:grid;place-items:center;padding:20px;background:#1c1b1894;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dtw-dialog{position:relative;width:min(760px,100%);max-height:calc(100dvh - 40px);overflow:auto;border:1px solid rgba(25,24,21,.14);border-radius:24px;background:#fffdf8;color:#1e1d1a;box-shadow:0 30px 100px #14131147;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dtw-content{padding:32px}.dtw-close{position:absolute;top:13px;right:15px;z-index:2;width:44px;height:44px;border:0;border-radius:0;background:transparent;color:#0f272b;font-size:31px;font-weight:300;line-height:1;cursor:pointer;transition:color .16s ease}.dtw-close:hover,.dtw-close:focus-visible{outline:0;color:#f4550f;background:transparent}.dtw-kicker{display:inline-flex;margin-bottom:8px;color:#ed6a21;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dtw-content h2{margin:0;padding-right:42px;font-size:30px;line-height:1.08;letter-spacing:-.04em}.dtw-lead{margin:11px 0 24px;color:#6a645b;line-height:1.6}.dtw-mode-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:14px;margin-top:24px}.dtw-mode{position:relative;display:flex;min-height:150px;flex-direction:column;align-items:flex-start;gap:8px;padding:20px;border:1px solid #d9d4ca;border-radius:18px;background:#faf8f3;color:inherit;text-align:left;cursor:pointer}.dtw-mode:hover{border-color:#ed6a21}.dtw-mode.is-recommended{background:#fff4eb;border-color:#ed6a21}.dtw-mode>span{padding:4px 8px;border-radius:999px;background:#ed6a21;color:#fff;font-size:11px;font-weight:700}.dtw-mode strong{font-size:18px}.dtw-mode small{color:#756e64;line-height:1.5}.dtw-truth{margin-top:18px;padding:14px 16px;border-left:4px solid #ed6a21;border-radius:9px;background:#f4f0e8;color:#5e584f;font-size:13px;line-height:1.55}.dtw-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin:20px 0}.dtw-guide-grid article{display:flex;flex-direction:column;gap:5px;padding:15px;border:1px solid #e2ddd3;border-radius:14px;background:#faf9f6}.dtw-guide-grid b{font-size:14px}.dtw-guide-grid span{color:#736c62;font-size:13px;line-height:1.45}.dtw-primary,.dtw-secondary,.dtw-link{display:flex;width:100%;justify-content:center;align-items:center;margin-top:14px;padding:13px 18px;border-radius:13px;font:inherit;font-weight:750;cursor:pointer}.dtw-primary{border:1px solid #ed6a21;background:#ed6a21;color:#fff}.dtw-primary:disabled{opacity:.42;cursor:not-allowed}.dtw-secondary{border:1px solid #cfc9be;background:#fff;color:#37332d}.dtw-link{border:0;background:transparent;color:#736b61;font-weight:600}.dtw-field{display:flex;flex-direction:column;gap:7px;margin:18px 0}.dtw-field span{font-size:13px;font-weight:700}.dtw-field input{width:100%;padding:13px 14px;border:1px solid #d7d1c7;border-radius:12px;background:#fff;font:inherit}.dtw-drop{display:flex;min-height:118px;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px;border:1.5px dashed #cfc7bb;border-radius:16px;background:#faf7f1;text-align:center;cursor:pointer}.dtw-drop input{position:absolute;opacity:0;pointer-events:none}.dtw-drop small{color:#776f64}.dtw-local-meta{display:flex;justify-content:space-between;gap:15px;margin:8px 0 15px;color:#6f685e;font-size:13px}.dtw-local-meta b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dtw-content video{display:block;width:100%;max-height:390px;margin-top:16px;border-radius:16px;background:#171717;object-fit:contain}.dtw-checklist{display:grid;gap:8px;margin-top:16px}.dtw-checklist label,.dtw-charge{display:flex;align-items:flex-start;gap:9px;padding:10px 12px;border:1px solid #e2ddd4;border-radius:11px;background:#fff;font-size:13px;line-height:1.45}.dtw-checklist input,.dtw-charge input{margin-top:3px;accent-color:#ed6a21}.dtw-progress{position:relative;height:30px;margin-top:16px;overflow:hidden;border-radius:999px;background:#e9e5de}.dtw-progress span{display:block;height:100%;width:0;background:#ed6a21;transition:width .2s}.dtw-progress b{position:absolute;inset:0;display:grid;place-items:center;font-size:12px}.dtw-error{margin:14px 0 0;padding:12px;border:1px solid #e3a39e;border-radius:10px;background:#fff0ef;color:#9f2f26;white-space:pre-wrap}.dtw-score{display:flex;align-items:center;gap:12px;margin:18px 0;padding:14px;border-radius:14px;background:#f3efe8}.dtw-score strong{font-size:30px}.dtw-score.is-pass strong{color:#267c4b}.dtw-score.is-blocked strong{color:#b03a30}.dtw-score span{color:#6c655b;font-size:13px}.dtw-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.dtw-metrics div{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid #e1dcd3;border-radius:12px}.dtw-metrics b{font-size:14px}.dtw-metrics span{color:#766f65;font-size:11px}.dtw-poster{display:block;width:100%;max-height:390px;margin-top:16px;border-radius:16px;background:#161616;object-fit:contain}.dtw-issues{display:grid;gap:9px;margin-top:15px}.dtw-issue{display:flex;flex-direction:column;gap:4px;padding:13px;border:1px solid #e0dbd1;border-radius:12px}.dtw-issue span,.dtw-issue small{color:#6d665d;font-size:12px;line-height:1.45}.dtw-issue.is-error{border-color:#dfaaa5;background:#fff4f3}.dtw-issue.is-warning{border-color:#e4c98f;background:#fff9eb}.dtw-pass{padding:14px;border-radius:12px;background:#eef8f1;color:#246c43;font-weight:700}.dtw-status-row{display:flex;align-items:center;gap:10px;margin:17px 0}.dtw-status{padding:6px 9px;border-radius:999px;background:#e8e4dc;font-size:11px;font-weight:800}.dtw-status.is-ready{background:#e6f5eb;color:#287347}.dtw-status.is-failed{background:#fbe8e6;color:#9c3028}.dtw-provider-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.dtw-provider-facts span{padding:8px 10px;border-radius:999px;background:#f1eee8;color:#696259;font-size:12px}.dtw-waiting-visual,.dtw-loading{display:grid;place-items:center;min-height:190px;margin-top:16px;border-radius:16px;background:#f5f2ec;color:#6b645a}.dtw-waiting-visual span,.dtw-loading span{width:34px;height:34px;border:3px solid #d9d3c9;border-top-color:#ed6a21;border-radius:50%;animation:dtw-spin 1s linear infinite}.dtw-loading h2{padding:0;margin-top:12px;font-size:18px}.dtw-charge{margin-top:16px;background:#fff6ed;border-color:#efc7a6}@keyframes dtw-spin{to{transform:rotate(360deg)}}@media(max-width:640px){.dtw-content{padding:25px 18px}.dtw-content h2{font-size:25px}.dtw-mode-grid,.dtw-guide-grid{grid-template-columns:1fr}.dtw-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.dtw-control-test{display:grid;gap:12px;padding:16px;border:1px solid var(--studio-border, #d7d2cc);border-radius:16px;background:var(--studio-surface-soft, #f6f3ef)}.dtw-control-test>strong{font-size:16px}.dtw-control-test p{margin:0;color:var(--studio-muted, #6f6a64)}.dtw-control-test label{display:grid;gap:7px}.dtw-control-test select{width:100%;min-height:44px;border:1px solid var(--studio-border, #d7d2cc);border-radius:12px;padding:0 12px;background:#fff}.dtw-realism-card{margin-top:18px;padding:18px;border-radius:18px;border:1px solid #ded8cf;background:#fffaf4}.dtw-realism-card header{display:flex;justify-content:space-between;align-items:center;gap:12px}.dtw-realism-card header strong{font-size:17px}.dtw-realism-card header span{font-size:22px;font-weight:800}.dtw-realism-status{margin-top:12px;padding:10px;border-radius:12px;background:#eef8f1;color:#267044;font-weight:700}.dtw-realism-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.dtw-realism-grid div{padding:12px;border-radius:12px;background:#fff;border:1px solid #e6e0d7;display:flex;justify-content:space-between;gap:10px}.dtw-realism-grid span{color:#746d64;font-size:13px}.dtw-realism-grid b{font-size:14px}@media(max-width:640px){.dtw-realism-grid{grid-template-columns:1fr}}.voice-clone-overlay{position:fixed;z-index:12500;inset:0;display:grid;place-items:center;padding:28px;background:#26231e6b;-webkit-backdrop-filter:blur(18px) saturate(.85);backdrop-filter:blur(18px) saturate(.85)}.voice-clone-dialog{display:flex;flex-direction:column;width:min(100%,780px);max-height:calc(100dvh - 56px);overflow:auto;border:1px solid rgba(53,48,40,.1);border-radius:30px;color:#28251f;background:#fffdf8;box-shadow:0 32px 100px #27231d33;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.voice-clone-dialog button,.voice-clone-dialog input{font:inherit}.voice-clone-header{flex:0 0 auto;display:grid;grid-template-columns:44px minmax(0,1fr) 40px;gap:12px;align-items:center;padding:22px 25px 18px;border-bottom:1px solid rgba(53,48,40,.08)}.voice-clone-header small,.voice-clone-header strong{display:block}.voice-clone-header small{color:#948a7c;font-size:10px;font-weight:680;letter-spacing:.08em;text-transform:uppercase}.voice-clone-header strong{margin-top:3px;font-size:13px}.voice-clone-mark{display:flex;width:44px;height:44px;align-items:center;justify-content:center;gap:2px;border-radius:14px;color:#fff;background:#c96f52}.voice-clone-mark span{width:2px;border-radius:99px;background:currentColor}.voice-clone-mark span:nth-child(1),.voice-clone-mark span:nth-child(5){height:8px;opacity:.65}.voice-clone-mark span:nth-child(2),.voice-clone-mark span:nth-child(4){height:15px;opacity:.82}.voice-clone-mark span:nth-child(3){height:22px}.voice-clone-close{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;color:#7f776b;background:#f5f1e9;font-size:22px;line-height:1;cursor:pointer}.voice-clone-steps{flex:0 0 auto;display:grid;grid-template-columns:max-content minmax(28px,1fr) max-content minmax(28px,1fr) max-content;align-items:center;padding:20px 34px 0}.voice-clone-steps>i{height:1px;background:#e5ded3}.voice-clone-steps button{display:flex;align-items:center;gap:8px;padding:0 10px;border:0;color:#aaa092;background:transparent}.voice-clone-steps button>span{display:grid;width:26px;height:26px;place-items:center;border-radius:50%;color:#887f73;background:#f1ece3;font-size:10px;font-weight:760}.voice-clone-steps button small{font-size:10px;font-weight:670}.voice-clone-steps button.is-active,.voice-clone-steps button.is-complete{color:#37332c}.voice-clone-steps button.is-active>span{color:#fff;background:#c96f52}.voice-clone-steps button.is-complete>span{color:#557261;background:#e6eee8}.voice-clone-body{min-height:0;padding:34px 42px 40px}.voice-clone-stage[hidden]{display:none}.voice-clone-kicker{display:block;margin-bottom:9px;color:#b55e43;font-size:10px;font-weight:740;letter-spacing:.08em;text-transform:uppercase}.voice-clone-stage h2{margin:0;outline:none;font-size:clamp(27px,4vw,38px);font-weight:680;letter-spacing:-.045em;line-height:1.08}.voice-clone-lead{max-width:620px;margin:13px 0 0;color:#766e62;font-size:13px;line-height:1.7}.voice-clone-prep-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px}.voice-clone-prep-grid article{display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:11px;padding:15px;border:1px solid rgba(53,48,40,.08);border-radius:17px;background:#fffdf8}.voice-clone-prep-grid article>span{grid-row:1 / 3;display:grid;width:34px;height:34px;place-items:center;border:1px solid #c96f52;border-radius:11px;color:#a95a43;background:#f3e5dd;font-size:9px;font-weight:760}.voice-clone-prep-grid strong{font-size:12px}.voice-clone-prep-grid small{margin-top:4px;color:#857d71;font-size:10px;line-height:1.45}.voice-clone-privacy{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;align-items:center;margin-top:14px;padding:8px 0;background:transparent}.voice-clone-privacy>span{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#fff;background:#5d7867;font-size:11px;font-weight:800}.voice-clone-privacy p{margin:0;color:#6c786f;font-size:10px;line-height:1.5}.voice-clone-actions,.voice-clone-record-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:28px}.voice-clone-button{min-height:48px;padding:0 19px;border-radius:14px;font-size:12px;font-weight:700;cursor:pointer}.voice-clone-button.is-quiet{border:1px solid rgba(53,48,40,.12);color:#4f4940;background:#fffdf8}.voice-clone-button.is-primary{display:inline-flex;align-items:center;gap:16px;border:1px solid #c96f52;color:#fff;background:#c96f52;box-shadow:0 9px 24px #b0593e29}.voice-clone-button.is-stop{border:1px solid #f4550f;color:#0f272b;background:#f4550f}.voice-clone-button.is-stop.is-ready-to-stop{border-color:#1ede7b;color:#0f272b;background:#1ede7b;box-shadow:0 10px 28px #1ede7b33}.voice-clone-button.is-stop.is-ready-to-stop:hover:not(:disabled),.voice-clone-button.is-stop.is-ready-to-stop:active:not(:disabled){border-color:#1ede7b;color:#0f272b;background:#1ede7b}.voice-clone-button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}.voice-clone-record-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.voice-clone-record-head h2{font-size:clamp(25px,3.5vw,34px)}.voice-clone-timer{color:#3a352e;font-size:32px;font-weight:620;font-variant-numeric:tabular-nums;letter-spacing:-.04em}.voice-clone-live{display:grid;grid-template-columns:minmax(100px,150px) minmax(0,1fr);gap:12px;align-items:center;margin-top:20px}.voice-clone-live small{color:#857d71;font-size:10px}.voice-clone-level{height:7px;overflow:hidden;border-radius:99px;background:#e9e3d9}.voice-clone-level>span{display:block;width:0;height:100%;border-radius:inherit;background:#6f8b77;transition:width .08s linear,background-color .15s ease}.voice-clone-level>span.is-hot{background:#b85844}.voice-clone-script{max-height:min(42dvh,390px);overflow:auto;margin-top:18px;padding:25px 27px;border:1px solid rgba(53,48,40,.08);border-radius:20px;outline:none;color:#3f3a32;background:#f7f4ed;scroll-behavior:smooth}.voice-clone-script:focus-visible{box-shadow:0 0 0 3px #c96f5221}.voice-clone-script p{margin:0 0 15px;font-size:14px;line-height:1.85}.voice-clone-script p:last-child{margin-bottom:0}.voice-clone-progress{height:5px;margin-top:17px;overflow:hidden;border-radius:99px;background:#e9e3d9}.voice-clone-progress>span{display:block;width:0;height:100%;border-radius:inherit;background:#c96f52;transition:width .2s linear}.voice-clone-progress-labels{display:flex;justify-content:space-between;margin-top:7px;color:#9a9184;font-size:9px}.voice-clone-error{margin:15px 0 0;padding:12px 14px;border-radius:13px;color:#8a3f32;background:#f8eae5;font-size:11px;line-height:1.5}.voice-clone-record-actions{align-items:center;justify-content:space-between}.voice-clone-record-button[hidden],.voice-clone-button[hidden]{display:none!important}.voice-clone-record-button{display:inline-flex;min-height:52px;align-items:center;gap:11px;padding:0 22px;border:0;border-radius:16px;color:#fff;background:#c96f52;box-shadow:0 10px 28px #b0593e2e;cursor:pointer}.voice-clone-record-actions>.voice-clone-button,.voice-clone-record-actions>.voice-clone-record-button,.voice-clone-stage[data-stage-panel=review] .voice-clone-actions>.voice-clone-button{box-sizing:border-box;height:52px;min-height:52px;max-height:52px}.voice-clone-record-button>span{width:12px;height:12px;border:3px solid rgba(255,255,255,.45);border-radius:50%;background:#fff}.voice-clone-record-button strong{font-size:12px;white-space:nowrap}.voice-clone-audio{display:block;width:100%;min-width:0;height:46px;accent-color:#f4550f}.voice-clone-audio-card{--audio-progress: 0%;display:grid;grid-template-columns:46px minmax(0,1fr);gap:10px;align-items:center;margin-top:20px;padding:9px 12px;overflow:hidden;border:1px solid rgba(53,48,40,.1);border-radius:18px;background:#fffdf8;box-shadow:0 10px 28px #27231d0f}.voice-clone-audio-card.has-custom-player{grid-template-columns:46px 40px minmax(0,1fr)}.voice-clone-audio-card.has-custom-player .voice-clone-audio{display:none}.voice-clone-audio-mark{display:flex;width:46px;height:46px;align-items:center;justify-content:center;gap:3px;border-radius:14px;color:#c96f52;background:#f8eae5}.voice-clone-audio-mark i{width:2px;border-radius:99px;background:currentColor;transform-origin:center}.voice-clone-audio-mark i:nth-child(1),.voice-clone-audio-mark i:nth-child(5){height:10px}.voice-clone-audio-mark i:nth-child(2),.voice-clone-audio-mark i:nth-child(4){height:18px}.voice-clone-audio-mark i:nth-child(3){height:26px}.voice-clone-audio-toggle{position:relative;display:none;width:40px;height:40px;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:50%;color:#fff;background:#0f272b;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.voice-clone-audio-card.has-custom-player .voice-clone-audio-toggle{display:grid}.voice-clone-audio-toggle:before{width:0;height:0;margin-left:3px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid currentColor;content:""}.voice-clone-audio-card.is-playing .voice-clone-audio-toggle:before{width:9px;height:13px;margin-left:0;border:0;background:linear-gradient(to right,currentColor 0 3px,transparent 3px 6px,currentColor 6px 9px)}.voice-clone-audio-toggle:hover:not(:disabled){background:#f4550f}.voice-clone-audio-toggle:active:not(:disabled){transform:scale(.96)}.voice-clone-audio-toggle:disabled{opacity:.45;cursor:default}.voice-clone-audio-controls{display:none;min-width:0}.voice-clone-audio-card.has-custom-player .voice-clone-audio-controls{display:block}.voice-clone-audio-times{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;color:#0f272b;font-size:11px;font-variant-numeric:tabular-nums;font-weight:750}.voice-clone-audio-times span:last-child{color:#6f7b7d}.voice-clone-audio-seek{width:100%;height:18px;min-height:18px;margin:0;padding:0;border:0;outline:0;appearance:none;background:transparent;cursor:pointer}.voice-clone-audio-seek::-webkit-slider-runnable-track{width:100%;height:6px;border-radius:99px;background:linear-gradient(to right,#f4550f 0 var(--audio-progress),#dfe5e4 var(--audio-progress) 100%)}.voice-clone-audio-seek::-webkit-slider-thumb{width:14px;height:14px;margin-top:-4px;border:2px solid #fff;border-radius:50%;appearance:none;background:#f4550f;box-shadow:0 1px 5px #0f272b38}.voice-clone-audio-seek::-moz-range-track{width:100%;height:6px;border:0;border-radius:99px;background:linear-gradient(to right,#f4550f 0 var(--audio-progress),#dfe5e4 var(--audio-progress) 100%)}.voice-clone-audio-seek::-moz-range-thumb{width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:#f4550f;box-shadow:0 1px 5px #0f272b38}.voice-clone-audio-card.is-playing .voice-clone-audio-mark i{animation:voice-clone-wave .62s ease-in-out infinite alternate}.voice-clone-audio-card.is-playing .voice-clone-audio-mark i:nth-child(2){animation-delay:-.34s}.voice-clone-audio-card.is-playing .voice-clone-audio-mark i:nth-child(3){animation-delay:-.18s}.voice-clone-audio-card.is-playing .voice-clone-audio-mark i:nth-child(4){animation-delay:-.48s}.voice-clone-audio-card.is-playing .voice-clone-audio-mark i:nth-child(5){animation-delay:-.26s}@keyframes voice-clone-wave{0%{transform:scaleY(.48)}to{transform:scaleY(1.12)}}.voice-clone-quality{margin-top:18px}.voice-clone-quality-summary{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center;padding:14px 15px;border-radius:16px}.voice-clone-quality-summary.is-ready{background:#edf3ee}.voice-clone-quality-summary.is-warning{background:#f8eae5}.voice-clone-quality-summary>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#fff;background:#5d7867;font-weight:800}.voice-clone-quality-summary.is-warning>span{background:#a55744}.voice-clone-quality-summary strong,.voice-clone-quality-summary small{display:block}.voice-clone-quality-summary strong{font-size:12px}.voice-clone-quality-summary small{margin-top:3px;color:#748078;font-size:9px}.voice-clone-warnings{margin-top:10px;padding:13px 15px;border-radius:14px;color:#74574d;background:#f8eee9}.voice-clone-warnings strong{font-size:10px}.voice-clone-warnings ul{margin:7px 0 0;padding-left:17px}.voice-clone-warnings li{margin-top:3px;font-size:9px;line-height:1.45}.voice-clone-name{display:block;min-width:0;margin-top:16px}.voice-clone-name>span,.voice-clone-name>small{display:block}.voice-clone-name>span{font-size:10px;font-weight:720}.voice-clone-name input{display:block;box-sizing:border-box;width:100%;max-width:100%;min-height:48px;margin-top:0;padding:12px 16px;border:1px solid rgba(53,48,40,.13);border-radius:14px;outline:0;color:#302c26;background:#faf7f1;line-height:1.35}.voice-clone-name input:focus{border-color:#c96f528c;box-shadow:0 0 0 3px #c96f521a}.voice-clone-name>small{margin-top:6px;color:#9b9285;font-size:9px}.voice-clone-consent{display:flex;gap:12px;align-items:center;margin-top:16px;padding:4px 0;border:0;border-radius:0;color:#6e675c;background:transparent;font-size:10px;line-height:1.55;cursor:pointer}.voice-clone-consent input{flex:0 0 auto;width:17px;height:17px;margin:0;accent-color:#c96f52}@media(min-width:681px)and (min-height:700px){.voice-clone-dialog{height:min(760px,calc(100dvh - 56px));overflow:hidden}.voice-clone-body{display:flex;flex:1 1 auto;padding:24px 42px 28px;overflow:hidden}.voice-clone-stage:not([hidden]){display:flex;flex:1 1 auto;min-height:0;flex-direction:column;overflow:hidden}.voice-clone-stage[data-stage-panel=prepare] .voice-clone-prep-grid{margin-top:20px}.voice-clone-stage[data-stage-panel=prepare] .voice-clone-actions,.voice-clone-stage[data-stage-panel=review] .voice-clone-actions{margin-top:auto;padding-top:16px}.voice-clone-stage[data-stage-panel=record] .voice-clone-live{margin-top:14px}.voice-clone-stage[data-stage-panel=record] .voice-clone-script{flex:1 1 auto;min-height:0;max-height:none;margin-top:14px;overflow:auto}.voice-clone-stage[data-stage-panel=record] .voice-clone-progress{margin-top:12px}.voice-clone-stage[data-stage-panel=record] .voice-clone-record-actions{margin-top:14px}}@media(min-width:681px){.voice-clone-record-actions{display:grid;grid-template-columns:minmax(86px,.58fr) minmax(170px,1fr) minmax(260px,1.55fr);width:100%;gap:10px}.voice-clone-record-actions>*{min-width:0}.voice-clone-record-actions>.is-quiet{grid-column:1}.voice-clone-record-actions>.voice-clone-record-button{grid-column:3;width:100%;justify-content:center}.voice-clone-record-actions.has-stop>.voice-clone-record-button{grid-column:2}.voice-clone-record-actions>.is-stop{grid-column:3;width:100%;padding-inline:clamp(10px,1.4vw,19px);overflow:hidden;font-size:clamp(10px,1.05vw,12px);text-overflow:ellipsis;white-space:nowrap}}@media(max-width:680px){.voice-clone-overlay{align-items:end;padding:8px}.voice-clone-dialog{max-height:calc(100dvh - 8px);overflow:auto;border-radius:25px 25px 18px 18px}.voice-clone-header{padding:17px 18px 14px}.voice-clone-steps{padding:16px 14px 0}.voice-clone-steps button small{display:none}.voice-clone-body{padding:27px 19px 28px}.voice-clone-prep-grid{grid-template-columns:1fr}.voice-clone-record-head{align-items:flex-start;flex-direction:column}.voice-clone-live{grid-template-columns:1fr}.voice-clone-script{max-height:39dvh;padding:20px}.voice-clone-script p{font-size:13px}.voice-clone-actions,.voice-clone-record-actions{align-items:stretch;flex-direction:column-reverse}.voice-clone-button,.voice-clone-record-button{width:100%;justify-content:center}.voice-clone-audio-card{grid-template-columns:1fr}.voice-clone-audio-card.has-custom-player{grid-template-columns:40px minmax(0,1fr)}.voice-clone-audio-mark{display:none}}@media(prefers-reduced-motion:reduce){.voice-clone-level>span,.voice-clone-progress>span{transition:none}.voice-clone-audio-card.is-playing .voice-clone-audio-mark i{animation:none}}.storyboard-page{display:grid;gap:24px;padding-bottom:100px;color:#1e1d1a}.storyboard-hero,.storyboard-section-head,.storyboard-progress-head,.storyboard-submit-bar{display:flex;align-items:center;justify-content:space-between;gap:18px}.storyboard-hero span,.storyboard-section-head span{color:#d85f42;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.storyboard-hero h1,.storyboard-section-head h2{margin:5px 0 0;font-size:34px;letter-spacing:-.045em}.storyboard-hero p,.storyboard-section-head p{max-width:720px;margin:8px 0 0;color:#736d63;font-size:13px;line-height:1.65}.storyboard-primary,.storyboard-outline{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:12px;font-weight:700;cursor:pointer}.storyboard-primary{border:1px solid #dc6548;color:#fff;background:#dc6548}.storyboard-outline{border:1px solid rgba(30,29,26,.15);color:#1e1d1a;background:#fffdf8}.storyboard-primary:disabled,.storyboard-outline:disabled{cursor:not-allowed;opacity:.48}.storyboard-setup-grid{display:grid;grid-template-columns:1fr 1.35fr 1fr;gap:14px}.storyboard-panel{padding:18px;border:1px solid rgba(30,29,26,.11);border-radius:18px;background:#fffdf8}.storyboard-panel-title{display:flex;align-items:center;gap:10px;margin-bottom:16px}.storyboard-panel-title>svg{color:#dc6548}.storyboard-panel-title strong,.storyboard-panel-title small{display:block}.storyboard-panel-title small{margin-top:3px;color:#81796e;font-size:10px}.storyboard-panel label{display:block}.storyboard-panel label>span,.storyboard-shot-fields label>span{display:block;margin-bottom:7px;font-size:10px;font-weight:750}.storyboard-panel input,.storyboard-panel select,.storyboard-shot-fields select,.storyboard-shot-fields textarea{width:100%;border:1px solid rgba(30,29,26,.14);border-radius:11px;outline:none;color:#1e1d1a;background:#f7f3eb}.storyboard-panel input,.storyboard-panel select,.storyboard-shot-fields select{min-height:44px;padding:0 12px}.storyboard-segmented{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.storyboard-segmented button{display:flex;min-height:41px;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(30,29,26,.13);border-radius:10px;color:#625c53;background:#f7f3eb;cursor:pointer}.storyboard-segmented button.is-active{border-color:#dc6548;color:#1e1d1a;background:#f8e9e3}.storyboard-avatar-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.storyboard-avatar-strip button{position:relative;min-width:0;padding:4px;border:1px solid rgba(30,29,26,.1);border-radius:12px;background:#f7f3eb;cursor:pointer}.storyboard-avatar-strip button.is-selected{border-color:#dc6548;box-shadow:0 0 0 2px #dc65481f}.storyboard-avatar-strip img,.storyboard-avatar-strip button>span{display:flex;width:100%;aspect-ratio:4/5;align-items:center;justify-content:center;border-radius:9px;object-fit:cover;background:#ded8cd}.storyboard-avatar-strip small{display:block;overflow:hidden;margin:5px 2px 2px;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.storyboard-avatar-strip i{position:absolute;top:7px;right:7px;display:flex;width:19px;height:19px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#dc6548}.storyboard-selected-note{margin:10px 0 0;color:#6f685f;font-size:10px}.storyboard-voice-preview{width:100%;margin-top:10px}.storyboard-shots-section{display:grid;gap:16px}.storyboard-shots-list{display:grid;gap:12px}.storyboard-shot-card{display:grid;grid-template-columns:58px 170px minmax(0,1fr) 40px;gap:14px;padding:14px;border:1px solid rgba(30,29,26,.11);border-radius:18px;background:#fffdf8}.storyboard-shot-number{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid rgba(30,29,26,.09)}.storyboard-shot-number strong{font-size:25px}.storyboard-shot-number span{color:#847c70;font-size:9px;text-transform:uppercase}.storyboard-shot-preview{display:flex;min-height:190px;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:12px;border-radius:13px;background-position:center;background-size:cover;box-shadow:inset 0 -70px 70px #00000085}.storyboard-shot-preview span{font-size:22px}.storyboard-shot-preview small{margin-top:4px;color:#fff;font-weight:700}.storyboard-shot-fields{display:grid;grid-template-columns:1fr;gap:10px}.storyboard-shot-fields textarea{min-height:82px;padding:11px 12px;resize:vertical;font:inherit;line-height:1.5}.storyboard-shot-fields .is-script{position:relative}.storyboard-shot-fields .is-script>small{position:absolute;right:8px;bottom:7px;color:#92897d;font-size:8px}.storyboard-shot-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.storyboard-shot-actions{display:flex;flex-direction:column;gap:7px}.storyboard-shot-actions button{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(30,29,26,.12);border-radius:10px;color:#5d574f;background:#f7f3eb;cursor:pointer}.storyboard-shot-actions button:disabled{opacity:.35}.storyboard-progress-card{padding:20px;border:1px solid rgba(30,29,26,.12);border-radius:18px;background:#fffdf8}.storyboard-progress-head small{color:#81796e}.storyboard-progress-head h2{margin:4px 0 0}.storyboard-progress-head>strong{padding:7px 10px;border-radius:999px;color:#8c3c28;background:#f8e9e3;font-size:10px}.storyboard-progress-track{height:8px;margin-top:16px;overflow:hidden;border-radius:999px;background:#e9e3d9}.storyboard-progress-track span{display:block;height:100%;border-radius:inherit;background:#dc6548;transition:width .4s}.storyboard-shot-progress{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;margin-top:14px}.storyboard-shot-progress>div{display:grid;grid-template-columns:28px 1fr 18px;gap:8px;align-items:center;padding:10px;border-radius:11px;background:#f7f3eb}.storyboard-shot-progress span{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:8px;background:#ded7cc;font-size:10px;font-weight:750}.storyboard-shot-progress strong,.storyboard-shot-progress small{display:block}.storyboard-shot-progress strong{font-size:10px}.storyboard-shot-progress small{margin-top:2px;color:#847c70;font-size:8px}.storyboard-progress-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.storyboard-error{color:#a83b2b}.storyboard-submit-bar{position:sticky;bottom:16px;z-index:20;padding:15px 16px;border:1px solid rgba(30,29,26,.12);border-radius:17px;background:#fffdf8f0;box-shadow:0 18px 50px #1e1d1a26;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.storyboard-submit-bar small,.storyboard-submit-bar strong,.storyboard-submit-bar span{display:block}.storyboard-submit-bar small{color:#81796e;font-size:9px}.storyboard-submit-bar strong{margin-top:3px}.storyboard-submit-bar span{margin-top:3px;color:#81796e;font-size:9px}.storyboard-loading{display:flex;min-height:50vh;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.storyboard-loading button{padding:10px 15px;border:0;border-radius:10px;background:#dc6548;color:#fff}.is-spinning{animation:storyboard-spin 1s linear infinite}@keyframes storyboard-spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.storyboard-setup-grid{grid-template-columns:1fr 1fr}.storyboard-panel:last-child{grid-column:1/-1}.storyboard-shot-card{grid-template-columns:48px 140px minmax(0,1fr) 40px}}@media(max-width:760px){.storyboard-page{gap:18px}.storyboard-hero,.storyboard-section-head,.storyboard-submit-bar{align-items:flex-start;flex-direction:column}.storyboard-hero h1,.storyboard-section-head h2{font-size:29px}.storyboard-setup-grid{grid-template-columns:1fr}.storyboard-panel:last-child{grid-column:auto}.storyboard-shot-card{grid-template-columns:1fr}.storyboard-shot-number{align-items:flex-start;border-right:0}.storyboard-shot-preview{min-height:220px}.storyboard-shot-actions{flex-direction:row}.storyboard-submit-bar{bottom:8px}.storyboard-submit-bar .storyboard-primary{width:100%}.storyboard-avatar-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}.storyboard-history{display:grid;gap:13px}.storyboard-history-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.storyboard-history-grid article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid rgba(30,29,26,.11);border-radius:15px;background:#fffdf8}.storyboard-history-grid small,.storyboard-history-grid strong,.storyboard-history-grid span{display:block}.storyboard-history-grid small{color:#dc6548;font-size:9px}.storyboard-history-grid strong{overflow:hidden;margin-top:4px;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.storyboard-history-grid span{margin-top:4px;color:#81796e;font-size:9px}.storyboard-history-grid a,.storyboard-history-grid button{display:flex;min-height:36px;align-items:center;gap:6px;padding:0 10px;border:1px solid rgba(30,29,26,.13);border-radius:9px;color:#1e1d1a;background:#f7f3eb;font-size:10px;font-weight:700;text-decoration:none;cursor:pointer}@media(max-width:900px){.storyboard-history-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.storyboard-history-grid{grid-template-columns:1fr}}.storyboard-avatar-strip button em{position:absolute;top:7px;left:7px;border-radius:999px;padding:3px 6px;background:#101010c7;color:#fff;font-size:9px;font-style:normal}.storyboard-shot-preview.is-native-look{position:relative;overflow:hidden;background:#151515}.storyboard-shot-preview.is-native-look img,.storyboard-shot-preview.is-native-look video,.storyboard-shot-fallback{width:100%;height:100%;display:block;object-fit:cover;background-position:center;background-size:cover}.storyboard-shot-preview.is-native-look small{position:absolute;right:10px;bottom:10px;left:10px;z-index:2;padding:7px 9px;border-radius:9px;background:#0f0f0fc7;color:#fff;line-height:1.25}.storyboard-history-grid article>video{width:100%;aspect-ratio:9 / 16;object-fit:cover;background:#111;border-radius:12px}.storyboard-history-grid article code{display:block;margin-top:7px;color:#9b9b9b;font-size:10px;overflow-wrap:anywhere}.storyboard-history-actions{display:flex;gap:8px;flex-wrap:wrap}.storyboard-page{gap:30px;color:#2d2923}.storyboard-hero{padding:7px 2px 5px}.storyboard-hero h1,.storyboard-section-head h2{font-weight:650}.storyboard-hero p,.storyboard-section-head p{color:#81786c;line-height:1.75}.storyboard-setup-grid{grid-template-columns:minmax(260px,.82fr) minmax(460px,1.58fr);gap:18px}.storyboard-panel,.storyboard-progress-card,.storyboard-shot-card{border-color:#3c352c14;background:#fffefa;box-shadow:0 12px 38px #3730270b}.storyboard-panel{padding:22px;border-radius:22px}.storyboard-panel-title{margin-bottom:18px}.storyboard-panel input,.storyboard-panel select,.storyboard-shot-fields select,.storyboard-shot-fields textarea,.storyboard-segmented button,.storyboard-shot-actions button{border-color:#3c352c1a;color:#39342d;background:#f8f5ee}.storyboard-segmented button.is-active{border-color:#c96f5261;background:#f6eae3}.storyboard-primary{border-color:#c96f52;background:#c96f52;box-shadow:0 9px 24px #b0593e21}.storyboard-outline{border-color:#3c352c1c;color:#454038;background:#fffefa}.storyboard-primary,.storyboard-outline,.storyboard-segmented button,.storyboard-avatar-strip button,.storyboard-shot-actions button{transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}@media(hover:hover){.storyboard-primary:hover:not(:disabled),.storyboard-outline:hover:not(:disabled){transform:translateY(-1px)}.storyboard-outline:hover:not(:disabled){border-color:#c96f524d;background:#fcf8f1}}.storyboard-voice-panel{grid-column:1 / -1;padding:28px}.storyboard-voice-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr);gap:28px;align-items:stretch}.storyboard-voice-choice{padding:4px 2px}.storyboard-voice-eyebrow{display:block;color:#b45f46;font-size:9px;font-weight:740;letter-spacing:.08em;text-transform:uppercase}.storyboard-voice-choice h3{margin:8px 0 0;font-size:25px;font-weight:650;letter-spacing:-.04em}.storyboard-voice-choice>p{max-width:510px;margin:9px 0 0;color:#81786c;font-size:11px;line-height:1.65}.storyboard-voice-select{display:block;margin-top:20px}.storyboard-voice-select>span{display:block;margin-bottom:7px;color:#514b42;font-size:9px;font-weight:720}.storyboard-voice-select select{width:min(100%,440px);min-height:48px;padding:0 13px;border:1px solid rgba(60,53,44,.11);border-radius:13px;outline:none;color:#39342d;background:#f8f5ee}.storyboard-voice-select select:focus{border-color:#c96f527a;box-shadow:0 0 0 3px #c96f5217}.storyboard-voice-preview{width:auto;margin-top:10px}.storyboard-own-voice{display:grid;grid-template-columns:48px minmax(0,1fr);gap:15px;min-height:220px;align-items:start;padding:23px;border:1px solid rgba(60,53,44,.07);border-radius:20px;background:#f6f2ea}.storyboard-own-voice.is-working{background:#f2f3ed}.storyboard-own-voice-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;color:#aa5a43;background:#f0dfd6}.storyboard-own-voice.is-working .storyboard-own-voice-icon{color:#5d7867;background:#e2ebe4}.storyboard-own-voice small,.storyboard-own-voice strong,.storyboard-own-voice p,.storyboard-voice-safety{display:block}.storyboard-own-voice small{color:#9a8f81;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.storyboard-own-voice strong{margin-top:6px;font-size:16px}.storyboard-own-voice p{max-width:440px;margin:8px 0 16px;color:#7e7569;font-size:10px;line-height:1.65}.storyboard-own-voice .storyboard-primary{min-height:43px}.storyboard-voice-safety{margin-top:10px;color:#968c7f;font-size:8px}.storyboard-voice-processing{height:5px;margin-top:24px;overflow:hidden;border-radius:999px;background:#dfe4dc}.storyboard-voice-processing>span{display:block;width:38%;height:100%;border-radius:inherit;background:#69816f;animation:storyboard-voice-processing 1.6s ease-in-out infinite}@keyframes storyboard-voice-processing{0%{transform:translate(-110%)}to{transform:translate(360%)}}.storyboard-shots-section{gap:20px}.storyboard-shots-list{gap:16px}.storyboard-shot-card{gap:18px;padding:18px;border-radius:22px}.storyboard-submit-bar{border-color:#3c352c17;border-radius:20px;background:#fffefaf0;box-shadow:0 18px 50px #3730271a}@media(max-width:1100px){.storyboard-setup-grid{grid-template-columns:1fr 1.2fr}.storyboard-voice-layout{grid-template-columns:1fr 1fr}}@media(max-width:760px){.storyboard-page{gap:22px}.storyboard-setup-grid,.storyboard-voice-layout{grid-template-columns:1fr}.storyboard-voice-panel{grid-column:auto;padding:21px}.storyboard-own-voice{grid-template-columns:42px minmax(0,1fr);min-height:0;padding:18px}.storyboard-own-voice-icon{width:42px;height:42px}.storyboard-voice-preview,.storyboard-voice-select select,.storyboard-own-voice .storyboard-primary{width:100%}}@media(prefers-reduced-motion:reduce){.storyboard-primary,.storyboard-outline,.storyboard-segmented button,.storyboard-avatar-strip button,.storyboard-shot-actions button{transition:none}.storyboard-voice-processing>span{animation:none;width:100%}}.storyboard-field>span{display:block;margin-bottom:7px;font-size:10px;font-weight:750}.storyboard-select{position:relative;width:100%}.storyboard-select.is-open{z-index:80}.storyboard-select-trigger{display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border:1px solid rgba(15,39,43,.16);border-radius:13px;color:#0f272b;background:#fff;font:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.storyboard-select-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storyboard-select-trigger .is-placeholder{color:#738083}.storyboard-select-trigger>svg{flex:0 0 auto;color:#526164;transition:color .16s ease,transform .16s ease}.storyboard-select.is-open .storyboard-select-trigger{border-color:#f4550f;box-shadow:0 0 0 3px #f4550f1f}.storyboard-select.is-open .storyboard-select-trigger>svg{color:#f4550f;transform:rotate(180deg)}.storyboard-select-trigger:focus-visible{outline:3px solid rgba(244,85,15,.16);outline-offset:2px}.storyboard-select-trigger:disabled{cursor:not-allowed;opacity:.5}.storyboard-select-menu{position:absolute;top:calc(100% + 7px);right:0;left:0;z-index:90;display:grid;max-height:250px;gap:3px;padding:6px;overflow:auto;border:1px solid #d9d5d1;border-radius:14px;background:#fff;box-shadow:0 18px 50px #0f272b2e;transform-origin:top center;animation:storyboard-menu-in .15s ease-out}.storyboard-select-option-row{display:grid;min-height:42px;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-radius:9px;color:#0f272b;background:transparent;transition:color .16s ease,background .16s ease}.storyboard-select-option-row:hover,.storyboard-select-option-row:focus-within,.storyboard-select-option-row.is-selected{color:#f4550f;background:#fff0e9}.storyboard-select-option{display:flex;width:100%;min-height:42px;align-items:center;min-width:0;padding:0 11px;border:0;border-radius:9px;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}.storyboard-select-option>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storyboard-select-option:focus-visible{outline:2px solid rgba(244,85,15,.42);outline-offset:-2px}.storyboard-select-option-actions{display:flex;align-items:center;gap:3px;padding-right:7px;color:#f4550f}.storyboard-select-option-actions>svg{flex:0 0 auto}.storyboard-select-delete{display:grid;width:30px;height:30px;place-items:center;padding:0;border:0;border-radius:8px;color:#738083;background:transparent;cursor:pointer;transition:color .16s ease,background .16s ease}.storyboard-select-delete:hover,.storyboard-select-delete:focus-visible{outline:0;color:#f4550f;background:#fff}.storyboard-select-delete:disabled{cursor:wait;opacity:.55}.storyboard-loading.is-initial{min-height:520px;align-items:stretch;justify-content:flex-start;gap:22px;padding-top:8px;text-align:left}.storyboard-loading-head{display:flex;align-items:center;gap:11px}.storyboard-loading-head svg{color:#f4550f}.storyboard-loading-head h2{margin:0;font-size:27px;letter-spacing:-.035em}.storyboard-loading-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.storyboard-loading-steps span,.storyboard-loading-panel{border:1px solid #e3dfdc;background:linear-gradient(100deg,#fff 15%,#f7f6f5 42%,#fff 70%);background-size:220% 100%;animation:storyboard-loading-shimmer 1.3s ease-in-out infinite}.storyboard-loading-steps span{height:82px;border-radius:17px}.storyboard-loading-panel{min-height:310px;border-radius:22px}@keyframes storyboard-loading-shimmer{to{background-position:-120% 0}}.storyboard-shot-card{position:relative}.storyboard-shot-card:has(.storyboard-select.is-open){z-index:70}.storyboard-voice-select .storyboard-select{width:min(100%,440px)}@keyframes storyboard-menu-in{0%{opacity:0;transform:translateY(-5px) scale(.99)}}@media(max-width:760px){.storyboard-loading-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.storyboard-loading-steps span,.storyboard-loading-panel,.storyboard-select-menu{animation:none}}.storyboard-shot-preview.is-native-look{width:100%;border:0;color:inherit;font:inherit;text-align:left;cursor:pointer}.storyboard-shot-preview.is-native-look img,.storyboard-shot-preview.is-native-look video,.storyboard-shot-preview.is-native-look .storyboard-shot-fallback{position:absolute;inset:0}.storyboard-shot-preview-action{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#fff;background:#11100e94;opacity:0;transition:opacity .18s ease}.storyboard-shot-preview-action b{font-size:11px}.storyboard-shot-preview:hover .storyboard-shot-preview-action,.storyboard-shot-preview:focus-visible .storyboard-shot-preview-action{opacity:1}.storyboard-shot-preview:focus-visible{outline:3px solid rgba(220,101,72,.35);outline-offset:2px}.storyboard-shot-scene-icon{position:absolute;top:10px;right:10px;z-index:3;display:flex;width:31px;height:31px;align-items:center;justify-content:center;border-radius:9px;background:#0f0f0fb8;font-size:17px!important}.storyboard-picker-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:22px;background:#14131194;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.storyboard-picker-modal{display:grid;width:min(940px,100%);max-height:calc(100dvh - 44px);gap:15px;padding:22px;overflow:hidden;border:1px solid rgba(30,29,26,.14);border-radius:22px;background:#fffdf8;box-shadow:0 30px 100px #12110f47}.storyboard-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.storyboard-picker-head span{color:#d85f42;font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.storyboard-picker-head h2{margin:4px 0 0;font-size:26px;letter-spacing:-.04em}.storyboard-picker-head p{margin:6px 0 0;color:#736d63;font-size:12px}.storyboard-picker-head>button{display:flex;width:38px;height:38px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(30,29,26,.13);border-radius:10px;background:#f7f3eb;cursor:pointer}.storyboard-picker-head>button:disabled{cursor:wait;opacity:.45}.storyboard-picker-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.storyboard-picker-tabs button{display:flex;min-height:42px;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(30,29,26,.13);border-radius:11px;color:#625c53;background:#f7f3eb;cursor:pointer}.storyboard-picker-tabs button.is-active{border-color:#dc6548;color:#1e1d1a;background:#f8e9e3}.storyboard-picker-search{display:flex;min-height:44px;align-items:center;gap:9px;padding:0 12px;border:1px solid rgba(30,29,26,.14);border-radius:11px;color:#81796e;background:#f7f3eb}.storyboard-picker-search input{width:100%;border:0;outline:0;color:#1e1d1a;background:transparent}.storyboard-picker-search{min-height:50px;padding:0 15px;border:1px solid #d1cbc7;border-radius:14px;color:#526164;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.storyboard-picker-search:focus-within{border-color:#f4550f;box-shadow:0 0 0 3px #f4550f1f}.storyboard-picker-search input,.storyboard-picker-search input:hover,.storyboard-picker-search input:focus,.storyboard-picker-search input:focus-visible{min-height:48px!important;margin:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.storyboard-picker-head>button{width:42px;height:42px;border-color:transparent;border-radius:0;color:#0f272b;background:transparent;transition:color .16s ease}.storyboard-picker-head>button:hover:not(:disabled),.storyboard-picker-head>button:focus-visible:not(:disabled){outline:0;color:#f4550f;background:transparent}.storyboard-picker-upload-status{display:flex;align-items:center;gap:11px;padding:12px 14px;border-radius:12px;color:#733a2b;background:#f8e9e3}.storyboard-picker-upload-status strong,.storyboard-picker-upload-status small{display:block}.storyboard-picker-upload-status small{margin-top:3px;color:#7d675f}.storyboard-picker-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;min-height:180px;max-height:min(52dvh,520px);padding:2px;overflow:auto}.storyboard-picker-card{position:relative;min-width:0}.storyboard-picker-card-select{width:100%;height:100%;padding:5px;border:1px solid rgba(30,29,26,.11);border-radius:13px;color:#1e1d1a;font:inherit;text-align:center;background:#f7f3eb;cursor:pointer}.storyboard-picker-card-select.is-selected{border-color:#dc6548;box-shadow:0 0 0 2px #dc654821}.storyboard-picker-card-select img,.storyboard-picker-card-select>span{display:flex;width:100%;aspect-ratio:4 / 5;align-items:center;justify-content:center;border-radius:9px;object-fit:cover;background:#ded8cd}.storyboard-picker-card-select strong,.storyboard-picker-card-select small{display:block;overflow:hidden;margin:6px 3px 0;text-overflow:ellipsis;white-space:nowrap}.storyboard-picker-card-select strong{font-size:10px}.storyboard-picker-card-select small{margin-top:2px;color:#81796e;font-size:8px}.storyboard-picker-card-select i{position:absolute;top:9px;right:9px;display:flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#dc6548}.storyboard-picker-delete{position:absolute;top:10px;left:10px;z-index:3;display:flex;width:31px;height:31px;align-items:center;justify-content:center;border:1px solid rgba(15,39,43,.14);border-radius:9px;color:#0f272b;background:#ffffffe6;box-shadow:0 4px 14px #0f272b1f;cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}.storyboard-picker-delete:hover:not(:disabled),.storyboard-picker-delete:focus-visible:not(:disabled){border-color:#f4550f75;outline:0;color:#f4550f;background:#fff}.storyboard-picker-delete:disabled,.storyboard-picker-card-select:disabled{cursor:wait;opacity:.58}.storyboard-picker-empty{grid-column:1 / -1;margin:auto;color:#81796e;font-size:12px}.storyboard-picker-actions{display:flex;justify-content:space-between;gap:10px}@media(max-width:760px){.storyboard-picker-backdrop{align-items:flex-end;padding:10px}.storyboard-picker-modal{max-height:calc(100dvh - 20px);padding:17px;border-radius:18px}.storyboard-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.storyboard-picker-actions{flex-direction:column}.storyboard-picker-actions .storyboard-primary,.storyboard-picker-actions .storyboard-outline{width:100%}}.unified-projects{display:grid;width:min(100%,1320px);min-height:100dvh;gap:26px;margin:0 auto;padding:52px clamp(28px,4.5vw,64px) 88px;color:#2c2924}.unified-projects-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding-bottom:28px;border-bottom:1px solid #e4ded4}.unified-projects-header>div:first-child{min-width:0}.unified-projects-header>div:first-child>span{color:#a75f4c;font-size:11px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.unified-projects-header h1{margin:7px 0 9px;font-size:clamp(38px,4.4vw,54px);font-weight:630;letter-spacing:-.052em;line-height:1}.unified-projects-header p{max-width:680px;margin:0;color:#777064;font-size:14px;line-height:1.65}.unified-projects-header-actions{display:flex;flex:0 0 auto;gap:9px}.unified-projects-header-actions>button,.unified-projects-header-actions>a,.unified-project-actions button,.unified-project-actions a,.unified-projects-empty button,.unified-projects-empty a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid #d9d2c7;border-radius:12px;color:#39352f;background:#fffdfa;font:inherit;font-size:13px;font-weight:680;text-decoration:none;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.unified-projects-header-actions>a,.unified-projects-empty>a{border-color:#bd6b53;color:#fff;background:#bd6b53}.unified-projects-header-actions>button:disabled,.unified-project-actions button:disabled,.unified-projects-empty button:disabled{cursor:not-allowed;opacity:.55}@media(hover:hover){.unified-projects-header-actions>button:hover:not(:disabled),.unified-project-actions button:hover:not(:disabled),.unified-project-actions a:hover,.unified-projects-empty button:hover:not(:disabled){border-color:#c8bfb2;background:#f7f3ed}.unified-projects-header-actions>a:hover,.unified-projects-empty>a:hover{border-color:#a95c46;background:#a95c46}}.unified-projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.unified-project-card{display:grid;overflow:hidden;border:1px solid #e1dbd1;border-radius:20px;background:#fffdfa;box-shadow:0 14px 40px #342e260b}.unified-project-card.is-completed{border-color:#cbd8cc}.unified-project-card.is-failed{border-color:#e1dbd1}.unified-project-media{position:relative;aspect-ratio:16 / 8.6;overflow:hidden;background:#292a27}.unified-project-media video,.unified-project-media img{display:block;width:100%;height:100%;background:#222320;object-fit:contain}.unified-project-placeholder{display:grid;width:100%;height:100%;place-items:center;align-content:center;gap:10px;color:#e8e4dc;background:radial-gradient(circle at 82% 10%,rgba(189,107,83,.2),transparent 34%),#292a27}.unified-project-placeholder span{font-size:12px;font-weight:650}.unified-project-body{display:grid;align-content:start;gap:11px;padding:18px 20px 20px}.unified-project-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#898175}.unified-project-status-row span{color:#a75f4c;font-size:11px;font-weight:760;letter-spacing:.04em;text-transform:uppercase}.unified-project-status-row small{font-size:11px}.unified-project-card.is-completed .unified-project-status-row span{color:#5f7969}.unified-project-body h2,.unified-project-body p{margin:0}.unified-project-body h2{overflow:hidden;font-size:20px;font-weight:680;letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap}.unified-project-body>p{color:#827a6e;font-size:12px}.unified-project-people{display:flex;flex-wrap:wrap;gap:7px}.unified-project-people>span{display:inline-flex;min-width:0;align-items:center;gap:6px;padding:6px 9px;overflow:hidden;border-radius:999px;color:#6f685e;background:#f3efe8;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.unified-project-progress{height:6px;margin-top:2px;overflow:hidden;border-radius:999px;background:#ede8df}.unified-project-progress span{display:block;height:100%;border-radius:inherit;background:#bd6b53;transition:width .26s ease}.unified-project-card.is-completed .unified-project-progress span{background:#6f8977}.unified-project-shot-list{display:flex;flex-wrap:wrap;gap:6px}.unified-project-shot-list span{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;border-radius:8px;color:#6c655b;background:#eee9e1;font-size:11px;font-weight:740}.unified-project-shot-list span.is-completed{color:#496854;background:#e2ebe3}.unified-project-shot-list span.is-pending{color:#6c655b;background:#eee9e1}.unified-project-actions{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}.unified-project-actions a:last-child{border-color:#bd6b53;color:#fff;background:#bd6b53}.unified-projects-empty{display:grid;min-height:310px;place-items:center;align-content:center;gap:10px;padding:44px 24px;border:1px dashed #d8d0c5;border-radius:20px;color:#6f685e;text-align:center;background:#fffdfa99}.unified-projects-empty.is-refreshing{color:#6f685e;background:#fffdfa99}.unified-projects-empty h2,.unified-projects-empty p{margin:0}.unified-projects-empty h2{color:#34302a;font-size:20px}.unified-projects-empty p{max-width:520px;font-size:13px;line-height:1.6}.unified-legacy-projects{padding-top:18px;border-top:1px solid #e2dcd2}.unified-legacy-projects summary{display:flex;min-height:42px;align-items:center;gap:8px;color:#746d62;font-size:12px;font-weight:650;cursor:pointer}.unified-legacy-projects summary span{margin-left:auto}.unified-legacy-projects>div{display:grid;gap:8px;margin-top:10px}.unified-legacy-projects article{display:flex;align-items:center;gap:14px;padding:11px 13px;border:1px solid #e4ded5;border-radius:12px;background:#fffdfa}.unified-legacy-projects article p{margin:0;color:#777064;font-size:12px}@media(max-width:980px){.unified-projects-grid{grid-template-columns:1fr}}@media(max-width:760px){.unified-projects{gap:20px;padding:30px 18px 64px}.unified-projects-header{align-items:stretch;flex-direction:column;gap:20px;padding-bottom:22px}.unified-projects-header h1{font-size:37px}.unified-projects-header-actions{display:grid;grid-template-columns:1fr 1fr}.unified-project-media{aspect-ratio:16 / 9}.unified-project-body{padding:16px}.unified-project-actions>*{flex:1 1 145px}}@media(max-width:430px){.unified-projects-header-actions{grid-template-columns:1fr}.unified-projects-header-actions>button,.unified-projects-header-actions>a{width:100%}.unified-project-card{border-radius:17px}.unified-project-people>span{max-width:100%}}@media(prefers-reduced-motion:reduce){.unified-project-progress span{transition:none}}html,body,#root{background:#f5f3ee!important}.studio-app.santoni-theme{--paper: #f5f3ee;--paper-deep: #ece7df;--surface: #fffdfa;--surface-raised: #ffffff;--ink: #2c2924;--copy: #625c53;--muted: #81796d;--line: #e3ddd3;--line-strong: #d2c9bd;--clay: #bd6b53;--clay-dark: #a85843;--forest: #5f7969;--gold: #a47b48;--dark: #292a27;--calm-accent: #bd6b53;--calm-accent-soft: #f2e3dc;--calm-success: #5f7969;--calm-success-soft: #e5ece6;--calm-line: #e3ddd3;--calm-shadow: 0 16px 46px rgba(52, 46, 38, .055);color:var(--ink)!important;background:#f5f3ee!important;font-size:15px;line-height:1.55}.studio-app.santoni-theme .studio-content{min-width:0;margin-left:248px;background:#f5f3ee!important}.studio-app.santoni-theme .studio-content:before,.studio-app.santoni-theme .studio-sidebar:after{display:none!important;content:none!important}.studio-app.santoni-theme .studio-sidebar{width:248px;border-right:1px solid rgba(255,255,255,.07)!important;color:#f5f3ee!important;background:#292a27!important;box-shadow:10px 0 34px #22221f14!important}.studio-app.santoni-theme .studio-sidebar-header{min-height:80px;padding:18px 18px 15px;border-bottom-color:#ffffff12!important}.studio-app.santoni-theme .studio-logo{width:34px;height:34px;flex-basis:34px;border:1px solid rgba(255,255,255,.18)!important;border-radius:11px!important;background:#20211f!important;box-shadow:none!important}.studio-app.santoni-theme .studio-logo>span:first-child{border-color:#d69a85!important}.studio-app.santoni-theme .studio-logo>span:last-child{background:#bd6b53!important}.studio-app.santoni-theme .studio-brand strong{color:#fff!important;font-size:14px!important;font-weight:670!important;letter-spacing:0!important}.studio-app.santoni-theme .studio-brand small,.studio-app.santoni-theme .studio-nav-caption{color:#ffffff70!important;font-size:9px;letter-spacing:.12em!important}.studio-app.santoni-theme .studio-create-button{min-height:46px!important;margin:5px 16px 20px;border:1px solid rgba(255,255,255,.1)!important;border-radius:13px!important;color:#fff!important;background:#a9604b!important;box-shadow:0 9px 22px #16161429!important;font-size:12px!important;font-weight:680!important;letter-spacing:0!important;text-transform:none!important}.studio-app.santoni-theme .studio-create-button:hover{border-color:#ffffff29!important;background:#b86952!important;box-shadow:0 10px 24px #1616142e!important}.studio-app.santoni-theme .studio-navigation{padding:0 12px}.studio-app.santoni-theme .studio-nav-item{min-height:43px;padding:0 11px;border-radius:11px!important;color:#ffffff9e!important;font-size:13px}.studio-app.santoni-theme .studio-nav-item:hover{color:#fff!important;background:#ffffff0e!important}.studio-app.santoni-theme .studio-nav-item.is-active{color:#fff!important;background:#ffffff16!important;box-shadow:none!important}.studio-app.santoni-theme .studio-nav-item.is-active svg{color:#d99780!important}.studio-app.santoni-theme .studio-sidebar-footer{padding:14px 16px 16px;border-top-color:#ffffff12!important}.studio-app.santoni-theme .studio-profile,.studio-app.santoni-theme .studio-dev{border-color:#ffffff14!important;border-radius:12px!important;background:#ffffff09!important}.studio-app.santoni-theme .studio-profile-avatar{border-radius:11px!important;background:#a9604b!important}.studio-app.santoni-theme .studio-dev>span{background:#c38b65!important}.studio-app.santoni-theme .studio-page{width:min(100%,1320px);padding:52px clamp(28px,4.5vw,64px) 88px}.studio-app.santoni-theme :is(.studio-kicker,.storyboard-hero>div>span){color:#a75f4c!important;font-size:10px;font-weight:760!important;letter-spacing:.12em!important}.studio-app.santoni-theme :is(.studio-hero h1,.studio-page-header h1){color:var(--ink)!important;font-family:Inter,SF Pro Display,Helvetica Neue,Arial,sans-serif!important;font-weight:620!important;letter-spacing:-.052em!important}.studio-app.santoni-theme .studio-hero h1 em{color:#8b6356!important;font-weight:520!important}.studio-app.santoni-theme .studio-live{display:inline-flex;width:fit-content;align-items:center;padding:0!important;color:#a75f4c!important;background:transparent!important}.studio-app.santoni-theme .studio-live>span{background:#6f8877!important}.studio-app.santoni-theme :is(.studio-hero p,.studio-page-header p){color:#6e675d!important;line-height:1.65}.studio-app.santoni-theme .studio-page-header{align-items:flex-end;gap:36px;padding:5px 0 29px;border-color:var(--calm-line)!important}.studio-app.santoni-theme .studio-page-header>div:first-child{min-width:0}.studio-app.santoni-theme .studio-page-header>div:last-child{flex:0 0 auto}.studio-app.santoni-theme .studio-page-header h1{margin:8px 0 10px;font-size:clamp(38px,4.5vw,54px);line-height:1}.studio-app.santoni-theme .studio-page-header p{max-width:690px;font-size:14px}.studio-app.santoni-theme :is(.studio-director,.studio-library-grid>article,.studio-readiness,.studio-summary,.studio-review,.studio-voice-library,.studio-billing-summary,.studio-package-grid article,.studio-field-block,.studio-quality-item,.studio-preflight){border:1px solid var(--calm-line)!important;border-radius:18px!important;color:var(--ink)!important;background:var(--surface)!important;box-shadow:var(--calm-shadow)!important}.studio-app.santoni-theme :is(.studio-primary,.studio-preview-button,.studio-approve-voice,.studio-package-grid article>button){min-height:45px!important;border:1px solid var(--calm-accent)!important;border-radius:12px!important;color:#fff!important;background:var(--calm-accent)!important;box-shadow:0 9px 22px #9d533f1f!important;font-size:13px}.studio-app.santoni-theme :is(.studio-primary,.studio-preview-button,.studio-approve-voice,.studio-package-grid article>button):hover:not(:disabled){border-color:var(--clay-dark)!important;background:var(--clay-dark)!important;transform:translateY(-1px)}.studio-app.santoni-theme :is(.studio-secondary,.studio-preview-replay,.studio-improve,.studio-script-clean,.studio-outline){min-height:43px;border:1px solid var(--line-strong)!important;border-radius:12px!important;color:#49443d!important;background:var(--surface)!important}.studio-app.santoni-theme :is(.studio-secondary,.studio-preview-replay,.studio-improve,.studio-script-clean,.studio-outline):hover:not(:disabled){border-color:#bdad9e!important;color:#39342e!important;background:#f8f5ef!important}.studio-app.santoni-theme :is(input,textarea,select,.studio-textarea){border-color:var(--line-strong)!important;border-radius:12px!important;color:var(--ink)!important;background:#fff!important}.studio-app.santoni-theme :is(input,textarea,select,.studio-textarea):focus{border-color:#b8735e!important;outline:none!important;box-shadow:0 0 0 3px #bd6b531c!important}.studio-app.santoni-theme :where(button,a,input,textarea,select,summary):focus-visible{outline:2px solid #a75f4c!important;outline-offset:3px}.studio-app.santoni-theme button:disabled,.studio-app.santoni-theme a[aria-disabled=true]{cursor:not-allowed}.studio-app.santoni-theme .studio-hero{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:clamp(28px,4.5vw,62px);align-items:center;padding:8px 0 40px;border-color:var(--calm-line)!important}.studio-app.santoni-theme .studio-hero h1{max-width:780px;margin:15px 0 16px;font-size:clamp(43px,4.5vw,61px);line-height:1.02}.studio-app.santoni-theme .studio-hero>div>p{max-width:650px;font-size:16px}.studio-app.santoni-theme .studio-hero-actions{flex-wrap:wrap;margin-top:24px}.studio-app.santoni-theme .studio-director{padding:20px;border-top:1px solid var(--calm-line)!important}.studio-app.santoni-theme .studio-director-icon{border-radius:12px!important;color:#fff!important;background:#555952!important}.studio-app.santoni-theme .studio-director strong{font-size:13px}.studio-app.santoni-theme .studio-director small{font-size:10px}.studio-app.santoni-theme .studio-beta{border:0!important;color:#8d5848!important;background:var(--calm-accent-soft)!important;font-size:9px}.studio-director-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:20px}.studio-director-flow>span{position:relative;display:grid;min-width:0;min-height:90px;place-items:center;align-content:center;gap:7px;border:1px solid #e6dfd5;border-radius:13px;color:#6d665c;background:#f7f4ee}.studio-director-flow>span>i{position:absolute;top:7px;left:8px;color:#a49a8d;font-size:8px;font-style:normal}.studio-director-flow>span>b{overflow:hidden;max-width:100%;color:#48433c;font-size:10px;font-weight:690;text-overflow:ellipsis}.studio-app.santoni-theme .studio-director>button{min-height:43px;margin-top:11px;padding:0 4px;color:#8f5544;font-size:12px}.studio-app.santoni-theme .studio-home-grid{grid-template-columns:minmax(0,1fr) 330px;gap:clamp(32px,5vw,58px);padding-top:39px}.studio-app.santoni-theme .studio-section-heading{margin-bottom:15px}.studio-app.santoni-theme .studio-section-heading h2,.studio-app.santoni-theme .studio-readiness h2{margin-top:5px;font-size:23px;font-weight:650;letter-spacing:-.035em}.studio-app.santoni-theme .studio-template-list{overflow:hidden;border:1px solid var(--calm-line);border-radius:17px;background:#fffdfa99}.studio-app.santoni-theme .studio-template{grid-template-columns:46px minmax(0,1fr) auto 24px;gap:14px;padding:17px;border:0!important;border-bottom:1px solid var(--calm-line)!important;background:transparent!important}.studio-app.santoni-theme .studio-template:last-child{border-bottom:0!important}.studio-app.santoni-theme .studio-template:hover{background:#fffdfa!important}.studio-app.santoni-theme .studio-template-index{width:42px;height:42px;border:1px solid #ddd4c9!important;border-radius:12px!important;color:#675f55!important;background:#f4efe8!important}.studio-app.santoni-theme .studio-template-index.is-clay{border-color:#e7c9bd!important;color:#a85d48!important;background:#f6e9e3!important}.studio-app.santoni-theme .studio-template-copy strong{font-size:13px}.studio-app.santoni-theme .studio-template-copy small,.studio-app.santoni-theme .studio-template-duration{color:#81796d;font-size:10px}.studio-app.santoni-theme .studio-project-heading{margin-top:34px}.studio-app.santoni-theme .studio-empty-inline{border-color:var(--calm-line);border-radius:16px;background:#fffdfaa6}.studio-app.santoni-theme .studio-empty-inline>span{color:#a75f4c;background:var(--calm-accent-soft)}.studio-app.santoni-theme .studio-empty-inline p{font-size:11px}.studio-app.santoni-theme .studio-empty-inline button{min-height:42px;border-color:var(--line-strong);border-radius:11px;background:var(--surface);font-size:11px}.studio-app.santoni-theme .studio-readiness{padding:21px}.studio-app.santoni-theme .studio-readiness header>strong{color:#5d7465;font-size:22px}.studio-app.santoni-theme .studio-progress{height:6px;margin-top:17px;border-radius:999px;background:#e9e4dc!important}.studio-app.santoni-theme .studio-progress>span{border-radius:inherit;background:#6f8877!important}.studio-app.santoni-theme .studio-readiness>p{font-size:11px;line-height:1.55}.studio-app.santoni-theme .studio-quality-item{padding:13px 0;border:0!important;border-bottom:1px solid var(--calm-line)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.studio-app.santoni-theme .studio-quality-item>span{color:#a47b48;background:#f1eadf}.studio-app.santoni-theme .studio-quality-item>span.is-ready,.studio-app.santoni-theme .studio-quality-item i.is-ready{color:#5f7969;background:var(--calm-success-soft)}.studio-app.santoni-theme .studio-quality-item strong{font-size:11px}.studio-app.santoni-theme .studio-quality-item small{font-size:9px}.studio-app.santoni-theme .studio-improve{border:0!important;color:#915642!important;background:transparent!important}.studio-app.santoni-theme .studio-balance{margin-top:20px;padding:16px;border:1px solid #e2dbd1!important;border-radius:14px!important;color:#423d36!important;background:#f1ede6!important;box-shadow:none!important}.studio-app.santoni-theme .studio-balance>strong{margin-top:8px;font-size:25px}.studio-app.santoni-theme .studio-balance strong small,.studio-app.santoni-theme .studio-balance p{color:#7f776c}.studio-app.santoni-theme .studio-balance a{color:#8f5544}.studio-app.santoni-theme .studio-toolbar{align-items:center;gap:18px;margin-top:22px}.studio-app.santoni-theme .studio-toolbar label{width:min(100%,390px);min-height:44px;border-color:var(--calm-line);border-radius:12px;background:var(--surface)}.studio-app.santoni-theme .studio-toolbar input{border:0!important;box-shadow:none!important}.studio-app.santoni-theme .studio-toolbar>span{color:#81796d;font-size:11px}.studio-app.santoni-theme .studio-library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.studio-app.santoni-theme .studio-library-grid>article{display:grid;min-width:0;grid-template-rows:auto 1fr auto;overflow:hidden;border-radius:18px!important}.studio-app.santoni-theme .studio-library-grid>article:hover{border-color:#cfc4b7!important;box-shadow:0 17px 44px #342e2612!important;transform:translateY(-2px)}.studio-app.santoni-theme .studio-library-preview{height:245px;border:0!important;border-radius:0!important;background:#e7e2da!important;box-shadow:none!important}.studio-app.santoni-theme .studio-library-preview>small{top:12px;right:12px;padding:5px 8px;color:#fff;background:#435348e6;font-size:9px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.studio-app.santoni-theme .studio-library-copy{padding:16px 17px 12px;border-top:0!important}.studio-app.santoni-theme .studio-library-copy h3{margin:9px 0 5px;font-size:16px;letter-spacing:-.02em}.studio-app.santoni-theme .studio-library-copy p{margin:0;color:#777064;font-size:11px;line-height:1.55}.studio-app.santoni-theme .studio-avatar-meta-row>span{color:#7a6e64!important;font-size:8px;letter-spacing:0;text-transform:none}.studio-app.santoni-theme .studio-digital-twin-badge{color:#915541!important;background:#f3e4dd!important}.studio-app.santoni-theme .studio-quality-pill{border-color:#ddd5ca;color:#68726a!important;background:#edf1ed!important}.studio-app.santoni-theme .studio-library-grid footer{padding:0 17px 17px}.studio-app.santoni-theme .studio-library-grid footer button{min-height:42px;border-color:var(--line-strong);border-radius:11px;color:#49443d;background:#fffdfa;font-size:12px;font-weight:670}.studio-inline-state{display:grid;min-height:150px;grid-column:1 / -1;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;align-content:center;gap:14px;padding:24px;border:1px dashed #d7cfc3;border-radius:17px;color:#7b7368;background:#fffdfa99}.studio-inline-state.is-error{border-color:#e2c4ba;color:#9c5644;background:#faf0ec}.studio-inline-state>div{display:grid;gap:3px}.studio-inline-state strong{color:#3f3a34;font-size:13px}.studio-inline-state small{font-size:11px}.studio-inline-state button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid #d4cbc0;border-radius:11px;color:#49443d;background:#fffdfa;font-size:11px;font-weight:670}.studio-app.santoni-theme .studio-voice-library{margin-top:22px;padding:0;overflow:hidden;border-radius:18px!important}.studio-app.santoni-theme .studio-voice-library>header{align-items:center;padding:18px 20px;border-color:var(--calm-line)!important;background:#f7f4ee!important}.studio-app.santoni-theme .studio-voice-library header small{color:#8b8276;font-size:9px;letter-spacing:.08em}.studio-app.santoni-theme .studio-voice-library header h2{margin-top:3px;font-size:20px;font-weight:650!important}.studio-app.santoni-theme .studio-voice-library article{grid-template-columns:44px minmax(180px,220px) minmax(100px,1fr) auto;gap:16px;min-height:82px;padding:14px 20px;border-color:var(--calm-line)!important;background:transparent!important}.studio-app.santoni-theme .studio-voice-library article:last-child{border-bottom:0!important}.studio-app.santoni-theme .studio-voice-library article:hover{background:#faf7f2!important}.studio-app.santoni-theme .studio-play{width:42px;height:42px;border:0!important;color:#fff!important;background:#565a54!important}.studio-app.santoni-theme .studio-play:hover:not(:disabled){background:#454944!important}.studio-app.santoni-theme .studio-play:disabled{opacity:.5}.studio-app.santoni-theme .studio-voice-library article>div:nth-child(2) span{color:#9a5b47;font-size:9px}.studio-app.santoni-theme .studio-voice-library h3{margin:3px 0 2px;font-size:14px}.studio-app.santoni-theme .studio-voice-library article p{color:#81796d;font-size:10px}.studio-app.santoni-theme .studio-wave span{width:2px;background:#c8b5aa!important}.studio-app.santoni-theme .studio-voice-row-actions .studio-outline{min-height:40px;font-size:11px}.studio-app.santoni-theme .studio-voice-row-actions .studio-icon-button{width:40px;height:40px;border-color:#ded6cb;color:#867d71}.studio-voice-library .studio-inline-state{margin:18px}.studio-app.santoni-theme .studio-billing-summary{grid-template-columns:50px 1fr auto;gap:15px;margin-top:22px;padding:19px 20px;border-top:1px solid var(--calm-line)!important}.studio-app.santoni-theme .studio-billing-summary>span{width:50px;height:50px;border-radius:13px!important;color:#fff!important;background:#59605a!important}.studio-app.santoni-theme .studio-billing-summary small{font-size:10px}.studio-app.santoni-theme .studio-billing-summary strong{font-size:23px}.studio-app.santoni-theme .studio-billing-summary p{margin:0;color:#777064;font-size:11px}.studio-app.santoni-theme .studio-beta-access-card{margin-top:16px;padding:20px;border:1px solid #d9e1da;border-left:1px solid #d9e1da;border-radius:16px;color:#587061;background:#f2f6f2}.studio-app.santoni-theme .studio-beta-access-card h2{color:#39483e;font-size:18px}.studio-app.santoni-theme .studio-beta-access-card p{color:#6f7a71;font-size:11px}.studio-app.santoni-theme .studio-package-grid{gap:15px;margin-top:18px}.studio-app.santoni-theme .studio-package-grid article{padding:21px;border-radius:17px!important}.studio-app.santoni-theme .studio-package-grid article.is-featured{border-color:#d8b5a8!important;box-shadow:var(--calm-shadow)!important}.studio-app.santoni-theme .studio-package-grid article>span{color:#8e5644!important;background:var(--calm-accent-soft)!important}.studio-app.santoni-theme .studio-package-grid article>strong{margin-top:23px;font-size:34px}.studio-app.santoni-theme .studio-package-grid article>p{min-height:34px;font-size:11px}.storyboard-page{display:grid;width:min(100%,1320px);min-height:100dvh;gap:22px!important;margin:0 auto;padding:52px clamp(28px,4.5vw,64px) 88px;color:#2c2924!important}.storyboard-page [hidden]{display:none!important}.storyboard-hero{align-items:flex-end!important;padding:5px 0 25px!important;border-bottom:1px solid #e3ddd3}.storyboard-hero>div{min-width:0}.storyboard-hero>div>span,.storyboard-section-head>div>span,.storyboard-review>header>span{color:#a75f4c!important;font-size:10px!important;font-weight:760!important;letter-spacing:.1em!important;text-transform:uppercase}.storyboard-hero h1{margin:7px 0!important;font-size:clamp(38px,4.4vw,52px)!important;font-weight:630!important;letter-spacing:-.052em!important;line-height:1}.storyboard-hero p,.storyboard-section-head p,.storyboard-review>header p{max-width:700px;margin:7px 0 0;color:#777064!important;font-size:13px!important;line-height:1.65!important}.storyboard-primary,.storyboard-outline{min-height:44px!important;padding:0 15px!important;border-radius:12px!important;font-size:12px;font-weight:680!important;text-decoration:none}.storyboard-primary{border-color:#bd6b53!important;color:#fff!important;background:#bd6b53!important;box-shadow:0 9px 22px #9d533f1f!important}.storyboard-outline{border-color:#d6cec3!important;color:#49443d!important;background:#fffdfa!important}.storyboard-editor-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.storyboard-editor-steps>button{position:relative;display:grid;min-width:0;min-height:70px;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto;align-content:center;column-gap:10px;padding:11px 13px;border:1px solid #e2dcd2;border-radius:14px;color:#777064;text-align:left;background:#fffdfaa8;cursor:pointer;transition:border-color .16s ease,background-color .16s ease}.storyboard-editor-steps>button>span{display:inline-flex;width:32px;height:32px;grid-row:1 / 3;align-items:center;justify-content:center;align-self:center;border-radius:10px;color:#726a60;background:#eee9e1;font-size:11px;font-weight:760}.storyboard-editor-steps>button small{align-self:end;color:#a0978b;font-size:8px;letter-spacing:.07em;text-transform:uppercase}.storyboard-editor-steps>button strong{overflow:hidden;align-self:start;color:#5a544b;font-size:12px;font-weight:680;text-overflow:ellipsis}.storyboard-editor-steps>button.is-active{border-color:#d6aa9b;background:#faf1ed}.storyboard-editor-steps>button.is-active>span{color:#fff;background:#bd6b53}.storyboard-editor-steps>button.is-active strong{color:#754333}.storyboard-editor-steps>button.is-complete:not(.is-active)>span{color:#fff;background:#6f8877}.storyboard-progress-card{padding:17px 19px!important;border:1px solid #dce2dc!important;border-radius:16px!important;background:#f8faf7!important;box-shadow:none!important}.storyboard-progress-head h2{margin:2px 0 0;font-size:18px}.storyboard-progress-head>strong{color:#587061!important;background:#e5ece6!important}.storyboard-progress-track{height:6px!important;margin-top:13px!important;background:#e2e8e2!important}.storyboard-progress-track span{background:#6f8877!important}.storyboard-render-details{margin-top:11px;border-top:1px solid #e0e6e0}.storyboard-render-details summary{min-height:40px;padding:11px 2px 0;color:#6e776f;font-size:11px;font-weight:650;cursor:pointer}.storyboard-render-details .storyboard-shot-progress{margin-top:7px}.storyboard-setup-grid{display:grid;gap:15px!important}.storyboard-setup-grid.is-editor-step-1{grid-template-columns:minmax(270px,.75fr) minmax(480px,1.55fr)!important}.storyboard-setup-grid.is-editor-step-1 .storyboard-voice-panel{display:none!important}.storyboard-setup-grid.is-editor-step-2{grid-template-columns:1fr!important}.storyboard-setup-grid.is-editor-step-2 :is(.storyboard-project-panel,.storyboard-speaker-panel){display:none!important}.storyboard-setup-grid.is-editor-step-2 .storyboard-voice-panel{display:block!important;grid-column:1!important}.storyboard-panel,.storyboard-shot-card{border:1px solid #e3ddd3!important;border-radius:18px!important;background:#fffdfa!important;box-shadow:var(--calm-shadow)!important}.storyboard-panel{min-width:0;padding:20px!important}.storyboard-panel-title{margin-bottom:16px!important}.storyboard-panel-title>svg{color:#a75f4c!important}.storyboard-panel-title strong{font-size:13px}.storyboard-panel-title small{color:#8a8175!important;font-size:10px!important}.storyboard-panel label>span,.storyboard-shot-fields label>span{margin-bottom:6px!important;color:#5d574f;font-size:10px!important}.storyboard-panel input,.storyboard-panel select,.storyboard-shot-fields select,.storyboard-shot-fields textarea{border-color:#dcd4c9!important;border-radius:11px!important;color:#39342e!important;background:#faf8f4!important}.storyboard-panel input,.storyboard-panel select,.storyboard-shot-fields select{min-height:44px!important}.storyboard-segmented{gap:7px!important}.storyboard-segmented button{min-height:41px!important;border-color:#ddd5ca!important;border-radius:10px!important;color:#686158!important;background:#f7f4ee!important;font-size:10px}.storyboard-segmented button.is-active{border-color:#d9b5a8!important;color:#754333!important;background:#f7eae4!important;box-shadow:none!important}.storyboard-avatar-strip{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:7px!important}.storyboard-avatar-strip button{overflow:hidden;padding:4px 4px 7px!important;border-color:#e2dcd2!important;border-radius:11px!important;background:#f8f5ef!important}.storyboard-avatar-strip button.is-selected{border-color:#bd6b53!important;box-shadow:0 0 0 2px #bd6b531a!important}.storyboard-avatar-strip img,.storyboard-avatar-strip button>span{border-radius:8px!important}.storyboard-avatar-strip small{margin-top:6px!important;color:#615b52;font-size:8px!important}.storyboard-avatar-strip button em{top:7px!important;left:7px!important;max-width:calc(100% - 14px);padding:3px 5px!important;overflow:hidden;border-radius:6px!important;background:#272724b8!important;font-size:7px!important;text-overflow:ellipsis;white-space:nowrap;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.storyboard-avatar-strip button em:nth-of-type(2){top:28px!important}.storyboard-avatar-strip button em:nth-of-type(3){top:49px!important}.storyboard-avatar-strip button>i{background:#bd6b53!important}.storyboard-selected-note{color:#777064!important;font-size:10px!important}.storyboard-advanced{margin-top:11px;padding-top:4px;border-top:1px solid #ebe5dc}.storyboard-advanced summary{min-height:36px;padding:9px 0;color:#7d756a;font-size:10px;font-weight:650;cursor:pointer}.storyboard-advanced .storyboard-segmented{grid-template-columns:repeat(3,1fr);margin:4px 0 8px}.storyboard-voice-panel{padding:24px!important}.storyboard-voice-layout{grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr)!important;gap:22px!important}.storyboard-voice-eyebrow{color:#a75f4c!important}.storyboard-voice-choice h3{margin-top:7px!important;font-size:24px!important}.storyboard-voice-choice>p{color:#777064!important;font-size:11px!important}.storyboard-voice-select>span{font-size:10px!important}.storyboard-voice-select select{min-height:46px!important;border-color:#dcd4c9!important;border-radius:11px!important;background:#faf8f4!important}.storyboard-own-voice{min-height:0!important;padding:21px!important;border-color:#e4ddd3!important;border-radius:17px!important;background:#f5f1ea!important}.storyboard-own-voice-icon{border-radius:13px!important;color:#9e5945!important;background:#eedfd8!important}.storyboard-own-voice strong{font-size:15px!important}.storyboard-own-voice p{color:#777064!important;font-size:10px!important}.storyboard-voice-safety{color:#8b8276!important;font-size:8px!important}.storyboard-section-head{align-items:flex-end!important;gap:24px!important;padding:2px 0 3px}.storyboard-section-head h2,.storyboard-review>header h2{margin:5px 0 0!important;font-size:28px!important;font-weight:640;letter-spacing:-.04em}.storyboard-shots-list{gap:13px!important}.storyboard-shot-card{grid-template-columns:48px 170px minmax(0,1fr) 38px!important;gap:14px!important;padding:14px!important}.storyboard-shot-number{border-color:#ece6de!important}.storyboard-shot-number strong{color:#665e54;font-size:22px!important}.storyboard-shot-preview{min-height:185px!important;border:0;border-radius:12px!important;cursor:pointer}.storyboard-shot-preview:after{background:#29282421!important}.storyboard-shot-preview-action{border-radius:10px!important;background:#292824b8!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.storyboard-shot-fields textarea{min-height:88px!important;line-height:1.55!important}.storyboard-shot-actions button{width:38px!important;height:38px!important;border-color:#ddd5ca!important;border-radius:10px!important;color:#6c655b!important;background:#f8f5ef!important}.storyboard-editor-actions{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid #e2dcd2;border-radius:16px;background:#fffdfac7}.storyboard-editor-actions>div{display:flex;align-items:center;gap:14px}.storyboard-editor-actions small{color:#8a8175;font-size:10px}.storyboard-review{display:grid;gap:18px;padding:23px;border:1px solid #e3ddd3;border-radius:20px;background:#fffdfa;box-shadow:var(--calm-shadow)}.storyboard-review>header{padding-bottom:17px;border-bottom:1px solid #e8e2d9}.storyboard-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.storyboard-review-grid>article{display:grid;min-width:0;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border:1px solid #e6e0d7;border-radius:14px;background:#faf8f4}.storyboard-review-icon,.storyboard-review-avatar{display:grid;width:42px;height:42px;place-items:center;overflow:hidden;border-radius:12px;color:#8f5544;background:#f1e3dc}.storyboard-review-avatar img{width:100%;height:100%;object-fit:cover}.storyboard-review-grid article>div{min-width:0}.storyboard-review-grid small,.storyboard-review-grid strong,.storyboard-review-grid p{display:block}.storyboard-review-grid small{color:#91887c;font-size:8px;letter-spacing:.05em;text-transform:uppercase}.storyboard-review-grid strong{overflow:hidden;margin-top:3px;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.storyboard-review-grid p{margin:3px 0 0;overflow:hidden;color:#81796d;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.storyboard-review-grid button{min-height:36px;padding:0 10px;border:1px solid #dcd4c9;border-radius:10px;color:#6b6259;background:#fffdfa;font-size:9px;font-weight:680;cursor:pointer}.storyboard-review-ready{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:11px;padding:13px 14px;border:1px solid #e3d5cd;border-radius:13px;color:#815040;background:#f9efeb}.storyboard-review-ready.is-ready{border-color:#d7e1d8;color:#526c5b;background:#f0f5f1}.storyboard-review-ready>span{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;color:#fff;background:#b96b55;font-weight:760}.storyboard-review-ready.is-ready>span{background:#6f8877}.storyboard-review-ready strong,.storyboard-review-ready small{display:block}.storyboard-review-ready strong{font-size:12px}.storyboard-review-ready small{margin-top:2px;color:#7f776d;font-size:9px}.storyboard-submit-bar{position:static!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center!important;gap:18px!important;padding:15px 16px!important;border:1px solid #dfe4df!important;border-radius:17px!important;background:#f7faf7!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.storyboard-submit-bar>div{min-width:0}.storyboard-submit-bar strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.storyboard-submit-bar small,.storyboard-submit-bar span{color:#7e887f!important;font-size:9px!important}.storyboard-loading{min-height:calc(100dvh - 80px)!important;color:#716a60}.storyboard-loading h2{margin:0;color:#3f3a34;font-size:20px}.studio-app.santoni-theme .studio-scrim,.storyboard-picker-backdrop,.voice-clone-overlay,.dtw-overlay{background:#2323208f!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.studio-app.santoni-theme .studio-scrim>div,.storyboard-picker-modal,.voice-clone-dialog,.dtw-dialog{border:1px solid rgba(255,255,255,.45)!important;border-top:1px solid rgba(255,255,255,.45)!important;border-radius:20px!important;background:#fffdfa!important;box-shadow:0 28px 90px #1c1b1840!important}.storyboard-picker-modal{width:min(980px,calc(100vw - 32px))!important}.storyboard-picker-head,.storyboard-picker-actions{border-color:#e5dfd6!important}.storyboard-picker-tabs button.is-active{border-color:#d4aa9b!important;color:#814d3c!important;background:#f6e9e3!important}.storyboard-picker-grid button.is-selected{border-color:#bd6b53!important;box-shadow:0 0 0 2px #bd6b531c!important}.voice-clone-dialog,.dtw-dialog{color:#2c2924!important}.voice-clone-kicker,.dtw-kicker{color:#a75f4c!important}.voice-clone-button.is-primary,.voice-clone-record-button,.dtw-primary{border-color:#bd6b53!important;border-radius:12px!important;background:#bd6b53!important;box-shadow:none!important}.voice-clone-stage,.voice-clone-script,.voice-clone-privacy,.dtw-realism-card,.dtw-truth{border-color:#e3ddd3!important;border-radius:16px!important;background:#f8f5ef!important}@media(hover:hover){.storyboard-editor-steps>button:hover,.storyboard-review-grid button:hover{border-color:#cfc4b7;background:#fffdfa}.storyboard-primary:hover:not(:disabled){border-color:#a85843!important;background:#a85843!important}.storyboard-outline:hover:not(:disabled){border-color:#c7bbae!important;background:#f8f5ef!important}}@media(max-width:1120px){.studio-app.santoni-theme .studio-hero,.studio-app.santoni-theme .studio-home-grid{grid-template-columns:1fr}.studio-app.santoni-theme .studio-director{max-width:680px}.studio-app.santoni-theme .studio-home-grid{gap:34px}.studio-app.santoni-theme .studio-readiness{max-width:680px}.studio-app.santoni-theme .studio-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storyboard-setup-grid.is-editor-step-1{grid-template-columns:minmax(250px,.72fr) minmax(390px,1.28fr)!important}.storyboard-avatar-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important}.storyboard-shot-card{grid-template-columns:42px 145px minmax(0,1fr) 38px!important}}@media(max-width:880px)and (min-width:761px){.studio-app.santoni-theme .studio-content,.studio-app.santoni-theme .studio-page,.storyboard-page,.unified-projects{min-width:0}.storyboard-setup-grid.is-editor-step-1,.storyboard-voice-layout{grid-template-columns:1fr!important}.storyboard-shot-card{grid-template-columns:42px 130px minmax(0,1fr) 38px!important}}@media(max-width:760px){.studio-app.santoni-theme .studio-sidebar{width:min(86vw,292px);box-shadow:18px 0 52px #18181638!important}.studio-app.santoni-theme .studio-content{margin-left:0}.studio-app.santoni-theme .studio-mobile-header{position:sticky;top:0;z-index:35;display:grid;min-height:64px;border-color:#ffffff14!important;color:#fff!important;background:#292a27f5!important;box-shadow:0 8px 25px #20201d1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.studio-app.santoni-theme .studio-mobile-brand,.studio-app.santoni-theme .studio-mobile-brand strong{color:#fff!important}.studio-app.santoni-theme .studio-mobile-brand strong{font-size:13px;font-weight:670}.studio-app.santoni-theme .studio-mobile-header .studio-logo{width:30px;height:30px;flex-basis:30px}.studio-app.santoni-theme .studio-mobile-create{width:40px;height:40px;border-radius:12px;color:#fff!important;background:#a9604b!important}.studio-app.santoni-theme .studio-mobile-header .studio-icon-button{border-color:#ffffff1f;color:#fff}.studio-app.santoni-theme .studio-page,.storyboard-page{padding:30px 18px 64px}.studio-app.santoni-theme .studio-page-header{align-items:stretch;flex-direction:column;gap:19px;padding:2px 0 23px}.studio-app.santoni-theme .studio-page-header>div:last-child{width:100%}.studio-app.santoni-theme .studio-page-header>div:last-child>*{width:100%}.studio-app.santoni-theme .studio-page-header h1{margin:7px 0 9px;font-size:38px}.studio-app.santoni-theme .studio-page-header p{font-size:13px}.studio-app.santoni-theme .studio-hero{gap:26px;padding:0 0 30px}.studio-app.santoni-theme .studio-hero h1{margin:12px 0 14px;font-size:40px}.studio-app.santoni-theme .studio-hero>div>p{font-size:14px}.studio-app.santoni-theme .studio-hero-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:20px}.studio-app.santoni-theme .studio-hero-actions>*{width:100%}.studio-director-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-director-flow>span{min-height:78px}.studio-app.santoni-theme .studio-home-grid{padding-top:30px}.studio-app.santoni-theme .studio-template{grid-template-columns:42px minmax(0,1fr) 20px;gap:11px;padding:14px}.studio-app.santoni-theme .studio-template-duration{display:none}.studio-app.santoni-theme .studio-empty-inline{grid-template-columns:42px 1fr;padding:15px}.studio-app.santoni-theme .studio-empty-inline>span{width:42px;height:42px}.studio-app.santoni-theme .studio-empty-inline button{width:100%;grid-column:1 / -1}.studio-app.santoni-theme .studio-toolbar{align-items:stretch;flex-direction:column;gap:10px}.studio-app.santoni-theme .studio-toolbar label{width:100%}.studio-app.santoni-theme .studio-toolbar>span{align-self:flex-end}.studio-app.santoni-theme .studio-library-grid{grid-template-columns:1fr;gap:12px}.studio-app.santoni-theme .studio-library-grid>article{grid-template-columns:108px minmax(0,1fr);grid-template-rows:1fr auto}.studio-app.santoni-theme .studio-library-preview{height:auto;min-height:178px;grid-row:1 / 3}.studio-app.santoni-theme .studio-library-preview>small{top:8px;right:8px;max-width:calc(100% - 16px);overflow:hidden;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.studio-app.santoni-theme .studio-library-copy{padding:14px 13px 8px}.studio-app.santoni-theme .studio-library-copy h3{font-size:14px}.studio-app.santoni-theme .studio-library-copy p{display:-webkit-box;overflow:hidden;font-size:9px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.studio-app.santoni-theme .studio-avatar-meta-row{gap:4px}.studio-app.santoni-theme .studio-digital-twin-badge,.studio-app.santoni-theme .studio-quality-pill{padding:4px 6px;font-size:7px}.studio-app.santoni-theme .studio-library-grid footer{padding:0 13px 13px}.studio-app.santoni-theme .studio-library-grid footer button{min-height:40px;font-size:10px}.studio-inline-state{min-height:150px;grid-template-columns:34px minmax(0,1fr);padding:18px}.studio-inline-state button{width:100%;grid-column:1 / -1}.studio-app.santoni-theme .studio-voice-library>header{padding:15px}.studio-app.santoni-theme .studio-voice-library article{grid-template-columns:42px minmax(0,1fr) auto;gap:11px;padding:13px 15px}.studio-app.santoni-theme .studio-wave{display:none}.studio-app.santoni-theme .studio-voice-row-actions .studio-outline{min-width:42px;padding:0 10px;font-size:0}.studio-app.santoni-theme .studio-voice-row-actions .studio-outline svg{width:17px;height:17px}.studio-app.santoni-theme .studio-voice-row-actions{gap:4px}.studio-app.santoni-theme .studio-billing-summary{grid-template-columns:46px minmax(0,1fr);padding:16px}.studio-app.santoni-theme .studio-billing-summary>span{width:46px;height:46px}.studio-app.santoni-theme .studio-billing-summary>p{grid-column:1 / -1;padding-top:10px;border-top:1px solid #e8e2d9}.studio-app.santoni-theme .studio-package-grid{grid-template-columns:1fr}.storyboard-hero,.storyboard-section-head{align-items:stretch!important;flex-direction:column!important;gap:17px!important}.storyboard-hero h1{font-size:38px!important}.storyboard-hero>.storyboard-outline,.storyboard-section-head>.storyboard-outline{width:100%}.storyboard-editor-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.storyboard-editor-steps>button{min-height:64px;grid-template-columns:30px minmax(0,1fr);padding:9px 10px}.storyboard-editor-steps>button>span{width:30px;height:30px}.storyboard-setup-grid.is-editor-step-1,.storyboard-voice-layout{grid-template-columns:1fr!important}.storyboard-panel,.storyboard-voice-panel{padding:17px!important}.storyboard-avatar-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important}.storyboard-advanced .storyboard-segmented{grid-template-columns:1fr}.storyboard-own-voice{grid-template-columns:42px minmax(0,1fr)!important;padding:17px!important}.storyboard-shot-card{grid-template-columns:1fr!important;gap:12px!important;padding:13px!important}.storyboard-shot-number{align-items:center!important;flex-direction:row!important;justify-content:flex-start!important;gap:7px;padding-bottom:7px;border-right:0!important;border-bottom:1px solid #ece6de}.storyboard-shot-number strong{font-size:17px!important}.storyboard-shot-preview{min-height:230px!important}.storyboard-shot-actions{justify-content:flex-end;flex-direction:row!important}.storyboard-editor-actions{align-items:stretch;flex-direction:column-reverse;min-height:0}.storyboard-editor-actions>span{display:none}.storyboard-editor-actions>div{align-items:stretch;flex-direction:column;gap:7px}.storyboard-editor-actions>div>.storyboard-primary,.storyboard-editor-actions>.storyboard-outline{width:100%}.storyboard-review{padding:17px}.storyboard-review-grid{grid-template-columns:1fr}.storyboard-review-grid>article{grid-template-columns:40px minmax(0,1fr) auto;padding:12px}.storyboard-review-icon,.storyboard-review-avatar{width:40px;height:40px}.storyboard-submit-bar{grid-template-columns:1fr!important;align-items:stretch!important}.storyboard-submit-bar>.storyboard-outline{order:3}.storyboard-submit-bar>.storyboard-primary{width:100%}.storyboard-submit-bar strong,.storyboard-submit-bar span{white-space:normal}.storyboard-picker-modal,.voice-clone-dialog,.dtw-dialog{width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;border-radius:17px!important}}@media(max-width:430px){.studio-app.santoni-theme .studio-mobile-brand strong{font-size:12px}.studio-app.santoni-theme .studio-hero h1,.studio-app.santoni-theme .studio-page-header h1,.storyboard-hero h1{font-size:35px!important}.studio-app.santoni-theme .studio-director>header{grid-template-columns:42px minmax(0,1fr)}.studio-app.santoni-theme .studio-director .studio-beta{display:none}.storyboard-editor-steps>button strong{font-size:11px}.storyboard-avatar-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}.storyboard-shot-row{grid-template-columns:1fr!important}.storyboard-review-grid>article{grid-template-columns:38px minmax(0,1fr)}.storyboard-review-grid button{width:100%;grid-column:1 / -1}}@media(prefers-reduced-motion:reduce){.studio-app.santoni-theme *,.studio-app.santoni-theme *:before,.studio-app.santoni-theme *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html,body,#root{background:#f7f6f5!important}.studio-app.santoni-theme{--paper: #f7f6f5;--paper-deep: #efedeb;--surface: #ffffff;--surface-raised: #ffffff;--ink: #0f272b;--copy: #526164;--muted: #758083;--line: #e3dfdc;--line-strong: #d1cbc7;--clay: #f4550f;--clay-dark: #0f272b;--forest: #0f272b;--gold: #f4550f;--dark: #0f272b;--calm-accent: #f4550f;--calm-accent-soft: #fff0e9;--calm-success: #0f272b;--calm-success-soft: #e8eeee;--calm-line: #e3dfdc;--palette-canvas: #f7f6f5;--palette-accent: #f4550f;--palette-accent-soft: #fff0e9;--palette-complement: #0f272b;--palette-complement-soft: #e8eeee;--palette-copy: #526164;--palette-muted: #758083;--palette-line: #e3dfdc;--palette-line-strong: #d1cbc7;--palette-surface: #ffffff;--palette-shadow: 0 16px 46px rgba(15, 39, 43, .065);color:#0f272b!important;background:#f7f6f5!important}.studio-app.santoni-theme .studio-content,.studio-app.santoni-theme .studio-page,.studio-app.santoni-theme .storyboard-page,.studio-app.santoni-theme .unified-projects{color:#0f272b!important;background:#f7f6f5!important}.studio-app.santoni-theme :is(.studio-hero h1,.studio-page-header h1,.studio-section-heading h2,.studio-readiness h2,.studio-director h2,.studio-voice-library h2,.studio-library-copy h3,.studio-package-grid article>strong,.storyboard-hero h1,.storyboard-section-head h2,.storyboard-review h2,.unified-projects-header h1,.unified-project-body h2){color:#0f272b!important}.studio-app.santoni-theme :is(.studio-hero p,.studio-page-header p,.studio-library-copy p,.studio-readiness>p,.storyboard-hero p,.storyboard-section-head p,.storyboard-review>header p,.unified-projects-header p,.unified-project-body>p){color:#526164!important}.studio-app.santoni-theme :is(.studio-kicker,.studio-section-heading small,.studio-readiness header small,.storyboard-hero>div>span,.storyboard-section-head>div>span,.storyboard-review>header>span,.unified-projects-header>div:first-child>span,.voice-clone-kicker,.dtw-kicker){color:#f4550f!important}.studio-app.santoni-theme ::selection{color:#0f272b!important;background:#f4550f!important}.studio-app.santoni-theme :is(.studio-director,.studio-readiness,.studio-library-grid>article,.studio-voice-library,.studio-billing-summary,.studio-package-grid article,.studio-empty-inline,.studio-inline-state,.storyboard-panel,.storyboard-shot-card,.storyboard-review,.storyboard-editor-actions,.storyboard-submit-bar,.unified-project-card,.unified-projects-empty){border-color:#e3dfdc!important;background:#fff!important;box-shadow:var(--palette-shadow)!important}.studio-app.santoni-theme :is(.studio-page-header,.studio-hero,.studio-template,.studio-quality-item,.studio-voice-library>header,.studio-voice-library article,.storyboard-hero,.storyboard-review>header,.unified-projects-header,.unified-legacy-projects){border-color:#e3dfdc!important}.studio-app.santoni-theme .studio-sidebar,.studio-app.santoni-theme .studio-mobile-header{color:#fff!important;background:#0f272b!important}.studio-app.santoni-theme .studio-sidebar{border-right-color:#ffffff14!important;box-shadow:12px 0 38px #0f272b1c!important}.studio-app.santoni-theme :is(.studio-sidebar-header,.studio-sidebar-footer){border-color:#ffffff17!important}.studio-app.santoni-theme .studio-logo{border-color:#ffffff38!important;background:#091b1f!important;box-shadow:none!important}.studio-app.santoni-theme .studio-logo>span:first-child{border-color:#f4550f!important}.studio-app.santoni-theme .studio-logo>span:last-child{background:#f4550f!important}.studio-app.santoni-theme .studio-create-button{border-color:#fff!important;color:#0f272b!important;background:#fff!important;box-shadow:0 9px 24px #020f1233!important}.studio-app.santoni-theme .studio-create-button:hover,.studio-app.santoni-theme .studio-create-button:active{border-color:#f4550f!important;color:#0f272b!important;background:#f4550f!important;box-shadow:0 11px 28px #f4550f38!important}.studio-app.santoni-theme .studio-nav-item{color:#ffffffa3!important}.studio-app.santoni-theme .studio-nav-item:hover,.studio-app.santoni-theme .studio-nav-item:active{color:#fff!important;background:#f4550f1f!important}.studio-app.santoni-theme .studio-nav-item.is-active{color:#fff!important;background:#ffffff1a!important}.studio-app.santoni-theme .studio-nav-item.is-active svg{color:#f4550f!important}.studio-app.santoni-theme .studio-profile,.studio-app.santoni-theme .studio-dev{border-color:#ffffff1a!important;background:#ffffff0b!important}.studio-app.santoni-theme .studio-profile-avatar{color:#0f272b!important;background:#f4550f!important}.studio-app.santoni-theme .studio-profile small{overflow:hidden;color:#ffffff80!important;text-overflow:ellipsis;white-space:nowrap}.studio-app.santoni-theme .studio-profile button:hover,.studio-app.santoni-theme .studio-profile button:focus-visible{color:#f4550f!important;background:transparent!important}.studio-app.santoni-theme .studio-dev>span{background:#f4550f!important}.studio-app.santoni-theme .studio-mobile-create{color:#0f272b!important;background:#f4550f!important}.studio-app.santoni-theme .studio-mobile-create:hover,.studio-app.santoni-theme .studio-mobile-create:active{color:#f4550f!important;background:#fff!important}.studio-app.santoni-theme :is(.studio-primary,.studio-preview-button,.studio-approve-voice,.studio-package-grid article>button,.storyboard-primary,.voice-clone-button.is-primary,.voice-clone-record-button,.dtw-primary,.unified-projects-header-actions>a,.unified-projects-empty>a){border-color:#0f272b!important;color:#fff!important;background:#0f272b!important;box-shadow:0 9px 24px #0f272b24!important}.studio-app.santoni-theme :is(.studio-primary,.studio-preview-button,.studio-approve-voice,.studio-package-grid article>button,.storyboard-primary,.voice-clone-button.is-primary,.voice-clone-record-button,.dtw-primary,.unified-projects-header-actions>a,.unified-projects-empty>a):hover:not(:disabled),.studio-app.santoni-theme :is(.studio-primary,.studio-preview-button,.studio-approve-voice,.studio-package-grid article>button,.storyboard-primary,.voice-clone-button.is-primary,.voice-clone-record-button,.dtw-primary,.unified-projects-header-actions>a,.unified-projects-empty>a):active:not(:disabled){border-color:#f4550f!important;color:#0f272b!important;background:#f4550f!important;box-shadow:0 10px 26px #f4550f2e!important}.studio-app.santoni-theme :is(.studio-secondary,.studio-outline,.studio-preview-replay,.storyboard-outline,.voice-clone-button.is-quiet,.dtw-secondary,.unified-projects-header-actions>button,.unified-project-actions button,.unified-project-actions a,.unified-projects-empty button){border-color:#d1cbc7!important;color:#0f272b!important;background:#fff!important}.studio-app.santoni-theme :is(.studio-secondary,.studio-outline,.studio-preview-replay,.storyboard-outline,.voice-clone-button.is-quiet,.dtw-secondary,.unified-projects-header-actions>button,.unified-project-actions button,.unified-project-actions a,.unified-projects-empty button):hover:not(:disabled),.studio-app.santoni-theme :is(.studio-secondary,.studio-outline,.studio-preview-replay,.storyboard-outline,.voice-clone-button.is-quiet,.dtw-secondary,.unified-projects-header-actions>button,.unified-project-actions button,.unified-project-actions a,.unified-projects-empty button):active:not(:disabled){border-color:#f4550f!important;color:#f4550f!important;background:#fff0e9!important}.studio-app.santoni-theme :where(.studio-content a:not(.studio-primary),.storyboard-page summary,.storyboard-review-grid button,.unified-legacy-projects summary){transition:color .16s ease,border-color .16s ease,background-color .16s ease}.studio-app.santoni-theme :where(.studio-content a:not(.studio-primary),.storyboard-page summary,.storyboard-review-grid button,.unified-legacy-projects summary):hover,.studio-app.santoni-theme :where(.studio-content a:not(.studio-primary),.storyboard-page summary,.storyboard-review-grid button,.unified-legacy-projects summary):active{color:#f4550f!important}.studio-app.santoni-theme :is(input,textarea,select){border-color:#d1cbc7!important;color:#0f272b!important;background:#fff!important}.studio-app.santoni-theme :is(input,textarea,select):focus{border-color:#f4550f!important;box-shadow:0 0 0 3px #f4550f21!important}.studio-app.santoni-theme :where(button,a,input,textarea,select,summary):focus-visible{outline-color:#f4550f!important}.studio-app.santoni-theme .studio-live{color:#f4550f!important;background:transparent!important}.studio-app.santoni-theme .studio-live>span{background:#f4550f!important}.studio-app.santoni-theme .studio-hero h1 em{color:#0f272b!important}.studio-app.santoni-theme .studio-director-icon{color:#fff!important;background:#0f272b!important}.studio-app.santoni-theme .studio-beta{border-color:#f4550f40!important;color:#f4550f!important;background:#fff0e9!important}.studio-director-flow>span{border-color:#e3dfdc!important;color:#526164!important;background:#f7f6f5!important}.studio-director-flow>span>i,.studio-director-flow>span>svg{color:#f4550f!important}.studio-director-flow>span>b{color:#0f272b!important}.studio-app.santoni-theme .studio-director>button,.studio-app.santoni-theme .studio-improve{color:#0f272b!important}.studio-app.santoni-theme .studio-director>button:hover,.studio-app.santoni-theme .studio-director>button:active,.studio-app.santoni-theme .studio-improve:hover,.studio-app.santoni-theme .studio-improve:active{color:#f4550f!important}.studio-app.santoni-theme .studio-template-list{border-color:#e3dfdc;background:#fff}.studio-app.santoni-theme .studio-template{background:#fff!important}.studio-app.santoni-theme .studio-template:hover,.studio-app.santoni-theme .studio-template:active{color:#f4550f!important;background:#fff0e9!important}.studio-app.santoni-theme .studio-template-index{border-color:#d1cbc7!important;color:#0f272b!important;background:#f7f6f5!important}.studio-app.santoni-theme .studio-template-index.is-clay{border-color:#f4550f!important;color:#f4550f!important;background:#fff0e9!important}.studio-app.santoni-theme .studio-empty-inline>span{color:#f4550f;background:#fff0e9}.studio-app.santoni-theme .studio-readiness header>strong{color:#0f272b}.studio-app.santoni-theme .studio-progress,.studio-app.santoni-theme .unified-project-progress,.storyboard-progress-track{background:#e8eeee!important}.studio-app.santoni-theme .studio-progress>span,.studio-app.santoni-theme .unified-project-progress>span,.storyboard-progress-track>span{background:#0f272b!important}.studio-app.santoni-theme .studio-quality-item>span,.studio-app.santoni-theme .studio-quality-item>span.is-ready,.studio-app.santoni-theme .studio-quality-item i.is-ready{color:#0f272b!important;background:#e8eeee!important}.studio-app.santoni-theme .studio-quality-item:not(:last-child)>span{box-shadow:inset 0 0 0 1px #f4550f1f}.studio-app.santoni-theme .studio-balance{border-color:#e3dfdc!important;color:#0f272b!important;background:#f7f6f5!important}.studio-app.santoni-theme .studio-balance a{color:#0f272b!important}.studio-app.santoni-theme .studio-balance a:hover,.studio-app.santoni-theme .studio-balance a:active{color:#f4550f!important}.studio-app.santoni-theme .studio-toolbar label{border-color:#d1cbc7;background:#fff}.studio-app.santoni-theme .studio-library-preview{background:#e8eeee!important}.studio-app.santoni-theme .studio-library-preview>small{color:#fff;background:#0f272be6}.studio-app.santoni-theme .studio-digital-twin-badge{color:#f4550f!important;background:#fff0e9!important}.studio-app.santoni-theme .studio-quality-pill{border-color:#d9e0df;color:#0f272b!important;background:#e8eeee!important}.studio-app.santoni-theme .studio-library-grid footer button:hover:not(:disabled),.studio-app.santoni-theme .studio-library-grid footer button:active:not(:disabled){border-color:#f4550f;color:#f4550f;background:#fff0e9}.studio-inline-state{color:#526164}.studio-inline-state.is-error,.unified-projects-empty.is-error{border-color:#f4550f57!important;color:#0f272b!important;background:#fff0e9!important}.studio-voice-limit-note{display:flex;min-height:48px;align-items:center;margin:-8px 0 18px;padding:11px 15px;border:1px solid rgba(244,85,15,.24);border-left:3px solid #f4550f;border-radius:12px;color:#0f272b;background:#fff8f4;font-size:13px;font-weight:650;line-height:1.45}.studio-app.santoni-theme .studio-voice-library.is-base{margin-top:16px}.studio-app.santoni-theme .studio-voice-library>header p{max-width:620px;margin:5px 0 0;color:#6f7a7b;font-size:11px;line-height:1.4}.studio-voice-library-badge{display:inline-flex;min-height:30px;align-items:center;align-self:center;padding:0 11px;border:1px solid #cfd9d8;border-radius:999px;color:#486164;background:#edf3f2;font-size:10px;font-weight:700;white-space:nowrap}.studio-app.santoni-theme .studio-voice-library.is-personal>header{box-shadow:inset 3px 0 #f4550f}.studio-app.santoni-theme .studio-voice-library>header{background:#f7f6f5!important}.studio-app.santoni-theme .studio-voice-library article:hover{background:#fff0e9!important}.studio-app.santoni-theme .studio-voice-library article>div:nth-child(2){display:grid;align-content:center;gap:4px}.studio-app.santoni-theme .studio-voice-library h3{margin:0}.studio-app.santoni-theme .studio-play{border-color:#0f272b!important;color:#fff!important;background:#0f272b!important}.studio-app.santoni-theme .studio-play:hover:not(:disabled),.studio-app.santoni-theme .studio-play:active:not(:disabled){border-color:#f4550f!important;color:#0f272b!important;background:#f4550f!important}.studio-app.santoni-theme .studio-voice-library article>div:nth-child(2) span,.studio-app.santoni-theme :is(.studio-wave span,.studio-bars span){color:#f4550f!important;background:#f4550f!important}.studio-app.santoni-theme .studio-voice-row-actions .studio-icon-button:hover,.studio-app.santoni-theme .studio-voice-row-actions .studio-icon-button:active{border-color:#f4550f;color:#f4550f;background:#fff0e9}.studio-app.santoni-theme .studio-billing-summary>span{color:#fff!important;background:#0f272b!important}.studio-app.santoni-theme .studio-beta-access-card{border-color:#d9e0df;color:#0f272b;background:#e8eeee}.studio-app.santoni-theme .studio-beta-access-card :is(h2,p){color:#0f272b}.studio-app.santoni-theme .studio-package-grid article.is-featured{border-color:#f4550f!important;box-shadow:inset 0 3px #f4550f,var(--palette-shadow)!important}.studio-app.santoni-theme .studio-package-grid article>span{color:#f4550f!important;background:#fff0e9!important}.storyboard-editor-steps>button{border-color:#e3dfdc;color:#758083;background:#fff}.storyboard-editor-steps>button:hover,.storyboard-editor-steps>button:active{border-color:#f4550f;color:#f4550f;background:#fff0e9}.storyboard-editor-steps>button>span{color:#526164;background:#efedeb}.storyboard-editor-steps>button strong{color:#0f272b}.storyboard-editor-steps>button.is-active{border-color:#f4550f;background:#fff0e9}.storyboard-editor-steps>button.is-active>span{color:#0f272b;background:#f4550f}.storyboard-editor-steps>button.is-active strong{color:#0f272b}.storyboard-editor-steps>button.is-complete:not(.is-active)>span{color:#fff;background:#0f272b}.storyboard-progress-card{border-color:#d9e0df!important;background:#f3f6f6!important}.storyboard-progress-head>strong{color:#0f272b!important;background:#e8eeee!important}.storyboard-render-details,.storyboard-advanced,.storyboard-shot-number,.storyboard-review>header{border-color:#e3dfdc!important}.storyboard-panel-title>svg,.storyboard-voice-eyebrow{color:#f4550f!important}.storyboard-segmented button,.storyboard-avatar-strip button,.storyboard-shot-actions button,.storyboard-review-grid>article{border-color:#e3dfdc!important;color:#0f272b!important;background:#f7f6f5!important}.storyboard-segmented button:hover:not(:disabled),.storyboard-avatar-strip button:hover:not(:disabled),.storyboard-shot-actions button:hover:not(:disabled),.storyboard-segmented button:active:not(:disabled),.storyboard-avatar-strip button:active:not(:disabled),.storyboard-shot-actions button:active:not(:disabled){border-color:#f4550f!important;color:#f4550f!important;background:#fff0e9!important}.storyboard-segmented button.is-active,.storyboard-avatar-strip button.is-selected{border-color:#f4550f!important;color:#0f272b!important;background:#fff0e9!important;box-shadow:0 0 0 2px #f4550f1a!important}.storyboard-avatar-strip button>i,.storyboard-picker-grid i{color:#0f272b!important;background:#f4550f!important}.storyboard-own-voice,.storyboard-review-grid>article{border-color:#e3dfdc!important;background:#f7f6f5!important}.storyboard-own-voice-icon,.storyboard-review-icon,.storyboard-review-avatar{color:#f4550f!important;background:#fff0e9!important}.storyboard-voice-processing,.storyboard-review-ready.is-ready{border-color:#d9e0df!important;background:#e8eeee!important}.storyboard-voice-processing>span,.storyboard-review-ready.is-ready>span{color:#fff!important;background:#0f272b!important}.storyboard-review-ready:not(.is-ready),.storyboard-error{border-color:#f4550f4d!important;color:#0f272b!important;background:#fff0e9!important}.storyboard-progress-note{margin:0;padding:11px 13px;border:1px solid #d9e0df;border-radius:11px;color:#526164;background:#f0f3f2;font-size:11px;line-height:1.5}.storyboard-review-ready:not(.is-ready)>span{color:#0f272b!important;background:#f4550f!important}.storyboard-shot-preview:focus-visible{outline-color:#f4550f!important}.storyboard-shot-preview-action{color:#fff;background:#0f272bc7!important}.storyboard-shot-scene-icon{color:#fff;background:#0f272bd1!important}.unified-projects-header-actions>a,.unified-projects-empty>a{border-color:#0f272b!important;color:#fff!important;background:#0f272b!important}.unified-projects-empty>a{border-color:#f4550f!important;color:#0f272b!important;background:#f4550f!important}.unified-projects-header-actions>a:hover,.unified-projects-header-actions>a:active,.unified-projects-empty>a:hover,.unified-projects-empty>a:active{border-color:#f4550f!important;color:#0f272b!important;background:#f4550f!important}.unified-project-placeholder{color:#fff;background:radial-gradient(circle at 82% 10%,rgba(244,85,15,.25),transparent 34%),#0f272b!important}.unified-project-media{background:#0f272b}.unified-project-status-row{color:#758083}.unified-project-status-row span{color:#f4550f}.unified-project-card.is-completed{border-color:#cfd9d8!important}.unified-project-card.is-completed .unified-project-status-row span{color:#0f272b}.unified-project-card.is-failed{border-color:#e3dfdc!important}.unified-project-card.is-failed .unified-project-status-row span{color:#526164}.unified-project-people>span,.unified-project-shot-list span{color:#526164;background:#f0efed}.unified-project-shot-list span.is-completed{color:#0f272b;background:#e8eeee}.unified-project-shot-list span.is-pending{color:#526164!important;background:#f0efed!important}.unified-project-card.is-completed .unified-project-progress span{background:#0f272b!important}.unified-project-card:not(.is-completed) .unified-project-progress span{background:#f4550f!important}.unified-project-actions a:last-child{border-color:#0f272b!important;color:#fff!important;background:#0f272b!important}.unified-project-actions a:last-child:hover,.unified-project-actions a:last-child:active{border-color:#f4550f!important;color:#0f272b!important;background:#f4550f!important}.studio-app.santoni-theme .studio-scrim,.storyboard-picker-backdrop,.voice-clone-overlay,.dtw-overlay{background:#0f272b94!important}.studio-app.santoni-theme .studio-scrim>div,.storyboard-picker-modal,.voice-clone-dialog,.dtw-dialog{border-color:#ffffff7a!important;color:#0f272b!important;background:#fff!important;box-shadow:0 30px 96px #0f272b45!important}.storyboard-picker-head span{color:#f4550f!important}.storyboard-picker-head p,.storyboard-picker-grid small,.storyboard-picker-empty{color:#758083!important}.storyboard-picker-head>button,.storyboard-picker-tabs button,.storyboard-picker-search,.storyboard-picker-card-select{border-color:#e3dfdc!important;color:#0f272b!important;background:#f7f6f5!important}.storyboard-picker-head>button:hover:not(:disabled),.storyboard-picker-tabs button:hover:not(:disabled),.storyboard-picker-card-select:hover:not(:disabled),.storyboard-picker-head>button:active:not(:disabled),.storyboard-picker-tabs button:active:not(:disabled),.storyboard-picker-card-select:active:not(:disabled){border-color:#f4550f!important;color:#f4550f!important;background:#fff0e9!important}.storyboard-picker-tabs button.is-active,.storyboard-picker-card-select.is-selected{border-color:#f4550f!important;color:#0f272b!important;background:#fff0e9!important;box-shadow:0 0 0 2px #f4550f1c!important}.storyboard-picker-upload-status{color:#0f272b;background:#fff0e9}.voice-clone-header{border-color:#e3dfdc!important;grid-template-columns:44px minmax(0,1fr) 44px}.voice-clone-mark{color:#0f272b!important;background:#f4550f!important}.voice-clone-dialog .voice-clone-close{width:44px;height:44px;border-radius:0!important;color:#0f272b;background:transparent!important;box-shadow:none!important;font-size:31px!important;font-weight:300!important;line-height:1!important;transform:none!important}.voice-clone-dialog .voice-clone-close:hover,.voice-clone-dialog .voice-clone-close:focus-visible,.voice-clone-dialog .voice-clone-close:active{outline:0;color:#f4550f;background:transparent!important;box-shadow:none!important;transform:none!important}.voice-clone-steps>i,.voice-clone-level,.voice-clone-progress{background:#e3dfdc!important}.voice-clone-steps button{color:#758083}.voice-clone-steps button>span{color:#526164;background:#efedeb}.voice-clone-steps button.is-active,.voice-clone-steps button.is-complete{color:#0f272b}.voice-clone-steps button.is-active>span{color:#0f272b;background:#f4550f}.voice-clone-steps button.is-complete>span{color:#fff;background:#0f272b}.voice-clone-lead,.voice-clone-prep-grid small,.voice-clone-live small{color:#526164}.voice-clone-prep-grid article,.voice-clone-script,.voice-clone-stage,.voice-clone-quality{border-color:#e3dfdc!important;background:#f7f6f5!important}.voice-clone-prep-grid article>span{color:#f4550f;background:#fff0e9}.voice-clone-privacy,.voice-clone-quality-summary{color:#0f272b;background:#e8eeee!important}.voice-clone-privacy>span{color:#fff;background:#0f272b}.voice-clone-level>span,.voice-clone-progress>span,.voice-clone-record-button{background:#0f272b!important}.voice-clone-button.is-primary,.voice-clone-record-button,.dtw-primary{border-color:#0f272b!important;color:#fff!important;background:#0f272b!important;box-shadow:0 9px 24px #0f272b24!important}.voice-clone-button.is-primary:hover:not(:disabled),.voice-clone-button.is-primary:active:not(:disabled),.voice-clone-record-button:hover:not(:disabled),.voice-clone-record-button:active:not(:disabled),.dtw-primary:hover:not(:disabled),.dtw-primary:active:not(:disabled){border-color:#f4550f!important;color:#0f272b!important;background:#f4550f!important;box-shadow:0 10px 26px #f4550f2e!important}.voice-clone-button.is-quiet,.dtw-secondary{border-color:#d1cbc7!important;color:#0f272b!important;background:#fff!important}.voice-clone-button.is-quiet:hover:not(:disabled),.voice-clone-button.is-quiet:active:not(:disabled),.dtw-secondary:hover:not(:disabled),.dtw-secondary:active:not(:disabled){border-color:#f4550f!important;color:#f4550f!important;background:#fff0e9!important}.voice-clone-dialog :is(input,textarea,select),.dtw-dialog :is(input,textarea,select){border-color:#d1cbc7!important;color:#0f272b!important;background:#fff!important}.voice-clone-dialog :is(input,textarea,select):focus,.dtw-dialog :is(input,textarea,select):focus{border-color:#f4550f!important;box-shadow:0 0 0 3px #f4550f21!important}.voice-clone-dialog :where(button,input,textarea,select):focus-visible,.dtw-dialog :where(button,input,textarea,select):focus-visible{outline-color:#f4550f!important}.voice-clone-record-button:hover:not(:disabled),.voice-clone-record-button:active:not(:disabled){color:#0f272b!important;background:#f4550f!important}.dtw-close{color:#0f272b!important;background:transparent!important;border-color:transparent!important;border-radius:0!important;box-shadow:none!important;font-size:31px!important;transform:none!important}.dtw-close:hover,.dtw-close:active{color:#f4550f!important;background:transparent!important;box-shadow:none!important;transform:none!important}.studio-runtime-dialog select,.dtw-dialog select{appearance:none!important;padding-right:42px!important;background-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230f272b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:16px!important}.dtw-lead,.dtw-mode small,.dtw-guide-grid span,.dtw-local-meta,.dtw-metrics span,.dtw-realism-grid span{color:#526164!important}.dtw-mode,.dtw-guide-grid article,.dtw-field input,.dtw-drop,.dtw-checklist label,.dtw-charge,.dtw-metrics div,.dtw-realism-card,.dtw-realism-grid div,.dtw-control-test{border-color:#e3dfdc!important;color:#0f272b!important;background:#f7f6f5!important}.dtw-mode:hover,.dtw-mode:active,.dtw-mode.is-recommended,.dtw-drop:hover,.dtw-drop:active{border-color:#f4550f!important;background:#fff0e9!important}.dtw-mode>span{color:#0f272b!important;background:#f4550f!important}.dtw-truth,.dtw-charge{border-color:#f4550f!important;color:#0f272b!important;background:#fff0e9!important}.dtw-checklist input,.dtw-charge input,.studio-speed-control input{accent-color:#f4550f!important}.dtw-progress,.dtw-waiting-visual,.dtw-loading{color:#526164!important;background:#e8eeee!important}.dtw-progress span{background:#f4550f!important}.dtw-waiting-visual span,.dtw-loading span{border-color:#cfd9d8!important;border-top-color:#f4550f!important}.dtw-score,.dtw-realism-status,.dtw-pass,.dtw-status.is-ready{color:#0f272b!important;background:#e8eeee!important}.dtw-score.is-pass strong,.dtw-realism-status,.dtw-pass,.dtw-status.is-ready{color:#0f272b!important}.dtw-error,.dtw-issue.is-error,.dtw-status.is-failed{border-color:#f4550f59!important;color:#0f272b!important;background:#fff0e9!important}@media(hover:none){.studio-app.santoni-theme :is(.studio-primary,.studio-secondary,.studio-outline,.storyboard-primary,.storyboard-outline,.studio-create-button,.studio-play,.studio-template,.storyboard-editor-steps>button):active{transition-duration:0ms;transform:scale(.985)}}.studio-app.santoni-theme .studio-sidebar-footer{padding-top:14px}.studio-app.santoni-theme .studio-profile{margin-top:0}.studio-app.santoni-theme .studio-content>*,.studio-app.santoni-theme .studio-page,.studio-app.santoni-theme .studio-page-header>div:first-child,.studio-app.santoni-theme .studio-billing-summary>div,.studio-app.santoni-theme .studio-quality-item>div{min-width:0}.studio-app.santoni-theme .studio-page-header>div:first-child{flex:1 1 0;max-width:100%}.studio-app.santoni-theme .studio-page-header :is(h1,p){max-width:100%;overflow-wrap:anywhere}.studio-app.santoni-theme .studio-readiness-list{display:grid;gap:10px;margin-top:14px}.studio-app.santoni-theme .studio-readiness .studio-quality-item{grid-template-columns:40px minmax(0,1fr) 24px;gap:11px;min-width:0;padding:11px 12px;border:1px solid #e3dfdc!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.studio-app.santoni-theme .studio-readiness .studio-quality-item.is-ready{border-color:#f4550f3d!important}.studio-app.santoni-theme .studio-readiness .studio-quality-item>span{width:40px;height:40px;color:#526164!important;background:#e8eeee!important}.studio-app.santoni-theme .studio-readiness .studio-quality-item>span.is-ready{color:#f4550f!important;background:#fff0e9!important;box-shadow:none}.studio-app.santoni-theme .studio-readiness .studio-quality-item i{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border:1px solid #d1cbc7;border-radius:50%;color:#758083;background:#fff}.studio-app.santoni-theme .studio-readiness .studio-quality-item i.is-ready{border-color:#f4550f!important;color:#0f272b!important;background:#f4550f!important}.studio-app.santoni-theme .studio-readiness header>strong{color:#f4550f!important;font-variant-numeric:tabular-nums}.studio-app.santoni-theme .studio-progress>span{position:relative}.studio-app.santoni-theme .studio-progress>span:after{position:absolute;top:50%;right:0;width:6px;height:6px;border-radius:999px;background:#f4550f;content:"";transform:translate(1px,-50%)}.studio-app.santoni-theme .studio-balance>strong{font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.studio-app.santoni-theme .storyboard-avatar-more{width:100%;min-height:40px;margin-top:9px}.studio-app.santoni-theme .storyboard-selected-note{display:flex;align-items:center;gap:5px;padding:9px 10px;border-radius:10px;color:#0f272b;background:#fff0e9}.studio-app.santoni-theme .storyboard-selected-note>svg{flex:0 0 auto;color:#f4550f}@media(hover:hover){.studio-app.santoni-theme .studio-readiness .studio-quality-item:hover{border-color:#f4550f!important;background:#fffaf7!important}}@media(max-width:880px)and (min-width:761px){.studio-app.santoni-theme .studio-billing-summary{grid-template-columns:50px minmax(0,1fr)}.studio-app.santoni-theme .studio-billing-summary>p{grid-column:1 / -1;margin-top:2px;padding-top:10px;border-top:1px solid #e3dfdc}.storyboard-editor-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}.studio-app.santoni-theme .storyboard-hero h1{font-size:clamp(34px,3.4vw,50px)!important;line-height:1.02}.studio-app.santoni-theme .storyboard-setup-grid.is-editor-step-1{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:16px!important}.studio-app.santoni-theme .storyboard-setup-grid.is-editor-step-1 .storyboard-project-panel{display:grid;grid-template-columns:minmax(280px,1fr) minmax(260px,.48fr);align-items:end;gap:18px;min-height:0}.studio-app.santoni-theme .storyboard-project-panel .storyboard-segmented{margin-top:0}.studio-app.santoni-theme .storyboard-speaker-panel{min-height:0}.studio-app.santoni-theme .storyboard-avatar-strip{grid-template-columns:repeat(5,minmax(112px,1fr));gap:10px}.studio-app.santoni-theme .storyboard-avatar-strip button{padding:6px 6px 8px;border-radius:15px}.studio-app.santoni-theme .storyboard-avatar-strip button em{position:absolute;right:8px;bottom:28px;display:inline-flex;padding:4px 6px;border-radius:999px;color:#0f272b;background:#ffffffe6;box-shadow:0 2px 8px #0f272b14;font-size:8px;font-style:normal;font-weight:750}.studio-app.santoni-theme .storyboard-avatar-more{min-height:46px;margin-top:12px}.studio-app.santoni-theme .studio-toolbar .studio-search-field,.studio-app.santoni-theme .storyboard-picker-search{display:flex!important;min-height:50px!important;align-items:center!important;gap:10px!important;padding:0 15px!important;border:1px solid #d7d3d0!important;border-radius:14px!important;color:#667477!important;background:#fff!important;box-shadow:none!important;transition:border-color .16s ease,box-shadow .16s ease!important}.studio-app.santoni-theme .studio-toolbar .studio-search-field:focus-within,.studio-app.santoni-theme .storyboard-picker-search:focus-within{border-color:#f4550f!important;box-shadow:0 0 0 3px #f4550f1f!important}.studio-app.santoni-theme .studio-toolbar .studio-search-field>input,.studio-app.santoni-theme .studio-toolbar .studio-search-field>input:hover,.studio-app.santoni-theme .studio-toolbar .studio-search-field>input:focus,.studio-app.santoni-theme .storyboard-picker-search>input,.studio-app.santoni-theme .storyboard-picker-search>input:hover,.studio-app.santoni-theme .storyboard-picker-search>input:focus{width:100%!important;min-height:48px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;color:#0f272b!important;background:transparent!important;box-shadow:none!important}.studio-app.santoni-theme .storyboard-picker-modal{width:min(980px,100%);gap:13px;padding:24px}.studio-app.santoni-theme .storyboard-picker-head>button,.studio-app.santoni-theme .storyboard-picker-head>button:hover:not(:disabled),.studio-app.santoni-theme .storyboard-picker-head>button:focus-visible:not(:disabled),.studio-app.santoni-theme .storyboard-picker-head>button:active:not(:disabled){width:42px;height:42px;border-color:transparent!important;border-radius:0!important;color:#0f272b!important;background:transparent!important;box-shadow:none!important;transform:none!important}.studio-app.santoni-theme .storyboard-picker-head>button:hover:not(:disabled),.studio-app.santoni-theme .storyboard-picker-head>button:focus-visible:not(:disabled){color:#f4550f!important}.studio-app.santoni-theme .storyboard-picker-grid{min-height:150px;max-height:min(34dvh,360px)}.studio-app.santoni-theme .storyboard-picker-card-select{align-self:start}.studio-app.santoni-theme .storyboard-picker-grid img,.studio-app.santoni-theme .storyboard-picker-card-select>span{aspect-ratio:4 / 4.5}.studio-app.santoni-theme .storyboard-picker-variants{display:grid;gap:9px;padding:12px;border:1px solid #e3dfdc;border-radius:15px;background:#f7f6f5}.studio-app.santoni-theme .storyboard-picker-variants>div:first-child{display:flex;align-items:center;justify-content:space-between;color:#0f272b;font-size:11px}.studio-app.santoni-theme .storyboard-picker-variants>div:first-child small{color:#758083}.studio-app.santoni-theme .storyboard-picker-variant-list{display:flex;gap:9px;overflow-x:auto;padding:2px}.studio-app.santoni-theme .storyboard-picker-variant-list button{position:relative;width:68px;min-width:68px;height:82px;overflow:hidden;padding:3px;border:1px solid #d7d3d0;border-radius:11px;color:#526164;background:#fff;cursor:pointer}.studio-app.santoni-theme .storyboard-picker-variant-list button.is-selected{border-color:#f4550f;box-shadow:0 0 0 2px #f4550f1f}.studio-app.santoni-theme .storyboard-picker-variant-list img{width:100%;height:100%;border-radius:8px;object-fit:cover}.studio-app.santoni-theme .storyboard-picker-variant-list button>span{position:absolute;right:6px;bottom:6px;display:grid;width:20px;height:20px;place-items:center;border-radius:50%;color:#0f272b;background:#fff;font-size:9px;font-weight:750}.studio-app.santoni-theme .storyboard-picker-confirm-actions,.studio-app.santoni-theme .studio-avatar-header-actions,.studio-app.santoni-theme .studio-avatar-management>div:last-child{display:flex;align-items:center;gap:9px}.studio-app.santoni-theme .studio-avatar-management{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid rgba(244,85,15,.24);border-radius:16px;background:#fffaf7}.studio-app.santoni-theme .studio-avatar-management strong,.studio-app.santoni-theme .studio-avatar-management small{display:block}.studio-app.santoni-theme .studio-avatar-management small{margin-top:3px;color:#758083;font-size:10px}.studio-app.santoni-theme .studio-danger{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid #f4550f;border-radius:12px;color:#fff;background:#f4550f;font:inherit;font-weight:750;cursor:pointer}.studio-app.santoni-theme .studio-danger:disabled{cursor:not-allowed;opacity:.45}.studio-app.santoni-theme .studio-library-grid>article.is-managing.is-selected{border-color:#f4550f!important;box-shadow:0 0 0 3px #f4550f1a!important}.studio-app.santoni-theme .studio-library-grid>article.is-managing footer button.is-selected{border-color:#f4550f!important;color:#0f272b!important;background:#fff0e9!important}.dtw-check-result{display:grid;gap:4px;margin:18px 0;padding:14px 16px;border:1px solid #e3dfdc;border-radius:14px;color:#0f272b;background:#f7f6f5}.dtw-check-result.is-pass{border-color:#f4550f3d;background:#fffaf7}.dtw-check-result span{color:#667477;font-size:12px}@media(max-width:760px){.studio-app.santoni-theme .storyboard-setup-grid.is-editor-step-1 .storyboard-project-panel{grid-template-columns:minmax(0,1fr)}.studio-app.santoni-theme .storyboard-avatar-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-app.santoni-theme .storyboard-picker-actions,.studio-app.santoni-theme .storyboard-picker-confirm-actions,.studio-app.santoni-theme .studio-avatar-management,.studio-app.santoni-theme .studio-avatar-management>div:last-child,.studio-app.santoni-theme .studio-avatar-header-actions{width:100%;flex-direction:column;align-items:stretch}}.storyboard-editor-steps>button{grid-template-rows:1fr}.storyboard-editor-steps>button>span{grid-row:1}.storyboard-editor-steps>button strong{align-self:center}.studio-app.santoni-theme .storyboard-project-panel input::placeholder{color:#758083;opacity:1}.storyboard-editor-actions>div{margin-left:auto}@media(min-width:761px){.storyboard-page[data-editor-step="1"]{gap:14px!important;padding-top:28px;padding-bottom:24px}.storyboard-page[data-editor-step="1"] .storyboard-hero{padding:0 0 13px!important}.storyboard-page[data-editor-step="1"] .storyboard-editor-steps>button{min-height:58px;padding-block:9px}.studio-app.santoni-theme .storyboard-page[data-editor-step="1"] .storyboard-setup-grid.is-editor-step-1{gap:12px!important}.studio-app.santoni-theme .storyboard-page[data-editor-step="1"] :is(.storyboard-project-panel,.storyboard-speaker-panel){padding:16px!important}.studio-app.santoni-theme .storyboard-page[data-editor-step="1"] .storyboard-project-panel{gap:14px}.studio-app.santoni-theme .storyboard-page[data-editor-step="1"] .storyboard-avatar-strip{gap:8px;margin-top:10px}.studio-app.santoni-theme .storyboard-page[data-editor-step="1"] .storyboard-avatar-strip :is(img,button>span){height:clamp(116px,19dvh,210px);aspect-ratio:auto;object-fit:cover}.studio-app.santoni-theme .storyboard-page[data-editor-step="1"] .storyboard-avatar-more{min-height:40px;margin-top:8px}.storyboard-page[data-editor-step="1"] .storyboard-editor-actions{min-height:60px;padding:8px 12px}}.storyboard-current-step{display:inline-flex;min-height:44px;align-items:center;gap:9px;padding:4px 12px 4px 5px;border:1px solid rgba(244,85,15,.24);border-radius:12px;color:#526164;background:#fffaf7;box-shadow:inset 0 0 0 1px #ffffffb8;font-size:11px;font-weight:700;white-space:nowrap}.storyboard-current-step>strong{display:inline-grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:9px;color:#0f272b;background:#f4550f;font-size:13px;font-weight:800;font-variant-numeric:tabular-nums}.storyboard-current-step>span{letter-spacing:.01em}@media(max-width:760px){.storyboard-current-step{width:100%;justify-content:flex-start}}.storyboard-editor-steps>button{cursor:default}.storyboard-editor-steps>button.is-locked{pointer-events:none;cursor:default;opacity:1}.storyboard-editor-steps>button:is(.is-complete,.is-available):not(.is-active,.is-locked){cursor:pointer}@media(hover:hover){.storyboard-editor-steps>button:not(.is-complete):hover,.storyboard-editor-steps>button:not(.is-complete):active{border-color:#e3dfdc;color:#758083;background:#fff}.storyboard-editor-steps>button.is-active:hover,.storyboard-editor-steps>button.is-active:active{border-color:#f4550f;color:#0f272b;background:#fff0e9}.storyboard-editor-steps>button.is-complete:not(.is-active):hover,.storyboard-editor-steps>button.is-complete:not(.is-active):active{border-color:#f4550f;color:#f4550f;background:#fff0e9}}@media(min-width:761px){.storyboard-editor-steps>button{min-height:50px!important;grid-template-columns:28px minmax(0,1fr);column-gap:9px;padding:6px 12px!important}.storyboard-editor-steps>button>span{width:28px;height:28px;border-radius:9px}.studio-app.santoni-theme .storyboard-page[data-editor-step="1"] .storyboard-avatar-strip :is(img,button>span){height:clamp(122px,calc(19dvh + 6px),216px)}}@media(min-width:761px){.storyboard-page .storyboard-editor-actions{min-height:54px!important;padding:4px 10px!important}.studio-app.santoni-theme .storyboard-page[data-editor-step="1"] .storyboard-avatar-strip :is(img,button>span){height:clamp(132px,calc(19dvh + 16px),226px)}}.studio-app.santoni-theme .storyboard-page .storyboard-editor-actions,.storyboard-page .storyboard-editor-actions{min-height:44px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}@media(min-width:761px){.studio-app.santoni-theme .storyboard-page[data-editor-step="1"] .storyboard-editor-actions,.storyboard-page[data-editor-step="1"] .storyboard-editor-actions{width:max-content!important;max-width:100%!important;justify-self:end!important;align-self:end!important;margin-left:auto!important}.storyboard-page[data-editor-step="1"] .storyboard-editor-actions>span:empty{display:none}.storyboard-page[data-editor-step="1"] .storyboard-editor-actions>div{margin-left:0}}.voice-clone-dialog,.voice-clone-dialog .voice-clone-stage{background:#fff!important}.voice-clone-dialog .voice-clone-stage{border:0!important;border-radius:0!important;box-shadow:none!important}.voice-clone-dialog .voice-clone-prep-grid article{border-color:#e3dfdc!important;background:#fff!important}.voice-clone-dialog .voice-clone-prep-grid article>span{border:1px solid #f4550f!important;color:#f4550f!important;background:#fff0e9!important}.voice-clone-dialog .voice-clone-privacy{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.voice-clone-dialog .voice-clone-script{border:1px solid #e3dfdc!important;border-radius:18px!important;background:#f7f6f5!important;box-shadow:none!important}.voice-clone-dialog .voice-clone-audio-card{border-color:#e3dfdc!important;background:#fff!important;box-shadow:0 12px 30px #0f272b12!important}.voice-clone-dialog .voice-clone-audio-mark{color:#f4550f!important;background:#fff0e9!important}.voice-clone-dialog .voice-clone-name input::placeholder{color:#879093;opacity:1}.voice-clone-dialog .voice-clone-consent{align-items:center!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.voice-clone-dialog .voice-clone-consent input{margin:0!important;box-shadow:none!important}.voice-clone-dialog .voice-clone-button.is-stop:not(.is-ready-to-stop),.voice-clone-dialog .voice-clone-button.is-stop:not(.is-ready-to-stop):hover:not(:disabled),.voice-clone-dialog .voice-clone-button.is-stop:not(.is-ready-to-stop):active:not(:disabled){border-color:#f4550f!important;color:#0f272b!important;background:#f4550f!important;box-shadow:0 10px 26px #f4550f2e!important}.voice-clone-dialog .voice-clone-button.is-stop.is-ready-to-stop,.voice-clone-dialog .voice-clone-button.is-stop.is-ready-to-stop:hover:not(:disabled),.voice-clone-dialog .voice-clone-button.is-stop.is-ready-to-stop:active:not(:disabled){border-color:#1ede7b!important;color:#0f272b!important;background:#1ede7b!important;box-shadow:0 10px 28px #1ede7b33!important}.voice-clone-dialog .voice-clone-audio-seek,.voice-clone-dialog .voice-clone-audio-seek:hover,.voice-clone-dialog .voice-clone-audio-seek:focus{width:100%!important;height:18px!important;min-height:18px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;appearance:none!important}.studio-app.santoni-theme .studio-navigation{gap:2px}.studio-app.santoni-theme .studio-create-button{margin-bottom:16px}.studio-app.santoni-theme .studio-home-dashboard{padding-top:38px}.studio-app.santoni-theme .studio-home-header{display:grid;grid-template-columns:minmax(260px,1fr) auto minmax(300px,350px);align-items:center;gap:clamp(18px,2.4vw,34px)}.studio-app.santoni-theme .studio-home-header>div:first-child{min-width:0}.studio-app.santoni-theme .studio-home-header h1{margin:0;color:#0f272b;font-family:Space Grotesk,SF Pro Display,Inter,-apple-system,sans-serif;font-size:clamp(38px,3.7vw,54px);font-weight:650;line-height:1;letter-spacing:-.055em}.studio-app.santoni-theme .studio-home-header p{margin:12px 0 0;color:#526164;font-size:14px;line-height:1.45}.studio-app.santoni-theme .studio-home-header>.studio-primary{min-height:52px;padding-inline:22px;border-radius:13px;white-space:nowrap}.studio-app.santoni-theme .studio-home-balance{display:grid;min-width:0;grid-template-columns:46px minmax(0,1fr) 20px;align-items:center;gap:13px;min-height:104px;padding:15px 16px;border:1px solid #e3dfdc;border-radius:18px;color:#0f272b;background:#fff;box-shadow:0 13px 36px #0f272b0e;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.studio-app.santoni-theme .studio-home-balance>span:first-child{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;color:#f4550f;background:#fff0e9}.studio-app.santoni-theme .studio-home-balance>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.studio-app.santoni-theme .studio-home-balance small{color:#758083;font-size:10px;font-weight:620}.studio-app.santoni-theme .studio-home-balance strong{overflow:hidden;margin-top:2px;color:#0f272b;font-size:clamp(21px,2vw,28px);font-weight:720;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.studio-app.santoni-theme .studio-home-balance strong em{color:#758083;font-size:9px;font-style:normal;font-weight:600}.studio-app.santoni-theme .studio-home-balance b{margin-top:5px;color:#0f272b;font-size:10px;font-weight:680}.studio-app.santoni-theme .studio-home-balance>svg{color:#0f272b;transition:transform .16s ease}.studio-app.santoni-theme .studio-home-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}.studio-app.santoni-theme .studio-home-metric{display:grid;min-width:0;grid-template-columns:52px minmax(0,1fr) 22px;align-items:center;gap:15px;min-height:118px;padding:18px;border:1px solid #e3dfdc;border-radius:18px;color:#0f272b;background:#fff;box-shadow:0 13px 36px #0f272b0d;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.studio-app.santoni-theme .studio-home-metric>span:first-child{display:grid;width:52px;height:52px;place-items:center;border-radius:14px;color:#f4550f;background:#fff0e9}.studio-app.santoni-theme .studio-home-metric>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.studio-app.santoni-theme .studio-home-metric small{color:#0f272b;font-size:12px;font-weight:680}.studio-app.santoni-theme .studio-home-metric strong{overflow:hidden;margin-top:4px;color:#0f272b;font-size:25px;font-weight:730;line-height:1;text-overflow:ellipsis;white-space:nowrap}.studio-app.santoni-theme .studio-home-metric em{overflow:hidden;margin-top:7px;color:#758083;font-size:10px;font-style:normal;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.studio-app.santoni-theme .studio-home-metric>svg{color:#0f272b;transition:transform .16s ease}.studio-app.santoni-theme .studio-home-journey{display:grid;grid-template-columns:minmax(210px,.76fr) minmax(520px,2.2fr) auto;align-items:center;gap:clamp(20px,2.4vw,36px);margin-top:28px;padding:24px 26px;border:1px solid #e3dfdc;border-radius:19px;background:#fff;box-shadow:0 13px 38px #0f272b0d}.studio-app.santoni-theme .studio-home-journey h2,.studio-app.santoni-theme .studio-home-projects h2{margin:0;color:#0f272b;font-size:17px;font-weight:700;letter-spacing:-.025em}.studio-app.santoni-theme .studio-home-journey header p{margin:6px 0 0;color:#758083;font-size:10px}.studio-app.santoni-theme .studio-home-journey-flow{display:grid;min-width:0;grid-template-columns:minmax(104px,1fr) 16px minmax(104px,1fr) 16px minmax(104px,1fr) 16px minmax(104px,1fr);align-items:center;gap:6px}.studio-app.santoni-theme .studio-home-journey-flow>span{position:relative;display:grid;min-width:0;min-height:82px;grid-template-columns:auto auto;place-content:center;align-items:center;gap:8px;padding:18px 10px 12px;border:1px solid #e3dfdc;border-radius:13px;color:#f4550f;background:#fff}.studio-app.santoni-theme .studio-home-journey-flow>span>i{position:absolute;top:8px;left:10px;color:#f4550f;font-size:9px;font-style:normal;font-weight:720}.studio-app.santoni-theme .studio-home-journey-flow>span>b{overflow:hidden;color:#0f272b;font-size:11px;font-weight:690;text-overflow:ellipsis;white-space:nowrap}.studio-app.santoni-theme .studio-home-journey-flow>svg{justify-self:center;color:#a6adaf}.studio-app.santoni-theme .studio-home-journey>button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0;border:0;color:#0f272b;background:transparent;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer}.studio-app.santoni-theme .studio-home-projects{overflow:hidden;margin-top:28px;padding:20px;border:1px solid #e3dfdc;border-radius:19px;background:#fff;box-shadow:0 13px 38px #0f272b0d}.studio-app.santoni-theme .studio-home-projects>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 6px 14px}.studio-app.santoni-theme .studio-home-projects>header>a{display:inline-flex;align-items:center;gap:7px;color:#526164;font-size:11px;font-weight:650;text-decoration:none}.studio-app.santoni-theme .studio-home-project-list{overflow:hidden;border:1px solid #e3dfdc;border-radius:14px}.studio-app.santoni-theme .studio-home-project-row{display:grid;width:100%;min-height:72px;grid-template-columns:92px minmax(0,1fr) auto 24px;align-items:center;gap:16px;padding:9px 14px 9px 9px;border:0;border-bottom:1px solid #e3dfdc;color:#0f272b;text-align:left;background:#fff;cursor:pointer;transition:background .16s ease}.studio-app.santoni-theme .studio-home-project-row:last-child{border-bottom:0}.studio-app.santoni-theme .studio-home-project-thumb{position:relative;display:grid;width:92px;height:52px;overflow:hidden;place-items:center;border-radius:9px;color:#fff;background:#0f272b}.studio-app.santoni-theme .studio-home-project-thumb:before,.studio-app.santoni-theme .studio-home-project-thumb:after{position:absolute;content:"";pointer-events:none}.studio-app.santoni-theme .studio-home-project-thumb:before{right:-10px;bottom:-18px;width:54px;height:54px;border:12px solid #dbe4e4;border-radius:50%;opacity:.22}.studio-app.santoni-theme .studio-home-project-thumb:after{top:11px;right:15px;width:8px;height:8px;border-radius:50%;background:#f4550f}.studio-app.santoni-theme .studio-home-project-thumb>svg{position:relative;z-index:1}.studio-app.santoni-theme .studio-home-project-thumb img{position:relative;z-index:2;width:100%;height:100%;object-fit:cover}.studio-app.santoni-theme .studio-home-project-row>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.studio-app.santoni-theme .studio-home-project-row strong{overflow:hidden;color:#0f272b;font-size:12px;font-weight:690;text-overflow:ellipsis;white-space:nowrap}.studio-app.santoni-theme .studio-home-project-row small{overflow:hidden;margin-top:5px;color:#758083;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.studio-app.santoni-theme .studio-home-project-row>em{padding:6px 10px;border-radius:999px;font-size:9px;font-style:normal;font-weight:680;white-space:nowrap}.studio-app.santoni-theme .studio-home-project-row>em.is-ready{color:#19603c;background:#e4f5ea}.studio-app.santoni-theme .studio-home-project-row>em.is-active{color:#c7470d;background:#fff0e9}.studio-app.santoni-theme .studio-home-project-row>em.is-attention{color:#9b3c34;background:#fbeceb}.studio-app.santoni-theme .studio-home-project-row>em.is-draft{color:#526164;background:#eef1f1}.studio-app.santoni-theme .studio-home-project-row>svg{color:#0f272b;transition:transform .16s ease}.studio-app.santoni-theme .studio-home-project-empty{display:grid;min-height:92px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:15px;padding:16px;border:1px solid #e3dfdc;border-radius:14px;color:#f4550f;background:#fff}.studio-app.santoni-theme .studio-home-project-empty>span{display:flex;min-width:0;flex-direction:column}.studio-app.santoni-theme .studio-home-project-empty strong{color:#0f272b;font-size:12px}.studio-app.santoni-theme .studio-home-project-empty small{margin-top:4px;color:#758083;font-size:10px}.studio-app.santoni-theme .studio-home-project-empty :is(button,a){display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid #e3dfdc;border-radius:10px;color:#0f272b;background:#fff;font-size:10px;font-weight:680;text-decoration:none;cursor:pointer}.studio-app.santoni-theme .studio-home-project-loading{display:grid;gap:1px;overflow:hidden;border:1px solid #e3dfdc;border-radius:14px;background:#e3dfdc}.studio-app.santoni-theme .studio-home-project-loading>span{display:block;height:71px;background:linear-gradient(90deg,#faf9f8 25%,#f0edeb,#faf9f8 65%);background-size:220% 100%;animation:studio-home-shimmer 1.25s ease-in-out infinite}@keyframes studio-home-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(hover:hover){.studio-app.santoni-theme :is(.studio-home-balance,.studio-home-metric):hover{border-color:#f4550f6b;box-shadow:0 16px 40px #0f272b13;transform:translateY(-2px)}.studio-app.santoni-theme :is(.studio-home-balance,.studio-home-metric):hover>svg,.studio-app.santoni-theme .studio-home-project-row:hover>svg{transform:translate(3px)}.studio-app.santoni-theme .studio-home-project-row:hover{background:#fffaf7}.studio-app.santoni-theme .studio-home-journey>button:hover,.studio-app.santoni-theme .studio-home-projects>header>a:hover{color:#f4550f}}@media(max-width:1260px){.studio-app.santoni-theme .studio-home-header{grid-template-columns:minmax(0,1fr) auto}.studio-app.santoni-theme .studio-home-balance{grid-column:1 / -1;width:min(100%,420px);justify-self:end}.studio-app.santoni-theme .studio-home-journey{grid-template-columns:minmax(0,1fr) auto}.studio-app.santoni-theme .studio-home-journey-flow{grid-column:1 / -1;grid-row:2}}@media(max-width:1040px){.studio-app.santoni-theme .studio-home-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-app.santoni-theme .studio-home-metric:last-child{grid-column:1 / -1}}@media(max-width:760px){.studio-app.santoni-theme .studio-home-dashboard{padding-top:26px}.studio-app.santoni-theme .studio-home-header{grid-template-columns:1fr;gap:16px}.studio-app.santoni-theme .studio-home-header h1{font-size:39px}.studio-app.santoni-theme .studio-home-header>.studio-primary,.studio-app.santoni-theme .studio-home-balance{width:100%;justify-self:stretch}.studio-app.santoni-theme .studio-home-balance{grid-column:auto;min-height:94px}.studio-app.santoni-theme .studio-home-metrics{grid-template-columns:1fr;gap:10px;margin-top:22px}.studio-app.santoni-theme .studio-home-metric,.studio-app.santoni-theme .studio-home-metric:last-child{min-height:96px;grid-column:auto}.studio-app.santoni-theme .studio-home-journey{grid-template-columns:1fr;gap:18px;margin-top:18px;padding:19px}.studio-app.santoni-theme .studio-home-journey-flow{grid-column:auto;grid-row:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.studio-app.santoni-theme .studio-home-journey-flow>svg{display:none}.studio-app.santoni-theme .studio-home-journey>button{width:100%;min-height:44px;justify-content:space-between;border-top:1px solid #e3dfdc}.studio-app.santoni-theme .studio-home-projects{margin-top:18px;padding:15px}.studio-app.santoni-theme .studio-home-project-row{grid-template-columns:58px minmax(0,1fr) auto;gap:11px;padding:9px}.studio-app.santoni-theme .studio-home-project-thumb{width:58px;height:44px}.studio-app.santoni-theme .studio-home-project-row>em{grid-column:2;justify-self:start;padding:4px 8px}.studio-app.santoni-theme .studio-home-project-row>svg{grid-column:3;grid-row:1 / span 2}.studio-app.santoni-theme .studio-home-project-empty{grid-template-columns:34px minmax(0,1fr)}.studio-app.santoni-theme .studio-home-project-empty :is(button,a){grid-column:1 / -1}}@media(max-width:420px){.studio-app.santoni-theme .studio-home-journey-flow{grid-template-columns:1fr}.studio-app.santoni-theme .studio-home-projects>header{align-items:flex-start}.studio-app.santoni-theme .studio-home-projects>header>a{font-size:10px}}@media(prefers-reduced-motion:reduce){.studio-app.santoni-theme .studio-home-project-loading>span{animation:none}}.studio-app.santoni-theme .studio-payment-foundation{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;margin-top:22px;padding:24px;border:1px solid #dedbd8;border-radius:22px;color:#0f272b;background:#fff;box-shadow:0 16px 38px #0f272b12}.studio-app.santoni-theme .studio-payment-foundation>svg{width:48px;height:48px;padding:12px;border-radius:14px;color:#f4550f;background:#fff0e9}.studio-app.santoni-theme .studio-payment-foundation.is-warning>svg{color:#a74722;background:#fff1ea}.studio-app.santoni-theme .studio-payment-foundation h2{margin:0;font-size:19px;line-height:1.25}.studio-app.santoni-theme .studio-payment-foundation p{margin:6px 0 0;color:#6e7c7f;font-size:12px;line-height:1.55}.studio-app.santoni-theme .studio-payment-foundation ul{display:grid;gap:7px;margin:15px 0 0;padding:0;list-style:none}.studio-app.santoni-theme .studio-payment-foundation li{position:relative;padding-left:17px;color:#405457;font-size:11px;font-weight:650}.studio-app.santoni-theme .studio-payment-foundation li:before{position:absolute;top:.48em;left:0;width:6px;height:6px;border-radius:50%;background:#1ede7b;content:""}.studio-app.santoni-theme .studio-package-grid article>b{display:block;margin-top:15px;color:#0f272b;font-size:18px;font-style:normal;font-weight:800}.studio-app.santoni-theme .studio-package-grid article>button:disabled{cursor:not-allowed;opacity:.5}@media(max-width:620px){.studio-app.santoni-theme .studio-payment-foundation{grid-template-columns:42px minmax(0,1fr);padding:19px}.studio-app.santoni-theme .studio-payment-foundation>svg{width:42px;height:42px;padding:10px}}body.auth-modal-open{overflow:hidden!important}.auth-modal-layer{position:fixed;inset:0;z-index:20000;display:grid;place-items:center;padding:12px;overflow:hidden;color:#0f272b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;isolation:isolate}.auth-modal-backdrop{position:absolute;inset:0;z-index:-1;background:#07191db3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:auth-backdrop-in .18s ease-out both}.auth-card-shell{position:relative;width:min(100%,460px);max-height:calc(100dvh - 24px);outline:0;animation:auth-dialog-in .2s cubic-bezier(.2,.75,.25,1) both}.auth-card-shell.is-login{height:min(632px,calc(100dvh - 24px))}.auth-card-shell.is-register{height:min(760px,calc(100dvh - 24px))}.auth-card{position:relative;display:flex;width:100%;height:100%;flex-direction:column;box-sizing:border-box;padding:30px 32px 28px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:1px solid rgba(255,255,255,.88);border-radius:22px;background:#fff;box-shadow:0 34px 110px #0311145c,0 5px 20px #0311141c;scrollbar-width:none}.auth-card::-webkit-scrollbar{display:none}.auth-card-glow{position:absolute;z-index:0;border-radius:999px;pointer-events:none;filter:blur(48px)}.auth-card-glow.is-top{top:-88px;right:-78px;width:190px;height:190px;background:#f4550f0e}.auth-card-glow.is-bottom{bottom:-105px;left:-88px;width:220px;height:220px;background:#0f272b0b}.auth-card>:not(.auth-card-glow){position:relative;z-index:1}.auth-card h1{margin:0;color:#0f272b;font-size:31px;font-weight:850;line-height:1.12;letter-spacing:-.035em}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-top:20px;padding:4px;border:1px solid rgba(244,85,15,.12);border-radius:14px;background:#f4f1ee;box-shadow:inset 0 2px 8px #0f272b06}.auth-tabs button{min-height:40px;padding:0 10px;border:0;border-radius:11px;color:#6f7d7f;background:transparent;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:color .15s ease,background-color .15s ease,box-shadow .15s ease}.auth-tabs button.is-active{color:#0f272b;background:#fff;box-shadow:0 5px 15px #0f272b13,0 0 0 1px #f4550f14}.auth-tabs button:focus-visible,.auth-oauth-button:focus-visible,.auth-password-toggle:focus-visible,.auth-consent a:focus-visible{outline:2px solid rgba(244,85,15,.52);outline-offset:2px}.auth-oauth{display:grid;gap:11px;margin-top:19px}.auth-oauth-button{position:relative;display:inline-flex;width:100%;min-height:54px;align-items:center;justify-content:center;overflow:hidden;padding:0 62px;border:0;border-radius:14px;color:#fff;font:inherit;cursor:pointer;transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}.auth-oauth-button.is-vk{background:#07f;box-shadow:0 10px 23px #07f3}.auth-oauth-button.is-yandex{background:#ff1f1f;box-shadow:0 10px 23px #ff1f1f33}.auth-oauth-button:hover:not(:disabled),.auth-oauth-button:focus-visible:not(:disabled){filter:brightness(.95);box-shadow:0 13px 28px #0f272b30}.auth-oauth-button:active:not(:disabled){transform:scale(.987)}.auth-oauth-button:disabled{cursor:wait;opacity:.68}.auth-oauth-button strong{color:#fff;font-size:12px;font-weight:800;white-space:nowrap}.auth-oauth-mark,.auth-oauth-arrow{position:absolute;top:50%;display:grid;width:36px;height:36px;place-items:center;border-radius:9px;transform:translateY(-50%)}.auth-oauth-mark{left:14px;color:#ff1f1f;background:#fff;box-shadow:0 3px 9px #0f272b1f;font-size:16px;font-weight:900;line-height:1}.auth-oauth-mark.is-vk{color:#07f;font-size:10px;letter-spacing:-.04em}.auth-oauth-arrow{right:14px;color:#fff;background:#ffffff2e}.auth-oauth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:17px 0 13px;color:#889496;font-size:10px;font-weight:850;letter-spacing:.18em}.auth-oauth-divider:before,.auth-oauth-divider:after{height:1px;background:linear-gradient(90deg,transparent,rgba(244,85,15,.21));content:""}.auth-oauth-divider:after{background:linear-gradient(90deg,rgba(244,85,15,.21),transparent)}.auth-card form{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:10px}.auth-field{display:block}.auth-field-label{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-input-wrap{position:relative;display:flex;min-height:51px;align-items:center;border:1px solid #d8d4d0;border-radius:14px;color:#f4550f;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.auth-input-wrap:focus-within{border-color:#f4550f;background:#fffdfa;box-shadow:0 0 0 3px #f4550f1f}.auth-input-wrap>svg{flex:0 0 auto;margin-left:15px}.auth-input-wrap input{width:100%;min-width:0;height:49px;padding:0 14px 0 11px;border:0;outline:0;color:#0f272b;background:transparent;font:inherit;font-size:13px;font-weight:560}.auth-input-wrap input::placeholder{color:#8e999b;opacity:1}.auth-input-wrap input:disabled{cursor:wait}.auth-password-toggle{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;margin-right:4px;padding:0;border:0;border-radius:10px;color:#728083;background:transparent;cursor:pointer;transition:color .15s ease}.auth-password-toggle:hover:not(:disabled){color:#f4550f}.auth-password-rules{display:flex;flex-wrap:wrap;gap:5px 14px;margin:-2px 4px 0;color:#8a9698;font-size:10px;font-weight:750}.auth-password-rules span.is-valid{color:#147a4c}.auth-consent{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;margin:2px 2px 0;cursor:pointer}.auth-consent input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.auth-consent>span{display:grid;width:20px;height:20px;box-sizing:border-box;place-items:center;margin-top:1px;border:2px solid rgba(244,85,15,.3);border-radius:5px;color:transparent;background:#fff;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.auth-consent input:checked+span{border-color:#f4550f;color:#fff;background:#f4550f}.auth-consent input:focus-visible+span{box-shadow:0 0 0 3px #f4550f26}.auth-consent em{color:#718083;font-size:10.5px;font-style:normal;font-weight:580;line-height:1.45}.auth-consent a,.auth-consent strong{color:#0f272b;font-weight:800;text-decoration:none}.auth-consent a:hover{color:#f4550f}.auth-error{display:none;padding:10px 12px;border:1px solid #f3c5b1;border-radius:12px;color:#a93d19;background:#fff4ef;font-size:10.5px;font-weight:700;line-height:1.4}.auth-error.is-visible{display:block}.auth-submit{display:inline-flex;width:100%;min-height:54px;align-items:center;justify-content:center;gap:9px;margin-top:auto;padding:0 18px;border:1px solid #0f272b;border-radius:12px;color:#fff;background:linear-gradient(135deg,#17373b,#0f272b);box-shadow:0 12px 26px #0f272b30;font:inherit;font-size:12px;font-weight:820;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease,box-shadow .15s ease}.auth-submit:hover:not(:disabled),.auth-submit:focus-visible:not(:disabled){border-color:#f4550f;background:linear-gradient(135deg,#ff6b25,#f4550f);box-shadow:0 14px 29px #f4550f3b}.auth-submit:focus-visible{outline:3px solid rgba(244,85,15,.2);outline-offset:2px}.auth-submit:active:not(:disabled){transform:scale(.986)}.auth-submit:disabled{cursor:wait;opacity:.68}.auth-loading-card{position:relative;display:flex;width:min(100%,390px);align-items:center;gap:12px;padding:18px 20px;border:1px solid rgba(255,255,255,.74);border-radius:18px;background:#fff;box-shadow:0 28px 84px #0311144d;animation:auth-dialog-in .18s ease-out both}.auth-logo{position:relative;display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:1px solid rgba(15,39,43,.15);border-radius:12px;background:#0f272b}.auth-logo>span:first-child{width:19px;height:19px;border:3px solid #f4550f;border-radius:50%}.auth-logo>span:last-child{position:absolute;width:5px;height:5px;border-radius:50%;background:#f4550f}.auth-loading-card>div{display:grid;flex:1 1 auto;gap:3px}.auth-loading-card strong{font-size:12px;font-weight:780}.auth-loading-card span{color:#728083;font-size:10px}.auth-loading-card>svg{flex:0 0 auto;color:#f4550f}@keyframes auth-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes auth-dialog-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:560px){.auth-card{padding:25px 20px 23px;border-radius:20px}.auth-card h1{font-size:27px}.auth-tabs button{padding-inline:6px;font-size:10.5px}.auth-oauth-button strong{font-size:10.5px}}@media(max-height:680px)and (min-width:561px){.auth-card{padding-block:24px}}@media(prefers-reduced-motion:reduce){.auth-modal-layer *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}:root{min-width:320px;min-height:100%;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility}html,body,#root{min-width:320px;min-height:100%;margin:0;background:#f7f3eb}body,button,input,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font:inherit}button{appearance:none}img{display:block;max-width:100%}
