:root {
  --bg: #070003;
  --grid: #26000b;
  --panel: #140007;
  --panel2: #23000d;
  --ink: #ffdbe6;
  --muted: #d7839a;
  --red: #ff174c;
  --red2: #9f0027;
  --red3: #4d0015;
  --black: #050005;
  --white: #fff4f8;
  --line: #ff2b58;
  --shadow: #39000e;
  --font-ui: "MS PGothic", "Trebuchet MS", Verdana, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-ui);
  image-rendering: pixelated;
  cursor: url("assets/cursor.svg") 4 4, auto;
  background:
    linear-gradient(90deg, rgba(255,23,76,.10) 1px, transparent 1px) 0 0/32px 32px,
    linear-gradient(rgba(255,23,76,.10) 1px, transparent 1px) 0 0/32px 32px,
    radial-gradient(circle at 50% -10%, #520018 0, transparent 38%),
    var(--bg);
}
a, button { cursor: url("assets/cursor-click.svg") 4 4, pointer; }
a { color: var(--white); text-shadow: 1px 1px 0 var(--red2); }
img { display: block; max-width: 100%; }
code { background: #000; color: var(--red); padding: 1px 4px; }
.scanlines, .desktop-noise { pointer-events: none; position: fixed; inset: 0; z-index: 90; }
.scanlines { opacity: .12; background: repeating-linear-gradient(0deg, transparent 0 3px, #fff 4px); mix-blend-mode: overlay; }
.desktop-noise { opacity: .16; background-image: radial-gradient(#ff174c 1px, transparent 1px); background-size: 7px 7px; }
.sparkle-cursor { position: fixed; z-index: 99; pointer-events: none; color: var(--red); text-shadow: 0 0 10px var(--white); }
.desktop-top { max-width: 1500px; margin: 18px auto 14px; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 78px) 1fr repeat(2, 78px); gap: 18px; align-items: start; }
.desktop-icon { text-decoration: none; text-align: center; font-size: 12px; color: var(--white); }
.desktop-icon span { display: grid; place-items: center; width: 54px; height: 54px; margin: auto; background: linear-gradient(#37000f, #0a0004); border: 2px solid var(--line); box-shadow: 3px 3px 0 #000; font-size: 28px; }
.desktop-icon b { display: block; margin-top: 5px; }
.site-logo { justify-self: center; width: min(520px, 55vw); max-height: 140px; object-fit: contain; filter: drop-shadow(4px 4px 0 #000) drop-shadow(0 0 12px var(--red)); }
.desktop-grid { max-width: 1500px; margin: auto; padding: 0 24px 90px; display: grid; grid-template-columns: 360px minmax(420px, 1fr) 360px; gap: 18px; align-items: start; }
.win { margin-bottom: 16px; border: 3px solid var(--line); background: var(--panel); box-shadow: 6px 6px 0 #000, inset 0 0 0 2px var(--red3); }
.titlebar { display: flex; justify-content: space-between; align-items: center; padding: 4px 8px; color: var(--white); background: linear-gradient(90deg, var(--red2), var(--black)); border-bottom: 3px solid var(--line); font-weight: 900; text-transform: lowercase; letter-spacing: .03em; }
.titlebar div { letter-spacing: 3px; }
.win-body { padding: 10px; background: linear-gradient(180deg, rgba(255,23,76,.09), transparent 70%); }
.bio-flex { display: grid; grid-template-columns: 1fr 70px; gap: 8px; }
.bio-flex p { margin: 2px 0; }
.avatar-box { display: grid; place-items: center; min-height: 70px; color: var(--white); text-align: center; border: 2px inset var(--line); background: repeating-linear-gradient(45deg, #000, #000 8px, #32000d 9px, #32000d 16px); }
.webcam-scene { min-height: 230px; display: grid; place-items: center; border: 2px inset var(--line); background: radial-gradient(circle, #37000f, #080003 60%); }
.oc-silhouette { font-size: 44px; text-align: center; color: var(--red); text-shadow: 0 0 18px var(--red); }
.update-card { margin: 0 0 8px; padding: 8px; background: #090003; border: 2px dotted var(--line); }
.nav-buttons { display: flex; flex-wrap: wrap; gap: 6px; }
.nav-buttons a, .mini-button, .link-grid a { background: #0a0004; border: 2px solid var(--line); color: var(--white); text-decoration: none; padding: 7px 10px; box-shadow: 2px 2px 0 #000; font-weight: 900; }
.nav-buttons a:hover, .mini-button:hover, .link-grid a:hover { background: var(--red); color: white; transform: translate(-1px,-1px); }
.player-row { display: grid; grid-template-columns: 76px 1fr; gap: 10px; align-items: center; }
.album-art { height: 76px; display: grid; place-items: center; font-size: 34px; border: 2px solid var(--line); background: radial-gradient(circle, var(--red2), #000); }
.track-info p { margin: 0 0 4px; }
.mini-button { font-family: inherit; margin: 3px 0; }
.progress { height: 8px; border: 1px solid var(--line); background: #000; }
.progress span { display: block; height: 100%; width: 35%; background: var(--red); box-shadow: 0 0 10px var(--red); }
.hero-body { display: grid; grid-template-columns: 1fr 220px; gap: 18px; }
h1 { margin: 0 0 10px; font-size: clamp(42px, 6vw, 72px); line-height: .9; color: var(--white); text-shadow: 4px 4px 0 #000, 7px 7px 0 var(--red2); }
h1 span, h2 { color: var(--red); }
.blink { color: var(--red); font-weight: 900; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: .35; } }
.gas-sign { padding: 14px; display: grid; gap: 8px; place-items: center; text-align: center; border: 4px ridge var(--line); background: #000; color: var(--red); box-shadow: inset 0 0 24px var(--red3); }
.gas-sign b { font-size: 42px; color: var(--white); }
.gas-sign span { width: 100%; padding: 6px; border: 1px solid var(--red3); }
.featured-art { display: grid; grid-template-columns: minmax(160px, 330px) 1fr; gap: 14px; align-items: center; }
.featured-art img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border: 3px solid var(--line); background: #000; }
.book-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(auto-fit, minmax(115px, 1fr)); gap: 10px; }
.art-page { padding: 6px; color: var(--ink); background: #090003; border: 2px solid var(--red3); box-shadow: 3px 3px 0 #000; }
.art-page.active, .art-page:hover { border-color: var(--line); background: #23000d; }
.art-page img { aspect-ratio: 1/1; object-fit: cover; border: 1px solid var(--line); background: #000; }
.art-page span { display: block; padding-top: 4px; font-weight: 900; }
.news-win iframe { width: 100%; aspect-ratio: 16/9; border: 3px solid var(--line); background: #000; }
.link-grid { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.badges { display: flex; flex-wrap: wrap; gap: 6px; }
.badges span { padding: 4px 7px; background: #000; border: 2px outset var(--line); color: var(--white); font-size: 12px; font-weight: 900; }
.contact-section { text-align: center; }
.tiny { color: var(--muted); font-size: 12px; }
.taskbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; padding: 6px 10px; color: var(--white); background: #110006; border-top: 3px solid var(--line); box-shadow: 0 -4px 0 #000; font-weight: 900; }
.start, .clock { border: 2px solid var(--line); background: #000; padding: 8px 12px; }
#youtubePlayer { position: fixed; width: 1px; height: 1px; opacity: 0; pointer-events: none; left: -9999px; }
@media (max-width: 1100px) {
  .desktop-grid { grid-template-columns: 1fr 1fr; }
  .center-column { grid-column: 1 / -1; grid-row: 1; }
}
@media (max-width: 720px) {
  .desktop-top { grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0 10px; }
  .site-logo { grid-column: 1 / -1; grid-row: 1; width: 90vw; }
  .desktop-grid { display: block; padding: 0 10px 85px; }
  .hero-body, .featured-art { grid-template-columns: 1fr; }
  .link-grid { grid-template-columns: 1fr; }
  .desktop-icon span { width: 46px; height: 46px; font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; scroll-behavior: auto !important; } .sparkle-cursor { display: none; } }
