/* ===================================================================
   MWTHEDIVA ~*~ the pink internet ~*~
   a 100% authentic y2k / 2000s personal homepage. no modern stuff.
   tables, bevels, wordart, marquees, glitter, winamp. xoxo
   =================================================================== */

/* ---------- tiles + cursor ---------- */
:root {
  --pink:    #ff33cc;
  --hotpink: #ff0099;
  --cyan:    #00ffff;
  --cyandk:  #00b3b3;
  --yellow:  #ffff00;
  --lime:    #66ff00;
  --purple:  #cc00ff;
  --pale:    #ffe1f7;
  --paler:   #fff0fb;
  --win:     #c0c0c0;
  --win-lt:  #ffffff;
  --win-dk:  #808080;
  --win-bk:  #000000;
  --link:    #cc00aa;
  --link-v:  #7a00cc;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  font-family: "Comic Sans MS", "Trebuchet MS", "Chalkboard", cursive;
  font-size: 15px;
  color: #2a0033;
  background-color: #ffd6f5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23ffd6f5'/%3E%3Cpath d='M8 3l1.2 3.8L13 8l-3.8 1.2L8 13l-1.2-3.8L3 8l3.8-1.2z' fill='%23ffffff'/%3E%3Cpath d='M24 17l1 3.1 3.1 1-3.1 1-1 3.1-1-3.1-3.1-1 3.1-1z' fill='%23ff7fe0'/%3E%3Ccircle cx='6' cy='26' r='1.4' fill='%23ff33cc'/%3E%3C/svg%3E");
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 1l2.5 7.5L22 11l-7.5 2.5L12 21l-2.5-7.5L2 11l7.5-2.5z' fill='%23ff33cc' stroke='%23ffffff' stroke-width='1.3'/%3E%3C/svg%3E") 12 12, auto;
  text-align: center;
}

a {
  color: var(--link);
  text-decoration: underline;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 1l2.5 7.5L22 11l-7.5 2.5L12 21l-2.5-7.5L2 11l7.5-2.5z' fill='%23ffff00' stroke='%23ff0099' stroke-width='1.3'/%3E%3C/svg%3E") 12 12, pointer;
}
a:visited { color: var(--link-v); }
a:hover { color: var(--hotpink); background: var(--yellow); }

img { border: 0; image-rendering: pixelated; }
hr { border: 0; height: 6px; }

/* ---------- pixel + lcd fonts only where it sells the era ---------- */
.pixel { font-family: "Press Start 2P", "Courier New", monospace; }
.lcd   { font-family: "VT323", "Courier New", monospace; }

