.fg-game{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:40rem;margin:0 auto;padding:1.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-shadow:0 1px 3px #0000000a}.fg-hud{border-bottom:1px solid #f3f4f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.fg-hud>div{align-items:center;gap:.5rem;display:flex}.fg-hud strong{color:#111827;font-size:1.5rem;font-weight:700}.fg-label{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;font-size:.75rem;font-weight:600}.fg-hud label{color:#374151;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.fg-hud input[type=number]{color:#111827;text-align:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:5rem;padding:.375rem .5rem;font-size:1rem;font-weight:600}.fg-hud input[type=number]:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.fg-hud button{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:6px;padding:.5rem .875rem;font-size:.875rem;font-weight:600;transition:background .15s}.fg-hud button:hover{background:#4b5563}.fg-board{flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;display:flex}.fg-reels{justify-content:center;gap:.75rem;display:flex}.fg-reel{background:linear-gradient(#fafafa 0%,#f3f4f6 100%);border:2px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;font-size:2.5rem;line-height:1;display:flex;box-shadow:inset 0 2px 4px #0000000a}.fg-reel.spinning{border-color:#fbbf24;animation:.1s linear infinite fg-reel-spin}@keyframes fg-reel-spin{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.fg-dice{justify-content:center;gap:1rem;margin-bottom:.5rem;display:flex}.fg-die{background:#fff;border:2px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;font-size:3rem;line-height:1;display:flex;box-shadow:0 2px 4px #0000000d}.fg-choice{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.fg-choice button{color:#374151;cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:8px;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s}.fg-choice button:hover{color:#4f46e5;border-color:#6366f1}.fg-choice button.selected,.fg-choice button[aria-pressed=true]{color:#fff;background:#4f46e5;border-color:#4f46e5}.fg-card{color:#111827;background:#fff;border:2px solid #d1d5db;border-radius:10px;justify-content:center;align-items:center;width:5rem;height:7rem;font-size:2rem;font-weight:700;display:flex;box-shadow:0 2px 6px #00000014}.fg-card--red{color:#dc2626}.fg-boxes{grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:24rem;margin:0 auto;display:grid}.fg-box{color:#fff;cursor:pointer;background:linear-gradient(#6366f1 0%,#4f46e5 100%);border:none;border-radius:10px;justify-content:center;align-items:center;height:5rem;font-size:1.5rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 6px #4f46e54d}.fg-box:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 10px #4f46e566}.fg-box:disabled{cursor:default;opacity:.7}.fg-box.revealed{color:#111827;background:#f3f4f6}.fg-board>button,.fg-action{color:#fff;cursor:pointer;letter-spacing:.02em;background:linear-gradient(#4f46e5 0%,#4338ca 100%);border:none;border-radius:10px;min-width:10rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 10px #4338ca40}.fg-board>button:hover:not(:disabled),.fg-action:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 14px #4338ca4d}.fg-board>button:disabled,.fg-action:disabled{opacity:.6;cursor:not-allowed;transform:none}.fg-result{text-align:center;border-radius:8px;margin-top:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600}.fg-result--win{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}.fg-result--lose{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.fg-result--push{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.fg-cta-inline{border-top:1px dashed #e5e7eb;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.625rem;margin-top:1.25rem;padding-top:1rem;display:grid}.fg-cta{color:#fff;background:linear-gradient(#f59e0b 0%,#d97706 100%);border-radius:8px;padding:.75rem 1rem;font-size:.875rem;line-height:1.35;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block;box-shadow:0 2px 6px #d9770640}.fg-cta:hover{transform:translateY(-1px);box-shadow:0 4px 10px #d9770659}.fg-cta strong{margin-bottom:.125rem;font-size:.9375rem;font-weight:700;display:block}.fg-cta span{opacity:.9;font-size:.75rem;display:block}.fg-disclaimer{color:#6b7280;text-align:center;border-top:1px solid #f3f4f6;margin-top:1rem;padding-top:.75rem;font-size:.75rem;line-height:1.5}@media (prefers-color-scheme:dark){.fg-game[data-theme=auto]{color:#f3f4f6;background:#111827;border-color:#1f2937}.fg-game[data-theme=auto] .fg-hud strong{color:#f3f4f6}.fg-game[data-theme=auto] .fg-reel{color:#f9fafb;background:linear-gradient(#1f2937 0%,#111827 100%);border-color:#374151}.fg-game[data-theme=auto] .fg-hud input[type=number]{color:#f9fafb;background:#1f2937;border-color:#374151}}
