/* ==========================================================================
   IceFishing.vip — Premium VIP Design System
   Obsidian + champagne gold + jewel emerald + warm ivory.
   Playfair Display (serif) headings + Inter body. Casino-luxe, dark.
   Distinct from icefishing-game.one (navy/glacier) and .app (teal/coral).
   ========================================================================== */

:root {
  /* Surfaces */
  --bg:      #0a0c0a;   /* obsidian */
  --bg-2:    #10140f;   /* felt panel */
  --bg-3:    #171e17;   /* raised */
  --bg-4:    #1e281d;   /* hover */
  --line:    #2b3529;   /* border */
  --line-2:  #3a4636;

  /* Gold */
  --gold:      #e8c877;
  --gold-2:    #f7e6ab;
  --gold-deep: #b6883a;
  --gold-ink:  #2a1f07;

  /* Emerald */
  --emr:     #2bb673;
  --emr-2:   #37d089;
  --emr-deep:#12603f;

  /* Text */
  --ivory:   #f4efe2;
  --mist:    #c3bfae;
  --mist-2:  #8f8c7b;

  /* Signals */
  --good:  #37d089;
  --warn:  #e8b04b;
  --bad:   #e5565b;

  /* Type */
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --maxw: 1140px;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --shadow: 0 24px 60px -24px rgba(0,0,0,.8);
  --shadow-gold: 0 14px 40px -10px rgba(232,200,119,.35);
  --ring-gold: 0 0 0 1px rgba(232,200,119,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--sans); color: var(--ivory); font-size: 17px; line-height: 1.68;
  background:
    radial-gradient(1100px 560px at 80% -10%, rgba(43,182,115,.10), transparent 60%),
    radial-gradient(1000px 520px at 8% 2%, rgba(232,200,119,.08), transparent 55%),
    var(--bg);
  overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* Type */
h1,h2,h3 { font-family: var(--serif); font-weight: 700; color: #fff; line-height: 1.14; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.3rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
h4 { font-family: var(--sans); font-weight: 700; font-size: 1.02rem; margin: 0 0 .5em; color: #fff; }
p  { margin: 0 0 1.05em; color: var(--mist); }
strong { color: var(--ivory); font-weight: 600; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .72rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
  border: 1px solid rgba(232,200,119,.32); background: rgba(232,200,119,.06);
  padding: 6px 13px; border-radius: 999px;
}
.eyebrow::before { content:""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.lead { font-size: clamp(1.03rem, 1.7vw, 1.2rem); color: #ddd8c6; }
.gold-text { color: var(--gold); }

.skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--gold-ink); padding: 10px 16px; font-weight: 700; z-index: 200; border-radius: 0 0 8px 0; }
.skip:focus { left: 0; }

/* Topbar */
.topbar { background: linear-gradient(90deg, rgba(232,200,119,.12), rgba(43,182,115,.08)); border-bottom: 1px solid var(--line); font-size: .8rem; color: #ddd8c6; }
.topbar .container { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 8px 22px; text-align: center; }
.topbar .pill { background: var(--gold); color: var(--gold-ink); font-weight: 800; padding: 1px 8px; border-radius: 999px; font-size: .72rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(10,12,10,.86); backdrop-filter: saturate(150%) blur(12px); -webkit-backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 18px; padding: 12px 22px; max-width: var(--maxw); margin: 0 auto; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand img { height: 42px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: #e7e2d2; font-weight: 500; font-size: .92rem; padding: 9px 12px; border-radius: 8px; }
.nav-links a:hover { background: var(--bg-3); color: #fff; text-decoration: none; }
.nav-badge { font-size: .72rem; color: var(--mist-2); }
.nav-toggle { display: none; background: var(--bg-2); border: 1px solid var(--line); color: var(--ivory); width: 44px; height: 42px; border-radius: 9px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 22px; height: 22px; }

/* Buttons */
.btn { --py: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--sans); font-weight: 700; font-size: 1rem; line-height: 1; padding: var(--py) 24px; border-radius: 10px; cursor: pointer; border: 1px solid transparent; transition: transform .08s ease, box-shadow .2s ease, background .2s; text-align: center; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; }
.btn-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-deep)); color: var(--gold-ink); box-shadow: var(--shadow-gold); border: 1px solid rgba(247,230,171,.6); font-weight: 800; }
.btn-cta:hover { color: var(--gold-ink); box-shadow: 0 18px 46px -10px rgba(232,200,119,.6); }
.btn-cta .tag { font-size: .72rem; font-weight: 700; opacity: .85; }
.btn-cta::after { content:""; position:absolute; top:0; left:-120%; width:60%; height:100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-18deg); animation: shine 4.5s ease-in-out infinite; }
@keyframes shine { 0%,60% { left:-120%; } 80%,100% { left:130%; } }
.btn-emr { background: linear-gradient(135deg, var(--emr-2), var(--emr)); color: #04160e; font-weight: 800; }
.btn-ghost { background: var(--bg-2); color: var(--ivory); border: 1px solid var(--line-2); }
.btn-ghost:hover { background: var(--bg-3); color: #fff; border-color: var(--gold-deep); }
.btn-lg { --py: 17px; font-size: 1.08rem; padding: 17px 32px; }
.btn-sm { --py: 10px; font-size: .9rem; padding: 10px 16px; }
.btn-block { width: 100%; }
@media (prefers-reduced-motion: reduce){ .btn-cta::after{ animation:none; } .btn:hover{ transform:none; } html{scroll-behavior:auto;} }

/* Hero */
.hero { position: relative; padding: clamp(36px,6vw,72px) 0 clamp(30px,5vw,52px); }
.hero::before { content:""; position:absolute; inset:0; background: radial-gradient(700px 360px at 78% 30%, rgba(43,182,115,.12), transparent 60%); pointer-events:none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px,4vw,52px); align-items: center; }
.hero h1 { margin-bottom: .32em; }
.hero .lead { max-width: 42ch; margin-bottom: 1.35em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.hero-badges li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .84rem; background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; color: #ddd8c6; }
.hero-badges .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--emr); box-shadow: 0 0 0 4px rgba(43,182,115,.16); }
.hero-badges .dot.gold { background: var(--gold); box-shadow: 0 0 0 4px rgba(232,200,119,.16); }
.hero-media { position: relative; }
.hero-media img { width: 100%; filter: drop-shadow(0 30px 60px rgba(0,0,0,.6)); }
.trust-row { display: flex; align-items: center; gap: 14px; margin-top: 16px; color: var(--mist-2); font-size: .82rem; flex-wrap: wrap; }
.trust-row .star { color: var(--gold); letter-spacing: 2px; }

/* Stat strip */
.stat-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 32px; }
.stat { background: linear-gradient(180deg, var(--bg-2), rgba(16,20,15,.5)); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; text-align: center; position: relative; }
.stat::before { content:""; position:absolute; left:0; right:0; top:0; height:2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity:.5; }
.stat .num { font-family: var(--serif); font-weight: 800; font-size: clamp(1.4rem,3vw,2rem); color: #fff; }
.stat .num.gold { color: var(--gold); }
.stat .num.emr { color: var(--emr); }
.stat .lbl { font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; color: var(--mist-2); margin-top: 3px; }

/* Sections */
section.block { padding: clamp(38px,5.5vw,64px) 0; border-top: 1px solid var(--line); }
section.block.alt { background: linear-gradient(180deg, rgba(16,20,15,.55), transparent); }
.section-head { max-width: 64ch; margin-bottom: 26px; }
.section-head.center { margin-inline: auto; text-align: center; }
.divider-orn { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--gold); margin: 6px 0 22px; }
.divider-orn::before, .divider-orn::after { content:""; height:1px; width:60px; background: linear-gradient(90deg, transparent, var(--gold-deep)); }

/* Prose */
.prose p { max-width: 74ch; }
.prose h3 { margin-top: 1.4em; }
.prose ul, .prose ol { color: var(--mist); padding-left: 1.15em; margin: 0 0 1.1em; }
.prose li { margin-bottom: .5em; }
.prose li::marker { color: var(--gold); }
.prose a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }

