/* =====================================================================
   CastMe Studio
   ---------------------------------------------------------------------
   Studio is part of the app, not a place of its own. 93% of what members
   look at - the homepage, the dashboard, opportunities, the showcase and
   this - is one document on one stylesheet with one token set. An
   earlier version of this file invented --floor/--riser/--lamp and took
   Studio out of that family. It does not do that any more.

   Everything below is either a :root token the app already owns, or one
   of the dark-surface values connected/styles.css already uses:

     #0a2423  .studio-world          the floor
     #10342e  .plain-panel on dark   a panel
     #1b493c  .rehearsal-stage       a panel with light on it
     #f0f3e5  .studio-world          ink
     #a1bca8  .inline-note on dark   muted ink
     #36584a  .dark-nav              a line
     #406055  .history-row           a softer line
     #6a8c7e  .button.outline        an edge you can click
     #8fd6ab  .room-number           a small mark

   They are named here so this sheet stops repeating the hexes, not to
   start a second system. Small caps labels follow the app's .eyebrow
   convention (DM Sans, 700, .15em) rather than a monospace face Studio
   would have been alone in using. The primary action is --acid on
   --night, which is the homepage's own CTA.

   Scoped to .studio-room throughout.
   ===================================================================== */

.studio-room{
  --room-floor:#0a2423;
  --room-panel:#10342e;
  --room-panel-lit:#1b493c;
  --room-ink:#f0f3e5;
  --room-ink-soft:#eef7e6;
  --room-muted:#a1bca8;
  --room-line:#36584a;
  --room-line-soft:#406055;
  --room-edge:#6a8c7e;
  --room-mark:#8fd6ab;

  background:var(--room-floor);
  color:var(--room-ink);
  margin-inline:calc(50% - 50vw);
  padding-inline:calc(50vw - 50%);
  min-height:78vh;
}
.studio-room *{box-sizing:border-box}
.studio-room .wrap{max-width:1120px;margin:0 auto;padding:0 24px}
.studio-room a{color:var(--room-mark)}
.studio-room h1,.studio-room h2,.studio-room h3,
.studio-room h4,.studio-room h5{color:var(--room-ink);font-family:'Manrope','DM Sans',system-ui,sans-serif}

/* The app's .eyebrow, on a dark ground. Used for every small label in
   Studio so they match the rest of the site rather than each other. */
.studio-room .room-kicker,
.studio-room .panel-kicker,
.studio-room .video-step strong,
.studio-room .room-door .no,
.studio-room .video-free-note,
.studio-room .takelab-badge,
.studio-room .status-chip,
.studio-room .video-report h5,
.studio-room .video-playable-adjustment strong,
.studio-room .video-before-after-loop strong,
.studio-room .video-coach-score span,
.studio-room .video-coach-priority span,
.studio-room #videoPracticeFocusStatus{
  text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.15em;
  display:block;
}

/* the strip across the top ------------------------------------------- */
.room-callsheet{
  display:flex;flex-wrap:wrap;gap:8px 26px;align-items:baseline;
  padding:15px 0;border-bottom:1px solid var(--room-line);
  font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;
  color:var(--room-muted);
}
.room-callsheet b{color:var(--room-ink)}
.room-callsheet .push{flex:1 1 auto}
.room-callsheet .on{display:inline-flex;align-items:center;gap:7px;color:var(--green)}
.room-callsheet .on::before{
  content:"";width:6px;height:6px;border-radius:50%;background:var(--green);
  box-shadow:0 0 9px var(--green);
}

/* the room head ------------------------------------------------------- */
.room-head{padding:52px 0 34px;position:relative;overflow:hidden}
.room-head::before{
  content:"";position:absolute;inset:-70% 45% auto -15%;height:210%;
  background:radial-gradient(48% 40% at 30% 42%,rgba(64,226,156,.10),transparent 72%);
  pointer-events:none;
}
.room-head > *{position:relative}
.studio-room .room-kicker{color:var(--room-mark);margin:0 0 16px}
.room-head h1{
  font-size:clamp(32px,4.5vw,55px);font-weight:600;letter-spacing:-2px;
  line-height:1.1;margin:0 0 16px;max-width:17ch;text-wrap:balance;
}
.room-head h1 em{font-style:normal;color:var(--acid)}
.room-head > p{margin:0;max-width:52ch;color:var(--room-muted);font-size:15px;line-height:1.7}

