/* ─────────────────────────────────────────────────────────────────────────────
   VRL Value Sweepstakes — /sweepstakes/
   Mobile-first. Theme tokens throughout (tokens.css); buttons are the site's .btn family.
   Type floor 12.5px. Sister to refer.css so the two programme pages read as one family.
   ───────────────────────────────────────────────────────────────────────────── */

.sw, .sw-sticky { --sw-navy: var(--vrl-navy, #010f2d); --sw-navy-2: var(--vrl-navy-2, #0a1f47); --sw-green: var(--vrl-savings, #15803d); --sw-green-bright: var(--vrl-savings-bright, #16a34a); --sw-gold: #f5c451; --sw-gold-deep: #d9a12a; }
.sw h1, .sw h2, .sw h3 { font-family: var(--vrl-font-display); color: var(--vrl-fg-base); margin: 0; }
.sw p { margin: 0; }

.sw-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sw-green); }
.sw-eyebrow::before { content: ''; width: 22px; height: 2px; border-radius: 2px; background: var(--vrl-savings-border); }
.sw-eyebrow--light { color: #86efac; }
.sw-eyebrow--light::before { background: rgba(134, 239, 172, 0.45); }
.sw-live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--sw-green-bright); box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.16); animation: sw-pulse 1.8s ease-out infinite; }
@keyframes sw-pulse { 0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.35); } 100% { box-shadow: 0 0 0 9px rgba(22, 163, 74, 0); } }

.sw-head { display: grid; gap: 12px; margin-bottom: clamp(24px, 4vw, 40px); max-width: 62ch; }
.sw-head h2 { font-size: clamp(27px, 3.6vw, 42px); letter-spacing: -0.025em; line-height: 1.08; text-wrap: balance; }
.sw-head p { font-size: 15.5px; line-height: 1.6; color: var(--vrl-fg-subtle); }

