.cf-game{color:#eef4f1;background:#121917;border:1px solid #ffffff0d;border-radius:16px;grid-template-columns:minmax(0,1fr) 292px;max-width:1180px;margin:auto;display:grid;overflow:hidden}.cf-stage{background:radial-gradient(at 50% 45%,#1b302855,#0000 65%),#101713;min-width:0;padding:24px}.cf-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.cf-top>span{color:#8b9c93;white-space:nowrap;font-size:10px}.cf-arena{perspective:1000px;flex-direction:column;justify-content:center;align-items:center;height:390px;display:flex;position:relative}.cf-toss{z-index:1;width:164px;height:164px;transform-style:preserve-3d;position:relative}.cf-coin{width:100%;height:100%;transform-style:preserve-3d;position:relative}.cf-coin[data-face=tails]{transform:rotateY(180deg)}.cf-face{backface-visibility:hidden;background:linear-gradient(140deg,#28e7a7,#039c70);border:6px solid #3cf0b6;border-radius:50%;place-items:center;display:grid;position:absolute;inset:0;box-shadow:inset 0 0 0 3px #065a44,0 5px #04694c,0 8px #033e2e}.cf-tails{background:linear-gradient(140deg,#ffd878,#d49025);border-color:#ffda77;transform:rotateY(180deg);box-shadow:inset 0 0 0 3px #8c5712,0 5px #956315,0 8px #583a0b}.cf-inner{background:#006d4d18;border:2px solid #075b4466;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:82%;height:82%;display:flex}.cf-tails .cf-inner{background:#92591612;border-color:#87551266}.cf-face .cf-mark{color:#075b43;filter:drop-shadow(0 1px #9affd780);width:55%;height:auto}.cf-tails .cf-mark{color:#8b5512;filter:drop-shadow(0 1px #fff0b380)}.cf-inner>span{letter-spacing:3px;color:#075b43;font-size:8px;font-weight:800}.cf-tails .cf-inner>span{color:#8b5512}.cf-shadow{filter:blur(6px);background:#0007;border-radius:50%;width:130px;height:15px;margin-top:25px}.cf-toss.is-flipping{animation:cf-flip var(--cf-duration) cubic-bezier(.2,.55,.35,1) both}.cf-shadow.is-flipping{animation:1.2s ease-in-out cf-shadow}@keyframes cf-flip{0%{transform:translateY(0)rotateY(0)rotate(0)}35%{transform:translateY(-65px)rotateY(620deg)rotate(-12deg)}75%{transform:translateY(-12px)rotateY(1240deg)rotate(6deg)}88%{transform:translateY(4px)rotateY(1440deg)rotate(-3deg)}to{transform:translateY(0)rotateY(1440deg)rotate(0)}}@keyframes cf-shadow{35%{opacity:.35;transform:scale(.55)}to{opacity:1;transform:scale(1)}}.cf-announcement{color:#95a79c;justify-content:center;align-items:center;height:66px;margin-top:20px;font-size:12px;display:flex}.cf-result{text-align:center;background:#17241d;border:1px solid #ffffff16;border-radius:9px;flex-direction:column;gap:5px;padding:10px 25px;display:flex}.cf-result strong{font-size:23px;line-height:1}.cf-result.is-win{color:#55edbc;border-color:#00d99a88}.cf-result.is-loss{color:#b7c3bc}.cf-history{flex-wrap:wrap;justify-content:center;gap:6px;min-height:26px;display:flex}.cf-history>span:not(.cf-history-empty){border-radius:50%;place-items:center;width:23px;height:23px;font-size:9px;font-weight:800;display:grid}.cf-history-heads{color:#45e9b7;background:#00d99a25}.cf-history-tails{color:#f4cb71;background:#efbb4825}.cf-history-empty{color:#6f8477;font-size:10px}.cf-panel{background:#17201b;border-left:1px solid #ffffff08;flex-direction:column;gap:16px;padding:24px 18px;display:flex}.cf-bets{grid-template-columns:1fr 1fr;gap:7px;display:grid}.cf-bet{border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:46px;font-size:12px;font-weight:750;transition:filter .15s,transform .15s;display:flex}.cf-bet-heads{color:#043f2f;background:#00d99a}.cf-bet-tails{color:#4c3209;background:#efbb48}.cf-bet:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.cf-bet:disabled{opacity:.45;cursor:not-allowed}.cf-bet .cf-button-mark{width:17px;height:17px}.cf-label,.cf-stat{color:#a1b0a7;justify-content:space-between;gap:8px;font-size:11px;display:flex}.cf-label>span{font-size:10px}.cf-stat strong{color:#e8f2ec;font-weight:600}.cf-input{background:#0d1711;border:1px solid #ffffff10;border-radius:7px;min-height:43px;margin-top:-9px;display:flex;overflow:hidden}.cf-input input{font-variant-numeric:tabular-nums;background:0 0;width:100%;min-width:0;padding:8px 10px;font-size:13px}.cf-input button{border-left:1px solid #ffffff0d;padding:0 12px;font-size:12px}.cf-input button:disabled{opacity:.4}.cf-game button:focus-visible,.cf-input input:focus-visible,.cf-rules summary:focus-visible{outline-offset:-3px;outline:2px solid #71f8ce}.cf-rules{color:#8fa396;font-size:11px;line-height:1.6}.cf-rules summary{cursor:pointer}.cf-rules p{padding-top:10px}@media (width<=760px){.cf-game{grid-template-columns:1fr}.cf-stage{padding:18px}.cf-arena{height:310px}.cf-panel{border-top:1px solid #ffffff08;border-left:0;padding:18px}.cf-toss{width:138px;height:138px}.cf-bet{min-height:48px}.cf-top>span{font-size:9px}}@media (prefers-reduced-motion:reduce){.cf-toss.is-flipping,.cf-shadow.is-flipping{animation:none}.cf-bet{transition:none}}
