:root {
  --ink: #071228;
  --navy: #0b1730;
  --navy-2: #112548;
  --panel: rgba(17, 36, 71, .82);
  --panel-strong: #13294e;
  --line: rgba(184, 209, 245, .17);
  --line-gold: rgba(241, 198, 112, .42);
  --gold: #f6d492;
  --gold-2: #eab762;
  --cream: #fff6de;
  --muted: #aab9d3;
  --muted-2: #7184a5;
  --coral: #ff867b;
  --coral-2: #f05462;
  --jade: #80e7c4;
  --shadow: 0 28px 90px rgba(0, 0, 0, .35);
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--ink); }
body { min-height: 100vh; margin: 0; color: var(--cream); background: radial-gradient(circle at 50% 15%, #1b3560 0, var(--navy) 42%, var(--ink) 100%); overflow-x: hidden; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 2; }

.scene { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: linear-gradient(180deg, #0b1730 0%, #0e2244 58%, #08142a 100%); }
#starsCanvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .8; }
.moon { position: absolute; border-radius: 50%; background: radial-gradient(circle at 34% 32%, #fff3be 0, #f8d986 44%, #dcae54 78%, #bc7b36 100%); box-shadow: 0 0 30px rgba(255, 215, 128, .5), 0 0 130px rgba(237, 177, 81, .22); }
.moon-main { width: 330px; height: 330px; top: 76px; right: 13%; opacity: .93; }
.moon-main::before, .moon-main::after { content: ""; position: absolute; border-radius: 50%; background: rgba(188, 128, 52, .18); }
.moon-main::before { width: 34px; height: 24px; top: 72px; left: 68px; box-shadow: 104px 32px 0 13px rgba(188, 128, 52, .14), 120px 142px 0 4px rgba(188, 128, 52, .15), 36px 196px 0 12px rgba(188, 128, 52, .12), 202px 105px 0 9px rgba(188, 128, 52, .12); }
.moon-main::after { width: 13px; height: 13px; top: 151px; left: 181px; box-shadow: -96px 62px 0 5px rgba(188, 128, 52, .11), 45px -99px 0 3px rgba(188, 128, 52, .13), 62px 79px 0 6px rgba(188, 128, 52, .12); }
.moon-glow { position: absolute; width: 580px; height: 580px; right: 3%; top: -45px; border-radius: 50%; background: radial-gradient(circle, rgba(248, 203, 114, .13) 0, rgba(248, 203, 114, .035) 45%, transparent 69%); }
.cloud { position: absolute; height: 22px; border-top: 1px solid rgba(188, 210, 242, .18); border-bottom: 1px solid rgba(188, 210, 242, .09); opacity: .72; transform: skewX(-18deg); }
.cloud::before, .cloud::after { content: ""; position: absolute; height: 12px; border-top: 1px solid rgba(188, 210, 242, .2); }
.cloud::before { left: 18px; right: 58%; top: -9px; }
.cloud::after { left: 63%; right: 18px; bottom: -8px; }
.cloud-a { width: 260px; top: 180px; left: 7%; }
.cloud-b { width: 320px; top: 390px; right: 8%; opacity: .38; }
.lantern { position: absolute; width: 36px; height: 52px; border-radius: 50% 50% 43% 43%; background: linear-gradient(90deg, #d8733c, #ffb35a 45%, #d95d54); box-shadow: 0 0 35px rgba(255, 139, 75, .44); }
.lantern::before { content: ""; position: absolute; width: 52px; height: 5px; left: -8px; top: -3px; border-radius: 50%; background: #e3a158; box-shadow: 0 55px 0 -1px #d28d4e; }
.lantern::after { content: ""; position: absolute; inset: 7px 16px 7px; border-left: 1px solid rgba(255, 240, 189, .65); border-right: 1px solid rgba(255, 240, 189, .65); }
.lantern i { position: absolute; width: 18px; height: 15px; left: 9px; bottom: -15px; background: linear-gradient(#e3a158, transparent); clip-path: polygon(0 0,100% 0,72% 100%,28% 100%); }
.lantern-a { top: 23%; left: 4%; transform: scale(.82); }
.lantern-b { top: 34%; right: 4%; transform: scale(.62); opacity: .78; }
.lantern-c { bottom: 12%; left: 12%; transform: scale(.52); opacity: .6; }
.horizon { position: absolute; bottom: 17%; left: -4%; width: 108%; height: 210px; background: linear-gradient(180deg, transparent 0, rgba(6, 17, 36, .22) 12%, rgba(5, 17, 33, .74) 45%, #061226 100%); clip-path: polygon(0 73%, 5% 67%, 11% 71%, 16% 57%, 23% 64%, 28% 48%, 34% 58%, 39% 46%, 47% 59%, 55% 51%, 61% 67%, 70% 53%, 78% 64%, 84% 50%, 90% 61%, 96% 49%, 100% 61%, 100% 100%, 0 100%); opacity: .95; }
.water-glow { position: absolute; bottom: -8%; left: 0; width: 100%; height: 34%; background: repeating-linear-gradient(175deg, transparent 0 13px, rgba(127, 172, 220, .08) 14px 15px, transparent 16px 33px); mask-image: linear-gradient(90deg, transparent 4%, #000 24%, #000 78%, transparent 96%); opacity: .7; }

.topbar { display: flex; justify-content: space-between; align-items: center; padding: 26px 0 12px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 36px; height: 36px; border: 1px solid rgba(248, 210, 133, .75); border-radius: 50%; display: grid; place-items: center; position: relative; box-shadow: 0 0 24px rgba(239, 184, 84, .22); }
.brand-mark::before { content: ""; width: 19px; height: 19px; border-radius: 50%; background: var(--gold); display: block; transform: translateX(2px); }
.brand-mark span { position: absolute; width: 18px; height: 20px; border-radius: 50%; background: var(--navy); transform: translateX(-5px); }
.brand strong { display: block; font-size: 16px; letter-spacing: .08em; color: var(--cream); }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.top-actions { display: flex; align-items: center; gap: 18px; }
.festival-pill { font-size: 11px; color: #e2c889; letter-spacing: .08em; padding: 8px 14px; border: 1px solid rgba(224, 188, 109, .24); border-radius: 999px; background: rgba(255, 230, 165, .05); }
.admin-link { color: var(--muted); font-size: 12px; transition: color .2s; }
.admin-link:hover { color: var(--gold); }
.admin-link span { color: var(--gold); margin-left: 3px; }

.main-content { padding: 62px 0 46px; min-height: calc(100vh - 86px); }
.welcome-view { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; min-height: 670px; }
.welcome-copy { padding: 40px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 14px rgba(249, 199, 97, .75); }
.welcome-copy h1 { font-size: clamp(56px, 8vw, 104px); line-height: .98; letter-spacing: -.07em; margin: 22px 0 15px; color: var(--cream); font-weight: 700; text-shadow: 0 4px 35px rgba(255, 204, 111, .12); }
.hero-subtitle { margin: 0; font-size: 21px; color: var(--gold); letter-spacing: .08em; }
.hero-description { max-width: 480px; margin: 22px 0 0; color: var(--muted); line-height: 1.9; font-size: 14px; }
.feature-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 39px; color: #bdc9dc; font-size: 12px; }
.feature-row span { display: inline-flex; align-items: center; gap: 7px; }
.feature-icon { width: 20px; height: 20px; display: inline-grid; place-items: center; border: 1px solid rgba(242, 201, 119, .4); border-radius: 50%; color: var(--gold); font-style: normal; font-size: 11px; }
.icon-moon::after { content: "☽"; }
.icon-spark::after { content: "✦"; }
.icon-lock::after { content: "⌁"; }

.glass-card { position: relative; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(28, 52, 91, .82), rgba(11, 27, 55, .8)); box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .06); backdrop-filter: blur(18px); }
.glass-card::after { content: ""; position: absolute; inset: 1px; border-radius: inherit; pointer-events: none; border: 1px solid rgba(255, 255, 255, .025); }
.entry-panel { width: min(100%, 430px); justify-self: end; padding: 37px 36px 28px; border-radius: 28px; }
.panel-kicker { color: var(--gold); font-size: 10px; letter-spacing: .2em; }
.entry-panel h2 { font-size: 26px; letter-spacing: -.03em; margin: 13px 0 9px; }
.entry-panel p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.invite-form { margin-top: 27px; }
.field-label { display: block; margin: 0 0 8px; color: #c8d2e3; font-size: 12px; }
.input-wrap { display: flex; align-items: center; gap: 10px; border: 1px solid rgba(180, 204, 235, .2); border-radius: 14px; background: rgba(6, 18, 40, .45); padding: 0 14px; transition: border-color .2s, box-shadow .2s; }
.input-wrap:focus-within { border-color: var(--gold-2); box-shadow: 0 0 0 4px rgba(241, 193, 96, .09); }
.input-symbol { color: var(--gold); }
.input-wrap input, .plain-input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--cream); }
.input-wrap input { height: 52px; font-size: 15px; letter-spacing: .12em; text-transform: uppercase; }
input::placeholder, textarea::placeholder { color: #60759b; letter-spacing: 0; }
.primary-button, .secondary-button, .ghost-button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 14px; min-height: 50px; color: #27180d; font-weight: 700; transition: transform .18s, box-shadow .18s, filter .18s; }
.primary-button { background: linear-gradient(100deg, #f2cf8b, #e7ad5d); box-shadow: 0 12px 28px rgba(227, 164, 74, .21); }
.primary-button:hover { transform: translateY(-2px); filter: brightness(1.07); box-shadow: 0 15px 32px rgba(227, 164, 74, .31); }
.primary-button b, .secondary-button b { font-size: 18px; font-weight: 500; }
.primary-button.full { width: 100%; margin-top: 18px; }
.secondary-button { min-height: 41px; padding: 0 18px; color: #26170d; background: linear-gradient(100deg, #f2cf8b, #e7ad5d); font-size: 12px; }
.ghost-button { min-height: 34px; padding: 0 13px; color: var(--muted); background: rgba(255, 255, 255, .035); border: 1px solid var(--line); font-size: 12px; }
.ghost-button:hover { color: var(--cream); border-color: var(--line-gold); }
.form-message { min-height: 19px; margin-top: 10px; color: var(--coral); font-size: 12px; line-height: 1.5; }
.form-message.success { color: var(--jade); }
.entry-note { display: flex; align-items: center; gap: 7px; margin-top: 16px; padding-top: 17px; border-top: 1px solid rgba(186, 209, 242, .1); color: var(--muted-2); font-size: 11px; line-height: 1.5; }
.mini-lock { color: var(--gold); font-size: 17px; }

.member-view { padding: 25px 0 40px; }
.member-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; margin-bottom: 27px; }
.member-head h1 { margin: 12px 0 5px; font-size: clamp(34px, 5vw, 54px); letter-spacing: -.06em; }
.member-head h1 em { font-style: normal; color: var(--gold); }
.member-head p { margin: 0; color: var(--muted); font-size: 13px; }
.status-strip { display: grid; grid-template-columns: 1fr 1px 1fr 1px 1.25fr; align-items: center; padding: 17px 23px; border-radius: 18px; }
.status-item { display: flex; align-items: center; gap: 11px; min-width: 0; }
.status-item small { display: block; color: var(--muted-2); font-size: 10px; margin-bottom: 4px; }
.status-item strong { color: var(--cream); font-size: 14px; }
.status-icon { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; color: var(--gold); background: rgba(249, 205, 117, .1); font-size: 18px; }
.status-divider { height: 30px; background: rgba(193, 216, 248, .12); }
.member-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; margin-top: 20px; }
.draw-card, .prize-card { border-radius: 23px; min-height: 350px; overflow: hidden; }
.draw-card { padding: 26px 29px 24px; background: linear-gradient(145deg, rgba(40, 66, 111, .88), rgba(11, 28, 58, .9)); }
.card-topline, .card-heading { display: flex; justify-content: space-between; align-items: center; }
.live-badge { display: inline-flex; align-items: center; gap: 6px; color: var(--jade); font-size: 10px; letter-spacing: .13em; }
.live-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--jade); box-shadow: 0 0 10px var(--jade); }
.card-date { color: #869bbf; font-size: 10px; letter-spacing: .1em; }
.draw-card-title { display: flex; align-items: center; justify-content: space-between; margin-top: 27px; }
.draw-card h2 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.draw-card-orbit { width: 40px; height: 40px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(242, 202, 124, .33); border-radius: 50%; box-shadow: inset 0 0 20px rgba(242, 202, 124, .09); }
.countdown { display: flex; align-items: center; gap: 10px; margin: 26px 0 15px; }
.countdown > div { min-width: 70px; padding: 13px 8px 10px; text-align: center; border: 1px solid rgba(193, 217, 249, .15); border-radius: 13px; background: rgba(7, 20, 44, .35); }
.countdown strong { display: block; font-variant-numeric: tabular-nums; color: var(--cream); font-size: 29px; line-height: 1; letter-spacing: -.06em; }
.countdown small { display: block; color: var(--muted-2); margin-top: 7px; font-size: 10px; }
.countdown > b { color: var(--gold); opacity: .8; transform: translateY(-5px); }
.draw-hint { min-height: 38px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.draw-action-row { min-height: 52px; display: flex; align-items: center; }
.draw-action-row .primary-button { padding: 0 22px; }
.locked-note { color: #8699b9; font-size: 12px; }
.locked-note span { color: var(--gold); margin-right: 5px; }
.draw-stars { display: flex; justify-content: flex-end; gap: 14px; margin-top: -4px; color: var(--gold); opacity: .48; }
.draw-stars i:nth-child(2), .draw-stars i:nth-child(4) { font-size: 8px; margin-top: 7px; }
.draw-stars i::after { content: "✦"; font-style: normal; }
.draw-stars i:nth-child(5)::after { content: "·"; font-size: 25px; }
.prize-card { padding: 26px; }
.card-heading h2 { margin: 7px 0 0; font-size: 23px; letter-spacing: -.04em; }
.heading-star { color: var(--gold); font-size: 25px; }
.prize-list { display: grid; gap: 10px; margin-top: 24px; }
.prize-row { display: flex; align-items: center; gap: 12px; padding: 12px 13px; border: 1px solid rgba(192, 214, 244, .12); border-radius: 15px; background: rgba(6, 18, 40, .27); }
.prize-icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(145deg, rgba(255, 212, 126, .22), rgba(241, 142, 101, .14)); color: var(--gold); font-size: 18px; }
.prize-row strong { display: block; font-size: 13px; color: var(--cream); }
.prize-row span { display: block; margin-top: 3px; color: var(--muted-2); font-size: 11px; }
.prize-remaining { margin-left: auto; color: var(--gold); font-size: 11px; white-space: nowrap; }
.prize-footnote { margin: 18px 0 0; color: var(--muted-2); font-size: 11px; line-height: 1.5; }
.my-result { margin-top: 20px; padding: 20px 24px; border-radius: 20px; background: linear-gradient(100deg, rgba(212, 160, 84, .18), rgba(19, 40, 78, .83)); }
.result-label { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.result-body { display: flex; align-items: center; gap: 13px; margin-top: 11px; }
.result-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold); font-size: 20px; }
.result-body p { margin: 0; color: var(--muted); font-size: 11px; }
.result-body h2 { margin: 2px 0 0; color: var(--cream); font-size: 19px; }
.result-body span { color: var(--muted-2); font-size: 11px; }
.result-body .secondary-button { margin-left: auto; }
.member-footer { display: flex; justify-content: space-between; margin-top: 19px; color: #7184a5; font-size: 10px; letter-spacing: .08em; }
.footer-code { font-variant-numeric: tabular-nums; color: #8399b9; }

.overlay { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 20px; background: rgba(3, 9, 22, .78); backdrop-filter: blur(13px); }
.central-modal, .claim-modal { width: min(500px, 100%); border-radius: 28px; padding: 30px; text-align: center; z-index: 2; }
.central-modal { overflow: hidden; background: radial-gradient(circle at 50% 0, rgba(245, 195, 112, .21), transparent 43%), linear-gradient(145deg, rgba(29, 55, 95, .97), rgba(8, 22, 48, .98)); }
.modal-close { position: absolute; right: 18px; top: 15px; border: 0; background: transparent; color: #9fb2d0; font-size: 27px; line-height: 1; }
.modal-close:hover { color: var(--cream); }
.modal-kicker { color: var(--gold); font-size: 10px; letter-spacing: .25em; }
.modal-moon { width: 104px; height: 104px; margin: 20px auto 8px; border-radius: 50%; background: radial-gradient(circle at 33% 30%, #fff0ae, #d9a94f 76%); box-shadow: 0 0 45px rgba(245, 197, 107, .42); position: relative; }
.modal-moon::before { content: ""; position: absolute; width: 28px; height: 18px; border-radius: 50%; top: 31px; left: 21px; background: rgba(162, 105, 36, .17); box-shadow: 40px 33px 0 6px rgba(162, 105, 36, .15); }
.central-modal p { margin: 17px 0 4px; color: var(--muted); font-size: 13px; }
.central-modal h2 { margin: 0; font-size: 43px; letter-spacing: -.08em; color: var(--cream); }
.central-prize { display: inline-block; margin-top: 14px; padding: 9px 20px; border: 1px solid var(--line-gold); border-radius: 999px; color: var(--gold); background: rgba(245, 190, 88, .08); }
.central-message { margin-top: 23px; color: var(--muted); font-size: 12px; }
.firework-layer { position: absolute; inset: 0; overflow: hidden; }
.firework-layer::before, .firework-layer::after { content: "✦  ·  ✧  ·  ✦"; position: absolute; color: var(--gold); font-size: 32px; letter-spacing: 25px; animation: float-stars 2.7s ease-in-out infinite; }
.firework-layer::before { left: 11%; top: 22%; }
.firework-layer::after { right: 7%; top: 34%; color: var(--coral); font-size: 27px; animation-delay: .8s; }
@keyframes float-stars { 0%, 100% { transform: translateY(8px) scale(.85); opacity: .3; } 50% { transform: translateY(-9px) scale(1.15); opacity: .9; } }
.claim-modal { text-align: left; max-height: min(92vh, 760px); overflow: auto; }
.claim-modal h2 { margin: 10px 0 7px; font-size: 28px; }
.modal-desc { margin: 0 0 19px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.cash-claim-head { display: flex; align-items: center; gap: 12px; padding: 15px; border-radius: 15px; background: rgba(241, 126, 99, .13); border: 1px solid rgba(241, 126, 99, .29); }
.cash-symbol { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #fff3dd; background: linear-gradient(145deg, #f07a64, #b84b55); font-size: 23px; }
.cash-claim-head strong, .cash-claim-head span { display: block; }
.cash-claim-head strong { color: var(--cream); font-size: 14px; }
.cash-claim-head span { margin-top: 4px; color: #d79d94; font-size: 11px; }
.qr-box { display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 18px; margin-top: 14px; border: 1px dashed rgba(242, 200, 123, .35); border-radius: 15px; background: rgba(250, 228, 168, .05); }
.qr-box img { width: 175px; height: 175px; border-radius: 10px; background: #fffaf0; }
.qr-box span { color: var(--muted); font-size: 11px; }
.upload-box { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 17px; margin-top: 14px; border: 1px dashed rgba(185, 208, 241, .25); border-radius: 14px; color: var(--muted); cursor: pointer; text-align: center; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgba(241, 199, 117, .12); color: var(--gold); font-size: 22px; }
.upload-box strong { color: var(--cream); font-size: 12px; }
.upload-box small { color: var(--muted-2); font-size: 10px; }
.claim-panel .primary-button { margin-top: 15px; }
.delivery-tabs { display: flex; padding: 4px; margin-bottom: 18px; border-radius: 12px; background: rgba(4, 15, 34, .54); }
.delivery-tab { flex: 1; min-height: 36px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); font-size: 12px; }
.delivery-tab.active { color: #2d1b0d; background: var(--gold); font-weight: 700; }
.plain-input { min-height: 46px; padding: 12px 13px; border: 1px solid rgba(184, 209, 245, .18); border-radius: 12px; background: rgba(5, 17, 38, .45); font-size: 13px; }
.plain-input:focus { border-color: var(--gold-2); outline: 0; box-shadow: 0 0 0 4px rgba(241, 193, 96, .08); }
.textarea { resize: vertical; min-height: 88px; }
.claim-panel > .field-label:not(:first-child) { margin-top: 13px; }

.toast { position: fixed; left: 50%; bottom: 28px; z-index: 50; transform: translate(-50%, 20px); padding: 11px 17px; border: 1px solid rgba(245, 204, 123, .25); border-radius: 999px; color: var(--cream); background: rgba(16, 34, 67, .95); box-shadow: 0 15px 40px rgba(0,0,0,.32); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; font-size: 12px; white-space: nowrap; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 880px) {
  .wrap { width: min(100% - 32px, 640px); }
  .topbar { padding-top: 17px; }
  .festival-pill { display: none; }
  .main-content { padding-top: 35px; }
  .welcome-view { display: block; min-height: 0; }
  .welcome-copy { padding: 26px 0 29px; }
  .welcome-copy h1 { font-size: clamp(56px, 15vw, 90px); }
  .hero-description { max-width: 570px; }
  .entry-panel { width: 100%; justify-self: auto; }
  .member-grid { grid-template-columns: 1fr; }
  .member-view { padding-top: 17px; }
}

@media (max-width: 560px) {
  .wrap { width: calc(100% - 28px); }
  .topbar { align-items: flex-start; }
  .admin-link { font-size: 11px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 9px; }
  .main-content { padding-bottom: 24px; }
  .welcome-copy { padding-top: 23px; }
  .welcome-copy h1 { margin-top: 16px; font-size: 61px; }
  .hero-subtitle { font-size: 16px; }
  .hero-description { margin-top: 15px; font-size: 13px; line-height: 1.75; }
  .feature-row { gap: 9px 15px; margin-top: 25px; font-size: 10px; }
  .feature-icon { width: 17px; height: 17px; }
  .entry-panel { padding: 27px 21px 22px; border-radius: 22px; }
  .entry-panel h2 { font-size: 22px; }
  .member-head { align-items: flex-start; margin-bottom: 19px; }
  .member-head h1 { font-size: 35px; }
  .member-head p { font-size: 12px; }
  .ghost-button { flex: 0 0 auto; }
  .status-strip { grid-template-columns: 1fr; gap: 11px; padding: 14px 15px; }
  .status-divider { width: 100%; height: 1px; }
  .status-item strong { font-size: 13px; }
  .draw-card, .prize-card { padding: 21px 18px; border-radius: 19px; min-height: 0; }
  .draw-card h2 { font-size: 22px; }
  .card-date { font-size: 8px; }
  .countdown { gap: 5px; justify-content: space-between; }
  .countdown > div { min-width: 0; flex: 1; padding: 12px 4px 9px; }
  .countdown strong { font-size: 24px; }
  .countdown > b { font-size: 11px; }
  .result-body { align-items: flex-start; flex-wrap: wrap; }
  .result-body .secondary-button { width: 100%; margin: 3px 0 0 55px; }
  .member-footer { gap: 8px; font-size: 9px; line-height: 1.5; }
  .central-modal, .claim-modal { padding: 25px 19px; border-radius: 22px; }
  .central-modal h2 { font-size: 37px; }
  .claim-modal h2 { font-size: 24px; }
  .moon-main { width: 220px; height: 220px; top: 88px; right: -38px; opacity: .74; }
  .moon-glow { right: -100px; top: 25px; }
  .horizon { bottom: 6%; }
}
