.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}}.dgs-player--hard-stop .dgs-player__frame{position:relative}.dgs-player__cover{pointer-events:auto;z-index:40;background:#000000a6;position:absolute;inset:0}.dgs-cta--hard-stop .dgs-cta__backdrop{background:#000000c7}.dgs-cta--hard-stop .dgs-cta__card{border:2px solid #16a34a;box-shadow:0 24px 80px #0009,0 0 0 4px #16a34a26}.fg-breadcrumbs{color:#94a3b8;margin-bottom:.75rem;font-size:.85rem}.fg-breadcrumbs ol{flex-wrap:wrap;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.fg-breadcrumbs a{color:#00a3ff;text-decoration:none}.fg-breadcrumbs a:hover{text-decoration:underline}.fg-tier1,.fg-tier2{color:#e2e8f0;max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fg-tier1__header,.fg-tier2__header{margin-bottom:1.5rem}.fg-tier1__title,.fg-tier2__title{margin:0 0 .4rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.15}.fg-tier1__sub,.fg-tier2__sub{color:#94a3b8;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;font-size:.95rem;display:flex}.fg-tier1__studio,.fg-tier2__studio{color:#e2e8f0;font-weight:600}.fg-tier1__pill,.fg-tier2__pill{color:#cbd5e1;text-transform:uppercase;letter-spacing:.04em;background:#1e293b;border:1px solid #334155;border-radius:999px;padding:.15rem .55rem;font-size:.75rem;font-weight:600}.fg-tier1__pill--age,.fg-tier2__pill--age{color:#fecaca;background:#7f1d1d;border-color:#991b1b}.fg-tier1__demo,.fg-tier2__demo{border-radius:12px;margin-bottom:2rem;overflow:hidden}.fg-tier1__body,.fg-tier2__body{color:#cbd5e1;margin-bottom:2rem;font-size:1rem;line-height:1.6}.fg-tier1__intro,.fg-tier2__intro{color:#e2e8f0;margin:0 0 1.5rem;font-size:1.05rem}.fg-tier1__block,.fg-tier2__block{margin-bottom:1.5rem}.fg-tier1__block h2,.fg-tier2__block h2{color:#e2e8f0;margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.fg-tier1__ctas{background:#0f1629;border:1px solid #1e2a45;border-radius:14px;margin-bottom:2rem;padding:1.25rem}.fg-tier1__ctas-title{color:#e2e8f0;margin:0 0 1rem;font-size:1.1rem;font-weight:700}.fg-tier1__cta-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.fg-tier1__cta-item{background:#0a0f1c;border:1px solid #1e2a45;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.fg-tier1__cta-meta{flex-direction:column;flex:280px;gap:.2rem;display:flex}.fg-tier1__cta-meta strong{color:#e2e8f0;font-size:1rem}.fg-tier1__cta-meta span{color:#94a3b8;font-size:.85rem;line-height:1.4}.fg-tier1__cta-button{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border-radius:8px;padding:.7rem 1.1rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .12s;display:inline-block}.fg-tier1__cta-button:hover{transform:translateY(-1px)}.fg-tier1__ctas-note{color:#94a3b8;margin:1rem 0 0;font-size:.85rem}.fg-tier2__cta{background:#0f1629;border:1px solid #1e2a45;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 0 2rem;padding:1.25rem;display:flex}.fg-tier2__cta-meta{flex-direction:column;flex:280px;gap:.2rem;display:flex}.fg-tier2__cta-meta strong{color:#e2e8f0;font-size:1.05rem}.fg-tier2__cta-meta span{color:#94a3b8;font-size:.9rem;line-height:1.45}.fg-tier2__cta-button{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border-radius:10px;padding:.85rem 1.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .12s;display:inline-block}.fg-tier2__cta-button:hover{transform:translateY(-1px)}.fg-tier1__faq,.fg-tier2__faq{margin-bottom:2rem}.fg-tier1__faq h2,.fg-tier2__faq h2{color:#e2e8f0;margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.fg-tier1__faq-list,.fg-tier2__faq-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.fg-tier1__faq-item details,.fg-tier2__faq-item details{background:#0f1629;border:1px solid #1e2a45;border-radius:10px;padding:.6rem .85rem}.fg-tier1__faq-item summary,.fg-tier2__faq-item summary{cursor:pointer;color:#e2e8f0;font-weight:600}.fg-tier1__faq-item p,.fg-tier2__faq-item p{color:#cbd5e1;margin:.5rem 0 0;font-size:.95rem;line-height:1.55}.fg-tier1__related,.fg-tier2__related{margin-bottom:2rem}.fg-tier1__related h2,.fg-tier2__related h2{color:#e2e8f0;margin:0 0 .75rem;font-size:1.05rem}.fg-tier1__related-grid,.fg-tier2__related-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.fg-tier1__related-grid a,.fg-tier2__related-grid a{background:#0f1629;border:1px solid #1e2a45;border-radius:8px;padding:.7rem;text-decoration:none;transition:border-color .12s;display:block}.fg-tier1__related-grid a:hover,.fg-tier2__related-grid a:hover{border-color:#00a3ff}.fg-tier1__related-name,.fg-tier2__related-name{color:#e2e8f0;font-size:.95rem;font-weight:600;display:block}.fg-tier1__related-studio,.fg-tier2__related-studio{color:#94a3b8;margin-top:.15rem;font-size:.75rem;display:block}.fg-tier1__footer,.fg-tier2__footer{color:#64748b;border-top:1px solid #1e2a45;padding-top:1rem;font-size:.75rem}.fg-provider-hub{color:#e2e8f0;max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fg-provider-hub__title{margin:0 0 .5rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.fg-provider-hub__intro{color:#cbd5e1;max-width:70ch;margin:0 0 1.5rem;font-size:1rem;line-height:1.55}.fg-provider-hub__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.fg-provider-hub__card-link{background:#0f1629;border:1px solid #1e2a45;border-radius:10px;flex-direction:column;gap:.25rem;padding:.85rem .95rem;text-decoration:none;transition:border-color .12s;display:flex;position:relative}.fg-provider-hub__card-link:hover{border-color:#00a3ff}.fg-provider-hub__card-name{color:#e2e8f0;font-size:.95rem;font-weight:600}.fg-provider-hub__card-studio{color:#94a3b8;font-size:.75rem}.fg-provider-hub__card-score{color:#475569;background:#0a0f1c;border-radius:999px;padding:0 .4rem;font-size:.65rem;position:absolute;top:.4rem;right:.5rem}.fg-provider-hub__footer{color:#64748b;border-top:1px solid #1e2a45;margin-top:2rem;padding-top:1rem;font-size:.75rem}.dgs-meta{color:#e2e8f0;background:#0f1629;border:1px solid #1e2a45;border-radius:16px;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;padding:1.5rem;display:grid}@media (min-width:768px){.dgs-meta{grid-template-columns:1fr 1.2fr}}.dgs-meta__heading{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin:0 0 .75rem;font-size:1rem;font-weight:700}.dgs-meta__sub{color:#f1f5f9;margin:1rem 0 .4rem;font-size:.95rem;font-weight:700}.dgs-meta__sub:first-child{margin-top:0}.dgs-meta__copy p{color:#cbd5e1;margin:0 0 .75rem;font-size:.92rem;line-height:1.55}.dgs-meta__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;display:grid}.dgs-meta__stat{background:#0a0f1c;border:1px solid #1e2a45;border-radius:10px;padding:.6rem .75rem}.dgs-meta__stat-label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 .2rem;font-size:.7rem}.dgs-meta__stat-value{color:#f1f5f9;margin:0;font-size:.95rem;font-weight:700}.dgs-meta__chip{color:#93c5fd;text-transform:uppercase;letter-spacing:.05em;background:#1e3a5f;border-radius:999px;margin-top:.85rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}
