@layer pw-theme.skin {
  [data-pw-theme="studio-chicago-console"] .studio-console {
    --wood-dark: #21130d;
    --wood-mid: #553824;
    --wood-light: #8d5933;
    --wood-grain: #160b0799;
    --wood-sheen: #f6c7771c;
    --wood-filter: brightness(1) saturate(1);
    --playhead: 36%;
    min-width: 0;
    color: var(--studio-nicotine-ivory);
    font-family: var(--pw-font-label);
  }

  [data-pw-theme="studio-chicago-console"] .studio-console[data-studio-wood="mesquite"] { --wood-dark:#321308; --wood-mid:#7a321b; --wood-light:#b86e31; --wood-grain:#210702aa; }
  [data-pw-theme="studio-chicago-console"] .studio-console[data-studio-wood="acacia"] { --wood-dark:#3a1c0c; --wood-mid:#a55f22; --wood-light:#d69a48; --wood-grain:#4c1f0b99; }
  [data-pw-theme="studio-chicago-console"] .studio-console[data-studio-wood="walnut"] { --wood-dark:#1b100c; --wood-mid:#4a2c20; --wood-light:#79513a; --wood-grain:#0e0806aa; }
  [data-pw-theme="studio-chicago-console"] .studio-console[data-studio-finish="amber"] { --wood-filter: brightness(1.08) saturate(1.32) sepia(.15); --wood-sheen:#ffb73135; }
  [data-pw-theme="studio-chicago-console"] .studio-console[data-studio-finish="smoked"] { --wood-filter: brightness(.58) saturate(.62); --wood-sheen:#05040366; }
  [data-pw-theme="studio-chicago-console"] .studio-console[data-studio-finish="satin"] { --wood-filter: brightness(1.12) saturate(.88); --wood-sheen:#fff4d448; }

  [data-pw-theme="studio-chicago-console"] .studio-cabinet {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    padding: 6px 0;
    background: #070806;
    border: 1px solid #4f4c44;
    box-shadow: 0 14px 25px #000c, inset 0 1px #ffffff17;
  }
  [data-pw-theme="studio-chicago-console"] .studio-side-wood {
    position: relative;
    overflow: hidden;
    filter: var(--wood-filter);
    background:
      linear-gradient(90deg, transparent, var(--wood-sheen) 38%, transparent 68%),
      repeating-radial-gradient(ellipse at 50% 120%, transparent 0 8px, var(--wood-grain) 9px 11px, transparent 12px 19px),
      linear-gradient(100deg, var(--wood-dark), var(--wood-light) 45%, var(--wood-mid) 72%, var(--wood-dark));
    border-inline: 1px solid #170b06;
    box-shadow: inset 0 0 13px #000b;
  }
  [data-pw-theme="studio-chicago-console"] .studio-side-wood i { position:absolute; left:5px; right:5px; height:3px; background:#0d080688; rotate:-8deg; }
  [data-pw-theme="studio-chicago-console"] .studio-side-wood i:nth-child(1){top:19%}.studio-side-wood i:nth-child(2){top:53%;rotate:5deg}.studio-side-wood i:nth-child(3){top:82%;rotate:-3deg}

  [data-pw-theme="studio-chicago-console"] .studio-machine {
    min-width: 0;
    padding: 6px;
    background:
      radial-gradient(circle at 7% 22%, #7a3b19 0 2px, transparent 3px),
      radial-gradient(circle at 92% 74%, #000 0 4px, #5e3619 5px 6px, transparent 7px),
      var(--studio-texture-steel), #171816;
    border: 2px solid #57544c;
    box-shadow: inset 0 0 28px #000c;
  }
  [data-pw-theme="studio-chicago-console"] .studio-machine-head { display:flex; justify-content:space-between; align-items:center; min-height:28px; padding:3px 8px; color:#b9ad95; background:#11120f; border:1px solid #444239; font-size:.66rem; font-weight:900; letter-spacing:.11em; }
  [data-pw-theme="studio-chicago-console"] .studio-machine-name small { margin-left:.6rem; color:#756e60; font-size:.54rem; }
  [data-pw-theme="studio-chicago-console"] .studio-power { display:flex; align-items:center; gap:.35rem; font-size:.55rem; }
  [data-pw-theme="studio-chicago-console"] .studio-power i { width:8px; height:8px; border-radius:50%; background:var(--studio-cobalt-indicator); box-shadow:0 0 8px #5d7ee8; }

  [data-pw-theme="studio-chicago-console"] .studio-tape-deck {
    position: relative;
    display: grid;
    grid-template-columns: minmax(185px, 1fr) 116px minmax(185px, 1fr);
    align-items: start;
    justify-items: center;
    min-height: 258px;
    padding: 8px 5% 38px;
    overflow: hidden;
    background: linear-gradient(#24251f, #10110f 72%);
    border: 2px solid #090a09;
    box-shadow: inset 0 0 0 1px #555249, inset 0 -18px 28px #000b;
  }
  [data-pw-theme="studio-chicago-console"] .studio-reel-assembly { position:relative; z-index:3; display:grid; place-items:center; width:100%; }
  [data-pw-theme="studio-chicago-console"] .studio-reel {
    position: relative;
    width: min(18.6vw, 220px);
    min-width: 175px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, #393a35 0 17%, #9b9992 18% 21%, #5d5e59 22% 69%, #a7a39a 70% 75%, #3e3f3b 76% 100%);
    border: 3px solid #b1aca0;
    box-shadow: 0 7px 12px #000c, inset 0 0 0 5px #383934, inset 0 0 18px #fff3;
  }
  [data-pw-theme="studio-chicago-console"] .studio-reel::before { content:""; position:absolute; inset:23%; border-radius:50%; border:11px solid #1f201d; box-shadow:0 0 0 2px #85827a; }
  [data-pw-theme="studio-chicago-console"] .studio-reel b { position:absolute; z-index:3; inset:41%; border-radius:50%; background:radial-gradient(circle at 35% 30%, #77736b, #171816 60%); border:3px solid #9c978d; box-shadow:0 2px 5px #000; }
  [data-pw-theme="studio-chicago-console"] .studio-reel-hole { position:absolute; z-index:2; width:28%; height:18%; border-radius:50%; background:#151613; border:3px solid #85827a; box-shadow:inset 0 0 8px #000; }
  [data-pw-theme="studio-chicago-console"] .studio-reel-hole--1{top:9%;left:36%}.studio-reel-hole--2{top:29%;right:7%;rotate:72deg}.studio-reel-hole--3{bottom:10%;right:18%;rotate:144deg}.studio-reel-hole--4{bottom:10%;left:18%;rotate:216deg}.studio-reel-hole--5{top:29%;left:7%;rotate:288deg}
  [data-pw-theme="studio-chicago-console"] .studio-console[data-transport="play"] .studio-reel,
  [data-pw-theme="studio-chicago-console"] .studio-console[data-transport="record"] .studio-reel { animation:studio-reel-spin 2.1s linear infinite; }
  [data-pw-theme="studio-chicago-console"] .studio-console[data-transport="rew"] .studio-reel,
  [data-pw-theme="studio-chicago-console"] .studio-console[data-transport="ff"] .studio-reel { animation:studio-reel-spin .48s linear infinite; }
  [data-pw-theme="studio-chicago-console"] .studio-deck-center { position:relative; z-index:4; display:grid; align-content:start; gap:9px; width:100%; padding-top:18px; }
  [data-pw-theme="studio-chicago-console"] .studio-counter { display:grid; gap:3px; color:#8d8574; font-size:.48rem; letter-spacing:.12em; text-align:center; }
  [data-pw-theme="studio-chicago-console"] .studio-counter output { padding:6px 3px; color:#dfc89a; font:800 .7rem var(--pw-font-mono); letter-spacing:.05em; background:#090a08; border:2px solid #3f3d36; }
  [data-pw-theme="studio-chicago-console"] .studio-tape-path { position:absolute; z-index:2; left:14%; right:14%; bottom:15px; height:52px; border-bottom:3px solid #51321d; border-radius:0 0 50% 50%; }
  [data-pw-theme="studio-chicago-console"] .studio-guide { position:absolute; bottom:-9px; width:19px; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,#242521 0 28%,#aaa69d 30% 55%,#262722 58%); box-shadow:0 2px 5px #000; }
  [data-pw-theme="studio-chicago-console"] .studio-guide--1{left:4%}.studio-guide--2{left:27%;bottom:-3px}.studio-guide--3{right:27%;bottom:-3px}.studio-guide--4{right:4%}
  [data-pw-theme="studio-chicago-console"] .studio-head-block { position:absolute; left:42%; right:42%; bottom:-3px; height:35px; background:linear-gradient(#4d4b45,#171816); border:2px solid #817b70; box-shadow:0 3px 5px #000; }

  [data-pw-theme="studio-chicago-console"] .studio-vu { position:relative; overflow:hidden; color:#34210f; background:radial-gradient(ellipse at 50% 100%,#f4e8bd,#d19b45 76%,#795126); border:5px solid #2f302c; box-shadow:inset 0 0 12px #80510e99,0 0 0 1px #090a09; }
  [data-pw-theme="studio-chicago-console"] .studio-vu::before { content:"-20   -10   -5    0   +3"; position:absolute; top:18%; left:0; right:0; font:700 .46rem var(--pw-font-mono); text-align:center; }
  [data-pw-theme="studio-chicago-console"] .studio-vu__needle { --vu-angle:-34deg; position:absolute; left:50%; bottom:4%; width:2px; height:70%; background:#5d170f; transform-origin:50% 100%; transform:rotate(var(--vu-angle)); transition:transform 65ms linear; }
  [data-pw-theme="studio-chicago-console"] .studio-vu span { position:absolute; bottom:5%; left:0; right:0; font-size:.48rem; font-weight:900; text-align:center; }
  [data-pw-theme="studio-chicago-console"] .studio-vu--master { aspect-ratio:1.75; }
  [data-pw-theme="studio-chicago-console"] .studio-meter-bank { display:grid; grid-template-columns:repeat(8,1fr) 70px; gap:4px; padding:5px; background:#10110f; border:2px solid #090a09; }
  [data-pw-theme="studio-chicago-console"] .studio-mini-vu { position:relative; min-height:48px; overflow:hidden; background:linear-gradient(#e8d8a5,#b37e34); border:4px solid #353630; box-shadow:inset 0 0 7px #784a0c; }
  [data-pw-theme="studio-chicago-console"] .studio-mini-vu::before { content:""; position:absolute; left:12%; right:12%; top:40%; height:1px; background:#5c3e22; box-shadow:-2px -4px #5c3e22,2px 4px #5c3e22; }
  [data-pw-theme="studio-chicago-console"] .studio-mini-vu i { position:absolute; left:50%; bottom:-3px; width:1px; height:78%; background:#5f170f; transform-origin:bottom; rotate:var(--mini-angle,-22deg); }
  [data-pw-theme="studio-chicago-console"] .studio-mini-vu b { position:absolute; bottom:1px; right:3px; font-size:.4rem; color:#362414; }
  [data-pw-theme="studio-chicago-console"] .studio-record-lamp { display:grid; place-items:center; align-content:center; gap:3px; color:#a89b83; font-size:.46rem; }
  [data-pw-theme="studio-chicago-console"] .studio-record-lamp i { width:13px; height:13px; border-radius:50%; background:#521713; border:2px solid #7d5445; box-shadow:inset 0 0 4px #000; }
  [data-pw-theme="studio-chicago-console"] .studio-console[data-transport="record"] .studio-record-lamp i { background:#e24232; box-shadow:0 0 9px #f04b38; }

  [data-pw-theme="studio-chicago-console"] .studio-mixer { display:grid; grid-template-columns:repeat(8,minmax(45px,1fr)) 110px; min-height:173px; background:linear-gradient(#292a25,#151613); border:2px solid #090a09; }
  [data-pw-theme="studio-chicago-console"] .studio-channel { position:relative; display:grid; grid-template-rows:auto 28px 20px 1fr auto; justify-items:center; gap:2px; padding:4px 3px 3px; border-right:1px solid #4d4a42; background:repeating-linear-gradient(90deg,transparent 0 12px,#ffffff05 13px); }
  [data-pw-theme="studio-chicago-console"] .studio-channel>b { color:#b4a990; font-size:.48rem; }
  [data-pw-theme="studio-chicago-console"] .studio-channel-knob { width:25px; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle at 35% 30%,#848078,#2c2d29 55%,#0e0f0d); border:2px solid #777168; box-shadow:0 2px 3px #000; }
  [data-pw-theme="studio-chicago-console"] .studio-channel-knob::before { content:""; display:block; width:2px; height:8px; margin:2px auto; background:#d5c8aa; }
  [data-pw-theme="studio-chicago-console"] .studio-channel-knob--sm { width:19px; border-color:var(--studio-faded-olive); }
  [data-pw-theme="studio-chicago-console"] .studio-channel em { align-self:end; width:100%; padding:2px 1px; overflow:hidden; color:#21160c; background:var(--studio-texture-paper),#d2c3a2; font:900 .48rem var(--pw-font-body); text-align:center; white-space:nowrap; rotate:var(--label-angle,-1deg); }
  [data-pw-theme="studio-chicago-console"] .studio-channel:nth-child(even) em{--label-angle:1deg}
  [data-pw-theme="studio-chicago-console"] .studio-fader { appearance:slider-vertical; writing-mode:vertical-lr; direction:rtl; width:25px; height:74px; accent-color:#b89055; }
  [data-pw-theme="studio-chicago-console"] .studio-master-strip { display:grid; grid-template-columns:repeat(3,1fr); align-items:center; gap:3px; padding:5px; background:#0f100e; }
  [data-pw-theme="studio-chicago-console"] .studio-master-strip>span { grid-column:1/-1; color:#c9b99b; font-size:.52rem; font-weight:900; letter-spacing:.1em; text-align:center; }
  [data-pw-theme="studio-chicago-console"] .studio-master-strip label { display:grid; justify-items:center; gap:2px; color:#998d77; font-size:.4rem; }
  [data-pw-theme="studio-chicago-console"] .studio-master-strip input { appearance:none; width:27px; height:27px; border-radius:50%; background:conic-gradient(#77736b,#22231f,#77736b,#191a17,#77736b); border:3px solid #4e4b44; }

  [data-pw-theme="studio-chicago-console"] .studio-transport { display:grid; grid-template-columns:repeat(6,minmax(48px,1fr)) minmax(120px,1.8fr); gap:4px; padding-top:5px; }
  [data-pw-theme="studio-chicago-console"] .studio-transport button { min-height:48px; color:#d7c8aa; background:linear-gradient(#44443e,#1b1c19 65%,#0a0b0a); border:1px solid #5d5950; border-bottom:4px solid #050605; box-shadow:inset 0 1px #ffffff19; cursor:pointer; }
  [data-pw-theme="studio-chicago-console"] .studio-transport button b,.studio-transport button span { display:block; }
  [data-pw-theme="studio-chicago-console"] .studio-transport button b { font-size:.72rem; }.studio-transport button span{margin-top:4px;font-size:.42rem;letter-spacing:.05em}
  [data-pw-theme="studio-chicago-console"] .studio-transport button[aria-pressed="true"] { translate:0 2px; border-bottom-width:2px; box-shadow:inset 0 3px 6px #000; }
  [data-pw-theme="studio-chicago-console"] .studio-transport .studio-transport-record { background:linear-gradient(#c84131,#7f2925 65%,#380e0d); }
  [data-pw-theme="studio-chicago-console"] .studio-mark-button { background:linear-gradient(#7a744a,#3b3b28 65%,#11120e)!important; }
  [data-pw-theme="studio-chicago-console"] .studio-status { display:grid; place-items:center; min-width:0; padding:4px; color:#e8b85b; background:#090b08; border:2px solid #34352f; font:800 .5rem var(--pw-font-mono); text-align:center; }
  [data-pw-theme="studio-chicago-console"] .studio-maker-rail { display:grid; grid-template-columns:repeat(3,1fr); gap:5px; margin-top:5px; padding:4px; background:#0b0c0a; border:1px solid #4b4840; }
  [data-pw-theme="studio-chicago-console"] .studio-maker-rail img { width:100%; height:31px; object-fit:contain; filter:saturate(.78) brightness(.88); }

  [data-pw-theme="studio-chicago-console"] .studio-waveform { position:relative; min-height:88px; overflow:hidden; background:repeating-linear-gradient(90deg,transparent 0 39px,#47513f44 40px),repeating-linear-gradient(0deg,transparent 0 21px,#47513f44 22px),#0a0d09; border:3px solid #33352f; box-shadow:inset 0 0 12px #000; }
  [data-pw-theme="studio-chicago-console"] .studio-waveform canvas { display:block; width:100%; height:88px; }
  [data-pw-theme="studio-chicago-console"] .studio-waveform__playhead { position:absolute; top:0; bottom:0; left:var(--playhead); width:2px; background:var(--studio-red-light); box-shadow:0 0 7px #e54132; }
  [data-pw-theme="studio-chicago-console"] .studio-marker { position:absolute; top:0; bottom:0; left:var(--marker); width:1px; background:var(--studio-faded-olive); }
  [data-pw-theme="studio-chicago-console"] .studio-vu--specimen { min-height:96px; }
  [data-pw-theme="studio-chicago-console"] .studio-fader--specimen { height:84px; }
  [data-pw-theme="studio-chicago-console"] .studio-knob { display:block; width:60px; aspect-ratio:1; margin:14px auto 0; border-radius:50%; background:repeating-conic-gradient(#20211e 0 5deg,#69655d 6deg 8deg); border:5px solid #777168; box-shadow:0 5px 8px #000; }
  [data-pw-theme="studio-chicago-console"] .studio-knob::before { content:""; display:block; width:3px; height:18px; margin:5px auto; background:#ddd0b2; }
  [data-pw-theme="studio-chicago-console"] .studio-patch-jack { display:block; width:47px; aspect-ratio:1; margin:20px auto 0; border-radius:50%; background:radial-gradient(circle,#050605 0 30%,#7f7b73 32% 50%,#171816 52%); border:4px solid #a59e91; box-shadow:0 3px 5px #000; }

  [data-pw-theme="studio-chicago-console"] .studio-upload { position:relative; min-height:150px; display:grid; place-items:center; padding:1rem; text-align:center; background:#151613; border:2px dashed #756d5c; }
  [data-pw-theme="studio-chicago-console"] .studio-upload input { position:absolute; inset:0; opacity:0; cursor:pointer; }
  [data-pw-theme="studio-chicago-console"] .studio-upload img { width:50px; height:50px; }.studio-upload>span{display:grid;justify-items:center;gap:.35rem}
  [data-pw-theme="studio-chicago-console"] .studio-upload__progress { width:min(90%,430px); height:8px; overflow:hidden; background:#090a09; border:1px solid #514c40; }.studio-upload__progress i{display:block;width:var(--upload-progress,0%);height:100%;background:var(--studio-faded-olive)}

  @media (max-width:1100px) {
    [data-pw-theme="studio-chicago-console"] .studio-reel { min-width:145px; }
    [data-pw-theme="studio-chicago-console"] .studio-tape-deck { grid-template-columns:1fr 95px 1fr; min-height:220px; }
    [data-pw-theme="studio-chicago-console"] .studio-mixer { overflow-x:auto; grid-template-columns:repeat(8,58px) 105px; }
  }
  @media (max-width:760px) {
    [data-pw-theme="studio-chicago-console"] .studio-cabinet { grid-template-columns:18px minmax(0,1fr) 18px; }
    [data-pw-theme="studio-chicago-console"] .studio-tape-deck { grid-template-columns:1fr 1fr; min-height:320px; padding-inline:2%; }
    [data-pw-theme="studio-chicago-console"] .studio-deck-center { position:absolute; left:50%; bottom:35px; translate:-50% 0; width:112px; }
    [data-pw-theme="studio-chicago-console"] .studio-reel { min-width:118px; }
    [data-pw-theme="studio-chicago-console"] .studio-meter-bank { grid-template-columns:repeat(4,1fr); }.studio-record-lamp{display:none}
    [data-pw-theme="studio-chicago-console"] .studio-transport { grid-template-columns:repeat(3,1fr); }.studio-status{grid-column:1/-1;min-height:38px}
  }
  @media (prefers-reduced-motion:reduce) { [data-pw-theme="studio-chicago-console"] .studio-reel { animation:none!important; } }
  @keyframes studio-reel-spin { to { rotate:1turn; } }
}
