:root{--cs-ink:#0b1424;--cs-muted:#657085;--cs-line:#dfe5ee;--cs-panel:#fff;--cs-bg:#f5f7fb;--cs-blue:#2563eb;--cs-blue-dark:#1d4ed8;--cs-green:#059669;--cs-red:#dc2626;--cs-violet:#7c3aed;--cs-shadow:0 22px 70px rgba(15,23,42,.09)}
.cs-page{background:var(--cs-bg);color:var(--cs-ink)}
.cs-page button,.cs-page input,.cs-page textarea{font:inherit}
.cs-page .site-header{background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}
.cs-page .nav-links [aria-current="page"]{color:var(--cs-blue);font-weight:750}
.cs-hero{max-width:1280px;margin:0 auto;padding:76px 32px 48px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:44px;align-items:center}
.cs-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--cs-blue);font-size:.75rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.cs-live-dot{width:8px;height:8px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 6px rgba(239,68,68,.1)}
.cs-hero h1{font-size:clamp(2.65rem,5.2vw,5rem);line-height:.98;letter-spacing:-.055em;margin:16px 0 20px;max-width:900px}
.cs-hero h1 span{background:linear-gradient(105deg,#2563eb 10%,#7c3aed 88%);-webkit-background-clip:text;background-clip:text;color:transparent}
.cs-hero-copy>p{font-size:1.12rem;line-height:1.75;color:#526077;max-width:780px;margin:0}
.cs-hero-actions,.cs-capture-controls,.cs-edit-actions,.cs-publish-actions{display:flex;gap:10px;flex-wrap:wrap}
.cs-hero-actions{margin-top:27px}
.cs-btn{border:1px solid transparent;border-radius:10px;min-height:42px;padding:10px 16px;font-weight:760;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.16s ease}
.cs-btn:hover:not(:disabled){transform:translateY(-1px)}
.cs-btn:disabled{cursor:not-allowed;opacity:.45}
.cs-btn-primary{background:var(--cs-blue);border-color:var(--cs-blue);color:#fff;box-shadow:0 8px 24px rgba(37,99,235,.22)}
.cs-btn-primary:hover:not(:disabled){background:var(--cs-blue-dark);border-color:var(--cs-blue-dark)}
.cs-btn-secondary{background:#fff;border-color:#cbd5e1;color:#172033}
.cs-btn-danger{background:#fff;border-color:#fecaca;color:#b91c1c}
.cs-hero-proof{display:flex;gap:9px;flex-wrap:wrap;margin-top:23px}
.cs-hero-proof span{font-size:.78rem;font-weight:680;color:#566176;background:#fff;border:1px solid var(--cs-line);border-radius:999px;padding:7px 10px}
.cs-flow-card{background:linear-gradient(155deg,#0b1424,#16263f);color:#fff;border-radius:22px;padding:24px;box-shadow:0 28px 90px rgba(15,23,42,.22);position:relative;overflow:hidden}
.cs-flow-card:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#2563eb;filter:blur(80px);opacity:.22;right:-80px;bottom:-80px}
.cs-flow-head{display:flex;justify-content:space-between;align-items:center;font-weight:800;margin-bottom:18px;position:relative;z-index:1}
.cs-pill{font-size:.69rem;text-transform:uppercase;letter-spacing:.08em;background:rgba(16,185,129,.16);color:#6ee7b7;border:1px solid rgba(110,231,183,.25);padding:5px 9px;border-radius:999px}
.cs-flow{list-style:none;margin:0;padding:0;display:grid;gap:10px;position:relative;z-index:1}
.cs-flow li{display:grid;grid-template-columns:120px 1fr;gap:14px;padding:13px 14px;border:1px solid rgba(255,255,255,.11);border-radius:11px;color:#cbd5e1;background:rgba(255,255,255,.035)}
.cs-flow li.active{background:rgba(37,99,235,.19);border-color:rgba(96,165,250,.35)}
.cs-flow b{font-size:.83rem;color:#fff}.cs-flow span{font-size:.83rem}
.cs-studio,.cs-workbench,.cs-output-grid,.cs-billing-band{max-width:1380px;margin:0 auto;padding-left:32px;padding-right:32px}
.cs-studio{padding-top:34px;padding-bottom:42px}
.cs-studio-head,.cs-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:17px}
.cs-studio h2,.cs-workbench h2,.cs-billing-band h2{font-size:clamp(1.75rem,3vw,2.55rem);letter-spacing:-.035em;margin:5px 0 0}
.cs-session-meters{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.cs-session-meters>span{background:#fff;border:1px solid var(--cs-line);border-radius:999px;padding:7px 11px;color:#69748a;font-size:.78rem}.cs-session-meters b{color:#1e293b}
.cs-status{display:inline-flex;align-items:center;gap:6px}.cs-status i{width:7px;height:7px;background:#94a3b8;border-radius:999px}.cs-status.recording i{background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.1)}
.cs-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(330px,.7fr);gap:16px}
.cs-stage,.cs-queue,.cs-workbench,.cs-output-card{background:#fff;border:1px solid var(--cs-line);border-radius:17px;box-shadow:0 10px 35px rgba(15,23,42,.04)}
.cs-stage{padding:16px}.cs-queue{padding:18px;min-height:620px}
.cs-preview-shell{position:relative;aspect-ratio:16/9;background:#07101e;border-radius:13px;overflow:hidden;color:#cbd5e1}
#live-preview{width:100%;height:100%;object-fit:cover;display:block;background:#07101e}
.cs-preview-empty,.cs-editor-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:8px;padding:30px;color:#a7b3c8}
.cs-preview-empty strong{color:#f8fafc;font-size:1.12rem}.cs-preview-empty span:last-child{max-width:460px;font-size:.86rem;line-height:1.6}
.cs-camera-icon{font-size:2.4rem;color:#334155;line-height:1}
.cs-preview-hud{position:absolute;top:12px;left:12px;right:12px;display:flex;gap:8px;align-items:center;color:#e2e8f0;font-size:.72rem;font-weight:700}.cs-preview-hud span{background:rgba(8,15,28,.78);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:6px 9px}.cs-preview-hud .cs-rec-badge{background:#dc2626;border-color:#dc2626;color:#fff}
.cs-capture-controls{margin-top:13px}
.cs-preflight{display:grid;grid-template-columns:170px 1fr 1.4fr;gap:14px;margin-top:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;padding:12px 14px;color:#667085;font-size:.77rem;line-height:1.55}.cs-preflight strong{color:#263248}
.cs-preflight .warn{color:#b45309}.cs-preflight .good{color:#047857}
.cs-cloud-backup-row{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid #e2e8f0}.cs-cloud-backup-row>span{font-weight:700;color:#475569}.cs-cloud-backup-row .cs-btn{min-height:36px;padding:7px 11px;font-size:.72rem;flex:0 0 auto}
.cs-cloud-plan-note{margin:0 0 14px;padding:10px 12px;border:1px solid #dbeafe;border-radius:10px;background:#eff6ff;color:#42526b;font-size:.76rem;line-height:1.55}
.cs-cloud-badge{font-weight:750}.cs-cloud-badge.good{color:#047857}.cs-cloud-badge.warn{color:#b45309}.cs-cloud-badge.active{color:#1d4ed8}
.cs-instruction{margin-top:14px}.cs-instruction label,.cs-field{display:block;font-size:.78rem;font-weight:750;color:#334155;margin-bottom:7px}.cs-instruction textarea,.cs-field textarea,.cs-checkout-contact input,.cs-trim-row input{width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:10px 11px;background:#fff;color:#111827;resize:vertical}.cs-instruction textarea:focus,.cs-field textarea:focus,.cs-checkout-contact input:focus,.cs-trim-row input:focus{outline:3px solid rgba(37,99,235,.12);border-color:#60a5fa}.cs-instruction p{font-size:.72rem;color:#778195;margin:6px 0 0}
.cs-panel-title{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.cs-panel-title h3{margin:4px 0 0;font-size:1.15rem}.cs-count{min-width:29px;height:29px;border-radius:999px;display:grid;place-items:center;background:#eef2ff;color:#4338ca;font-size:.75rem;font-weight:800}
.cs-empty-state{border:1px dashed #cbd5e1;border-radius:12px;margin-top:18px;padding:28px 18px;text-align:center;display:flex;flex-direction:column;gap:6px;color:#788397;font-size:.8rem}.cs-empty-state strong{color:#465269}
.cs-queue-list,.cs-compact-list{display:grid;gap:9px;margin-top:13px}.cs-queue-item,.cs-list-item{border:1px solid #e2e8f0;border-radius:11px;padding:12px;background:#fbfdff}.cs-queue-item-top,.cs-list-item{display:flex;justify-content:space-between;gap:10px;align-items:center}.cs-queue-item b,.cs-list-item b{font-size:.82rem}.cs-queue-item span,.cs-list-item span{font-size:.72rem;color:#7b8599}.cs-queue-item-actions{display:flex;gap:7px;margin-top:10px}.cs-queue-item-actions button{min-height:34px;padding:7px 10px;font-size:.72rem}
.cs-workbench{padding-top:18px;padding-bottom:42px}.cs-muted{color:#798498;font-size:.78rem}
.cs-workbench{background:#fff;border:1px solid var(--cs-line);border-radius:17px;box-shadow:0 10px 35px rgba(15,23,42,.04);padding-top:22px;padding-bottom:22px}.cs-workbench .cs-section-head{padding:0 22px}.cs-editor-grid{display:grid;grid-template-columns:1.12fr .88fr;border-top:1px solid #edf1f5}.cs-editor-preview{position:relative;background:#07101e;min-height:410px}.cs-editor-preview video{display:block;width:100%;height:100%;max-height:520px;object-fit:contain}.cs-editor-placeholder{color:#94a3b8}.cs-edit-panel{padding:21px;display:flex;flex-direction:column;gap:14px}.cs-trim-row{display:grid;grid-template-columns:1fr 1fr auto;gap:9px;align-items:end}.cs-trim-row label{font-size:.72rem;font-weight:750;color:#475569}.cs-trim-row input{display:block;margin-top:5px}.cs-trim-row>span{font-size:.72rem;color:#94a3b8;padding-bottom:11px}.cs-edit-cost{padding:10px 12px;border-radius:10px;background:#f1f5f9;color:#596579;font-size:.77rem}.cs-plan{border:1px solid #dbeafe;background:#eff6ff;border-radius:11px;padding:13px;display:flex;flex-direction:column;gap:6px;font-size:.77rem;color:#526178;line-height:1.55}.cs-plan strong{color:#1e40af}.cs-plan ul{padding-left:18px;margin:4px 0}.cs-plan.success{border-color:#bbf7d0;background:#f0fdf4}.cs-plan.success strong{color:#047857}
.cs-output-grid{display:grid;grid-template-columns:1fr 1fr 1.12fr;gap:16px;padding-top:0;padding-bottom:42px}.cs-output-card{padding:18px;min-height:310px}.cs-publish-card>p{font-size:.8rem;color:#697489;line-height:1.55}.cs-channels{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.cs-channels button{border:1px solid #e2e8f0;background:#f8fafc;border-radius:10px;padding:10px;text-align:left;display:flex;flex-direction:column;gap:3px}.cs-channels b{font-size:.78rem}.cs-channels span{font-size:.66rem;color:#94a3b8}
.cs-billing-band{margin-bottom:58px;background:linear-gradient(135deg,#0f1b2d,#172b4a);color:#fff;border-radius:19px;padding-top:28px;padding-bottom:28px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--cs-shadow)}.cs-billing-band .cs-kicker{color:#93c5fd}.cs-billing-band h2{margin:6px 0}.cs-billing-band p{color:#c2ccda;max-width:900px;margin:7px 0 0;line-height:1.6}
.cs-dialog{width:min(1120px,calc(100vw - 32px));border:0;border-radius:18px;padding:22px;box-shadow:0 35px 120px rgba(15,23,42,.35);color:#111827}.cs-dialog::backdrop{background:rgba(15,23,42,.68);backdrop-filter:blur(3px)}.cs-dialog-head{display:flex;justify-content:space-between;gap:16px}.cs-dialog-head h2{font-size:1.65rem;margin:5px 0}.cs-dialog-close{width:38px;height:38px;border:1px solid #dbe2ea;border-radius:999px;background:#fff;font-size:1.4rem;cursor:pointer}.cs-dialog-lead{color:#667085;font-size:.84rem}.cs-plans{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:15px}.cs-plans article{border:1px solid #dfe5ee;border-radius:12px;padding:13px;display:flex;flex-direction:column;gap:7px}.cs-plans article.featured{border:2px solid #2563eb;background:#f8fbff}.cs-plans article>span{font-size:.7rem;font-weight:800;color:#536078;text-transform:uppercase;letter-spacing:.04em}.cs-plans h3{font-size:1.42rem;margin:0}.cs-plans p{font-size:.71rem;color:#7a8497;line-height:1.45;min-height:39px;margin:0}.cs-plans button{margin-top:auto;font-size:.73rem}.cs-checkout-contact{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.cs-checkout-contact label{font-size:.72rem;font-weight:750;color:#475569}.cs-checkout-contact input{margin-top:5px}.cs-dialog-status{font-size:.72rem;color:#667085;margin:10px 0 0}.cs-dialog-status.error{color:#b91c1c}.cs-dialog-status.success{color:#047857}
@media(max-width:1060px){.cs-hero{grid-template-columns:1fr}.cs-flow-card{max-width:720px}.cs-layout{grid-template-columns:1fr}.cs-queue{min-height:260px}.cs-output-grid{grid-template-columns:1fr 1fr}.cs-publish-card{grid-column:1/-1}.cs-plans{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.cs-hero,.cs-studio,.cs-workbench,.cs-output-grid,.cs-billing-band{padding-left:18px;padding-right:18px}.cs-hero{padding-top:50px}.cs-hero h1{font-size:2.75rem}.cs-studio-head,.cs-section-head,.cs-billing-band{align-items:flex-start;flex-direction:column}.cs-session-meters{justify-content:flex-start}.cs-preflight{grid-template-columns:1fr}.cs-editor-grid{grid-template-columns:1fr}.cs-editor-preview{min-height:240px}.cs-output-grid{grid-template-columns:1fr}.cs-publish-card{grid-column:auto}.cs-billing-band{margin-left:14px;margin-right:14px}.cs-plans{grid-template-columns:1fr 1fr}.cs-checkout-contact{grid-template-columns:1fr}}
@media(max-width:480px){.cs-plans{grid-template-columns:1fr}.cs-trim-row{grid-template-columns:1fr 1fr}.cs-trim-row>span{display:none}.cs-flow li{grid-template-columns:1fr}.cs-capture-controls .cs-btn{width:100%}}
@media(prefers-reduced-motion:reduce){.cs-btn{transition:none}.cs-btn:hover:not(:disabled){transform:none}}


/* Premium Creator Studio shell — 2026-08 */
:root{
  --cs-accent:#6255df;
  --cs-accent-dark:#4f46c8;
  --cs-coral:#ff7769;
  --cs-surface:#ffffff;
  --cs-soft:#f7f7fb;
  --cs-ink:#111426;
  --cs-muted:#687086;
  --cs-line:#e5e7ef;
  --cs-blue:var(--cs-accent);
  --cs-blue-dark:var(--cs-accent-dark);
  --cs-shadow:0 24px 70px rgba(35,31,80,.10);
}
.cs-page{background:#f3f4f8;color:var(--cs-ink)}
.cs-page .site-header{border-bottom:1px solid #e9eaf0;box-shadow:0 1px 0 rgba(17,20,38,.02)}
#creator-main{padding:0 0 38px}
.cs-app-shell{
  width:min(1600px,calc(100% - 28px));
  margin:18px auto 0;
  display:grid;
  grid-template-columns:252px minmax(0,1fr);
  align-items:start;
  background:var(--cs-soft);
  border:1px solid #e3e4eb;
  border-radius:24px;
  box-shadow:0 28px 80px rgba(23,25,45,.08);
}
.cs-product-sidebar{
  position:sticky;
  top:18px;
  min-height:calc(100vh - 36px);
  max-height:calc(100vh - 36px);
  overflow:auto;
  padding:22px 15px 18px;
  background:#fff;
  border-right:1px solid #e8e9ef;
  border-radius:24px 0 0 24px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.cs-sidebar-brand{display:flex;align-items:center;gap:11px;padding:1px 7px 5px}
.cs-sidebar-mark{
  width:38px;height:38px;border-radius:12px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,#6659e6 12%,#8a63de 58%,#ff8878 120%);
  color:#fff;font-weight:850;font-size:.77rem;letter-spacing:-.03em;
  box-shadow:0 8px 24px rgba(98,85,223,.25);
}
.cs-sidebar-brand>span:last-child{display:flex;flex-direction:column;line-height:1.22}
.cs-sidebar-brand strong{font-size:.88rem;letter-spacing:-.01em}
.cs-sidebar-brand small{font-size:.65rem;color:#9095a5;margin-top:3px}
.cs-sidebar-primary{
  min-height:44px;padding:0 14px;border-radius:12px;
  display:flex;align-items:center;justify-content:space-between;
  background:#171824;color:#fff;text-decoration:none;font-size:.79rem;font-weight:780;
  box-shadow:0 9px 24px rgba(17,20,38,.12);
}
.cs-sidebar-primary:hover{background:#27283a;color:#fff}
.cs-sidebar-nav{display:flex;flex-direction:column;gap:4px}
.cs-sidebar-label{
  padding:12px 10px 6px;
  color:#a1a5b2;font-size:.61rem;font-weight:850;letter-spacing:.10em;text-transform:uppercase
}
.cs-sidebar-nav a,.cs-sidebar-nav button{
  width:100%;min-height:39px;border:0;border-radius:10px;padding:8px 10px;
  display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:6px;align-items:center;
  background:transparent;color:#5c6273;text-decoration:none;text-align:left;
  font:inherit;font-size:.75rem;cursor:pointer
}
.cs-sidebar-nav a>span:first-child,.cs-sidebar-nav button>span:first-child{
  color:#969bab;font-size:.75rem;text-align:center
}
.cs-sidebar-nav a>small,.cs-sidebar-nav button>small{font-size:.59rem;color:#a2a6b2}
.cs-sidebar-nav a:hover,.cs-sidebar-nav button:hover{background:#f3f2fb;color:#343047}
.cs-sidebar-nav a.active{background:#efedff;color:#4f46c8;font-weight:800}
.cs-sidebar-nav a.active>span:first-child{color:#6659e6}
.cs-sidebar-note{
  margin-top:auto;padding:12px;border:1px solid #e8e6f8;border-radius:12px;
  background:linear-gradient(145deg,#faf9ff,#fff9f7);
  display:flex;flex-direction:column;gap:5px
}
.cs-sidebar-note strong{font-size:.69rem;color:#39354a}
.cs-sidebar-note span{font-size:.63rem;line-height:1.5;color:#85899a}
.cs-app-main{min-width:0}
.cs-product-topbar{
  min-height:58px;padding:10px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:rgba(255,255,255,.88);border-bottom:1px solid #e8e9ef;
  border-radius:0 24px 0 0;color:#626879;font-size:.72rem;font-weight:690
}
.cs-product-topbar>span:first-child{display:flex;align-items:center;gap:8px}
.cs-product-topbar i{
  width:8px;height:8px;border-radius:999px;background:#22a06b;
  box-shadow:0 0 0 5px rgba(34,160,107,.11)
}
.cs-topbar-offer{display:flex;align-items:center;gap:10px;color:#777b8b}
.cs-topbar-offer button{
  border:1px solid #dcd9f6;border-radius:999px;background:#f6f4ff;color:#5148bd;
  padding:6px 11px;font:inherit;font-weight:800;cursor:pointer
}
.cs-topbar-offer button:hover{background:#ece9ff}
.cs-hero{
  max-width:none;margin:0;padding:68px 56px 58px;
  grid-template-columns:minmax(0,1.25fr) minmax(315px,.75fr);gap:52px;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,119,105,.08),transparent 30%),
    radial-gradient(circle at 62% 28%,rgba(98,85,223,.10),transparent 34%),
    linear-gradient(180deg,#fff 0%,#fafafe 100%);
  border-bottom:1px solid #e8e9ef
}
.cs-hero h1{font-size:clamp(3rem,5.4vw,5.45rem);line-height:.94;letter-spacing:-.062em;margin:18px 0 22px;max-width:900px}
.cs-hero h1 span{
  background:linear-gradient(100deg,#6155df 6%,#8261dd 48%,#f27770 95%);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.cs-hero-copy>p{font-size:1.03rem;line-height:1.75;color:#686e80;max-width:760px}
.cs-hero-actions{margin-top:29px}
.cs-btn{border-radius:12px;min-height:44px;padding:10px 17px}
.cs-btn-primary{
  background:linear-gradient(135deg,#6255df,#5549cf);
  border-color:#6255df;color:#fff;
  box-shadow:0 10px 26px rgba(98,85,223,.24)
}
.cs-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#574acb,#473dbc);border-color:#5145c8}
.cs-btn-secondary{border-color:#dddfea;color:#33384b}
.cs-hero-proof{margin-top:24px;gap:8px}
.cs-hero-proof span{background:rgba(255,255,255,.84);border-color:#e4e4ed;color:#666c7d}
.cs-flow-card{
  border-radius:26px;padding:25px;
  background:
    radial-gradient(circle at 78% 18%,rgba(105,91,228,.34),transparent 30%),
    linear-gradient(145deg,#171827,#0c0d15 72%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 80px rgba(22,22,38,.25)
}
.cs-flow-card:before{
  content:"WORKFLOW PREVIEW";display:inline-flex;margin-bottom:18px;
  padding:5px 8px;border:1px solid rgba(255,255,255,.11);border-radius:999px;
  color:#a7abba;font-size:.58rem;font-weight:850;letter-spacing:.12em
}
.cs-flow-card:after{background:#785fe6;opacity:.24}
.cs-flow-head{font-size:.9rem}
.cs-pill{background:rgba(34,160,107,.14);color:#78e0b8;border-color:rgba(120,224,184,.22)}
.cs-flow li{grid-template-columns:120px 1fr;border-radius:13px;background:rgba(255,255,255,.045)}
.cs-flow li.active{background:linear-gradient(90deg,rgba(102,89,230,.25),rgba(102,89,230,.09));border-color:rgba(143,132,246,.35)}
.cs-studio,.cs-workbench,.cs-output-grid,.cs-billing-band{max-width:none;margin-left:0;margin-right:0;padding-left:36px;padding-right:36px}
.cs-studio{padding-top:42px;padding-bottom:38px}
.cs-studio-head,.cs-section-head{margin-bottom:20px}
.cs-studio h2,.cs-workbench h2,.cs-billing-band h2{letter-spacing:-.045em}
.cs-session-meters>span{border-color:#e3e4eb;box-shadow:0 3px 12px rgba(29,31,48,.03)}
.cs-status.recording{color:#c33}
.cs-layout{grid-template-columns:minmax(0,1.58fr) minmax(300px,.64fr);gap:18px;align-items:start}
.cs-stage,.cs-queue,.cs-workbench,.cs-output-card{
  border-color:#e4e5eb;border-radius:20px;
  box-shadow:0 12px 36px rgba(30,32,50,.055)
}
.cs-stage{padding:12px}
.cs-preview-shell{border-radius:16px;background:#0c0d13;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
#live-preview{background:#0c0d13}
.cs-preview-hud span{backdrop-filter:blur(10px)}
.cs-capture-controls{padding:3px 2px 1px}
.cs-preflight{margin-left:2px;margin-right:2px;background:#fafafe;border-color:#e8e8f0;border-radius:12px}
.cs-instruction{margin:16px 3px 4px}
.cs-instruction textarea,.cs-field textarea,.cs-checkout-contact input,.cs-trim-row input{border-color:#d9dbe5;border-radius:11px}
.cs-instruction textarea:focus,.cs-field textarea:focus,.cs-checkout-contact input:focus,.cs-trim-row input:focus{
  outline:3px solid rgba(98,85,223,.12);border-color:#8b82ea
}
.cs-queue{
  padding:19px;min-height:0;align-self:start;position:sticky;top:18px;
  max-height:calc(100vh - 36px);overflow:auto
}
.cs-count{background:#efedff;color:#5147c2}
.cs-empty-state{border-color:#d9dae4;background:#fcfcfe;color:#85899a}
.cs-queue-item,.cs-list-item{border-color:#e3e4ea;background:#fff}
.cs-workbench{margin-top:2px;padding-top:23px;padding-bottom:23px}
.cs-workbench .cs-section-head{padding:0 22px}
.cs-editor-grid{border-color:#ebeaf0}
.cs-editor-preview{background:#0c0d13}
.cs-edit-cost{background:#f4f3fb;color:#5f6475}
.cs-plan{border-color:#ddd9fa;background:#f7f5ff;color:#656a7d}
.cs-plan strong{color:#5147c2}
.cs-output-grid{gap:18px;padding-top:18px;padding-bottom:42px}
.cs-output-card{padding:19px;min-height:300px;scroll-margin-top:20px}
.cs-channels button{background:#fafafe;border-color:#e5e5ec}
.cs-billing-band{
  margin:4px 36px 54px;padding:30px 30px;
  background:
    radial-gradient(circle at 88% 20%,rgba(255,119,105,.23),transparent 28%),
    radial-gradient(circle at 70% 80%,rgba(105,91,228,.30),transparent 36%),
    linear-gradient(135deg,#171827,#25213d);
  border:1px solid rgba(255,255,255,.06);border-radius:22px
}
.cs-billing-band .cs-kicker{color:#c6bfff}
.cs-dialog{border-radius:22px;box-shadow:0 35px 120px rgba(24,24,42,.36)}
.cs-dialog-head h2{letter-spacing:-.04em}
.cs-plans{gap:10px}
.cs-plans article{border-radius:14px}
.cs-plans article.featured{border-color:#6255df;background:#f7f5ff}
.cs-sidebar-primary:focus-visible,.cs-sidebar-nav a:focus-visible,.cs-sidebar-nav button:focus-visible,
.cs-topbar-offer button:focus-visible,.cs-btn:focus-visible{
  outline:3px solid rgba(98,85,223,.26);outline-offset:2px
}
#queue,#shorts,#master,#publish,#studio,#editor{scroll-margin-top:22px}

@media(max-width:1240px){
  .cs-app-shell{grid-template-columns:220px minmax(0,1fr)}
  .cs-product-sidebar{padding-left:11px;padding-right:11px}
  .cs-hero{padding-left:38px;padding-right:38px;gap:32px}
  .cs-layout{grid-template-columns:1fr}
  .cs-queue{min-height:0;position:static;max-height:none;overflow:visible}
  .cs-output-grid{grid-template-columns:1fr 1fr}
  .cs-publish-card{grid-column:1/-1}
}
@media(max-width:980px){
  .cs-app-shell{width:min(100% - 18px,1600px);grid-template-columns:1fr}
  .cs-product-sidebar{
    position:static;min-height:auto;max-height:none;overflow:visible;border-right:0;
    border-bottom:1px solid #e8e9ef;border-radius:20px 20px 0 0;padding:13px
  }
  .cs-sidebar-brand{display:none}
  .cs-sidebar-primary{width:max-content;min-height:38px;padding:0 12px}
  .cs-sidebar-nav{flex-direction:row;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}
  .cs-sidebar-label,.cs-sidebar-note{display:none}
  .cs-sidebar-nav a,.cs-sidebar-nav button{
    flex:0 0 auto;width:auto;min-height:36px;grid-template-columns:18px auto auto;white-space:nowrap
  }
  .cs-product-topbar{border-radius:0}
  .cs-hero{grid-template-columns:1fr;padding-top:52px}
  .cs-flow-card{max-width:700px}
}
@media(max-width:760px){
  #creator-main{padding-bottom:20px}
  .cs-app-shell{width:100%;margin-top:0;border-left:0;border-right:0;border-radius:0;box-shadow:none}
  .cs-product-sidebar{border-radius:0}
  .cs-product-topbar{padding:10px 17px}
  .cs-topbar-offer{font-size:0;gap:0}
  .cs-topbar-offer button{font-size:.69rem}
  .cs-hero,.cs-studio,.cs-workbench,.cs-output-grid{padding-left:18px;padding-right:18px}
  .cs-hero{padding-top:44px;padding-bottom:42px}
  .cs-hero h1{font-size:clamp(2.7rem,13vw,4.25rem)}
  .cs-studio{padding-top:32px}
  .cs-editor-grid{grid-template-columns:1fr}
  .cs-editor-preview{min-height:240px}
  .cs-output-grid{grid-template-columns:1fr;gap:14px}
  .cs-publish-card{grid-column:auto}
  .cs-billing-band{margin:2px 14px 34px;padding:24px 20px}
}
@media(max-width:500px){
  .cs-product-topbar>span:first-child{font-size:.65rem}
  .cs-flow li{grid-template-columns:1fr}
  .cs-capture-controls .cs-btn{width:100%}
  .cs-hero-proof span{font-size:.7rem}
}


/* Mobile photographer capture — 2026-08 */
.cs-page [hidden]{display:none!important}
.cs-photographer-access{
  margin:0 36px 22px;
  padding:18px;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(220px,.65fr) minmax(260px,.8fr);
  gap:18px;
  align-items:stretch;
  border:1px solid #e3e4eb;
  border-radius:18px;
  background:linear-gradient(135deg,#fff 0%,#fbfaff 56%,#fff9f7 100%);
  box-shadow:0 10px 30px rgba(30,32,50,.04);
  scroll-margin-top:22px
}
.cs-photographer-copy h3{margin:5px 0 8px;font-size:1.1rem;letter-spacing:-.025em;color:#222538}
.cs-photographer-copy p{margin:0;color:#6c7284;font-size:.75rem;line-height:1.58}
.cs-photographer-copy p strong{color:#383c50}
.cs-capture-source{
  display:flex;flex-direction:column;justify-content:center;gap:6px;
  padding:13px;border:1px solid #e4e2f2;border-radius:13px;background:rgba(255,255,255,.88)
}
.cs-capture-source label{font-size:.68rem;font-weight:820;color:#3d4155}
.cs-capture-source select{
  width:100%;min-height:42px;padding:8px 34px 8px 10px;
  border:1px solid #d8d9e4;border-radius:10px;background:#fff;color:#292d40;
  font:inherit;font-size:.72rem
}
.cs-capture-source select:focus{outline:3px solid rgba(98,85,223,.12);border-color:#8b82ea}
.cs-capture-source select:disabled{background:#f4f4f7;color:#8b8e9b;cursor:not-allowed}
.cs-capture-source span{font-size:.61rem;line-height:1.45;color:#9195a4}
.cs-photographer-safety{
  display:flex;flex-direction:column;justify-content:center;gap:7px;
  padding:13px 14px;border-radius:13px;background:#171824;color:#c6c9d2
}
.cs-photographer-safety span{font-size:.63rem;line-height:1.48}
.cs-photographer-safety span:first-child{color:#fff;font-weight:760}
.cs-photographer-safety .good{color:#7fe1b9}
.cs-photographer-safety .warn{color:#fdc97a}

@media(max-width:1240px){
  .cs-photographer-access{grid-template-columns:1fr 1fr}
  .cs-photographer-copy{grid-column:1/-1}
}
@media(max-width:760px){
  .cs-page .top-strip{display:none}
  .cs-product-sidebar{gap:10px}
  .cs-sidebar-primary{width:100%;min-height:46px}
  .cs-sidebar-nav{gap:3px}
  .cs-product-topbar{min-height:52px}
  .cs-hero{padding-top:34px;padding-bottom:30px}
  .cs-hero h1{font-size:clamp(2.5rem,12vw,3.6rem);line-height:.98;margin-top:14px;margin-bottom:16px}
  .cs-hero-copy>p{font-size:.94rem;line-height:1.6}
  .cs-flow-card{display:none}
  .cs-hero-actions{margin-top:21px}
  .cs-hero-actions .cs-btn{flex:1 1 100%;min-height:49px}
  .cs-hero-proof{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}
  .cs-hero-proof::-webkit-scrollbar{display:none}
  .cs-hero-proof span{flex:0 0 auto}
  .cs-studio{padding-top:26px}
  .cs-session-meters{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:7px}
  .cs-session-meters>span{justify-content:center;text-align:center}
  .cs-photographer-access{margin:0 18px 18px;padding:14px;grid-template-columns:1fr;gap:10px}
  .cs-photographer-copy{grid-column:auto}
  .cs-photographer-copy h3{font-size:1.05rem}
  .cs-photographer-copy p{font-size:.73rem}
  .cs-capture-source select{min-height:50px;font-size:16px}
  .cs-photographer-safety{padding:12px}
  .cs-page input,.cs-page textarea,.cs-page select{font-size:16px}
  .cs-dialog{max-height:calc(100dvh - 16px);overflow-y:auto;overscroll-behavior:contain}
  .cs-preview-hud{flex-wrap:wrap}
}
@media(max-width:600px) and (orientation:portrait){
  .cs-preview-shell{aspect-ratio:9/16;max-height:68svh;margin-left:auto;margin-right:auto}
  #live-preview{object-fit:contain}
}
@media(max-width:500px){
  .cs-product-topbar>span:first-child{max-width:64%}
  .cs-session-meters{grid-template-columns:1fr 1fr}
  .cs-capture-controls{
    position:sticky;bottom:calc(8px + env(safe-area-inset-bottom));z-index:12;
    display:grid;grid-template-columns:1fr 1fr;gap:8px;
    margin:10px 0 0;padding:8px;
    border:1px solid rgba(226,227,235,.9);border-radius:14px;
    background:rgba(255,255,255,.94);backdrop-filter:blur(12px);
    box-shadow:0 10px 28px rgba(25,27,45,.12)
  }
  .cs-capture-controls #start-recording,.cs-capture-controls #stop-recording{grid-column:1/-1}
  .cs-capture-controls #start-recording:disabled,.cs-capture-controls #stop-recording:disabled{display:none}
  .cs-capture-controls .cs-btn{width:100%;min-height:50px;padding-left:10px;padding-right:10px;font-size:.73rem}
  .cs-stage{padding-bottom:calc(12px + env(safe-area-inset-bottom))}
  .cs-photographer-access{margin-left:12px;margin-right:12px}
  .cs-dialog{width:calc(100vw - 12px);padding:16px;margin-bottom:6px;border-radius:18px}
}

/* Creator account, explicit storage choice, real editor + recording history */
.cs-page{overflow-x:hidden}
.cs-account-strip{
  margin:0 36px 18px;padding:15px 17px;border:1px solid #dddaf7;border-radius:16px;
  background:linear-gradient(135deg,#f8f7ff,#fff);display:flex;align-items:center;justify-content:space-between;gap:18px
}
.cs-account-strip>div:first-child{display:flex;flex-direction:column;gap:5px;min-width:0}
.cs-account-strip strong{font-size:.92rem;color:#292541}.cs-account-strip>div:first-child>span:last-child{font-size:.7rem;line-height:1.5;color:#73778a;max-width:780px}
.cs-account-actions{display:flex;gap:8px;flex:0 0 auto}.cs-account-actions .cs-btn{min-height:40px;font-size:.72rem}
.cs-storage-choice,.cs-storage-plans{border:0;margin:14px 2px 0;padding:0;display:grid;gap:8px}
.cs-storage-choice{grid-template-columns:repeat(3,1fr)}
.cs-storage-choice legend,.cs-storage-plans legend{grid-column:1/-1;padding:0 0 8px;font-size:.72rem;font-weight:820;color:#35394d}
.cs-storage-choice label,.cs-storage-plans label{
  border:1px solid #dedfe8;border-radius:12px;background:#fff;padding:11px 12px;display:flex;gap:9px;align-items:flex-start;cursor:pointer
}
.cs-storage-choice label:has(input:checked),.cs-storage-plans label:has(input:checked){border-color:#7770df;background:#f7f5ff;box-shadow:0 0 0 2px rgba(98,85,223,.08)}
.cs-storage-choice label.disabled{opacity:.58;cursor:not-allowed;background:#f7f7f9}
.cs-storage-choice input[type="radio"],.cs-storage-plans input[type="radio"]{
  width:16px;min-width:16px;height:16px;margin:2px 0 0;padding:0;
  accent-color:#6255df;flex:0 0 16px
}
.cs-storage-choice label>span,.cs-storage-plans label>span{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;gap:3px}
.cs-storage-choice strong,.cs-storage-plans strong{font-size:.73rem;color:#323649}.cs-storage-choice small,.cs-storage-plans small{font-size:.63rem;line-height:1.45;color:#84899a}
.cs-storage-plans{grid-template-columns:repeat(4,1fr);margin:14px 0}
.cs-playhead-actions{display:flex;gap:7px;flex-wrap:wrap}.cs-playhead-actions .cs-btn{min-height:38px;font-size:.7rem;padding:8px 11px}
.cs-basic-tools{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.cs-basic-tools label{font-size:.68rem;font-weight:760;color:#4c5264;display:flex;flex-direction:column;gap:5px}
.cs-basic-tools select,.cs-field input{min-height:42px;width:100%;border:1px solid #d9dbe5;border-radius:10px;background:#fff;color:#25293a;padding:8px 9px;font:inherit}
.cs-basic-tools .cs-check-tool{justify-content:center;border:1px solid #e0e1e8;border-radius:10px;padding:8px;flex-direction:row;align-items:center;font-weight:700}.cs-check-tool input{accent-color:#6255df}
.cs-manual-edit-note{padding:9px 11px;border-radius:10px;background:#f7f8fb;color:#70768a;font-size:.67rem;line-height:1.5}
.cs-recordings{max-width:none;margin:0;padding:18px 36px 24px;scroll-margin-top:22px}
.cs-recordings h2{font-size:clamp(1.75rem,3vw,2.55rem);letter-spacing:-.04em;margin:5px 0 0}
.cs-recording-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.cs-recording-columns .cs-output-card{min-height:260px}
.cs-recording-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.cs-recording-actions .cs-btn{min-height:34px;padding:6px 9px;font-size:.66rem}
.cs-recording-meta{min-width:0}.cs-recording-meta>span{display:block;margin-top:3px}.cs-delete-confirm{border-color:#fecaca!important;color:#b42318!important}
.cs-consent-dialog{width:min(620px,calc(100vw - 24px))}.cs-consent-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0}.cs-consent-summary span{padding:10px;border:1px solid #e2e3ea;border-radius:10px;background:#fafafe;font-size:.7rem;color:#565c70;text-align:center}
.cs-restore-dialog{width:min(560px,calc(100vw - 24px))}

@media(max-width:980px){
  .cs-account-strip{margin-left:18px;margin-right:18px}
  .cs-storage-choice{grid-template-columns:1fr 1fr}.cs-storage-choice label:last-child{grid-column:1/-1}
  .cs-storage-plans{grid-template-columns:1fr 1fr}.cs-basic-tools{grid-template-columns:1fr 1fr}
}

/* Phone-first workspace: capture controls stay reachable, pricing swipes horizontally,
   and long marketing copy gets out of the way of the camera/editor. */
@media(max-width:760px){
  .cs-product-sidebar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);backdrop-filter:blur(12px)}
  .cs-hero{padding:24px 16px 22px}.cs-hero h1{font-size:clamp(2.15rem,11vw,3rem);line-height:1;margin:10px 0 12px}.cs-hero-copy>p{font-size:.86rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .cs-hero-actions{margin-top:16px}.cs-hero-proof{margin-top:14px}
  .cs-studio,.cs-workbench,.cs-output-grid,.cs-recordings{padding-left:10px;padding-right:10px}
  .cs-studio{padding-top:18px}.cs-studio-head{gap:12px;margin-bottom:12px}.cs-studio h2,.cs-workbench h2,.cs-recordings h2{font-size:1.55rem}
  .cs-account-strip{margin:0 10px 12px;padding:12px;align-items:stretch;flex-direction:column}.cs-account-actions .cs-btn{flex:1}
  .cs-photographer-access{margin:0 10px 10px;padding:11px}.cs-photographer-copy p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cs-photographer-safety span:nth-child(2){display:none}
  .cs-storage-choice{grid-template-columns:1fr;margin-top:10px}.cs-storage-choice label:last-child{grid-column:auto}.cs-storage-choice label{padding:10px}
  .cs-preflight{margin-top:10px;padding:10px}.cs-preflight>span:nth-of-type(2){display:none}
  .cs-instruction textarea{min-height:84px}
  .cs-recording-columns{grid-template-columns:1fr}.cs-recording-columns .cs-output-card{min-height:220px}
  .cs-basic-tools{grid-template-columns:1fr 1fr}.cs-playhead-actions .cs-btn{flex:1 1 30%}
  .cs-edit-panel{padding:15px;gap:11px}.cs-editor-preview{min-height:210px}
  .cs-plans{display:flex!important;grid-template-columns:none!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:9px;padding:2px 1px 8px;scrollbar-width:none}.cs-plans::-webkit-scrollbar{display:none}.cs-plans article{flex:0 0 min(78vw,270px);scroll-snap-align:start;min-height:170px}
  .cs-storage-plans{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding-bottom:5px}.cs-storage-plans label{flex:0 0 min(76vw,260px);scroll-snap-align:start}
  .cs-dialog{width:calc(100vw - 8px);max-height:calc(100dvh - 8px);margin:4px auto;padding:15px;border-radius:18px}.cs-dialog-head{position:sticky;top:-15px;z-index:2;background:#fff;padding-top:8px;padding-bottom:8px}.cs-dialog-head h2{font-size:1.35rem}
  .cs-consent-summary{grid-template-columns:1fr}.cs-consent-dialog .cs-edit-actions .cs-btn{flex:1 1 100%;min-height:50px}
}

@media(max-width:430px){
  .cs-session-meters{grid-template-columns:1fr 1fr;gap:5px}.cs-session-meters>span{padding:6px 5px;font-size:.68rem}
  .cs-preview-shell{max-height:58svh}.cs-capture-controls{bottom:calc(4px + env(safe-area-inset-bottom));padding:6px;gap:6px}.cs-capture-controls .cs-btn{min-height:48px;font-size:.7rem}
  .cs-basic-tools{grid-template-columns:1fr 1fr}.cs-playhead-actions{display:grid;grid-template-columns:1fr 1fr}.cs-playhead-actions .cs-btn:first-child:last-child{grid-column:1/-1}
  .cs-recording-actions{width:100%;justify-content:flex-start}.cs-list-item{flex-wrap:wrap}
}

/* Focused creator desk: inspired by best-in-class creation loops without the model maze. */
.cs-generation{max-width:none;margin:0;padding:42px 36px 48px;background:#090b14;color:#fff;border-top:1px solid #202335;border-bottom:1px solid #202335}
.cs-generation .cs-generation-head{align-items:flex-end;margin-bottom:20px}.cs-generation-head h2{max-width:760px;margin-top:6px;color:#fff;font-size:clamp(2rem,3.5vw,3.2rem);letter-spacing:-.052em}.cs-generation-head p{max-width:720px;margin:9px 0 0;color:#9fa6b8;font-size:.82rem;line-height:1.6}.cs-generation-head>.cs-muted{max-width:320px;color:#8f96aa;text-align:right}
.cs-creation-tabs{display:flex;gap:8px;margin:0 0 14px;padding:5px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:#111420;width:max-content;max-width:100%;overflow-x:auto;scrollbar-width:none}.cs-creation-tabs::-webkit-scrollbar{display:none}.cs-creation-tabs button{display:flex;align-items:center;gap:9px;min-height:42px;padding:9px 14px;border:0;border-radius:11px;background:transparent;color:#959caf;font-size:.73rem;font-weight:800;white-space:nowrap;cursor:pointer}.cs-creation-tabs button span{color:#626a80;font-size:.61rem}.cs-creation-tabs button[aria-selected="true"]{background:#fff;color:#131522;box-shadow:0 9px 26px rgba(0,0,0,.24)}.cs-creation-tabs button[aria-selected="true"] span{color:#6255df}.cs-creation-tabs button:focus-visible{outline:3px solid #9187ff;outline-offset:2px}
.cs-generation-layout{display:grid;grid-template-columns:minmax(470px,.9fr) minmax(500px,1.1fr);gap:14px;align-items:start}
.cs-generation-form,.cs-create-stage{min-width:0;border:1px solid rgba(255,255,255,.105);border-radius:19px;background:#111420;box-shadow:0 24px 70px rgba(0,0,0,.2)}
.cs-generation-form{padding:20px}.cs-generation-form #video-generate-fields{display:flex;flex-direction:column;gap:13px}
.cs-model-picker{margin:0;padding:0;border:0;display:grid;grid-template-columns:1fr 1fr;gap:9px}
.cs-model-picker legend{grid-column:1/-1;font-size:.69rem;font-weight:850;color:#c3c8d4;margin-bottom:1px;letter-spacing:.035em;text-transform:uppercase}
.cs-model-card{position:relative;display:flex;gap:9px;min-width:0;min-height:137px;padding:13px;border:1px solid #303448;border-radius:13px;background:#171a28;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.cs-model-card:hover{border-color:#7168ce;transform:translateY(-1px)}.cs-model-card:has(input:checked){border:2px solid #7468ec;padding:12px;background:linear-gradient(145deg,#24203c,#181a2a);box-shadow:0 10px 26px rgba(84,70,203,.19)}
.cs-model-card input{width:16px;min-width:16px;height:16px;margin:2px 0 0;accent-color:#7c70ef}.cs-model-card-copy{display:flex;flex:1;min-width:0;flex-direction:column;align-items:flex-start;gap:5px}.cs-model-card-copy strong{font-size:.96rem;color:#fff;line-height:1.15}.cs-model-card-copy>span:not(.cs-model-badge){font-size:.69rem;line-height:1.42;color:#aeb4c4}.cs-model-card-copy small{font-size:.62rem;line-height:1.4;color:#777f94;margin-top:auto}
.cs-model-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 7px;background:#2d2856;color:#bcb5ff;font-size:.56rem;font-weight:850;letter-spacing:.045em;text-transform:uppercase}.cs-model-badge.premium{background:#123a30;color:#8ce2c3}.cs-generation-help{font-size:.67rem;line-height:1.5;color:#7f879a;margin:0 2px}
.cs-prompt-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.cs-prompt-head label{color:#d6dae4;font-size:.72rem;font-weight:830}.cs-prompt-head span{color:#71798e;font-size:.63rem}.cs-generation-form textarea{width:100%;min-height:118px;resize:vertical;border-color:#33374a;background:#0d0f18;color:#fff;box-shadow:none}.cs-generation-form textarea::placeholder{color:#666f83}
.cs-prompt-tools{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:-5px}.cs-prompt-tools button{border:1px solid #4b438f;border-radius:9px;background:#242041;color:#c8c3ff;padding:7px 10px;font-size:.64rem;font-weight:820;cursor:pointer}.cs-prompt-tools button:hover{background:#302a55}.cs-prompt-tools span{color:#737b8e;font-size:.61rem}
.cs-frame-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:12px;border:1px solid #34384a;border-radius:13px;background:#0d0f18}.cs-frame-field{position:relative;min-width:0}.cs-frame-field label{display:flex;min-height:106px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px dashed #4c5268;border-radius:10px;background:#151825;text-align:center;cursor:pointer}.cs-frame-field label span{color:#e3e5ec;font-size:.73rem;font-weight:820}.cs-frame-field label small{color:#777f92;font-size:.59rem}.cs-frame-field label b{margin-top:4px;color:#b7afff;font-size:.63rem}.cs-frame-field input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.cs-frame-field:focus-within label{outline:3px solid #9187ff;outline-offset:2px}.cs-frame-field button{position:absolute;right:6px;top:6px;z-index:1;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(8,10,17,.8);color:#fff;padding:5px 7px;font-size:.55rem;cursor:pointer}.cs-frame-fields>p{grid-column:1/-1;margin:0;color:#747d91;font-size:.61rem;line-height:1.5}
.cs-inspiration-block{display:flex;flex-direction:column;gap:8px}.cs-inspiration-block>div:first-child{display:flex;justify-content:space-between;gap:10px}.cs-inspiration-block strong{color:#d8dbe4;font-size:.7rem}.cs-inspiration-block>div:first-child span{color:#737b8e;font-size:.61rem}.cs-inspiration-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.cs-inspiration-grid button{position:relative;min-width:0;height:78px;overflow:hidden;border:1px solid #34384a;border-radius:10px;background:#151825;padding:0;cursor:pointer}.cs-inspiration-grid button:after{content:"";position:absolute;inset:20% 0 0;background:linear-gradient(180deg,transparent,rgba(6,8,14,.94))}.cs-inspiration-grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.cs-inspiration-grid span{position:absolute;z-index:1;left:7px;right:7px;bottom:6px;color:#fff;font-size:.6rem;font-weight:820;text-align:left}.cs-inspiration-grid button:hover img{transform:scale(1.04)}.cs-inspiration-grid button:focus-visible{outline:3px solid #9187ff;outline-offset:2px}
.cs-generation-controls{display:grid;grid-template-columns:1fr 1fr minmax(125px,.8fr);gap:8px;align-items:end}.cs-generation-controls>label{font-size:.66rem;font-weight:780;color:#aeb4c2}.cs-generation-controls select{display:block;margin-top:5px;border-color:#34384a;background:#0d0f18;color:#fff}.cs-generation-controls .cs-check-tool{min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #34384a;border-radius:10px;background:#0d0f18;padding:9px}.cs-generation-controls .cs-check-tool input{width:16px;min-width:16px;height:16px}
.cs-model-disclosure{display:grid;grid-template-columns:1fr;gap:3px;border:1px solid #393258;border-radius:11px;background:#18152a;padding:10px 12px;font-size:.65rem;line-height:1.45;color:#9298a8}.cs-model-disclosure strong{color:#c4bdff}.cs-model-disclosure #video-price-status{font-weight:700;color:#aeb4c3}
.cs-provider-roundtrip{display:flex;flex-direction:column;gap:3px;padding:10px 11px;border:1px solid #303448;border-radius:11px;background:#0d0f18;color:#8d95a8;font-size:.65rem;line-height:1.5}.cs-provider-roundtrip strong{color:#d4d7e1;font-size:.69rem}.cs-provider-roundtrip a{color:#aaa2ff;font-weight:750;text-decoration:underline;text-underline-offset:2px}
.cs-provider-consent{display:flex;align-items:flex-start;gap:9px;border:1px solid #303448;border-radius:11px;padding:10px 11px;background:#151724;color:#858da0;font-size:.64rem;line-height:1.5;cursor:pointer}.cs-provider-consent strong{color:#c3c8d4}.cs-provider-consent input{width:17px;min-width:17px;height:17px;margin-top:2px;accent-color:#7468ec}.cs-generation-actions{display:grid;grid-template-columns:minmax(190px,.72fr) 1fr;align-items:center;gap:11px}.cs-generation-actions .cs-btn{min-height:48px}.cs-generation-actions>span{min-width:0;color:#858da0;font-size:.64rem;line-height:1.45}.cs-generation-actions>span.error{color:#ff9d91}.cs-generation-actions>span.success{color:#7ee0bb}
.cs-import-panel{display:flex;min-height:520px;align-items:flex-start;justify-content:center;flex-direction:column;gap:10px}.cs-import-panel h3{margin:2px 0 0;color:#fff;font-size:1.55rem}.cs-import-panel>p{max-width:470px;margin:0;color:#8d95a8;font-size:.76rem;line-height:1.6}.cs-import-drop{position:relative;display:flex;width:100%;min-height:210px;margin-top:10px;align-items:center;justify-content:center;flex-direction:column;gap:7px;border:1px dashed #6358c8;border-radius:15px;background:linear-gradient(145deg,#1d1936,#111420);cursor:pointer}.cs-import-drop:focus-within{outline:3px solid #9187ff;outline-offset:2px}.cs-import-drop strong{color:#fff;font-size:1rem}.cs-import-drop span,.cs-import-panel>span:last-child{color:#858da0;font-size:.65rem}.cs-import-drop input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.cs-create-stage{position:sticky;top:92px;overflow:hidden;padding:13px}.cs-brief-canvas{position:relative;min-height:520px;overflow:hidden;border-radius:14px;background:#161927}.cs-brief-canvas>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.cs-canvas-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,13,.18),rgba(5,7,13,.18) 32%,rgba(5,7,13,.92) 88%)}.cs-canvas-top{position:absolute;top:14px;left:14px;right:14px;display:flex;align-items:center;justify-content:space-between;gap:8px}.cs-canvas-top span{padding:6px 8px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(8,10,17,.65);backdrop-filter:blur(8px);color:#e4e6ed;font-size:.59rem;font-weight:820}.cs-canvas-copy{position:absolute;left:20px;right:20px;bottom:20px;display:flex;flex-direction:column;gap:7px}.cs-canvas-copy small{color:#a79fff;font-size:.59rem;font-weight:900;letter-spacing:.09em}.cs-canvas-copy strong{max-width:560px;color:#fff;font-size:clamp(1.5rem,2.4vw,2.35rem);line-height:1.04;letter-spacing:-.035em}.cs-canvas-copy span{max-width:580px;color:#b3b8c5;font-size:.7rem;line-height:1.5}.cs-end-frame-preview{position:absolute;right:15px;bottom:15px;width:112px;height:82px;overflow:hidden;border:2px solid rgba(255,255,255,.78);border-radius:10px;background:#111420;box-shadow:0 10px 28px rgba(0,0,0,.35)}.cs-end-frame-preview img{width:100%;height:100%;object-fit:cover}.cs-end-frame-preview span{position:absolute;right:4px;bottom:4px;padding:3px 5px;border-radius:999px;background:rgba(0,0,0,.7);color:#fff;font-size:.5rem;font-weight:850}
.cs-stage-facts{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:0;margin-top:10px;border:1px solid #2c3041;border-radius:12px;background:#0d0f18}.cs-stage-facts>span{display:flex;min-width:0;flex-direction:column;gap:3px;padding:10px 11px;border-right:1px solid #2c3041}.cs-stage-facts>span:last-child{border-right:0}.cs-stage-facts b{color:#6f778c;font-size:.53rem;letter-spacing:.055em;text-transform:uppercase}.cs-stage-facts strong{overflow:hidden;color:#e1e4eb;font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}
.cs-handoff-history{display:flex;flex-direction:column;gap:9px;margin-top:10px;padding:12px;border:1px solid #2c3041;border-radius:12px;background:#0d0f18}.cs-handoff-history>div:first-child{display:flex;justify-content:space-between;gap:10px}.cs-handoff-history strong{color:#daddE6;font-size:.69rem}.cs-handoff-history>div:first-child span{color:#70798c;font-size:.58rem}.cs-handoff-list{display:flex;flex-direction:column;gap:6px}.cs-handoff-list p{margin:0;color:#71798c;font-size:.64rem}.cs-handoff-item{display:grid;grid-template-columns:1fr auto;gap:4px 10px;padding:8px 9px;border:1px solid #292d3c;border-radius:9px;background:#151722}.cs-handoff-item strong{color:#d8dbe4;font-size:.65rem}.cs-handoff-item time{color:#6f7788;font-size:.56rem}.cs-handoff-item span{grid-column:1/-1;color:#858da0;font-size:.58rem}
@media(max-width:1120px){.cs-generation-layout{grid-template-columns:minmax(420px,.9fr) minmax(420px,1.1fr)}.cs-brief-canvas{min-height:480px}.cs-inspiration-grid{grid-template-columns:1fr 1fr}}
@media(max-width:980px){.cs-generation-layout{grid-template-columns:1fr}.cs-create-stage{position:static}.cs-brief-canvas{min-height:460px}.cs-inspiration-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){.cs-generation{padding:32px 10px 36px}.cs-generation-head{align-items:flex-start!important;flex-direction:column}.cs-generation-head>.cs-muted{text-align:left}.cs-creation-tabs{width:100%}.cs-creation-tabs button{flex:1 0 auto}.cs-generation-form{padding:13px}.cs-model-picker{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:1px 1px 6px}.cs-model-card{flex:0 0 min(76vw,290px);scroll-snap-align:start}.cs-frame-fields{grid-template-columns:1fr}.cs-frame-fields>p{grid-column:auto}.cs-generation-controls{grid-template-columns:1fr 1fr}.cs-generation-controls .cs-check-tool{grid-column:1/-1}.cs-generation-actions{grid-template-columns:1fr}.cs-generation-actions .cs-btn{width:100%}.cs-inspiration-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.cs-inspiration-grid button{flex:0 0 120px;scroll-snap-align:start}.cs-brief-canvas{min-height:430px}.cs-stage-facts{grid-template-columns:1fr}.cs-stage-facts>span{border-right:0;border-bottom:1px solid #2c3041}.cs-stage-facts>span:last-child{border-bottom:0}.cs-handoff-history>div:first-child{flex-direction:column}.cs-import-panel{min-height:390px}}
@media(max-width:430px){.cs-generation-head h2{font-size:1.85rem}.cs-model-card{flex-basis:82vw}.cs-generation-controls{grid-template-columns:1fr}.cs-generation-controls .cs-check-tool{grid-column:auto}.cs-brief-canvas{min-height:390px}.cs-canvas-copy strong{font-size:1.45rem}.cs-canvas-copy span{font-size:.64rem}.cs-end-frame-preview{width:92px;height:68px}}
@media(prefers-reduced-motion:reduce){.cs-model-card,.cs-inspiration-grid img{transition:none}.cs-model-card:hover{transform:none}.cs-inspiration-grid button:hover img{transform:none}}

/* Visual workflow catalogue for the Creator Studio entry experience. */
.cs-mode-showcase{padding:42px 36px 46px;background:#10121f;color:#fff;border-bottom:1px solid #24273a}
.cs-mode-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:22px}
.cs-mode-heading h2{margin:7px 0 0;font-size:clamp(1.9rem,3.6vw,3rem);letter-spacing:-.05em;color:#fff}
.cs-mode-heading p{max-width:610px;margin:0;color:#abb1c3;font-size:.83rem;line-height:1.6}
.cs-mode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.cs-mode-card{position:relative;min-height:330px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#171a2a;color:#fff;text-decoration:none;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.cs-mode-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(180deg,transparent,rgba(5,7,14,.96))}
.cs-mode-card img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:transform .3s ease}
.cs-mode-card>span{position:absolute;z-index:1;left:16px;right:16px;bottom:16px;display:flex;flex-direction:column;gap:6px}
.cs-mode-card small{color:#a8a1ff;font-size:.62rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.cs-mode-card strong{font-size:1.08rem}.cs-mode-card b{color:#d9d6ff;font-size:.69rem}
.cs-mode-card:hover img,.cs-mode-card:focus-visible img{transform:scale(1.03)}
.cs-mode-card:focus-visible{outline:3px solid #968cff;outline-offset:3px}
.cs-mode-commercial{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.cs-mode-commercial span{padding:6px 9px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.055);color:#bbc0cf;font-size:.64rem;font-weight:720}
@media(max-width:1060px){.cs-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.cs-mode-showcase{padding:34px 18px 38px}.cs-mode-heading{align-items:flex-start;flex-direction:column}.cs-mode-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.cs-mode-card{flex:0 0 min(76vw,285px);scroll-snap-align:start}}
@media(prefers-reduced-motion:reduce){.cs-mode-card img{transition:none}.cs-mode-card:hover img,.cs-mode-card:focus-visible img{transform:none}}

/* Premium commercial entry: cinematic context first, workspace mechanics second. */
.cs-hero-premium{position:relative;isolation:isolate;max-width:none;min-height:650px;margin:0;padding:86px 68px 72px;overflow:hidden;color:#fff;background:#070b16}
.cs-hero-premium .cs-hero-bg{position:absolute;z-index:-3;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.98) contrast(1.03)}
.cs-hero-premium .cs-hero-overlay{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(3,7,17,.98) 0%,rgba(3,7,17,.92) 34%,rgba(3,7,17,.4) 67%,rgba(3,7,17,.17) 100%),linear-gradient(0deg,rgba(3,7,17,.78),transparent 44%)}
.cs-hero-premium .cs-hero-copy{position:relative;z-index:1;max-width:780px}
.cs-hero-premium h1{max-width:760px;color:#fff;text-shadow:0 3px 30px rgba(0,0,0,.25)}
.cs-hero-premium .cs-hero-copy>p{max-width:690px;color:#c2c9d8}
.cs-hero-premium .cs-kicker{color:#c7c1ff}
.cs-hero-premium .cs-btn-primary{background:#fff;color:#101525;border-color:#fff;box-shadow:0 14px 32px rgba(0,0,0,.24)}
.cs-hero-premium .cs-btn-primary:hover{background:#efedff;border-color:#efedff}
.cs-hero-premium .cs-btn-secondary{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(10px)}
.cs-hero-premium .cs-hero-proof{border-top-color:rgba(255,255,255,.15)}
.cs-hero-premium .cs-hero-proof span{border-color:rgba(255,255,255,.15);background:rgba(4,8,18,.48);color:#d4d8e3;backdrop-filter:blur(10px)}
.cs-hero-premium .cs-flow-card{position:relative;z-index:1;border-color:rgba(255,255,255,.16);background:rgba(8,10,24,.74);backdrop-filter:blur(18px);box-shadow:0 25px 70px rgba(0,0,0,.34)}
.cs-mode-showcase{padding-top:54px;background:radial-gradient(circle at 82% 0,rgba(110,84,235,.16),transparent 28%),#0b0e19}
.cs-mode-card{min-height:390px;border-radius:22px;box-shadow:0 24px 58px rgba(0,0,0,.3)}
.cs-mode-card:after{inset:36% 0 0;background:linear-gradient(180deg,transparent,rgba(5,7,14,.98) 78%)}
.cs-mode-card img{object-position:center}
.cs-mode-card>span{left:20px;right:20px;bottom:20px;gap:8px}
.cs-mode-card strong{max-width:270px;font-size:1.22rem;line-height:1.15;letter-spacing:-.025em}
.cs-mode-card b{font-size:.72rem}
@media(max-width:1060px){.cs-hero-premium{padding:72px 40px 64px}.cs-hero-premium .cs-hero-copy{max-width:670px}.cs-hero-premium .cs-flow-card{display:none}}
@media(max-width:760px){.cs-hero-premium{min-height:720px;padding:0 20px 28px;align-items:end}.cs-hero-premium .cs-hero-bg{object-position:68% center}.cs-hero-premium .cs-hero-overlay{background:linear-gradient(0deg,rgba(3,7,17,.99) 0%,rgba(3,7,17,.93) 48%,rgba(3,7,17,.23) 100%)}.cs-hero-premium .cs-hero-copy{align-self:end}.cs-hero-premium h1{font-size:clamp(2.55rem,12vw,3.8rem)}.cs-hero-premium .cs-hero-copy>p{display:block;-webkit-line-clamp:unset;font-size:.88rem}.cs-hero-premium .cs-hero-actions .cs-btn{width:100%}.cs-hero-premium .cs-hero-proof span:nth-child(n+4){display:none}.cs-mode-card{min-height:390px}}