/* Tables */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); margin: 22px 0; -webkit-overflow-scrolling: touch; }
table.data { width: 100%; border-collapse: collapse; min-width: 540px; font-size: .93rem; }
table.data caption { text-align: left; color: var(--mist-2); font-size: .82rem; padding: 11px 15px; border-bottom: 1px solid var(--line); }
table.data th, table.data td { padding: 12px 15px; text-align: left; border-bottom: 1px solid var(--line); }
table.data thead th { background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); color: var(--gold); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
table.data tbody tr:nth-child(even) { background: rgba(24,32,23,.4); }
table.data tbody tr:hover { background: rgba(232,200,119,.05); }
table.data td strong { color: var(--ivory); }
.tag-good { color: var(--good); font-weight: 700; }
.tag-bad { color: var(--bad); font-weight: 700; }
.tag-gold { color: var(--gold); font-weight: 700; }

/* Cards */
.cards { display: grid; gap: 16px; }
.cards.c2 { grid-template-columns: repeat(2,1fr); }
.cards.c3 { grid-template-columns: repeat(3,1fr); }
.cards.c4 { grid-template-columns: repeat(4,1fr); }
.card { background: linear-gradient(180deg, var(--bg-2), rgba(16,20,15,.5)); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; position: relative; }
.card.gold-edge { border-color: rgba(232,200,119,.35); }
.card h3 { font-size: 1.2rem; margin-bottom: .35em; }
.card p { font-size: .93rem; margin-bottom: 0; }
.card .chip { position: absolute; top: 18px; right: 18px; font-size: .72rem; font-weight: 800; padding: 3px 10px; border-radius: 999px; }
.chip.blue { background: rgba(43,182,115,.16); color: var(--emr-2); border: 1px solid rgba(43,182,115,.4); }
.chip.orange { background: rgba(232,200,119,.16); color: var(--gold); border: 1px solid rgba(232,200,119,.4); }
.chip.red { background: rgba(229,86,91,.15); color: var(--bad); border: 1px solid rgba(229,86,91,.4); }
a.card { transition: transform .1s, border-color .2s; }
a.card:hover { transform: translateY(-2px); border-color: rgba(232,200,119,.5); }

