/* Pineview Hardware - sweepstakes site theme
   Brand palette: black, red, blue, and white, matching the Pineview Hardware
   logo. Intentionally distinct from any other TenScan property. */

:root {
    --black: #0d0f14;
    --black-soft: #171b26;
    --navy: #141a2e;
    --blue: #1d4ed8;
    --blue-dark: #1740b0;
    --blue-light: #3b6ae5;
    --red: #d8232f;
    --red-dark: #ad1a24;
    --paper: #f3f4f7;
    --paper-deep: #e5e7ed;
    --surface: #ffffff;
    --ink: #14161c;
    --ink-soft: #5c6273;
    --line: #d6d9e1;
    --danger: #c4202c;
    --danger-bg: #fbe3e4;
    --ok: #1d4ed8;
    --ok-bg: #e5ebfb;
    --radius: 10px;
    --shadow: 0 1px 2px rgba(13, 15, 20, 0.07), 0 8px 24px rgba(13, 15, 20, 0.10);
    --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
    --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    font-family: var(--font-display);
    color: var(--black);
    line-height: 1.2;
    margin: 0 0 0.5em;
    font-weight: 600;
}

h1 { font-size: 2.4rem; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.25rem; }

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); text-decoration: underline; }

p { margin: 0 0 1rem; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 760px; }
.section { padding: 56px 0; }
.muted { color: var(--ink-soft); }
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mb-2 { margin-bottom: 1rem; }
.text-danger { color: var(--danger); }
.text-ok { color: var(--ok); }

/* ---------- Buttons ---------- */
.btn {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: var(--radius);
    padding: 12px 22px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: transform 0.05s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); color: #fff; }
.btn-accent { background: var(--red); color: #fff; }
.btn-accent:hover { background: var(--red-dark); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--paper-deep); color: var(--black); }
.btn-danger { background: var(--danger); color: #fff; }
.btn-danger:hover { background: #8f1620; color: #fff; }
.btn-sm { padding: 7px 14px; font-size: 0.88rem; }
.btn:disabled { opacity: 0.55; cursor: not-allowed; }
.btn-block { display: block; width: 100%; }

/* ---------- Top bar ---------- */
.topbar {
    background: var(--black);
    color: #eef0f4;
    border-bottom: 3px solid var(--red);
}
.topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 64px; width: auto; }
.brand-name {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.02em;
}
.brand-name span { color: var(--red); }
.topnav a { color: #c3c7d2; margin-left: 26px; font-weight: 500; white-space: nowrap; }
.topnav a:hover { color: #fff; text-decoration: none; }

/* ---------- Footer ---------- */
/* Sticky footer: the shell fills at least the full viewport, main grows to
   take any slack, so the footer always sits at the bottom of the page no
   matter how little content a page has or how wide the screen is. */
.page-shell {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-shell main {
    flex: 1 0 auto;
}
.page-shell .footer {
    flex-shrink: 0;
}

.footer {
    background: var(--black);
    color: #9aa0b2;
    padding: 36px 0;
    margin-top: 64px;
    font-size: 0.9rem;
}
.footer a { color: #c3c7d2; }
.footer .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }

/* ---------- Hero ---------- */
.hero {
    background: linear-gradient(160deg, var(--navy), var(--black));
    color: #eef0f4;
    padding: 52px 0;
    border-bottom: 3px solid var(--red);
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}
.hero-copy {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 40px;
}
.hero h1 { color: #fff; font-size: 2.9rem; margin-bottom: 0; }
.hero p { font-size: 1.15rem; color: #c3c7d2; margin: 0; }

/* Logo lockup that replaces the hero headline. The logo is the page's h1,
   so the wrapper resets all heading typography. */
.hero-logo-wrap { margin: 0; padding: 0; line-height: 0; }
/* FocusOnNavigate (Routes.razor, Selector="h1") moves focus to the first
   <h1> after navigation for accessibility. On the home page that <h1> is this
   logo lockup, so it would otherwise show a focus outline until the user
   clicks away. Suppress the ring on this decorative, non-interactive heading;
   focus still moves here for screen-reader and keyboard users. */
.hero-logo-wrap:focus, .hero-logo-wrap:focus-visible { outline: none; }
.hero-logo { display: block; width: 100%; max-width: 460px; height: auto; }

/* ---------- Cards / grid ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); gap: 28px; }
.grid-lg { grid-template-columns: repeat(auto-fill, minmax(440px, 1fr)); gap: 32px; }

/* Featured single sweepstakes: large photo to draw attention, details beside it. */
.featured {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.featured-media {
    background: var(--paper-deep);
    min-height: 520px;
}
.featured-media img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 16px; }
.featured-body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.featured-title { font-size: 2.4rem; margin: 0; }
.featured-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}
.featured-foot .btn { padding: 14px 30px; font-size: 1.05rem; }

.card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.card-media {
    aspect-ratio: 4 / 3;
    background: var(--paper-deep);
    overflow: hidden;
}
.card-media img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 12px; }
.card-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body h3 { margin: 0; }
.card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; }
.price { font-family: var(--font-display); font-size: 1.4rem; color: var(--blue); font-weight: 600; }
.price small { font-size: 0.8rem; color: var(--ink-soft); font-family: var(--font-body); font-weight: 400; }

.badge {
    display: inline-block;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.badge-active { background: var(--ok-bg); color: var(--ok); }
.badge-ended { background: var(--paper-deep); color: var(--ink-soft); }
.badge-drawn { background: var(--danger-bg); color: var(--red-dark); }
.badge-draft { background: #e3e7f5; color: #3c4f86; }

/* ---------- Progress ---------- */
.progress {
    height: 9px;
    background: var(--paper-deep);
    border-radius: 999px;
    overflow: hidden;
}
.progress > span { display: block; height: 100%; background: var(--red); }

/* ---------- Panels / forms ---------- */
.panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 28px;
}
.panel + .panel { margin-top: 24px; }

label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--black); font-size: 0.92rem; }
.field { margin-bottom: 18px; }
.help { font-size: 0.82rem; color: var(--ink-soft); margin-top: 4px; }

input[type=text], input[type=email], input[type=tel], input[type=number],
input[type=password], input[type=date], input[type=datetime-local],
select, textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    font: inherit;
    color: var(--ink);
    background: #fff;
}
input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--blue-light);
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.18);
}
textarea { resize: vertical; min-height: 120px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.row-3 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 18px; }
.check { display: flex; gap: 10px; align-items: flex-start; }
.check input { width: auto; margin-top: 4px; }
.check label { font-weight: 500; margin: 0; }

