/* Garbage Time Is My Time — styles. Navy + lime + white, carpet and turf textures. */
:root {
  --navy: #0f1c2e;
  --navy2: #172a44;
  --lime: #a3d532;
  --lime2: #6fa321;
  --white: #f3f1ea;
  --brown: #6b4a2b;
  --flag: #ffd400;
  --red: #c8322b;
  --ink: #0b1220;

  --display: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Narrow Bold", "Arial Black", sans-serif;
  --slab: "Arial Rounded MT Bold", "Trebuchet MS", "Segoe UI", Roboto, sans-serif;
  --body: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --pad: clamp(12px, 3vw, 24px);
  --radius: 14px;
}

* { box-sizing: border-box; }
html, body { margin: 0; height: 100%; }
body { font-family: var(--body); color: var(--white); background: var(--navy) url("assets-gtm/img/carpet.jpg") center / 420px 420px; -webkit-font-smoothing: antialiased; overscroll-behavior: none; touch-action: manipulation; }
button { font: inherit; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--lime); }
.mono { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 13px; }
.noscript { padding: 24px; text-align: center; }

.screen { display: none; min-height: 100dvh; padding: var(--pad); padding-bottom: calc(var(--pad) + env(safe-area-inset-bottom)); max-width: 560px; margin: 0 auto; flex-direction: column; align-items: center; text-align: center; }
.screen.is-active { display: flex; }