/* Dual do/don't */
.dual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dual .col { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: var(--bg-2); }
.dual .col.good { border-color: rgba(55,208,137,.4); }
.dual .col.bad { border-color: rgba(229,86,91,.35); }
.dual h4 { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.dual ul { list-style: none; margin: 0; padding: 0; }
.dual li { display: flex; gap: 9px; align-items: flex-start; padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: .92rem; color: var(--mist); }
.dual li:last-child { border-bottom: 0; }
.dual li::before { content:""; flex: 0 0 auto; width: 16px; height: 16px; margin-top: 3px; border-radius: 50%; background-size: 12px; background-repeat: no-repeat; background-position: center; }
.dual .good li::before { background-color: rgba(55,208,137,.18); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2337d089' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }
.dual .bad li::before { background-color: rgba(229,86,91,.16); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e5565b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E"); }

/* Steps */
.steps { counter-reset: step; display: grid; gap: 12px; padding: 0; list-style: none; margin: 0; }
.steps li { position: relative; padding: 16px 18px 16px 60px; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--mist); font-size: .95rem; }
.steps li strong { display:block; color:#fff; font-family: var(--serif); font-weight:700; margin-bottom:2px; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 15px; top: 16px; width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold-2), var(--gold-deep)); color: var(--gold-ink); font-family: var(--serif); font-weight: 800; font-size: 1rem; }

/* Callout / CTA band */
.callout { border-radius: var(--radius); padding: 18px 20px; margin: 22px 0; border: 1px solid var(--line); background: var(--bg-2); display: flex; gap: 14px; align-items: flex-start; }
.callout.warn { border-color: rgba(232,176,75,.4); background: rgba(232,176,75,.06); }
.callout.info { border-color: rgba(43,182,115,.35); background: rgba(43,182,115,.06); }
.callout .ico { flex: 0 0 auto; width: 26px; height: 26px; color: var(--warn); }
.callout.info .ico { color: var(--emr-2); }
.callout p { margin: 0; font-size: .93rem; color: #ddd8c6; }
.callout strong { color: #fff; }

.cta-band { margin: 8px 0; border-radius: var(--radius-lg); padding: clamp(28px,4vw,44px); text-align: center; position: relative; overflow: hidden;
  background: radial-gradient(600px 200px at 50% 0%, rgba(232,200,119,.16), transparent 60%), linear-gradient(120deg, var(--bg-3), var(--bg-2)); border: 1px solid rgba(232,200,119,.3); }
.cta-band h2 { margin-bottom: .3em; }
.cta-band p { max-width: 54ch; margin: 0 auto 1.25em; color: #ddd8c6; }
.cta-band .btn { min-width: 230px; }
.cta-band .fineprint { margin-top: 12px; font-size: .78rem; color: var(--mist-2); }

/* Big win highlight */
.bigwin { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; background: radial-gradient(400px 160px at 20% 0%, rgba(232,200,119,.14), transparent), var(--bg-2); border: 1px solid rgba(232,200,119,.4); border-radius: var(--radius); padding: 22px; margin: 22px 0; }
.bigwin .mult { font-family: var(--serif); font-weight: 800; font-size: clamp(2.4rem,7vw,3.6rem); color: var(--gold); line-height: 1; text-shadow: 0 0 30px rgba(232,200,119,.4); }
.bigwin .meta { font-size: .9rem; color: var(--mist); }
.bigwin .meta b { color: #fff; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--bg-2); overflow: hidden; }
.faq summary { cursor: pointer; padding: 15px 46px 15px 18px; font-family: var(--serif); font-weight: 600; color: #fff; position: relative; list-style: none; font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--gold); }
.faq details[open] summary::after { content: "\2212"; }
.faq .faq-body { padding: 0 18px 16px; color: var(--mist); font-size: .94rem; }
.faq .faq-body p { margin: 0; color: var(--mist); }

/* Author / helpline */
.author { display: flex; gap: 18px; align-items: flex-start; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.author img { width: 66px; height: 66px; border-radius: 12px; flex: 0 0 auto; }
.author .who { font-family: var(--serif); font-weight: 700; color: #fff; font-size: 1.1rem; }
.author .role { color: var(--gold); font-size: .85rem; font-weight: 600; margin-bottom: 8px; }
.author p { font-size: .9rem; margin: 0; }
.helpline { background: linear-gradient(120deg, rgba(232,200,119,.08), rgba(43,182,115,.06)); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.helpline .num { font-family: var(--serif); font-weight: 800; color: #fff; font-size: 1.2rem; }
.helpline .num a { color: var(--gold); }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: #070806; padding: 46px 0 30px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; }
.footer-brand img { height: 42px; margin-bottom: 12px; }
.footer-brand p { font-size: .86rem; color: var(--mist-2); max-width: 34ch; }
.footer-col h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); margin-bottom: 12px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: #d9d4c4; font-size: .9rem; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .8rem; color: var(--mist-2); }
.footer-bottom .badges { display: flex; gap: 10px; align-items: center; }
.age-badge { border: 1px solid var(--line-2); border-radius: 999px; padding: 3px 10px; font-weight: 800; color: var(--ivory); }

/* Sticky mobile CTA */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 120; display: none; align-items: center; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(10,12,10,.95); backdrop-filter: blur(10px); border-top: 1px solid rgba(232,200,119,.3); box-shadow: 0 -10px 30px -12px rgba(0,0,0,.8); }
.sticky-cta .info { flex: 1; min-width: 0; }
.sticky-cta .info .t { font-weight: 800; color: #fff; font-size: .9rem; line-height: 1.1; }
.sticky-cta .info .s { font-size: .72rem; color: var(--mist-2); }

/* Age gate */
.age-gate { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(4,5,4,.86); backdrop-filter: blur(6px); }
.age-gate.show { display: flex; }
.age-card { max-width: 420px; width: 100%; background: var(--bg-2); border: 1px solid rgba(232,200,119,.3); border-radius: var(--radius-lg); padding: 32px 26px; text-align: center; box-shadow: var(--shadow); }
.age-card img { height: 48px; margin: 0 auto 16px; }
.age-card h2 { font-size: 1.4rem; }
.age-card p { font-size: .9rem; }
.age-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 10px; }

/* Misc */
figure.viz { margin: 22px 0; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
figure.viz img { margin: 0 auto; }
figure.viz figcaption { text-align: center; color: var(--mist-2); font-size: .82rem; margin-top: 12px; }
.anchor-offset { scroll-margin-top: 84px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 8px 0 0; list-style: none; }
.pill-list li { background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px; font-size: .82rem; color: #ddd8c6; }

/* Responsive */
@media (max-width: 940px){
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 460px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cards.c4 { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 780px){
  body { font-size: 16px; }
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.open .nav-links { display: flex; position: absolute; top: 66px; left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 12px; gap: 4px; }
  .nav.open .nav-links a { padding: 12px; border-radius: 9px; }
  .nav.open .nav-links .nav-cta { margin: 6px 0 0; }
  .nav.open .nav-links .btn { width: 100%; }
  .stat-strip { grid-template-columns: repeat(2,1fr); }
  .cards.c3, .cards.c2, .cards.c4 { grid-template-columns: 1fr; }
  .dual { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 76px; }
  .hero-cta .btn { flex: 1 1 auto; }
  .bigwin { grid-template-columns: 1fr; text-align: center; }
}
@media (max-width: 480px){ .footer-grid { grid-template-columns: 1fr; } .author { flex-direction: column; } .topbar .container { font-size: .74rem; } }