/* ---------- Alerts ---------- */
.alert { padding: 14px 16px; border-radius: 8px; margin-bottom: 18px; font-size: 0.95rem; }
.alert-error { background: var(--danger-bg); color: var(--danger); border: 1px solid #e7bcc0; }
.alert-ok { background: var(--ok-bg); color: var(--ok); border: 1px solid #bdccf3; }
.alert-info { background: #eef1f6; color: var(--blue-dark); border: 1px solid var(--line); }

/* ---------- Tables ---------- */
.table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.table th, .table td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--line); }
.table th { color: var(--ink-soft); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; }
.table tbody tr:hover { background: var(--paper); }
.table-wrap { overflow-x: auto; }

/* ---------- Admin shell ---------- */
.admin { display: flex; min-height: 100vh; }
.admin-side {
    width: 240px;
    background: var(--black);
    color: #c3c7d2;
    padding: 24px 0;
    flex-shrink: 0;
}
.admin-side .brand { padding: 0 22px 22px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.admin-side nav { display: flex; flex-direction: column; padding: 14px 0; }
.admin-side nav a {
    color: #b9bdc9;
    padding: 11px 22px;
    font-weight: 500;
    border-left: 3px solid transparent;
}
.admin-side nav a:hover { background: rgba(255,255,255,0.05); color: #fff; text-decoration: none; }
.admin-side nav a.active { color: #fff; border-left-color: var(--red); background: rgba(216,35,47,0.14); }
/* Sign out: dark red so it reads against the near-black sidebar. */
.admin-side .btn-signout { background: var(--red-dark); color: #fff; border: 1px solid var(--red-dark); }
.admin-side .btn-signout:hover { background: #8f1620; color: #fff; }
.admin-main { flex: 1; padding: 32px 40px; max-width: 1100px; }
.admin-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }

.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }
.stat {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px;
}
.stat .n { font-family: var(--font-display); font-size: 2rem; color: var(--blue); }
.stat .l { color: var(--ink-soft); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }

.gallery { display: flex; gap: 12px; flex-wrap: wrap; }
.gallery .thumb {
    width: 120px; height: 90px; object-fit: cover; border-radius: 8px;
    border: 2px solid var(--line);
    cursor: pointer;
    transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.gallery .thumb:hover { border-color: var(--blue-light); }
.gallery .thumb.selected {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(216, 35, 47, 0.30);
}
.thumb-wrap { position: relative; }
.thumb-wrap .star {
    position: absolute; top: 4px; left: 4px; background: var(--red);
    color: #fff; font-size: 0.66rem; font-weight: 700; padding: 2px 6px; border-radius: 5px;
}

.detail-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; }
.detail-img { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--paper-deep); }
.detail-img img { width: 100%; display: block; }
.detail-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.detail-thumbs img { width: 76px; height: 60px; object-fit: cover; border-radius: 6px; cursor: pointer; border: 2px solid transparent; }
.detail-thumbs img.sel { border-color: var(--red); }

.toast-stack { position: fixed; bottom: 22px; right: 22px; display: flex; flex-direction: column; gap: 10px; z-index: 999; }
.toast { padding: 13px 18px; border-radius: 8px; color: #fff; box-shadow: var(--shadow); font-weight: 500; }
.toast.Success { background: var(--ok); }
.toast.Error { background: var(--danger); }
.toast.Info { background: var(--blue); }

.prize-desc { white-space: pre-wrap; }
.terms-body { white-space: pre-wrap; font-size: 0.95rem; }

@media (max-width: 860px) {
    .topbar .container { gap: 12px; }
    .brand { gap: 8px; min-width: 0; }
    .brand img { height: 44px; }
    .brand-name { font-size: 1.1rem; }
    .topnav a { margin-left: 0; }
    .detail-hero, .row, .row-3 { grid-template-columns: 1fr; }
    .admin { flex-direction: column; }
    .admin-side { width: 100%; }
    .admin-main { padding: 22px; }
    .hero h1 { font-size: 2.1rem; }
    .hero-grid { grid-template-columns: 1fr; gap: 18px; }
    .hero-copy { border-left: none; padding-left: 0; }
    .hero-logo { max-width: 360px; }
    .featured { grid-template-columns: 1fr; }
    .featured-media { min-height: 280px; }
    .featured-body { padding: 26px; }
    .featured-title { font-size: 1.9rem; }
    .grid-lg { grid-template-columns: 1fr; }
}

/* ---------- Image zoom lightbox (public sweepstakes page) ---------- */
.detail-img img { cursor: zoom-in; }
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(8, 9, 13, 0.94);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 24px;
}
.lightbox img {
    max-width: 94vw;
    max-height: 92vh;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform 0.15s ease;
}
.lightbox.zoomed { align-items: flex-start; justify-content: flex-start; }
.lightbox.zoomed img {
    max-width: none;
    max-height: none;
    width: 180%;
    cursor: zoom-out;
}
.lightbox-close {
    position: fixed;
    top: 18px;
    right: 22px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 8px 14px;
    cursor: pointer;
}
.lightbox-hint {
    position: fixed;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
    color: #c3c7d2;
    font-size: 0.85rem;
}

/* ---------- Modal (admin image crop) ---------- */
.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(8, 9, 13, 0.62);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.modal-card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    width: 100%;
    max-width: 720px;
    max-height: 90vh;
    overflow: auto;
    padding: 24px;
}
.crop-stage {
    background: var(--paper-deep);
    border-radius: 8px;
    max-height: 60vh;
    overflow: hidden;
}
.crop-stage img { display: block; max-width: 100%; }
.modal-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

/* ---------- Drawing screen (admin, video friendly) ---------- */
.draw-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 20% 0%, rgba(216, 35, 47, 0.10), transparent 50%),
        linear-gradient(180deg, #141a2e 0%, #06070b 100%);
    color: #eef0f4;
    font-family: var(--font-body);
    display: flex;
    flex-direction: column;
}
.draw-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 32px;
    border-bottom: 1px solid rgba(216, 35, 47, 0.22);
}
.draw-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-display);
    font-size: 1.15rem;
    color: #dfe2ea;
    letter-spacing: 0.02em;
}
.draw-brand img { height: 34px; width: 34px; }
.draw-exit {
    color: #c3c7d2;
    font-size: 0.88rem;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 8px 14px;
    border-radius: 8px;
}
.draw-exit:hover { color: #fff; border-color: var(--red); text-decoration: none; }

.draw-main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 24px 80px;
    text-align: center;
}
.draw-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.82rem;
    color: var(--red);
    font-weight: 700;
    margin-bottom: 14px;
}
.draw-title {
    font-family: var(--font-display);
    font-size: 3rem;
    line-height: 1.1;
    color: #fff;
    margin: 0;
}
.draw-sub {
    color: #b9bdc9;
    margin-top: 8px;
    margin-bottom: 36px;
    font-size: 1rem;
}

