@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@400;500;600;700&display=swap";:root{color:#182018;font-synthesis:none;text-rendering:optimizelegibility;--green:#69b51d;--green-dark:#4d8d0c;--ink:#182018;--muted:#697168;--faint:#90978e;--line:#ccd1c8;--surface:#f9faf6;background:#f2f4ee;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#f2f4ee}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}.app-shell{background:#f2f4ee;min-height:100vh;padding:0 max(24px,50vw - 520px)}.ambient{display:none}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:72px;display:flex}.brand{color:inherit;align-items:center;gap:11px;text-decoration:none;display:flex}.brand img{object-fit:contain;width:38px;height:38px;display:block}.brand-copy{flex-direction:column;gap:2px;display:flex}.brand-copy strong{letter-spacing:-.03em;font-size:14px;line-height:1}.brand-copy small{color:var(--muted);letter-spacing:.16em;font:500 8px/1 DM Mono,monospace}.nav-actions{align-items:center;gap:8px;display:flex}.network-pill,.wallet-button{border:1px solid var(--line);color:#5e665d;background:0 0;border-radius:2px;min-height:36px;padding:0 12px;font-size:11px;font-weight:600}.network-pill{justify-content:center;align-items:center;line-height:1;display:inline-flex}.network-pill i{background:var(--green);border-radius:50%;flex:0 0 6px;width:6px;height:6px;margin-right:7px;display:inline-block}.wallet-button{color:#fff;background:var(--ink);border-color:var(--ink);min-width:126px;transition:background .15s}.wallet-button:hover:not(:disabled){background:#2b342a}.wallet-button:disabled{opacity:.55}.hero{justify-content:space-between;align-items:flex-end;gap:50px;padding:60px 0 30px;display:flex}.hero h1{letter-spacing:-.06em;margin:0;font-size:clamp(40px,5vw,58px);font-weight:600;line-height:.98}.hero p{max-width:370px;color:var(--muted);margin:0 0 3px;font-size:12px;line-height:1.55}.configuration-warning{color:#74601d;background:#f8f0ce;border:1px solid #b79d49;justify-content:space-between;gap:20px;margin:0 0 14px;padding:12px 14px;font-size:11px;display:flex}.configuration-warning code{color:#56450e}.game-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.68fr);align-items:start;gap:12px;display:grid}.panel{background:var(--surface);border:1px solid var(--line)}.play-card{padding:28px}.panel-heading{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.panel-heading>div{align-items:center;gap:10px;display:flex}.panel-heading h2{letter-spacing:-.025em;margin:0;font-size:16px}.section-index{color:var(--faint);font:500 9px/1 DM Mono,monospace}.panel-subtitle{color:var(--muted);font-size:10px}.fee-badge{color:var(--green-dark);letter-spacing:.06em;padding-top:4px;font:500 9px/1 DM Mono,monospace}.coin-options{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:center;align-items:center;gap:clamp(28px,8vw,82px);min-height:210px;display:flex}.coin-choice{width:142px;min-height:176px;color:var(--muted);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:13px;padding:12px;display:flex;position:relative}.coin-choice:hover,.coin-choice.selected{color:var(--ink)}.coin{filter:drop-shadow(0 5px 6px #1820182e);background:0 0;border:0;border-radius:50%;place-items:center;width:106px;height:106px;transition:transform .15s,filter .15s;display:grid;position:relative;overflow:visible}.coin img{object-fit:contain;width:100%;height:100%;display:block}.coin-choice:hover .coin{transform:translateY(-2px)}.coin-choice.selected .coin{outline:2px solid var(--green);outline-offset:5px;filter:drop-shadow(0 6px 8px #3e73193d)}.choice-copy strong{font-size:12px;font-weight:600}.choice-copy small{display:none}.coin-choice .check{background:var(--green);color:#fff;opacity:0;border-radius:50%;place-items:center;width:19px;height:19px;font-size:10px;font-style:normal;display:grid;position:absolute;top:24px;right:14px}.coin-choice.selected .check{opacity:1}.wager-section{margin-top:22px}.label-row{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.label-row label{font-size:11px;font-weight:600}.label-row>span{color:var(--faint);font-size:9px}.wallet-total{align-items:baseline;gap:5px;display:flex}.wallet-total strong{color:var(--ink);font:500 9px/1 DM Mono,monospace}.amount-input{background:#fff;border:1px solid #bfc5bb;align-items:center;height:52px;padding:0 14px;transition:border-color .15s;display:flex}.amount-input:focus-within{border-color:var(--green-dark)}.amount-input input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font:500 18px/1 DM Mono,monospace}.amount-input strong{color:var(--green-dark);font:500 10px/1 DM Mono,monospace}.quick-amounts{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.quick-amounts button{border:1px solid var(--line);color:#687066;background:0 0;border-radius:0;padding:7px 11px;font:500 9px/1 DM Mono,monospace}.amount-divider{background:var(--line);align-self:center;width:1px;height:24px;margin:0 2px}.quick-amounts button:hover:not(:disabled){border-color:var(--green-dark);color:var(--green-dark)}.quick-amounts button:disabled{cursor:not-allowed;opacity:.42}.payout-row{color:var(--muted);justify-content:space-between;align-items:center;margin:20px 0 12px;font-size:10px;display:flex}.payout-row strong{color:var(--ink);font:500 13px/1 DM Mono,monospace}.liquidity-warning{color:#725b20;background:#f8f0d4;border-left:2px solid #c39116;flex-direction:column;gap:4px;margin:-2px 0 12px;padding:10px 12px;display:flex}.liquidity-warning strong{font-size:10px}.liquidity-warning span{font-size:9px;line-height:1.45}.flip-button{background:var(--green);color:#12200a;border:0;border-radius:0;justify-content:space-between;align-items:center;width:100%;min-height:50px;padding:0 16px;font-size:12px;font-weight:700;transition:background .15s;display:flex}.flip-button:hover:not(:disabled){background:#7cc92c}.flip-button:disabled{opacity:.4}.flip-button b{font-size:16px}.terms{text-align:center;color:var(--faint);margin:10px 0 0;font-size:8px}.right-column{flex-direction:column;gap:12px;display:flex}.stats-card{padding:21px}.stats-card .panel-heading{margin-bottom:15px}.poll-dot{background:var(--green);border-radius:50%;width:7px;height:7px}.stat{border-top:1px solid var(--line);justify-content:space-between;align-items:baseline;padding:15px 0;display:flex}.stat span{color:var(--muted);font-size:10px}.stat strong{font:500 13px/1 DM Mono,monospace}.stat small{color:var(--faint);font-size:8px}.updated{border-top:1px solid var(--line);color:var(--faint);padding-top:12px;font-size:8px}.updated i{background:var(--green);border-radius:50%;width:5px;height:5px;margin-right:6px;display:inline-block}.rules-card{padding:21px}.rules-card h3{margin:0 0 14px;font-size:12px}.rules-card dl{margin:0 0 17px}.rules-card dl div{border-top:1px solid var(--line);justify-content:space-between;padding:10px 0;display:flex}.rules-card dt{color:var(--muted);font-size:9px}.rules-card dd{margin:0;font:500 9px/1 DM Mono,monospace}.rules-card a{color:var(--green-dark);font-size:9px;font-weight:600;text-decoration:none}.rules-card a:hover{text-decoration:underline}.notice{z-index:20;background:#fff;border:1px solid #afb6ac;align-items:center;gap:10px;max-width:410px;padding:12px 13px;font-size:11px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 35px #18201824}.notice>span{width:20px;height:20px;color:var(--green-dark);background:#e4f4d3;border-radius:50%;place-items:center;display:grid}.notice.error>span{color:#bd4738;background:#ffe7e3}.notice button{color:var(--faint);background:0 0;border:0;margin-left:auto;font-size:18px}.history-section{padding:54px 0 32px}.history-heading{justify-content:space-between;align-items:flex-end;margin-bottom:12px;display:flex}.history-heading h2{letter-spacing:-.035em;margin:0;font-size:18px}.history-heading p{color:var(--muted);margin:4px 0 0;font-size:9px}.history-heading>span{color:var(--muted);font:500 9px/1 DM Mono,monospace}.history-list{overflow:hidden}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:42px 20px;display:flex}.empty-state>span{color:var(--green);margin-bottom:10px;font-size:23px}.empty-state strong{font-size:11px}.empty-state p{color:var(--muted);margin:6px 0 0;font-size:9px}.game-row{border-bottom:1px solid var(--line);grid-template-columns:40px minmax(140px,1.5fr) 1fr 120px minmax(105px,auto) 20px;align-items:center;gap:14px;padding:13px 16px;display:grid}.game-row:last-child{border-bottom:0}.mini-coin{place-items:center;width:32px;height:32px;display:grid}.mini-coin img{object-fit:contain;filter:drop-shadow(0 2px 2px #18201829);width:100%;height:100%}.game-main,.game-value{flex-direction:column;gap:3px;display:flex}.game-main strong,.game-value strong{font-size:10px}.game-main span,.game-value span,.result-label{color:var(--muted);font-size:8px}.game-value strong{font-family:DM Mono,monospace;font-weight:500}.status{justify-self:start;padding:5px 7px;font:500 8px/1 DM Mono,monospace}.status-pending{color:#8b741e;background:#f4edcf}.status-pending i{background:#b6982c;border-radius:50%;width:5px;height:5px;margin-right:4px;animation:1.5s infinite pulse;display:inline-block}.status-won{color:var(--green-dark);background:#e1f1d1}.status-lost{color:#6e766c;background:#e8ebe5}.claim-button{border:1px solid var(--green-dark);color:var(--green-dark);background:0 0;border-radius:0;padding:7px 9px;font-size:8px;font-weight:700}.claim-button:hover:not(:disabled){background:#e8f4dc}.claim-button:disabled{cursor:not-allowed;color:#858c83;background:#eef0eb;border-color:#b8bdb5}.result-label{justify-self:start}.explorer-link{color:var(--muted);text-decoration:none}.explorer-link:hover{color:var(--green-dark)}footer{border-top:1px solid var(--line);min-height:72px;color:var(--faint);align-items:center;gap:18px;font-size:8px;display:flex}footer a{color:var(--muted);margin-left:auto;text-decoration:none}footer a:hover{color:var(--green-dark)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}@media (width<=820px){.game-grid{grid-template-columns:1fr}.right-column{grid-template-columns:1fr 1fr;display:grid}.game-row{grid-template-columns:40px 1fr 1fr 100px}.explorer-link{display:none}}@media (width<=620px){.app-shell{padding:0 14px}.topbar{height:64px}.brand img{width:34px;height:34px}.network-pill{display:none}.wallet-button{min-width:112px}.hero{padding:38px 0 22px;display:block}.hero h1{font-size:39px}.hero p{margin-top:14px;font-size:11px}.play-card{padding:18px}.coin-options{gap:8px;min-height:190px}.coin-choice{width:128px}.coin{width:90px;height:90px}.right-column{grid-template-columns:1fr}.configuration-warning{flex-direction:column}.history-section{padding-top:42px}.game-row{grid-template-columns:38px 1fr auto;gap:9px}.game-value{display:none}.game-row .status{grid-area:1/3}.game-row .claim-button,.game-row .result-label{text-align:center;grid-column:2/4;justify-self:stretch}footer span:nth-child(2){display:none}}