/* ─── Hero ─── */
.sw-hero { position: relative; overflow: hidden; padding-block: clamp(44px, 8vw, 100px) clamp(40px, 7vw, 84px); color: #fff;
	background: radial-gradient(ellipse 70% 60% at 100% 0%, rgba(43, 127, 230, 0.35) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 0% 100%, rgba(22, 163, 74, 0.22) 0%, transparent 60%), linear-gradient(160deg, #061a3d 0%, var(--sw-navy, #010f2d) 70%); }
.sw-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255, 255, 255, 0.10) 1px, transparent 1.4px); background-size: 22px 22px; mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 10%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 10%, transparent 75%); }
.sw-hero__inner { position: relative; z-index: 1; display: grid; gap: clamp(30px, 5vw, 56px); max-width: var(--vrl-container-max, 1200px); margin-inline: auto; padding-inline: var(--vrl-gutter, 20px); }
.sw-hero__copy { display: grid; gap: 18px; justify-items: start; }
.sw-hero .sw-eyebrow { color: #86efac; } .sw-hero .sw-eyebrow::before { display: none; } /* no dash next to "Value Sweepstakes" */
.sw .sw-hero__h1 { color: #fff; font-size: clamp(36px, 5.6vw, 64px); letter-spacing: -0.035em; line-height: 1.04; max-width: 16ch; text-wrap: balance; }
.sw-hero__h1 em { font-style: normal; color: var(--sw-gold); }
.sw-hero__sub { font-size: clamp(16px, 1.35vw, 18px); line-height: 1.6; color: #b8c9e6; max-width: 52ch; }
.sw-hero__sub a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.sw-hero__ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.sw-hero__ctas .btn { min-height: 50px; }
.sw-hero__ctas .btn--dark, .sw-sticky .btn--dark { background: linear-gradient(150deg, #f7d072 0%, var(--sw-gold) 40%, var(--sw-gold-deep) 100%) !important; color: var(--sw-navy) !important; border: 0 !important; box-shadow: 0 14px 28px -16px rgba(0, 0, 0, 0.6); } /* the same gold as the prize card */
.sw-hero__ctas .btn--dark:hover, .sw-sticky .btn--dark:hover { filter: brightness(1.04); color: var(--sw-navy) !important; }
.sw-hero__ctas .btn--ghost { color: #fff !important; border-color: rgba(255, 255, 255, 0.35) !important; background: rgba(255, 255, 255, 0.08) !important; }
.sw-hero__ctas .btn--ghost:hover { background: rgba(255, 255, 255, 0.16) !important; }
.sw-hero__note { font-size: 14px; color: #b8c9e6; }

/* prize + countdown stack */
.sw-hero__art { position: relative; display: grid; gap: 12px; max-width: 440px; }
.sw-hero__art::before { content: ''; position: absolute; inset: 8% -6% -6%; border-radius: 40px; pointer-events: none; background: radial-gradient(ellipse at 60% 50%, rgba(245, 196, 81, 0.22), transparent 70%); filter: blur(14px); }
.sw-prize { position: relative; display: grid; gap: 8px; padding: 24px 24px 22px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.14); background: linear-gradient(150deg, #f7d072 0%, var(--sw-gold) 40%, var(--sw-gold-deep) 100%); color: var(--sw-navy); box-shadow: 0 28px 56px -24px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.5); }
.sw-prize small { font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(1, 15, 45, 0.7); }
.sw-prize strong { font-family: var(--vrl-font-display); font-size: clamp(44px, 6vw, 64px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.sw-prize span { font-size: 14px; line-height: 1.5; color: rgba(1, 15, 45, 0.78); }
.sw-count { position: relative; display: grid; gap: 8px; padding: 18px 22px 20px; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.07); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.sw-count small { font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: #7fc4ff; }
.sw-count__digits { display: flex; align-items: baseline; gap: 4px; font-family: var(--vrl-font-display); color: #fff; }
.sw-count__digits b { font-size: clamp(34px, 4.6vw, 46px); font-weight: 800; letter-spacing: -0.02em; line-height: 1; font-variant-numeric: tabular-nums; min-width: 2ch; text-align: right; }
.sw-count__digits i { font-family: var(--vrl-font-ui); font-style: normal; font-size: 13px; font-weight: 700; color: #7fc4ff; margin-right: 10px; }
.sw-count > span { font-size: 14px; color: #b8c9e6; }

/* ─── Stats strip ─── */
.sw-stats { background: var(--vrl-white); border-bottom: 1px solid var(--vrl-border); }
.sw-stats__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.sw-stat { display: grid; gap: 2px; padding: 18px 16px; border-bottom: 1px solid var(--vrl-border); border-right: 1px solid var(--vrl-border); }
.sw-stat:nth-child(2n) { border-right: 0; }
.sw-stat b { font-family: var(--vrl-font-display); font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: var(--vrl-fg-base); font-variant-numeric: tabular-nums; }
.sw-stat b.is-bumped { animation: sw-bump 0.6s var(--vrl-ease-out, ease-out); }
@keyframes sw-bump { 0% { transform: translateY(0); color: var(--sw-green); } 40% { transform: translateY(-3px); } 100% { transform: translateY(0); } }
.sw-stat span { font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--vrl-fg-muted); }

/* ─── Winners ─── */
.sw-days { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.sw-day { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); grid-template-areas: "num date" "winner winner" "order prize"; gap: 6px 12px; align-items: center; padding: 18px 18px 16px; border-radius: var(--vrl-radius-card-lg, 20px); background: var(--vrl-white); box-shadow: var(--vrl-inset-hi), var(--vrl-shadow-sm), var(--vrl-ring); }
.sw-day__num { grid-area: num; display: inline-grid; place-items: center; min-width: 58px; height: 30px; padding: 0 10px; border-radius: 999px; background: var(--vrl-bg-subtle); border: 1px solid var(--vrl-border); font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--vrl-fg-muted); }
.sw-day__date { grid-area: date; font-family: var(--vrl-font-ui); font-size: 13.5px; font-weight: 700; color: var(--vrl-fg-subtle); }
.sw-day__winner { grid-area: winner; font-family: var(--vrl-font-display); font-size: clamp(28px, 4vw, 36px); font-weight: 800; letter-spacing: 0.02em; line-height: 1.05; color: var(--vrl-fg-base); margin-top: 6px; }
.sw-day__winner--pending { font-size: 20px; letter-spacing: -0.01em; color: var(--vrl-fg-muted); font-weight: 700; }
.sw-day__order { grid-area: order; font-family: var(--vrl-font-mono, monospace); font-size: 13.5px; color: var(--vrl-fg-subtle); }
.sw-day__prize { grid-area: prize; justify-self: end; display: inline-flex; align-items: center; padding: 5px 11px; border-radius: 999px; background: var(--vrl-savings-bg); border: 1px solid var(--vrl-savings-border); color: var(--vrl-savings-deep); font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 800; }
.sw-day--drawn { border-left: 4px solid var(--sw-gold); }
.sw-day--drawn .sw-day__num { background: #fff7e0; border-color: #f2dc9a; color: #8a5a00; }
.sw-day--today { border-left: 4px solid var(--sw-green-bright); }
.sw-day--today .sw-day__num { background: var(--vrl-savings-bg); border-color: var(--vrl-savings-border); color: var(--sw-green); }
.sw-day--today .sw-day__winner--pending { color: var(--sw-green); }
.sw-day--upcoming { opacity: 0.85; }
.sw-day.is-new { animation: sw-enter 0.7s var(--vrl-ease-out, ease-out); }

/* ─── Feed ─── */
.sw-feed__inner { display: grid; gap: 8px; }
.sw-feed__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; max-width: 720px; }
.sw-feed__row { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; grid-template-areas: "avatar who band" "avatar when band"; gap: 2px 12px; align-items: center; padding: 10px 14px; border-radius: 14px; background: var(--vrl-white); border: 1px solid var(--vrl-border); box-shadow: var(--vrl-shadow-xs); }
.sw-feed__row.is-new { animation: sw-enter 0.7s var(--vrl-ease-out, ease-out); }
@keyframes sw-enter { 0% { opacity: 0; transform: translateY(-8px); } 100% { opacity: 1; transform: none; } }
.sw-feed__avatar { grid-area: avatar; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--vrl-mint, #eaf3fe); color: var(--sw-navy); font-family: var(--vrl-font-display); font-size: 16px; font-weight: 800; }
.sw-feed__avatar[data-initial="A"], .sw-feed__avatar[data-initial="F"], .sw-feed__avatar[data-initial="K"], .sw-feed__avatar[data-initial="P"], .sw-feed__avatar[data-initial="U"] { background: var(--vrl-savings-bg); color: var(--sw-green); }
.sw-feed__avatar[data-initial="B"], .sw-feed__avatar[data-initial="G"], .sw-feed__avatar[data-initial="L"], .sw-feed__avatar[data-initial="Q"], .sw-feed__avatar[data-initial="V"] { background: #fff4d6; color: #8a5a00; }
.sw-feed__avatar[data-initial="C"], .sw-feed__avatar[data-initial="H"], .sw-feed__avatar[data-initial="M"], .sw-feed__avatar[data-initial="R"], .sw-feed__avatar[data-initial="W"] { background: var(--vrl-lavender, #dde9f9); color: #2b4a8c; }
.sw-feed__who { grid-area: who; font-family: var(--vrl-font-ui); font-size: 14.5px; font-weight: 800; color: var(--vrl-fg-base); letter-spacing: 0.02em; }
.sw-feed__when { grid-area: when; font-size: 12.5px; color: var(--vrl-fg-muted); }
.sw-feed__band { grid-area: band; justify-self: end; padding: 4px 10px; border-radius: 999px; background: var(--vrl-bg-subtle); border: 1px solid var(--vrl-border); font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 800; color: var(--vrl-fg-subtle); white-space: nowrap; }
.sw-feed__empty { padding: 16px; border-radius: 14px; background: var(--vrl-white); border: 1px dashed var(--vrl-border-strong); font-size: 14.5px; color: var(--vrl-fg-muted); }

/* ─── Steps ─── */
.sw-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.sw-step { position: relative; display: grid; gap: 10px; padding: 24px 22px 22px; background: var(--vrl-white); border-radius: var(--vrl-radius-card-lg, 20px); box-shadow: var(--vrl-inset-hi), var(--vrl-shadow-sm), var(--vrl-ring); }
.sw-step__num { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--vrl-savings-bg); border: 1px solid var(--vrl-savings-border); color: var(--sw-green); font-family: var(--vrl-font-display); font-size: 20px; font-weight: 800; }
.sw-step h3 { font-size: 21px; letter-spacing: -0.02em; }
.sw-step p { font-size: 15.5px; line-height: 1.6; color: var(--vrl-fg-subtle); }

/* ─── Free entry form ─── */
.sw-enter__inner { display: grid; gap: 8px; }
.sw-form { display: grid; gap: 14px; max-width: 560px; padding: 22px; border-radius: var(--vrl-radius-card-lg, 20px); background: var(--vrl-white); box-shadow: var(--vrl-inset-hi), var(--vrl-shadow-sm), var(--vrl-ring); }
.sw-form__field { display: grid; gap: 6px; font-family: var(--vrl-font-ui); font-size: 13px; font-weight: 700; color: var(--vrl-fg-subtle); }
.sw-form__field input, .sw-form__field select { min-height: 48px; padding: 0 14px; border: 1px solid var(--vrl-border-strong); border-radius: var(--vrl-radius-input, 10px); background: #fff; color: var(--vrl-fg-base); font: 500 15px var(--vrl-font-ui); }
.sw-form__field input:focus, .sw-form__field select:focus { border-color: #2563eb; outline: 3px solid rgba(37, 99, 235, 0.15); outline-offset: 0; }
.sw-form__check { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; font-size: 14px; line-height: 1.5; color: var(--vrl-fg-subtle); }
.sw-form__check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--sw-green); }
.sw-form__check a { color: var(--vrl-link, #1d4ed8); font-weight: 700; }
.sw-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.sw-form__submit { justify-self: start; min-height: 50px; }
.sw-form__msg { padding: 12px 14px; border-radius: 12px; font-size: 14px; line-height: 1.5; }
.sw-form__msg.is-ok { background: var(--vrl-savings-bg); border: 1px solid var(--vrl-savings-border); color: var(--vrl-savings-deep); }
.sw-form__msg.is-error { background: #fdf0f0; border: 1px solid #efb8ba; color: #a32d31; }
.sw-form__closed { font-size: 15px; color: var(--vrl-fg-muted); }
.sw-form.is-busy .sw-form__submit { opacity: 0.6; pointer-events: none; }

/* ─── Why VRL ─── */
.sw-why__grid { display: grid; gap: 14px; }
.sw-why__card { display: grid; gap: 8px; padding: 24px 22px; background: var(--vrl-white); border-radius: var(--vrl-radius-card-lg, 20px); box-shadow: var(--vrl-inset-hi), var(--vrl-shadow-sm), var(--vrl-ring); }
.sw-why__card b { display: inline-grid; place-items: center; height: 36px; padding: 0 12px; border-radius: 10px; background: var(--vrl-mint, #eaf3fe); color: var(--sw-navy); font-family: var(--vrl-font-display); font-size: 15px; font-weight: 800; justify-self: start; }
.sw-why__card h3 { font-size: 20px; letter-spacing: -0.02em; }
.sw-why__card p { font-size: 15px; line-height: 1.6; color: var(--vrl-fg-subtle); }
.sw-why__card a { font-family: var(--vrl-font-ui); font-size: 14px; font-weight: 800; color: var(--vrl-link, #1d4ed8); text-decoration: none; }
.sw-why__card a:hover { text-decoration: underline; }

/* ─── Rules ─── */
.sw-rules__inner { display: grid; gap: 8px; }
.sw-rules__list { list-style: none; margin: 0; padding: 0; display: grid; }
.sw-rules__list li { position: relative; padding: 16px 0 16px 34px; border-top: 1px solid var(--vrl-border); font-size: 15px; line-height: 1.6; color: var(--vrl-fg-subtle); }
.sw-rules__list li:last-child { border-bottom: 1px solid var(--vrl-border); }
.sw-rules__list li strong { color: var(--vrl-fg-base); font-weight: 800; }
.sw-rules__list li a { color: var(--vrl-link, #1d4ed8); font-weight: 700; }
.sw-rules__list li::before { content: ''; position: absolute; left: 0; top: 21px; width: 20px; height: 20px; border-radius: 50%; background: var(--vrl-savings-bg); border: 1px solid var(--vrl-savings-border); }
.sw-rules__list li::after { content: ''; position: absolute; left: 7px; top: 26px; width: 5px; height: 9px; border: solid var(--sw-green); border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* ─── Closing CTA ─── */
.sw-cta { padding-block: 0 var(--vrl-section-py); }
.sw-cta__card { position: relative; overflow: hidden; display: grid; gap: 22px; padding: clamp(28px, 4vw, 44px); border-radius: var(--vrl-radius-card-lg, 20px); background: linear-gradient(135deg, #0a2a5c 0%, var(--sw-navy) 70%); color: #fff; box-shadow: 0 30px 60px -30px rgba(1, 15, 45, 0.6); }
.sw-cta__card::after { content: ''; position: absolute; right: -80px; top: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(245, 196, 81, 0.35), transparent 70%); pointer-events: none; }
.sw-cta__copy { display: grid; gap: 10px; position: relative; z-index: 1; }
.sw .sw-cta__copy h2 { color: #fff; font-size: clamp(24px, 3.2vw, 34px); letter-spacing: -0.025em; line-height: 1.12; text-wrap: balance; }
.sw-cta__copy p { color: #b8c9e6; font-size: 15.5px; line-height: 1.55; max-width: 44ch; }
.sw-cta__btn { position: relative; z-index: 1; justify-self: start; min-height: 52px; background: var(--sw-gold) !important; color: var(--sw-navy) !important; border: 0 !important; }
.sw-cta__btn:hover { background: #f7d072 !important; }

/* ─── Phone sticky ─── */
.sw-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: flex; padding: 8px; border-radius: 999px; background: rgba(253, 253, 254, 0.86); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 18px 40px -16px rgba(1, 15, 45, 0.5), var(--vrl-ring); transition: transform var(--vrl-dur-base, 0.25s) var(--vrl-ease-out, ease-out), opacity var(--vrl-dur-base, 0.25s) var(--vrl-ease-out, ease-out); }
.sw-sticky .btn { flex: 1; justify-content: center; min-height: 52px; }
.sw-sticky.is-hidden { transform: translateY(120%); opacity: 0; pointer-events: none; }
body:has(.sw) .vrla-bubble { bottom: 88px; }
body:has(.sw) { padding-bottom: 84px; }

/* preview ribbon (private page, managers only) */
body.vrl-sweeps-preview .sw-hero::after { content: 'PREVIEW — private until Public is switched on'; position: absolute; top: 14px; right: -40px; z-index: 2; transform: rotate(8deg); padding: 6px 48px; background: #f5c451; color: #010f2d; font: 800 12.5px/1 var(--vrl-font-ui); letter-spacing: 0.1em; text-transform: uppercase; }

/* ─── Scale up ─── */
@media (min-width: 600px) {
	.sw-stats__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.sw-stat { border-bottom: 0; }
	.sw-stat:nth-child(2n) { border-right: 1px solid var(--vrl-border); }
	.sw-stat:last-child { border-right: 0; }
}
@media (min-width: 700px) {
	.sw-days { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
	.sw-day { grid-template-columns: 1fr; grid-template-areas: "num" "date" "winner" "order" "prize"; align-content: start; gap: 6px; }
	.sw-day__num { justify-self: start; }
	.sw-day__prize { justify-self: start; margin-top: 6px; }
	.sw-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
	.sw-why__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
	.sw-rules__inner, .sw-enter__inner, .sw-feed__inner { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
	.sw-rules__inner .sw-head, .sw-enter__inner .sw-head, .sw-feed__inner .sw-head { margin-bottom: 0; position: sticky; top: 96px; }
	.sw-cta__card { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
	.sw-sticky { display: none; }
	body:has(.sw) .vrla-bubble { bottom: 20px; }
	body:has(.sw) { padding-bottom: 0; }
}
@media (min-width: 960px) {
	.sw-hero__inner { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); align-items: center; }
	.sw-hero__art { justify-self: end; width: 100%; transform: rotate(-1.5deg); }
	.sw-count { width: min(88%, 360px); margin-left: auto; margin-top: -22px; transform: rotate(2deg); }
}
@media (prefers-reduced-motion: reduce) {
	.sw-sticky, .sw-feed__row.is-new, .sw-day.is-new, .sw-stat b.is-bumped, .sw-live-dot, .sw-latest.is-new, .sw-bar i, .sw-hbars li i::after { transition: none; animation: none; }
}

/* ═══ 0.2.0 — marketing page additions: pulse, latest winner, by-the-numbers, share, FAQ ═══ */
.sw .is-hidden { display: none !important; }

/* hero pulse line */
.sw-hero__pulse { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; padding: 8px 14px 8px 12px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.07); font-family: var(--vrl-font-ui); font-size: 13px; font-weight: 600; color: #dbe7fb; max-width: 100%; }
.sw-hero__pulse[hidden] { display: none; }
.sw-hero__pulse .sw-live-dot { flex: none; }

/* latest winner — the featured card above the day list */
.sw-latest { position: relative; display: grid; gap: 14px; margin-bottom: 18px; padding: 22px 22px 20px; border-radius: var(--vrl-radius-card-lg, 20px); color: var(--sw-navy); background: linear-gradient(150deg, #f7d072 0%, var(--sw-gold) 45%, var(--sw-gold-deep) 100%); box-shadow: 0 24px 48px -28px rgba(217, 161, 42, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.55); }
.sw-latest.is-new { animation: sw-latest-in 0.7s var(--vrl-ease-out, ease-out); }
@keyframes sw-latest-in { 0% { transform: translateY(8px); opacity: 0; } 100% { transform: none; opacity: 1; } }
.sw-latest__badge { display: inline-flex; align-items: center; gap: 8px; justify-self: start; padding: 6px 12px; border-radius: 999px; background: rgba(1, 15, 45, 0.12); font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.sw-latest__spark { font-style: normal; font-size: 13px; }
.sw-latest__who { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; }
.sw-latest__who b { font-family: var(--vrl-font-display); font-size: clamp(38px, 5vw, 56px); font-weight: 800; letter-spacing: 0.02em; line-height: 1; }
.sw-latest__who span { font-family: var(--vrl-font-ui); font-size: 16px; font-weight: 700; color: rgba(1, 15, 45, 0.78); }
.sw-latest__meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; margin: 0; }
.sw-latest__meta div { display: grid; gap: 2px; }
.sw-latest__meta dt { font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(1, 15, 45, 0.62); }
.sw-latest__meta dd { margin: 0; font-family: var(--vrl-font-ui); font-size: 15px; font-weight: 800; }
.sw-latest__note { font-size: 13.5px; color: rgba(1, 15, 45, 0.78); }

/* by the numbers */
.sw-numbers__empty { margin: -8px 0 18px; padding: 12px 16px; border-radius: 12px; background: var(--vrl-white); border: 1px dashed var(--vrl-border); font-size: 14px; color: var(--vrl-fg-subtle); max-width: 62ch; }
.sw-numbers__grid { display: grid; gap: 14px; }
.sw-panel { position: relative; display: grid; grid-template-rows: auto 1fr auto; gap: 14px; padding: 20px 20px 18px; border-radius: var(--vrl-radius-card-lg, 20px); background: var(--vrl-white); box-shadow: var(--vrl-inset-hi), var(--vrl-shadow-sm), var(--vrl-ring); min-height: 240px; }
.sw .sw-panel h3 { font-family: var(--vrl-font-ui); font-size: 14px; font-weight: 800; letter-spacing: 0.02em; color: var(--vrl-fg-base); display: flex; align-items: baseline; gap: 8px; }
.sw .sw-panel h3 small { font-size: 12.5px; font-weight: 700; color: var(--vrl-fg-muted); letter-spacing: 0.08em; text-transform: uppercase; }
.sw-panel__foot { font-family: var(--vrl-font-ui); font-size: 13.5px; color: var(--vrl-fg-subtle); }
.sw-panel__foot b { color: var(--vrl-fg-base); font-weight: 800; font-variant-numeric: tabular-nums; }
.sw-numbers.is-empty .sw-panel { opacity: 0.72; }

/* vertical bars: entries per day */
.sw-bars { list-style: none; margin: 0; padding: 8px 0 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; align-items: end; height: 150px; }
.sw-bar { display: grid; grid-template-rows: auto 1fr auto; align-items: end; justify-items: center; gap: 6px; height: 100%; }
.sw-bar b { font-family: var(--vrl-font-ui); font-size: 13px; font-weight: 800; color: var(--vrl-fg-base); font-variant-numeric: tabular-nums; }
.sw-bar i { display: block; width: 100%; max-width: 44px; height: max(6px, var(--h, 0%)); border-radius: 8px 8px 4px 4px; background: linear-gradient(180deg, #2b7fe6 0%, var(--sw-navy-2) 100%); transition: height 0.6s var(--vrl-ease-out, ease-out); align-self: end; }
.sw-bar.is-today i { background: linear-gradient(180deg, var(--sw-green-bright) 0%, var(--sw-green) 100%); box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12); }
.sw-bar.is-future i { background: var(--vrl-bg-subtle); border: 1px dashed var(--vrl-border); }
.sw-bar.is-future b { color: var(--vrl-fg-muted); }
.sw-bar span { font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 700; color: var(--vrl-fg-muted); text-align: center; line-height: 1.2; }
.sw-bar span small { display: block; font-size: 12.5px; font-weight: 600; color: var(--vrl-fg-muted); }
.sw-bar.is-today span { color: var(--sw-green); }

/* sparkline: today by hour */
.sw-spark-wrap { display: grid; gap: 6px; align-self: center; }
.sw-spark { display: block; width: 100%; height: 110px; overflow: visible; }
.sw-spark__base { fill: none; stroke: var(--vrl-border); stroke-width: 1; vector-effect: non-scaling-stroke; }
.sw-spark__line { fill: none; stroke: #2b7fe6; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.sw-spark__axis { display: flex; justify-content: space-between; font-family: var(--vrl-font-ui); font-size: 12.5px; font-weight: 600; color: var(--vrl-fg-muted); }

/* horizontal bars: states, order sizes */
.sw-hbars { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; align-self: start; }
.sw-hbars li { display: grid; grid-template-columns: 5.5ch minmax(0, 1fr) auto; align-items: center; gap: 10px; font-family: var(--vrl-font-ui); font-size: 13.5px; }
.sw-hbars--bands li { grid-template-columns: 9ch minmax(0, 1fr) auto; }
.sw-hbars li span { font-weight: 800; color: var(--vrl-fg-base); }
.sw-hbars li i { display: block; height: 10px; border-radius: 999px; background: var(--vrl-bg-subtle); position: relative; overflow: hidden; }
.sw-hbars li i::after { content: ''; position: absolute; inset: 0 auto 0 0; width: max(4px, var(--w, 0%)); border-radius: 999px; background: linear-gradient(90deg, var(--sw-navy-2), #2b7fe6); transition: width 0.6s var(--vrl-ease-out, ease-out); }
.sw-hbars--bands li i::after { background: linear-gradient(90deg, var(--sw-green), var(--sw-green-bright)); }
.sw-hbars li b { font-weight: 800; color: var(--vrl-fg-subtle); font-variant-numeric: tabular-nums; min-width: 3ch; text-align: right; }
.sw-hbars__empty { font-size: 13.5px; color: var(--vrl-fg-muted); }

/* share */
.sw-form__share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 14px; padding: 14px 16px; border-radius: 14px; background: var(--vrl-bg-subtle); border: 1px solid var(--vrl-border); }
.sw-form__share[hidden] { display: none; }
.sw-form__share span { flex: 1 1 100%; font-family: var(--vrl-font-ui); font-size: 14px; font-weight: 700; color: var(--sw-green); }
.sw-form__share .btn { min-height: 40px; font-size: 13.5px; }
.sw-share__inner { display: grid; gap: 18px; }
.sw-share__btns { display: flex; flex-wrap: wrap; gap: 10px; }
.sw-share__btns .btn { min-height: 46px; }
.sw-share__msg { font-family: var(--vrl-font-ui); font-size: 13.5px; font-weight: 700; color: var(--sw-green); }

/* FAQ */
.sw-faq__inner { display: grid; gap: 22px; }
.sw-faq__list { display: grid; gap: 10px; max-width: 78ch; }
.sw-faq__item { border-radius: 16px; background: var(--vrl-white); box-shadow: var(--vrl-inset-hi), var(--vrl-shadow-sm), var(--vrl-ring); padding: 0; }
.sw-faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; font-family: var(--vrl-font-ui); font-size: 15.5px; font-weight: 800; color: var(--vrl-fg-base); min-height: 48px; }
.sw-faq__item summary::-webkit-details-marker { display: none; }
.sw-faq__item summary::after { content: '+'; flex: none; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--vrl-bg-subtle); border: 1px solid var(--vrl-border); font-weight: 800; color: var(--vrl-fg-subtle); transition: transform 0.25s var(--vrl-ease-out, ease-out); }
.sw-faq__item[open] summary::after { content: '–'; transform: rotate(180deg); }
.sw-faq__item p { padding: 0 18px 18px; font-size: 15px; line-height: 1.65; color: var(--vrl-fg-subtle); max-width: 70ch; }

@media (min-width: 720px) {
	.sw-latest { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); align-items: center; padding: 26px 28px; }
	.sw-latest__badge { grid-column: 1 / -1; }
	.sw-latest__note { grid-column: 1 / -1; }
	.sw-numbers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1080px) {
	.sw-feed__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; align-content: start; max-width: none; } /* 24 live rows in two columns instead of one long spine */
	.sw-numbers__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
	.sw-latest__meta { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.sw-latest { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr); }
}

/* check an order */
.sw-check__inner { display: grid; gap: 22px; }
.sw-check .sw-form { max-width: 680px; }
.sw-check__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 12px; }
.sw-form__msg.is-info { background: #fff8e6; border: 1px solid #f1d58a; color: #7a5a00; }
.sw-form__submit[disabled] { opacity: 0.6; cursor: wait; }
@media (max-width: 640px) { .sw-check__row { grid-template-columns: 1fr; } }