/* Slot machine reel (must match Draw.razor geometry: 400 high, 80/row, winner row 2 in window). */
.reel-window {
    position: relative;
    width: min(620px, 92vw);
    height: 400px;
    overflow: hidden;
    background: linear-gradient(180deg, #1a2236 0%, #0a0d16 100%);
    border: 1px solid rgba(216, 35, 47, 0.38);
    border-radius: 14px;
    box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.6),
                0 18px 40px rgba(0, 0, 0, 0.45);
}
.reel-track {
    position: absolute;
    top: 0; left: 0; right: 0;
    will-change: transform;
}
.reel-row {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    color: #e6e8ef;
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.reel-indicator {
    position: absolute;
    left: 0; right: 0;
    top: 160px;
    height: 80px;
    pointer-events: none;
    border-top: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    background: rgba(216, 35, 47, 0.12);
    z-index: 2;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}
.reel-window.revealed .reel-indicator {
    background: rgba(216, 35, 47, 0.24);
    box-shadow: inset 0 0 36px rgba(216, 35, 47, 0.48);
    animation: pv-glow 1.6s ease-in-out infinite alternate;
}
@keyframes pv-glow {
    from { box-shadow: inset 0 0 28px rgba(216, 35, 47, 0.38); }
    to   { box-shadow: inset 0 0 48px rgba(216, 35, 47, 0.68); }
}
.reel-fade {
    position: absolute;
    left: 0; right: 0;
    height: 120px;
    pointer-events: none;
    z-index: 3;
}
.reel-fade-top {
    top: 0;
    background: linear-gradient(180deg, rgba(8, 9, 14, 0.95) 0%, rgba(8, 9, 14, 0) 100%);
}
.reel-fade-bottom {
    bottom: 0;
    background: linear-gradient(0deg, rgba(8, 9, 14, 0.95) 0%, rgba(8, 9, 14, 0) 100%);
}
.reel-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aab0bd;
    font-size: 1.05rem;
    z-index: 1;
}

