﻿.capsule-event{--capsule-ink:#173e32;--capsule-paper:#f8f5e9;--capsule-gold:#f4cc70;color:var(--capsule-ink);border-radius:24px;background:var(--capsule-paper);padding:clamp(18px,3vw,40px);overflow:hidden}.capsule-intro{text-align:center;margin-bottom:30px}.capsule-eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;color:#78613b}.capsule-intro h2{font-size:clamp(28px,4vw,48px);margin:12px 0}.capsule-intro p{line-height:1.7}.capsule-layout{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);gap:32px}.capsule-play{text-align:center;min-width:0}.capsule-machine{width:min(100%,320px);margin:0 auto 22px;filter:drop-shadow(0 14px 12px #173e3220)}.capsule-sign{position:relative;z-index:2;background:#194c3a;color:#ffde8e;padding:13px 8px;border:4px solid #ebc478;border-radius:18px;font-weight:900;font-size:12px;letter-spacing:1px}.capsule-globe{position:relative;height:240px;border:8px solid #a6c5b6;border-radius:45% 45% 18% 18%;background:linear-gradient(125deg,#fff9,#c2e5d966);margin:-5px 10px -4px;overflow:hidden;box-shadow:inset 12px 4px 0 #fff5}.capsule-ball{display:block;position:absolute;width:61px;height:61px;border-radius:50%;background:linear-gradient(#ffae83 48%,#fff5d8 49%);border:2px solid #fff9;box-shadow:inset -6px -5px 0 #0001,0 3px 4px #163b3128;left:var(--x,35%);top:var(--y,25%);transform:translate(-50%,-50%) rotate(calc(var(--i,0)*31deg))}.ball-1{background:linear-gradient(#8bbaec 48%,#f2f6e8 49%)}.ball-2{background:linear-gradient(#b2d27f 48%,#fff5d8 49%)}.ball-3{background:linear-gradient(#c1a0df 48%,#fff5d8 49%)}.capsule-base{height:152px;background:linear-gradient(120deg,#266049,#143f31);border:5px solid #e8bf6d;border-radius:16px 16px 30px 30px;position:relative;display:flex;justify-content:space-evenly;align-items:center}.capsule-handle{height:76px;width:76px;background:linear-gradient(120deg,#ffebb0,#c99b40);color:#315142;border:6px solid #e6bf72;border-radius:50%;font-size:40px;display:grid;place-items:center}.capsule-hatch{width:110px;height:72px;background:#10281f;border:5px solid #608974;border-radius:25px 25px 10px 10px;position:relative;overflow:hidden}.capsule-hatch .capsule-ball{display:none;left:50%;top:50%;width:47px;height:47px}.capsule-hatch .is-prize{display:block}.capsule-ticket-count{display:flex;flex-direction:column;gap:6px}.capsule-ticket-count strong{font-size:40px}.capsule-ticket-count small{font-size:18px}.capsule-draw{margin:20px 0 0;width:min(100%,320px);min-height:52px!important;font-size:17px!important}.capsule-result{min-height:125px;padding:18px 0}.capsule-result h3{font-size:28px;margin:10px 0}.capsule-result p{line-height:1.6}.capsule-info{min-width:0}.capsule-info .panel{background:#ffffffa0;border:1px solid #174a3526;padding:22px;border-radius:18px;margin-bottom:16px;color:inherit}.capsule-info h3{margin:0 0 18px}.capsule-info table{width:100%;border-collapse:collapse}.capsule-info th,.capsule-info td{text-align:left;padding:12px 5px;border-bottom:1px solid #174a3520;color:inherit}.capsule-info th:last-child,.capsule-info td:last-child{text-align:right;font-weight:800}.capsule-info li{line-height:1.8;margin:8px 0}.capsule-info ol{padding-left:22px}.capsule-info a{color:inherit;text-decoration:underline}.capsule-info .help{font-size:13px;color:inherit;opacity:.8;line-height:1.6}.capsule-history{list-style:none;padding:0;max-height:280px;overflow:auto}.capsule-history li{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px}.capsule-history time{font-size:12px}.capsule-credit{opacity:.75}.capsule-event .effects-controls{justify-content:center;flex-wrap:wrap}.is-spinning .capsule-globe .capsule-ball{animation:capsule-jumble .45s ease-in-out infinite alternate;animation-delay:calc(var(--i)*-70ms)}.is-spinning .capsule-handle{animation:capsule-turn .9s linear infinite}@keyframes capsule-jumble{to{transform:translate(-50%,-90%) rotate(calc(var(--i)*31deg + 180deg))}}@keyframes capsule-turn{to{transform:rotate(360deg)}}
[data-site-theme="dark"] .capsule-event{--capsule-ink:#e6f3eb;--capsule-paper:#182e25}[data-site-theme="dark"] .capsule-eyebrow{color:#f4cc70}[data-site-theme="dark"] .capsule-info .panel{background:#213c30;border-color:#446151}[data-site-theme="dark"] .capsule-info th,[data-site-theme="dark"] .capsule-info td{border-color:#446151}[data-site-theme="dark"] .capsule-event h2,[data-site-theme="dark"] .capsule-event h3,[data-site-theme="dark"] .capsule-event strong{color:#edf7e9}@media(max-width:760px){.capsule-layout{grid-template-columns:minmax(0,1fr)}.capsule-intro p{font-size:14px}.capsule-machine{width:270px}.capsule-globe{height:210px}.capsule-info .panel{padding:18px}.capsule-event{padding:18px 12px}}@media(prefers-reduced-motion:reduce){.capsule-event *{animation:none!important;transition:none!important}}


/* Stable layered pile; scale capsules with the glass on narrow screens. */
.capsule-globe .capsule-ball{width:22%;height:auto;aspect-ratio:1;box-sizing:border-box}
