.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,.fg-cards{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-box--chosen{outline-offset:2px;outline:3px solid #fbbf24}.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}}.dgs-player{background:#000;border-radius:12px;width:100%;max-width:1100px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000040}.dgs-player__frame{background:#000 url(https://client.firstlookgames.com/img/FlatPreloaders/128x128/Preloader_3.gif) 50%/96px 96px no-repeat;width:100%;height:0;position:relative}.dgs-player__iframe{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.dgs-cta{z-index:50;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.dgs-cta__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000009e;position:absolute;inset:0}.dgs-cta__card{color:#0f172a;text-align:center;background:#fff;border-radius:14px;width:calc(100% - 2rem);max-width:28rem;padding:1.75rem 1.5rem 1.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;animation:.22s ease-out dgs-cta-in;position:relative;box-shadow:0 20px 60px #00000073}@keyframes dgs-cta-in{0%{opacity:0;transform:scale(.96)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.dgs-cta__chip{letter-spacing:.08em;text-transform:uppercase;color:#166534;background:#dcfce7;border-radius:999px;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.dgs-cta__heading{margin:0 0 .5rem;font-size:1.35rem;font-weight:700;line-height:1.25}.dgs-cta__body{color:#475569;margin:0 0 1.1rem;font-size:.95rem;line-height:1.45}.dgs-cta__button{color:#fff;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border-radius:10px;width:100%;padding:.85rem 1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .12s,box-shadow .12s;display:inline-block;box-shadow:0 6px 18px #16a34a59}.dgs-cta__button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #16a34a6b}.dgs-cta__dismiss{color:#64748b;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;width:100%;margin-top:.5rem;padding:.65rem .5rem;font-size:.85rem;text-decoration:underline;display:block}.dgs-cta__dismiss:hover{color:#0f172a}@media (prefers-color-scheme:dark){.dgs-cta__card[data-theme=auto]{color:#f1f5f9;background:#0f172a}.dgs-cta__card[data-theme=auto] .dgs-cta__body{color:#cbd5e1}}
