:root{color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--rg-ink: #f2f2f4;--rg-bg: #101014;--rg-surface: #1c1c22;--rg-line: rgba(255, 255, 255, .14);--rg-accent: #ffffff;--rg-accent-ink: #111111}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--rg-bg);overscroll-behavior:none;touch-action:manipulation}html[data-backdrop=parent],html[data-backdrop=parent] body{background:transparent;color-scheme:normal}.rg-player{position:relative;display:grid;grid-template-areas:"main";grid-template-rows:1fr;width:100%;height:100dvh;min-height:100dvh;color:var(--rg-ink);padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.rg-shell-icon{appearance:none;border:1px solid var(--rg-line);background:#ffffff0f;color:inherit;cursor:pointer;border-radius:10px;width:34px;height:34px;font-size:.95rem;line-height:1}.rg-shell-icon:focus-visible{outline:2px solid #fff;outline-offset:2px}.rg-shell-main{container-type:size;grid-area:main;position:relative;display:grid;place-items:center;min-height:0;padding:0}.rg-stage-frame{position:relative;aspect-ratio:360 / 640;width:100%;max-width:100%;margin:0 auto}.rg-stage-frame{width:min(100%,56.25cqh)}@media(max-width:640px){html:not([data-backdrop=parent]) .rg-stage-frame:not(.rg-stage-free),html:not([data-backdrop=parent]) .rg-stage-frame:not(.rg-stage-free) [data-rg-stage]{width:100%;height:100%;max-width:none;aspect-ratio:auto}}.rg-stage-free{aspect-ratio:auto;width:min(100%,520px);height:100%}.rg-player-stage{display:grid;place-items:center;container-type:size;width:100%;height:100%;min-height:0;position:relative;z-index:1}.rg-brand-backdrop{position:absolute;inset:0;z-index:0;pointer-events:none}.rg-brand-logo{position:absolute;z-index:5;pointer-events:none;display:flex;--rg-brand-inset: 12px}.rg-brand-logo img{display:block;max-width:100%;max-height:100%;object-fit:contain}.rg-brand-logo-top-left,.rg-brand-logo-top-right,.rg-brand-logo-bottom-left,.rg-brand-logo-bottom-right{width:26%;max-width:140px;height:44px}.rg-brand-logo-top-left{top:var(--rg-brand-inset);left:var(--rg-brand-inset);justify-content:flex-start}.rg-brand-logo-top-right{top:var(--rg-brand-inset);right:var(--rg-brand-inset);justify-content:flex-end}.rg-brand-logo-bottom-left{bottom:var(--rg-brand-inset);left:var(--rg-brand-inset);justify-content:flex-start}.rg-brand-logo-bottom-right{bottom:var(--rg-brand-inset);right:var(--rg-brand-inset);justify-content:flex-end}.rg-brand-logo-center{inset:0;align-items:center;justify-content:center}.rg-brand-logo-center img{width:55%;max-height:45%}.rg-shell-result{position:absolute;z-index:10;inset:0;display:grid;place-items:center;padding:16px;background:#08080cc7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-y:auto}.rg-shell-result{padding-top:64px}.rg-shell-result-card{width:min(420px,100%);background:var(--rg-surface);border:1px solid var(--rg-line);border-radius:20px;padding:24px 22px;text-align:center;box-shadow:0 8px 32px #00000073;color:var(--rg-ink)}.rg-shell-result-kicker{margin:0;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;opacity:.65}.rg-shell-score{margin:6px 0 0;font-size:3rem;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}.rg-shell-result-line{margin:10px 0 0;font-size:1.05rem;font-weight:600}.rg-shell-prize{margin-top:16px;padding:14px;border:1px solid var(--rg-line);border-radius:14px}.rg-shell-prize-label{margin:0;font-weight:700}.rg-shell-code{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin:8px 0 0;padding:10px 12px;appearance:none;cursor:pointer;text-align:left;border:1px solid var(--rg-line);border-radius:10px;background:#ffffff0f;color:inherit}.rg-shell-code-text{flex:1 1 auto;min-width:0;font-family:ui-monospace,monospace;font-size:1.3rem;font-weight:800;letter-spacing:.08em;-webkit-user-select:all;user-select:all;overflow-wrap:break-word}.rg-shell-code-glyph{flex:none;opacity:.65}.rg-shell-code[data-state=copied]{border-color:var(--rg-accent)}.rg-shell-code[data-state=copied] .rg-shell-code-glyph{opacity:1}.rg-shell-code:focus-visible{outline:2px solid #fff;outline-offset:2px}.rg-shell-code-locked{margin:8px 0 0;font-size:.9rem;opacity:.8}.rg-shell-code-status{margin:6px 0 0;font-size:.85rem;opacity:.7}.rg-shell-result-actions{display:flex;gap:10px;margin-top:20px}.rg-shell-result-actions:empty{display:none}.rg-shell-sheet{position:absolute;inset:0;z-index:12;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;background:#08080cb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--rg-ink)}.rg-shell-sheet-panel{display:flex;flex-direction:column;min-height:0;max-height:78%;background:var(--rg-surface);border:1px solid var(--rg-line);border-bottom:none;border-radius:20px 20px 0 0;box-shadow:0 -12px 40px #00000073;padding-bottom:env(safe-area-inset-bottom);animation:rg-sheet-in .2s ease-out}.rg-shell-sheet-panel:focus-visible{outline:2px solid #fff;outline-offset:-3px}@keyframes rg-sheet-in{0%{transform:translateY(14px);opacity:0}}@media(prefers-reduced-motion:reduce){.rg-shell-sheet-panel{animation:none}}.rg-shell-sheet-grip{flex:none;width:36px;height:4px;margin:8px auto 0;border-radius:999px;background:#ffffff38}.rg-shell-sheet-head{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px 10px}.rg-shell-sheet-title{margin:0;font-size:1.05rem;font-weight:800;letter-spacing:-.01em}.rg-shell-sheet-close{appearance:none;flex:none;display:grid;place-items:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:#ffffff14;color:inherit;cursor:pointer}.rg-shell-sheet-close:hover{background:#ffffff29}.rg-shell-sheet-close:focus-visible{outline:2px solid #fff;outline-offset:2px}.rg-shell-sheet-body{min-height:0;padding:0 16px 16px;overflow-y:auto;overscroll-behavior:contain}@media(min-width:640px){.rg-shell-sheet{justify-content:center;align-items:center;padding:24px}.rg-shell-sheet-panel{width:min(420px,100%);max-height:100%;border-bottom:1px solid var(--rg-line);border-radius:20px;box-shadow:0 18px 50px #00000080}.rg-shell-sheet-grip{display:none}}.rg-shell-prize-list{margin:0;padding:0;list-style:none;display:grid;gap:6px}.rg-shell-prize-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:11px 13px;border-radius:12px;background:#ffffff0d}.rg-shell-prize-name{font-size:.95rem;font-weight:600}.rg-shell-prize-req{flex:none;font-size:.78rem;font-variant-numeric:tabular-nums;opacity:.6}.rg-shell-muted{margin:0;font-size:.9rem;opacity:.65}.rg-shell-board{margin:0;padding:0;list-style:none;display:grid;gap:6px}.rg-shell-board-row{display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:12px;padding:9px 13px 9px 10px;border-radius:12px;background:#ffffff0d;font-size:.95rem}.rg-shell-board-row[data-rank="1"]{background:#ffffff17}.rg-shell-rank{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#ffffff14;font-size:.78rem;font-weight:800;font-variant-numeric:tabular-nums}.rg-shell-board-row[data-rank="1"] .rg-shell-rank{background:#e8b923;color:#1a1405}.rg-shell-board-row[data-rank="2"] .rg-shell-rank{background:#c9ced6;color:#15181c}.rg-shell-board-row[data-rank="3"] .rg-shell-rank{background:#c1854f;color:#1a1005}.rg-shell-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rg-shell-points{font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.rg-shell-signoff{margin-top:18px;text-align:left;display:grid;gap:12px}.rg-shell-field{display:grid;gap:5px;font-size:.8rem;opacity:.95}.rg-shell-field>span{opacity:.7}.rg-shell-field small{font-size:.72rem;opacity:.5}.rg-shell-field input,.rg-shell-field select{width:100%;border:1px solid var(--rg-line);background:#ffffff0f;color:inherit;border-radius:10px;padding:10px 12px;font-size:1rem}.rg-shell-consent{display:flex;align-items:flex-start;gap:8px;font-size:.78rem;opacity:.85;line-height:1.45}.rg-shell-consent input{margin-top:3px;flex:none}.rg-shell-signoff-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.rg-shell-signoff-actions button{appearance:none;border:none;cursor:pointer;border-radius:10px;padding:10px 20px;font-weight:800;background:var(--rg-accent);color:var(--rg-accent-ink)}.rg-shell-signoff-actions button:disabled{opacity:.5}.rg-shell-legal{margin:0;font-size:.72rem;opacity:.55}.rg-shell-legal a{color:inherit}.rg-shell-saved{margin-top:18px}.rg-shell-rank-line{margin:18px 0 0;font-size:1rem;font-weight:800}.rg-shell-result-board{margin-top:18px;text-align:left}.rg-shell-board-title{margin:0 0 8px;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;opacity:.6}.rg-player-center{position:absolute;inset:0;display:grid;place-items:center}.rg-spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(255,255,255,.15);border-top-color:#fffc;animation:rg-spin .8s linear infinite}@keyframes rg-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.rg-spinner{animation-duration:2.4s}}.rg-player-error{color:#fff;font-size:1rem;padding:24px;text-align:center}.rg-player-error-detail{font-size:.8rem;opacity:.6;font-family:ui-monospace,monospace}.rg-player-card{width:min(420px,100%);background:var(--rg-surface);color:var(--rg-ink);border-radius:20px;padding:26px 22px;box-shadow:0 8px 32px #0006}.rg-lead-gate{display:flex;flex-direction:column;gap:14px}.rg-lead-field{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:600}.rg-lead-field input:not([type=checkbox]),.rg-lead-field select{border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:inherit;border-radius:10px;padding:10px 12px;font-size:1rem}.rg-lead-consent{display:flex;align-items:flex-start;gap:8px;font-size:.8rem;opacity:.85}.rg-lead-consent input{margin-top:2px}.rg-lead-error{margin:0;color:#ff8a80;font-size:.85rem}.rg-lead-actions{display:flex;gap:10px}.rg-lead-submit{flex:1;appearance:none;border:none;cursor:pointer;padding:12px 20px;border-radius:999px;font-size:1rem;font-weight:800;background:var(--rg-accent);color:var(--rg-accent-ink)}.rg-lead-submit:disabled{opacity:.6}.rg-lead-skip{appearance:none;border:1px solid rgba(255,255,255,.25);background:transparent;color:inherit;cursor:pointer;padding:12px 18px;border-radius:999px;font-size:.9rem}.rg-player-devtools{position:fixed;left:8px;bottom:8px;z-index:20;color:#9aa;font-size:.8rem;background:#000000b3;border-radius:8px;padding:6px 10px}.rg-player-devtools ol{margin:8px 0 0;padding-left:20px}.rg-controls{position:absolute;top:max(10px,env(safe-area-inset-top));z-index:7;display:flex;flex-direction:column;gap:10px}.rg-controls-right{right:max(10px,env(safe-area-inset-right))}.rg-controls-left{left:max(10px,env(safe-area-inset-left))}.rg-chrome .rg-controls{top:calc(max(10px,env(safe-area-inset-top)) + 54px)}.rg-shell-actions{position:absolute;top:max(10px,env(safe-area-inset-top));z-index:11;display:flex;gap:10px}.rg-shell-actions-right{right:max(10px,env(safe-area-inset-right))}.rg-shell-actions-left{left:max(10px,env(safe-area-inset-left))}.rg-ctl{display:grid;place-items:center;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:#0000006b;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.rg-ctl:hover{background:#00000094}.rg-ctl:focus-visible{outline:2px solid var(--rg-accent, #4f46e5);outline-offset:2px}.rg-rotate{display:none}.rg-rotate-off{display:none!important}@media(orientation:landscape)and (max-height:480px)and (pointer:coarse){.rg-rotate{position:absolute;inset:0;z-index:11;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px;text-align:center;color:var(--rg-ink);background:var(--rg-bg)}.rg-rotate-title{margin:6px 0 0;font-size:17px;font-weight:700}.rg-rotate-body{margin:0;font-size:14px;opacity:.68}}.rg-pause-veil{position:absolute;inset:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff}.rg-pause-resume{appearance:none;border:none;border-radius:999px;padding:11px 30px;font:inherit;font-weight:700;font-size:.95rem;color:var(--rg-accent-ink, #08131a);background:var(--rg-accent, #4f46e5);cursor:pointer}.rg-pause-resume:focus-visible{outline:2px solid #fff;outline-offset:3px}.rg-pause-veil p{margin:0;font-size:1.1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
