/* ============================================================
   CHUNXX.COM — classic 2006 MySpace default profile skin
   Owner request 2026-09-15: "old MySpace w the blue banner and
   old looking section options". Values below are pulled from the
   real 2006 myspace.css + Tom's profile markup (Wayback, 2006-06):
     body bg #e5e5e5 · verdana 8pt · links #003399 bold u, hover #cc0000
     top strip + logo band #003399 · nav bar #6698CB white links
     left-column boxes: border/header #6699cc, whitetext12 (9pt white bold)
       label cells #b1d0f0 lightbluetext8 (#336699 8pt bold), value cells #d5e8fb
     right-column headings: orangetext15 (#FF6600 9pt bold) on #ffcc99 bar
     extended-network box: 1px #000 border, 75px tall, blacktext12 (12pt bold)
     friends comments: name cell #FF9933, comment cell #F9D6B4, frame #ff9933/#ffcccc
   Previous neon/CRT theme archived: _backup_chunxx_website_2026-09-15_pre-classic-myspace.tar.gz
   ============================================================ */
:root {
  --ms-navy: #003399;
  --ms-navbar: #6698cb;
  --ms-blue: #6699cc;
  --ms-label: #b1d0f0;
  --ms-value: #d5e8fb;
  --ms-labeltext: #336699;
  --ms-orange: #ff6600;
  --ms-peach: #ffcc99;
  --ms-c-name: #ff9933;
  --ms-c-body: #f9d6b4;
  --ms-c-frame: #ffcccc;
  --ms-link: #003399;
  --ms-link-hover: #cc0000;
  --ms-grey: #e5e5e5;
  --font-ms: verdana, arial, helvetica, sans-serif;
  /* Winamp widget keeps its own faces */
  --font-ui: "Share Tech Mono", "Courier New", monospace;
  --font-display: "Silkscreen", "Share Tech Mono", monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }

/* Body keeps the owner's tiled background (swap assets/brand/bg-tile.png for
   any seamless image; bump the ?v= here AND on the stylesheet links — host
   caches images 7 days). The white 800px profile sits on top like a 2006
   profile whose owner only set a background image. */
body {
  overflow-x: clip;
  background: var(--ms-grey) url("../assets/brand/bg-tile.png?v=20260823b") repeat center top;
  background-size: 420px 420px;
  color: #000;
  font-family: var(--font-ms);
  font-size: 11px;           /* 8pt */
  line-height: 1.35;
  min-height: 100dvh;
}
@media (max-width: 600px) { body { background-size: 260px 260px; } }