.h-display { font-family: var(--display); font-weight: 400; letter-spacing: .03em; text-transform: uppercase; font-size: clamp(30px, 8vw, 42px); line-height: 1; margin: 8px 0 4px; color: var(--lime); text-shadow: 3px 3px 0 var(--ink); }
.eyebrow { font-family: var(--slab); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #9fb0c8; margin: 0; }
.hint { color: #c4cddc; font-size: 15px; margin: 4px 0 16px; max-width: 34ch; }

.btn { appearance: none; border: 0; cursor: pointer; border-radius: 8px; padding: 12px 22px; background: var(--white); color: var(--ink); font-family: var(--slab); font-weight: 700; font-size: 16px; letter-spacing: .04em; box-shadow: 0 4px 0 #9aa3b0; transition: transform .08s, box-shadow .08s; }
.btn:active { transform: translateY(2px); box-shadow: 0 2px 0 #9aa3b0; }
.btn:focus-visible, .btn-icon:focus-visible, .wr:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.btn-big { font-family: var(--display); font-weight: 400; font-size: 26px; letter-spacing: .08em; text-transform: uppercase; padding: 14px 34px; background: var(--lime); color: var(--ink); box-shadow: 0 6px 0 var(--lime2); transform: skewX(-6deg); }
.btn-big:active { box-shadow: 0 2px 0 var(--lime2); transform: skewX(-6deg) translateY(4px); }
.btn-quiet { background: transparent; box-shadow: none; text-decoration: underline; text-underline-offset: 4px; color: #b9c6d9; font-weight: 400; }
.btn-quiet:active { transform: none; }
.btn-icon { appearance: none; border: 0; background: var(--navy2); color: var(--white); width: 40px; height: 40px; border-radius: 50%; font-size: 26px; line-height: 1; cursor: pointer; box-shadow: 0 2px 0 #000; }

/* ---------- title ---------- */
.screen-title { padding: 0; max-width: 640px; justify-content: flex-start; gap: 0; }
.hero { position: relative; width: 100%; background: #0b1424; }
.hero-img { width: 100%; height: auto; display: block; }
.hero-text { position: absolute; left: 6%; right: 6%; top: calc(env(safe-area-inset-top, 0px) + 3%); text-align: center; }
.hero-title { width: 100%; height: auto; display: block; filter: drop-shadow(0 8px 14px rgba(0,0,0,.6)); animation: titlein .7s cubic-bezier(.2,1.3,.4,1) both; }
@keyframes titlein { from { transform: translateY(-20px) scale(.9); opacity: 0 } }
.hero-tagline { margin: 6px 0 0; font-family: var(--slab); font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--white); text-shadow: 0 2px 6px #000; }
.hero-band { width: 100%; background: var(--navy2); padding: 18px var(--pad) 26px; display: flex; flex-direction: column; align-items: center; gap: 14px; border-top: 6px solid var(--lime); }
.premise { max-width: 34ch; font-size: 17px; line-height: 1.4; margin: 0; }
.premise strong { color: var(--lime); }
.hero-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 2px 18px; }
.foot { font-size: 12px; color: #9fb0c8; margin: 16px 0 calc(16px + env(safe-area-inset-bottom)); line-height: 1.5; }
@media (min-width: 640px) {
  .screen-title { max-width: 960px; margin-top: 16px; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.5); min-height: 0; background: var(--navy2); }
  .hero-text { left: 4%; right: auto; width: 42%; top: 6%; text-align: left; }
  .hero-tagline { font-size: 13px; margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) { .hero-title { animation: none; } }

/* ---------- how-to ---------- */
#screen-howto { justify-content: center; }
.howto { list-style: none; margin: 4px 0 18px; padding: 0; display: grid; gap: 10px; width: 100%; text-align: left; }
.howto li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; background: var(--navy2); border-radius: 12px; padding: 12px 14px; font-size: 15px; line-height: 1.35; box-shadow: 0 3px 0 #000; }
.howto b { display: block; font-family: var(--slab); font-size: 16px; color: var(--lime); }
.howto-pic { font-size: 28px; text-align: center; }

/* ---------- hub: the living room ---------- */
#screen-cafe { gap: 6px; }
#screen-cafe .h-display { margin-top: 0; }
.bar { width: 100%; display: flex; justify-content: center; }
.bar-logo { width: min(80vw, 340px); }
.served { margin: -2px 0 0; font-family: var(--slab); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #9fb0c8; }
.served #served-n { font-family: var(--display); font-size: 20px; letter-spacing: .04em; color: var(--lime); vertical-align: -2px; }
.room { position: relative; width: 100%; aspect-ratio: 400 / 240; border-radius: 14px; overflow: hidden; margin: 8px 0 4px; background: linear-gradient(180deg, #16243a 0 66%, #1d1a16 66%); box-shadow: 0 10px 24px rgba(0,0,0,.5); }
.room img { position: absolute; height: auto; }
.tvset { position: absolute; right: 5%; top: 12%; width: 40%; }
.tvset img { position: static; width: 100%; }
.tv-screen { position: absolute; left: 6%; right: 6%; top: 5%; bottom: 20%; display: flex; flex-direction: column; justify-content: center; align-items: center; container-type: inline-size; color: var(--lime); font-family: var(--display); letter-spacing: .06em; text-align: center; text-shadow: 0 0 6px rgba(163,213,50,.6); }
.tv-line { display: block; white-space: nowrap; font-size: 9cqw; line-height: 1.3; }
.tv-line:first-child { color: var(--white); font-size: 8cqw; }
.room-couch { left: 2%; bottom: 20%; width: 54%; }
.room-fan { left: 12%; bottom: 26%; width: 30%; filter: drop-shadow(0 6px 8px rgba(0,0,0,.5)); }
.room-table { left: 4%; bottom: 2%; width: 56%; }
.room-bowl { left: 12%; bottom: 10%; width: 14%; }
.room-can { left: 32%; bottom: 10%; width: 6%; }
.room-ball { right: 12%; bottom: 3%; width: 14%; }
.room-finger { right: 4%; bottom: 6%; width: 7%; }
.lights { position: absolute; left: 0; right: 0; top: 5%; display: flex; justify-content: space-around; padding: 0 5%; }
.lights i { width: 2.4%; aspect-ratio: 1; border-radius: 50%; background: #5a5a40; position: relative; top: 0; }
.lights i:nth-child(even) { top: 6px; }
.lights.on i:nth-child(odd), .lights.on2 i:nth-child(even) { background: #ffe98a; box-shadow: 0 0 8px 3px rgba(255,233,138,.7); }
.stations { width: 100%; display: grid; gap: 10px; }
.station { width: 100%; display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 12px; text-align: left; border: 0; border-radius: var(--radius); padding: 10px 14px; cursor: pointer; background: var(--navy2); color: var(--white); box-shadow: 0 3px 0 #000; }
.station img { width: 56px; height: 56px; object-fit: contain; }
.station-name { font-family: var(--slab); font-weight: 700; font-size: 17px; display: block; color: var(--lime); }
.station-blurb { font-size: 13px; color: #b9c6d9; }
.station-meta { font-family: var(--slab); font-size: 13px; color: var(--lime); white-space: nowrap; }
.subbar { width: 100%; display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; gap: 10px; margin-bottom: 4px; }
.subbar-title { font-family: var(--slab); font-weight: 700; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: #9fb0c8; }

/* ---------- play ---------- */
#screen-play { max-width: 640px; padding-top: 10px; gap: 8px; position: relative; }
.playbar { width: 100%; display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; gap: 10px; }
.playbar-mid { text-align: left; min-width: 0; }
.playbar-title { font-family: var(--slab); font-weight: 700; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.playbar-title em { color: #9fb0c8; font-weight: 400; }
.steam { position: relative; height: 8px; border-radius: 999px; background: #0a1220; overflow: hidden; margin-top: 4px; }
.steam-fill { position: absolute; inset: 0 auto 0 0; width: 0%; background: linear-gradient(90deg, var(--lime2), var(--lime)); }
.steam-lg { height: 16px; width: 100%; }

/* fantasy-app matchup bar */
.matchup { width: 100%; display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 8px; background: var(--white); color: var(--ink); border-radius: 12px; padding: 8px 12px; box-shadow: 0 3px 0 #9aa3b0; }
.team { display: flex; flex-direction: column; line-height: 1; }
.team.opp { text-align: right; }
.team-name { font-family: var(--slab); font-size: 11px; letter-spacing: .14em; color: #6b7686; }
.team-score { font-family: var(--display); font-size: 30px; letter-spacing: .02em; }
.team.you .team-score { color: var(--lime2); }
.team-score.bump { animation: bump .4s; }
@keyframes bump { 40% { transform: scale(1.25); color: var(--lime2); } }
.prob { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.prob-l { font-family: var(--slab); font-size: 9px; letter-spacing: .16em; color: #6b7686; }
.prob-n { font-family: var(--display); font-size: 22px; color: var(--red); line-height: 1; }
.prob-bar { width: 100%; height: 6px; border-radius: 999px; background: #dfe3ea; overflow: hidden; }
.prob-bar i { display: block; height: 100%; width: 99%; background: var(--red); transition: width .4s; }

/* the field */
.field { position: relative; width: 100%; height: clamp(300px, 44dvh, 400px); border-radius: 12px; overflow: hidden; background: url("assets-gtm/img/turf.jpg") center / 380px 380px; box-shadow: inset 0 0 0 4px rgba(255,255,255,.55), 0 8px 0 #0a1220; }
.yardlines { position: absolute; inset: 0; background: repeating-linear-gradient(180deg, transparent 0 18%, rgba(255,255,255,.55) 18% calc(18% + 3px)); opacity: .8; }
.yardlines::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 12%; background: repeating-linear-gradient(90deg, var(--navy) 0 30px, #1d3358 30px 60px); opacity: .9; }
.field.is-timeout .yardlines, .field.is-timeout .players { filter: saturate(.3) brightness(.7); }
.qb { position: absolute; left: 50%; top: 6%; width: 22%; transform: translateX(-50%); filter: drop-shadow(0 4px 4px rgba(0,0,0,.5)); transition: transform .3s; }
.field.is-throw .qb { transform: translateX(-50%) rotate(-14deg) scale(1.06); }
.field.is-kneel .qb { transform: translateX(-50%) translateY(18px) scale(.9); opacity: .7; }
.players { position: absolute; inset: 0; }
.wr { appearance: none; border: 0; background: transparent; padding: 0; cursor: pointer; position: absolute; left: 0; top: 0; width: var(--pw, 90px); height: calc(var(--pw, 90px) * 1.35); transition: transform var(--dur, .4s) cubic-bezier(.45,0,.2,1); touch-action: manipulation; z-index: 1; }
.wr .inner { position: absolute; inset: 0; }
.wr img { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; display: none; pointer-events: none; filter: drop-shadow(0 4px 4px rgba(0,0,0,.5)); z-index: 1; }
.wr .s-run { display: block; animation: jog .5s ease-in-out infinite alternate; }
.wr .s-db { display: block; width: 78%; left: 76%; bottom: 40%; z-index: 0; opacity: .95; animation: backpedal .6s ease-in-out infinite alternate; }
.wr .s-stumble { width: 86%; left: 78%; bottom: 36%; z-index: 0; }
.wr .s-fall { width: 110%; left: 78%; bottom: 2%; z-index: 0; }
.wr.is-stumble .s-db { display: none; } .wr.is-stumble .s-stumble { display: block; }
.wr.is-cov img { display: none; } .wr.is-cov .s-cov { display: block; } .wr.is-cov .s-db { display: block; animation: none; }
.wr.is-open .s-run { display: none; }
.wr.is-open .s-open { display: block; width: 112%; animation: wave .25s ease-in-out infinite alternate; }
.wr.is-open .s-db { display: none; }
.wr.is-open .s-fall { display: block; }
.wr.is-catch img { display: none; }
.wr.is-catch .s-catch { display: block; }
.wr.is-catch .s-fall { display: block; }
.wr.is-covered .s-db { animation: none; transform: translateX(-50%) scale(1.1); filter: drop-shadow(0 0 10px var(--red)); }
.wr.is-nine::after { content: "9"; position: absolute; left: 50%; top: -14px; transform: translateX(-50%); font-family: var(--display); font-size: 18px; color: var(--flag); text-shadow: 1px 1px 0 #000; }
.wr.is-feed::before { content: ""; position: absolute; inset: -4px; border-radius: 12px; border: 3px dashed var(--lime); pointer-events: none; }
@keyframes jog { from { transform: translateX(-50%) translateY(0) } to { transform: translateX(-50%) translateY(-6px) } }
@keyframes backpedal { from { transform: translateX(-50%) translateY(0) } to { transform: translateX(-50%) translateY(-5px) rotate(-3deg) } }
@keyframes wave { from { transform: translateX(-50%) rotate(-4deg) } to { transform: translateX(-50%) rotate(4deg) scale(1.05) } }
@keyframes stumble { 50% { transform: translateX(-50%) rotate(-25deg) translateY(6px) } }
.field.is-frozen .wr img { animation-play-state: paused !important; }

.fx { position: absolute; inset: 0; pointer-events: none; z-index: 5; }
.ball { position: absolute; width: 22px; height: 14px; background: #7a4a1e; border: 2px solid #3a2410; border-radius: 50%; left: 50%; top: 20%; transform: translate(-50%, -50%); animation: throw var(--dur, .4s) ease-in forwards; }
.ball::after { content: ""; position: absolute; left: 6px; right: 6px; top: 50%; border-top: 2px dashed #fff; transform: translateY(-50%); }
@keyframes throw { to { left: var(--tx); top: var(--ty); transform: translate(-50%, -50%) rotate(720deg); } }
.flagfx { position: absolute; width: 28px; height: 28px; background: var(--flag); border-radius: 4px 12px 4px 12px; left: 50%; top: 30%; animation: flagdrop .9s cubic-bezier(.3,0,.7,1) forwards; box-shadow: 0 2px 4px rgba(0,0,0,.5); }
@keyframes flagdrop { 0% { transform: translate(-50%, -120px) rotate(0) } 100% { transform: translate(var(--fx, 40px), 40px) rotate(400deg) } }
.flash { position: absolute; inset: 0; background: var(--white); animation: flash .35s ease-out forwards; }
@keyframes flash { from { opacity: .85 } to { opacity: 0 } }
.pts { position: absolute; font-family: var(--display); font-size: 26px; color: var(--lime); text-shadow: 2px 2px 0 #000; animation: ptsup 1.1s ease-out forwards; transform: translate(-50%, 0); }
.pts.is-td { font-size: 36px; color: var(--flag); }
@keyframes ptsup { to { transform: translate(-50%, -70px); opacity: 0 } }

.fancam { position: absolute; left: 6px; bottom: 6px; width: 64px; height: 64px; border-radius: 10px; overflow: hidden; background: #0b1220; border: 3px solid var(--white); box-shadow: 0 3px 6px rgba(0,0,0,.5); z-index: 6; }
.fancam img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.callout { position: absolute; left: 80px; right: 10px; bottom: 12px; text-align: center; font-family: var(--slab); font-weight: 700; font-size: 14px; color: var(--white); text-shadow: 1px 1px 0 #000, 0 0 8px #000; opacity: 0; transition: opacity .2s; pointer-events: none; z-index: 6; }
.callout.is-on { opacity: 1; }
.pocket { position: absolute; right: 8px; top: 8px; display: flex; flex-direction: column; align-items: center; background: rgba(0,0,0,.72); border: 2px solid var(--white); border-radius: 8px; padding: 4px 10px 2px; z-index: 6; opacity: 0; transition: opacity .2s; }
.pocket.is-on { opacity: 1; }
.pocket-l { font-family: var(--slab); font-size: 9px; letter-spacing: .18em; color: #c4cddc; }
.pocket-n { font-family: var(--display); font-size: 30px; line-height: 1; color: var(--red); font-variant-numeric: tabular-nums; }
.pocket.is-open .pocket-n { color: var(--lime); animation: flicker .15s infinite alternate; }
.pocket.is-low .pocket-n { color: var(--flag); }
@keyframes flicker { to { opacity: .6; } }
.timeout-btn { appearance: none; border: 2px solid #3a4a60; background: transparent; color: #b9c6d9; display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; margin-top: 4px; cursor: pointer; font-family: var(--slab); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; border-radius: 999px; opacity: .8; }
.timeout-btn:hover, .timeout-btn:focus-visible { opacity: 1; border-color: var(--lime); color: var(--lime); }
.timeout-t { width: 14px; height: 14px; position: relative; display: inline-block; }
.timeout-t::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: currentColor; }
.timeout-t::after { content: ""; position: absolute; left: 5px; top: 0; width: 4px; bottom: 0; background: currentColor; }
/* receivers drift bigger and smaller while the play develops */
.wr.is-drift .inner { animation: drift var(--spd, 1.2s) ease-in-out infinite alternate; transform-origin: 50% 100%; }
@keyframes drift { from { transform: scale(var(--s0, 1)); } to { transform: scale(var(--s1, 1)); } }

.status { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; font-family: var(--slab); font-size: 14px; }
.status-round { font-weight: 700; color: var(--lime); }
.status-phase { color: #9fb0c8; font-style: italic; text-align: center; min-height: 1.2em; }
.stat { color: #b9c6d9; white-space: nowrap; }
.toast { min-height: 24px; font-family: var(--slab); font-size: 16px; color: var(--lime); font-weight: 700; opacity: 0; transition: opacity .2s; }
.toast.is-on { opacity: 1; }

/* lyrics */
.lyric { width: 100%; min-height: 64px; display: block; text-align: center; padding: 4px 6px; font-family: var(--slab); font-size: 18px; line-height: 1.2; color: var(--white); }
.lyric .w { display: inline-block; margin: 0 .22em; transition: transform .12s, color .12s; }
.lyric.is-in .w { animation: wordin .35s cubic-bezier(.2,1.4,.4,1) both; }
@keyframes wordin { from { transform: translateY(18px) rotate(-6deg); opacity: 0 } }
.lyric .w.hot { color: var(--lime); transform: scale(1.35) rotate(-4deg); font-family: var(--display); letter-spacing: .04em; }
.lyric.is-long { font-size: 15px; }
.lyric.is-refrain { font-family: var(--display); text-transform: uppercase; font-size: 26px; color: var(--lime); text-shadow: 3px 3px 0 #000; letter-spacing: .04em; }
.lyric.is-refrain .w { margin: 0 .3em; }
.lyric.is-refrain .w.beat { transform: scale(1.25) rotate(var(--rot, 5deg)); color: var(--white); }
.lyric.is-shout { font-size: 34px; }
.lyric.is-shout .w { animation: wobble .25s infinite alternate; }
@keyframes wobble { from { transform: rotate(-3deg) scale(1) } to { transform: rotate(3deg) scale(1.12) } }

/* countdown + pause */
.countdown { position: absolute; left: var(--pad); right: var(--pad); top: 120px; display: grid; place-items: center; z-index: 20; pointer-events: none; }
.countdown[hidden] { display: none; }
.countdown-face { width: 84px; height: auto; margin: -36px auto -4px; display: block; }
.countdown-box { text-align: center; color: var(--white); max-width: 32ch; background: rgba(15,28,46,.94); border-radius: 14px; padding: 10px 16px 4px; box-shadow: 0 8px 24px rgba(0,0,0,.5); border: 2px solid var(--lime); }
.countdown-n { font-family: var(--display); font-size: 84px; line-height: 1; margin: 6px 0; color: var(--lime); text-shadow: 4px 4px 0 #000; animation: pop .9s ease-out infinite; }
.countdown-n.is-go { font-size: 44px; color: var(--white); }
@keyframes pop { 0% { transform: scale(.6); opacity: .4 } 25% { transform: scale(1.08); opacity: 1 } 100% { transform: scale(1); opacity: 1 } }
.countdown-hint { font-size: 15px; line-height: 1.35; margin: 0; }
.paused { position: fixed; inset: 0; background: rgba(15,28,46,.92); display: grid; place-items: center; z-index: 30; padding: 24px; }
.paused[hidden] { display: none; }
.paused-box { text-align: center; color: var(--white); display: grid; gap: 14px; justify-items: center; }
.paused-hint { font-family: var(--slab); font-style: italic; margin: 0; }

/* result */
#screen-result { justify-content: center; gap: 18px; }
.result-card { background: var(--white); color: var(--ink); border-radius: var(--radius); padding: 22px 20px; width: 100%; box-shadow: 0 4px 0 #9aa3b0, 0 12px 30px rgba(0,0,0,.4); position: relative; margin-top: 50px; }
.result-card.is-lose { background: #e9e4d8; }
.result-face { width: 150px; height: auto; margin: -80px auto 0; display: block; filter: drop-shadow(0 8px 10px rgba(0,0,0,.4)); animation: facein .5s cubic-bezier(.2,1.4,.4,1) both; }
@keyframes facein { from { transform: scale(.6) rotate(-8deg); opacity: 0 } }
.final-score { display: flex; justify-content: center; align-items: baseline; gap: 12px; font-family: var(--display); font-size: 28px; margin: 6px 0; }
.final-score #final-you { color: var(--lime2); }
.final-dash { color: #9aa3b0; }
.result-card .h-display { color: var(--ink); text-shadow: 2px 2px 0 var(--lime); }
.result-lyric { font-family: var(--slab); font-style: italic; font-size: 16px; margin: 4px 0 12px; }
.share-preview { text-align: left; white-space: pre-wrap; font-size: 15px; line-height: 1.5; margin: 0; background: #f7f5ef; border-radius: 8px; padding: 10px 12px; font-family: var(--body); }
.result-actions { display: flex; flex-direction: column; gap: 10px; width: 100%; align-items: center; }
.result-actions .btn-big { width: 100%; }
.recipe-tickets { width: 100%; display: grid; gap: 8px; }
.ticket-btn { width: 100%; border: 0; border-radius: 6px; padding: 10px 14px 10px 30px; background: #f6e9b3; color: var(--ink); text-align: left; cursor: pointer; position: relative; box-shadow: 0 3px 8px rgba(0,0,0,.4); transform: rotate(-1deg); font-family: var(--slab); }
.ticket-btn::before { content: ""; position: absolute; left: 12px; top: 14px; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.ticket-btn-eyebrow { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #6b5a2b; }
.ticket-btn span:last-child { font-weight: 700; font-size: 15px; }

/* survival guide */
#screen-recipes { gap: 8px; }
.recipes-face { width: 110px; height: auto; margin-top: -6px; }
.recipes-blurb { font-family: var(--slab); font-style: italic; font-size: 15px; line-height: 1.35; max-width: 36ch; margin: 0 0 8px; color: #c4cddc; }
.recipe-list { width: 100%; display: grid; gap: 10px; }
.recipe { width: 100%; background: #f6e9b3; color: var(--ink); border-radius: 8px; box-shadow: 0 3px 0 #b09a5a, 0 8px 16px rgba(0,0,0,.35); text-align: left; overflow: hidden; }
.recipe-head { width: 100%; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding: 12px 14px; border: 0; background: transparent; cursor: pointer; text-align: left; }
.recipe-no { font-family: var(--display); font-size: 28px; color: var(--lime2); text-align: center; }
.recipe.is-locked .recipe-no { color: #b09a5a; }
.recipe-name { font-family: var(--slab); font-weight: 700; font-size: 17px; display: block; }
.recipe-style { font-size: 13px; color: #6b5a2b; font-style: italic; }
.recipe-lock { font-size: 12px; color: #6b5a2b; text-align: right; max-width: 12ch; }
.recipe-open { display: none; padding: 0 14px 16px; font-size: 15px; line-height: 1.45; }
.recipe.is-open .recipe-open { display: block; }
.recipe-rule { margin: 10px 0 0; padding: 8px 10px; border-left: 4px solid var(--red); background: rgba(255,255,255,.4); font-family: var(--slab); font-weight: 700; }
.recipe-actions { display: flex; gap: 8px; margin-top: 12px; }
.recipe-actions .btn { font-size: 14px; padding: 8px 16px; }

/* listen */
#screen-listen { justify-content: center; gap: 16px; }
.cover { width: min(90vw, 480px); border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.6); }
.listen-controls { width: 100%; display: grid; gap: 12px; justify-items: center; }

/* tune */
#screen-tune { max-width: 720px; text-align: left; align-items: stretch; }
.tune-controls { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; }
.tune-lines { padding: 10px 10px 10px 34px; font-size: 14px; line-height: 1.5; max-height: 45dvh; overflow: auto; background: var(--navy2); border-radius: 8px; }
.tune-lines li.is-cur { background: var(--lime); color: var(--ink); font-weight: 700; }
.tune-lines b { color: var(--lime); font-family: ui-monospace, monospace; margin-right: 8px; }
.tune-lines li.is-cur b { color: var(--ink); }
#tune-out { width: 100%; margin-top: 10px; }
.metro { width: 18px; height: 18px; border-radius: 50%; background: #3a4a60; display: inline-block; }
.metro.is-on { background: var(--lime); box-shadow: 0 0 0 5px rgba(163,213,50,.35); }

@media (prefers-reduced-motion: reduce) {
  .wr img, .lyric .w, .lyric.is-in .w, .lyric.is-shout .w, .countdown-n, .team-score.bump { animation: none !important; }
}

/* ---------- warm-up hub line ---------- */
.warmup-line { margin: -2px 0 0; font-family: var(--slab); font-size: 14px; color: #c4cddc; }

/* ---------- Wide Left (field goal) ---------- */
.field.is-kick .players, .field.is-kick .qb, .field.is-kick .marker { display: none; }
.qb-kneel { display: none; }
.field.is-kneel .qb { display: none; } .field.is-kneel .qb-kneel { display: block; transform: translateX(-50%); opacity: 1; }
.marker { position: absolute; right: 2%; bottom: 6%; width: 9%; opacity: .9; filter: drop-shadow(0 3px 3px rgba(0,0,0,.5)); }
.field.is-kick .yardlines { background: repeating-linear-gradient(180deg, transparent 0 12%, rgba(255,255,255,.5) 12% calc(12% + 3px)); }
.kickui { position: absolute; inset: 0; }
.kickui[hidden] { display: none; }
.goalpost { position: absolute; left: 50%; top: 3%; width: 52%; transform: translateX(-50%); filter: drop-shadow(0 4px 4px rgba(0,0,0,.5)); }
.field.is-kick.is-good .goalpost { filter: drop-shadow(0 0 12px var(--lime)); }
.ref { position: absolute; left: 62%; top: 22%; width: 16%; opacity: 0; transform: scale(.6); transition: opacity .25s, transform .25s; }
.field.is-kick.is-good .ref { opacity: 1; transform: scale(1); }
.kicker { position: absolute; left: 30%; bottom: 6%; width: 22%; filter: drop-shadow(0 4px 4px rgba(0,0,0,.5)); transition: left .3s; z-index: 4; }
.holder { position: absolute; left: 53%; bottom: 10%; width: 14%; filter: drop-shadow(0 4px 4px rgba(0,0,0,.5)); z-index: 3; }
.teeball { position: absolute; left: 50%; bottom: 8%; width: 9%; transform: translateX(-50%); z-index: 3; }
.teeball.is-gone { opacity: 0; }
.windsock { position: absolute; left: 8px; top: 8px; display: flex; align-items: center; gap: 6px; background: rgba(0,0,0,.72); border: 2px solid var(--white); border-radius: 8px; padding: 4px 10px; z-index: 6; font-family: var(--slab); }
.windsock img { width: 42px; height: 32px; object-fit: contain; transform: scaleX(var(--dir, 1)) scale(var(--str, 1)); transition: transform .3s; }
.wind-l { font-size: 9px; letter-spacing: .18em; color: #c4cddc; }
.wind-arrow { font-family: var(--display); font-size: 26px; line-height: 1; color: var(--flag); display: inline-block; transition: transform .3s; }
.wind-n { font-family: var(--display); font-size: 26px; line-height: 1; color: var(--white); min-width: 28px; text-align: right; }
.dist { position: absolute; right: 8px; bottom: 8px; background: rgba(0,0,0,.72); border: 2px solid var(--white); border-radius: 8px; padding: 6px 10px; font-family: var(--display); font-size: 22px; color: var(--white); z-index: 6; }
.aimbar { position: absolute; left: 12%; right: 12%; top: 47%; height: 10px; border-radius: 999px; background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.5); opacity: 0; transition: opacity .2s; }
.aimbar::before { content: ""; position: absolute; left: 50%; top: -6px; bottom: -6px; width: 2px; background: var(--white); transform: translateX(-50%); }
.aimbar i { position: absolute; top: -8px; width: 8px; height: 26px; left: 50%; margin-left: -4px; background: var(--lime); border-radius: 4px; box-shadow: 0 0 6px var(--lime); }
.aimbar.is-on { opacity: 1; }
.aimbar.is-locked i { background: var(--white); box-shadow: 0 0 6px #fff; }
.powerbar { position: absolute; right: 14px; top: 26%; bottom: 14%; width: 14px; border-radius: 999px; background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.5); opacity: 0; transition: opacity .2s; }
.powerbar.is-on { opacity: 1; }
.powerbar #power-need { position: absolute; left: -6px; right: -6px; height: 3px; background: var(--red); bottom: 50%; }
.powerbar #power-marker { position: absolute; left: -5px; right: -5px; height: 10px; bottom: 0; background: var(--lime); border-radius: 4px; box-shadow: 0 0 6px var(--lime); }
.powerbar.is-locked #power-marker { background: var(--white); }
.kickball { position: absolute; left: 50%; bottom: 14%; opacity: 0; width: 26px; height: 16px; margin-left: -13px; background: #7a4a1e; border: 2px solid #3a2410; border-radius: 50%; z-index: 4; }
.kickball::after { content: ""; position: absolute; left: 7px; right: 7px; top: 50%; border-top: 2px dashed #fff; transform: translateY(-50%); }
.kickball.is-flying { opacity: 1; animation: kick var(--dur, .9s) ease-out forwards; }
@keyframes kick { 0% { transform: translate(0, 0) scale(1) } 55% { transform: translate(calc(var(--tx) * .6), calc(var(--ty) * .75)) scale(1.35) rotate(300deg) } 100% { transform: translate(var(--tx), var(--ty)) scale(.55) rotate(720deg) } }

/* ---------- Points Don't Lie ---------- */
.cards { width: 100%; display: grid; gap: 8px; }
.cards[hidden] { display: none; }
.cards-key { margin: 0; font-family: var(--slab); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #9fb0c8; }
.cards-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: stretch; }
.card { appearance: none; border: 0; border-radius: 12px; background: var(--white); color: var(--ink); padding: 10px 10px 12px; text-align: left; cursor: pointer; box-shadow: 0 4px 0 #9aa3b0; display: flex; flex-direction: column; gap: 4px; transition: transform .08s; min-height: 150px; }
.card:active { transform: translateY(2px); box-shadow: 0 2px 0 #9aa3b0; }
.card.is-right { background: #e4f4c6; box-shadow: 0 4px 0 var(--lime2); }
.card.is-wrong { background: #f6d9d6; box-shadow: 0 4px 0 var(--red); }
.card-name { font-family: var(--slab); font-weight: 700; font-size: 15px; line-height: 1.15; }
.card-team { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #6b7686; }
.card-stats { margin: 6px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 2px 8px; font-family: var(--display); font-size: 20px; letter-spacing: .02em; }
.card-stats dt { font-family: var(--slab); font-size: 10px; letter-spacing: .12em; color: #6b7686; align-self: center; }
.card-stats dd { margin: 0; }
.card-stats dd.is-neg { color: var(--red); }
.card-total { margin-top: auto; padding-top: 6px; border-top: 1px dashed #c5ccd6; font-family: var(--display); font-size: 22px; color: var(--lime2); display: none; }
.card.is-reveal .card-total { display: block; }
.cards-clock { display: grid; place-items: center; font-family: var(--display); font-size: 28px; color: var(--flag); text-shadow: 2px 2px 0 #000; min-width: 44px; }
.cards-clock.is-low { color: var(--red); }
.cards-q { margin: 0; font-family: var(--slab); font-size: 14px; color: #c4cddc; }

/* ---------- warm-up hero + drills ---------- */
.btn-hero { width: 100%; font-size: 30px; padding: 18px 20px; margin-top: 4px; }
.warmup-blurb { margin: 2px 0 6px; font-size: 14px; color: #c4cddc; max-width: 36ch; }
.drills { width: 100%; text-align: left; }
.drills summary { cursor: pointer; font-family: var(--slab); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #9fb0c8; padding: 8px 0; list-style: none; display: flex; align-items: center; gap: 8px; }
.drills summary::-webkit-details-marker { display: none; }
.drills summary::before { content: "▸"; font-size: 12px; transition: transform .2s; }
.drills[open] summary::before { transform: rotate(90deg); }
.drills .stations { margin-top: 4px; }
.room-heater { right: 22%; bottom: 3%; width: 12%; }
.drill-banner { position: absolute; left: 0; right: 0; top: 40%; text-align: center; z-index: 8; pointer-events: none; opacity: 0; }
.drill-banner.is-on { animation: banner 2s ease-out forwards; }
.drill-banner b { display: block; font-family: var(--slab); font-size: 12px; letter-spacing: .3em; color: var(--white); text-shadow: 1px 1px 0 #000; }
.drill-banner span { display: block; font-family: var(--display); font-size: 44px; color: var(--lime); text-shadow: 4px 4px 0 #000; letter-spacing: .04em; }
@keyframes banner { 0% { opacity: 0; transform: scale(.7) } 15% { opacity: 1; transform: scale(1.05) } 80% { opacity: 1; transform: scale(1) } 100% { opacity: 0; transform: scale(1) translateY(-20px) } }
.garbage-counter { margin: 18px 0 0; display: flex; flex-direction: column; align-items: center; gap: 2px; }
.garbage-counter #garbage-n { font-family: var(--display); font-size: 26px; letter-spacing: .04em; color: var(--lime); text-shadow: 2px 2px 0 #000; }
.garbage-counter #garbage-l { font-family: var(--slab); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #9fb0c8; }

/* ---------- Draw Up a Play ---------- */
#screen-draw { max-width: 640px; gap: 8px; }
.board { width: 100%; aspect-ratio: 1; border-radius: 12px; overflow: hidden; background: #f4f6f2; box-shadow: 0 6px 0 #9aa3b0, 0 12px 24px rgba(0,0,0,.35); border: 6px solid #d9dde0; touch-action: none; }
.board canvas { width: 100%; height: 100%; display: block; touch-action: none; }
.draw-actions { display: flex; gap: 10px; align-items: center; }
.run { width: 100%; display: grid; gap: 12px; }
.run[hidden] { display: none; }
.runfield { height: 330px; }
.play-card-wrap { display: grid; gap: 10px; justify-items: center; }
.play-card { width: min(100%, 420px); height: auto; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.5); }
.card-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.card-actions .btn { text-decoration: none; }
.playbook-list { width: 100%; display: grid; gap: 10px; }
.pb { display: grid; grid-template-columns: 96px 1fr; gap: 12px; align-items: center; background: var(--navy2); border-radius: var(--radius); padding: 10px; box-shadow: 0 3px 0 #000; text-align: left; }
.pb canvas { width: 96px; height: 96px; border-radius: 8px; }
.pb-name { font-family: var(--slab); font-weight: 700; font-size: 15px; color: var(--lime); display: block; }
.pb-line { font-size: 13px; color: #b9c6d9; display: block; }
.pb-meta { font-family: var(--slab); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #9fb0c8; display: block; margin-top: 4px; }
.pb .btn { margin-top: 6px; font-size: 12px; padding: 6px 12px; }

.kick-step { position: absolute; left: 50%; top: 40%; transform: translateX(-50%); width: 86%; text-align: center; background: rgba(15,28,46,.86); color: var(--white); border: 2px solid var(--lime); border-radius: 10px; padding: 6px 10px; font-family: var(--slab); font-size: 13px; z-index: 7; pointer-events: none; opacity: 0; transition: opacity .2s; }
.kick-step.is-on { opacity: 1; }
.kick-step b { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--lime); color: var(--ink); font-family: var(--display); margin-right: 6px; }

/* ===================== The Bulletin Board ===================== */
.subbar-spacer { width: 44px; }
.tt-week { text-align: center; color: var(--muted, #9fb0c8); font-size: 0.85rem; margin: 0 0 14px; text-transform: uppercase; letter-spacing: 0.06em; }
.tt-step { display: flex; flex-direction: column; gap: 14px; align-items: stretch; max-width: 520px; margin: 0 auto; padding: 0 16px 24px; }
.tt-mode { display: flex; flex-direction: column; gap: 4px; align-items: center; }
.tt-mode b { font-size: 1.15em; }
.tt-mode span { font-size: 0.8em; font-weight: 400; opacity: 0.85; text-transform: none; letter-spacing: 0; }
.tt-input { font: inherit; font-size: 1.05rem; padding: 14px 16px; border-radius: 12px; border: 2px solid rgba(163, 213, 50, 0.5); background: rgba(255, 255, 255, 0.06); color: inherit; text-align: center; }
.tt-input:focus { outline: none; border-color: #a3d532; }
.tt-drafthead { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tt-slot { font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.tt-clock { display: flex; flex-direction: column; align-items: flex-end; line-height: 1; }
.tt-clock i { font-style: normal; font-size: 0.6rem; letter-spacing: 0.1em; color: var(--muted, #9fb0c8); }
.tt-clock b { font-size: 1.6rem; font-family: Impact, "Arial Black", sans-serif; color: #a3d532; font-variant-numeric: tabular-nums; }
.tt-clock b.is-hot { color: #e05a4f; animation: tt-blink 0.5s steps(2) infinite; }
@keyframes tt-blink { 50% { opacity: 0.4; } }
.tt-options { display: flex; flex-direction: column; gap: 12px; }
.tt-option { font: inherit; text-align: left; padding: 16px; border-radius: 14px; border: 2px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.05); color: inherit; cursor: pointer; line-height: 1.35; transition: border-color 0.15s, transform 0.1s, background 0.15s; }
.tt-option:hover { border-color: rgba(163, 213, 50, 0.6); }
.tt-option:active { transform: scale(0.985); }
.tt-option.is-picked { border-color: #a3d532; background: rgba(163, 213, 50, 0.14); }
.tt-option.is-auto { border-color: #e05a4f; background: rgba(224, 90, 79, 0.14); }

/* ===================== Wide Left v2: one slider, one button ===================== */
.aimbar #aim-zone { position: absolute; top: -6px; bottom: -6px; margin: 0; width: 20%; background: rgba(224, 90, 79, 0.35); border: 2px solid var(--red, #e05a4f); border-radius: 6px; box-shadow: 0 0 10px rgba(224, 90, 79, 0.5); }
.aimbar::before { display: none; }
.kick-btn { position: absolute; left: 50%; transform: translateX(-50%); bottom: 16%; padding: 16px 44px; font-family: var(--display, Impact, "Arial Black", sans-serif); font-size: 1.5rem; letter-spacing: 0.06em; color: var(--ink, #0f1c2e); background: var(--lime, #a3d532); border: none; border-radius: 999px; box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35), 0 0 18px rgba(163, 213, 50, 0.35); cursor: pointer; z-index: 8; }
.kick-btn:active { transform: translateX(-50%) translateY(3px); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35); }
.powerbar { display: none !important; }

/* ===================== The Soundtrack tracklist ===================== */
.tracklist-head { display: flex; flex-direction: column; align-items: center; gap: 2px; margin: 18px 0 8px; }
.tracklist-head #tracklist-title { font-family: var(--display, Impact, sans-serif); font-size: 1.3rem; letter-spacing: 0.04em; }
.tracklist-head #tracklist-sub { font-size: 0.8rem; color: var(--muted, #9fb0c8); text-align: center; max-width: 420px; }
.tracklist { list-style: none; margin: 0 auto 16px; padding: 0 16px; max-width: 440px; width: 100%; }
.track { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 6px; }
.track-n { font-family: var(--display, Impact, sans-serif); width: 24px; text-align: right; opacity: 0.7; }
.track-title { flex: 1; }
.track-side { font-size: 0.78rem; color: var(--muted, #9fb0c8); }
.track.is-live { cursor: pointer; background: rgba(255, 255, 255, 0.04); transition: border-color 0.15s; }
.track.is-live:hover { border-color: rgba(163, 213, 50, 0.5); }
.track.is-live .track-side { color: var(--lime, #a3d532); font-size: 0.95rem; }
.track.is-playing { border-color: #a3d532; background: rgba(163, 213, 50, 0.1); }
.track.is-locked { opacity: 0.55; }
.track.is-locked .track-title { font-style: italic; }

/* ===================== The Pro Shop ===================== */
.shop-shelves { display: flex; flex-direction: column; gap: 12px; max-width: 480px; margin: 0 auto; padding: 0 16px; }
.shelf { display: flex; flex-direction: column; gap: 4px; padding: 16px; border-radius: 14px; border: 2px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.05); color: inherit; text-decoration: none; transition: border-color 0.15s, transform 0.1s; }
.shelf:hover { border-color: rgba(163, 213, 50, 0.6); }
.shelf:active { transform: scale(0.99); }
.shelf-name { font-family: var(--display, Impact, sans-serif); font-size: 1.1rem; letter-spacing: 0.03em; }
.shelf-blurb { font-size: 0.85rem; color: var(--muted, #9fb0c8); line-height: 1.4; }
.shelf-go { align-self: flex-end; font-size: 0.8rem; font-weight: 700; color: var(--lime, #a3d532); }
.shop-disclosure { max-width: 480px; margin: 18px auto 24px; padding: 0 16px; font-size: 0.75rem; color: var(--muted, #9fb0c8); text-align: center; line-height: 1.5; }

/* ===================== Pro Shop v2: sections + reviewed items ===================== */
.shop-sec { display: flex; flex-direction: column; gap: 2px; margin: 22px 0 4px; }
.shop-sec:first-child { margin-top: 8px; }
.shop-sec-name { font-family: var(--display, Impact, sans-serif); font-size: 1.25rem; letter-spacing: 0.04em; color: var(--lime, #a3d532); }
.shop-sec-note { font-size: 0.8rem; color: var(--muted, #9fb0c8); }
.shop-item { border: 2px solid rgba(255, 255, 255, 0.14); border-radius: 14px; background: rgba(255, 255, 255, 0.05); overflow: hidden; }
.shop-item-head { display: flex; flex-direction: column; gap: 4px; width: 100%; padding: 16px; background: none; border: 0; color: inherit; font: inherit; text-align: left; cursor: pointer; position: relative; }
.shop-item-caret { position: absolute; right: 14px; top: 14px; opacity: 0.6; transition: transform 0.15s; }
.shop-item.is-open .shop-item-caret { transform: rotate(180deg); }
.shop-item-open { display: none; padding: 0 16px 16px; }
.shop-item.is-open .shop-item-open { display: block; }
.shop-review { font-size: 0.9rem; line-height: 1.55; margin: 0 0 10px; }
.shop-verdict { font-size: 0.88rem; font-weight: 700; color: var(--lime, #a3d532); margin: 0 0 14px; }
.shop-buy { text-decoration: none; display: inline-block; }

/* ===================== About page, Maulers Watch, foot links ===================== */
.foot-links { display: inline-block; margin-top: 6px; opacity: 0.85; }
.foot-links a { color: inherit; }
.page-about { display: block; min-height: 100vh; overflow-y: auto; height: auto; }
.about { max-width: 640px; margin: 0 auto; padding: 28px 20px 40px; }
.about-back { display: inline-block; margin-bottom: 18px; color: inherit; opacity: 0.8; text-decoration: none; }
.about-back:hover { opacity: 1; text-decoration: underline; }
.about-portrait { width: 180px; height: auto; float: right; margin: 0 0 14px 18px; border-radius: 12px; border: 3px solid rgba(255, 255, 255, 0.2); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4); }
.about h1 { font-family: var(--display, Impact, sans-serif); font-size: 2rem; margin: 0 0 2px; letter-spacing: 0.02em; }
.about-kicker { font-style: italic; color: var(--muted, #9fb0c8); margin: 0 0 18px; }
.about p { line-height: 1.6; margin: 0 0 14px; }
.about a { color: var(--lime, #a3d532); }
.about-social { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin: 26px 0 10px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.15); }
.about-social a { color: var(--lime, #a3d532); font-weight: 700; text-decoration: none; }
.about-social a:hover { text-decoration: underline; }
.mw-record { display: flex; gap: 14px; align-items: baseline; font-family: var(--display, Impact, sans-serif); font-size: 1.4rem; color: var(--lime, #a3d532); margin: 0 0 22px; }
.mw-record #mw-standing { font-size: 0.85rem; font-family: inherit; color: var(--muted, #9fb0c8); font-style: italic; }
.mw-post { border: 2px solid rgba(255, 255, 255, 0.12); border-radius: 14px; padding: 18px; margin-bottom: 16px; background: rgba(255, 255, 255, 0.03); }
.mw-post.is-latest { border-color: rgba(163, 213, 50, 0.45); }
.mw-post h2 { font-family: var(--display, Impact, sans-serif); font-size: 1.3rem; margin: 0 0 2px; letter-spacing: 0.02em; }
.mw-meta { font-size: 0.78rem; color: var(--muted, #9fb0c8); margin: 0 0 12px; text-transform: uppercase; letter-spacing: 0.06em; }
.mw-sig { font-style: italic; color: var(--muted, #9fb0c8); margin: 8px 0 0; }
.mw-empty { color: var(--muted, #9fb0c8); font-style: italic; }
@media (max-width: 480px) { .about-portrait { width: 132px; } }