/* ---------- WORDART ---------- */
.wordart {
  font-family: "Comic Sans MS", "Trebuchet MS", cursive;
  font-weight: bold; font-style: italic;
  color: var(--pink);
  -webkit-text-stroke: 2px #1a0033;
  paint-order: stroke fill;
  text-shadow: 3px 3px 0 var(--cyan), 5px 5px 0 #1a0033;
  letter-spacing: 1px; line-height: 1.05;
}
.wordart--rainbow {
  background-image: linear-gradient(90deg,#ff0000,#ff9900,#ffee00,#33ff00,#00ffff,#3366ff,#cc00ff,#ff0000);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #1a0033;
  text-shadow: 4px 4px 0 #1a0033;
}
.wordart--chrome {
  background-image: linear-gradient(180deg,#ffffff 0%,#ffd9f5 35%,#ff33cc 55%,#990066 70%,#ffffff 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #5a0040;
  text-shadow: 3px 3px 0 #00ffff;
}
.big   { font-size: 44px; }
.huge  { font-size: 64px; }

/* ---------- BLINK + MARQUEE + RAINBOW ---------- */
.blink { animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

.rainbow-text { animation: huerot 4s linear infinite; }
@keyframes huerot { to { filter: hue-rotate(360deg); } }

.marquee {
  overflow: hidden; white-space: nowrap; width: 100%;
}
.marquee > span {
  display: inline-block; padding-left: 100%;
  animation: scrollleft 18s linear infinite;
}
.marquee.slow > span { animation-duration: 30s; }
@keyframes scrollleft { to { transform: translateX(-100%); } }

.rainbow-bar {
  height: 8px;
  background-image: repeating-linear-gradient(90deg,
    #ff0000 0 14px,#ff9900 14px 28px,#ffee00 28px 42px,#33ff00 42px 56px,
    #00ccff 56px 70px,#3366ff 70px 84px,#cc00ff 84px 98px);
  border-top: 1px solid #fff; border-bottom: 1px solid #5a0040;
  animation: bar-slide 1.2s linear infinite;
}
@keyframes bar-slide { to { background-position: 98px 0; } }

.glitter-bar {
  height: 14px;
  background:
    repeating-linear-gradient(90deg, transparent 0 6px, #fff 6px 7px, transparent 7px 13px),
    repeating-linear-gradient(45deg, #ff33cc 0 8px, #ff99e6 8px 16px);
  border: 1px solid #fff;
  animation: glit 0.6s steps(2) infinite;
}
@keyframes glit { 50% { filter: brightness(1.5); } }

/* ---------- BEVELS (the win9x soul) ---------- */
.out  { border: 3px solid; border-color: #fff #5a0040 #5a0040 #fff; }
.in   { border: 3px solid; border-color: #5a0040 #fff #fff #5a0040; }
.win9x {
  background: var(--win);
  border: 2px solid; border-color: var(--win-lt) var(--win-dk) var(--win-dk) var(--win-lt);
  box-shadow: 1px 1px 0 0 #000;
}

/* ---------- PANELS ---------- */
.panel {
  background: var(--paler);
  border: 4px ridge var(--pink);
  margin: 12px 0;
  text-align: left;
}
.panel__bar {
  background: repeating-linear-gradient(90deg,#ff0099 0 2px,#ff33cc 2px 4px);
  color: #fff; font-weight: bold;
  padding: 4px 8px;
  border-bottom: 2px solid #5a0040;
  display: flex; align-items: center; justify-content: space-between;
  text-shadow: 1px 1px 0 #5a0040;
}
.panel__bar .x {
  font-family: "Press Start 2P", monospace; font-size: 9px;
  display: flex; gap: 3px;
}
.panel__bar .x b {
  background: var(--win); color: #000; border: 2px solid; border-color: #fff #808080 #808080 #fff;
  padding: 1px 3px; font-weight: normal;
}
.panel__body { padding: 12px; }

/* ---------- LAYOUT TABLE (3 columns, centered ~860px) ---------- */
.layout {
  width: 860px; max-width: 96%;
  margin: 10px auto;
  border-spacing: 8px;
}
.layout > tbody > tr > td { vertical-align: top; }
.col-side { width: 180px; }
.col-main { background: transparent; }

/* ---------- TOP BANNER ---------- */
.banner {
  background-color: #1a0033;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect width='60' height='60' fill='%231a0033'/%3E%3Ccircle cx='8' cy='12' r='1' fill='%23fff'/%3E%3Ccircle cx='40' cy='8' r='1.3' fill='%23fff'/%3E%3Ccircle cx='52' cy='40' r='1' fill='%23fff'/%3E%3Ccircle cx='22' cy='46' r='1.2' fill='%23ffccf2'/%3E%3Cpath d='M30 22l1.5 4.5L36 28l-4.5 1.5L30 34l-1.5-4.5L24 28l4.5-1.5z' fill='%23ff33cc'/%3E%3C/svg%3E");
  border: 4px ridge var(--cyan);
  padding: 18px 10px 10px;
  width: 860px; max-width: 96%; margin: 10px auto 0;
  box-shadow: 0 0 0 2px #5a0040;
}
.banner .welcome {
  margin-top: 10px; color: var(--yellow);
  font-weight: bold; font-size: 15px;
  background: #330055; border: 2px inset var(--cyan);
  padding: 4px;
}

/* ---------- NAV (beveled buttons list) ---------- */
.navbox ul { list-style: none; margin: 0; padding: 0; }
.navbox li { margin: 6px 0; }
.navbox a {
  display: block; text-decoration: none; text-align: center;
  font-weight: bold; font-size: 14px; color: #2a0033;
  background: linear-gradient(#fff, #ffd6f5);
  border: 3px outset var(--pink);
  padding: 7px 4px;
}
.navbox a:hover { background: var(--yellow); color: var(--hotpink); border-style: inset; }
.navbox a .ic { color: var(--hotpink); }

/* ---------- HIT COUNTER ---------- */
.counter-box { text-align: center; margin: 8px 0; }
.counter {
  display: inline-block; background: #000;
  border: 2px inset var(--win-dk); padding: 3px;
}
.counter b {
  font-family: "Press Start 2P", monospace; font-size: 14px;
  color: var(--lime); background: #001a00;
  padding: 3px 2px; margin: 0 1px; display: inline-block;
  text-shadow: 0 0 4px var(--lime);
}
.counter-label { font-size: 11px; color: #5a0040; }

/* ---------- STATUS / ONLINE ---------- */
.online {
  font-weight: bold; color: #007a00; font-size: 13px;
  display: inline-flex; align-items: center; gap: 5px;
}
.online .dot {
  width: 9px; height: 9px; background: var(--lime);
  border: 1px solid #003300; border-radius: 0;
}

/* ---------- 88x31 BUTTONS ---------- */
.btn88-row { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; }
.btn88 {
  width: 88px; height: 31px; overflow: hidden;
  border: 1px solid #000; box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #555;
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-family: "Courier New", monospace; font-size: 9px; font-weight: bold;
  line-height: 1.05; padding: 2px; text-decoration: none; color: #fff;
}
.b-blk { background: #000; color: #0f0; }
.b-pnk { background: var(--hotpink); color: #fff; }
.b-cyn { background: var(--cyandk); color: #001a1a; }
.b-pur { background: var(--purple); color: #fff; }
.b-ylw { background: #b3b300; color: #000; }
.b-wht { background: #fff; color: #cc0066; border-color:#cc0066; }

/* ---------- WEBRING ---------- */
.webring {
  border: 3px double var(--purple); background: #fff;
  padding: 6px; font-size: 12px; text-align: center; margin: 8px 0;
}
.webring .ring-ttl { font-weight: bold; color: var(--purple); }
.webring .ring-nav { margin-top: 4px; }
.webring .ring-nav button {
  font-family: "Comic Sans MS", cursive; font-size: 11px;
  background: linear-gradient(#fff,#e6d9ff); border: 2px outset var(--purple);
  cursor: pointer; padding: 2px 5px;
}
.webring .ring-nav button:active { border-style: inset; }

/* ---------- WINAMP PLAYER ---------- */
/* ~*~ pink-purple diva winamp skin ~*~ */
.winamp {
  width: 280px; max-width: 100%; margin: 0 auto;
  background: linear-gradient(#f3c4e8,#db95cf);
  border: 2px solid; border-color: #fff7fc #6a1f52 #6a1f52 #fff7fc;
  text-align: left;
}
.winamp__title {
  background: linear-gradient(90deg,#7b2cff,#ff33cc,#7b2cff);
  color: #fff; font-family: "Press Start 2P", monospace; font-size: 8px;
  padding: 4px 6px; display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid #4a0040; text-shadow: 1px 1px 0 #4a0040;
}
.winamp__title .btns b {
  background: #f3c4e8; color:#4a0040; border:1px solid; border-color:#fff #6a1f52 #6a1f52 #fff;
  padding: 0 3px; font-family: monospace; font-size: 9px;
}
.winamp__screen {
  background: radial-gradient(130% 150% at 50% 0%, #2c0a40, #14041f); margin: 5px; padding: 5px;
  border: 2px inset #6a1f52;
}
.winamp__row1 { display: flex; align-items: center; gap: 8px; }
.winamp__time {
  font-family: "VT323", monospace; font-size: 30px; line-height: 0.8;
  color: #ff6fe0; text-shadow: 0 0 6px #ff33cc; min-width: 70px;
}
.winamp__viz { width: 100%; height: 34px; display: block; image-rendering: pixelated; }
.winamp__lcd {
  margin-top: 4px; overflow: hidden; white-space: nowrap;
  font-family: "VT323", monospace; font-size: 17px; color: #ff6fe0;
  text-shadow: 0 0 4px #ff33cc;
}
.winamp__lcd span { display: inline-block; }
.winamp__kbps {
  font-family: "VT323", monospace; font-size: 14px; color: #c06fd0;
  display: flex; justify-content: space-between; margin-top: 2px;
}
.winamp__kbps .orchid { color: #cba6ff; }

.winamp__posbar {
  margin: 6px 5px 2px; height: 12px; background: #14041f;
  border: 2px inset #6a1f52; position: relative; cursor: pointer;
}
.winamp__posbar .fill { position: absolute; inset: 0 auto 0 0; width: 0; background: linear-gradient(90deg,#7b2cff,#ff33cc); }
.winamp__posbar .knob {
  position: absolute; top: -1px; left: 0; width: 10px; height: 12px;
  background: #f3c4e8; border: 1px solid; border-color:#fff #6a1f52 #6a1f52 #fff; transform: translateX(-50%);
}

.winamp__ctrls { padding: 6px 5px; display: flex; align-items: center; gap: 2px; }
.wbtn {
  font-family: "Courier New", monospace; font-size: 11px; font-weight: bold;
  width: 26px; height: 22px; cursor: pointer; color: #4a0040;
  background: linear-gradient(#fff0fa,#e3a8d6); border: 2px solid; border-color: #fff7fc #6a1f52 #6a1f52 #fff7fc;
  display: grid; place-items: center;
}
.wbtn:active, .wbtn.on { border-color: #6a1f52 #fff7fc #fff7fc #6a1f52; background: #d68dc4; }
.winamp__vol { margin-left: 6px; display: flex; align-items: center; gap: 3px; flex: 1; }
.winamp__vol input { flex: 1; min-width: 0; accent-color: var(--pink); }
.winamp__vol span { font-size: 11px; }

/* playlist editor */
.playlist {
  width: 280px; max-width: 100%; margin: 6px auto 0;
  background: linear-gradient(#f3c4e8,#db95cf);
  border: 2px solid; border-color: #fff7fc #6a1f52 #6a1f52 #fff7fc;
  text-align: left;
}
.playlist__title {
  background: linear-gradient(90deg,#7b2cff,#ff33cc,#7b2cff);
  color: #fff; font-family: "Press Start 2P", monospace; font-size: 7px; padding: 4px 6px;
  text-shadow: 1px 1px 0 #4a0040;
}
.playlist ol { list-style: none; margin: 0; padding: 4px; background: #14041f; }
.playlist li {
  font-family: "VT323", monospace; font-size: 16px; color: #ff8fe0;
  padding: 2px 4px; cursor: pointer; display: flex; justify-content: space-between;
}
.playlist li:hover { background: #2a0a40; }
.playlist li.cur { background: #4a0a4a; color: #ffd9f5; }
.playlist li .len { color: #b878c8; }
.playlist li.locked { color: #7a5a7a; cursor: default; }
.dl-row { padding: 4px; display: flex; gap: 4px; }
.dl-row a {
  flex: 1; text-align: center; text-decoration: none; font-size: 11px; font-weight: bold;
  background: linear-gradient(#fff,#ffd6f5); border: 2px outset var(--pink); color: #7a0050; padding: 3px;
}
.dl-row a:active { border-style: inset; }

/* ---------- TRACK CARDS (cd cases in a table) ---------- */
.cdtable { width: 100%; border-collapse: collapse; }
.cdtable td { border: 3px ridge var(--cyan); padding: 8px; vertical-align: top; background: #fff; width: 50%; }
.cdcover {
  width: 100%; aspect-ratio: 1; border: 2px solid #000; margin-bottom: 6px;
  display: grid; place-items: center; color: #fff; font-weight: bold; position: relative;
  font-family: "Comic Sans MS", cursive;
}
.cdcover.c1 { background: repeating-linear-gradient(45deg,#ff0099 0 10px,#ff33cc 10px 20px); }
.cdcover.c2 { background: repeating-linear-gradient(45deg,#6600cc 0 10px,#3366ff 10px 20px); }
.cdcover.c3 { background: repeating-linear-gradient(45deg,#999 0 10px,#ccc 10px 20px); color:#333; }
.cdcover .ttl { font-size: 20px; text-shadow: 2px 2px 0 #000; }
.cdtable .play-link {
  display: inline-block; font-weight: bold; text-decoration: none; color: #003300;
  background: linear-gradient(#fff,#d6ffd6); border: 2px outset #2a6a2a; padding: 3px 8px; margin-top: 4px;
}
.cdtable .play-link:active { border-style: inset; }
.cdtable .meta { font-size: 12px; color: #5a0040; }

/* ---------- PIX GALLERY ---------- */
.pixtable { width: 100%; border-collapse: separate; border-spacing: 6px; }
.pixtable td {
  border: 4px ridge var(--pink); background: #fff; padding: 4px; text-align: center; vertical-align: middle;
}
.pixframe {
  aspect-ratio: 1; display: grid; place-items: center; font-size: 34px;
  border: 2px solid #000;
}
.pf1 { background: repeating-linear-gradient(0deg,#ff99e6 0 8px,#ffccf2 8px 16px); }
.pf2 { background: #aef; }
.pf3 { background: repeating-conic-gradient(#ff33cc 0 25%, #fff 0 50%) 0 0 / 16px 16px; }
.pf4 { background: #e6ccff; }
.pf5 { background: #001a33; }
.pixcap { font-size: 11px; color: #5a0040; font-weight: bold; margin-top: 2px; }
.construction {
  background: repeating-linear-gradient(45deg,#ffd900 0 14px,#000 14px 28px);
  color: #fff; font-weight: bold; padding: 6px; border: 3px ridge #ffd900;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000; text-align: center; margin: 8px 0;
}
.construction span { background: #000; padding: 2px 8px; }

/* ---------- DIVA STATS TABLE ---------- */
.stats { width: 100%; border-collapse: collapse; font-size: 13px; }
.stats td { border: 2px solid var(--pink); padding: 5px 8px; }
.stats td.k { background: var(--pink); color: #fff; font-weight: bold; width: 42%; }
.stats td.v { background: #fff; color: #2a0033; }

/* ---------- ABOUT MINI (right col) ---------- */
.minibio { font-size: 12px; text-align: center; }
.minibio .avatar { width: 96px; margin: 0 auto 6px; border: 3px ridge var(--cyan); background:#ffe6fb; }
.fav-list { text-align: left; font-size: 12px; margin: 6px 0; padding-left: 18px; }
.fav-list li { margin: 2px 0; }

/* ---------- EPK DOWNLOADS ---------- */
.epk-list { width: 100%; border-collapse: collapse; font-family: "VT323", monospace; font-size: 17px; }
.epk-list td { border-bottom: 1px dotted var(--pink); padding: 4px 6px; }
.epk-list .fn { color: #2a0033; }
.epk-list .get a {
  text-decoration: none; font-weight: bold; color: #fff; background: var(--hotpink);
  border: 2px outset var(--hotpink); padding: 1px 8px; font-family: "Comic Sans MS", cursive; font-size: 12px;
}
.epk-list .get a:active { border-style: inset; }

/* ---------- GUESTBOOK ---------- */
.gb-form { text-align: left; }
.gb-form label { font-weight: bold; font-size: 13px; display: block; margin-top: 6px; }
.gb-form input, .gb-form textarea {
  width: 100%; font-family: "Comic Sans MS", cursive; font-size: 13px;
  border: 2px inset var(--pink); padding: 4px; background: #fffafd;
}
.gb-form textarea { min-height: 60px; }
.gb-form button {
  margin-top: 8px; font-family: "Comic Sans MS", cursive; font-weight: bold; font-size: 14px;
  background: linear-gradient(#fff,#ffd6f5); border: 3px outset var(--pink); padding: 5px 14px; cursor: pointer;
}
.gb-form button:active { border-style: inset; }
.gb-entries { margin-top: 10px; }
.gb-entry {
  border: 2px dashed var(--pink); background: #fff; padding: 6px; margin: 6px 0; text-align: left; font-size: 13px;
}
.gb-entry .who { font-weight: bold; color: var(--hotpink); }
.gb-entry .when { font-size: 11px; color: #696969; }

/* ---------- CONTACT ---------- */
.contact-form { text-align: left; }
.contact-form label { font-weight: bold; font-size: 13px; display: block; margin-top: 6px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; font-family: "Comic Sans MS", cursive; font-size: 13px;
  border: 2px inset var(--cyan); padding: 4px; background: #f5ffff;
}
.contact-form textarea { min-height: 70px; }
.contact-form button {
  margin-top: 8px; font-family: "Comic Sans MS", cursive; font-weight: bold; font-size: 15px;
  background: linear-gradient(#fff,#d6ffff); border: 3px outset var(--cyan); padding: 6px 16px; cursor: pointer;
}
.contact-form button:active { border-style: inset; }
.emaillink { font-weight: bold; }
.emaillink .at { color: var(--hotpink); animation: huerot 3s linear infinite; display: inline-block; }

/* ---------- FOOTER ---------- */
.footer {
  width: 860px; max-width: 96%; margin: 10px auto;
  border: 4px ridge var(--purple); background: #fff; padding: 12px;
  font-size: 12px; color: #5a0040;
}
.awards { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin: 8px 0; }
.award {
  border: 2px ridge var(--yellow); background: #1a0033; color: var(--yellow);
  font-weight: bold; font-size: 11px; padding: 4px 8px;
}

/* ---------- STATUS BAR (bottom) ---------- */
.statusbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: var(--win); border-top: 2px solid var(--win-lt);
  box-shadow: 0 -1px 0 #404040;
  font-family: "Trebuchet MS", sans-serif; font-size: 12px; color: #000;
  padding: 3px 8px; display: flex; align-items: center; gap: 8px;
}
.statusbar .seg { border: 1px inset var(--win-dk); padding: 1px 6px; }
.statusbar .grow { flex: 1; overflow: hidden; }

/* ---------- SPLASH / ENTER ---------- */
.splash {
  position: fixed; inset: 0; z-index: 200;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M40 30l1.8 5.4L47 37l-5.2 1.6L40 44l-1.8-5.4L33 37l5.2-1.6z' fill='%23ffffff'/%3E%3Cpath d='M12 12l1.2 3.6L17 17l-3.6 1.2L12 22l-1.2-3.6L7 17l3.6-1z' fill='%23ff7fe0'/%3E%3Ccircle cx='62' cy='60' r='1.6' fill='%23ffffff'/%3E%3Ccircle cx='26' cy='66' r='1.4' fill='%23cba6ff'/%3E%3C/svg%3E"),
    linear-gradient(160deg, #8ec7ff 0%, #ffd0f2 42%, #ff9fe0 72%, #ffe1a8 100%);
  display: grid; place-items: center; text-align: center;
}
.splash.gone { display: none; }
.splash__inner { padding: 20px; }
.splash-logo { width: 380px; max-width: 84vw; height: auto; display: block; margin: 0 auto 4px; filter: drop-shadow(3px 4px 0 rgba(180,20,140,.35)); }
.splash-welcome { color: #5a0040; font-weight: bold; margin-top: 14px; font-size: 16px; }
.splash .enter-btn {
  margin-top: 18px; cursor: pointer;
  font-family: "Comic Sans MS", cursive; font-weight: bold; font-style: italic;
  font-size: 32px; color: #fff; background: linear-gradient(#ff66d9,#cc0066);
  border: 5px outset var(--cyan); padding: 14px 44px;
  text-shadow: 2px 2px 0 #5a0040; box-shadow: 4px 4px 0 rgba(90,0,70,.4);
}
.splash .enter-btn:hover { background: linear-gradient(#ffff66,#ff9900); color:#5a0040; }
.splash .enter-btn:active { border-style: inset; box-shadow: none; }
.splash .tip { color: #7a005f; margin-top: 14px; font-size: 13px; font-weight: bold; }
.splash .sub { color: var(--purple); font-weight: bold; margin-top: 6px; }

/* ---------- SPARKLE CURSOR TRAIL ---------- */
.sparkle {
  position: fixed; z-index: 150; pointer-events: none;
  font-size: 14px; transform: translate(-50%,-50%);
  animation: sparkle-fade 0.8s linear forwards;
}
@keyframes sparkle-fade {
  0% { opacity: 1; transform: translate(-50%,-50%) scale(1) rotate(0deg); }
  100% { opacity: 0; transform: translate(-50%,-90%) scale(0.2) rotate(90deg); }
}

/* ---------- TOAST (popup alert, y2k style) ---------- */
.toast {
  position: fixed; left: 50%; top: 40%;
  transform: translate(-50%,-50%) scale(0.85);
  z-index: 180; opacity: 0; pointer-events: none;
  background: var(--win); border: 3px outset var(--win-lt);
  box-shadow: 3px 3px 0 #000; min-width: 220px; text-align: left;
  font-family: "Trebuchet MS", sans-serif;
}
.toast.show { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.toast__bar { background: linear-gradient(90deg,#000088,#3a3aaa); color:#fff; font-weight:bold; font-size:12px; padding:3px 6px; display:flex; justify-content:space-between; }
.toast__bar b { background: var(--win); color:#000; border:1px solid; border-color:#fff #808080 #808080 #fff; padding:0 4px; }
.toast__body { padding: 12px; font-size: 13px; display: flex; gap: 10px; align-items: center; }
.toast__body .ico { font-size: 26px; }

/* ---------- SECTION ANCHORS spacing ---------- */
section { scroll-margin-top: 10px; }
.center { text-align: center; }
.tac { text-align: center; }

/* ---------- RESPONSIVE (only concession: stack columns) ---------- */
@media (max-width: 880px) {
  .layout { width: 100%; border-spacing: 4px; }
  .layout, .layout > tbody, .layout > tbody > tr { display: block; width: 100%; }
  .layout > tbody > tr > td { display: block; width: auto !important; }
  .col-side { width: auto; }
  .banner, .footer { width: 96%; }
  .btn88-row { gap: 4px; }
}
@media (max-width: 480px) {
  body { font-size: 14px; }
  .huge { font-size: 40px; }
  .big { font-size: 30px; }
  .winamp, .playlist { width: 100%; }
  .cdtable, .cdtable tbody, .cdtable tr { display: block; }
  .cdtable td { display: block; width: auto; }
  .statusbar .seg.hide-sm { display: none; }
}

/* ---------- REDUCED MOTION (invisible harm-reduction) ---------- */
@media (prefers-reduced-motion: reduce) {
  .blink, .rainbow-text, .rainbow-bar, .glitter-bar, .marquee > span,
  .emaillink .at { animation: none !important; }
  .marquee > span { padding-left: 0; }
  .sparkle { display: none !important; }
}
body.reduce-motion .blink,
body.reduce-motion .rainbow-bar,
body.reduce-motion .glitter-bar,
body.reduce-motion .marquee > span,
body.reduce-motion .rainbow-text { animation: none !important; }
body.reduce-motion .marquee > span { padding-left: 0; }