img { max-width: 100%; display: block; }
a { color: var(--ms-link); font-weight: bold; text-decoration: underline; }
a:hover { color: var(--ms-link-hover); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--ms-navy); outline-offset: 1px;
}
.sr-only {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

/* ---------- classic text classes (names kept from myspace.css) ---------- */
.nametext { font-size: 12pt; font-weight: bold; color: #000; }
.whitetext12 { font-size: 9pt; font-weight: bold; color: #fff; }
.orangetext15 { font-size: 9pt; font-weight: bold; color: var(--ms-orange); }
.lightbluetext8 { font-size: 8pt; font-weight: bold; color: var(--ms-labeltext); }
.blacktext12 { font-size: 12pt; font-weight: bold; color: #000; }
.btext { font-size: 8pt; color: #000; }
.text { font-size: 8pt; color: #000; }

/* ---------- site header: navy strip · logo band · light-blue nav ---------- */
.ms-header { width: 100%; max-width: 800px; margin: 0 auto; }
.ms-topbar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px;
  background: var(--ms-navy);
  color: #fff;
  padding: 5px 8px;
  font-size: 8pt;
}
.ms-topbar a { color: #fff; font-weight: normal; }
.ms-topbar a:hover { color: #040c5c; }
.ms-topleft { white-space: nowrap; }
.ms-topright { margin-left: auto; white-space: nowrap; }
.ms-search { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; font-size: 8pt; }
.ms-search input[type="radio"] { margin: 0 2px 0 2px; accent-color: var(--ms-navy); }
.ms-search input[type="text"] {
  font: 10px verdana, geneva, arial, helvetica, sans-serif;
  width: 170px; padding: 1px 3px;
  border: 1px solid #7f9db9; background: #fff; color: #000;
}
.ms-search input[type="submit"], .msbtn {
  font: 10px verdana, geneva, arial, helvetica, sans-serif;
  background: #e0ffff;
  color: #000;
  border: 1px solid; border-color: #fff #808080 #808080 #fff;
  box-shadow: 0 0 0 1px #000;
  padding: 1px 6px;
  cursor: pointer;
  margin-left: 6px;
}
.ms-search input[type="submit"]:active, .msbtn:active { border-color: #808080 #fff #fff #808080; }

.ms-band {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 96px;
  background: var(--ms-navy);
  padding: 10px 12px;
  border-top: 1px solid #1d47ad;
}
.ms-logo { display: block; flex: 0 1 300px; }
.ms-logo img { width: 100%; height: auto; }
/* the 728x90 slot: house banner instead of a Yield Manager ad */
.ms-ad {
  flex: 0 0 auto;
  width: 336px; height: 62px;
  display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px;
  text-decoration: none; font-weight: normal; color: #000;
  background: #fff;
  background-image: repeating-linear-gradient(135deg, #ffff66 0 10px, #fff 10px 20px);
  border: 2px solid #000;
  padding: 4px 8px;
  overflow: hidden;
}
.ms-ad:hover { color: #000; background-image: repeating-linear-gradient(135deg, #ffe066 0 10px, #fff 10px 20px); }
.ms-ad-arrow {
  font: bold 26px arial, helvetica, sans-serif; color: #cc0000;
  animation: blink 1s steps(2, start) infinite;
}
.ms-ad-copy { line-height: 1.2; }
.ms-ad-copy b { display: block; font-size: 13px; color: var(--ms-navy); text-transform: uppercase; }
.ms-ad-copy small { display: block; font-size: 9px; }
.ms-ad-copy u { color: var(--ms-link-hover); }
@keyframes blink { to { visibility: hidden; } }

.ms-nav {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  min-height: 26px;
  background: var(--ms-navbar);
  font: 8pt arial, helvetica, sans-serif;
  color: #fff;
  padding: 3px 6px;
}
.ms-nav a { color: #fff; font-weight: normal; }
.ms-nav a:hover, .ms-nav a.is-active { color: #040c5c; }
.ms-nav .sep { padding: 0 6px; }

/* ---------- 800px white profile, 300 / 435 columns ---------- */
.ms-page {
  max-width: 800px; margin: 0 auto 0;
  background: #fff;
  padding: 12px 15px 20px 20px;
}
.ms-cols {
  display: grid;
  grid-template-columns: 300px minmax(0, 435px);
  column-gap: 15px;
  align-items: start;
}
.ms-left, .ms-right { min-width: 0; }
.ms-page > .pagehead { margin-bottom: 8px; }
.ms-page h1.nametext { margin-bottom: 2px; }
.pagehead .welcome-sub { color: #000; margin-bottom: 8px; }

section { margin-bottom: 14px; }
.window > .titlebar { display: flex; justify-content: space-between; align-items: center; }
.winbtns { display: none; }              /* no window chrome in 2006 */

/* left-column box: blue border + blue header bar, white body */
.msbox-blue { border: 1px solid var(--ms-blue); background: #fff; }
.msbox-blue > .titlebar {
  background: var(--ms-blue); color: #fff;
  font-size: 9pt; font-weight: bold;
  padding: 1px 4px; min-height: 17px;
}
.msbox-blue > .winbody { padding: 4px 3px 5px; }

/* right-column box: peach heading bar, no border */
.msbox-orange > .titlebar {
  background: var(--ms-peach);
  font-size: 9pt; font-weight: bold; color: var(--ms-orange);
  padding: 2px 4px; min-height: 17px;
}
.msbox-orange > .winbody { padding: 5px 3px 6px; }
.msbox-orange h3 { font-size: 9pt; font-weight: bold; color: var(--ms-orange); margin: 6px 0 2px; }

/* label/value tables (Interests / Details look) */
.spec, .index-table, .contact-spec {
  width: 100%; border-collapse: separate; border-spacing: 3px; font-size: 8pt;
}
.spec th, .index-table .era {
  background: var(--ms-label); color: var(--ms-labeltext);
  font-weight: bold; text-align: left; vertical-align: top;
  padding: 4px 5px; width: 32%; white-space: nowrap;
}
.spec td, .index-table td { background: var(--ms-value); padding: 4px 5px; vertical-align: top; }
.index-table .era { width: 4.5em; }
.index-table .stat { text-align: right; white-space: nowrap; width: 6em; font-weight: bold; color: var(--ms-labeltext); }

/* ---------- profile (name above pic, meta beside it) ---------- */
#profile .titlebar { display: block; padding: 0 0 4px; }
#profile .titlebar span { font-size: 12pt; font-weight: bold; }
.profile-flex { display: flex; gap: 10px; align-items: flex-start; }
.profile-pic { width: 175px; height: auto; flex: 0 0 175px; }
.profile-meta { flex: 1; min-width: 0; font-size: 8pt; }
.profile-lines { font-size: 8pt; line-height: 1.5; }
.profile-lines a { font-weight: normal; }
.profile-meta .spec { border-spacing: 0 2px; }
.profile-meta .spec th, .profile-meta .spec td { background: none; padding: 1px 4px 1px 0; }
.profile-meta .spec th { color: #000; font-weight: normal; width: auto; }
.profile-meta .spec td { border-bottom: 0; }
.online { color: #339933; font-weight: bold; font-size: 8pt; margin: 4px 0 6px; }
.dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: #33cc33; border: 1px solid #006600; vertical-align: -1px;
}
.viewmy { margin-top: 8px; font-size: 8pt; }
.views { margin-top: 10px; font-size: 8pt; }
.odometer {
  font-family: "Courier New", monospace; font-weight: bold;
  background: #000; color: #ff3333; border: 1px solid #666;
  padding: 1px 4px; letter-spacing: 0.15em;
}
@media (max-width: 400px) {
  .profile-pic { width: 150px; flex-basis: 150px; }
}

/* ---------- Contacting CHUNXX link grid ---------- */
.contact-links {
  list-style: none;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px 4px;
  padding: 4px 2px 6px;
}
.contact-links a { display: inline-flex; align-items: center; gap: 5px; font-size: 8pt; font-weight: normal; }
.contact-links .ico {
  display: inline-block; width: 13px; height: 13px; flex: none;
  border: 1px solid #000; background: var(--ms-value);
  box-shadow: inset 2px 2px 0 #fff, inset -2px -2px 0 var(--ms-label);
}
.share-box {
  margin: 0 2px 8px;
  padding: 5px 6px;
  border: 1px solid var(--ms-blue);
  background: var(--ms-value);
  font-size: 8pt;
  line-height: 1.8;
}
.share-title { display: block; font-weight: bold; color: var(--ms-labeltext); }
.share-note { color: #339933; font-weight: bold; margin-left: 6px; }
.contact-spec { margin: 4px 0 6px; }
.contact-spec th {
  background: var(--ms-label); color: var(--ms-labeltext); font-weight: bold;
  text-align: left; padding: 4px 5px; width: 5em; vertical-align: top;
}
.contact-spec td { background: var(--ms-value); padding: 4px 5px; }
.cta { display: none; }   /* old glowing CTA; superseded by the link grid */
.formhead {
  background: var(--ms-blue); color: #fff; font-size: 9pt; font-weight: bold;
  padding: 1px 4px; margin: 8px -3px 0;
}

/* contact form: 2006 system controls */
.cform { display: flex; flex-direction: column; gap: 6px; padding: 6px 2px 2px; }
.cform label { font-size: 8pt; font-weight: bold; color: var(--ms-labeltext); display: block; margin-bottom: 2px; }
.cform input[type="text"], .cform input[type="email"], .cform textarea {
  width: 100%;
  font: 11px var(--font-ms);
  background: #fff; color: #000;
  border: 1px solid #7f9db9;
  padding: 3px 4px;
}
.cform input:focus, .cform textarea:focus { border-color: var(--ms-navy); }
.cform textarea { min-height: 80px; resize: vertical; }
.cform button.cta {
  display: inline-block; align-self: flex-start;
  font: 11px var(--font-ms); font-weight: normal;
  background: #ddd; color: #000;
  border: 2px outset #f4f4f4;
  padding: 2px 10px;
  cursor: pointer; text-shadow: none; box-shadow: none;
}
.cform button.cta:active { border-style: inset; }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: 8pt; color: #339933; font-weight: bold; }

/* ---------- extended network box ---------- */
.xnet {
  display: grid; place-items: center;
  min-height: 75px;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
  font-size: 12pt; font-weight: bold;
  padding: 6px;
  margin-bottom: 14px;
}

/* ---------- latest blog entry ---------- */
.blogbox { padding: 2px 3px 8px; font-size: 8pt; }
.blogbox .bloglink { display: block; margin: 4px 0 2px; }
.blogbox .blogmeta { color: #555; }

/* ---------- Top 8 (Friend Space) ---------- */
.top8-grid {
  list-style: none;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 6px;
  margin-top: 6px;
}
@media (max-width: 480px) { .top8-grid { grid-template-columns: repeat(2, 1fr); } }
.top8-grid figure { display: flex; flex-direction: column; align-items: center; text-align: center; }
.top8-grid figcaption {
  order: -1;
  font-size: 8pt; font-weight: bold; color: var(--ms-link); text-decoration: underline;
  padding: 0 0 3px;
}
.top8-grid img { aspect-ratio: 1; object-fit: cover; width: 100%; max-width: 96px; height: auto; } /* height:auto beats the img height attr */
.friends-all { text-align: center; margin-top: 8px; font-size: 8pt; }

/* ---------- blurbs / notepad / blog post body ---------- */
.notepad { font-size: 8pt; }
.notepad p { margin-bottom: 8px; }
.notepad .accent { color: #000; }
.blog-post h2 { font-size: 12pt; margin: 4px 0 10px; }
.blog-post h3 { font-size: 10pt; color: var(--ms-orange); margin: 14px 0 4px; }
.blog-post h4 { font-size: 9pt; color: var(--ms-labeltext); margin: 10px 0 3px; }
.blog-post ul { margin: 0 0 10px 18px; }
.blog-post li { margin-bottom: 4px; }

/* ---------- friends comments ---------- */
.comments {
  list-style: none;
  border: 1px solid var(--ms-c-name);
  background: var(--ms-c-frame);
  padding: 3px;
  display: flex; flex-direction: column; gap: 3px;
  margin-top: 6px;
}
.comment {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  grid-template-areas: "name date" "name text";
  grid-template-rows: auto 1fr;
  font-size: 8pt;
}
.c-name { grid-area: name; background: var(--ms-c-name); padding: 8px 6px; text-align: center; font-weight: bold; color: var(--ms-link); text-decoration: underline; }
.c-date { grid-area: date; background: var(--ms-c-body); padding: 6px 6px 0; font-weight: normal; color: #000; }
.comment p { grid-area: text; background: var(--ms-c-body); padding: 4px 6px 8px; margin: 0; }
.comment > .c-name:only-child { grid-column: 1 / -1; }
@media (max-width: 480px) {
  .comment { grid-template-columns: 1fr; grid-template-areas: "name" "date" "text"; }
}

.fineprint { margin-top: 6px; font-size: 7pt; color: #666; }

/* ---------- calendar (events page) ---------- */
.cal-head { display: flex; align-items: center; justify-content: space-between; margin: 2px 0 6px; }
.cal-month { font-size: 9pt; font-weight: bold; color: var(--ms-orange); }
.pbtn {
  font: 10px var(--font-ms); background: #ddd; color: #000;
  border: 2px outset #f4f4f4; padding: 1px 6px; cursor: pointer;
}
.pbtn:active { border-style: inset; }
.cal { width: 100%; border-collapse: separate; border-spacing: 2px; text-align: center; font-size: 8pt; }
.cal th { background: var(--ms-blue); color: #fff; font-weight: bold; padding: 2px; }
.cal td { background: var(--ms-value); padding: 5px 1px; }
.cal-today { background: var(--ms-peach) !important; font-weight: bold; }
.cal-event { color: var(--ms-orange); font-weight: bold; cursor: help; }

/* ---------- footer ---------- */
.ms-footer {
  max-width: 800px; margin: 0 auto;
  background: var(--ms-grey);
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 14px 10px 18px;
  font-size: 8pt;
}
.ms-footer .sep { padding: 0 3px; }
.ms-footer .copy { display: block; margin-top: 14px; color: #000; font: 8pt arial, helvetica, sans-serif; }

/* ------------------------------------------------------------------
   Winamp 2.x skin — unchanged from v2. Deliberately does NOT match the
   page: owner asked for the player to look "on its own", pasted in.
   ------------------------------------------------------------------ */
.track-marquee { overflow: hidden; white-space: nowrap; }
.track-marquee span {
  display: inline-block;
  font-size: 0.9rem;
  animation: marquee-x 12s linear infinite;
  padding-left: 100%;
}
@keyframes marquee-x {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.eq { display: flex; gap: 3px; align-items: flex-end; height: 34px; margin-top: 8px; }
.eq i { flex: 1; height: 15%; transition: height 0.12s linear; }
.eq.playing i { animation: eqbar 0.7s ease-in-out infinite alternate; }
.eq i:nth-child(2n) { animation-delay: 0.12s; }
.eq i:nth-child(3n) { animation-delay: 0.22s; }
.eq i:nth-child(5n) { animation-delay: 0.34s; }
@keyframes eqbar { from { height: 10%; } to { height: 95%; } }
.playlist { list-style: none; counter-reset: track; font-size: 0.85rem; }
.playlist li { counter-increment: track; padding: 5px 8px; cursor: pointer; }
.playlist li::before { content: counter(track, decimal-leading-zero) " ▸ "; }

.player-window {
  --wa-lt: #7d7d7d;
  --wa-dk: #000;
  --wa-lcd: #14ff5a;
  --wa-lcd-dim: #0b8f35;
  --wa-chrome-lt: #5a6b7d;
  --wa-chrome-dk: #26313d;
  border: 1px solid #000;
  background: linear-gradient(180deg, #4a4a4a, #2e2e2e);
  padding: 2px;
  font-family: var(--font-ui);
  color: #f0f0f0;
  transform: rotate(-1.4deg);
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.75), 0 0 26px rgba(0, 0, 0, 0.6);
  margin: 6px 4px 20px 0;
}
.wa-titlebar {
  display: flex; align-items: center; gap: 6px;
  height: 20px; padding: 0 4px;
  background: linear-gradient(180deg, var(--wa-chrome-lt), var(--wa-chrome-dk));
  border: 1px solid #000; border-bottom: 0;
}
.wa-grip { flex: 1; height: 9px; background: repeating-linear-gradient(180deg, #8fa3b6 0 1px, transparent 1px 3px); }
.wa-name { font-family: var(--font-display); font-size: 9px; letter-spacing: 0.22em; color: #cfe3f5; }
.wa-winbtns { display: flex; gap: 2px; flex: 1; justify-content: flex-end; }
.wa-winbtns i {
  font-style: normal; width: 12px; height: 11px; line-height: 10px;
  text-align: center; font-size: 8px;
  background: #c0c0c0; color: #000;
  border: 1px solid; border-color: #fff #000 #000 #fff;
}
.wa-main {
  background: linear-gradient(180deg, #4a4a4a, #333);
  border: 1px solid; border-color: var(--wa-lt) var(--wa-dk) var(--wa-dk) var(--wa-lt);
  padding: 6px;
}
.wa-screen {
  display: flex; gap: 10px; align-items: center;
  background: #000;
  border: 1px solid; border-color: var(--wa-dk) var(--wa-lt) var(--wa-lt) var(--wa-dk);
  padding: 6px 8px;
}
.wa-clock {
  font-family: var(--font-display);
  font-size: 1.6rem; line-height: 1;
  color: var(--wa-lcd);
  text-shadow: 0 0 8px rgba(20, 255, 90, 0.55);
  min-width: 3.4ch;
}
.wa-readout { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.wa-readout .track-marquee span { color: var(--wa-lcd); font-size: 0.75rem; }
.wa-lower { display: flex; align-items: flex-end; gap: 8px; }
.wa-lower .eq { height: 20px; width: 60px; flex: none; margin: 0; gap: 2px; }
.wa-lower .eq i { background: linear-gradient(180deg, var(--wa-lcd), var(--wa-lcd-dim)); }
.wa-stat { font-size: 0.62rem; color: var(--wa-lcd-dim); white-space: nowrap; }
.wa-stat b { color: var(--wa-lcd); font-weight: 400; }
.wa-len { margin-left: auto; color: var(--wa-lcd); }
.wa-seek {
  margin-top: 6px; height: 10px; background: #111;
  border: 1px solid; border-color: var(--wa-dk) var(--wa-lt) var(--wa-lt) var(--wa-dk);
}
.wa-seek-fill { display: block; height: 100%; width: 0; background: linear-gradient(180deg, var(--wa-lcd), var(--wa-lcd-dim)); }
.wa-controls { display: flex; align-items: center; gap: 8px; margin-top: 6px; flex-wrap: wrap; }
.wa-transport { display: flex; gap: 2px; }
.wabtn {
  font-family: var(--font-ui); font-size: 0.62rem;
  min-width: 26px; padding: 5px 4px; cursor: pointer;
  background: linear-gradient(180deg, #5c5c5c, #3a3a3a);
  color: #dcdcdc;
  border: 1px solid; border-color: var(--wa-lt) var(--wa-dk) var(--wa-dk) var(--wa-lt);
}
.wabtn:hover { background: linear-gradient(180deg, #6d6d6d, #484848); color: #fff; }
.wabtn:active { border-color: var(--wa-dk) var(--wa-lt) var(--wa-lt) var(--wa-dk); }
.wa-vol-label { margin-left: auto; font-size: 0.6rem; color: #b9b9b9; letter-spacing: 0.1em; }
.player-window input[type="range"] { accent-color: var(--wa-lcd); width: 80px; }
.wa-pledit { margin-top: 2px; background: #000; border: 1px solid; border-color: var(--wa-lt) var(--wa-dk) var(--wa-dk) var(--wa-lt); }
.wa-pl-title {
  background: linear-gradient(180deg, var(--wa-chrome-lt), var(--wa-chrome-dk));
  color: #cfe3f5; text-align: center;
  font-family: var(--font-display); font-size: 8px; letter-spacing: 0.2em;
  padding: 4px 6px;
}
.player-window .playlist { background: #000; color: var(--wa-lcd); font-size: 0.72rem; padding: 4px 0; }
.player-window .playlist li { padding: 4px 8px; }
.player-window .playlist li::before { color: var(--wa-lcd-dim); }
.player-window .playlist li:hover { background: #0d2a16; color: #fff; }
.player-window .playlist li.current { background: #1b3fa0; color: #fff; }
.player-window .playlist li.current::before { color: #fff; }

/* ---------- responsive: single column under 768px ---------- */
@media (max-width: 767px) {
  .ms-page { padding: 10px 12px 16px; }
  .ms-cols { display: block; }
  .ms-left, .ms-right { display: contents; }
  /* interleave the way the page reads top-down on a phone */
  #profile   { order: 1; }
  .xnet      { order: 2; }
  #latestblog{ order: 3; }
  #about     { order: 4; }
  #top8      { order: 5; }
  #contact   { order: 6; }
  #player    { order: 7; }
  #arrivals  { order: 8; }
  #wall      { order: 9; }
  .ms-cols { display: flex; flex-direction: column; }
  .player-window { transform: none; margin-right: 0; }
  .ms-band { flex-direction: column; align-items: flex-start; }
  .ms-logo { flex-basis: auto; width: min(300px, 90%); }
  .ms-ad { width: 100%; }
  .ms-search { order: 3; width: 100%; }
  .ms-search input[type="text"] { flex: 1; width: auto; min-width: 0; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .track-marquee span, .eq.playing i, .ms-ad-arrow { animation: none !important; }
  .track-marquee span { padding-left: 0; }
  html { scroll-behavior: auto; }
}