/* the rooms ------------------------------------------------------------ */
.room-grid{
  display:grid;gap:1px;background:var(--room-line);
  border-block:1px solid var(--room-line);
  grid-template-columns:repeat(auto-fit,minmax(272px,1fr));margin-top:20px;
}
.room-door{
  background:var(--room-panel);padding:26px 24px 22px;position:relative;
  display:flex;flex-direction:column;gap:9px;min-height:186px;
  text-decoration:none;color:inherit;transition:background .18s ease;
}
.room-door::after{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;
  background:transparent;transition:background .18s ease,box-shadow .18s ease}
.room-door:hover,.room-door:focus-visible{background:var(--room-panel-lit)}
.room-door:hover::after,.room-door:focus-visible::after,.room-door[aria-current]::after{
  background:var(--green);box-shadow:0 0 28px #38d18512,0 0 0 1px #53d59722;
}
.room-door:focus-visible{outline:2px solid var(--acid);outline-offset:-2px}
.studio-room .room-door .no{color:var(--room-mark);font-size:10px}
.room-door h2{font-size:23px;font-weight:600;letter-spacing:-.7px;line-height:1.12;margin:0}
.room-door p{margin:0;font-size:14px;line-height:1.6;color:var(--room-muted);max-width:36ch}
.room-door .spec{margin-top:auto;padding-top:14px;display:flex;gap:6px;flex-wrap:wrap;
  font-size:11px;color:var(--room-muted)}
.room-door .spec span{border:1px solid var(--room-line-soft);border-radius:20px;padding:3px 10px}
.room-door:hover .spec span:first-child,.room-door[aria-current] .spec span:first-child{
  border-color:var(--room-edge);color:var(--room-ink)}

/* the nav inside a room ------------------------------------------------ */
.room-nav{display:flex;gap:0 4px;flex-wrap:wrap;align-items:center;
  border-bottom:1px solid var(--room-line)}
.room-nav a{font-size:13px;color:var(--room-muted);text-decoration:none;
  padding:17px 14px;position:relative}
