/* Record Shop presentation. Layer plan: surfaces 0, wall decor 1, room objects 2,
   hero signs 3, Shiggles 4, interactive foreground 5. Functional hooks live in JS. */
body.music-store-page {
  --shop-cyan:#30eaff; --shop-pink:#ff48bd; --shop-lime:#caff59;
  --shop-purple:#9963f5; --shop-gold:#efc66e;
  --shop-panel:#090c13; --shop-panel-edge:#273542;
  --shop-brick:#101729; --shop-mortar:#060a15;
  --room-a:var(--shop-cyan); --room-b:var(--shop-pink); --room-c:var(--shop-lime);
  --room-a-rgb:48,234,255; --room-b-rgb:255,72,189; --room-c-rgb:202,255,89;
  background:#05070c; color:#f4f5f7; overflow-x:hidden;
}
body.music-store-page button,body.music-store-page input,body.music-store-page textarea,body.music-store-page select{font:inherit}
body.music-store-page button{cursor:pointer}
body.music-store-page button:disabled{cursor:default}
body.music-store-page .site-header{position:relative;z-index:1}
body.music-store-page .site-header .site-nav{gap:7px}
body.music-store-page .site-header .site-nav a{min-height:40px;padding:0 9px;font-size:.87rem}
body.music-store-page .music-shop{width:100%;overflow:visible}
body.music-store-page .record-store-room{
  position:relative;z-index:2;isolation:isolate;overflow:visible;padding-bottom:22px;
  background:
    radial-gradient(ellipse 35% 31% at 41% 15%,rgba(36,143,206,.26),transparent 85%),
    radial-gradient(ellipse 22% 28% at 97% 23%,rgba(178,40,191,.22),transparent 86%),
    radial-gradient(circle at 18% 31%,rgba(16,91,123,.16),transparent 20%),
    radial-gradient(circle at 82% 35%,rgba(112,13,100,.13),transparent 23%),
    radial-gradient(ellipse 24% 20% at 2% 85%,rgba(203,27,131,.13),transparent 87%),
    linear-gradient(90deg,rgba(1,3,9,.38),transparent 17% 83%,rgba(1,3,9,.48)),
    repeating-linear-gradient(0deg,var(--shop-brick) 0 38px,var(--shop-mortar) 39px 43px,var(--shop-brick) 44px 80px,var(--shop-mortar) 81px 85px);
  box-shadow:inset 0 0 85px #02040b, inset 0 -40px 80px #02040b;
}
body.music-store-page .record-store-room::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.55;
  background:repeating-linear-gradient(90deg,transparent 0 116px,rgba(3,6,15,.95) 117px 121px,transparent 122px 240px);
  mask-image:repeating-linear-gradient(0deg,#000 0 39px,transparent 40px 85px);
}
body.music-store-page .record-store-room::after{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.55;
  background:repeating-linear-gradient(90deg,transparent 0 116px,rgba(3,6,15,.95) 117px 121px,transparent 122px 240px);
  background-position:120px 0;
  mask-image:repeating-linear-gradient(0deg,transparent 0 42px,#000 43px 81px,transparent 82px 85px);
}
body.music-store-page .music-shop-hero{position:relative;height:420px;max-width:1600px;margin:auto}
body.music-store-page .music-shop-hero::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 24% 32% at 55% 33%,rgba(26,169,215,.19),transparent),radial-gradient(ellipse 22% 38% at 82% 17%,rgba(180,26,155,.16),transparent),radial-gradient(circle at 19% 28%,rgba(185,209,223,.08) 0 .8px,transparent 1.8px) 0 0/37px 29px,radial-gradient(circle at 71% 62%,rgba(0,0,0,.18) 0 1px,transparent 2px) 13px 17px/53px 41px,repeating-linear-gradient(16deg,rgba(255,255,255,.014) 0 1px,transparent 1px 7px),repeating-linear-gradient(109deg,transparent 0 57px,rgba(0,0,0,.09) 60px 63px,transparent 70px 137px)}
body.music-store-page .music-shop-sign{
  position:absolute;z-index:3;left:7%;top:23px;width:35.2%;height:320px;
  padding:20px 23px 17px;border:2px solid #53e9ff;border-radius:21px;
  background:linear-gradient(150deg,rgba(24,26,38,.96),rgba(3,5,11,.98) 60%);
  box-shadow:0 0 0 3px rgba(13,35,54,.7),0 0 18px rgba(42,221,255,.58),inset 0 0 36px rgba(15,60,82,.28),0 28px 35px rgba(0,0,0,.55);
  transform:rotate(-.6deg)
}
body.music-store-page .music-shop-kicker{margin:0 0 8px;color:var(--shop-cyan);font-size:clamp(10px,.91vw,13px);font-weight:900;letter-spacing:.13em}
body.music-store-page .music-shop-sign h1{margin:0;display:grid;line-height:.83;letter-spacing:.015em;font-family:Georgia,'Times New Roman',serif;font-size:clamp(3.5rem,5.55vw,6.05rem);font-weight:900}
body.music-store-page .music-shop-sign h1 span{
  width:max-content;max-width:100%;color:var(--shop-gold);
  background:linear-gradient(180deg,#fff9df 0%,#f9dc96 24%,#d79a3a 47%,#fff0bb 64%,#ad681b 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
  filter:drop-shadow(0 2px 1px #412708) drop-shadow(0 4px 3px #030306)
}
body.music-store-page .music-shop-frequency{display:inline-block;max-width:100%;margin-top:14px;padding:7px 10px;border:1px solid rgba(200,255,72,.62);border-radius:18px;color:#e6ff59;background:#11140b;box-shadow:0 0 12px rgba(181,255,42,.16);font-size:clamp(9px,.83vw,11px);font-weight:900;letter-spacing:.075em;white-space:nowrap}
body.music-store-page .hero-sign-scribble{position:absolute;right:3%;top:57px;color:#ffe0f5;font:italic 600 19px/1.04 'Segoe Print','Brush Script MT',cursive;text-align:center;transform:rotate(-10deg);-webkit-text-stroke:.3px #fff5fc;text-shadow:0 0 3px #ff44c2,0 0 9px #ff34bb,0 0 21px rgba(255,48,203,.55)}
body.music-store-page .music-shop-shiggles{position:absolute;z-index:4;top:-65px;left:33.5%;height:710px;width:auto;max-width:none;object-fit:contain;clip-path:inset(-110px 0 225px 0);filter:drop-shadow(0 15px 20px rgba(0,0,0,.7)) drop-shadow(-8px 0 14px rgba(252,29,190,.2)) drop-shadow(9px 0 15px rgba(21,225,255,.18));pointer-events:none}
body.music-store-page .hero-neon-verse{position:absolute;z-index:3;right:8.5%;top:24px;display:grid;justify-items:center;color:#ffe0f8;font:italic 500 34px/.94 'Segoe Print','Brush Script MT',cursive;transform:rotate(-7deg);-webkit-text-stroke:.35px #fff3fd;text-shadow:0 0 3px #ff52d3,0 0 9px #ff31bb,0 0 21px rgba(255,49,187,.65)}
body.music-store-page .hero-neon-verse::before{content:"";position:absolute;inset:-12px -24px;z-index:-1;background:radial-gradient(ellipse,rgba(219,23,165,.18),transparent 72%);pointer-events:none}
body.music-store-page .hero-neon-verse span:nth-child(3){margin-left:25px}
body.music-store-page .hero-neon-verse span:nth-child(4){margin-left:45px}
body.music-store-page .hero-neon-crown{color:#ffe482;font:normal 48px/.6 Georgia,serif;transform:rotate(9deg);text-shadow:0 0 6px #ffd44a,0 0 17px rgba(255,202,46,.7)}
body.music-store-page .hero-note{position:absolute;z-index:3;color:var(--shop-cyan);font:900 39px Georgia,serif;text-shadow:0 0 3px #fff,0 0 9px currentColor,0 0 18px currentColor;transform:rotate(11deg)}
body.music-store-page .hero-note-one{left:14%;top:0;color:var(--shop-pink)}
body.music-store-page .hero-note-two{left:60%;top:316px}
body.music-store-page .hero-note-three{right:22%;top:130px;color:var(--shop-pink)}
body.music-store-page .music-shop-intro{
  position:absolute;z-index:5;right:8.5%;top:195px;width:29.5%;min-height:137px;
  padding:15px 18px;border:1.5px solid var(--shop-pink);border-right-color:var(--shop-cyan);border-bottom-color:var(--shop-cyan);border-radius:15px;
  background:linear-gradient(140deg,rgba(12,14,23,.98),rgba(4,8,15,.98));box-shadow:0 0 18px rgba(255,50,204,.28),0 0 17px rgba(28,229,255,.2),0 17px 30px rgba(0,0,0,.5)
}
body.music-store-page .music-shop-intro strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.25rem,2.05vw,2rem);line-height:1.03;letter-spacing:.02em}
body.music-store-page .music-shop-intro p{margin:9px 0 0;color:#d3d9de;line-height:1.4;font-size:clamp(.75rem,.95vw,.9rem)}
body.music-store-page .room-toolbar{position:absolute;z-index:5;top:371px;right:14%}
body.music-store-page .room-light-button{min-height:32px;padding:0 14px;border:1px solid rgba(50,228,244,.72);border-radius:30px;background:#071017;color:#e6f6f5;box-shadow:0 0 11px rgba(26,233,255,.16);font-size:10px;font-weight:900;letter-spacing:.045em;white-space:nowrap}
body.music-store-page .room-light-button b{color:var(--shop-lime)}
body.music-store-page .room-light-button:hover,body.music-store-page .room-light-button:focus-visible{outline:0;border-color:var(--shop-lime);box-shadow:0 0 0 2px rgba(202,255,89,.2),0 0 14px rgba(202,255,89,.2)}
body.music-store-page[data-room-theme=ultraviolet]{--shop-cyan:#95aaff;--shop-pink:#fb58e2;--shop-lime:#e9ee83}
body.music-store-page[data-room-theme=electric-lime]{--shop-cyan:#59f1e7;--shop-pink:#fa64ad;--shop-lime:#d8ff4c}
body.music-store-page[data-room-theme=hot-vinyl]{--shop-cyan:#69dbff;--shop-pink:#ff728f;--shop-lime:#ffe76f}
body.music-store-page .record-store-divider{height:2px;background:linear-gradient(90deg,transparent,var(--shop-pink) 10%,#102532 26%,#102532 75%,var(--shop-cyan) 91%,transparent);box-shadow:0 0 11px var(--shop-pink),0 0 19px var(--shop-cyan)}
body.music-store-page .lower-room-surface{position:absolute;z-index:0;top:422px;bottom:0;left:0;right:0;pointer-events:none;background:radial-gradient(ellipse 35% 35% at 31% 21%,rgba(33,127,160,.13),transparent),radial-gradient(ellipse 31% 36% at 80% 34%,rgba(158,31,123,.11),transparent),linear-gradient(180deg,transparent 25%,rgba(2,5,11,.74)),linear-gradient(90deg,rgba(4,7,14,.65),transparent 17% 83%,rgba(4,7,14,.75)),repeating-linear-gradient(90deg,#101723 0 77px,#27323f 78px 79px,#070d17 81px 84px,#151d2a 86px 158px,#050a13 160px 162px);box-shadow:inset 0 20px 30px #050914,inset 0 -40px 58px #04070e}
body.music-store-page .record-store-wall{position:absolute;top:440px;left:0;right:0;height:220px;pointer-events:none;z-index:1}
body.music-store-page .wall-plaque{position:absolute;top:0;width:138px;padding:10px 7px;border:3px solid #343641;border-radius:4px;background:linear-gradient(145deg,#171920,#080910);box-shadow:0 5px 15px #000,0 0 12px rgba(255,60,185,.25);text-align:center;transform:rotate(-2deg)}
body.music-store-page .wall-plaque-left{left:5.5%;border-color:#9c3386}
body.music-store-page .wall-plaque-right{right:5.5%;border-color:#30b9c6;transform:rotate(2deg)}
body.music-store-page .wall-plaque small,body.music-store-page .wall-plaque span{display:block;color:var(--shop-cyan);font-size:8px;font-weight:900;letter-spacing:.1em}
body.music-store-page .wall-plaque strong{display:block;margin:8px 0;color:#eee;font:900 14px/1.03 Georgia,serif}
body.music-store-page .wall-plaque span{color:var(--shop-pink)}
body.music-store-page .neon-wall-sign{position:absolute;top:128px;padding:8px 10px;border:1px solid currentColor;border-radius:5px;background:rgba(4,8,14,.72);color:var(--shop-pink);font:italic 700 18px/.95 Georgia,serif;text-shadow:0 0 4px currentColor,0 0 12px currentColor;box-shadow:inset 0 0 12px rgba(255,255,255,.04),0 0 12px currentColor}
body.music-store-page .neon-wall-sign-left{left:5.5%;width:145px;color:#ffe85f;text-align:center;transform:rotate(-3deg);animation:shopSignBreath 3.5s ease-in-out infinite}
body.music-store-page .neon-wall-sign-right{right:5.5%;color:var(--shop-cyan);text-align:right;transform:rotate(2deg);animation:shopSignBreath 4.1s ease-in-out -1.5s infinite}
body.music-store-page .vinyl-wall-disc{position:absolute;top:39px;width:74px;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#efdb87 0 5%,#edcf63 6% 11%,#0a0c11 12% 20%,#32343a 21% 22%,#08090d 23% 43%,#22252b 44% 45%,#08090d 46% 100%);box-shadow:0 10px 15px #000,inset 2px 1px 4px #777}
body.music-store-page .disc-one{left:18%}
body.music-store-page .disc-two{right:18%}
body.music-store-page .live-room-plaque{position:absolute;top:14px;left:57%;transform:translateX(-50%);width:192px;height:131px;padding:9px 11px;display:grid;grid-template-rows:auto 1fr;justify-items:stretch;border:6px ridge #485661;border-radius:3px;background:linear-gradient(145deg,#18232c,#050a11);box-shadow:0 8px 18px #000,inset 0 0 0 2px #0b1118}
body.music-store-page .live-room-plaque span{color:var(--shop-cyan);font-size:10px;font-weight:900;letter-spacing:.15em;text-align:left}
body.music-store-page .live-room-drum-art{display:block;width:100%;height:88px;margin-top:2px;filter:drop-shadow(0 0 4px rgba(41,220,255,.22))}
body.music-store-page .music-store-stage{position:relative;z-index:2;display:grid;grid-template-columns:clamp(485px,38vw,565px) clamp(440px,34vw,500px);align-items:start;gap:clamp(24px,2.3vw,38px);width:max-content;max-width:84%;margin:108px 0 0 16%}
body.music-store-page .jukebox-zone{position:relative;min-width:0}
body.music-store-page .jukebox-shadow,body.music-store-page .jukebox-floor-glow{display:none}
body.music-store-page .jukebox{position:relative;width:100%;min-height:535px;padding:202px 40px 44px;border:10px solid #85949b;border-bottom-width:17px;border-radius:49% 49% 4% 4% / 35% 35% 3% 3%;background:linear-gradient(180deg,#252e36 0%,#080b10 39%,#05070c 100%);box-shadow:inset 0 0 0 5px #10171f,inset 0 0 0 9px #c9d4d5,0 19px 30px #000,0 0 26px rgba(44,234,255,.18);overflow:hidden}
body.music-store-page .jukebox::before,body.music-store-page .jukebox::after{content:"";position:absolute;z-index:2;top:103px;bottom:0;width:20px;border:4px solid #b4d5d6;border-bottom:0;border-radius:16px 16px 0 0;background:linear-gradient(180deg,var(--shop-pink),var(--shop-cyan) 33%,var(--shop-lime) 75%,var(--shop-cyan));box-shadow:inset 0 0 7px white,0 0 12px var(--shop-cyan);animation:jukeboxTubeBreath 3.8s ease-in-out infinite}
body.music-store-page .jukebox::before{left:10px}body.music-store-page .jukebox::after{right:10px}
body.music-store-page .jukebox::after{animation-delay:-1.9s}
body.music-store-page .jukebox-chrome-sweep{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(105deg,transparent 8%,rgba(255,255,255,.13) 9%,transparent 15% 67%,rgba(255,255,255,.1) 69%,transparent 73%);animation:jukeboxChromeSweep 10s ease-in-out infinite}
body.music-store-page .jukebox-arch{position:absolute;top:8px;left:8px;right:8px;height:246px;border:9px solid #bfd0d4;border-bottom:0;border-radius:48% 48% 6% 6% / 67% 67% 5% 5%;background:linear-gradient(145deg,#171d25,#05070c 65%);box-shadow:inset 0 0 0 7px #151b24,inset 0 0 0 15px var(--shop-pink),inset 0 0 0 23px #36f0e4,inset 0 0 19px 27px rgba(143,77,200,.2)}
body.music-store-page .jukebox-arch-glow{position:absolute;inset:23px 18px 4px;border:7px solid var(--shop-lime);border-left-color:var(--shop-cyan);border-right-color:var(--shop-pink);border-bottom:0;border-radius:48% 48% 0 0;filter:drop-shadow(0 0 9px var(--shop-pink));animation:jukeboxArchBreath 3.6s ease-in-out infinite}
body.music-store-page .jukebox-crown{position:absolute;z-index:2;top:68px;left:21%;right:21%;overflow:hidden;isolation:isolate;padding:8px 4px 13px;border:1px solid #68737d;border-radius:5px;background:linear-gradient(#171a20,#07090e);box-shadow:0 8px 16px #000,0 0 9px var(--shop-cyan);text-align:center;animation:jukeboxCrownBreath 4s ease-in-out infinite}
body.music-store-page .jukebox-crown::before{content:"";position:absolute;z-index:0;top:-28%;bottom:-28%;left:-42%;width:34%;transform:skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),rgba(75,238,255,.1),transparent);animation:jukeboxCrownScan 6.2s ease-in-out infinite;pointer-events:none}
body.music-store-page .jukebox-crown::after{content:"";position:absolute;z-index:1;left:15px;right:15px;bottom:5px;height:5px;border-radius:99px;background:radial-gradient(circle,var(--shop-cyan) 0 2px,transparent 2.5px) 0 50%/18px 5px repeat-x;filter:drop-shadow(0 0 4px var(--shop-cyan));animation:jukeboxCrownRunner 2.1s linear infinite;pointer-events:none}
body.music-store-page .jukebox-crown span{position:relative;z-index:2;display:block;color:var(--shop-cyan);font-size:9px;font-weight:900;letter-spacing:.13em;animation:jukeboxBrandPulse 3.2s ease-in-out infinite}
body.music-store-page .jukebox-crown b{position:relative;z-index:2;display:block;margin-top:3px;color:#f6d6b6;font:900 22px Georgia,serif;letter-spacing:.05em;background:linear-gradient(90deg,#fff4bd,#ffd85f,#35ecff,#ff58c8,#c9ff54,#ffd85f,#fff4bd);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:jukeboxTitleTravel 8s linear infinite}
body.music-store-page .jukebox-glass-lines{position:absolute;z-index:1;top:169px;left:27%;right:27%;height:22px;background:repeating-linear-gradient(90deg,transparent 0 15px,var(--shop-cyan) 17px 23px,transparent 25px 34px);filter:drop-shadow(0 0 7px var(--shop-cyan));opacity:.4;animation:jukeboxGlassPulse 3.4s ease-in-out infinite}
body.music-store-page .jukebox-title-window{position:relative;z-index:3;padding:5px;border:6px ridge #9facb0;border-radius:6px;background:#0a1118;box-shadow:0 0 0 2px #20272d,0 6px 13px #000}
body.music-store-page .jukebox-title-strip{display:grid;grid-template-columns:.82fr .9fr 1.4fr .9fr .82fr;gap:5px}
body.music-store-page .jukebox-title-card{min-width:0;min-height:72px;padding:5px 3px;border:1px solid #3d6570;border-radius:3px;background:linear-gradient(#14222b,#08121a);color:#e4eaf0;text-align:center;overflow:hidden}
body.music-store-page .jukebox-title-card span,body.music-store-page .jukebox-title-card small{display:block;color:#a7b1b9;font-size:8px;font-weight:800;letter-spacing:.08em}
body.music-store-page .jukebox-title-card b{display:block;margin-top:7px;font-size:11px;line-height:1.12;overflow-wrap:anywhere}
body.music-store-page .jukebox-title-card.active{border-color:var(--shop-pink);background:linear-gradient(#411437,#130d19);box-shadow:0 0 9px rgba(255,72,189,.7)}
body.music-store-page .jukebox-title-card.active span{color:#ffabd9}
body.music-store-page .jukebox-title-card.active b{color:#fff}
body.music-store-page .jukebox-title-card.active:not(:disabled){cursor:pointer}
body.music-store-page .jukebox-title-card.active.preview-stopped{border-color:#ff398e;box-shadow:0 0 0 1px rgba(255,54,139,.32),0 0 22px rgba(255,33,121,.46),inset 0 0 24px rgba(255,31,116,.08)}
body.music-store-page .jukebox-title-card.active.preview-stopped span{color:#ff65a8;text-shadow:0 0 10px rgba(255,45,137,.78)}
body.music-store-page .jukebox-title-card.active.preview-playing{border-color:#54ff8b;background:linear-gradient(#18412b,#0a1d16);box-shadow:0 0 0 1px rgba(84,255,139,.36),0 0 28px rgba(49,255,117,.58),inset 0 0 28px rgba(48,255,119,.1);animation:jukeboxPlayingPulse 1.5s ease-in-out infinite}
body.music-store-page .jukebox-title-card.active.preview-playing span,body.music-store-page .jukebox-title-card.active.preview-playing small{color:#70ffa3;text-shadow:0 0 10px rgba(72,255,133,.78)}
body.music-store-page .jukebox-title-card.active:not(:disabled){transition:transform .16s ease,box-shadow .22s ease,filter .22s ease}
body.music-store-page .jukebox-title-card.active:not(:disabled):hover,body.music-store-page .jukebox-title-card.active:not(:disabled):focus-visible{transform:translateY(-2px) scale(1.015);filter:brightness(1.12)}
body.music-store-page .jukebox-title-card.side{opacity:.82}
body.music-store-page .jukebox-title-card.far{opacity:.63}
body.music-store-page .jukebox-selector{position:relative;z-index:3;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;gap:8px;align-items:center;margin-top:12px}
body.music-store-page .jukebox-arrow{height:36px;border:1px solid #87979e;border-radius:5px;background:linear-gradient(#242d34,#090e13);color:var(--shop-cyan);font-size:25px;font-weight:900;line-height:1}
body.music-store-page .jukebox-arrow:not(:disabled),body.music-store-page .jukebox-action.add:not(:disabled){transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
body.music-store-page .jukebox-arrow:not(:disabled):hover,body.music-store-page .jukebox-arrow:not(:disabled):focus-visible{transform:translateY(-2px);filter:brightness(1.18);box-shadow:0 0 18px rgba(var(--room-a-rgb),.3)}
body.music-store-page .jukebox-selection-display{min-width:0;padding:7px;border:1px solid #23616d;border-radius:5px;background:#061017;text-align:center}
body.music-store-page .jukebox-selection-display span{display:block;color:#9caab0;font-size:8px;font-weight:800;letter-spacing:.1em}
body.music-store-page .jukebox-selection-display strong{display:block;color:var(--shop-cyan);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.music-store-page .jukebox-preview-timer{display:block;color:var(--shop-pink);font-size:11px;font-weight:900}
body.music-store-page .jukebox-preview-timer.is-playing{color:#70ffa3;text-shadow:0 0 11px rgba(72,255,133,.75)}
body.music-store-page .jukebox-action-row{position:relative;z-index:3;margin-top:11px}
body.music-store-page .jukebox-action.add{width:100%;min-height:40px;border:1px solid var(--shop-pink);border-radius:5px;background:linear-gradient(#52254c,#190e20);color:#fff;font-size:11px;font-weight:900;letter-spacing:.06em;box-shadow:0 0 10px rgba(255,72,189,.22)}
body.music-store-page .jukebox-action.add:not(:disabled):hover,body.music-store-page .jukebox-action.add:not(:disabled):focus-visible{transform:translateY(-2px);filter:brightness(1.14);box-shadow:0 0 20px rgba(var(--room-b-rgb),.33)}
body.music-store-page .jukebox-eq{position:relative;z-index:3;display:flex;align-items:flex-end;justify-content:center;gap:4px;height:22px;margin:12px auto 0}
body.music-store-page .jukebox-eq i{width:4px;height:35%;border-radius:3px 3px 0 0;background:var(--shop-cyan);box-shadow:0 0 7px var(--shop-cyan);animation:jukeboxEqDance 1.6s ease-in-out infinite alternate}
body.music-store-page .jukebox-eq i:nth-child(3n){height:75%;background:var(--shop-pink);box-shadow:0 0 7px var(--shop-pink);animation-delay:-.5s}
body.music-store-page .jukebox-eq i:nth-child(4n){height:55%;background:var(--shop-lime);box-shadow:0 0 7px var(--shop-lime);animation-delay:-.9s}
body.music-store-page .jukebox-speaker{display:none}
body.music-store-page .jukebox-base{position:absolute;left:9px;right:9px;bottom:0;height:18px;display:flex;align-items:center;justify-content:space-evenly;padding:0 17%;border-top:2px solid #c6d4da;background:linear-gradient(#6c808c,#111923)}
body.music-store-page .jukebox-base span{display:block;width:20px;height:5px;border-radius:99px;background:var(--shop-cyan);box-shadow:0 0 7px currentColor;color:var(--shop-cyan);animation:jukeboxBaseBreath 3.1s ease-in-out infinite}
body.music-store-page .jukebox-base span:nth-child(2),body.music-store-page .jukebox-base span:nth-child(4){background:var(--shop-pink);color:var(--shop-pink)}
body.music-store-page .jukebox-base span:nth-child(3){background:var(--shop-lime);color:var(--shop-lime)}
body.music-store-page .jukebox-base span:nth-child(2){animation-delay:-.55s}body.music-store-page .jukebox-base span:nth-child(3){animation-delay:-1.1s}body.music-store-page .jukebox-base span:nth-child(4){animation-delay:-1.65s}body.music-store-page .jukebox-base span:nth-child(5){animation-delay:-2.2s}
body.music-store-page .jukebox-note{margin:9px 0 0;color:#a6c1c8;text-align:center;font-size:10px;font-weight:700;line-height:1.35}
body.music-store-page .jukebox-note.preview-error{color:#ff9aaa}
body.music-store-page .jukebox-find-panel{width:min(310px,60%);margin:13px auto 0;padding:9px 10px;border:1px solid #32606b;border-radius:7px;background:linear-gradient(#101822,#070c14);box-shadow:0 8px 17px #000,0 0 10px rgba(var(--room-a-rgb),.1)}
body.music-store-page .jukebox-find-head{display:flex;justify-content:space-between;gap:12px}
body.music-store-page .jukebox-find-head span{color:#e4f5f7;font-size:11px;font-weight:900;letter-spacing:.1em}
body.music-store-page .jukebox-find-head small{display:block;margin-top:2px;color:#a0aeb8;font-size:9px;line-height:1.2}
body.music-store-page .jukebox-find-head b{color:var(--shop-lime);font-size:13px}
body.music-store-page .jukebox-find-search{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:5px;margin-top:7px}
body.music-store-page .jukebox-find-search input{min-width:0;height:27px;padding:0 7px;border:1px solid #32616d;border-radius:4px;background:#080e16;color:white;font-size:11px}
body.music-store-page .jukebox-find-search button{border:1px solid var(--shop-lime);border-radius:4px;background:#172016;color:var(--shop-lime);font-size:10px;font-weight:900;transition:box-shadow .16s ease,filter .16s ease}
body.music-store-page .jukebox-find-search button:hover,body.music-store-page .jukebox-find-search button:focus-visible{filter:brightness(1.2);box-shadow:0 0 12px rgba(var(--room-c-rgb),.3)}
body.music-store-page .jukebox-find-results{display:none;position:relative;margin-top:6px;padding:5px;border:1px solid #344752;border-radius:5px;background:#0a121a}
body.music-store-page .jukebox-find-results.is-open{display:grid;gap:3px}
body.music-store-page .jukebox-find-results button{padding:7px;border:0;border-radius:4px;background:transparent;color:#f1f3f4;text-align:left;font-size:11px}
body.music-store-page .jukebox-find-results button:hover{background:#17313b}
body.music-store-page .jukebox-find-empty{color:#abb7bd;font-size:11px}
body.music-store-page .jukebox-letter-row{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:2px;margin-top:7px}
body.music-store-page .jukebox-letter-row button{min-width:0;min-height:19px;padding:0;border:1px solid #35515b;border-radius:3px;background:#0d1820;color:#caebed;font-size:9px;font-weight:900}
body.music-store-page .jukebox-letter-row button:disabled{opacity:.28}
body.music-store-page .jukebox-letter-row button:not(:disabled):hover{border-color:var(--shop-pink);color:white}
body.music-store-page .album-builder{min-width:0;margin-top:162px}
body.music-store-page .album-panel{position:relative;padding:18px 19px 15px;border:1px solid #7b6748;border-radius:15px 15px 7px 7px;background:linear-gradient(150deg,#201915,#0b0b0e 45%);box-shadow:0 14px 25px #000,inset 0 0 0 2px #29221d}
body.music-store-page .album-party-sticker{position:absolute;right:15px;top:-18px;z-index:3;width:58px;height:58px;display:grid;place-content:center;border:2px solid #e8ca4b;border-radius:50%;background:#15120d;color:#ffe871;text-align:center;font-size:10px;font-weight:900;line-height:1}
body.music-store-page .album-party-sticker b{font-size:8px}
body.music-store-page .album-panel-head{display:flex;justify-content:space-between;gap:10px}
body.music-store-page .album-panel-head small{color:var(--shop-pink);font-size:9px;font-weight:900;letter-spacing:.1em}
body.music-store-page .album-panel-head h2{max-width:410px;margin:3px 0 8px;color:var(--shop-gold);font:900 clamp(33px,2.9vw,47px)/.94 Georgia,serif;letter-spacing:.025em;text-shadow:0 2px 1px #5a3108,0 3px 7px #000}
body.music-store-page .album-panel-head p{max-width:310px;margin:0 0 10px;color:#b8b3af;font-size:11px;line-height:1.3}
body.music-store-page .album-count{align-self:flex-start;min-width:76px;margin-top:44px;padding:8px 5px;border:1px solid #2493a7;border-radius:8px;background:#071418;text-align:center;white-space:nowrap}
body.music-store-page .album-count span{display:block;color:#9baaad;font-size:8px;font-weight:900}
body.music-store-page .album-count strong{display:block;color:var(--shop-cyan);font-size:18px}
body.music-store-page .album-sheet{position:relative;padding:14px 15px 13px;border-radius:8px;background:repeating-linear-gradient(0deg,transparent 0 25px,rgba(116,84,37,.17) 26px),linear-gradient(140deg,#fff4da,#e6cf9e);color:#3e2c20;box-shadow:0 6px 12px #000,inset 0 0 25px rgba(84,52,22,.08)}
body.music-store-page .album-name-line{display:flex;align-items:center;gap:8px;padding-bottom:6px;border-bottom:1px solid #ae956f}
body.music-store-page .album-name-line label{color:#78573d;font-size:9px;font-weight:900;white-space:nowrap}
body.music-store-page .album-name-preview{flex:1;min-width:0;border:0;border-bottom:1px solid #c9ac7b;background:transparent;color:#785d43;font:italic 12px Georgia,serif}
body.music-store-page .album-name-preview:disabled{opacity:1}
body.music-store-page .album-slot-list{display:grid;grid-template-columns:1fr 1fr;column-gap:12px;list-style:none;margin:6px 0 0;padding:0}
body.music-store-page .album-slot-list li{display:grid;grid-template-columns:23px minmax(0,1fr);align-items:center;min-height:22px;line-height:1.1;border-bottom:1px solid rgba(121,85,42,.13)}
body.music-store-page .album-slot-list li.is-filled{grid-template-columns:23px minmax(0,1fr) 21px}
body.music-store-page .album-slot-list span{color:#a74748;font:900 10px Georgia,serif}
body.music-store-page .album-slot-list b{color:#705b49;font-size:10px;font-weight:600;line-height:1.1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
body.music-store-page .album-slot-list li.is-filled b{color:#3b281b;font-weight:900}
body.music-store-page .album-remove{width:19px;height:19px;padding:0;border:1px solid #b38074;border-radius:50%;background:transparent;color:#8a3335;font-size:15px;line-height:1}
body.music-store-page .album-ready-stamp{position:absolute;right:20px;bottom:15px;transform:rotate(-10deg);border:2px solid rgba(155,73,63,.18);border-radius:50%;padding:9px;color:rgba(155,73,63,.2);font-size:10px;font-weight:900;text-align:center;pointer-events:none}
body.music-store-page .album-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:11px}
body.music-store-page .album-prices div{padding:7px 4px;border:1px solid #384550;border-radius:5px;background:#10151d;text-align:center}
body.music-store-page .album-prices b{display:block;color:#abb2b4;font-size:8px}
body.music-store-page .album-prices strong{display:block;color:#f6d997;font:900 15px Georgia,serif}
body.music-store-page .album-prices .is-active-bundle{border-color:var(--shop-lime);box-shadow:0 0 8px rgba(202,255,89,.2);animation:shopBundleGlow 3.4s ease-in-out infinite}
body.music-store-page .album-get-button:not(:disabled){transition:box-shadow .16s ease,filter .16s ease,transform .16s ease}
body.music-store-page .album-get-button:not(:disabled):hover,body.music-store-page .album-get-button:not(:disabled):focus-visible{transform:translateY(-2px);filter:brightness(1.15);box-shadow:0 0 17px rgba(var(--room-b-rgb),.3)}
body.music-store-page .album-get-button{width:100%;min-height:37px;margin-top:7px;border:1px solid var(--shop-pink);border-radius:5px;background:#381733;color:white;font-size:10px;font-weight:900;letter-spacing:.06em}
body.music-store-page .album-get-button:disabled{opacity:.75}
body.music-store-page .album-tags{display:flex;justify-content:center;gap:8px;margin-top:7px;color:#a8b3b3;font-size:8px;font-weight:800}
body.music-store-page .record-bin-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:1040px;margin:0 auto 12px}
body.music-store-page .record-bin{position:relative;display:grid;grid-template-columns:66px minmax(0,1fr);grid-template-rows:1fr auto;gap:3px 10px;min-width:0;min-height:98px;padding:21px 10px 10px;border:1px solid #304958;border-radius:8px;background:linear-gradient(#151d25,#080d14);color:white;text-align:left;box-shadow:0 5px 12px #000}
body.music-store-page .featured-bin-label{position:absolute;top:7px;left:10px;color:var(--shop-cyan);font-size:9px;font-weight:900;letter-spacing:.06em}
body.music-store-page .record-bin:nth-child(2) .featured-bin-label{color:var(--shop-lime)}
body.music-store-page .record-bin:nth-child(3) .featured-bin-label{color:var(--shop-pink)}
body.music-store-page .featured-bin-art{grid-row:1/span 2;width:62px;height:62px;border:1px solid #74818b;border-radius:4px;background:#080a0c;overflow:hidden}
body.music-store-page .featured-bin-art img{width:100%;height:100%;object-fit:cover}
body.music-store-page .featured-bin-fallback{height:100%;display:flex;align-items:flex-end;justify-content:center;gap:2px;padding:6px;background:#151921}
body.music-store-page .featured-bin-fallback i{width:11px;height:30px;background:linear-gradient(145deg,var(--shop-pink),#42317d)}
body.music-store-page .featured-bin-fallback i:nth-child(2){background:linear-gradient(145deg,var(--shop-cyan),#1f5b66)}
body.music-store-page .featured-bin-song{align-self:end;color:#edf4f5;font:900 14px Georgia,serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.music-store-page .featured-bin-action{align-self:start;color:#a3dfe9;font-size:9px;font-weight:900}
body.music-store-page .record-bin:not(:disabled):hover{border-color:var(--shop-cyan);transform:translateY(-2px)}
body.music-store-page .music-store-explainer{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:1040px;margin:0 auto 8px}
body.music-store-page .music-store-explainer>div{position:relative;min-height:76px;padding:12px 12px 12px 48px;border:1px solid #263b45;border-radius:8px;background:#0b1119}
body.music-store-page .music-store-explainer span{position:absolute;left:12px;top:16px;width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--shop-cyan);border-radius:50%;color:var(--shop-cyan);font:900 13px Georgia,serif}
body.music-store-page .music-store-explainer strong{font:900 13px Georgia,serif}
body.music-store-page .music-store-explainer p{margin:4px 0 0;color:#a9b5bd;font-size:10px;line-height:1.3}
@keyframes jukeboxTubeBreath{0%,100%{opacity:.58;filter:brightness(.61) saturate(.8);box-shadow:inset 0 0 5px rgba(255,255,255,.4),0 0 6px rgba(var(--room-a-rgb),.22)}50%{opacity:1;filter:brightness(1.33) saturate(1.2);box-shadow:inset 0 0 10px rgba(255,255,255,.94),0 0 18px rgba(var(--room-b-rgb),.6),0 0 29px rgba(var(--room-a-rgb),.4)}}
@keyframes jukeboxArchBreath{0%,100%{opacity:.7;filter:brightness(.75) saturate(.85)}50%{opacity:1;filter:brightness(1.33) saturate(1.2)}}
@keyframes jukeboxChromeSweep{0%,55%,100%{transform:translateX(-38%);opacity:.2}75%{transform:translateX(30%);opacity:.75}}
@keyframes jukeboxCrownBreath{0%,100%{filter:brightness(.9);box-shadow:0 8px 16px #000,0 0 9px rgba(var(--room-a-rgb),.45)}50%{filter:brightness(1.12);box-shadow:0 8px 16px #000,0 0 22px rgba(var(--room-a-rgb),.45),0 0 12px rgba(var(--room-b-rgb),.2)}}
@keyframes jukeboxCrownScan{0%,12%{left:-42%;opacity:0}20%{opacity:.85}72%{opacity:.7}86%,100%{left:118%;opacity:0}}
@keyframes jukeboxCrownRunner{from{background-position:0 50%}to{background-position:36px 50%}}
@keyframes jukeboxBrandPulse{0%,100%{opacity:.68;text-shadow:0 0 5px rgba(var(--room-a-rgb),.3)}50%{opacity:1;text-shadow:0 0 8px rgba(var(--room-a-rgb),.82),0 0 15px rgba(var(--room-b-rgb),.3)}}
@keyframes jukeboxTitleTravel{from{background-position:0% 50%;filter:brightness(.92)}50%{filter:brightness(1.18)}to{background-position:260% 50%;filter:brightness(.92)}}
@keyframes jukeboxGlassPulse{0%,100%{opacity:.24}50%{opacity:.6}}
@keyframes jukeboxPlayingPulse{0%,100%{box-shadow:0 0 0 1px rgba(84,255,139,.34),0 0 18px rgba(49,255,117,.36),inset 0 0 20px rgba(48,255,119,.08)}50%{box-shadow:0 0 0 1px rgba(84,255,139,.58),0 0 34px rgba(49,255,117,.7),inset 0 0 30px rgba(48,255,119,.15)}}
@keyframes jukeboxBaseBreath{0%,100%{opacity:.55;filter:brightness(.65)}50%{opacity:1;filter:brightness(1.4);box-shadow:0 0 11px currentColor}}
@keyframes jukeboxEqDance{from{transform:scaleY(.65);opacity:.6}to{transform:scaleY(1.12);opacity:1}}
@keyframes shopSignBreath{0%,100%{opacity:.8;filter:brightness(.78)}50%{opacity:1;filter:brightness(1.25)}}
@keyframes shopBundleGlow{0%,100%{box-shadow:0 0 8px rgba(202,255,89,.2)}50%{box-shadow:0 0 18px rgba(202,255,89,.44)}}
@media(max-width:1200px){
 body.music-store-page .music-shop-sign{left:4.5%;width:39%}
 body.music-store-page .music-shop-shiggles{left:35%}
 body.music-store-page .music-shop-intro{right:4.5%;width:31%}
 body.music-store-page .room-toolbar{right:8%}
  body.music-store-page .music-store-stage{grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:2.5%;width:92%;max-width:none;margin-left:4%}
}
@media(max-width:980px){
 body.music-store-page .music-shop-hero{height:390px}
 body.music-store-page .music-shop-sign{top:31px;left:3%;width:40%;height:305px}
 body.music-store-page .music-shop-sign h1{font-size:clamp(3rem,6.4vw,4.2rem)}
  body.music-store-page .music-shop-shiggles{height:565px;left:31%;top:-38px;clip-path:inset(-60px 0 130px 0)}
  body.music-store-page .hero-neon-verse{right:5%;font-size:27px}
 body.music-store-page .music-shop-intro{top:201px;right:3%;width:34%;padding:13px}
 body.music-store-page .music-shop-intro strong{font-size:1.25rem}
 body.music-store-page .room-toolbar{top:354px;right:6%}
  body.music-store-page .lower-room-surface{top:392px}
  body.music-store-page .record-store-wall{top:410px}
  body.music-store-page .music-store-stage{width:94%;gap:2%;margin:55px auto 0}
 body.music-store-page .jukebox{padding-left:36px;padding-right:36px}
  body.music-store-page .album-builder{margin-top:70px}
}
@media(max-width:760px){
 body.music-store-page .music-shop-hero{height:auto;min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:0;padding:20px 16px 63px}
 body.music-store-page .music-shop-sign{position:relative;top:auto;left:auto;width:100%;max-width:560px;height:auto;min-height:265px;grid-column:1/-1;justify-self:center;padding:16px}
 body.music-store-page .music-shop-sign h1{font-size:clamp(3.3rem,11vw,5.6rem)}
  body.music-store-page .music-shop-shiggles{position:relative;top:auto;left:auto;grid-column:1/-1;justify-self:center;height:auto;width:min(90%,410px);margin:-30px 0 -70px;clip-path:none}
  body.music-store-page .hero-neon-verse{position:relative;top:auto;right:auto;grid-column:1/-1;justify-self:center;margin:8px 0 20px;font-size:25px}
  body.music-store-page .hero-neon-crown{font-size:35px}
  body.music-store-page .hero-note{display:none}
 body.music-store-page .music-shop-intro{position:relative;top:auto;right:auto;grid-column:1/-1;width:100%;min-height:0}
  body.music-store-page .room-toolbar{top:auto;right:20px;bottom:17px}
  body.music-store-page .lower-room-surface{display:none}
  body.music-store-page .music-store-stage::before{content:"";position:absolute;z-index:-1;inset:-30px -14px -22px;pointer-events:none;background:repeating-linear-gradient(90deg,#111825 0 79px,#293240 80px 81px,#080d17 82px 84px,#141b29 85px 159px,#050a13 160px 162px);box-shadow:inset 0 20px 30px #050914}
 body.music-store-page .record-store-wall{display:none}
  body.music-store-page .music-store-stage{display:grid;grid-template-columns:1fr;gap:20px;width:min(100% - 28px,560px);max-width:none;margin:30px auto 0}
  body.music-store-page .jukebox-find-panel{width:min(100%,320px)}
 body.music-store-page .album-builder{margin-top:0}
 body.music-store-page .record-bin-row,body.music-store-page .music-store-explainer{grid-template-columns:1fr;max-width:560px;margin-left:14px;margin-right:14px}
 body.music-store-page .room-activity-strip{margin-left:14px;margin-right:14px}
 body.music-store-page .record-store-room{padding-bottom:22px}
}
@media(max-width:480px){
 body.music-store-page .music-shop-sign h1{font-size:clamp(2.9rem,13vw,4rem)}
 body.music-store-page .music-shop-frequency{font-size:8px;letter-spacing:0}
 body.music-store-page .music-shop-shiggles{width:100%}
 body.music-store-page .jukebox{min-height:390px;padding:153px 30px 26px}
 body.music-store-page .jukebox-arch{height:190px}
 body.music-store-page .jukebox-crown{top:57px}
 body.music-store-page .jukebox-title-card{min-height:65px}
 body.music-store-page .jukebox-title-card.far{display:none}
 body.music-store-page .jukebox-title-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
 body.music-store-page .jukebox-title-card b{font-size:10px}
 body.music-store-page .jukebox-selector{grid-template-columns:32px minmax(0,1fr) 32px}
 body.music-store-page .album-panel{padding:14px}
 body.music-store-page .album-panel-head h2{font-size:28px}
 body.music-store-page .album-count{margin-top:34px}
 body.music-store-page .album-slot-list{grid-template-columns:1fr}
 body.music-store-page .album-tags{flex-wrap:wrap}
 body.music-store-page .room-eq-mini{display:none}
}
@media(prefers-reduced-motion:reduce){body.music-store-page *,body.music-store-page *::before,body.music-store-page *::after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}}

/* site.css enforces 17px/1.58 text and gold labels with !important across every
   public page. These page-scoped exceptions restore the compact Record Shop controls. */
body.music-store-page .music-shop-kicker{color:var(--shop-cyan)!important;font-size:12px!important;line-height:1.2!important}
body.music-store-page .wall-plaque small{font-size:9px!important;line-height:1.15!important}
body.music-store-page .music-shop-intro p{font-size:13px!important;line-height:1.4!important}
body.music-store-page .room-light-button{font-size:10px!important;line-height:1!important}
body.music-store-page .jukebox-title-card{font-size:11px!important;line-height:1.1!important}
body.music-store-page .jukebox-title-card small{font-size:8px!important;line-height:1.1!important}
body.music-store-page .jukebox-arrow{font-size:25px!important;line-height:1!important}
body.music-store-page .jukebox-action.add{font-size:11px!important;line-height:1.1!important}
body.music-store-page .jukebox-note{font-size:10px!important;line-height:1.35!important}
body.music-store-page .jukebox-find-head small{font-size:10px!important;line-height:1.3!important}
body.music-store-page .jukebox-find-search input{font-size:12px!important;line-height:1.2!important}
body.music-store-page .jukebox-find-search button,body.music-store-page .jukebox-find-results button,body.music-store-page .jukebox-letter-row button{font-size:10px!important;line-height:1.1!important}
body.music-store-page .album-panel-head small{font-size:9px!important;line-height:1.2!important}
body.music-store-page .album-panel-head p{font-size:11px!important;line-height:1.3!important}
body.music-store-page .album-name-line label{font-size:9px!important;line-height:1.1!important}
body.music-store-page .album-name-preview{font-size:12px!important;line-height:1.2!important}
body.music-store-page .album-slot-list li{font-size:10px!important;line-height:1.1!important}
body.music-store-page .album-remove{font-size:15px!important;line-height:1!important;min-height:19px}
body.music-store-page .album-get-button{font-size:10px!important;line-height:1.1!important}
body.music-store-page .featured-bin-label{color:var(--shop-cyan)!important;background:none!important;-webkit-text-fill-color:currentColor!important;font:900 10px Arial,sans-serif!important;line-height:1.1!important;filter:none!important}
body.music-store-page .record-bin:nth-child(2) .featured-bin-label{color:var(--shop-lime)!important}
body.music-store-page .record-bin:nth-child(3) .featured-bin-label{color:var(--shop-pink)!important}
body.music-store-page .featured-bin-action{font-size:9px!important;line-height:1.2!important}
body.music-store-page .music-store-explainer p{font-size:11px!important;line-height:1.3!important}
body.music-store-page .music-suggestion-copy small{font-size:10px!important;line-height:1.2!important}
body.music-store-page .music-suggestion-copy p{font-size:12px!important;line-height:1.4!important}
body.music-store-page .music-suggestion-form label,body.music-store-page .music-suggestion-form select,body.music-store-page .music-suggestion-form textarea{font-size:11px!important;line-height:1.3!important}
body.music-store-page .music-suggestion-send{font-size:10px!important;line-height:1.1!important}




/* 2026-09-18 lower-room cleanup: real festival keepsake art + bottom-corner plants. */
@media(min-width:981px){
  body.music-store-page .record-store-room{
    padding-bottom:178px;
  }

  body.music-store-page .festival-memory-wrap{
    position:relative;
    z-index:7;
    width:min(500px,39vw);
    margin:22px auto 14px;
    pointer-events:none;
    text-align:center;
  }

  body.music-store-page .festival-memory-image{
    display:block;
    width:100%;
    height:auto;
    margin:0 auto;
    transform:rotate(-.7deg);
    transform-origin:center;
    filter:
      drop-shadow(0 18px 17px rgba(0,0,0,.66))
      drop-shadow(0 0 12px rgba(239,198,110,.10));
  }

  body.music-store-page .room-bottom-plant{
    position:absolute;
    z-index:5;
    bottom:4px;
    width:clamp(155px,14vw,215px);
    pointer-events:none;
    opacity:.94;
  }

  body.music-store-page .room-bottom-plant img{
    display:block;
    width:100%;
    height:auto;
    filter:
      drop-shadow(0 10px 14px rgba(0,0,0,.66))
      drop-shadow(0 0 13px rgba(255,50,190,.30))
      drop-shadow(0 0 10px rgba(48,234,255,.20));
  }

  body.music-store-page .room-bottom-plant-left{left:2.6%}
  body.music-store-page .room-bottom-plant-left img{transform:scaleX(-1)}
  body.music-store-page .room-bottom-plant-right{right:2.6%}
}

@media(max-width:980px){
  body.music-store-page .festival-memory-wrap{
    width:min(82vw,520px);
    margin:18px auto 18px;
  }

  body.music-store-page .festival-memory-image{
    display:block;
    width:100%;
    height:auto;
    transform:rotate(-.35deg);
    filter:drop-shadow(0 12px 13px rgba(0,0,0,.58));
  }

  body.music-store-page .room-bottom-plant{display:none}
}


/* 2026-09-18 stage bridge: center song finder between jukebox and album, banner below all three. */
@media(min-width:981px){
  body.music-store-page .music-store-stage{
    padding-bottom:142px;
  }

  body.music-store-page .stage-find-panel{
    position:absolute!important;
    z-index:24!important;
    left:50%!important;
    bottom:8px!important;
    width:clamp(235px,20vw,285px)!important;
    max-width:none!important;
    margin:0!important;
    transform:translateX(-50%)!important;
    overflow:visible!important;
  }

  body.music-store-page .stage-find-panel .jukebox-find-head{
    margin-bottom:7px;
  }

  body.music-store-page .stage-find-panel .jukebox-find-search{
    gap:6px;
  }

  body.music-store-page .festival-memory-wrap{
    width:min(880px,69vw)!important;
    margin:30px auto 26px!important;
  }

  body.music-store-page .festival-memory-image{
    width:100%!important;
    max-width:none!important;
  }
}

@media(min-width:981px) and (max-width:1200px){
  body.music-store-page .music-store-stage{
    padding-bottom:132px;
  }

  body.music-store-page .stage-find-panel{
    width:clamp(200px,20vw,245px)!important;
    bottom:6px!important;
  }

  body.music-store-page .festival-memory-wrap{
    width:min(760px,70vw)!important;
  }
}

@media(max-width:980px){
  body.music-store-page .stage-find-panel{
    position:relative!important;
    left:auto!important;
    bottom:auto!important;
    width:min(100%,320px)!important;
    margin:0 auto!important;
    transform:none!important;
    grid-column:1/-1;
  }

  body.music-store-page .festival-memory-wrap{
    width:min(92vw,720px)!important;
    margin:24px auto 22px!important;
  }
}


/* 2026-09-18 visual balance pass from live screenshot. */
@media(min-width:981px){
  /* Center finder cleanly in the gap, with breathing room from both machines. */
  body.music-store-page .stage-find-panel{
    left:50.6%!important;
    bottom:10px!important;
    width:clamp(238px,19.2vw,258px)!important;
  }

  /* Stretch the festival keepsake toward the outer plant edges and lift it ~1cm. */
  body.music-store-page .festival-memory-wrap{
    width:min(1145px,89vw)!important;
    margin:-8px auto 18px!important;
  }

  /* Pull the lower cards + suggestion section upward together, preserving spacing. */
  body.music-store-page .record-bin-row{
    margin-top:-58px!important;
  }
}

@media(min-width:981px) and (max-width:1200px){
  body.music-store-page .stage-find-panel{
    left:50.4%!important;
    width:clamp(215px,19vw,238px)!important;
  }

  body.music-store-page .festival-memory-wrap{
    width:min(980px,88vw)!important;
    margin:-4px auto 18px!important;
  }

  body.music-store-page .record-bin-row{
    margin-top:-48px!important;
  }
}


/* 2026-09-18 layering correction after live visual check. */
@media(min-width:981px){
  body.music-store-page .stage-find-panel{
    left:51.2%!important;
  }

  body.music-store-page .record-bin-row{
    position:relative;
    z-index:12;
  }
}

@media(min-width:981px) and (max-width:1200px){
  body.music-store-page .stage-find-panel{
    left:51%!important;
  }
}


/* 2026-09-18 outer-edge plant placement. */
@media(min-width:981px){
  body.music-store-page .room-bottom-plant{
    bottom:0!important;
  }
  body.music-store-page .room-bottom-plant-left{
    left:0!important;
  }
  body.music-store-page .room-bottom-plant-right{
    right:0!important;
  }
}


/* 2026-09-18 full-span festival banner treatment. */
@media(min-width:981px){
  body.music-store-page .festival-memory-wrap{
    width:min(1540px,98vw)!important;
    margin:-10px auto 16px!important;
  }
  body.music-store-page .festival-memory-image{
    width:100%!important;
    max-width:none!important;
    transform:rotate(-.5deg) scaleY(1.045)!important;
    transform-origin:center!important;
  }
}
