.fg-game{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#111827;max-width:40rem;margin:0 auto;padding:1.25rem;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.fg-hud{gap:1rem;justify-content:space-between;flex-wrap:wrap;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #f3f4f6}.fg-hud,.fg-hud>div{display:flex;align-items:center}.fg-hud>div{gap:.5rem}.fg-hud strong{font-size:1.5rem;font-weight:700;color:#111827}.fg-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.fg-hud label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}.fg-hud input[type=number]{width:5rem;padding:.375rem .5rem;font-size:1rem;font-weight:600;border:1px solid #d1d5db;border-radius:6px;background:#ffffff;color:#111827;text-align:center}.fg-hud input[type=number]:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.fg-hud button{padding:.5rem .875rem;font-size:.875rem;font-weight:600;color:#ffffff;background:#6b7280;border:none;border-radius:6px;cursor:pointer;transition:background .15s ease}.fg-hud button:hover{background:#4b5563}.fg-board{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0}.fg-reels{gap:.75rem}.fg-reel,.fg-reels{display:flex;justify-content:center}.fg-reel{align-items:center;width:4.5rem;height:4.5rem;font-size:2.5rem;line-height:1;background:linear-gradient(180deg,#fafafa,#f3f4f6);border:2px solid #e5e7eb;border-radius:10px;box-shadow:inset 0 2px 4px rgba(0,0,0,.04)}.fg-reel.spinning{animation:fg-reel-spin .1s linear infinite;border-color:#fbbf24}@keyframes fg-reel-spin{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.fg-cards,.fg-dice{gap:1rem;margin-bottom:.5rem}.fg-cards,.fg-dice,.fg-die{display:flex;justify-content:center}.fg-die{align-items:center;width:4.5rem;height:4.5rem;font-size:3rem;line-height:1;background:#ffffff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.fg-choice{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.fg-choice button{padding:.625rem 1rem;font-size:.875rem;font-weight:600;color:#374151;background:#ffffff;border:2px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .15s ease}.fg-choice button:hover{border-color:#6366f1;color:#4f46e5}.fg-choice button.selected,.fg-choice button[aria-pressed=true]{background:#4f46e5;border-color:#4f46e5;color:#ffffff}.fg-card{display:flex;align-items:center;justify-content:center;width:5rem;height:7rem;font-size:2rem;font-weight:700;background:#ffffff;border:2px solid #d1d5db;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.08);color:#111827}.fg-card--red{color:#dc2626}.fg-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:24rem;margin:0 auto}.fg-box{display:flex;align-items:center;justify-content:center;height:5rem;font-size:1.5rem;font-weight:700;background:linear-gradient(180deg,#6366f1,#4f46e5);color:#ffffff;border:none;border-radius:10px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 6px rgba(79,70,229,.3)}.fg-box:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 10px rgba(79,70,229,.4)}.fg-box:disabled{cursor:default;opacity:.7}.fg-box.revealed{background:#f3f4f6;color:#111827}.fg-box--chosen{outline:3px solid #fbbf24;outline-offset:2px}.fg-action,.fg-board>button{padding:.875rem 2rem;font-size:1rem;font-weight:700;color:#ffffff;background:linear-gradient(180deg,#4f46e5,#4338ca);border:none;border-radius:10px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 10px rgba(67,56,202,.25);min-width:10rem;letter-spacing:.02em}.fg-action:hover:not(:disabled),.fg-board>button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 14px rgba(67,56,202,.3)}.fg-action:disabled,.fg-board>button:disabled{opacity:.6;cursor:not-allowed;transform:none}.fg-result{margin-top:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;text-align:center;border-radius:8px}.fg-result--win{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.fg-result--lose{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.fg-result--push{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.fg-cta-inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.625rem;margin-top:1.25rem;padding-top:1rem;border-top:1px dashed #e5e7eb}.fg-cta{display:block;padding:.75rem 1rem;background:linear-gradient(180deg,#f59e0b,#d97706);color:#ffffff;text-decoration:none;border-radius:8px;font-size:.875rem;line-height:1.35;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 6px rgba(217,119,6,.25)}.fg-cta:hover{transform:translateY(-1px);box-shadow:0 4px 10px rgba(217,119,6,.35)}.fg-cta strong{display:block;font-size:.9375rem;font-weight:700;margin-bottom:.125rem}.fg-cta span{display:block;font-size:.75rem;opacity:.9}.fg-disclaimer{margin-top:1rem;padding-top:.75rem;border-top:1px solid #f3f4f6;font-size:.75rem;line-height:1.5;color:#6b7280;text-align:center}@media (prefers-color-scheme:dark){.fg-game[data-theme=auto]{background:#111827;border-color:#1f2937;color:#f3f4f6}.fg-game[data-theme=auto] .fg-hud strong{color:#f3f4f6}.fg-game[data-theme=auto] .fg-reel{background:linear-gradient(180deg,#1f2937,#111827);border-color:#374151;color:#f9fafb}.fg-game[data-theme=auto] .fg-hud input[type=number]{background:#1f2937;border-color:#374151;color:#f9fafb}}.dgs-player{position:relative;width:100%;max-width:1100px;margin:0 auto;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.25)}.dgs-player__frame{position:relative;width:100%;height:0;background:#000 url(https://client.firstlookgames.com/img/FlatPreloaders/128x128/Preloader_3.gif) no-repeat 50%;background-size:96px 96px}.dgs-player__iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.dgs-cta{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:50}.dgs-cta__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(2px)}.dgs-cta__card{position:relative;max-width:28rem;width:calc(100% - 2rem);background:#ffffff;color:#0f172a;border-radius:14px;padding:1.75rem 1.5rem 1.25rem;box-shadow:0 20px 60px rgba(0,0,0,.45);text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;animation:dgs-cta-in .22s ease-out}@keyframes dgs-cta-in{0%{opacity:0;transform:scale(.96) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.dgs-cta__chip{display:inline-block;font-size:.72rem;letter-spacing:.08em;font-weight:700;text-transform:uppercase;color:#166534;background:#dcfce7;border-radius:999px;padding:.25rem .6rem;margin-bottom:.75rem}.dgs-cta__heading{font-size:1.35rem;line-height:1.25;margin:0 0 .5rem;font-weight:700}.dgs-cta__body{font-size:.95rem;line-height:1.45;color:#475569;margin:0 0 1.1rem}.dgs-cta__button{display:inline-block;width:100%;background:linear-gradient(135deg,#16a34a,#15803d);color:#ffffff;font-weight:700;font-size:1rem;text-decoration:none;padding:.85rem 1rem;border-radius:10px;transition:transform .12s ease,box-shadow .12s ease;box-shadow:0 6px 18px rgba(22,163,74,.35)}.dgs-cta__button:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(22,163,74,.42)}.dgs-cta__dismiss{display:block;width:100%;margin-top:.5rem;background:transparent;border:0;color:#64748b;font-size:.85rem;cursor:pointer;padding:.65rem .5rem;text-decoration:underline;text-underline-offset:2px}.dgs-cta__dismiss:hover{color:#0f172a}@media (prefers-color-scheme:dark){.dgs-cta__card[data-theme=auto]{background:#0f172a;color:#f1f5f9}.dgs-cta__card[data-theme=auto] .dgs-cta__body{color:#cbd5e1}}.dgs-player--hard-stop .dgs-player__frame{position:relative}.dgs-player__cover{position:absolute;inset:0;background:rgba(0,0,0,.65);pointer-events:auto;z-index:40}.dgs-cta--hard-stop .dgs-cta__backdrop{background:rgba(0,0,0,.78)}.dgs-cta--hard-stop .dgs-cta__card{border:2px solid #16a34a;box-shadow:0 24px 80px rgba(0,0,0,.6),0 0 0 4px rgba(22,163,74,.15)}.fg-breadcrumbs{font-size:.85rem;color:#94a3b8;margin-bottom:.75rem}.fg-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.25rem;list-style:none;padding:0;margin:0}.fg-breadcrumbs a{color:#00A3FF;text-decoration:none}.fg-breadcrumbs a:hover{text-decoration:underline}.fg-tier1,.fg-tier2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem;color:#e2e8f0}.fg-tier1__header,.fg-tier2__header{margin-bottom:1.5rem}.fg-tier1__title,.fg-tier2__title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.15;margin:0 0 .4rem}.fg-tier1__sub,.fg-tier2__sub{margin:0;color:#94a3b8;font-size:.95rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.fg-tier1__studio,.fg-tier2__studio{color:#e2e8f0;font-weight:600}.fg-tier1__pill,.fg-tier2__pill{background:#1e293b;border:1px solid #334155;color:#cbd5e1;border-radius:999px;padding:.15rem .55rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.fg-tier1__pill--age,.fg-tier2__pill--age{background:#7f1d1d;border-color:#991b1b;color:#fecaca}.fg-tier1__demo,.fg-tier2__demo{margin-bottom:2rem;border-radius:12px;overflow:hidden}.fg-tier1__body,.fg-tier2__body{font-size:1rem;line-height:1.6;color:#cbd5e1;margin-bottom:2rem}.fg-tier1__intro,.fg-tier2__intro{font-size:1.05rem;color:#e2e8f0;margin:0 0 1.5rem}.fg-tier1__block,.fg-tier2__block{margin-bottom:1.5rem}.fg-tier1__block h2,.fg-tier2__block h2{font-size:1.15rem;font-weight:700;color:#e2e8f0;margin:0 0 .5rem}.fg-tier1__ctas{background:#0f1629;border:1px solid #1e2a45;border-radius:14px;padding:1.25rem;margin-bottom:2rem}.fg-tier1__ctas-title{font-size:1.1rem;font-weight:700;margin:0 0 1rem;color:#e2e8f0}.fg-tier1__cta-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.fg-tier1__cta-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:#0a0f1c;border:1px solid #1e2a45;border-radius:10px;padding:.85rem 1rem}.fg-tier1__cta-meta{display:flex;flex-direction:column;gap:.2rem;flex:1 1 280px}.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{display:inline-block;background:linear-gradient(135deg,#16a34a,#15803d);color:#ffffff;font-weight:700;font-size:.95rem;text-decoration:none;padding:.7rem 1.1rem;border-radius:8px;transition:transform .12s ease;white-space:nowrap}.fg-tier1__cta-button:hover{transform:translateY(-1px)}.fg-tier1__ctas-note{color:#94a3b8;font-size:.85rem;margin:1rem 0 0}.fg-tier2__cta{background:#0f1629;border:1px solid #1e2a45;border-radius:14px;padding:1.25rem;margin:0 0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.fg-tier2__cta-meta{display:flex;flex-direction:column;gap:.2rem;flex:1 1 280px}.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{display:inline-block;background:linear-gradient(135deg,#16a34a,#15803d);color:#ffffff;font-weight:700;font-size:1rem;text-decoration:none;padding:.85rem 1.25rem;border-radius:10px;transition:transform .12s ease;white-space:nowrap}.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{font-size:1.15rem;font-weight:700;color:#e2e8f0;margin:0 0 .75rem}.fg-tier1__faq-list,.fg-tier2__faq-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.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{margin:.5rem 0 0;color:#cbd5e1;font-size:.95rem;line-height:1.55}.fg-tier1__related,.fg-tier2__related{margin-bottom:2rem}.fg-tier1__related h2,.fg-tier2__related h2{font-size:1.05rem;color:#e2e8f0;margin:0 0 .75rem}.fg-tier1__related-grid,.fg-tier2__related-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.fg-tier1__related-grid a,.fg-tier2__related-grid a{display:block;background:#0f1629;border:1px solid #1e2a45;border-radius:8px;padding:.7rem;text-decoration:none;transition:border-color .12s ease}.fg-tier1__related-grid a:hover,.fg-tier2__related-grid a:hover{border-color:#00A3FF}.fg-tier1__related-name,.fg-tier2__related-name{display:block;color:#e2e8f0;font-weight:600;font-size:.95rem}.fg-tier1__related-studio,.fg-tier2__related-studio{display:block;color:#94a3b8;font-size:.75rem;margin-top:.15rem}.fg-tier1__footer,.fg-tier2__footer{font-size:.75rem;color:#64748b;border-top:1px solid #1e2a45;padding-top:1rem}.fg-provider-hub{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem;color:#e2e8f0}.fg-provider-hub__title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin:0 0 .5rem}.fg-provider-hub__intro{color:#cbd5e1;font-size:1rem;line-height:1.55;margin:0 0 1.5rem;max-width:70ch}.fg-provider-hub__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem}.fg-provider-hub__card-link{display:flex;flex-direction:column;gap:.25rem;background:#0f1629;border:1px solid #1e2a45;border-radius:10px;padding:.85rem .95rem;text-decoration:none;position:relative;transition:border-color .12s ease}.fg-provider-hub__card-link:hover{border-color:#00A3FF}.fg-provider-hub__card-name{color:#e2e8f0;font-weight:600;font-size:.95rem}.fg-provider-hub__card-studio{color:#94a3b8;font-size:.75rem}.fg-provider-hub__card-score{position:absolute;top:.4rem;right:.5rem;font-size:.65rem;color:#475569;background:#0a0f1c;border-radius:999px;padding:0 .4rem}.fg-provider-hub__footer{margin-top:2rem;font-size:.75rem;color:#64748b;border-top:1px solid #1e2a45;padding-top:1rem}.dgs-meta{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem;background:#0f1629;border:1px solid #1e2a45;border-radius:16px;padding:1.5rem;color:#e2e8f0}@media (min-width:768px){.dgs-meta{grid-template-columns:1fr 1.2fr}}.dgs-meta__heading{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin:0 0 .75rem}.dgs-meta__sub{font-size:.95rem;font-weight:700;color:#f1f5f9;margin:1rem 0 .4rem}.dgs-meta__sub:first-child{margin-top:0}.dgs-meta__copy p{margin:0 0 .75rem;font-size:.92rem;line-height:1.55;color:#cbd5e1}.dgs-meta__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0}.dgs-meta__stat{background:#0a0f1c;border:1px solid #1e2a45;border-radius:10px;padding:.6rem .75rem}.dgs-meta__stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 .2rem}.dgs-meta__stat-value{font-size:.95rem;font-weight:700;color:#f1f5f9;margin:0}.dgs-meta__chip{display:inline-block;margin-top:.85rem;background:#1e3a5f;color:#93c5fd;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}