.room-nav a:first-child{padding-left:0}
.room-nav a:hover{color:var(--room-ink)}
.room-nav a[aria-current]{color:var(--room-ink);font-weight:700}
.room-nav a[aria-current]::after{content:"";position:absolute;left:0;right:0;bottom:-1px;
  height:2px;background:#128150;box-shadow:0 0 10px #49f39740}
.room-nav .push{flex:1 1 auto}

/* =====================================================================
   Review a take
   ===================================================================== */
.studio-room .studio-panel{padding:30px 0 54px}
.studio-room .panel-header{display:flex;gap:22px;justify-content:space-between;
  align-items:flex-start;flex-wrap:wrap;margin-bottom:24px}
.studio-room .panel-kicker{color:var(--room-mark);margin-bottom:10px}
.studio-room .panel-title{
  font-size:clamp(25px,3.3vw,36px);font-weight:600;letter-spacing:-1.3px;
  line-height:1.12;margin:0 0 10px;max-width:20ch;
}
.studio-room .subtle-copy{color:var(--room-muted);font-size:15px;line-height:1.7;
  margin:0;max-width:58ch}
.studio-room .video-free-note{color:var(--acid);border:1px solid var(--room-line-soft);
  border-radius:20px;padding:7px 13px;white-space:nowrap}

/* focus picker --------------------------------------------------------- */
.studio-room .practice-focus-shell{border:1px solid var(--room-line);border-radius:9px;
  background:var(--room-panel);padding:22px;margin-bottom:20px}
.studio-room .practice-focus-heading{display:flex;justify-content:space-between;gap:16px;
  flex-wrap:wrap;align-items:baseline;margin-bottom:16px}
.studio-room .practice-focus-heading strong{display:block;font-size:15px;font-weight:700;margin-bottom:4px}
.studio-room .practice-focus-heading > div span{font-size:13px;color:var(--room-muted)}
.studio-room #videoPracticeFocusStatus{color:var(--room-mark)}
.studio-room .practice-focus-options{display:flex;flex-wrap:wrap;gap:8px}
.studio-room .practice-focus-button{
  font:inherit;font-size:13px;cursor:pointer;border:1px solid var(--room-line-soft);
  border-radius:30px;padding:9px 16px;background:transparent;color:var(--room-ink-soft);
  transition:all .15s ease;
}
.studio-room .practice-focus-button:hover{border-color:var(--room-edge)}
.studio-room .practice-focus-button.is-selected{
  background:var(--acid);border-color:var(--acid);color:var(--night);font-weight:700}
.studio-room .practice-focus-button:focus-visible{outline:2px solid var(--acid);outline-offset:2px}

/* the four steps -------------------------------------------------------- */
.studio-room .video-coach-stepper{display:grid;
  grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:1px;
  background:var(--room-line);border:1px solid var(--room-line);border-radius:9px;
  overflow:hidden;margin-bottom:20px}
.studio-room .video-step{background:var(--room-panel);padding:16px;display:flex;
  flex-direction:column;gap:5px;position:relative}
.studio-room .video-step strong{color:var(--room-muted);font-size:10px}
.studio-room .video-step span{font-size:13px;color:var(--room-ink-soft);line-height:1.55}
.studio-room .video-step.is-active{background:var(--room-panel-lit)}
.studio-room .video-step.is-active strong{color:var(--acid)}
.studio-room .video-step.is-complete strong{color:var(--green)}

/* guidance bar and buttons ----------------------------------------------- */
.studio-room .video-guidance-bar{
  display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:center;
  border:1px solid var(--room-line-soft);border-radius:12px;
  background:radial-gradient(ellipse at 50% 28%,var(--room-panel-lit),#0b1d20 85%);
  box-shadow:0 0 0 1px #53d59722,0 0 28px #38d18512;
  padding:20px 22px;margin-bottom:16px;
}
.studio-room .video-guidance-bar strong{display:block;font-size:17px;font-weight:600;margin-bottom:5px}
.studio-room .video-guidance-bar span{font-size:14px;color:var(--room-muted);line-height:1.6;
  max-width:58ch;display:block}
.studio-room .video-guidance-actions{display:flex;gap:9px;flex-wrap:wrap}

/* The homepage's own CTA: --acid on --night. */
.studio-room .btn{font:inherit;font-size:14px;font-weight:700;cursor:pointer;
  border-radius:30px;padding:11px 20px;border:1px solid transparent;
  transition:all .15s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none}
.studio-room .btn-small{font-size:13px;padding:10px 17px}
.studio-room .btn-primary{background:var(--acid);color:var(--night);border-color:var(--acid)}
.studio-room .btn-primary:hover:not(:disabled){background:#e9fbb4;border-color:#e9fbb4}
.studio-room .btn-outline{background:transparent;color:var(--room-ink);border-color:var(--room-edge)}
.studio-room .btn-outline:hover:not(:disabled){border-color:var(--acid);color:var(--acid)}
.studio-room .btn-ghost{background:transparent;color:var(--room-muted);border-color:transparent;
  text-decoration:underline;text-underline-offset:3px}
.studio-room .btn-ghost:hover:not(:disabled){color:var(--acid)}
.studio-room .btn:disabled{opacity:.45;cursor:not-allowed}
.studio-room .btn:focus-visible{outline:2px solid var(--acid);outline-offset:2px}
.studio-room .video-upload-label{cursor:pointer}
.studio-room .video-hidden{display:none!important}
.studio-room .video-manual-controls[aria-hidden="true"]{display:none}
.studio-room .video-actions{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:16px}

.studio-room .video-preview-wrap{border:1px solid var(--room-line);border-radius:12px;
  background:#071a1b;padding:14px;margin-bottom:16px}
.studio-room .video-preview{width:100%;max-height:420px;border-radius:9px;display:block;background:#000}
.studio-room #videoUploadProgress{font-size:13px;color:var(--room-muted);margin-top:10px;
  line-height:1.7;display:block}
.studio-room .video-status,.studio-room #videoJobStatus{font-size:13px;
  color:var(--room-ink-soft);padding:13px 16px;border-radius:9px;
  border:1px solid var(--room-line);background:var(--room-panel);margin-bottom:16px}
.studio-room .take-status-panel{border:1px solid var(--room-line);border-radius:9px;
  background:var(--room-panel);padding:17px 19px;margin-bottom:16px}
.studio-room .take-status-panel strong,.studio-room #videoTakeStatusTitle{font-size:15px;font-weight:700}
.studio-room .status-chip{border:1px solid var(--room-line-soft);border-radius:20px;
  padding:4px 10px;color:var(--room-muted);display:inline-block}
.studio-room .video-queue-controls{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:18px}

/* rules and advanced ------------------------------------------------------ */
.studio-room .video-rules,.studio-room .video-trust-note,
.studio-room .video-advanced-details{border:1px solid var(--room-line);border-radius:9px;
  background:var(--room-panel);padding:17px 19px;margin-bottom:16px}
.studio-room .video-rules strong{display:block;font-size:14px;margin-bottom:9px}
.studio-room .video-rules-list{list-style:none;padding:0;margin:0;display:flex;
  gap:8px 18px;flex-wrap:wrap;font-size:12px;color:var(--room-muted)}
.studio-room .video-advanced-details summary{cursor:pointer;font-size:14px;font-weight:700;
  color:var(--room-ink)}
.studio-room .video-advanced-details summary:focus-visible{outline:2px solid var(--acid);outline-offset:3px}
.studio-room .video-advanced-body{margin-top:15px}
.studio-room .form-stack{display:flex;flex-direction:column;gap:14px}
.studio-room .split-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
.studio-room .field-group label,.studio-room .video-advanced-body label,
.studio-room .form-stack label{display:block;font-size:13px;color:var(--room-muted);margin-bottom:6px}
.studio-room input[type=text],.studio-room input[type=search],
.studio-room textarea,.studio-room select{
  width:100%;font:inherit;font-size:14px;padding:11px 13px;border-radius:9px;
  border:1px solid var(--room-line-soft);background:#071a1b;color:var(--room-ink)}
.studio-room textarea{line-height:1.6;resize:vertical}
.studio-room input:focus,.studio-room textarea:focus,.studio-room select:focus{
  outline:2px solid var(--acid);outline-offset:1px;border-color:var(--acid)}
.studio-room ::placeholder{color:#7f9a8c}
.studio-room .form-error{color:#ffb4a8;font-size:13px;margin:0}

/* =====================================================================
   The report
   ===================================================================== */
.studio-room #videoReportSection{margin-top:26px}
.studio-room .video-report{border:1px solid var(--room-line);border-radius:12px;
  background:var(--room-panel);padding:26px;color:var(--room-ink-soft);line-height:1.75}
.studio-room .video-report h4{font-size:20px;font-weight:600;margin:0 0 14px;letter-spacing:-.5px}
.studio-room .video-report h5{color:var(--room-mark);margin:26px 0 11px}
.studio-room .video-report p{margin:0 0 13px;max-width:70ch}
.studio-room .video-report-list{margin:0 0 6px;padding-left:20px}
.studio-room .video-report-list li{margin-bottom:8px}
.studio-room .video-report-list strong{color:var(--room-ink);font-weight:700}

.studio-room .video-coach-report-card{display:grid;
  grid-template-columns:minmax(140px,auto) 1fr;gap:14px;margin-bottom:16px}
.studio-room .video-coach-score{display:grid;place-items:center;text-align:center;gap:6px;
  min-height:112px;border:1px solid var(--room-line-soft);border-radius:12px;
  background:radial-gradient(ellipse at 50% 28%,var(--room-panel-lit),#0b1d20 85%);padding:15px}
.studio-room .video-coach-score strong{font-size:2.4rem;line-height:1;color:var(--acid);font-weight:600}
.studio-room .video-coach-score span,.studio-room .video-coach-priority span{
  color:var(--room-muted);font-size:10px}
.studio-room .video-coach-priority{border:1px solid var(--room-line);border-radius:12px;
  background:var(--room-panel);padding:16px 18px}
.studio-room .video-coach-priority p{margin:8px 0 0;color:var(--room-ink);font-weight:500;line-height:1.65}

/* The two panels carrying the actual direction. */
.studio-room .video-playable-adjustment,
.studio-room .video-before-after-loop{border:1px solid var(--room-line);border-radius:12px;
  padding:16px 18px;margin-bottom:12px;background:var(--room-panel)}
.studio-room .video-playable-adjustment{border-color:var(--room-line-soft);
  background:var(--room-panel-lit)}
.studio-room .video-playable-adjustment strong,
.studio-room .video-before-after-loop strong{color:var(--room-mark);margin-bottom:8px}
.studio-room .video-playable-adjustment p{margin:0;color:var(--room-ink);font-weight:500;line-height:1.7}
.studio-room .video-before-after-loop ol{margin:0;padding-left:20px;color:var(--room-ink-soft);
  line-height:1.75;font-size:14px}
.studio-room .video-before-after-loop li{margin-bottom:6px}
.studio-room .studio-spark-line{font-size:17px;color:var(--acid);line-height:1.55;
  margin:0 0 15px;font-weight:500}
.studio-room .video-report-actions{display:flex;gap:9px;flex-wrap:wrap;margin:24px 0 12px;
  padding-top:22px;border-top:1px solid var(--room-line)}
.studio-room .video-report-action-note{font-size:13px;color:var(--room-muted);margin:0;line-height:1.7}

/* the transcript, matching the app's .studio-message ---------------------- */
.studio-room .studio-message{text-align:left;border-left:2px solid #7fab7a;
  padding:12px 20px;margin:14px 0;white-space:pre-wrap;line-height:1.6}
.studio-room .studio-message small{display:block;font-size:11px;font-weight:700;
  letter-spacing:.15em;text-transform:uppercase;color:var(--room-muted);margin-bottom:5px}
.studio-room .studio-message p{margin:0}
.studio-room .studio-message.actor{border-left-color:var(--room-edge)}

/* history ------------------------------------------------------------------ */
.studio-room .history-row{display:flex;gap:24px;align-items:center;padding:25px 0;
  border-bottom:1px solid var(--room-line-soft);flex-wrap:wrap}
.studio-room .history-row h2{font-size:18px;font-weight:600;margin:0 0 4px}
.studio-room .history-row p{margin:0;font-size:13px;color:var(--room-muted)}
.studio-room .history-row > div{flex:1 1 260px}
.studio-room .room-number{font-size:11px;color:var(--room-mark);letter-spacing:.15em;
  font-weight:700}

/* TakeLab (admin) ---------------------------------------------------------- */
.studio-room .takelab-panel{border:1px solid var(--room-line-soft);border-radius:12px;
  background:var(--room-panel);padding:22px;margin-top:22px}
.studio-room .takelab-header{display:flex;gap:14px;justify-content:space-between;
  flex-wrap:wrap;align-items:baseline;margin-bottom:15px}
.studio-room .takelab-badge{color:var(--acid);border:1px solid var(--room-line-soft);
  border-radius:20px;padding:4px 10px;display:inline-block}
.studio-room .takelab-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:12px;margin-bottom:15px}
.studio-room .takelab-status{font-size:13px;color:var(--room-muted);line-height:1.7}

/* Font Awesome is not loaded in the app and these icons are decorative. */
.studio-room .fas,.studio-room .fa-solid,.studio-room .far,.studio-room .fab{display:none}

@media (max-width:640px){
  .studio-room .video-coach-report-card{grid-template-columns:1fr}
  .studio-room .panel-header{flex-direction:column;gap:14px}
  .room-head{padding:38px 0 26px}
}
@media (prefers-reduced-motion:reduce){.studio-room *{transition:none!important;animation:none!important}}

/* One Studio, with task navigation that stays usable on small screens. */
.studio-room .room-nav { flex-wrap: wrap; gap: 6px 12px; }
.studio-room .room-nav a { min-height: 44px; display: inline-flex; align-items: center; white-space: normal; }
.studio-room .studio-journey { color: var(--muted,#52645a); margin: 28px 0 12px; line-height: 1.7; }
.studio-room .studio-saved-link { display: inline-block; margin: 0 0 40px; text-decoration: underline; text-underline-offset: 4px; }
.studio-room .studio-format-switch { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.studio-room .studio-format-switch a { padding: 11px 16px; border: 1px solid #ccd8ce; border-radius: 24px; }
.studio-room .studio-format-switch a[aria-current] { background: #193c2b; color: #fff; }
.studio-room .studio-partial-error { padding: 14px; border: 1px solid #bfa87a; background: #fcf8eb; color: #514121; border-radius: 10px; }
.studio-room .studio-history-kind { text-transform: uppercase; font-size: 11px; letter-spacing: .08em; color: #547461; }
.studio-room .form-stack select,.studio-room .form-stack textarea { max-width: 100%; }
.studio-room .history-row h2 { overflow-wrap: anywhere; }
@media(max-width:620px){.studio-room .room-nav { gap: 0 10px; }.studio-room .room-nav a { font-size: 12px; }.studio-room .history-row { flex-wrap:wrap;gap:12px; }.studio-room .history-row > div { min-width:0;flex-basis:100%; }.studio-room .history-row .room-number { display:none; }}
.studio-room .room-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.studio-room .studio-journey { color: var(--room-muted); }
.studio-room .studio-history-kind { color: var(--room-muted); }
.studio-room .studio-saved-link { color: var(--room-ink); }
.studio-room .studio-format-switch a { border-color:var(--room-line);color:var(--room-ink); }
.studio-room .studio-format-switch a[aria-current] { background:var(--room-ink);color:var(--room-floor); }
@media(max-width:620px){.studio-room .room-grid {grid-template-columns:1fr;}}
.studio-room .studio-handoff { border:1px solid var(--room-edge);background:var(--room-panel);padding:20px;margin-bottom:24px;border-radius:10px; }
.studio-room .studio-handoff h2 { font-size:20px;margin:0 0 12px; }
.studio-room .studio-handoff p { line-height:1.6; }
.studio-room .studio-handoff button { margin-top:14px; }
.studio-room h1.panel-title { font-size:clamp(25px,3.3vw,36px);line-height:1.12;letter-spacing:-1.3px;max-width:20ch;margin:0 0 10px; }

/* Human practice shares the Studio surface and readable text colours. */
.studio-room .page-head p,.studio-room .plain-panel p,.studio-room .inline-note,.studio-room .plain-panel small{color:var(--room-muted)}
.studio-room .plain-panel{border-color:var(--room-line-soft)}
.studio-room .button.dark{background:var(--acid,#d7ef82);color:#0a2423;border-color:var(--acid,#d7ef82)}
.studio-room .button.outline{color:var(--room-ink);border-color:var(--room-edge)}
.studio-room .studio-partner-intro{padding:18px 0}
.studio-room .studio-partner-intro p:first-child{margin-top:0}
.studio-room .wrap.page{padding-bottom:48px}

/* Light Studio treatment: keep the practice space calm and readable. */
.studio-room{
  --room-floor:#fbfaf4;
  --room-panel:#f0f5df;
  --room-panel-lit:#e4efc4;
  --room-ink:#163f35;
  --room-ink-soft:#285445;
  --room-muted:#60766a;
  --room-line:#d6e1cf;
  --room-line-soft:#c5d5c3;
  --room-edge:#9eb89e;
  --room-mark:#5f8d60;
  background:var(--room-floor);
}
.studio-room .room-light,.studio-room .room-stage,.studio-room .studio-camera,.studio-room .video-monitor{background:var(--room-panel);}
.studio-room .room-door:hover,.studio-room .room-door:focus-visible,.studio-room .video-step.is-active{background:var(--room-panel-lit);}
.studio-room .room-sheen{background:radial-gradient(48% 40% at 30% 42%,rgba(95,141,96,.10),transparent 72%);}
.studio-room .studio-format-switch a[aria-current]{background:var(--room-ink);color:#fffef7;}
.studio-room .button.dark{background:var(--acid,#d7ef82);color:var(--room-ink);border-color:var(--acid,#d7ef82);}
.studio-room{--room-pink:#f2dedf;--room-pink-deep:#d9aeb7}.studio-room .room-nav a[aria-current]::after{background:var(--room-pink-deep)}.studio-room .room-nav a[aria-current]{color:var(--room-ink)}.studio-room .room-door:nth-child(2){background:linear-gradient(135deg,var(--room-panel) 0%,#f7e8e4 100%)}.studio-room .room-door:nth-child(2):hover,.studio-room .room-door:nth-child(2):focus-visible,.studio-room .room-door:nth-child(2)[aria-current]{background:linear-gradient(135deg,var(--room-panel-lit) 0%,var(--room-pink) 100%)}.studio-room .room-door:nth-child(2) .no{color:var(--room-pink-deep)}
