.raffle-names{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.raffle-names li{margin:0;padding:9px 15px;border:1px solid var(--line);border-radius:999px;background:#f1f0ec;font-size:13px;line-height:1.2}
@media(max-width:600px){.raffle-names{gap:8px}.raffle-names li{padding:8px 13px;font-size:12px}}
.raffle-entry-form input,.raffle-entry-form textarea{box-sizing:border-box!important;padding:14px 16px!important;min-height:48px!important}
.raffle-entry-form input::placeholder,.raffle-entry-form textarea::placeholder{padding:0;color:#77736d;opacity:1}
.raffle-round-results ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.raffle-round-results ul li{padding:7px 13px;border:1px solid var(--line);border-radius:999px;background:#f1f0ec;font-size:12px}
.raffle-pdf-link--top{display:inline-flex;margin:0 0 22px;padding:10px 15px;border:1px solid var(--ink);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.raffle-pdf-link[hidden]{display:none}
.raffle-round-transition ul:first-of-type li{opacity:0;animation:raffle-copy-name .55s cubic-bezier(.2,.75,.25,1) forwards;animation-delay:calc(var(--raffle-copy-index, 0) * 110ms)}.raffle-round-transition ul:first-of-type li:nth-child(1){--raffle-copy-index:0}.raffle-round-transition ul:first-of-type li:nth-child(2){--raffle-copy-index:1}.raffle-round-transition ul:first-of-type li:nth-child(3){--raffle-copy-index:2}.raffle-round-transition ul:first-of-type li:nth-child(4){--raffle-copy-index:3}.raffle-round-transition ul:first-of-type li:nth-child(5){--raffle-copy-index:4}.raffle-round-transition ul:first-of-type li:nth-child(6){--raffle-copy-index:5}.raffle-round-transition ul:first-of-type li:nth-child(7){--raffle-copy-index:6}.raffle-round-transition ul:first-of-type li:nth-child(8){--raffle-copy-index:7}.raffle-round-transition ul:first-of-type li:nth-child(9){--raffle-copy-index:8}.raffle-round-transition ul:first-of-type li:nth-child(10){--raffle-copy-index:9}
@keyframes raffle-copy-name{0%{opacity:0;transform:translateY(-10px) scale(.82) rotate(-3deg)}70%{opacity:1;transform:translateY(2px) scale(1.04) rotate(.5deg)}100%{opacity:1;transform:translateY(0) scale(1) rotate(0)}}
@media(prefers-reduced-motion:reduce){.raffle-round-transition ul:first-of-type li{animation:none;opacity:1}}
.raffle-round-transition ul:first-of-type li{animation-duration:1.15s;animation-delay:calc(var(--raffle-copy-index, 0) * 240ms)}
.raffle-round-block{transform-origin:top left}.raffle-round-block--entering li{opacity:0}.raffle-round-block--entering h3{opacity:0}.raffle-round-transition h3{animation:raffle-round-heading .8s ease-out both}.raffle-round-transition li{opacity:0;animation:raffle-copy-name 1.35s cubic-bezier(.16,.8,.24,1) forwards;animation-delay:calc(var(--raffle-copy-index, 0) * 320ms)}
@keyframes raffle-round-heading{0%{opacity:0;transform:scale(.9) rotate(-1deg)}100%{opacity:1;transform:scale(1) rotate(0)}}
@keyframes raffle-copy-name{0%{opacity:0;transform:scale(.55) rotate(-7deg)}55%{opacity:1;transform:scale(1.08) rotate(1.5deg)}100%{opacity:1;transform:scale(1) rotate(0)}}
.raffle-selection-modal[hidden]{display:none}.raffle-selection-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:24px;background:rgba(8,8,8,.58);backdrop-filter:blur(5px)}.raffle-selection-modal__panel{width:min(430px,100%);padding:38px 30px;text-align:center;background:var(--paper);border:1px solid var(--line);box-shadow:0 22px 65px rgba(0,0,0,.25)}.raffle-selection-modal__panel strong{display:block;margin:18px 0 7px;font:400 clamp(22px,4vw,30px)/1.15 Georgia,serif}.raffle-selection-modal__panel small{display:block;color:var(--muted);font-size:12px}.raffle-selection-modal__spinner{display:block;width:42px;height:42px;margin:0 auto;border:2px solid var(--line);border-top-color:var(--ink);border-radius:50%;animation:raffle-selection-spin 1.3s linear infinite}@keyframes raffle-selection-spin{to{transform:rotate(360deg)}}
.raffle-round-results ul li.raffle-winner-tag{display:inline-flex;align-items:center;gap:7px;border-color:#bf8618;background:#fbf1d4}.raffle-winner-trophy{font-size:15px;line-height:1}
.raffle-names--round li{animation:raffle-round-reveal .7s cubic-bezier(.2,.75,.25,1) both;animation-delay:calc(var(--raffle-index, 0) * 45ms)}
.raffle-names--round li:nth-child(1){--raffle-index:0}.raffle-names--round li:nth-child(2){--raffle-index:1}.raffle-names--round li:nth-child(3){--raffle-index:2}.raffle-names--round li:nth-child(4){--raffle-index:3}.raffle-names--round li:nth-child(5){--raffle-index:4}.raffle-names--round li:nth-child(6){--raffle-index:5}.raffle-names--round li:nth-child(7){--raffle-index:6}.raffle-names--round li:nth-child(8){--raffle-index:7}
@keyframes raffle-round-reveal{0%{opacity:0;transform:scale(.88) rotate(-2deg)}65%{opacity:1;transform:scale(1.03) rotate(.5deg)}100%{opacity:1;transform:scale(1) rotate(0)}}
@media(prefers-reduced-motion:reduce){.raffle-names--round li{animation:none}}
.raffle-current-round{margin:18px 0 10px!important;color:var(--ink)!important;font-size:12px!important;letter-spacing:.12em;text-transform:uppercase}.raffle-round-status{margin:18px 0 0;color:var(--muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase}
