.lottery-dialog { width: min(850px, calc(100vw - 28px)); max-height: calc(100dvh - 30px); box-sizing: border-box; overflow: auto; padding: 24px; border: 1px solid #b99a61; border-radius: 12px; color: #f1dfbd; background: radial-gradient(ellipse at top, #3e274d, #171019 70%); box-shadow: 0 15px 100px #000d; font-family: "Noto Serif TC", serif; }
.lottery-dialog::backdrop { background: #08050bdd; }
.lottery-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lottery-dialog h2 { margin: 4px 0; font-size: 25px; letter-spacing: 3px; }
.lottery-dialog small { color: #d4b77c; letter-spacing: 1px; }
.lottery-dialog button { min-height: 44px; padding: 10px 20px; border: 1px solid #b99a61; border-radius: 5px; background: #453048; color: #f7dfaf; cursor: pointer; }
.lottery-dialog button:disabled { opacity: .5; cursor: default; }
.lottery-dialog button:focus-visible { outline: 2px solid #ffdf97; outline-offset: 3px; }
.lottery-rules { color: #c9bad0; font-size: 12px; line-height: 1.8; }
.lottery-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; align-items: center; }
.lottery-stage { position: relative; padding: 12px 0; overflow: hidden; min-width: 0; }
.lottery-stage canvas { display: block; width: 100%; height: auto; filter: drop-shadow(0 8px 16px #0009); }
.lottery-pointer { position: absolute; z-index: 2; top: -3px; left: 50%; transform: translateX(-50%); font-size: 32px; color: #ffe5a4; text-shadow: 0 2px 3px #000; }
.lottery-hub { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; border: 3px solid #ddbc77; background: #3d263c; font-size: 30px; color: #ffe0a0; box-shadow: 0 2px 12px #000b; }
.lottery-prizes { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.lottery-prizes li { display: grid; grid-template-columns: 30px 1fr auto; gap: 8px; align-items: center; padding: 4px 7px; border: 1px solid #b99a6126; border-radius: 4px; font-size: 12px; background: #ffffff05; }
.lottery-prizes .winner { background: #705022; border-color: #ffe3a0; box-shadow: 0 0 14px #ffc85766; }
.lottery-item-icon { position: relative; display: block; width: 28px; height: 28px; overflow: hidden; }
.lottery-item-icon svg { width: 100%; height: 100%; }
.lottery-eligibility { margin-top: 15px; text-align: center; color: #d8b979; }
.lottery-result { min-height: 24px; text-align: center; font-size: 14px; }
.lottery-dialog [data-spin] { display: block; margin: 0 auto; min-width: 220px; background: linear-gradient(#8f6534, #594020); font-size: 17px; }
@media (max-width: 620px) { .lottery-dialog { padding: 16px; } .lottery-layout { grid-template-columns: 1fr; gap: 12px; } .lottery-stage { width: min(100%, 320px); margin: auto; } .lottery-prizes { grid-template-columns: 1fr 1fr; gap: 4px; } .lottery-prizes li { grid-template-columns: 1fr auto; } .lottery-item-icon { display: none; } }