.draw-actions {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.draw-status {
    color: #b9bdc9;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}
.btn-draw {
    background: var(--red);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 16px 36px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 6px 22px rgba(216, 35, 47, 0.38);
    transition: transform 0.05s ease, background 0.15s ease;
    text-decoration: none;
    display: inline-block;
}
.btn-draw:hover { background: #e23a45; color: #fff; text-decoration: none; }
.btn-draw:active { transform: translateY(1px); }
.btn-draw:disabled { opacity: 0.55; cursor: not-allowed; box-shadow: none; }
.btn-draw.secondary {
    background: transparent;
    color: #dfe2ea;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: none;
}
.btn-draw.secondary:hover { border-color: var(--red); color: #fff; }

.draw-buttons { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

.winner-card {
    margin-top: 8px;
    padding: 28px 36px;
    border: 1px solid rgba(216, 35, 47, 0.48);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(216, 35, 47, 0.12), rgba(216, 35, 47, 0.02));
    box-shadow: 0 0 40px rgba(216, 35, 47, 0.20);
    min-width: min(620px, 92vw);
    animation: pv-rise 0.45s ease;
}
.winner-card.recorded { border-color: rgba(80, 150, 255, 0.55); }
@keyframes pv-rise {
    from { transform: translateY(8px); opacity: 0; }
    to   { transform: translateY(0);   opacity: 1; }
}
.winner-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.78rem;
    color: var(--red);
    font-weight: 700;
}
.winner-name {
    font-family: var(--font-display);
    font-size: 2.4rem;
    color: #fff;
    margin-top: 6px;
}
.winner-meta { color: #c8ccd6; margin-top: 8px; font-size: 1rem; }
.winner-contact { color: #aab0bd; margin-top: 4px; font-size: 0.95rem; }
.winner-sep {
    display: inline-block;
    width: 6px; height: 6px;
    background: var(--red);
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

@media (max-width: 860px) {
    .draw-title { font-size: 2.1rem; }
    .winner-name { font-size: 1.7rem; }
    .reel-row { font-size: 1.3rem; }
}
