.bingo-shell.svelte-2bljqe{--bingo-card-max: min(92vw, 48vh);--bingo-gap: .375rem;--bingo-cell-size: calc((var(--bingo-card-max) - 1.5rem - 4 * var(--bingo-gap)) / 5);position:relative;z-index:10;display:flex;flex-direction:column;gap:1rem;min-height:100dvh;padding:1rem;align-items:center}.bingo-header.svelte-2bljqe{display:flex;width:100%;align-items:center;justify-content:space-between;font-size:clamp(.8rem,1.8vh,1rem);color:var(--color-muted-foreground, rgba(255, 255, 255, .7))}.bingo-header.svelte-2bljqe b:where(.svelte-2bljqe){color:var(--color-primary, #ecd086);font-weight:700}.bingo-card.svelte-2bljqe{width:var(--bingo-card-max);display:flex;flex-direction:column;gap:var(--bingo-gap);padding:.75rem;background:linear-gradient(180deg,#faf5e9,#f2ead1);border-radius:1rem;box-shadow:0 8px 24px #00000059,inset 0 0 0 1px #d4c9a899}.bingo-card-headers.svelte-2bljqe,.bingo-card-grid.svelte-2bljqe{display:grid;grid-template-columns:repeat(5,var(--bingo-cell-size));gap:var(--bingo-gap)}.bingo-card-header.svelte-2bljqe{display:flex;align-items:center;justify-content:center;width:var(--bingo-cell-size);height:calc(var(--bingo-cell-size) * .55);font-size:calc(var(--bingo-cell-size) * .55);font-weight:900;font-family:Georgia,Times New Roman,serif;letter-spacing:.02em;text-shadow:0 1px 0 rgba(255,255,255,.5)}.bingo-card-waiting.svelte-2bljqe{display:flex;align-items:center;justify-content:center;height:calc(var(--bingo-cell-size) * 5 + var(--bingo-gap) * 4);color:#8b7c55;font-weight:500}.bingo-cell.svelte-2bljqe{position:relative;display:flex;align-items:center;justify-content:center;width:var(--bingo-cell-size);height:var(--bingo-cell-size);background:#fff;border:1.5px solid #d4c9a8;border-radius:.5rem;color:#1e293b;font-weight:800;font-size:calc(var(--bingo-cell-size) * .4);font-family:Arial,sans-serif;box-shadow:inset 0 -2px #0000000a;cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;transition:transform .08s ease;touch-action:manipulation}.bingo-cell.svelte-2bljqe:not(:disabled):active{transform:scale(.94)}.bingo-cell.svelte-2bljqe:disabled{cursor:default}.bingo-value.svelte-2bljqe{position:relative;z-index:1}.bingo-cell--free.svelte-2bljqe{background:radial-gradient(circle at 50% 50%,#fef3c7,#fde68a);border-color:#eab308}.bingo-free-star.svelte-2bljqe{position:absolute;font-size:calc(var(--bingo-cell-size) * .75);line-height:1;color:#eab308;opacity:.4;text-shadow:0 2px 6px rgba(234,179,8,.4)}.bingo-free-label.svelte-2bljqe{position:relative;z-index:1;font-size:calc(var(--bingo-cell-size) * .2);font-weight:900;letter-spacing:.12em;color:#78350f}.bingo-dauber.svelte-2bljqe{position:absolute;inset:8%;border-radius:9999px;background:radial-gradient(circle at 35% 30%,#ff648ceb,#ec4899e0 45%,#be185dd9);box-shadow:0 0 0 2px #be185d40,0 3px 10px #be185d73,inset 0 -6px 12px #83184380,inset 2px 2px 8px #ffc8dc99;pointer-events:none;z-index:2}.bingo-cell--marked.svelte-2bljqe .bingo-value:where(.svelte-2bljqe){color:#1e293b66}.bingo-dauber--stamp.svelte-2bljqe{animation:svelte-2bljqe-bingo-dauber-stamp .42s cubic-bezier(.22,1.5,.36,1) both}@keyframes svelte-2bljqe-bingo-dauber-stamp{0%{transform:scale(2) rotate(-14deg);opacity:0}30%{opacity:1}65%{transform:scale(.8) rotate(3deg)}to{transform:scale(1) rotate(0);opacity:1}}.bingo-claim-button.svelte-2bljqe{width:var(--bingo-card-max);height:clamp(3.5rem,9vh,5rem);border:none;border-radius:1rem;font-size:clamp(1.5rem,4.5vh,2.25rem);font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#0a0a0a;background:linear-gradient(180deg,#fcd34d,#f59e0b);box-shadow:0 6px #b45309,0 8px 18px #00000059;cursor:pointer;transition:transform .08s ease,box-shadow .08s ease;-webkit-tap-highlight-color:transparent}.bingo-claim-button.svelte-2bljqe:not(:disabled):active{transform:translateY(4px);box-shadow:0 2px #b45309,0 3px 6px #0006}.bingo-claim-button.svelte-2bljqe:disabled{opacity:.55;cursor:not-allowed;box-shadow:0 2px #b45309}.bingo-claim-button--pending.svelte-2bljqe{animation:svelte-2bljqe-bingo-claim-pulse 1s ease-in-out infinite}@keyframes svelte-2bljqe-bingo-claim-pulse{0%,to{filter:brightness(.85)}50%{filter:brightness(1.15)}}.bingo-toast.svelte-2bljqe{position:fixed;left:50%;bottom:calc(6.5rem + var(--safe-area-bottom, 0px));transform:translate(-50%);background:#1e293b;color:#fafafa;border:2px solid #dc2626;padding:.75rem 1.25rem;border-radius:.75rem;font-weight:600;box-shadow:0 0 22px #dc262666;animation:svelte-2bljqe-bingo-toast-in .25s ease-out both;pointer-events:none;z-index:50}@keyframes svelte-2bljqe-bingo-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.bingo-dauber--stamp.svelte-2bljqe,.bingo-claim-button--pending.svelte-2bljqe,.bingo-toast.svelte-2bljqe{animation:none}.bingo-cell.svelte-2bljqe:not(:disabled):active,.bingo-claim-button.svelte-2bljqe:not(:disabled):active{transform:none}}.bingo-pwinner-shell.svelte-ts9tfz{--pw-card-max: min(88vw, 44vh);--pw-gap: .3rem;--pw-cell: calc((var(--pw-card-max) - 1rem - 4 * var(--pw-gap)) / 5);position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,4vh,2.5rem);min-height:100dvh;padding:1rem}.bingo-pwinner-waiting.svelte-ts9tfz{display:flex;align-items:center;justify-content:center;min-height:100dvh;color:var(--color-muted-foreground, rgba(255, 255, 255, .6));font-size:clamp(1rem,2.5vh,1.5rem)}.bingo-pwinner-headline.svelte-ts9tfz{display:flex;flex-direction:column;align-items:center;gap:clamp(.1rem,.5vh,.4rem);text-align:center}.bingo-pwinner-kicker.svelte-ts9tfz{font-size:clamp(.9rem,2vh,1.3rem);letter-spacing:.25em;text-transform:uppercase;color:var(--color-muted-foreground, rgba(255, 255, 255, .6))}.bingo-pwinner-title.svelte-ts9tfz{font-size:clamp(3rem,10vh,5rem);font-weight:900;color:var(--color-primary, #ecd086);line-height:1}.bingo-pwinner-title--other.svelte-ts9tfz{font-size:clamp(2rem,6vh,3rem);color:var(--color-foreground, #fafafa)}.bingo-pwinner-pattern.svelte-ts9tfz{font-size:clamp(.9rem,2vh,1.2rem);color:#ffffffa6;margin-top:.25rem}.bingo-pwinner-card.svelte-ts9tfz{width:var(--pw-card-max);padding:.5rem;background:linear-gradient(180deg,#faf5e9,#f2ead1);border-radius:.75rem;box-shadow:0 8px 24px #00000059;display:flex;flex-direction:column;gap:var(--pw-gap)}.bingo-pwinner-headers.svelte-ts9tfz,.bingo-pwinner-grid.svelte-ts9tfz{display:grid;grid-template-columns:repeat(5,var(--pw-cell));gap:var(--pw-gap)}.bingo-pwinner-header.svelte-ts9tfz{display:flex;align-items:center;justify-content:center;width:var(--pw-cell);height:calc(var(--pw-cell) * .55);font-family:Georgia,Times New Roman,serif;font-size:calc(var(--pw-cell) * .5);font-weight:900}.bingo-pwinner-cell.svelte-ts9tfz{display:flex;align-items:center;justify-content:center;width:var(--pw-cell);height:var(--pw-cell);background:#fff;border:1.5px solid #d4c9a8;border-radius:.35rem;color:#1e293b;font-weight:800;font-size:calc(var(--pw-cell) * .4)}.bingo-pwinner-cell--dim.svelte-ts9tfz{opacity:.35}.bingo-pwinner-cell--winning.svelte-ts9tfz{background:#fcd34d;border-color:#b45309;color:#1a1a1a;animation:svelte-ts9tfz-bingo-pwinner-pulse 1.6s ease-in-out infinite}.bingo-pwinner-free.svelte-ts9tfz{font-size:calc(var(--pw-cell) * .24);font-weight:900;letter-spacing:.1em;color:#78350f}@keyframes svelte-ts9tfz-bingo-pwinner-pulse{0%,to{box-shadow:0 0 10px #f59e0b8c}50%{box-shadow:0 0 22px #f59e0be6}}@media(prefers-reduced-motion:reduce){.bingo-pwinner-cell--winning.svelte-ts9tfz{animation:none}}
