.sk-common    { --rk:#7e8aa3; --rkglow:rgba(176,164,140,.20); }
.sk-uncommon  { --rk:#56c1d6; --rkglow:rgba(86,193,214,.22); }
.sk-rare      { --rk:#5a8dee; --rkglow:rgba(90,141,238,.24); }
.sk-epic      { --rk:#b06cff; --rkglow:rgba(176,108,255,.26); }
.sk-legendary { --rk:#CE422B; --rkglow:rgba(206,66,43,.30); }
.sk-mythic    { --rk:#ef4d6b; --rkglow:rgba(239,77,107,.32); }
.mkt-head{ display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:18px; }
.mkt-head h1{ letter-spacing:.02em; margin:.1em 0 0; line-height:1; color:var(--t1); }
.mkt-head .eyebrow{ color:var(--p3); }
.mkt-stat-row{ display:flex; gap:10px; flex-wrap:wrap; }
.mkt-stat{ background:linear-gradient(180deg,rgba(46, 32, 32,.7),rgba(26, 18, 18,.7)); border:1px solid var(--ln); border-radius:14px; padding:10px 14px; min-width:104px; }
.mkt-stat b{ display:flex; align-items:center; gap:5px; font-size:18px; color:var(--gold2); font-weight:800; }
.mkt-stat small{ color:var(--t3); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }

.mkt-toolbar{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-bottom:20px; }
.mkt-search{ position:relative; flex:1 1 280px; }
.mkt-search input{ width:100%; background:rgba(0,0,0,.34); border:1px solid var(--ln2); border-radius:12px; color:var(--t1); font:600 15px var(--fu); padding:12px 14px 12px 42px; outline:none; transition:border-color .15s, box-shadow .15s; }
.mkt-search input:focus{ border-color:var(--p); box-shadow:0 0 0 3px rgba(206,66,43,.16); }
.mkt-search svg{ position:absolute; left:13px; top:50%; transform:translateY(-50%); width:18px; height:18px; color:var(--t3); }
.mkt-sync{ display:inline-flex; align-items:center; gap:8px; background:rgba(206,66,43,.10); border:1px solid rgba(206,66,43,.34); color:var(--p3); font:700 13px var(--fu); padding:11px 16px; border-radius:12px; cursor:pointer; transition:background .15s, transform .1s; }
.mkt-sync:hover{ background:rgba(206,66,43,.18); }
.mkt-sync:active{ transform:scale(.97); }
.mkt-sync.spin svg{ animation:mktspin 1s linear infinite; }
@keyframes mktspin{ to{ transform:rotate(360deg); } }
.mkt-live{ display:inline-flex; align-items:center; gap:7px; color:var(--t2); font-size:12.5px; font-weight:600; }
.mkt-live i{ width:8px; height:8px; border-radius:50%; background:var(--grn); box-shadow:0 0 0 0 rgba(34,197,94,.5); animation:mktpulse 1.8s ease-out infinite; }
@keyframes mktpulse{ 0%{ box-shadow:0 0 0 0 rgba(34,197,94,.5);} 70%{ box-shadow:0 0 0 7px rgba(34,197,94,0);} 100%{ box-shadow:0 0 0 0 rgba(34,197,94,0);} }
.skin-grid{ display:grid; grid-template-columns:repeat(auto-fill, minmax(190px,1fr)); gap:15px; }
.skin-card{ position:relative; display:flex; flex-direction:column; background:linear-gradient(180deg,rgba(46, 32, 32,.74),rgba(26, 18, 18,.82)); border:1px solid var(--ln); border-radius:16px; overflow:hidden; transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.skin-card::before{ content:""; position:absolute; inset:0 0 auto 0; height:3px; background:var(--rk,#7e8aa3); opacity:.9; }
.skin-card:hover{ transform:translateY(-4px); border-color:var(--rk,var(--ln2)); box-shadow:0 16px 36px rgba(0,0,0,.5), 0 0 0 1px var(--rkglow,transparent); }
.skin-img{ position:relative; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; padding:14px; background:radial-gradient(70% 70% at 50% 38%, var(--rkglow,rgba(176,164,140,.18)) 0%, transparent 72%); }
.skin-img img{ max-width:100%; max-height:100%; object-fit:contain; filter:drop-shadow(0 8px 14px rgba(0,0,0,.45)); }
.skin-ph{ width:74%; height:74%; opacity:.9; }
.skin-price-badge{ position:absolute; top:9px; left:9px; z-index:2; display:inline-flex; align-items:baseline; gap:3px; padding:4px 9px; border-radius:9px; font:800 13px var(--fu); color:#ffe7a6; background:rgba(10,12,18,.82); border:1px solid var(--rk,rgba(206,66,43,.42)); box-shadow:0 3px 10px rgba(0,0,0,.45); -webkit-backdrop-filter:blur(3px); backdrop-filter:blur(3px); }
.skin-price-badge .coin-ico{ width:13px !important; height:13px !important; margin-right:0 !important; align-self:center; }
.skin-price-badge .coin-c{ opacity:.5; }
.skin-meta{ padding:10px 12px 12px; display:flex; flex-direction:column; gap:6px; flex:1; }
.skin-name{ font:600 13.5px/1.3 var(--fu); color:var(--t1); display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.skin-price{ display:flex; align-items:center; gap:5px; font:800 16px var(--fu); color:var(--gold2); margin-top:auto; }
.skin-price .skin-usd{ color:var(--t3); font-size:11px; font-weight:600; margin-left:auto; }
.skin-btn{ margin-top:auto; width:100%; border:none; border-radius:10px; padding:9px 10px; font:800 13px var(--fu); letter-spacing:.03em; cursor:pointer; color:#1a130a; background:linear-gradient(180deg,var(--p3),var(--p)); transition:filter .15s, transform .1s; display:flex; align-items:center; justify-content:center; gap:6px; }
.skin-btn:hover{ filter:brightness(1.08); }
.skin-btn:active{ transform:scale(.97); }
.skin-btn:disabled{ opacity:.5; cursor:not-allowed; filter:grayscale(.4); }
.mkt-login-hint{display:flex;align-items:center;justify-content:center;width:100%;min-height:40px;padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:9px;color:rgba(255,255,255,.62);font:700 11px/1.3 var(--fu);text-align:center}
.fr-join-disabled{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:rgba(255,255,255,.68);font-size:11px;line-height:1.25;text-align:center;pointer-events:none}
.mkt-buy-row{ margin-top:auto; display:grid; grid-template-columns:62px minmax(0,1fr); align-items:stretch; gap:7px; }
.mkt-buy-row .skin-btn{ margin-top:0; min-width:0; padding-left:7px; padding-right:7px; }
.mkt-card-qty{ min-width:0; height:36px; display:grid; grid-template-columns:1fr; align-content:center; justify-items:center; gap:0; border:1px solid rgba(206,66,43,.25); border-radius:10px; background:#281C1C; cursor:text; }
.mkt-card-qty span{ color:rgba(255,255,255,.58); font:700 8px/1 var(--fu); letter-spacing:.08em; text-transform:uppercase; }
.mkt-card-qty input{ width:100%; min-width:0; height:18px; padding:0 3px; border:0; outline:0; background:transparent; color:#fff; text-align:center; font:800 13px/18px var(--fu); }
.mkt-card-qty:focus-within{ border-color:#CE422B; box-shadow:0 0 0 2px rgba(206,66,43,.12); }
.skin-btn-label{ color:inherit; }
.skin-card.sk-selected{ border-color:#CE422B!important; outline:2px solid rgba(206,66,43,.8)!important; outline-offset:1px!important; box-shadow:0 0 0 4px rgba(206,66,43,.16),0 16px 36px rgba(0,0,0,.45)!important; }
.skin-card.sk-selected .mkt-card-qty{ border-color:rgba(206,66,43,.55); }
.skin-btn.sell{ color:var(--t1); background:rgba(239,77,107,.16); border:1px solid rgba(239,77,107,.4); }
.skin-btn.sell:hover{ background:rgba(239,77,107,.26); }
.skin-tag{ position:absolute; top:9px; right:9px; z-index:2; font:800 9.5px var(--fu); letter-spacing:.1em; text-transform:uppercase; padding:4px 7px; border-radius:7px; background:rgba(0,0,0,.55); color:var(--rk,#cdd5e6); border:1px solid var(--rk,var(--ln)); }
.skin-tag.staked{ color:#CE422B; border-color:rgba(206,66,43,.5); background:rgba(206,66,43,.14); }
.skin-tag.spent { color:#fca5a5; border-color:rgba(239,68,68,.4);  background:rgba(239,68,68,.12);  }
.mkt-grid-msg{ grid-column:1/-1; text-align:center; color:var(--t3); padding:40px 0; font:600 14px var(--fu); }
.skin-skel{ aspect-ratio:1/1.5; border-radius:16px; background:linear-gradient(110deg,rgba(255,255,255,.03) 30%,rgba(255,255,255,.07) 50%,rgba(255,255,255,.03) 70%); background-size:220% 100%; animation:skel 1.3s ease-in-out infinite; }
@keyframes skel{ to{ background-position:-220% 0; } }
.mkt-pager{ display:flex; justify-content:center; gap:10px; margin-top:24px; }
.mkt-pager button{ background:rgba(0,0,0,.34); border:1px solid var(--ln2); color:var(--t1); font:700 13px var(--fu); padding:9px 18px; border-radius:10px; cursor:pointer; }
.mkt-pager button:disabled{ opacity:.4; cursor:not-allowed; }
.mkt-pager span{ color:var(--t2); font:600 13px var(--fu); align-self:center; }
.mkt-stream{position:relative;min-height:72px;margin:18px 0 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:rgba(255,255,255,.58);font:700 12px/1.2 var(--fu)}
.mkt-stream-info{font-variant-numeric:tabular-nums;letter-spacing:.025em}
.mkt-stream-loading{display:inline-flex;align-items:center;gap:8px;color:#fff}
.mkt-stream-loading::before{content:"";width:7px;height:7px;border-radius:50%;background:#CE422B;box-shadow:0 0 0 5px rgba(206,66,43,.1);animation:mktStreamPulse 1s ease-in-out infinite}
.mkt-stream-more{min-height:38px;padding:0 17px;border:1px solid #CE422B;border-radius:9px;background:#CE422B;color:#fff;font:800 12px/1 var(--fu);cursor:pointer;box-shadow:0 5px 14px rgba(206,66,43,.18)}
.mkt-stream-sentinel{position:absolute;left:0;right:0;bottom:0;height:1px;pointer-events:none}
@keyframes mktStreamPulse{50%{opacity:.35;transform:scale(.78)}}
@media(prefers-reduced-motion:reduce){.mkt-stream-loading::before{animation:none}}
.skin-stake{ display:flex; flex-direction:column; gap:10px; }
.skin-stake-label{ font:700 12px var(--fu); letter-spacing:.06em; text-transform:uppercase; color:var(--t2); }
.skin-stake-sel{ display:flex; align-items:center; gap:11px; background:rgba(0,0,0,.32); border:1px solid var(--ln2); border-radius:14px; padding:10px 12px; cursor:pointer; transition:border-color .15s; min-height:64px; }
.skin-stake-sel:hover{ border-color:var(--p); }
.skin-stake-sel .ss-thumb{ width:46px; height:46px; border-radius:10px; flex:none; display:flex; align-items:center; justify-content:center; background:radial-gradient(70% 70% at 50% 40%, var(--rkglow,rgba(176,164,140,.2)) 0%, transparent 72%); border:1px solid var(--rk,var(--ln)); overflow:hidden; }
.skin-stake-sel .ss-thumb img{ max-width:100%; max-height:100%; object-fit:contain; }
.skin-stake-sel .ss-info{ flex:1; min-width:0; }
.skin-stake-sel .ss-name{ font:600 14px var(--fu); color:var(--t1); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.skin-stake-sel .ss-val{ display:flex; align-items:center; gap:5px; font:800 15px var(--fu); color:var(--gold2); }
.skin-stake-sel .ss-empty{ color:var(--t3); font:600 14px var(--fu); }
.skin-stake-sel .ss-thumb:not([class*="sk-"]){ display:none !important; }
.skin-stake-sel:has(.ss-empty){ min-height:52px; }
.skin-stake-sel .ss-caret{ color:var(--t3); flex:none; }
.skin-pop{ position:relative; }
.skin-pop-menu{ position:absolute; left:0; right:0; top:calc(100% + 8px); z-index:40; background:linear-gradient(180deg,rgba(24,28,42,.98),rgba(14,17,26,.98)); border:1px solid var(--ln2); border-radius:14px; box-shadow:0 24px 60px rgba(0,0,0,.6); padding:8px; max-height:320px; overflow:auto; }
.skin-pop-menu[hidden]{ display:none; }
.sp-item{ display:flex; align-items:center; gap:10px; padding:8px; border-radius:10px; cursor:pointer; transition:background .12s; }
.sp-item:hover{ background:rgba(206,66,43,.10); }
.sp-item .sp-thumb{ width:40px; height:40px; border-radius:9px; flex:none; display:flex; align-items:center; justify-content:center; overflow:hidden; border:1px solid var(--rk,var(--ln)); background:radial-gradient(70% 70% at 50% 40%, var(--rkglow,rgba(176,164,140,.2)) 0%, transparent 72%); }
.sp-item .sp-thumb img{ max-width:100%; max-height:100%; object-fit:contain; }
.sp-item .sp-name{ flex:1; min-width:0; font:600 13.5px var(--fu); color:var(--t1); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.sp-item .sp-val{ display:flex; align-items:center; gap:4px; font:800 14px var(--fu); color:var(--gold2); flex:none; }
.skin-pop-empty{ padding:22px 14px; text-align:center; color:var(--t3); font:600 13px var(--fu); }
.skin-pop-empty a{ color:var(--p3); font-weight:800; text-decoration:none; }
.skin-pop-empty a:hover{ text-decoration:underline; }

@media (max-width:560px){
  .skin-grid{ grid-template-columns:repeat(auto-fill, minmax(152px,1fr)); gap:12px; }
  .mkt-buy-row{ grid-template-columns:52px minmax(0,1fr); gap:5px; }
  .skin-btn-label{ display:none; }
}
.canta-btn{ position:relative; width:40px; height:40px; border-radius:10px; border:1px solid var(--rust-ln,var(--ln2)); background:rgba(255,255,255,.04); cursor:pointer; display:inline-flex; align-items:center; justify-content:center; flex:none; transition:background .15s, border-color .15s; }
.canta-btn:hover{ background:rgba(206,66,43,.10); border-color:var(--p,#CE422B); }
.canta-btn .canta-ico{ display:inline-flex; align-items:center; justify-content:center; }
.canta-btn .canta-ico svg{ width:20px; height:20px; color:var(--t2); transition:color .15s; }
.canta-btn:hover .canta-ico svg{ color:var(--p3,#CE422B); }
.canta-badge{ position:absolute; top:-6px; right:-6px; min-width:18px; height:18px; padding:0 5px; border-radius:9px; background:linear-gradient(145deg,var(--gold2,#CE422B),var(--gold,#CE422B)); color:#231a02; font:800 11px/18px var(--fu,sans-serif); text-align:center; box-shadow:0 0 0 2px var(--rust-bg2,#281C1C), 0 2px 6px rgba(206,66,43,.5); }
.canta-badge[hidden]{ display:none; }
.canta-modal__card{ max-width:640px; width:100%; padding:0; text-align:left; overflow:hidden; display:flex; flex-direction:column; max-height:min(82vh,720px); }
.canta-modal__head{ display:flex; align-items:center; justify-content:space-between; gap:14px; padding:18px 20px 14px; border-bottom:1px solid var(--ln); flex-wrap:wrap; }
.canta-modal__title-wrap{ display:flex; align-items:center; gap:12px; }
.canta-modal__ico{ width:42px; height:42px; border-radius:12px; flex:none; display:flex; align-items:center; justify-content:center; background:radial-gradient(70% 70% at 50% 35%, rgba(206,66,43,.22), transparent 72%); border:1px solid rgba(206,66,43,.4); }
.canta-modal__ico svg{ width:22px; height:22px; color:var(--p3,#CE422B); }
.canta-modal__card .app-modal__title{ margin:0; font-size:24px; }
.canta-modal__sub{ font:600 12.5px var(--fu); color:var(--t3); margin-top:2px; }
.canta-modal__sub .coin-amt,.canta-modal__sub b{ color:var(--gold2); }
.canta-modal__tabs{ display:inline-flex; gap:4px; background:rgba(0,0,0,.3); border:1px solid var(--ln); border-radius:11px; padding:3px; }
.canta-tab{ border:0; background:transparent; color:var(--t2); font:700 12px var(--fu); letter-spacing:.04em; text-transform:uppercase; padding:7px 13px; border-radius:8px; cursor:pointer; transition:background .15s,color .15s; }
.canta-tab:hover{ color:var(--t1); }
.canta-tab.active{ background:linear-gradient(145deg,var(--p,#CE422B),var(--p3,#CE422B)); color:#231a02; }
.canta-modal__grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(140px,1fr)); gap:12px; padding:18px 20px; overflow-y:auto; flex:1 1 auto; min-height:0; }
.canta-modal__loading,.canta-modal__empty{ grid-column:1/-1; text-align:center; color:var(--t3); font:600 14px var(--fu); padding:46px 16px; }
.canta-modal__empty a{ color:var(--p3); font-weight:800; text-decoration:none; }
.canta-modal__empty a:hover{ text-decoration:underline; }
.canta-modal__empty small{ color:var(--t3); font-weight:500; }
.canta-modal__foot{ padding:13px 20px; border-top:1px solid var(--ln); display:flex; justify-content:flex-end; }
.canta-modal__market{ display:inline-flex; align-items:center; gap:7px; color:var(--t2); font:700 13px var(--fu); text-decoration:none; padding:8px 14px; border:1px solid var(--ln2); border-radius:10px; transition:border-color .15s,color .15s; }
.canta-modal__market:hover{ color:var(--p3); border-color:var(--p); }
.canta-modal__market .nav-ico svg{ width:16px; height:16px; }
.cm-card{ position:relative; background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(0,0,0,.18)); border:1px solid var(--ln2); border-radius:14px; padding:12px 11px 11px; display:flex; flex-direction:column; gap:8px; overflow:hidden; }
.cm-card::before{ content:""; position:absolute; inset:0 0 auto 0; height:3px; background:var(--rk,#7e8aa3); opacity:.9; }
.cm-card.dim{ opacity:.62; }
.cm-img{ height:78px; display:flex; align-items:center; justify-content:center; background:radial-gradient(72% 72% at 50% 38%, var(--rkglow,rgba(176,164,140,.18)) 0%, transparent 72%); border-radius:10px; }
.cm-img img{ max-width:100%; max-height:100%; object-fit:contain; }
.cm-img .skin-ph{ width:48px; height:48px; opacity:.7; }
.cm-name{ font:600 13px var(--fu); color:var(--t1); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.cm-val{ display:flex; align-items:center; gap:5px; font:800 14px var(--fu); color:var(--gold2); }
.cm-tag{ font:800 10px var(--fu); letter-spacing:.05em; text-transform:uppercase; padding:4px 8px; border-radius:7px; align-self:flex-start; }
.cm-tag.staked{ color:#CE422B; background:rgba(206,66,43,.14); }
.cm-tag.spent{ color:#ef9a9a; background:rgba(239,77,107,.14); }
.cm-tag.sold{ color:#9fb0c9; background:rgba(176,164,140,.16); }
.cm-actions{ display:flex; gap:7px; margin-top:2px; }
.cm-act{ flex:1; text-align:center; font:800 12px var(--fu); padding:8px 6px; border-radius:9px; cursor:pointer; border:1px solid transparent; text-decoration:none; transition:filter .15s, background .15s, border-color .15s; }
.cm-act.use{ background:linear-gradient(145deg,var(--p,#CE422B),var(--p3,#CE422B)); color:#231a02; }
.cm-act.use:hover{ filter:brightness(1.08); }
.cm-act.sell{ background:rgba(255,255,255,.05); color:var(--t2); border-color:var(--ln2); }
.cm-act.sell:hover{ color:#fca5a5; border-color:rgba(239,68,68,.4); background:rgba(239,68,68,.10); }
.cm-act.sell:disabled{ opacity:.6; cursor:default; }

@media (max-width:560px){
  .canta-modal__head{ gap:10px; }
  .canta-modal__grid{ grid-template-columns:repeat(auto-fill,minmax(120px,1fr)); gap:10px; padding:14px; }
}
.btn-skin-stake{
  display:inline-flex; align-items:center; justify-content:center;
  height:48px; padding:0 20px; border-radius:14px; cursor:pointer; white-space:nowrap;
  font:800 14px/1 var(--fu, system-ui, sans-serif); letter-spacing:.02em;
  color:var(--gold, #CE422B);
  background:linear-gradient(180deg, rgba(206,66,43,.12), rgba(206,66,43,.04));
  border:1.5px solid rgba(206,66,43,.45);
  box-shadow:0 4px 14px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.05);
  transition:filter .15s, border-color .15s, transform .05s, background .15s, color .15s;
}
.btn-skin-stake:hover{
  border-color:var(--gold, #CE422B); color:var(--gold2, #CE422B);
  background:linear-gradient(180deg, rgba(206,66,43,.20), rgba(206,66,43,.08));
}
.btn-skin-stake:active{ transform:translateY(1px); }
.btn-skin-stake svg{ stroke:currentColor; }
.rp-join-bar .btn-skin-stake{ margin-top:10px; }
.cf-skin-btn{ width:100%; margin-top:8px; }
@media (max-width:720px){
  .rp-join-bar .btn-skin-stake{ width:100%; max-width:340px; }
}
.rp-skin-primary, .cf-skin-primary{
  color:#fff;
  background:linear-gradient(180deg,#e0552f,#CE422B);
  border:0;
  box-shadow:0 8px 22px rgba(240,169,44,.34), inset 0 1px 0 rgba(255,255,255,.25);
  font-weight:900; letter-spacing:.01em;
}
.rp-skin-primary:hover, .cf-skin-primary:hover{
  filter:brightness(1.06);
  background:linear-gradient(180deg,#e0552f,#CE422B);
  color:#1a1205;
}
.rp-skin-primary{ font-size:17px; padding:14px 34px; border-radius:14px; }
.cf-skin-primary{ width:100%; font-size:16px; padding:14px 22px; border-radius:14px; margin-top:4px; }
.cf-skin-hint{ margin:8px 2px 2px; font-size:12.5px; color:var(--rk,#8a93a8); text-align:center; line-height:1.4; }
.rp-en-skin, .cf-game-skin, .champ-seat-skin{
  display:inline-block; vertical-align:middle; object-fit:contain;
  border-radius:6px; background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.08);
}
.rp-en-skin{ width:46px; height:46px; margin-right:8px; }
.cf-game-skin{ width:54px; height:54px; margin-right:8px; }
.champ-seat-skin{ width:60px; height:60px; margin-right:8px; }
.rp-en-amt, .cf-game-wager{ display:inline-flex; align-items:center; gap:2px; }
.mkt-sort{
  appearance:none; -webkit-appearance:none;
  background:rgba(0,0,0,.34) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239aa6bd' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>") no-repeat right 10px center;
  border:1px solid var(--ln2,rgba(255,255,255,.12)); color:var(--t1,#e7edfa);
  font:600 13px var(--fu,inherit); padding:9px 30px 9px 12px; border-radius:10px; cursor:pointer;
}
.mkt-sort:hover{ border-color:rgba(206,66,43,.4); }
.mkt-sort:focus{ outline:none; border-color:var(--p3,#CE422B); }
.mkt-sort option{ background:#15171c; color:#e7edfa; }
.cf-game-range{ font:600 11px var(--fu,inherit); color:var(--t3,#9aa6bd); text-align:center; margin:4px 0 2px; opacity:.9; }
.cf-game-range .coin-ico{ width:11px; height:11px; vertical-align:-1px; }
.cm-card{ position:relative; }
.cm-card .cm-check{
  position:absolute; top:6px; right:6px; width:22px; height:22px; border-radius:50%;
  background:var(--p3,#CE422B); color:#1a1205; font:800 13px/22px var(--fu,inherit); text-align:center;
  box-shadow:0 2px 8px rgba(0,0,0,.4); opacity:0; transform:scale(.4); transition:opacity .14s, transform .14s; pointer-events:none; z-index:3;
}
.cm-card.cm-sel .cm-check{ opacity:1; transform:scale(1); }
.cm-card.cm-sel{ outline:2px solid var(--p3,#CE422B); outline-offset:-1px; box-shadow:0 0 0 3px rgba(206,66,43,.22); }
.cm-selectable{ cursor:pointer; }
.canta-modal__tools{ display:flex; align-items:center; gap:8px; margin-left:auto; margin-right:42px; }
.canta-tool{ appearance:none; border:1px solid var(--ln,rgba(255,255,255,.12)); background:rgba(255,255,255,.05); color:var(--t1,#e7edfa); font:700 13px var(--fu,inherit); padding:7px 13px; border-radius:9px; cursor:pointer; white-space:nowrap; transition:background .14s, border-color .14s, opacity .14s, filter .14s; }
.canta-tool:hover{ background:rgba(255,255,255,.1); }
.canta-tool--sell{ background:linear-gradient(180deg,#e0552f,#CE422B); color:#fff; border-color:transparent; }
.canta-tool--sell:hover{ background:linear-gradient(180deg,#e0552f,#CE422B); filter:none; }
.canta-tool--sell:disabled{ opacity:.45; cursor:default; filter:grayscale(.3); }
.canta-modal__foot{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.canta-modal__confirm{
  margin-left:auto; border:none; cursor:pointer; border-radius:11px; padding:11px 20px;
  font:800 14px var(--fu,inherit); color:#fff;
  background:linear-gradient(180deg,#e0552f,#CE422B); box-shadow:0 4px 14px rgba(206,66,43,.3);
}
.canta-modal__confirm:disabled{ background:rgba(255,255,255,.07); color:var(--t3,#9aa6bd); cursor:not-allowed; box-shadow:none; }
.canta-modal__confirm:not(:disabled):hover{ filter:brightness(1.06); }
.skin-stack{ display:inline-flex; align-items:center; gap:4px; position:relative; cursor:default; vertical-align:middle; }
.skin-stack .ss-th{ width:44px; height:44px; border:1.5px solid rgba(0,0,0,.55); border-radius:8px; background:rgba(0,0,0,.22); overflow:hidden; display:inline-flex; align-items:center; justify-content:center; transition:transform .12s; }
.skin-stack .ss-th img{ max-width:100%; max-height:100%; object-fit:contain; }
.skin-stack:hover .ss-th{ transform:translateY(-2px); }
.skin-stack-more{ font:800 12px var(--fu,inherit); color:var(--t2,#c2ccde); background:rgba(255,255,255,.08); border-radius:7px; padding:3px 7px; margin-left:2px; align-self:center; }
.skin-stack-tip{ position:absolute; bottom:calc(100% + 8px); left:50%; transform:translateX(-50%) scale(.96); transform-origin:bottom center;
  min-width:180px; max-width:260px; max-height:240px; overflow-y:auto; background:var(--card,#2D1F1F); border:1px solid var(--ln,#3A2828);
  border-radius:12px; padding:8px; box-shadow:0 14px 40px rgba(0,0,0,.5); opacity:0; pointer-events:none; visibility:hidden; transition:opacity .14s, transform .14s; z-index:999; }
.skin-stack:hover .skin-stack-tip, .skin-stack:focus .skin-stack-tip, .skin-stack:focus-within .skin-stack-tip{ opacity:1; transform:translateX(-50%) scale(1); visibility:visible; }
.skin-stack-tip::after{ content:""; position:absolute; top:100%; left:50%; transform:translateX(-50%); border:6px solid transparent; border-top-color:var(--ln,#3A2828); }
.sst-row{ display:flex; align-items:center; gap:8px; padding:4px 5px; border-radius:7px; }
.sst-row + .sst-row{ margin-top:1px; }
.sst-row:hover{ background:rgba(255,255,255,.05); }
.sst-th{ width:30px; height:30px; flex:none; border-radius:5px; background:rgba(0,0,0,.25); overflow:hidden; display:inline-flex; align-items:center; justify-content:center; }
.sst-th img{ max-width:100%; max-height:100%; object-fit:contain; }
.sst-name{ flex:1; min-width:0; font:600 12px var(--fu,inherit); color:var(--t1,#e7edfa); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.sst-val{ font:800 12px var(--fu,inherit); color:var(--gold2,#CE422B); display:inline-flex; align-items:center; gap:3px; white-space:nowrap; }
.champ-seat-skins{ display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:4px; margin:6px auto 2px; max-width:200px; }
.champ-seat-skins:empty{ display:none; }
.champ-seat-skins .skin-stack .ss-th{ width:40px; height:40px; }
.mkt-range{ display:inline-flex; align-items:center; gap:5px; padding:0 10px; height:40px; border-radius:11px;
  background:var(--card2,rgba(255,255,255,.04)); border:1px solid var(--ln,rgba(255,255,255,.1)); flex:0 0 auto; }
.mkt-range .coin-ico{ width:15px; height:15px; opacity:.85; flex:0 0 auto; }
.mkt-range-in{ width:62px; height:26px; border:none; background:transparent; color:var(--t1,#e7edfa); font:700 13px var(--fu,inherit);
  text-align:center; outline:none; -moz-appearance:textfield; }
.mkt-range-in::-webkit-outer-spin-button, .mkt-range-in::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
.mkt-range-in::placeholder{ color:var(--t3,#7e8aa3); font-weight:600; }
.mkt-range-sep{ color:var(--t3,#7e8aa3); font-weight:700; }
.mkt-range-clear{ width:20px; height:20px; flex:0 0 auto; border:none; border-radius:50%; cursor:pointer;
  background:rgba(255,255,255,.08); color:var(--t2,#c2ccde); font:700 11px/1 var(--fu,inherit); display:inline-flex; align-items:center; justify-content:center; transition:background .14s, color .14s; }
.mkt-range-clear:hover{ background:rgba(255,90,90,.22); color:#ff8e8e; }
@media (max-width:640px){ .mkt-range{ order:3; } .mkt-range-in{ width:52px; } }
.champ-pot-skins{ display:flex; justify-content:center; align-items:center; margin-top:11px; overflow:visible; }
.champ-pot-skins:empty{ display:none; }
.champ-pot-skins .skin-stack{ flex-wrap:nowrap; }
.champ-pot-skins .skin-stack .ss-th{ width:42px; height:42px; }
.champ-pot-skins .skin-stack-tip{ bottom:auto; top:calc(100% + 8px); }
.champ-pot-skins .skin-stack-tip::after{ top:auto; bottom:100%; border-top-color:transparent; border-bottom-color:var(--ln,#3A2828); }
.dw-modal .dw-card{ max-width:920px !important; width:min(96vw,920px) !important; padding:0 !important; }
@media (hover:hover) and (pointer:fine){
  .dw-modal .dw-card{ overflow:hidden; }
}
.dw-grid{ display:grid; grid-template-columns:320px 1fr; min-height:480px; }
.dw-side{ background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(0,0,0,.18)); border-right:1px solid var(--ln,#3A2828); padding:18px 16px; display:flex; flex-direction:column; gap:14px; }
.dw-tabs{ display:flex; gap:6px; background:rgba(0,0,0,.3); border:1px solid var(--ln,#3A2828); border-radius:11px; padding:4px; }
.dw-tab{ flex:1; height:34px; border:0; border-radius:8px; background:transparent; color:var(--t2,#c2ccde); font-weight:800; font-size:13px; cursor:pointer; transition:background .15s, color .15s; }
.dw-tab.is-on{ background:rgba(255,255,255,.08); color:#fff; }
.dw-methods{ display:flex; flex-direction:column; gap:8px; }
.dw-mgroup{ font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:var(--t3,#8a93a6); font-weight:800; margin:6px 2px 1px; }
.dw-mrow{ display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.dw-method{ display:flex; align-items:center; gap:11px; width:100%; text-align:left; padding:12px 13px; border-radius:12px; border:1px solid var(--ln,#3A2828); background:rgba(255,255,255,.02); color:var(--t1,#e7edfa); cursor:pointer; transition:border-color .15s, background .15s, transform .1s; }
.dw-method:hover{ border-color:rgba(206,66,43,.4); background:rgba(255,255,255,.045); }
.dw-method.is-sel{ border-color:rgba(206,66,43,.7); background:radial-gradient(120% 140% at 0% 0%, rgba(206,66,43,.12), rgba(206,66,43,.03)); box-shadow:inset 0 0 0 1px rgba(206,66,43,.25); }
.dw-method--sm{ flex-direction:column; gap:6px; text-align:center; padding:13px 8px; }
.dw-method.is-soon{ opacity:.5; cursor:not-allowed; }
.dw-mi{ width:38px; height:38px; flex:0 0 auto; display:flex; align-items:center; justify-content:center; border-radius:10px; background:rgba(0,0,0,.3); font-size:20px; }
.dw-method--sm .dw-mi{ width:34px; height:34px; }
.dw-mi-crypto{ color:#CE422B; background:radial-gradient(70% 70% at 50% 35%, rgba(206,66,43,.22), transparent 72%); }
.dw-mt{ display:flex; flex-direction:column; gap:1px; line-height:1.2; min-width:0; }
.dw-mt b{ font-size:13.5px; font-weight:800; }
.dw-mt small{ font-size:11px; color:var(--t3,#8a93a6); }
.dw-ref{ margin-top:auto; padding-top:14px; border-top:1px solid var(--ln,#3A2828); }
.dw-ref-head{ font-size:12px; font-weight:800; color:var(--t1,#e7edfa); display:flex; align-items:center; gap:7px; flex-wrap:wrap; margin-bottom:8px; }
.dw-ref-bonus{ font-size:10.5px; font-weight:700; color:#CE422B; background:rgba(206,66,43,.12); border-radius:6px; padding:2px 7px; }
.dw-ref-row{ display:flex; gap:7px; }
.dw-ref-row input{ flex:1; min-width:0; height:38px; padding:0 12px; border-radius:9px; border:1px solid var(--ln,#3A2828); background:rgba(0,0,0,.32); color:#fff; font-size:13px; }
.dw-ref-apply{ height:38px; padding:0 16px; border:0; border-radius:9px; background:linear-gradient(180deg,#e0552f,#CE422B); color:#fff; font-weight:800; font-size:13px; cursor:pointer; flex:0 0 auto; }
.dw-ref-note{ font-size:11.5px; color:var(--t3,#8a93a6); margin-top:7px; min-height:14px; }
.dw-ref-note.on{ color:#5cf08f; }
.dw-main{ padding:22px 24px; display:flex; flex-direction:column; min-width:0; }
.dw-title{ margin:0 0 16px; font-size:19px; font-weight:800; color:#fff; }
.dw-selrow{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:14px; }
.dw-field{ display:flex; flex-direction:column; gap:6px; min-width:0; }
.dw-field>span{ font-size:11px; letter-spacing:.05em; text-transform:uppercase; color:var(--t3,#8a93a6); font-weight:700; }
.dw-select{ height:46px; padding:0 12px; border-radius:11px; border:1px solid var(--ln,#3A2828); background:rgba(0,0,0,.32) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238a93a6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center; color:#fff; font-size:14px; font-weight:600; appearance:none; -webkit-appearance:none; cursor:pointer; }
.dw-addrbox{ display:flex; gap:16px; align-items:flex-start; padding:16px; border-radius:14px; border:1px solid var(--ln,#3A2828); background:rgba(0,0,0,.22); margin-bottom:14px; }
.dw-qr{ width:120px; height:120px; flex:0 0 auto; border-radius:10px; background:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.dw-qr img{ width:100%; height:100%; object-fit:contain; }
.dw-qr-ph{ color:#b9b9b9; font-weight:800; font-size:13px; letter-spacing:.1em; }
.dw-addr-info{ min-width:0; }
.dw-addr-title{ font-size:14px; font-weight:800; color:#fff; display:block; margin-bottom:4px; }
.dw-addr-sub{ font-size:12px; color:var(--t3,#8a93a6); line-height:1.45; margin:0 0 10px; }
.dw-min{ font-size:12px; color:var(--t2,#c2ccde); background:rgba(0,0,0,.3); border-radius:8px; padding:7px 10px; display:inline-flex; align-items:center; gap:5px; }
.dw-min .coin-ico{ width:14px; height:14px; }
.dw-addr-field{ display:flex; flex-direction:column; gap:6px; margin-bottom:16px; }
.dw-addr-field>span{ font-size:11px; letter-spacing:.05em; text-transform:uppercase; color:var(--t3,#8a93a6); font-weight:700; }
.dw-addr-row{ display:flex; gap:8px; }
.dw-addr-row input{ flex:1; min-width:0; height:46px; padding:0 14px; border-radius:11px; border:1px solid var(--ln,#3A2828); background:rgba(0,0,0,.32); color:#fff; font-size:13.5px; font-family:var(--fm,monospace); letter-spacing:.01em; }
.dw-copy{ width:46px; height:46px; flex:0 0 auto; border-radius:11px; border:1px solid var(--ln,#3A2828); background:rgba(255,255,255,.04); color:var(--t2,#c2ccde); cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .15s, color .15s; }
.dw-copy:hover{ background:rgba(206,66,43,.14); color:#CE422B; }
.dw-calc{ display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:12px; padding:14px 16px; border-radius:13px; border:1px solid var(--ln,#3A2828); background:rgba(0,0,0,.22); margin-bottom:16px; }
.dw-calc-side{ display:flex; flex-direction:column; gap:5px; min-width:0; }
.dw-calc-lbl{ font-size:11px; color:var(--t3,#8a93a6); font-weight:700; }
.dw-calc-val{ display:flex; align-items:center; gap:6px; font-size:18px; font-weight:800; color:#fff; }
.dw-calc-val input{ width:100%; min-width:0; background:transparent; border:0; color:#fff; font-size:18px; font-weight:800; padding:0; font-variant-numeric:tabular-nums; }
.dw-calc-val input:focus{ outline:none; }
.dw-calc-recv{ color:#CE422B; }
.dw-calc-recv .coin-ico{ width:.85em; height:.85em; }
.dw-calc-bonus{ font-size:13px; color:#5cf08f; font-weight:800; }
.dw-calc-eq{ font-size:18px; color:var(--t3,#8a93a6); font-weight:800; }
.dw-cta{ width:100%; height:50px; margin-top:auto; border:0; border-radius:13px; background:linear-gradient(180deg,#e0552f,#CE422B); color:#fff; font-weight:900; font-size:15px; letter-spacing:.02em; cursor:pointer; box-shadow:0 6px 18px rgba(224,162,54,.42), inset 0 1px 0 rgba(255,255,255,.6); transition:filter .15s, box-shadow .15s; }
.dw-cta:hover{ filter:brightness(1.06); }
.dw-cta:disabled{ opacity:.65; cursor:default; }
.dw-cta--ghost{ background:rgba(255,255,255,.06); color:#fff; box-shadow:inset 0 0 0 1px var(--ln,#3A2828); margin-top:16px; height:44px; }
.dw-soon{ flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:12px; color:var(--t2,#c2ccde); padding:30px 10px; }
.dw-soon-ico{ font-size:42px; }
.dw-soon p{ font-size:14px; line-height:1.5; max-width:320px; margin:0; }
@media (max-width:720px){
  .dw-modal .dw-card{ width:96vw !important; }
  .dw-grid{ grid-template-columns:1fr; min-height:0; }
  .dw-side{ border-right:0; border-bottom:1px solid var(--ln,#3A2828); }
  .dw-addrbox{ flex-direction:column; align-items:center; text-align:center; }
  .dw-selrow{ grid-template-columns:1fr; }
}
.canta-modal .canta-modal__card{
  display:flex !important; flex-direction:column !important;
  max-height:min(86vh,780px) !important; overflow:hidden !important;
}
.canta-modal .canta-modal__grid{
  flex:1 1 auto !important; min-height:0 !important;
  overflow-y:auto !important; overflow-x:hidden; -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}
.canta-modal .cm-card{ overflow:visible; }
.canta-modal .cm-name{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; }
.chat-game-card .cgc-thumb-stack{ position:relative; width:42px; height:42px; flex:0 0 42px; display:flex; align-items:center; justify-content:center; background:transparent; border:0; padding:0; overflow:visible; }
.chat-game-card .cgc-thumb-stack .skin-stack{ position:static; display:flex; align-items:center; justify-content:center; width:100%; height:100%; gap:0; transform:none; vertical-align:top; }
.chat-game-card .cgc-thumb-stack .ss-th{ width:42px !important; height:42px !important; box-sizing:border-box; margin:0; border:1.5px solid rgba(0,0,0,.5); border-radius:9px; background:rgba(0,0,0,.28); overflow:hidden; display:flex; align-items:center; justify-content:center; }
.chat-game-card .cgc-thumb-stack .ss-th img{ width:100%; height:100%; object-fit:contain; display:block; }
.chat-game-card .cgc-thumb-stack .skin-stack:hover .ss-th{ transform:none; }
.chat-game-card .cgc-thumb-stack .skin-stack-more{ position:absolute; right:-4px; bottom:-4px; margin:0; font-size:9.5px; font-weight:800; padding:1px 4px; z-index:3; background:#3A2828; color:#e8edf7; border-radius:6px; box-shadow:0 2px 6px rgba(0,0,0,.5); }
.chat-game-card .skin-stack-tip{ bottom:auto; top:calc(100% + 9px); left:0; right:auto; transform:translateX(0) scale(.96); transform-origin:top left; }
.chat-game-card .skin-stack:hover .skin-stack-tip, .chat-game-card .skin-stack:focus .skin-stack-tip, .chat-game-card .skin-stack:focus-within .skin-stack-tip{ transform:translateX(0) scale(1); }
.chat-game-card .skin-stack-tip::after{ top:auto; bottom:100%; left:20px; border-top-color:transparent; border-bottom-color:var(--ln,#3A2828); }
@media (max-width:480px){ .chat-game-card .cgc-thumb-stack, .chat-game-card .cgc-thumb-stack .ss-th{ width:38px !important; height:38px !important; flex-basis:38px; } }
.chat-game-card{ gap:5px !important; padding:7px 9px !important; }
.chat-game-card .cgc-top{ gap:8px; }
.chat-game-card .cgc-bottom{ padding-top:6px; }
.chat-game-card .cgc-win{ font-size:11.5px; }
.chat-game-card .cgc-label{ font-size:10px; }
.dw-side .wd-coin-list{ display:flex; flex-direction:column; gap:8px; }
.dw-side .wd-coin-list-lbl{ font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.09em; color:var(--t3,#8a93a6); padding-left:2px; }
.dw-side .wd-coins{ display:flex !important; flex-direction:column !important; flex-wrap:nowrap !important; gap:8px; margin-top:0 !important; justify-content:flex-start !important; }
.dw-side .wd-coin{ flex:0 0 auto !important; width:100%; flex-direction:row !important; justify-content:flex-start !important; align-items:center; gap:11px; padding:11px 13px !important; text-align:left; }
.dw-side .wd-coin .wd-coin-ico{ width:26px; height:26px; flex:0 0 auto; }
.dw-side .wd-coin .wd-coin-nm{ font-size:13.5px; text-align:left; }
.dw-ref-timer{ display:flex; align-items:center; gap:6px; margin:8px 0 2px; padding:7px 11px; border-radius:9px;
  background:linear-gradient(90deg,rgba(206,66,43,.14),rgba(206,66,43,.05)); border:1px solid rgba(206,66,43,.3);
  font-size:12px; font-weight:700; color:#f0dcae; }
.dw-ref-timer svg{ color:#CE422B; flex:0 0 auto; }
.dw-ref-timer b{ font-family:var(--fm,ui-monospace,monospace); color:#CE422B; font-size:13px; letter-spacing:.04em;
  font-variant-numeric:tabular-nums; }
                                                                                                   
                                                                                                 
                                                                                                                     
.page-title{ display:none !important; }
                                                                                                      
                                                                                     
main.page h1{ position:absolute !important; width:1px !important; height:1px !important;
  padding:0 !important; margin:-1px !important; overflow:hidden !important;
  clip:rect(0 0 0 0) !important; clip-path:inset(50%) !important;
  white-space:nowrap !important; border:0 !important; display:block !important; }
                                                                                                         
.hm-free-hero{ position:relative; padding-bottom:14px !important; }
.hm-free-hero::after{ content:""; position:absolute; left:0; right:0; bottom:0; height:1px;
  background:linear-gradient(90deg, rgba(206,66,43,.34), rgba(206,66,43,.10) 42%, rgba(140,160,210,.06) 78%, transparent); }
.hm-free-hero-ico{ border-radius:14px; background:linear-gradient(160deg, rgba(206,66,43,.16), rgba(206,66,43,.05)) !important;
  border:1px solid rgba(206,66,43,.20); box-shadow:0 6px 18px rgba(0,0,0,.28); }
.hm-free-item{ border:1px solid rgba(140,160,210,.09) !important; transition:background .16s ease, border-color .16s ease, transform .16s ease !important; }
.hm-free-item:hover{ transform:translateY(-2px); }
.hm-free-i{ border:1px solid rgba(206,66,43,.14) !important; transition:background .16s ease, color .16s ease, border-color .16s ease !important; }
.hm-free-item:hover .hm-free-i{ border-color:rgba(206,66,43,.34) !important; }
@media (prefers-reduced-motion: reduce) and (min-width:100000px){ .hm-free-item:hover{ transform:none; } }

                                                                                                  
                                                                                                  
                                                                                                   
                                                                                                
.timer-section-center .timer-wrap::before, .timer-section-center .timer-wrap::after{ display:none !important; background:none !important; box-shadow:none !important; animation:none !important; }
.timer-section-center:has(.timer-prog.danger) .timer-wrap::before{ display:none !important; background:none !important; }
.timer-section-center .timer-wrap, .timer-section-center .timer-inner{ background:none !important; box-shadow:none !important; }
.timer-section-center .timer-prog{ filter:none !important; }
.timer-section-center .timer-prog.danger{ filter:none !important; }
.timer-section-center .timer-track{ stroke:rgba(206,66,43,.14) !important; }
                                                                                                  
                                                                                    
.player-stats .stat-box b,
.player-stats .stat-box b.bet-amt,
.player-stats .stat-box b.bet-amt #leftBet, .player-stats .stat-box b.bet-amt #rightBet,
.player-stats .stat-box b.bet-amt .coin-amt,
.player-stats .stat-box b.bet-amt .coin-d, .player-stats .stat-box b.bet-amt .coin-c{ font-size:30px !important; line-height:1 !important; }
.player-stats .stat-box b.bet-amt .coin-ico{ width:.72em !important; height:.72em !important; }
@media (max-width:760px){ .player-stats .stat-box b, .player-stats .stat-box b.bet-amt #leftBet, .player-stats .stat-box b.bet-amt #rightBet, .player-stats .stat-box b.bet-amt .coin-d, .player-stats .stat-box b.bet-amt .coin-c{ font-size:24px !important; } }

                                                                                               
                                                                                                          
.rp-recent-row{ justify-content:flex-start !important; }
.rp-recent-row b.rp-recent-name{ margin-left:0 !important; margin-right:0 !important; flex:0 1 auto !important; text-align:left !important; }
.rp-recent-row .rp-recent-pct{ margin-left:0 !important; flex:0 0 auto !important; }
.rp-recent-row .rp-recent-amt{ margin-left:auto !important; }

                                                                                        
                                                                                              
.pa-level{ min-width:15px !important; width:auto !important; height:15px !important; padding:0 3px !important; bottom:-1px !important; right:-1px !important; left:auto !important; top:auto !important;
  font-style:normal !important; font-weight:800 !important; font-size:9.5px !important; line-height:1 !important; letter-spacing:0 !important; border-radius:7px !important;
  background:#1A1111 !important; color:var(--lvc,#8593ad) !important; border:1px solid var(--lvc,#8593ad) !important;
  box-shadow:0 1px 3px rgba(0,0,0,.6) !important; }
.pa-level.lvt1 { --lvc:#8d96a3; } .pa-level.lvt2 { --lvc:#98a2af; } .pa-level.lvt3 { --lvc:#a5aeba; }
.pa-level.lvt4 { --lvc:#72a0be; } .pa-level.lvt5 { --lvc:#5fa6b6; } .pa-level.lvt6 { --lvc:#55a89b; }
.pa-level.lvt7 { --lvc:#5aac86; } .pa-level.lvt8 { --lvc:#6bae76; } .pa-level.lvt9 { --lvc:#88b06c; }
.pa-level.lvt10{ --lvc:#bfa066; }
                                                                                                      
                                                                                                    
                                                                                                    
                                                                                                      
.profile-avatar-btn:has(.pa-level){ border-color:var(--lvc,#8593ad) !important; box-shadow:0 0 0 2px var(--lvc,#8593ad), 0 0 10px -2px var(--lvc,#8593ad) !important; }
.profile-avatar-btn:has(.pa-level):hover{ box-shadow:0 0 0 2px var(--lvc,#8593ad), 0 7px 18px rgba(0,0,0,.4) !important; }

                                                                                                     
                                                                                                     
                                                                                                              
.chat-av{ position:relative !important; overflow:visible !important; }
.chat-av-lvl{ position:absolute !important; bottom:-3px !important; right:-3px !important; left:auto !important; top:auto !important; transform:none !important;
  min-width:14px !important; width:auto !important; height:14px !important; padding:0 2.5px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important;
  font-style:normal !important; font-weight:800 !important; font-size:9px !important; line-height:1 !important; letter-spacing:0 !important;
  border-radius:6px !important; box-shadow:0 1px 3px rgba(0,0,0,.6) !important; z-index:4 !important; pointer-events:none !important;
  background:#1A1111 !important; color:var(--lvc,#8593ad) !important; border:1px solid var(--lvc,#8593ad) !important; }
.chat-av.chat-av-lv{ border-color:var(--lvc,#8593ad) !important; box-shadow:0 0 0 2px var(--lvc,#8593ad), 0 0 9px -1px var(--lvc,#8593ad) !important; }
.chat-av.lvt1,.chat-av-lvl.lvt1{--lvc:#8d96a3}.chat-av.lvt2,.chat-av-lvl.lvt2{--lvc:#98a2af}.chat-av.lvt3,.chat-av-lvl.lvt3{--lvc:#a5aeba}
.chat-av.lvt4,.chat-av-lvl.lvt4{--lvc:#72a0be}.chat-av.lvt5,.chat-av-lvl.lvt5{--lvc:#5fa6b6}.chat-av.lvt6,.chat-av-lvl.lvt6{--lvc:#55a89b}
.chat-av.lvt7,.chat-av-lvl.lvt7{--lvc:#5aac86}.chat-av.lvt8,.chat-av-lvl.lvt8{--lvc:#6bae76}.chat-av.lvt9,.chat-av-lvl.lvt9{--lvc:#88b06c}.chat-av.lvt10,.chat-av-lvl.lvt10{--lvc:#bfa066}

                                                                                                  
                                                                                   
.lvl-pill{ display:inline-flex; align-items:center; justify-content:center; gap:4px; padding:2px 9px; border-radius:7px;
  font-weight:800 !important; font-size:12px; line-height:1; letter-spacing:.02em; font-style:normal;
  background:#1A1111 !important; color:var(--lvc,#8593ad) !important; border:1px solid var(--lvc,#8593ad) !important; }
.lvl-pill.lvt1,.pf2-lvl.lvt1,.rc-lvl.lvt1,.affx-lvl-chip.lvt1{--lvc:#8d96a3}.lvl-pill.lvt2,.pf2-lvl.lvt2,.rc-lvl.lvt2,.affx-lvl-chip.lvt2{--lvc:#98a2af}.lvl-pill.lvt3,.pf2-lvl.lvt3,.rc-lvl.lvt3,.affx-lvl-chip.lvt3{--lvc:#a5aeba}.lvl-pill.lvt4,.pf2-lvl.lvt4,.rc-lvl.lvt4,.affx-lvl-chip.lvt4{--lvc:#72a0be}.lvl-pill.lvt5,.pf2-lvl.lvt5,.rc-lvl.lvt5,.affx-lvl-chip.lvt5{--lvc:#5fa6b6}
.lvl-pill.lvt6,.pf2-lvl.lvt6,.rc-lvl.lvt6,.affx-lvl-chip.lvt6{--lvc:#55a89b}.lvl-pill.lvt7,.pf2-lvl.lvt7,.rc-lvl.lvt7,.affx-lvl-chip.lvt7{--lvc:#5aac86}.lvl-pill.lvt8,.pf2-lvl.lvt8,.rc-lvl.lvt8,.affx-lvl-chip.lvt8{--lvc:#6bae76}.lvl-pill.lvt9,.pf2-lvl.lvt9,.rc-lvl.lvt9,.affx-lvl-chip.lvt9{--lvc:#88b06c}.lvl-pill.lvt10,.pf2-lvl.lvt10,.rc-lvl.lvt10,.affx-lvl-chip.lvt10{--lvc:#bfa066}
.profile-lvl .lvl-pill{ font-size:12.5px; }
.pm-head .lvl-pill{ font-size:12.5px; padding:2px 8px; }

                                                                                                                                                                                     
                                                                                                        
                                                                                                      
                                                                                                     
                                                                                     
.skin-stack{ display:inline-flex; align-items:center; gap:4px; position:relative; cursor:default; vertical-align:middle; max-width:100%; }
.skin-stack .ss-th{ width:44px; height:44px; flex:0 0 auto; border:1.5px solid rgba(0,0,0,.55); border-radius:8px;
  background:rgba(0,0,0,.22); overflow:hidden; display:inline-flex; align-items:center; justify-content:center; }
.skin-stack .ss-th img{ display:block; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:contain; }
.skin-stack-more{ flex:0 0 auto; font:800 12px var(--fu,inherit); color:var(--t2,#c2ccde); background:rgba(255,255,255,.08);
  border-radius:7px; padding:3px 7px; margin-left:2px; align-self:center; white-space:nowrap; }
                                                                                                   
                                                                                                       
.skin-stack .cps-th{ width:34px; height:34px; flex:0 0 auto; overflow:hidden; display:inline-flex; align-items:center; justify-content:center;
  border-radius:7px; background:rgba(0,0,0,.22); padding:2px; }
.skin-stack .cps-th img{ display:block; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:contain; }
                                                                                                       
                                                                                                       
.skin-stack .skin-stack-tip:not(.skin-tip-float){ display:none !important; }
                                                                                                   
                                                                              
.skin-tip-float{ min-width:180px; max-width:min(260px,calc(100vw - 16px)); max-height:260px; overflow-y:auto;
  background:var(--card,#2D1F1F); border:1px solid var(--ln,#3A2828); border-radius:12px; padding:8px;
  box-shadow:0 14px 40px rgba(0,0,0,.5); }
.skin-tip-float::after{ display:none !important; }
.skin-tip-float .sst-row{ display:flex; align-items:center; gap:8px; padding:4px 5px; border-radius:7px; min-width:0; }
.skin-tip-float .sst-row + .sst-row{ margin-top:1px; }
.skin-tip-float .sst-th{ width:30px; height:30px; flex:0 0 30px; border-radius:5px; background:rgba(0,0,0,.25); overflow:hidden;
  display:inline-flex; align-items:center; justify-content:center; }
.skin-tip-float .sst-th img{ display:block; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:contain; }
.skin-tip-float .sst-name{ flex:1 1 auto; min-width:0; font:600 12px var(--fu,inherit); color:var(--t1,#e7edfa);
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.skin-tip-float .sst-val{ flex:0 0 auto; font:800 12px var(--fu,inherit); color:var(--gold2,#CE422B); display:inline-flex;
  align-items:center; gap:3px; white-space:nowrap; }

                                                                                                   
                                                                       
.nav a, .nav a:hover, .nav a:focus,
.nav .nav-ico, .nav a:hover .nav-ico, .nav-more-btn:hover .nav-ico,
.nav .nav-txt, .nav a:hover .nav-txt, .nav-caret,
.pill-steam, .pill-steam:hover, .pill-steam .pill-steam-ico, .pill-steam:hover .pill-steam-ico,
.topstrip-nav a, .topstrip-nav a:hover{ transform:none !important; }
.nav a::after, .nav a:hover::after, .topstrip-nav a::after, .topstrip-nav a:hover::after{ transform:scaleX(0) !important; width:0 !important; opacity:0 !important; transition:none !important; }

                                                                                                          
                                                                                                          
                                                                                                        
                                                                                                    
                                                                                                                
                                                                                              
                                                                                               
                                                                                                     
#chatRain.free-rain{ position:relative !important; overflow:hidden !important; margin:10px 10px 9px !important; padding:15px 16px 14px !important; border-radius:18px !important;
  background:
    radial-gradient(58% 90% at 82% 32%, rgba(206,66,43,.34), transparent 60%),
    radial-gradient(120% 120% at 10% 118%, rgba(150,96,20,.36), transparent 64%),
    linear-gradient(160deg, #2a1f0c 0%, #1b1407 48%, #0c0a05 100%) !important;
  border:1px solid rgba(206,66,43,.42) !important;
  box-shadow:0 20px 46px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,236,180,.18), inset 0 0 60px rgba(120,80,15,.35) !important; }
#chatRain.free-rain.fr-active{ border-color:rgba(255,213,110,.6) !important; }
@media (prefers-reduced-motion: reduce) and (min-width:100000px){ #chatRain.free-rain *{ animation:none !important; } }
                                                                               
#chatRain.free-rain::before{ content:"" !important; position:absolute !important; right:-30px !important; bottom:-46px !important; width:158px !important; height:158px !important; z-index:0 !important; pointer-events:none !important;
  background:url('/assets/money.svg') center/contain no-repeat !important; opacity:.14 !important; filter:drop-shadow(0 0 24px rgba(206,66,43,.55)) !important;
  animation:frEmblemSpin 16s linear infinite !important; }
@keyframes frEmblemSpin{ to{ transform:rotate(360deg); } }
                                                                      
#chatRain.free-rain::after{ content:"" !important; position:absolute !important; inset:0 !important; z-index:2 !important; pointer-events:none !important; border-radius:inherit !important;
  background:radial-gradient(42% 64% at 50% -12%, rgba(255,236,180,.18), transparent 70%) !important; }
                                                                    
#chatRain .fr-rain{ position:absolute !important; inset:0 !important; z-index:1 !important; pointer-events:none !important; overflow:hidden !important; border-radius:inherit !important;
  -webkit-mask-image:linear-gradient(180deg, transparent, #000 12%, #000 90%, transparent) !important; mask-image:linear-gradient(180deg, transparent, #000 12%, #000 90%, transparent) !important; }
#chatRain .fr-rain i{ position:absolute !important; top:-34px !important; width:22px !important; height:22px !important; border-radius:0 !important;
  background:url('/assets/money.svg') center/contain no-repeat !important; filter:drop-shadow(0 2px 5px rgba(0,0,0,.55)) !important;
  animation:frCoinFall linear infinite !important; will-change:transform,opacity !important; }
@keyframes frCoinFall{ 0%{ transform:translateY(-34px) rotate(0deg); opacity:0; } 10%{ opacity:1; } 88%{ opacity:1; } 100%{ transform:translateY(152px) rotate(230deg); opacity:0; } }
#chatRain .fr-rain i:nth-child(1){ left:1%;  width:15px; height:15px; animation-duration:3s;   animation-delay:0s;   opacity:.9 !important; }
#chatRain .fr-rain i:nth-child(2){ left:7%;  width:24px; height:24px; animation-duration:2.5s; animation-delay:.5s; }
#chatRain .fr-rain i:nth-child(3){ left:12%; width:18px; height:18px; animation-duration:2.9s; animation-delay:1.1s; }
#chatRain .fr-rain i:nth-child(4){ left:17%; width:13px; height:13px; animation-duration:3.3s; animation-delay:.3s;  opacity:.85 !important; }
#chatRain .fr-rain i:nth-child(5){ left:22%; width:26px; height:26px; animation-duration:2.4s; animation-delay:1.5s; }
#chatRain .fr-rain i:nth-child(6){ left:28%; width:19px; height:19px; animation-duration:2.8s; animation-delay:.8s; }
#chatRain .fr-rain i:nth-child(7){ left:33%; width:16px; height:16px; animation-duration:3.1s; animation-delay:1.9s; opacity:.88 !important; }
#chatRain .fr-rain i:nth-child(8){ left:39%; width:23px; height:23px; animation-duration:2.6s; animation-delay:.2s; }
#chatRain .fr-rain i:nth-child(9){ left:44%; width:14px; height:14px; animation-duration:3.4s; animation-delay:1.3s; opacity:.85 !important; }
#chatRain .fr-rain i:nth-child(10){ left:49%; width:25px; height:25px; animation-duration:2.5s; animation-delay:.6s; }
#chatRain .fr-rain i:nth-child(11){ left:55%; width:17px; height:17px; animation-duration:3s;   animation-delay:1.7s; }
#chatRain .fr-rain i:nth-child(12){ left:60%; width:20px; height:20px; animation-duration:2.7s; animation-delay:.4s; }
#chatRain .fr-rain i:nth-child(13){ left:65%; width:13px; height:13px; animation-duration:3.3s; animation-delay:1.1s; opacity:.85 !important; }
#chatRain .fr-rain i:nth-child(14){ left:70%; width:24px; height:24px; animation-duration:2.5s; animation-delay:2s; }
#chatRain .fr-rain i:nth-child(15){ left:76%; width:18px; height:18px; animation-duration:2.9s; animation-delay:.7s; }
#chatRain .fr-rain i:nth-child(16){ left:81%; width:15px; height:15px; animation-duration:3.2s; animation-delay:1.5s; opacity:.88 !important; }
#chatRain .fr-rain i:nth-child(17){ left:86%; width:22px; height:22px; animation-duration:2.6s; animation-delay:.1s; }
#chatRain .fr-rain i:nth-child(18){ left:91%; width:16px; height:16px; animation-duration:3.1s; animation-delay:1.2s; }
#chatRain .fr-rain i:nth-child(19){ left:95%; width:20px; height:20px; animation-duration:2.7s; animation-delay:1.9s; }
#chatRain .fr-rain i:nth-child(20){ left:98%; width:13px; height:13px; animation-duration:3.4s; animation-delay:.5s;  opacity:.82 !important; }
                     
#chatRain .fr-glow{ position:absolute !important; inset:0 !important; z-index:1 !important; pointer-events:none !important; border-radius:inherit !important;
  background:radial-gradient(42% 70% at 76% 50%, rgba(206,66,43,.16), transparent 72%) !important; animation:frGlowPulse 3s ease-in-out infinite !important; }
@keyframes frGlowPulse{ 0%,100%{ opacity:.5; } 50%{ opacity:.95; } }
                                                       
#chatRain .fr-row{ position:relative !important; z-index:3 !important; display:flex !important; flex-wrap:nowrap !important; align-items:center !important; gap:5px 6px !important; min-width:0 !important; }
#chatRain .fr-title{ display:inline-flex !important; align-items:center !important; gap:5px !important; flex:0 1 auto !important; min-width:0 !important; overflow:hidden !important; white-space:nowrap !important; font-size:11px !important; font-weight:700 !important; letter-spacing:.14em !important; text-transform:uppercase !important; color:rgba(255,224,160,.72) !important; text-shadow:0 1px 2px rgba(0,0,0,.5) !important; }
#chatRain .fr-drop{ flex:0 0 auto !important; color:rgba(255,224,160,.8) !important; -webkit-text-fill-color:rgba(255,224,160,.8) !important; }
#chatRain .fr-info{ flex:0 0 auto !important; width:18px !important; height:18px !important; margin:0 !important; padding:0 !important; border-radius:50% !important; border:1px solid rgba(206,66,43,.45) !important; background:rgba(206,66,43,.12) !important; color:var(--gold2,#CE422B) !important; font:800 10px system-ui,sans-serif !important; cursor:pointer !important; display:grid !important; place-items:center !important; transition:background .15s, transform .1s !important; text-transform:none !important; letter-spacing:0 !important; }
#chatRain .fr-info:hover{ background:rgba(206,66,43,.26) !important; transform:scale(1.08) !important; border-color:rgba(206,66,43,.45) !important; }
                                                                                                
                                                                                    
.rfd-bal-info{ flex:0 0 auto; width:18px; height:18px; margin:0 6px 0 0; padding:0; border-radius:50%;
  border:1px solid rgba(206,66,43,.45); background:rgba(206,66,43,.12); color:var(--gold2,#CE422B);
  font:800 10px system-ui,sans-serif; cursor:pointer; display:grid; place-items:center;
  transition:background .15s, transform .1s; text-transform:none; letter-spacing:0; }
.rfd-bal-info:hover{ background:rgba(206,66,43,.26); transform:scale(1.08); }
#chatRain .fr-timer{ flex:0 0 auto !important; color:rgba(235,228,210,.85) !important; font-size:11px !important; font-weight:700 !important; font-variant-numeric:tabular-nums !important; background:rgba(0,0,0,.32) !important; padding:2px 7px !important; border-radius:7px !important; border:1px solid rgba(160,140,100,.22) !important; }
#chatRain .fr-pot{ flex:0 0 auto !important; display:inline-flex !important; align-items:center !important; gap:4px !important; font-size:16px !important; font-weight:800 !important; color:#ffe7a6 !important; text-shadow:0 0 16px rgba(206,66,43,.55) !important; font-variant-numeric:tabular-nums !important; }
#chatRain .fr-pot .coin-ico{ width:1em !important; height:1em !important; margin-right:0 !important; }
#chatRain .fr-actions{ display:inline-flex !important; flex:0 0 auto !important; align-items:center !important; gap:7px !important; }
#chatRain .fr-right{ display:inline-flex !important; align-items:center !important; gap:5px !important; margin-left:auto !important; flex:0 1 auto !important; min-width:0 !important; justify-content:flex-end !important; }
                                                                                         
#chatRain .fr-brand{ display:inline-flex !important; flex-direction:row !important; align-items:center !important; justify-content:center !important; flex:0 0 auto !important; line-height:1 !important; min-width:0 !important; }
#chatRain .fr-brand-top{ display:inline-flex !important; align-items:center !important; gap:3px !important; font-size:9.5px !important; font-weight:800 !important; letter-spacing:.22em !important; text-transform:uppercase !important; color:rgba(255,224,160,.72) !important; margin-bottom:2px !important; text-shadow:0 1px 2px rgba(0,0,0,.5) !important; }
#chatRain .fr-brand-top .coin-ico{ width:11px !important; height:11px !important; margin-right:0 !important; }
#chatRain .fr-brand-main{ font-size:15px !important; font-weight:900 !important; letter-spacing:.01em !important; line-height:1 !important;
  background:linear-gradient(180deg,#ffe694,#CE422B) !important; -webkit-background-clip:text !important; background-clip:text !important; -webkit-text-fill-color:transparent !important; color:#CE422B !important;
  filter:drop-shadow(0 2px 5px rgba(206,66,43,.4)) !important; }
#chatRain .fr-potwrap{ display:inline-flex !important; flex-direction:column !important; align-items:center !important; gap:1px !important; flex:0 1 auto !important; min-width:0 !important;
  background:rgba(0,0,0,.34) !important; border:1px solid rgba(160,140,100,.26) !important; border-radius:12px !important; padding:4px 8px !important; }
#chatRain .fr-potwrap .fr-pot{ font-size:15px !important; max-width:100% !important; }
#chatRain .fr-potwrap .fr-timer{ background:none !important; border:none !important; padding:0 !important; font-size:9.5px !important; color:rgba(235,228,210,.68) !important; letter-spacing:.03em !important; }
#chatRain .fr-joined{ display:inline-flex !important; align-items:center !important; gap:4px !important; flex:0 0 auto !important; height:33px !important; padding:0 13px !important; border-radius:10px !important;
  font-size:12px !important; font-weight:800 !important; color:#7fe0a0 !important; background:rgba(74,222,128,.14) !important; border:1px solid rgba(74,222,128,.4) !important; }
                                                                                              
                                                                                                          
#chatRain .fr-actions[hidden], #chatRain .fr-joined[hidden], #chatRain .fr-join[hidden], #chatRain .fr-timer[hidden], #chatRain .fr-tip[hidden], #chatRain [hidden]{ display:none !important; }
#chatRain .fr-join{ position:relative !important; overflow:hidden !important; flex:0 0 auto !important; height:33px !important; padding:0 13px !important; border-radius:10px !important; font-size:12px !important; font-weight:800 !important; letter-spacing:.04em !important; text-transform:uppercase !important; color:#2a1c04 !important; border:none !important;
  background:linear-gradient(180deg,#e0552f,#CE422B) !important;
  box-shadow:0 4px 13px rgba(224,162,54,.5), inset 0 1px 0 rgba(255,255,255,.75), inset 0 -2px 4px rgba(150,95,20,.25) !important;
  display:inline-flex !important; align-items:center !important; justify-content:center !important; white-space:nowrap !important; cursor:pointer !important; transition:filter .15s, box-shadow .15s !important; }
#chatRain .fr-join:hover{ filter:brightness(1.08) !important; box-shadow:0 6px 17px rgba(230,169,59,.62), inset 0 1px 0 rgba(255,255,255,.7) !important; transform:none !important; }
#chatRain .fr-join:disabled{ cursor:default !important; }
#chatRain .fr-join:disabled:hover{ filter:none !important; }
#chatRain .fr-join:disabled:not(.joined){ filter:grayscale(.4) brightness(.82) !important; opacity:.72 !important; }
#chatRain .fr-join.joined{ background:rgba(74,222,128,.16) !important; color:#7fe0a0 !important; box-shadow:inset 0 0 0 1px rgba(74,222,128,.4) !important; }
#chatRain .fr-tip{ height:33px !important; width:33px !important; padding:0 !important; border-radius:10px !important; flex:0 0 auto !important;
  color:#fff !important; background:linear-gradient(180deg,#e0552f,#CE422B) !important; border:none !important;
  box-shadow:0 4px 13px rgba(224,162,54,.45), inset 0 1px 0 rgba(255,255,255,.72), inset 0 -2px 4px rgba(150,95,20,.22) !important;
  display:inline-flex !important; align-items:center !important; justify-content:center !important; cursor:pointer !important; transition:filter .15s, box-shadow .15s !important; }
#chatRain .fr-tip:hover{ filter:brightness(1.08) !important; box-shadow:0 6px 17px rgba(230,169,59,.6), inset 0 1px 0 rgba(255,255,255,.7) !important; transform:none !important; }
#chatRain .fr-tip-ico{ width:18px !important; height:18px !important; display:block !important; flex:0 0 auto !important; }
#chatRain .fr-bar{ position:relative !important; z-index:3 !important; height:8px !important; margin-top:9px !important; border-radius:6px !important; border:1px solid rgba(206,66,43,.18) !important; background:rgba(0,0,0,.4) !important; overflow:hidden !important; }
#chatRain .fr-bar-fill{ position:absolute !important; top:0 !important; bottom:0 !important; left:0 !important; width:0; border-radius:inherit !important; background:rgba(206,66,43,.3) !important; transition:width .5s ease !important; }
#chatRain.free-rain.fr-active .fr-bar-fill{ background:linear-gradient(90deg,#f4a58f,#CE422B,#f4a58f) !important; background-size:200% 100% !important; box-shadow:0 0 14px rgba(206,66,43,.55) !important; animation:frGoldShine 2.8s linear infinite !important; }
#chatRain .fr-bar-label{ position:relative !important; z-index:1 !important; display:none !important; }
#chatRain .fr-meta{ position:relative !important; z-index:3 !important; margin-top:7px !important; font-size:11px !important; font-weight:700 !important; letter-spacing:.02em !important; color:rgba(255,224,160,.84) !important; text-shadow:0 1px 2px rgba(0,0,0,.55) !important; }
#chatRain.free-rain.fr-active .fr-meta{ color:rgba(235,228,210,.9) !important; font-variant-numeric:tabular-nums !important; }
@keyframes frGoldShine{ from{ background-position:0% 0; } to{ background-position:200% 0; } }
                                                                                                        
                                                                                                         
                                                                                                       
                                                                                                                  
[class*="btn"]:hover, [class*="card"]:hover, [class*="-row"]:hover, [class*="-tab"]:hover,
[class*="-chip"]:hover, [class*="-game"]:hover, [class*="-soc"]:hover,
.nav a:hover, .nav a:hover .nav-ico, .brand:hover .brand-icon-rust,
.chat-av:hover, .cw-av:hover, .emoji-pick:hover, .bstat:hover, .aff-metric:hover,
.hist-item:hover, .lb-row:hover, .rw-daily:hover,
.hm-btn-steam:hover svg, .cf-side-btn:hover .cf-side-coin{
  transform:none !important;
}
                                                            
.hm-sparks{ display:none !important; }

                                                                                                         
                                                                                                                  
.level-badge, .hm-promo-lvl-badge{ font-style:italic !important; font-weight:900 !important; letter-spacing:.3px !important; }
                                                               
                                
                                                                                         
                                                                              
                                                                                      
                                  
                                                                                            
                                                                                      
                                                   
                                                                                                 
.hm-promo-lvl-badge{ text-indent:-.3px !important; padding-right:1.5px !important; }
.level-badge, .hm-promo-lvl-badge{ color:#34230a !important;
  text-shadow:0 -1px 0 rgba(255,246,214,.55), 0 1px 0 rgba(74,46,10,.55), 0 2px 4px rgba(0,0,0,.28) !important; }
                                                                                                              
.hm-promo-lvl-badge.lvt1{--lvc:#8d96a3}.hm-promo-lvl-badge.lvt2{--lvc:#98a2af}.hm-promo-lvl-badge.lvt3{--lvc:#a5aeba}.hm-promo-lvl-badge.lvt4{--lvc:#72a0be}.hm-promo-lvl-badge.lvt5{--lvc:#5fa6b6}.hm-promo-lvl-badge.lvt6{--lvc:#55a89b}.hm-promo-lvl-badge.lvt7{--lvc:#5aac86}.hm-promo-lvl-badge.lvt8{--lvc:#6bae76}.hm-promo-lvl-badge.lvt9{--lvc:#88b06c}.hm-promo-lvl-badge.lvt10{--lvc:#bfa066}.hm-promo-lvl-badge.lvt11{--lvc:#cdaa5e}.hm-promo-lvl-badge.lvt12{--lvc:#d9b458}.hm-promo-lvl-badge.lvt13{--lvc:#e3bf5a}.hm-promo-lvl-badge.lvt14{--lvc:#ecca62}.hm-promo-lvl-badge.lvt15{--lvc:#f5dc7a}
.hm-promo-lvl-badge{ background:linear-gradient(150deg, var(--lvc,#8d96a3), rgba(0,0,0,.34)) !important; color:#fff !important; text-shadow:0 1px 3px rgba(0,0,0,.5) !important; box-shadow:0 8px 20px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.18) !important; }
.level-title{ font-style:italic !important; }
                                                                                                 
                                                                                       
                                                                                              
.chat-msg-head .chat-lvl, .chat-lvl{
  font-family:var(--fd) !important; font-style:italic !important; font-weight:900 !important;
  font-size:10.5px !important; letter-spacing:.4px !important; line-height:1.5 !important;
  padding:1px 7px 1px 6px !important; min-width:23px !important; height:auto !important;
  border-radius:7px !important; text-align:center !important;
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 1px rgba(0,0,0,.25), 0 1px 3px rgba(0,0,0,.34) !important;
  text-shadow:0 1px 1px rgba(0,0,0,.4), 0 -1px 0 rgba(255,255,255,.32) !important;
}
.chat-msg-head .chat-lvl::before, .chat-lvl::before{ content:"" !important; }
                                                                                                       
                                                                                                   
                                                                                                    
                                                                                                                       
.pa-level.lvt1,.chat-lvl.lvt1,.chat-av.lvt1,.chat-av-lvl.lvt1,.lvl-pill.lvt1,.pf2-lvl.lvt1,.rc-lvl.lvt1,.affx-lvl-chip.lvt1,.hm-promo-lvl-badge.lvt1,.profile-avatar-btn:has(.pa-level.lvt1){ --lvc:#d3dae6; --lvc2:#8b95a6; }                   
.pa-level.lvt2,.chat-lvl.lvt2,.chat-av.lvt2,.chat-av-lvl.lvt2,.lvl-pill.lvt2,.pf2-lvl.lvt2,.rc-lvl.lvt2,.affx-lvl-chip.lvt2,.hm-promo-lvl-badge.lvt2,.profile-avatar-btn:has(.pa-level.lvt2){ --lvc:#7fc4e8; --lvc2:#3f89b8; }                  
.pa-level.lvt3,.chat-lvl.lvt3,.chat-av.lvt3,.chat-av-lvl.lvt3,.lvl-pill.lvt3,.pf2-lvl.lvt3,.rc-lvl.lvt3,.affx-lvl-chip.lvt3,.hm-promo-lvl-badge.lvt3,.profile-avatar-btn:has(.pa-level.lvt3){ --lvc:#4fd39a; --lvc2:#2a9668; }                      
.pa-level.lvt4,.chat-lvl.lvt4,.chat-av.lvt4,.chat-av-lvl.lvt4,.lvl-pill.lvt4,.pf2-lvl.lvt4,.rc-lvl.lvt4,.affx-lvl-chip.lvt4,.hm-promo-lvl-badge.lvt4,.profile-avatar-btn:has(.pa-level.lvt4){ --lvc:#f4cd63; --lvc2:#cf9a2f; }                   
.pa-level.lvt5,.chat-lvl.lvt5,.chat-av.lvt5,.chat-av-lvl.lvt5,.lvl-pill.lvt5,.pf2-lvl.lvt5,.rc-lvl.lvt5,.affx-lvl-chip.lvt5,.hm-promo-lvl-badge.lvt5,.profile-avatar-btn:has(.pa-level.lvt5){ --lvc:#f0973a; --lvc2:#c46516; }                     
.pa-level.lvt6,.chat-lvl.lvt6,.chat-av.lvt6,.chat-av-lvl.lvt6,.lvl-pill.lvt6,.pf2-lvl.lvt6,.rc-lvl.lvt6,.affx-lvl-chip.lvt6,.hm-promo-lvl-badge.lvt6,.profile-avatar-btn:has(.pa-level.lvt6){ --lvc:#ef6b5c; --lvc2:#c23a2f; }                    
.pa-level.lvt7,.chat-lvl.lvt7,.chat-av.lvt7,.chat-av-lvl.lvt7,.lvl-pill.lvt7,.pf2-lvl.lvt7,.rc-lvl.lvt7,.affx-lvl-chip.lvt7,.hm-promo-lvl-badge.lvt7,.profile-avatar-btn:has(.pa-level.lvt7){ --lvc:#cb5470; --lvc2:#862a41; }                    
.pa-level.lvt8,.chat-lvl.lvt8,.chat-av.lvt8,.chat-av-lvl.lvt8,.lvl-pill.lvt8,.pf2-lvl.lvt8,.rc-lvl.lvt8,.affx-lvl-chip.lvt8,.hm-promo-lvl-badge.lvt8,.profile-avatar-btn:has(.pa-level.lvt8){ --lvc:#4ec987; --lvc2:#278f57; }                    
.pa-level.lvt9,.chat-lvl.lvt9,.chat-av.lvt9,.chat-av-lvl.lvt9,.lvl-pill.lvt9,.pf2-lvl.lvt9,.rc-lvl.lvt9,.affx-lvl-chip.lvt9,.hm-promo-lvl-badge.lvt9,.profile-avatar-btn:has(.pa-level.lvt9){ --lvc:#3ec9c1; --lvc2:#17928c; }                        
.pa-level.lvt10,.chat-lvl.lvt10,.chat-av.lvt10,.chat-av-lvl.lvt10,.lvl-pill.lvt10,.pf2-lvl.lvt10,.rc-lvl.lvt10,.affx-lvl-chip.lvt10,.hm-promo-lvl-badge.lvt10,.profile-avatar-btn:has(.pa-level.lvt10){ --lvc:#55a1f0; --lvc2:#2a6cc9; }                   
.pa-level.lvt11,.chat-lvl.lvt11,.chat-av.lvt11,.chat-av-lvl.lvt11,.lvl-pill.lvt11,.pf2-lvl.lvt11,.rc-lvl.lvt11,.affx-lvl-chip.lvt11,.hm-promo-lvl-badge.lvt11,.profile-avatar-btn:has(.pa-level.lvt11){ --lvc:#4a63cc; --lvc2:#253c82; }                     
.pa-level.lvt12,.chat-lvl.lvt12,.chat-av.lvt12,.chat-av-lvl.lvt12,.lvl-pill.lvt12,.pf2-lvl.lvt12,.rc-lvl.lvt12,.affx-lvl-chip.lvt12,.hm-promo-lvl-badge.lvt12,.profile-avatar-btn:has(.pa-level.lvt12){ --lvc:#a96fe4; --lvc2:#6d33b4; }                       
.pa-level.lvt13,.chat-lvl.lvt13,.chat-av.lvt13,.chat-av-lvl.lvt13,.lvl-pill.lvt13,.pf2-lvl.lvt13,.rc-lvl.lvt13,.affx-lvl-chip.lvt13,.hm-promo-lvl-badge.lvt13,.profile-avatar-btn:has(.pa-level.lvt13){ --lvc:#d94fa8; --lvc2:#a02876; }                        
.pa-level.lvt14,.chat-lvl.lvt14,.chat-av.lvt14,.chat-av-lvl.lvt14,.lvl-pill.lvt14,.pf2-lvl.lvt14,.rc-lvl.lvt14,.affx-lvl-chip.lvt14,.hm-promo-lvl-badge.lvt14,.profile-avatar-btn:has(.pa-level.lvt14){ --lvc:#f077c1; --lvc2:#c53a8c; }                     
.pa-level.lvt15,.chat-lvl.lvt15,.chat-av.lvt15,.chat-av-lvl.lvt15,.lvl-pill.lvt15,.pf2-lvl.lvt15,.rc-lvl.lvt15,.affx-lvl-chip.lvt15,.hm-promo-lvl-badge.lvt15,.profile-avatar-btn:has(.pa-level.lvt15){ --lvc:#3fd6d0; --lvc2:#1a9995; }                     
.pa-level.lvt16,.chat-lvl.lvt16,.chat-av.lvt16,.chat-av-lvl.lvt16,.lvl-pill.lvt16,.pf2-lvl.lvt16,.rc-lvl.lvt16,.affx-lvl-chip.lvt16,.hm-promo-lvl-badge.lvt16,.profile-avatar-btn:has(.pa-level.lvt16){ --lvc:#f4e8c0; --lvc2:#c9b878; }                      
                                                                                  
.chat-msg-head .chat-lvl[class*="lvt"], .chat-lvl[class*="lvt"], .hm-promo-lvl-badge[class*="lvt"], .lvl-pill[class*="lvt"], .pa-level[class*="lvt"], .chat-av-lvl[class*="lvt"], .pf2-lvl[class*="lvt"], .rc-lvl[class*="lvt"], .affx-lvl-chip[class*="lvt"]{
  background:linear-gradient(135deg, var(--lvc,#d3dae6), var(--lvc2,#8b95a6)) !important; color:#fff !important;
}
                                                                                           
                                                                                        
                                                                                          
                                                                                 
.rc-lvl[class*="lvt"], .lb-lvl[class*="lvt"], .affx-lvl-chip[class*="lvt"]{
  background:linear-gradient(135deg, var(--lvc,#d3dae6), var(--lvc2,#8b95a6)) !important;
  color:#fff !important;
  box-shadow:0 2px 5px color-mix(in srgb, var(--lvc,#8593ad) 30%, transparent) !important;
}
                                                                                                     
                                                                                                               
.pa-level.lvt15,.chat-lvl.lvt15,.chat-av.lvt15,.chat-av-lvl.lvt15,.lvl-pill.lvt15,.pf2-lvl.lvt15,.rc-lvl.lvt15,.affx-lvl-chip.lvt15,.hm-promo-lvl-badge.lvt15,.profile-avatar-btn:has(.pa-level.lvt15){ --lvc:#cdefff; --lvc2:#7db8ec; }
.chat-msg-head .chat-lvl.lvt15, .chat-lvl.lvt15, .hm-promo-lvl-badge.lvt15, .lvl-pill.lvt15,.pf2-lvl.lvt15,.rc-lvl.lvt15,.affx-lvl-chip.lvt15, .pa-level.lvt15, .chat-av-lvl.lvt15, .chat-av.lvt15{
  background:linear-gradient(115deg,#eaf8ff 0%,#a9d9f6 20%,#68aee4 38%,#e2f2ff 52%,#8ec8f0 70%,#bde4fc 100%) !important;
  background-size:280% 100% !important; color:#0c2740 !important;
  animation:lvtDiamond 3.4s linear infinite !important;
  box-shadow:0 0 10px -1px rgba(150,215,255,.78), 0 1px 3px rgba(0,0,0,.55) !important;
}
@keyframes lvtDiamond{ 0%{ background-position:0% 0; } 100%{ background-position:280% 0; } }
.pa-level.lvt16,.chat-lvl.lvt16,.chat-av.lvt16,.chat-av-lvl.lvt16,.lvl-pill.lvt16,.pf2-lvl.lvt16,.rc-lvl.lvt16,.affx-lvl-chip.lvt16,.hm-promo-lvl-badge.lvt16,.profile-avatar-btn:has(.pa-level.lvt16){ --lvc:#ff8be6; --lvc2:#7b5cff; }
.chat-msg-head .chat-lvl.lvt16, .chat-lvl.lvt16, .hm-promo-lvl-badge.lvt16, .lvl-pill.lvt16,.pf2-lvl.lvt16,.rc-lvl.lvt16,.affx-lvl-chip.lvt16, .pa-level.lvt16, .chat-av-lvl.lvt16, .chat-av.lvt16{
  background:linear-gradient(115deg,#ff6ec7 0%,#ffd86e 20%,#6ef0c8 40%,#6ec8ff 60%,#b06eff 80%,#ff6ec7 100%) !important;
  background-size:300% 100% !important; color:#22103a !important;
  animation:lvtHype 2.4s linear infinite !important;
  box-shadow:0 0 14px -1px rgba(255,140,230,.82), 0 0 6px rgba(120,200,255,.6), 0 1px 3px rgba(0,0,0,.55) !important;
}
@keyframes lvtHype{ 0%{ background-position:0% 0; } 100%{ background-position:300% 0; } }
                                                                               
.pa-level{ box-shadow:0 1px 3px rgba(0,0,0,.6), 0 0 6px -1px var(--lvc,#8d96a3) !important; }
.lvl-pill, .chat-av-lvl, .chat-av{ box-shadow:0 0 8px -3px var(--lvc); }
                                                                            
.chat-msg-head .chat-lvl[class*="lvt"], .chat-lvl[class*="lvt"]{ color:#fff !important; }
                                                                                             
.level-fill, .hm-promo-lvl-bar span, .rw-level-mid .level-fill{ background:linear-gradient(90deg,#CE422B,#CE422B) !important; box-shadow:0 0 12px rgba(206,66,43,.45) !important; }

                                                                                              
.rw-code-grid{ display:grid !important; grid-template-columns:1fr 1fr !important; gap:16px !important; align-items:start !important; }
.rw-code-grid .section-block{ margin:0 !important; }
.rw-code-grid .rw-daily{ display:flex !important; flex-wrap:wrap !important; align-items:center !important; gap:12px !important; }
.rw-code-grid .rw-daily-body{ flex:1 1 150px !important; min-width:0 !important; }
.rw-code-grid .rw-promo-input{ flex:1 1 100% !important; width:100% !important; display:flex !important; gap:8px !important; margin-top:2px !important; }
.rw-code-grid .rw-promo-input input{ height:40px !important; font-size:13px; padding:0 13px !important; flex:1 1 auto !important; min-width:0 !important; }
.rw-code-grid .rw-promo-input .app-modal__btn, .rw-code-grid .rw-promo-input button{ height:40px !important; min-height:0 !important; width:auto !important; padding:0 20px !important; font-size:13px; flex:0 0 auto !important; white-space:nowrap !important; }
@media (max-width:760px){ .rw-code-grid{ grid-template-columns:1fr !important; } }

                                                                                            
.rb-card.rb-weekly{ border-color:rgba(206,66,43,.3) !important; }
.rb-weekly::before{ background:linear-gradient(90deg,#e0552f,#CE422B) !important; }
.rb-weekly::after{ background:radial-gradient(rgba(206,66,43,.26),transparent 70%) !important; }
.rb-weekly .rb-period{ color:#f0b6a6 !important; }

                                                                                             
.level-card .level-badge, .level-badge{ background:linear-gradient(145deg,#CE422B,#CE422B) !important; color:#221604 !important; box-shadow:0 6px 16px rgba(206,66,43,.34) !important; border:none !important; }
.level-card{ border-color:rgba(206,66,43,.22) !important; }
.prof-solo{ max-width:560px !important; margin:0 auto !important; }

                                                                        
.chat-emote{ height:24px !important; width:auto !important; max-width:96px !important; vertical-align:-7px !important; margin:0 1px !important; display:inline-block !important; }
                                                                                                         
.chat-reply-quote .chat-emote, #chatReplyText .chat-emote, #chatReplyBar .chat-emote{ height:15px !important; max-width:42px !important; vertical-align:-3px !important; }
#chatEmojiPop.emote-pop{ display:grid !important; grid-template-columns:repeat(6,1fr) !important; gap:4px !important; max-height:244px !important; overflow-y:auto !important; padding:8px !important; width:270px !important; }
#chatEmojiPop.emote-pop[hidden]{ display:none !important; }                                                                        
#chatEmojiPop.emote-pop .emote-pick{ width:38px !important; height:38px !important; padding:3px !important; display:flex !important; align-items:center !important; justify-content:center !important; border-radius:8px !important; background:transparent !important; border:none !important; cursor:pointer !important; overflow:hidden !important; }
#chatEmojiPop.emote-pop .emote-pick:hover{ background:rgba(245,197,66,.16) !important; }
#chatEmojiPop.emote-pop .emote-pick img{ max-width:100% !important; max-height:100% !important; object-fit:contain !important; }
#chatEmojiPop.emote-pop .emote-pick.emote-missing{ font-size:8px !important; color:#9aa3b5 !important; background:rgba(245,197,66,.05) !important; border:1px dashed rgba(206,66,43,.18) !important; word-break:break-word !important; text-align:center !important; line-height:1.12 !important; padding:3px !important; }
#chatEmojiPop.emote-pop .emote-empty{ grid-column:1 / -1 !important; text-align:center !important; color:#9aa3b5 !important; font-size:12px !important; padding:18px 8px !important; }

                                                
.lb-page-head{ position:relative !important; }

                                                                      
#chatEmojiPop.emote-pop{ width:min(270px,92vw) !important; }                                                   
.hist-page-wrap{ max-width:640px !important; margin:0 auto !important; }                                                             

                                                                                                     
                                                                                                     
                                                                                                       
@media (min-width:761px){
  body .site-footer{ position:relative !important; padding-top:30px !important; padding-bottom:26px !important; }
  body .site-footer .ftr-inner{ position:static !important; }                                                                                                                          
  body .site-footer .ftr-art{ position:absolute !important; bottom:0 !important; top:auto !important; right:clamp(16px,4vw,64px) !important; left:auto !important; transform:none !important;
    height:auto !important; width:auto !important; margin:0 !important; padding:0 !important; display:block !important; z-index:0 !important; pointer-events:none !important; }
  body .site-footer .ftr-art-photo{ position:static !important; inset:auto !important; display:block !important; height:96px !important; width:auto !important; max-width:210px !important; object-fit:contain !important; object-position:bottom !important; margin:0 !important; transform:none !important; }
  body .site-footer .ftr-art-svg{ display:none !important; }
}
@media (max-width:760px){
  body .site-footer{ overflow:hidden !important; }
  body .site-footer .ftr-art{ position:static !important; height:auto !important; transform:none !important; margin:10px auto 0 !important; display:flex !important; justify-content:center !important; }
  body .site-footer .ftr-art-photo{ position:static !important; inset:auto !important; height:92px !important; width:auto !important; margin:0 auto !important; }
  body .site-footer .ftr-art-svg{ display:none !important; }
}

                                                                                                       
                                                                                                                    
.rfd-spin{ flex:0 0 auto !important; width:100%; box-sizing:border-box; max-height:0; overflow:hidden; opacity:0; margin:0; transition:max-height .42s ease, opacity .3s ease, margin-top .42s ease; }
.rfd-spin.open{ max-height:214px; opacity:1; margin-top:12px; }
.rfd-spin.closing{ max-height:0 !important; opacity:0 !important; margin-top:0 !important; }
.rfd-sp-label{ text-align:center; font:800 13px var(--fu,inherit); color:var(--t2); margin-bottom:9px; letter-spacing:.02em; }
.rfd-spin.done .rfd-sp-label{ color:#ffe7a6; font-size:14px; }
.rfd-sp-window{ position:relative; height:98px; overflow:hidden; border-radius:12px; background:linear-gradient(180deg, rgba(0,0,0,.42), rgba(20,16,8,.5)); border:1px solid rgba(206,66,43,.24); box-shadow:inset 0 0 26px rgba(0,0,0,.5); }
.rfd-sp-fade{ position:absolute; top:0; bottom:0; width:52px; z-index:4; pointer-events:none; }
.rfd-sp-fade-l{ left:0; background:linear-gradient(90deg, rgba(14,12,8,.92), transparent); }
.rfd-sp-fade-r{ right:0; background:linear-gradient(270deg, rgba(14,12,8,.92), transparent); }
.rfd-sp-pointer{ position:absolute; left:50%; top:0; bottom:0; width:3px; transform:translateX(-50%); z-index:5; background:linear-gradient(180deg,#ffe07a,#CE422B); box-shadow:0 0 14px rgba(206,66,43,.9); }
.rfd-sp-pointer::before, .rfd-sp-pointer::after{ content:""; position:absolute; left:50%; transform:translateX(-50%); border-left:7px solid transparent; border-right:7px solid transparent; }
.rfd-sp-pointer::before{ top:-1px; border-top:10px solid #ffe07a; }
.rfd-sp-pointer::after{ bottom:-1px; border-bottom:10px solid #ffe07a; }
.rfd-sp-track{ position:absolute; top:0; left:0; height:100%; display:flex; align-items:center; padding:0 8px; will-change:transform; }
.rfd-sp-item{ flex:0 0 auto; width:64px; height:64px; margin:0; padding:0; display:flex; align-items:center; justify-content:center; opacity:.78; transition:opacity .3s; position:relative; }
.rfd-sp-item img, .rfd-sp-fb{ width:64px; height:64px; border-radius:0; object-fit:cover; border:none; box-shadow:inset 0 0 0 1px rgba(0,0,0,.35); background:#211717; display:grid; place-items:center; }
.rfd-sp-fb{ font:800 22px var(--fu,inherit); color:var(--t2); }
.rfd-sp-item.lit{ opacity:1; z-index:2; }
.rfd-sp-item.lit img, .rfd-sp-item.lit .rfd-sp-fb{ box-shadow:0 0 20px rgba(206,66,43,.85), inset 0 0 0 2px #ffe07a; transform:scale(1.04); }

                                                                                                      
                                                                                                       
                                  
@media (min-width:761px){
  :root{ --topbar-h: 92px; }
  .topbar-inner{ min-height:92px !important; }
                                                                                                 
                                                                                                
                                                                                                
                                                                                                
  @media (pointer:coarse) and (max-height:520px){
    .topbar-inner{ min-height:52px !important; }
    .brand-logo, .brand img{ max-height:26px !important; }
  }
  .brand-logo{ height:62px !important; }
}
@media (max-width:760px){
  .brand-logo{ height:44px !important; }
}

                                                                                                        
                                                                                                       
                                                                                                            
                                                                
                                                                                                    
                                                                                                          
                                                                                                         
                                                                                                          
                                                                                                          
                                                       
                                                                                                 
                                                                                                      
                                                                                                    
                                                                                                      
                                                                                            
@media (min-width:1100px){
                                                                                               
                                                                                                 
}
                                                                                                     

                                                      
.canta-sub-amt{ display:inline-flex; align-items:center; gap:4px; vertical-align:baseline; }
.canta-sub-amt .coin-ico{ width:13px; height:13px; flex:0 0 13px; }
.canta-sub-amt + .canta-sub-amt{ margin-left:2px; }

                                                                                           
                                                                                                
                                                                                               
                                                                                             
                                                                                                
                          

                                                                                              
                                                                                                  
                                                                                            

                                                                                                  
                                                                                              
                                  
.coin-amt,
.coin-amt .coin-d,
.coin-amt .coin-c{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  background:none !important;
  background-image:none !important;
  -webkit-background-clip:border-box !important;
  background-clip:border-box !important;
  text-shadow:none !important;
}
.coin-amt .coin-d{ opacity:1 !important; }
.coin-amt .coin-c{ opacity:.5 !important; }

                                                                                                
                                                                           
button .coin-amt, button .coin-amt .coin-d, button .coin-amt .coin-c,
.btn .coin-amt, .btn .coin-amt .coin-d, .btn .coin-amt .coin-c,
.btn-primary .coin-amt, .btn-primary .coin-amt .coin-d, .btn-primary .coin-amt .coin-c,
.skin-btn .coin-amt, .skin-btn .coin-amt .coin-d, .skin-btn .coin-amt .coin-c,
[role="button"] .coin-amt, [role="button"] .coin-amt .coin-d, [role="button"] .coin-amt .coin-c{
  color:inherit !important;
  -webkit-text-fill-color:currentColor !important;
  text-shadow:inherit !important;
}
button .coin-amt .coin-c, .btn .coin-amt .coin-c, .btn-primary .coin-amt .coin-c,
.skin-btn .coin-amt .coin-c, [role="button"] .coin-amt .coin-c{ opacity:.5 !important; }
                                                                                              
                                                                 
.coin-fmt-ghost .coin-c{ opacity:.45 !important; }

                                                                                               
                                                                                                
                                                                                                
                                  

                                                                                                
                                                                                                    
                                                                                                 
                                                                                                
                                                                                       

                                                                                                     
                                                                                               
                                                                                                
                                                                                                
                                                                                            
                                                                                           

                                                                                                      
                                                                                                   
            
.cf-create-card .cf-wager-section{
  max-width:none !important;                                                                         
  width:100% !important;
  align-items:center !important;
}
.cf-create-card .cf-wager-section > #cfSkinBtn,
.cf-create-card .cf-wager-section > .cf-skin-btn,
.cf-create-card .cf-wager-section > .cf-create-btn,
.cf-create-card .cf-wager-section > .arena-msg{
  width:100% !important;
  max-width:360px !important;                                                                            
  margin-left:auto !important;
  margin-right:auto !important;
}

                                                                                               
                                                                                                  
                                                                                                 
                                                                                             
                                   
.player-panel.champ-handover{ overflow:visible !important; z-index:30; }
.player-panel.champ-handover .char-display{ overflow:visible !important; }
@media (prefers-reduced-motion: reduce) and (min-width:100000px){
  .player-panel.champ-handover .rust-char-wrap{ transition:none !important; }
}
.topbar nav a[data-nb="rustpot"]{ --nb:#CE422B; }
.topbar nav a[data-nb="champion"]{ --nb:#CE422B; }
.topbar nav a[data-nb="coinflip"]{ --nb:#CE422B; }
.topbar nav a[data-nb="mk"]{ --nb:#CE422B; }
.topbar nav a[data-nb="rc"]{ --nb:#CE422B; }
.topbar nav a[data-nb="rw"]{ --nb:#CE422B; }
.topbar nav a[data-nb] .nav-ico{ color:var(--nb) !important; }
.topbar nav a[data-nb].active .nav-ico{ color:var(--nb) !important; filter:drop-shadow(0 0 6px var(--nb)) !important; }
.topbar nav a[data-nb] .nav-ico{ transition:transform .18s ease,filter .18s ease !important; }
.topbar nav a[data-nb]:hover .nav-ico{ transform:translateY(-2px) scale(1.2) rotate(-6deg) !important; filter:drop-shadow(0 0 7px var(--nb)) !important; }
.topbar nav a[data-nb="rustpot"]:hover .nav-ico,.topbar nav a[data-nb="champion"]:hover .nav-ico,.topbar nav a[data-nb="coinflip"]:hover .nav-ico{ transform:none !important; filter:none !important; animation:none !important; }
.topbar nav a[data-nb="rustpot"] .nav-ico svg,.topbar nav a[data-nb="champion"] .nav-ico svg,.topbar nav a[data-nb="coinflip"] .nav-ico svg{ transform-origin:50% 50%; overflow:visible; }
.topbar nav a[data-nb="rustpot"]:hover .nav-ico svg{ animation:ngmPulse 1.15s ease-in-out infinite; filter:drop-shadow(0 0 7px rgba(206,66,43,.75)); }
.topbar nav a[data-nb="champion"]:hover .nav-ico svg{ animation:ngmCrownShake .5s ease-in-out; filter:drop-shadow(0 0 7px rgba(206,66,43,.9)); }
.topbar nav a[data-nb="coinflip"] .nav-ico{ perspective:220px; }
.topbar nav a[data-nb="coinflip"]:hover .nav-ico svg{ animation:ngmFlip .7s cubic-bezier(.4,.05,.3,1); }
.topbar nav a[data-nb="mk"] .nav-ico svg{ fill:currentColor !important; stroke:none !important; width:24px !important; height:24px !important; margin:-2px; }
.topbar nav a[data-nb="rustpot"],.topbar nav a[data-nb="champion"],.topbar nav a[data-nb="coinflip"]{ align-items:center; }
.nav-label{ display:flex; min-width:0; flex-direction:column; align-items:flex-start; justify-content:center; line-height:1.05; }
.nav-info{ display:block; max-width:108px; margin-top:3px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:var(--nb); font-size:9px; font-weight:800; letter-spacing:.02em; line-height:1.1; }
.nav-info .coin-amt{ font:inherit !important; line-height:1 !important; color:#fff !important; -webkit-text-fill-color:#fff !important; }
.nav-info .coin-d{ color:#fff !important; -webkit-text-fill-color:#fff !important; font-weight:800 !important; opacity:1 !important; }
.nav-info .coin-c{ color:#9298a6 !important; -webkit-text-fill-color:#9298a6 !important; font-weight:800 !important; opacity:1 !important; }
.nav-info .coin-ico{ width:10px !important; height:10px !important; margin:0 3px 0 0 !important; filter:none !important; }
@media (max-width:860px){ .nav-info{ max-width:78px; font-size:8px; margin-top:2px; } }
@media (max-width:480px){ .nav-info{ max-width:62px; font-size:7.5px; } }
@media (max-width:720px), (pointer:coarse){
  .rw-code-grid .rw-promo-input input{height:44px!important;min-height:44px!important;font-size:16px!important}
  .rw-code-grid .rw-promo-input .app-modal__btn,.rw-code-grid .rw-promo-input button{height:44px!important;min-height:44px!important}
}

:root{--gold:#CE422B!important;--gold2:#CE422B!important;--accent:#CE422B!important;--accent2:#CE422B!important;--rust:#CE422B!important;--rust2:#CE422B!important;--rust3:#CE422B!important}
.coin-amt,.coin-amt .coin-d,.coin-amt .coin-c,.coin-d,.coin-c{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;background:none!important;background-image:none!important;text-shadow:none!important}
.coin-ico{border:0!important;border-radius:0!important;background-color:transparent!important;box-shadow:none!important}
button .coin-amt .coin-c,.btn .coin-amt .coin-c,.btn-primary .coin-amt .coin-c,.skin-btn .coin-amt .coin-c,[role="button"] .coin-amt .coin-c,.coin-fmt-ghost .coin-c{opacity:1!important}
.chat-message.chat-message-system{--sys-accent:#fff!important;border-color:rgba(206,66,43,.18)!important;background:linear-gradient(155deg,rgba(58,40,40,.94),rgba(33,23,23,.98))!important;box-shadow:0 7px 18px rgba(0,0,0,.26)!important}
.chat-message.chat-message-system .chat-av{border-color:rgba(206,66,43,.24)!important;background:rgba(206,66,43,.08)!important;box-shadow:none!important}
.chat-message.chat-message-system .chat-sys-ico,.chat-message.chat-message-system .chat-sys-tag,.chat-message.chat-message-system .chat-name,.chat-message.chat-message-system .chat-body p,.chat-message.chat-message-system .chat-body b{color:#fff!important;-webkit-text-fill-color:#fff!important}
.chat-message.chat-message-system .chat-sys-ico svg{color:#fff!important;stroke:#fff!important;filter:none!important}
.chat-message.chat-message-system .coin-ico,#chatRain .coin-ico,.free-rain .coin-ico,.chat-rain .coin-ico{filter:brightness(0) invert(1)!important}
#chatRain.free-rain,.free-rain,.chat-rain{border-color:rgba(206,66,43,.18)!important;background:linear-gradient(116deg,transparent 0 46%,rgba(206,66,43,.045) 46.2% 46.8%,transparent 47%),radial-gradient(90% 130% at 88% 8%,rgba(206,66,43,.16),transparent 66%),linear-gradient(160deg,#382626,#211717)!important;box-shadow:0 10px 26px rgba(0,0,0,.38)!important}
.tr-strip{border-color:rgba(206,66,43,.18)!important;background:radial-gradient(80% 120% at 88% 10%,rgba(206,66,43,.12),transparent 64%),linear-gradient(160deg,#382626,#211717)!important;box-shadow:0 8px 20px rgba(0,0,0,.32)!important}
#chatRain .fr-brand-main,#chatRain .fr-meta,#chatRain .fr-pot,#chatRain .fr-timer,.tr-strip-txt,.tr-strip-txt b,.tr-strip-sub,.chat-rain-title,.chat-rain-meta,.chat-rain-pot,.chat-rain-timer{color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;background-image:none!important;filter:none!important;text-shadow:none!important}
#chatRain .fr-info,#chatRain .fr-tip,.tr-strip-info,.tr-strip-ico{color:#fff!important;border-color:rgba(206,66,43,.24)!important;background:rgba(206,66,43,.08)!important;box-shadow:none!important}
#chatRain .fr-info svg,#chatRain .fr-tip svg,.tr-strip-info svg,.tr-strip-ico svg{color:#fff!important;stroke:#fff!important}
.tr-strip::before,.tr-strip::after{display:none!important}
#chatRain.free-rain.fr-active .fr-bar-fill,.fr-bar-fill,.rw-wager-bar span,.lvr-bar>span{background:#CE422B!important;background-image:none!important;box-shadow:0 0 12px rgba(206,66,43,.42)!important}
.btn-primary,.btn-gold,.app-modal__btn.gold,.skin-btn,.skin-btn.sell,.market-buy-btn,.mkt-sync,.mkt-pager button,.mbb-buy,.dw-ref-apply,.rr-action-btn,.rr-task-btn,.rr-pform-submit,.rw-code-form .app-modal__btn,.aff-bn-dl,.aff-showbanner-btn,.cf-create-btn,.cf-join-btn,.cf-modal-join,.rp-join-btn,.rps-btn-join,.rfd-enter-btn,.rf-enterbtn,.chat-form button[type=submit],.chat-rain-join,.fr-join,.pill-steam,button[class*="-claim"],button[class*="-redeem"],button[class*="-buy"],button[class*="-join"],button[class*="-submit"]{background:#CE422B!important;background-image:none!important;border-color:#CE422B!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;box-shadow:0 7px 20px rgba(206,66,43,.22)!important}
.btn-primary .coin-ico,.btn-gold .coin-ico,.app-modal__btn .coin-ico,.skin-btn .coin-ico,.market-buy-btn .coin-ico,.mbb-buy .coin-ico,.cf-join-btn .coin-ico,.cf-modal-join .coin-ico,.rp-join-btn .coin-ico,.rps-btn-join .coin-ico,button[type=submit] .coin-ico{filter:brightness(0) invert(1)!important}
.btn-primary:disabled,.btn-gold:disabled,.app-modal__btn:disabled,.skin-btn:disabled,.mkt-pager button:disabled,.rr-task-btn:disabled,button[class*="-claim"]:disabled,button[class*="-join"]:disabled,button[class*="-submit"]:disabled{background:#493131!important;border-color:#493131!important;color:rgba(255,255,255,.58)!important;-webkit-text-fill-color:rgba(255,255,255,.58)!important;box-shadow:none!important}
.nav a.active,.nav a:hover,.nav a.active .nav-ico,.nav a:hover .nav-ico,.nav-ico-games,.nav-games-btn:hover .nav-ico-games,.nav-games-btn[aria-expanded="true"] .nav-ico-games{color:#CE422B!important}
.topbar nav a[data-nb]{--nb:#CE422B!important}.topbar nav a[data-nb] .nav-ico{color:#CE422B!important}
.lb-pod-wager,.bh-watch:hover,.rp-en-leader .rp-en-pct,.cf-modal-pamt,.cf-modal-player.winner .cf-modal-pname,.chat-tiprain-btn:hover,.chat-mention-item:hover,.chat-mention-item.sel,.cf-view-btn:hover,.wr-scan-link:hover,.fair-copy:hover,.cgc-pot,.cgc-watch:hover,.ngm-stat .coin-amt,.lvr-claim-amt b,.rc-prize-amt,.rfd-winrow-tip-pv,.hist-item-view:hover,.adm-bp-val,.hm-free-item:hover .hm-free-i,.nav a:hover,.nav-link:hover,.wallet-tab:hover,.ftr-links a:hover,.rr-task-coin,.rb-tr-you td,.cm-val,.rc-prev-prize,.mbb-chip-c,.sup-btn:hover,.sup-chip,.fair-seed-val code,.fair-revealed code,.aff-bn-size,.aff-bn-dim,.aff-bn-modal-title,.pm-ref-badge,.rw-code-icon,.rw-social-code-links a,.rw-social-code-links a:hover,.rw-ref-perks span{color:#fff!important;-webkit-text-fill-color:#fff!important}
.aff-bn-dl,.aff-showbanner-btn{background:#CE422B!important;background-image:none!important;border-color:#CE422B!important;color:#fff!important}
.rp-skin-primary,.cf-skin-primary,.dw-ref-apply,.dw-cta:not(.dw-cta--ghost),.tv-btn-go,.bal-plus,.rfd-sort-chip.is-active{background:#CE422B!important;background-image:none!important;border-color:#CE422B!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;box-shadow:0 7px 20px rgba(206,66,43,.22)!important}
.rp-skin-primary:hover,.cf-skin-primary:hover,.dw-ref-apply:hover,.dw-cta:not(.dw-cta--ghost):hover,.tv-btn-go:hover,.bal-plus:hover{background:#CE422B!important;background-image:none!important;color:#fff!important;filter:brightness(1.1)!important}
.skin-price-badge,.rp-recent-pct,.rb-monthly .rb-period,.rfd-spin.done .rfd-sp-label,.rfd-sort-chip:hover,.copy-ico:hover,.chat-body p a.chat-link:hover,.referral-modal-icon{color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration-color:#fff!important}
.rfd-sp-pointer{background:#CE422B!important;box-shadow:0 0 14px rgba(206,66,43,.7)!important}
.rfd-sp-pointer::before{border-top-color:#CE422B!important}.rfd-sp-pointer::after{border-bottom-color:#CE422B!important}.rfd-sp-item.lit img,.rfd-sp-item.lit .rfd-sp-fb{box-shadow:0 0 20px rgba(206,66,43,.82),inset 0 0 0 2px #CE422B!important}
.chat-lvl.lv-amber,.chat-msg-head .chat-lvl.lv-amber,.chat-lvl[class*="lvt"],.pa-level[class*="lvt"],.lvl-pill[class*="lvt"],.pf2-lvl[class*="lvt"],.rc-lvl[class*="lvt"],.affx-lvl-chip[class*="lvt"],.hm-promo-lvl-badge[class*="lvt"]{--lvc:#CE422B!important;--lvc2:#CE422B!important;background:#CE422B!important;background-image:none!important;border-color:#CE422B!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.tr-strip-txt b,.rw-wager-bar span,.timer-section-center .timer-prog,.rb-weekly::before{background:#CE422B!important;background-image:none!important;color:#CE422B!important;-webkit-text-fill-color:#CE422B!important;stroke:#CE422B!important}
.rp-pot #rpPot{background:none!important;background-image:none!important;color:#fff!important;-webkit-text-fill-color:#fff!important;filter:none!important}
.coin-ico{width:.7em!important;height:1em!important;min-width:.7em!important;margin-right:.035em!important;vertical-align:-.13em!important}
.affx-dot{fill:#CE422B!important}.adm-sd-ev.is-sign{background:rgba(206,66,43,.16)!important;color:#fff!important}
#chatRain.free-rain.fr-active{border-color:rgba(206,66,43,.32)!important;box-shadow:0 12px 30px rgba(0,0,0,.4)!important}
#chatRain.free-rain::after{background:radial-gradient(46% 68% at 50% -12%,rgba(206,66,43,.12),transparent 72%)!important}
#chatRain .fr-title,#chatRain .fr-drop,#chatRain .fr-brand-top,#chatRain .fr-brand-main,#chatRain .fr-meta,#chatRain .fr-pot,#chatRain .fr-timer{color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;background-image:none!important;text-shadow:none!important;filter:none!important}
#chatRain .fr-potwrap{background:rgba(33,23,23,.64)!important;border-color:rgba(206,66,43,.16)!important;box-shadow:none!important}
#chatRain .fr-join,#chatRain .fr-tip{background:#CE422B!important;background-image:none!important;border:1px solid #CE422B!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 5px 14px rgba(206,66,43,.24)!important}
#chatRain .fr-join:hover,#chatRain .fr-tip:hover{box-shadow:0 7px 18px rgba(206,66,43,.3)!important;filter:brightness(1.08)!important}
#chatRain .fr-join.joined,#chatRain .fr-joined{background:rgba(206,66,43,.1)!important;border:1px solid rgba(206,66,43,.24)!important;color:#fff!important;box-shadow:none!important}
#chatRain .fr-bar{border-color:rgba(206,66,43,.14)!important;background:rgba(0,0,0,.34)!important}
#chatRain.free-rain.fr-active .fr-bar-fill{background:#CE422B!important;background-image:none!important;box-shadow:0 0 10px rgba(206,66,43,.34)!important;animation:none!important}
.rf-pv .coin-ico{filter:brightness(0) invert(1)!important}
@media (min-width:1201px){
  .topbar-inner{width:min(1560px,calc(100% - 32px))!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;gap:22px!important;position:relative!important}
  .topbar .nav-games{grid-column:1!important;justify-self:end!important;min-width:0!important}
  .topbar .brand{grid-column:2!important;justify-self:center!important;margin:0!important;position:relative!important;left:auto!important;right:auto!important;transform:none!important;z-index:2!important}
  .topbar-right{grid-column:3!important;display:flex!important;align-items:center!important;min-width:0!important;gap:12px!important}
  .topbar .nav-secondary{flex:0 1 auto!important;min-width:0!important}
  .topbar .account{margin-left:auto!important;min-width:0!important}
  .topbar .mobile-menu{display:none!important}
}
.topbar{z-index:1200!important}
.topbar .nav-raffle-btn{min-height:32px;padding:0 9px;border:0;border-radius:999px;display:flex;align-items:center;gap:4px;background:transparent;color:var(--t3);font:600 12px var(--fu);white-space:nowrap;cursor:pointer}
.topbar .nav-raffle-btn:hover,.topbar .nav-raffle-btn[aria-expanded="true"]{background:rgba(206,66,43,.16)!important;color:#CE422B!important}
.topbar .nav-raffle-btn .nav-ico{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#CE422B!important}
.topbar .nav-raffle-btn .nav-ico svg{width:20px;height:20px}
@media (max-width:1200px){
  .topbar-inner{width:calc(100% - 18px)!important;min-height:64px!important;display:flex!important;grid-template-columns:none!important;align-items:center!important;gap:7px!important;position:relative!important}
  .topbar .mobile-menu{display:flex!important;order:1!important;position:relative!important;z-index:1202!important}
  .topbar .brand{position:absolute!important;left:50%!important;right:auto!important;top:50%!important;bottom:auto!important;transform:translate(-50%,-50%)!important;margin:0!important;z-index:2!important;max-width:160px!important;justify-content:center!important}
  .topbar-right{display:contents!important}
  .topbar .account{order:3!important;margin-left:auto!important;position:relative!important;z-index:1202!important}
  .topbar .nav-games,.topbar .nav-secondary{display:none!important;position:fixed!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:8px 10px!important;border-radius:0!important;background:#281C1C!important;border-left:0!important;border-right:0!important;z-index:1190!important;box-shadow:none!important;overflow:visible!important}
  .topbar .nav-games.open,.topbar .nav-secondary.open{display:grid!important;align-items:stretch!important}
  .topbar .nav-games{top:var(--rr-header-h,64px)!important;height:72px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-bottom:0!important}
  .topbar .nav-secondary{top:calc(var(--rr-header-h,64px) + 72px)!important;height:72px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;border-top:0!important;border-bottom:1px solid rgba(206,66,43,.24)!important}
  .topbar .nav-games a,.topbar .nav-secondary a,.topbar .nav-raffle-btn{min-width:0!important;min-height:54px!important;padding:5px 3px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;border-radius:10px!important;font-size:10.5px!important;text-align:center!important}
  .topbar .nav-label{align-items:center!important}
  .topbar .nav-info{display:none!important}
  body.nav-open::after{content:"";position:fixed;inset:calc(var(--rr-header-h,64px) + 144px) 0 0;background:rgba(20,14,14,.62);z-index:1180;pointer-events:none}
}
@media (max-width:720px){
  .topbar .brand-wordmark{font-size:18px!important}
  .topbar .brand-beta{display:none!important}
  .topbar .account{gap:4px!important}
  .topbar .canta-btn,.topbar .notif-wrap{display:none!important}
}
.rfd-drawer.closed{transform:translateX(106%)!important;visibility:hidden!important;pointer-events:none!important}
.rfd-drawer:not(.closed){visibility:visible!important;pointer-events:auto!important}
.rfd-mclose{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;flex:0 0 auto!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.05)!important;color:#fff!important}
@media (min-width:821px){
  html body button.chat-toggle{display:inline-flex!important;position:fixed!important;left:auto!important;right:0!important;top:50%!important;bottom:auto!important;width:40px!important;max-width:none!important;height:136px!important;min-width:40px!important;min-height:136px!important;padding:12px 0!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:9px!important;border-radius:12px 0 0 12px!important;border:1px solid #CE422B!important;border-right:0!important;background:#CE422B!important;background-image:none!important;color:#fff!important;-webkit-text-fill-color:#fff!important;writing-mode:vertical-rl!important;text-orientation:mixed!important;transform:translateY(-50%)!important;box-shadow:-8px 0 24px rgba(0,0,0,.38)!important;z-index:980!important;opacity:1!important;pointer-events:auto!important}
  html body button.chat-toggle .chat-label{writing-mode:vertical-rl!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px!important;font-weight:900!important;letter-spacing:.08em!important;overflow:visible!important}
  html body button.chat-toggle .chat-icon,html body button.chat-toggle .chat-icon svg{width:18px!important;height:18px!important;writing-mode:horizontal-tb!important;color:#fff!important;stroke:#fff!important}
  html body.chat-open button.chat-toggle{opacity:0!important;pointer-events:none!important;transform:translate(100%,-50%)!important}
}
@media (max-width:820px){
  html body button.chat-toggle{display:inline-flex!important;position:fixed!important;left:auto!important;right:12px!important;top:auto!important;bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;width:auto!important;height:44px!important;min-width:118px!important;min-height:44px!important;max-width:46vw!important;padding:0 15px!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:7px!important;border-radius:12px!important;background:#CE422B!important;background-image:none!important;border:1px solid #CE422B!important;color:#fff!important;-webkit-text-fill-color:#fff!important;writing-mode:horizontal-tb!important;transform:none!important;z-index:980!important}
  html body button.chat-toggle .chat-label{writing-mode:horizontal-tb!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px!important;font-weight:900!important}
  html body.chat-open button.chat-toggle{opacity:0!important;pointer-events:none!important;transform:translateY(160%)!important}
}

html body .app-modal[style*="display: none"],
html body .cf-modal[style*="display: none"],
html body .rps-modal[style*="display: none"],
html body .rfd-cmodal[style*="display: none"],
html body .rfd-vmodal[style*="display: none"],
html body .rfvmodal[style*="display: none"],
html body .fr-rules-modal[style*="display: none"],
html body .chat-rules-modal[style*="display: none"],
html body .creator-modal[style*="display: none"],
html body .tv-modal[style*="display: none"]{display:none!important}

html body .rfd-vmodal[style*="display: none"],
html body .rfd-cmodal[style*="display: none"]{display:none!important}
html body .tv-modal[hidden],html body .app-modal[hidden],html body .cf-modal[hidden],html body .rps-modal[hidden],html body .rfd-cmodal[hidden],html body .rfd-vmodal[hidden],html body .rfvmodal[hidden],html body .creator-modal[hidden],html body .chat-rules-modal[hidden]{display:none!important}


@media (min-width:821px){
  html body{--rr-panel-w:clamp(280px,22vw,344px);--rr-rail-gap:12px;overflow-x:hidden!important}
  html body .rfd-drawer,html body .rfd-drawer.closed{
    position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:0!important;right:auto!important;
    width:var(--rr-panel-w)!important;max-width:var(--rr-panel-w)!important;height:auto!important;margin:0!important;
    transform:none!important;z-index:1200!important;visibility:visible!important;pointer-events:auto!important
  }
  html body .chat-drawer,html body .chat-drawer.closed{
    position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:auto!important;right:0!important;
    width:var(--rr-panel-w)!important;max-width:var(--rr-panel-w)!important;height:auto!important;margin:0!important;
    z-index:1300!important;transform:translateX(101%)!important;visibility:hidden!important;pointer-events:none!important
  }
  html body.chat-open .chat-drawer:not(.closed){transform:translateX(0)!important;visibility:visible!important;pointer-events:auto!important}
  html body main.page{
    box-sizing:border-box!important;max-width:none!important;
    width:calc(100vw - var(--rr-panel-w) - (var(--rr-rail-gap) * 2))!important;
    margin-left:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;margin-right:var(--rr-rail-gap)!important;
    padding-left:0!important;padding-right:0!important;overflow:visible!important;
    transform:none!important;transition:width .28s cubic-bezier(.4,0,.2,1),margin .28s cubic-bezier(.4,0,.2,1)!important
  }
  html body.chat-open main.page{
    width:calc(100vw - (var(--rr-panel-w) * 2) - (var(--rr-rail-gap) * 2))!important;
    margin-right:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important
  }
  html body .topbar-inner,html body.chat-open .topbar-inner,
  html body .site-footer .ftr-inner,html body.chat-open .site-footer .ftr-inner{
    box-sizing:border-box!important;width:min(1560px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important;
    margin-left:auto!important;margin-right:auto!important;
    padding-left:0!important;padding-right:0!important;transform:none!important
  }
  html body .site-footer .ftr-inner,html body.chat-open .site-footer .ftr-inner{justify-content:center!important}
  html body .rfd-drawer *,html body .chat-drawer *{min-width:0!important;max-width:100%!important}
  html body .app-modal,html body .cf-modal,html body .rps-modal,html body .rfd-cmodal,html body .rfd-vmodal,html body .rfvmodal,html body .tv-modal,html body .creator-modal,html body .chat-rules-modal{
    position:fixed!important;inset:0!important;left:0!important;right:0!important;width:100vw!important;max-width:none!important;margin:0!important;transform:none!important;z-index:2000!important;
    display:flex!important;align-items:center!important;justify-content:center!important
  }
}

html body .page-loader .pl-brand,
html body .page-loader .pl-brand.pl-animate{
  position:relative!important;display:inline-block!important;overflow:visible!important;
  color:#6b4a46!important;-webkit-text-fill-color:transparent!important;
  background-image:linear-gradient(90deg,#CE422B,#CE422B)!important;
  background-repeat:no-repeat!important;background-position:left center!important;
  background-size:0% 100%!important;-webkit-background-clip:text!important;background-clip:text!important;
  animation:rrLoaderSingleFill 1.15s cubic-bezier(.22,.8,.3,1) 0s 1 forwards!important;
}
html body .page-loader .pl-brand::before,
html body .page-loader .pl-brand::after{content:none!important;display:none!important;animation:none!important}
@keyframes rrLoaderSingleFill{to{background-size:100% 100%}}
@media (max-width:820px){
  html body main.page,html body .site-footer .ftr-inner,html body .topbar-inner{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;transform:none!important}
  html body .site-footer .ftr-inner{justify-content:center!important}
}

html body.page-fairness .fair-hero,
html body.page-fairness .fair-verifier,
html body.page-fairness .fair-card,
html body.page-fairness .fair-game-card,
html body.page-fairness .fair-fold,
html body.page-fairness .fair-ledger,
html body.page-fairness .fair-mini-details{
  background:#302121!important;background-image:none!important;border-color:rgba(206,66,43,.24)!important;color:#fff!important;box-shadow:0 14px 34px rgba(0,0,0,.24)!important
}
html body.page-fairness .fair-hero h2,html body.page-fairness .fair-hero p,
html body.page-fairness .fair-verifier h3,html body.page-fairness .fair-verifier p,
html body.page-fairness .fair-game-card h4,html body.page-fairness .fair-game-card p{color:#fff!important}
html body.page-fairness .fair-hero-btn{background:#CE422B!important;border-color:#CE422B!important;color:#fff!important}
html body.page-fairness .fair-local-badge{background:rgba(206,66,43,.12)!important;border-color:rgba(206,66,43,.3)!important;color:#fff!important}
html body.page-fairness .fair-fold[open]>summary{background:rgba(206,66,43,.08)!important;border-bottom-color:rgba(206,66,43,.2)!important}

html body .rp-map{background-image:linear-gradient(rgba(206,66,43,.28),rgba(40,28,28,.24)),url('/assets/rustpot-map.jpg?v=1534')!important}
html body .rp-map::before{background:radial-gradient(125% 125% at 50% 50%,rgba(206,66,43,.05) 44%,rgba(40,28,28,.68) 100%),linear-gradient(135deg,rgba(206,66,43,.18),transparent 58%)!important}

@media (max-width:820px){
  html body main.page,html body .site-footer .ftr-inner,html body .topbar-inner{width:100%!important;max-width:none!important;margin:0!important;padding-left:10px!important;padding-right:10px!important;transform:none!important}
  html body .rfd-drawer,html body .rfd-drawer.closed{position:relative!important;inset:auto!important;width:calc(100% - 20px)!important;max-width:none!important;margin:8px 10px 0!important;height:auto!important;max-height:238px!important;transform:none!important;visibility:visible!important;pointer-events:auto!important}
}
.chat-drawer .chat-head{justify-content:flex-start!important;gap:8px!important;min-width:0!important}
.chat-drawer .chat-head>#chatClose{order:0!important;margin:0!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:9px!important;background:rgba(255,255,255,.06)!important;color:#fff!important;font-size:17px!important}
.chat-drawer .chat-head>.chat-lang{order:1!important;margin:0!important}
.chat-drawer .chat-head>.chat-staff{order:2!important}
.chat-drawer .chat-head>.creator-open-btn{order:3!important}
.chat-drawer .chat-head>.chat-vol{order:4!important}
.chat-drawer .chat-head>.chat-rules-btn{order:5!important}
.chat-drawer .chat-head>.chat-online{order:6!important;margin-left:auto!important}
.coin-ico{display:inline-block!important;width:.65em!important;min-width:.65em!important;max-width:.65em!important;height:1em!important;min-height:1em!important;max-height:1em!important;flex:0 0 .65em!important;margin:0!important;vertical-align:-.12em!important;background:url('/assets/money.svg') center/100% 100% no-repeat!important}
.coin-ico+*{margin-left:0!important}
.prize-amount,.bet-amt,.rp-pot,.rp-ban-amt,.rp-en-amt,.champ-pot,.champ-stack,.ch-stake,.arena-pot,.balance-pill,.lb-prize-amt,.lb-pod-wager,.lb-pod-prize,.lb-race-title,.stake-bounds,.aff-pg-game,.affx-stat-n,.chat-tip-tag,.rev-card-num,.rev-trow b,.cgc-pot,.ngm-stat,.cs-card-price,.cs-cell-val,.cs-cnt-meta span,.cs-sell,.cs-drop-net,.cs-again-btn,.lvr-claim-amt b,.lvr-tier-amt,.cs-drop-val,.csd-val,.rfd-pv,.adm-rp-skin-val-disp,.cf-game-wager,.rr-task-coin,.cm-val,.rc-prev-when,.rc-prev-prize,.dw-calc-val,.skin-price-badge,.canta-sub-amt,.rf-pv,.hero-pool-amt,.pstat-balance b,.notif-msg,.rr-toast-text,.player-stats .stat-box b.bet-amt{column-gap:.04em!important}
.prize-display{background:linear-gradient(180deg,#342424,#2D1F1F)!important;border-color:rgba(206,66,43,.18)!important;box-shadow:0 10px 28px rgba(0,0,0,.3)!important}
.prize-display::before{display:none!important}
.prize-amount,#prizePool,#leftBet,#rightBet,.player-stats .stat-box b.bet-amt,.rp-pot #rpPot{background:none!important;background-image:none!important;box-shadow:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:#fff!important;color:#fff!important}
.top-chat-toggle{position:relative;order:4;width:40px;height:40px;min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(206,66,43,.2);border-radius:10px;background:rgba(255,255,255,.035);color:#f7f3f2;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}
.account>.canta-btn{order:1}.account>.notif-wrap{order:2}.account>.balance-group{order:3}.account>.profile-wrap,.account>.pill-steam{order:5}
.top-chat-toggle svg{width:20px;height:20px}
.top-chat-toggle::before{content:"";position:absolute;left:7px;right:7px;top:-4px;height:2px;border-radius:2px;background:transparent;transition:background .16s ease}
.top-chat-toggle:hover{background:rgba(206,66,43,.1);border-color:rgba(206,66,43,.34);color:#fff}
.top-chat-toggle[aria-expanded="true"]{background:rgba(206,66,43,.12);border-color:rgba(206,66,43,.32);color:#fff}
.top-chat-toggle[aria-expanded="true"]::before{background:#CE422B}
.chat-toggle,#chatClose,.rfd-mclose,.rfd-scrim,.rfd-mscrim,.nav-raffle-btn{display:none!important}
.rfd-drawer,.rfd-drawer.closed{visibility:visible!important;pointer-events:auto!important;transform:none!important}
.rfd-head{min-width:0!important}
@media (min-width:821px){
  body{--rfd-rail-w:280px;--rfd-rail-half:140px}
  .rfd-drawer,.rfd-drawer.closed{position:fixed!important;top:var(--rr-header-h,74px)!important;left:0!important;right:auto!important;bottom:0!important;width:var(--rfd-rail-w)!important;height:auto!important;max-width:none!important;max-height:none!important;border-radius:0!important;z-index:990!important}
  main.page{width:min(1300px,calc(100vw - var(--rfd-rail-w) - 32px))!important;max-width:calc(100vw - var(--rfd-rail-w) - 32px)!important;transform:translateX(var(--rfd-rail-half))!important;padding-left:0!important;padding-right:0!important;transition:width .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1)!important}
  .site-footer .ftr-inner{width:min(1400px,calc(100vw - var(--rfd-rail-w) - 32px))!important;max-width:calc(100vw - var(--rfd-rail-w) - 32px)!important;transform:translateX(var(--rfd-rail-half))!important;transition:width .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1)!important}
}
@media (min-width:1201px){body{--rfd-rail-w:312px;--rfd-rail-half:156px}}
@media (min-width:1281px){
  .chat-drawer,.chat-drawer.closed{position:fixed!important;top:var(--rr-header-h,74px)!important;left:auto!important;right:0!important;bottom:0!important;width:340px!important;max-width:340px!important;height:auto!important;max-height:none!important;border-radius:0!important;z-index:991!important;transition:transform .28s cubic-bezier(.4,0,.2,1),visibility .28s!important}
  .chat-drawer.closed{transform:translateX(104%)!important;visibility:hidden!important;pointer-events:none!important}
  .chat-drawer:not(.closed){transform:translateX(0)!important;visibility:visible!important;pointer-events:auto!important}
  body.chat-open main.page{width:min(1300px,calc(100vw - var(--rfd-rail-w) - 372px))!important;max-width:calc(100vw - var(--rfd-rail-w) - 372px)!important;transform:translateX(-14px)!important}
  body.chat-open .site-footer .ftr-inner{width:min(1400px,calc(100vw - var(--rfd-rail-w) - 372px))!important;max-width:calc(100vw - var(--rfd-rail-w) - 372px)!important;transform:translateX(-14px)!important}
}
@media (min-width:821px) and (max-width:1280px){
  .chat-drawer,.chat-drawer.closed{position:fixed!important;left:var(--rfd-rail-w)!important;right:0!important;bottom:0!important;top:auto!important;width:calc(100% - var(--rfd-rail-w))!important;max-width:none!important;height:min(560px,76dvh)!important;max-height:76dvh!important;border-radius:16px 16px 0 0!important;z-index:1300!important}
  .chat-drawer.closed{transform:translateY(105%)!important;visibility:hidden!important;pointer-events:none!important}
  .chat-drawer:not(.closed){transform:translateY(0)!important;visibility:visible!important;pointer-events:auto!important}
}
@media (max-width:820px){
  body{--rfd-mobile-h:min(250px,36dvh);padding-bottom:var(--rfd-mobile-h)!important}
  .rfd-drawer,.rfd-drawer.closed{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100%!important;max-width:none!important;height:var(--rfd-mobile-h)!important;max-height:var(--rfd-mobile-h)!important;border-radius:14px 14px 0 0!important;z-index:990!important}
  .rfd-drawer .rfd-panel{height:100%!important;max-height:100%!important;border-radius:14px 14px 0 0!important}
  .rfd-head{padding:8px 10px!important;gap:6px!important}
  .rfd-sortbar{overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:none!important}
  .rfd-sortbar::-webkit-scrollbar{display:none!important}
  .chat-drawer,.chat-drawer.closed{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:var(--rr-header-h,64px)!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;border-radius:14px 14px 0 0!important;z-index:1300!important}
  .chat-drawer.closed{transform:translateY(105%)!important;visibility:hidden!important;pointer-events:none!important}
  .chat-drawer:not(.closed){transform:translateY(0)!important;visibility:visible!important;pointer-events:auto!important}
  .top-chat-toggle{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:9px}
  .top-chat-toggle svg{width:18px;height:18px}
}
@media (max-width:520px){
  body{--rfd-mobile-h:min(224px,34dvh)}
  .rfd-create-btn{width:36px!important;min-width:36px!important;padding:0!important;font-size:0!important;justify-content:center!important}
  .rfd-create-btn svg{margin:0!important}
  .rfd-bal-lbl{display:none!important}
}
@media (max-width:420px){.topbar .balance-group{display:none!important}.topbar .brand-wordmark{font-size:17px!important}}
@media (max-width:1200px){.topbar .nav-secondary{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
.rp-header-with-view{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:70px!important}
.rp-header-copy{text-align:center!important}
.rp-view-toggle{position:absolute;right:0;top:50%;transform:translateY(-50%);min-height:42px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(206,66,43,.28);border-radius:10px;background:#342424;color:#fff;font:800 12px/1 var(--fu);letter-spacing:.02em;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.22);transition:border-color .16s ease,background .16s ease,opacity .16s ease}
.rp-view-toggle svg{width:19px;height:19px;color:#CE422B}
.rp-view-toggle:hover:not(:disabled){border-color:rgba(206,66,43,.55);background:#3A2828}
.rp-view-toggle:disabled{cursor:not-allowed;opacity:.42;background:#302121;box-shadow:none}
.rp-mode-classic{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:16px!important}
.rp-mode-classic>.rp-map-col,.rp-mode-classic>.rp-side-col{grid-column:1!important;width:100%!important;min-width:0!important}
.rp-mode-classic>.rp-side-col{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:16px!important}
.rp-mode-classic #rpMap{display:none!important}
.rp-classic{display:none;min-width:0;padding:14px 0 4px}
.rp-classic[aria-hidden="false"]{display:block}
.cf-watch-stage .rp-classic{display:block;width:100%;padding:0}
.rp-classic-viewport{position:relative;width:100%;height:226px;overflow:hidden;border:1px solid rgba(206,66,43,.2);border-radius:14px;background:radial-gradient(70% 120% at 50% 50%,rgba(206,66,43,.09),transparent 72%),linear-gradient(180deg,#302121,#211717);box-shadow:inset 0 0 34px rgba(0,0,0,.42)}
.rp-classic-strip{position:absolute;left:0;top:0;height:100%;width:max-content;display:flex;align-items:center;gap:8px;padding:18px 0;transform:translate3d(0,0,0);will-change:transform}
.rp-classic-strip.has-players{animation:rpClassicDrift 38s linear infinite}
.rp-classic.is-spinning .rp-classic-strip{animation:none!important}
@keyframes rpClassicDrift{to{transform:translate3d(calc(-1 * var(--rp-loop-shift,0px)),0,0)}}
.rp-classic-cell{position:relative;width:104px;min-width:104px;height:174px;padding:12px 9px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:linear-gradient(180deg,rgba(58,40,40,.92),rgba(40,28,28,.96));box-shadow:0 10px 22px rgba(0,0,0,.24);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,opacity .22s ease}
.rp-classic-avatar{position:relative;isolation:isolate;width:80px;height:80px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid rgba(206,66,43,.34);border-radius:50%;background:#281C1C;background-clip:padding-box;color:#fff;font:900 28px/1 var(--fu);transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 8px 18px rgba(0,0,0,.35)}
.rp-classic-avatar::after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);pointer-events:none}.rp-classic-avatar img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;border-radius:50%;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;image-rendering:auto}
.rp-classic-cell>b{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;color:#fff;font:800 11px/1.2 var(--fu)}
.rp-classic-cell.is-winner{transform:translateY(-5px) scale(1.045);border-color:#CE422B;box-shadow:0 0 0 2px rgba(206,66,43,.22),0 0 26px rgba(206,66,43,.3),0 16px 30px rgba(0,0,0,.42)}
.rp-classic-cell.is-winner .rp-classic-avatar{border-color:#CE422B;box-shadow:0 0 0 3px rgba(206,66,43,.18),0 10px 22px rgba(0,0,0,.42)}
.rp-classic-marker{position:absolute;z-index:5;left:50%;top:8px;bottom:8px;width:1px;transform:translateX(-50%);background:rgba(255,255,255,.72);pointer-events:none;box-shadow:0 0 12px rgba(255,255,255,.28)}
.rp-classic-marker::before,.rp-classic-marker::after{content:"";position:absolute;left:50%;width:0;height:0;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent}
.rp-classic-marker::before{top:-1px;border-top:10px solid #CE422B}
.rp-classic-marker::after{bottom:-1px;border-bottom:10px solid #CE422B}
.rp-classic-edge{position:absolute;z-index:4;top:0;bottom:0;width:min(12%,110px);pointer-events:none}
.rp-classic-edge-left{left:0;background:linear-gradient(90deg,#211717,transparent)}
.rp-classic-edge-right{right:0;background:linear-gradient(270deg,#211717,transparent)}
.rp-classic-result{min-height:46px;margin-top:9px;display:flex;align-items:center;justify-content:center;gap:.45em;color:#fff;text-align:center}
.rp-classic-result-label{color:rgba(255,255,255,.68);font:800 11px/1 var(--fu);letter-spacing:.08em;text-transform:uppercase}
.rp-classic-result-name{display:none;max-width:42%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font:900 18px/1 var(--fu)}
.rp-classic-result-amount{display:none;align-items:center;gap:.04em;color:#fff;font:900 18px/1 var(--fu)}
.rp-classic-result.show .rp-classic-result-label{color:#CE422B}
.rp-classic-result.show{display:grid!important;grid-template-columns:minmax(0,auto) auto;column-gap:10px;row-gap:7px;padding:6px 12px}
.rp-classic-result.show .rp-classic-result-label{grid-column:1/-1;grid-row:1}
.rp-classic-result.show .rp-classic-result-name{grid-column:1;grid-row:2;max-width:min(48vw,330px);display:block}
.rp-classic-result.show .rp-classic-result-amount{grid-column:2;grid-row:2}
.rp-classic-result.show .rp-classic-result-name,.rp-classic-result.show .rp-classic-result-amount{display:inline-flex}
.rp-classic-result-amount .coin-ico{filter:none!important}
@media(max-width:720px){
  .rp-header-with-view{min-height:104px!important;padding-bottom:46px!important}
  .rp-view-toggle{left:50%;right:auto;top:auto;bottom:4px;transform:translateX(-50%);min-height:38px;padding:0 13px;white-space:nowrap}
  .rp-classic{padding-top:10px}
  .rp-classic-viewport{height:184px;border-radius:11px}
  .rp-classic-strip{gap:6px;padding:13px 0}
  .rp-classic-cell{width:82px;min-width:82px;height:144px;padding:9px 6px 8px;gap:8px;border-radius:10px}
  .rp-classic-avatar{width:62px;height:62px;font-size:23px}
  .rp-classic-cell>b{font-size:9.5px}
  .rp-classic-result{min-height:42px;gap:.35em;flex-wrap:wrap}
  .rp-classic-result-name,.rp-classic-result-amount{font-size:15px}
  .rp-classic-result-name{max-width:56%}
}
@media(prefers-reduced-motion:reduce){.rp-classic-strip.has-players{animation-duration:90s}.rp-classic-cell{transition-duration:.01ms}}
.topbar .brand{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;line-height:1!important}
.brand-slogan{display:block;color:rgba(255,255,255,.72);font:700 6.5px/1.1 var(--fu);letter-spacing:.12em;white-space:nowrap;text-align:center}
.topbar .brand-beta{position:absolute!important;left:calc(100% + 5px)!important;top:5px!important;margin:0!important}
.account>.canta-btn{order:1!important}.account>.notif-wrap{order:2!important}.account>.balance-group{order:3!important}.account>.profile-wrap,.account>.pill-steam{order:4!important}.account>.top-chat-toggle{order:5!important}
.top-chat-toggle{border-color:rgba(255,255,255,.09)!important;background:#302121!important;color:rgba(255,255,255,.72)!important;box-shadow:none!important;transform:none!important}
.top-chat-toggle::before,.top-chat-toggle::after{display:none!important;content:none!important}
.top-chat-toggle:hover{border-color:rgba(206,66,43,.32)!important;background:#352323!important;color:#fff!important;transform:none!important}
.top-chat-toggle[aria-expanded="true"]{border-color:rgba(206,66,43,.48)!important;background:#352323!important;color:#CE422B!important;box-shadow:inset 0 0 0 1px rgba(206,66,43,.08)!important}
.top-chat-toggle:active{transform:none!important}
.section-block,.form-card,.level-card,.wallet-card,.admin-stat,.admin-tool,.cf-game-row,.rps-open-row,.rps-recent-row,.bh-row,.hist-item,.app-modal__card,.cf-modal-card,.rps-modal-card,.notif-panel,.profile-menu,.chat-panel,.market-card,.skin-card,.rb-card,.rf-card,.fair-card,.fair-game-card,.hm-game,.lp-mode{background:#302121!important;background-image:none!important;border-color:rgba(206,66,43,.14)!important;box-shadow:0 12px 28px rgba(0,0,0,.2)!important}
.btn-primary,.btn-gold,.app-modal__btn.gold,.skin-btn,.market-buy-btn,.cf-create-btn,.cf-join-btn,.cf-modal-join,.rp-join-btn,.rps-btn-join,.rfd-enter-btn,.rf-enterbtn,.rr-action-btn,.rr-task-btn,.rw-code-form .app-modal__btn,.admin-tool button[type=submit],.admin-settings-form button[type=submit],button[class*="-claim"],button[class*="-redeem"],button[class*="-buy"],button[class*="-join"],button[class*="-submit"]{background:#CE422B!important;background-image:none!important;border-color:#CE422B!important;border-radius:9px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;box-shadow:0 5px 14px rgba(206,66,43,.18)!important;transform:none!important}
.btn-primary:hover,.btn-gold:hover,.app-modal__btn.gold:hover,.skin-btn:hover,.market-buy-btn:hover,.cf-create-btn:hover,.cf-join-btn:hover,.cf-modal-join:hover,.rp-join-btn:hover,.rps-btn-join:hover,button[class*="-join"]:hover:not(:disabled),button[class*="-submit"]:hover:not(:disabled){background:#d94a33!important;filter:none!important;transform:none!important}
.free-rain,.chat-rain,#chatRain.free-rain{background:#302121!important;background-image:none!important;border:1px solid rgba(206,66,43,.14)!important;border-left-width:1px!important;border-radius:11px!important;box-shadow:0 8px 20px rgba(0,0,0,.2)!important}
.free-rain::before,.free-rain::after,.chat-rain::before,.chat-rain::after,#chatRain.free-rain::before,#chatRain.free-rain::after,.chat-rain-glow,.fr-glow,#chatRain .fr-glow{display:none!important;content:none!important;background:none!important}
.tr-strip{position:relative!important;margin:0 10px 12px!important;padding:11px 12px!important;gap:9px!important;border:1px solid rgba(206,66,43,.14)!important;border-left-width:1px!important;border-radius:10px!important;background:#2d1f1f!important;background-image:none!important;box-shadow:0 7px 18px rgba(0,0,0,.18)!important}
.tr-strip::before,.tr-strip::after{display:none!important;content:none!important}
.tr-strip-ico{width:28px!important;height:28px!important;flex:0 0 28px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important}
.tr-strip-ico svg{width:19px!important;height:19px!important;color:#fff!important;stroke:#fff!important}
.tr-strip-txt{color:rgba(255,255,255,.66)!important;line-height:1.25!important}
.tr-strip-txt b{color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;filter:none!important;text-shadow:none!important;font-size:13px!important;letter-spacing:.015em!important}
.tr-strip-sub{color:rgba(255,255,255,.6)!important;font-size:10.5px!important}
.tr-strip-info{width:25px!important;height:25px!important;flex:0 0 25px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:50%!important;background:transparent!important;color:#fff!important;box-shadow:none!important;transition:border-color .15s ease,background .15s ease!important}
.tr-strip-info:hover{border-color:rgba(206,66,43,.45)!important;background:rgba(206,66,43,.1)!important;transform:none!important}
.chat-message.chat-message-system{border:1px solid rgba(206,66,43,.14)!important;border-left-width:1px!important;border-radius:10px!important;background:#2d1f1f!important;background-image:none!important;box-shadow:0 6px 16px rgba(0,0,0,.18)!important}
.chat-message.chat-message-system .chat-av{border:0!important;background:rgba(206,66,43,.1)!important;box-shadow:none!important}
.coin-ico{display:inline-block!important;width:.8em!important;min-width:.8em!important;max-width:.8em!important;height:1em!important;min-height:1em!important;max-height:1em!important;flex:0 0 .8em!important;margin:0 .06em 0 0!important;vertical-align:-.13em!important;background:url('/assets/money.svg') center/100% 100% no-repeat!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.coin-ico+*{margin-left:0!important}
.prize-amount,.bet-amt,.rp-pot,.rp-ban-amt,.rp-en-amt,.champ-pot,.champ-stack,.ch-stake,.arena-pot,.balance-pill,.lb-prize-amt,.lb-pod-wager,.lb-pod-prize,.lb-race-title,.stake-bounds,.aff-pg-game,.affx-stat-n,.chat-tip-tag,.rev-card-num,.rev-trow b,.cgc-pot,.ngm-stat,.cs-card-price,.cs-cell-val,.cs-cnt-meta span,.cs-sell,.cs-drop-net,.cs-again-btn,.lvr-claim-amt b,.lvr-tier-amt,.cs-drop-val,.csd-val,.rfd-pv,.adm-rp-skin-val-disp,.cf-game-wager,.rr-task-coin,.cm-val,.rc-prev-when,.rc-prev-prize,.dw-calc-val,.skin-price-badge,.canta-sub-amt,.rf-pv,.hero-pool-amt,.pstat-balance b,.notif-msg,.rr-toast-text,.player-stats .stat-box b.bet-amt{column-gap:0!important}
.btn-primary .coin-ico,.btn-gold .coin-ico,.app-modal__btn .coin-ico,.skin-btn .coin-ico,.market-buy-btn .coin-ico,.mbb-buy .coin-ico,.cf-join-btn .coin-ico,.cf-modal-join .coin-ico,.rp-join-btn .coin-ico,.rps-btn-join .coin-ico,.rfd-enter-btn .coin-ico,.rf-enterbtn .coin-ico,button[type=submit] .coin-ico{filter:brightness(0) invert(1)!important}
.mkt-buy-row{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;align-items:stretch!important;gap:8px!important}
.mkt-card-qty{width:48px!important;min-width:48px!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:9px!important;background:#281C1C!important;box-shadow:none!important;overflow:hidden!important}
.mkt-card-qty span{display:none!important}
.mkt-card-qty input{width:100%!important;height:100%!important;padding:0 5px!important;border:0!important;background:transparent!important;color:#fff!important;text-align:center!important;font:800 14px/38px var(--fu)!important;appearance:textfield!important;-moz-appearance:textfield!important}
.mkt-card-qty input::-webkit-inner-spin-button,.mkt-card-qty input::-webkit-outer-spin-button{margin:0!important;appearance:none!important;-webkit-appearance:none!important}
.mkt-card-qty:focus-within{border-color:#CE422B!important;box-shadow:0 0 0 2px rgba(206,66,43,.12)!important}
.skin-card.sk-selected{border-color:#CE422B!important;outline:0!important;box-shadow:inset 0 0 0 1px rgba(206,66,43,.3),0 12px 28px rgba(0,0,0,.24)!important}
.rp-top-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;text-align:right!important}
.rp-closing{text-align:right!important}
.rp-skin-top{min-width:112px!important;min-height:42px!important;margin:0!important;align-self:center!important}
.rp-view-toggle{background:#302121!important;background-image:none!important;border-color:rgba(255,255,255,.1)!important;border-radius:9px!important;box-shadow:none!important;transition:border-color .15s ease,background-color .15s ease,color .15s ease,opacity .15s ease!important;transform:translateY(-50%)!important}
.rp-view-toggle:hover:not(:disabled){background:#352323!important;border-color:rgba(206,66,43,.42)!important;transform:translateY(-50%)!important}
.rp-view-toggle:active{background:#352323!important;filter:none!important;transform:translateY(-50%)!important}
.rp-view-toggle svg{color:#CE422B!important}
.rp-classic{padding:12px 0 0!important}
.rp-classic-viewport{height:210px!important;border-color:rgba(255,255,255,.075)!important;border-radius:11px!important;background:#281C1C!important;background-image:none!important;box-shadow:inset 0 0 26px rgba(0,0,0,.32)!important}
.rp-classic-strip{gap:8px!important;padding:18px 0!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;backface-visibility:hidden!important}
.rp-classic-cell{border-color:rgba(255,255,255,.065)!important;border-radius:10px!important;background:#302121!important;background-image:none!important;box-shadow:0 8px 18px rgba(0,0,0,.2)!important;transition:none!important}
.rp-classic-cell.is-placeholder{justify-content:center!important;gap:0!important}
.rp-classic-cell.is-placeholder .rp-classic-avatar{border-color:rgba(255,255,255,.11)!important;color:rgba(255,255,255,.52)!important;background:#281C1C!important}
.rp-classic-cell.is-marker{border-color:rgba(206,66,43,.26)!important;box-shadow:0 8px 18px rgba(0,0,0,.22)!important}
.rp-classic-cell.is-marker .rp-classic-avatar{border-color:#CE422B!important;box-shadow:0 0 0 3px rgba(206,66,43,.18),0 9px 18px rgba(0,0,0,.3)!important}
.rp-classic-cell.is-winner{transform:none!important;border-color:#CE422B!important}
.rp-classic-result{display:none!important;min-height:0!important;margin:9px 0 0!important;padding:0!important}
.rp-classic.is-spinning .rp-classic-result:not(.show){display:flex!important;min-height:38px!important}
.rp-classic-result.show{display:grid!important;min-height:46px!important;padding:6px 12px!important}
.rp-mode-classic .rp-map-card{padding-bottom:14px!important}
.rp-mode-classic .rp-commit{margin-top:10px!important}
.app-modal,.cf-modal,.rps-modal,.rfd-cmodal,.rfd-vmodal,.rfvmodal,.fr-rules-modal,.chat-rules-modal,.creator-modal,.tv-modal{left:0!important;right:0!important;width:auto!important;max-width:none!important;margin:0!important;transform:none!important}
.app-modal__card,.cf-modal-card,.rps-modal-card,.rfd-cmodal-card,.rfd-vmodal-card,.rfvmodal-card,.fr-rules-card,.chat-rules-modal-card,.creator-card,.tv-card{margin:auto!important;max-width:calc(100vw - 24px)!important}
.skin-price-badge .coin-ico,.player-stats .stat-box b.bet-amt .coin-ico,#chatRain .fr-pot .coin-ico,#chatRain .fr-brand-top .coin-ico,.nav-info .coin-ico,.rp-pot .coin-ico,.lb-hero-prize strong .coin-ico,.skin-btn .coin-ico,.skin-dd-val .coin-ico,.rfd-thumb-pv .coin-ico,.rfd-winrow-tip-pv .coin-ico,.hist-item-amt .coin-ico,.dw-calc-val>.coin-ico{width:.8em!important;min-width:.8em!important;max-width:.8em!important;height:1em!important;min-height:1em!important;max-height:1em!important;flex:0 0 .8em!important;margin:0 .06em 0 0!important;vertical-align:-.13em!important}
@media(min-width:821px){
  body{--rfd-rail-w:280px;--rr-chat-rail-w:340px}
  html body .rfd-drawer,html body .rfd-drawer.closed,html body:not(.rfd-mobile-showing) .rfd-drawer{position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:0!important;right:auto!important;width:var(--rfd-rail-w)!important;height:auto!important;max-height:none!important;border-radius:0!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;transition:none!important;animation:none!important;z-index:990!important}
  html body .chat-drawer,html body .chat-drawer.closed{position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:auto!important;right:0!important;width:var(--rr-chat-rail-w)!important;max-width:var(--rr-chat-rail-w)!important;height:auto!important;max-height:none!important;border-radius:0!important;z-index:991!important}
  html body .chat-drawer.closed,html body:not(.chat-open) .chat-drawer{visibility:hidden!important;pointer-events:none!important;transform:translateX(101%)!important}
  html body.chat-open .chat-drawer:not(.closed){visibility:visible!important;pointer-events:auto!important;transform:translateX(0)!important}
  html body main.page{box-sizing:border-box!important;width:calc(100% - var(--rfd-rail-w))!important;max-width:none!important;margin-left:var(--rfd-rail-w)!important;margin-right:0!important;padding-left:clamp(18px,2.2vw,34px)!important;padding-right:clamp(18px,2.2vw,34px)!important;transform:none!important;transition:width .24s ease,margin-right .24s ease!important}
  .site-footer .ftr-inner{box-sizing:border-box!important;width:calc(100% - var(--rfd-rail-w))!important;max-width:none!important;margin-left:var(--rfd-rail-w)!important;margin-right:0!important;padding-left:clamp(18px,2.2vw,34px)!important;padding-right:clamp(18px,2.2vw,34px)!important;transform:none!important;transition:width .24s ease,margin-right .24s ease!important}
  .topbar-inner,body.chat-open .topbar-inner{width:calc(100% - 28px)!important;max-width:none!important;transform:none!important}
}
@media(min-width:1181px){
  body{--rfd-rail-w:312px}
  html body.chat-open main.page,body.chat-open .site-footer .ftr-inner{width:calc(100% - var(--rfd-rail-w) - var(--rr-chat-rail-w))!important;max-width:none!important;margin-right:var(--rr-chat-rail-w)!important;transform:none!important}
}
@media(min-width:821px) and (max-width:1180px){
  html body .chat-drawer,html body .chat-drawer.closed{width:min(340px,calc(100vw - var(--rfd-rail-w)))!important;max-width:min(340px,calc(100vw - var(--rfd-rail-w)))!important}
}
@media(max-width:820px){
  .brand-slogan{font-size:5.5px!important;letter-spacing:.08em!important}
  .topbar .brand-beta{display:none!important}
  .rp-top-actions{gap:8px!important}
  .rp-skin-top{min-width:82px!important;min-height:38px!important}
  .rp-view-toggle,.rp-view-toggle:hover:not(:disabled),.rp-view-toggle:active{transform:translateX(-50%)!important}
  main.page{transform:none!important}
  html body .chat-drawer,html body .chat-drawer.closed{position:fixed!important;left:0!important;right:0!important;top:var(--rr-header-h,64px)!important;bottom:0!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;border-radius:0!important;z-index:1300!important}
  html body .chat-drawer.closed,html body:not(.chat-open) .chat-drawer{visibility:hidden!important;pointer-events:none!important;transform:translateY(101%)!important}
  html body.chat-open .chat-drawer:not(.closed){visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}
  html body .rfd-drawer,html body .rfd-drawer.closed,html body:not(.rfd-mobile-showing) .rfd-drawer{visibility:visible!important;pointer-events:auto!important;transform:none!important;transition:none!important;animation:none!important}
}

html body .topbar .brand{position:relative!important;overflow:visible!important}
html body .topbar .brand-since{
  position:absolute!important;
  top:-8px!important;
  left:0!important;
  display:block!important;
  color:#CE422B!important;
  -webkit-text-fill-color:#CE422B!important;
  font:800 7px/1 var(--fu)!important;
  letter-spacing:.16em!important;
  white-space:nowrap!important;
  text-align:center!important;
  pointer-events:none!important;
}
html body .topbar .brand-wordmark{display:block!important;text-align:center!important}
html body .topbar .brand-slogan{display:block!important;text-align:center!important}
html body .dw-modal .dw-card{
  width:min(1100px,calc(100vw - 32px))!important;
  max-width:1100px!important;
  max-height:calc(100dvh - 32px)!important;
  overflow:auto!important;
  border-radius:18px!important;
}
html body .dw-modal .dw-grid{
  grid-template-columns:minmax(250px,280px) minmax(0,1fr)!important;
  min-height:520px!important;
}
html body .dw-modal .dw-side{padding:22px 20px 24px!important;gap:18px!important}
html body .dw-modal .dw-main{padding:28px 30px 30px!important;min-width:0!important}
html body .dw-modal .dw-panel{width:100%!important;min-width:0!important}
html body .dw-modal .dw-oxa-pay{padding:16px!important}
html body .dw-modal .dw-deposit-codes{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:start!important;
}
html body .dw-modal .dw-ref.dw-ref--inline{
  min-width:0!important;
  padding:14px!important;
  border-radius:12px!important;
}
html body .dw-modal .dw-ref--inline .dw-ref-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 88px!important;
  gap:8px!important;
  align-items:stretch!important;
}
html body .dw-modal .dw-ref--inline .dw-ref-row input{
  width:100%!important;
  min-width:0!important;
  height:42px!important;
  box-sizing:border-box!important;
}
html body .dw-modal .dw-ref--inline .dw-ref-apply{
  width:88px!important;
  min-width:88px!important;
  height:42px!important;
  padding:0 10px!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
html body .dw-modal .dw-oxa-copy{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 82px!important;
  gap:8px!important;
}
html body .dw-modal .dw-oxa-copy input{min-width:0!important;width:100%!important;box-sizing:border-box!important}
html body .dw-modal .dw-oxa-copy button{min-width:82px!important}
@media(max-width:820px){
  html body .topbar .brand-since{
    top:-6px!important;
    left:1px!important;
    font-size:6px!important;
    letter-spacing:.1em!important;
  }
  html body .dw-modal .dw-card{
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 20px)!important;
    border-radius:14px!important;
  }
  html body .dw-modal .dw-grid{
    grid-template-columns:1fr!important;
    min-height:0!important;
  }
  html body .dw-modal .dw-side{
    padding:16px 14px!important;
    gap:14px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(206,66,43,.18)!important;
  }
  html body .dw-modal .dw-main{padding:20px 16px 22px!important}
  html body .dw-modal .dw-deposit-codes{grid-template-columns:1fr!important;gap:10px!important}
  html body .dw-modal .dw-ref--inline .dw-ref-row{
    grid-template-columns:minmax(0,1fr) 80px!important;
    gap:7px!important;
  }
  html body .dw-modal .dw-ref--inline .dw-ref-apply{
    width:80px!important;
    min-width:80px!important;
  }
  html body .dw-modal .dw-oxa-copy{
    grid-template-columns:minmax(0,1fr) 76px!important;
    gap:7px!important;
  }
  html body .dw-modal .dw-oxa-copy button{min-width:76px!important}
}
@media(max-width:380px){
  html body .dw-modal .dw-ref--inline .dw-ref-row,
  html body .dw-modal .dw-oxa-copy{grid-template-columns:1fr!important}
  html body .dw-modal .dw-ref--inline .dw-ref-apply,
  html body .dw-modal .dw-oxa-copy button{width:100%!important;min-width:0!important}
}

html body .rp-map-card .pf-commit-note,
html body .rp-map-card .pf-commit-note[hidden],
html body .rp-players-line + .pf-commit-note,
html body .rp-players-line + .pf-commit-note[hidden]{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
html body .rp-map-card .pf-commit-note:not([hidden]){display:block!important}
html body .rp-map-card .pf-commit{width:100%!important;box-sizing:border-box!important}
@media(max-width:560px){
  html body .rp-map-card .pf-commit-note{padding:10px!important;font-size:11px!important}
}
@media(max-width:520px){
  .rp-topline{gap:8px!important}
  .rp-top-actions{flex-direction:column-reverse!important;align-items:flex-end!important;gap:5px!important}
  .rp-skin-top{min-width:76px!important;min-height:34px!important;padding:0 11px!important}
  .mkt-buy-row{grid-template-columns:44px minmax(0,1fr)!important;gap:7px!important}
  .mkt-card-qty{width:44px!important;min-width:44px!important}
}
.app-modal,.rps-modal,.rfd-cmodal,.rfd-vmodal,.rfvmodal,.tv-modal{box-sizing:border-box!important;padding:16px!important}
.cf-modal{box-sizing:border-box!important;padding:0 16px 16px!important;padding-top:calc(var(--cf-x-top) + 4px)!important}
.app-modal .app-modal__card{box-sizing:border-box!important;width:min(400px,calc(100vw - 32px))!important;max-width:400px!important;max-height:calc(100dvh - 32px)!important;overflow:auto!important}
.app-modal .canta-modal__card{width:min(560px,calc(100vw - 32px))!important;max-width:560px!important}
.app-modal .dw-card{width:min(760px,calc(100vw - 32px))!important;max-width:760px!important}
.app-modal .us-card{width:min(600px,calc(100vw - 32px))!important;max-width:600px!important;padding:24px!important;text-align:left!important}
.cf-modal .cf-modal-card{box-sizing:border-box!important;width:min(560px,calc(100vw - 32px))!important;max-width:560px!important;margin:auto!important}
.cf-modal.cf-create-modal .cf-create-card{width:min(460px,calc(100vw - 32px))!important;max-width:460px!important}
.cf-modal .cf-watch-card{width:min(560px,calc(100vw - 32px))!important;max-width:560px!important}
.rps-modal .rps-modal-card{width:min(520px,calc(100vw - 32px))!important;max-width:520px!important}
.rfd-cmodal .rfd-cmodal-card{width:min(520px,calc(100vw - 32px))!important;max-width:520px!important}
.rfd-vmodal .rfd-vmodal-card{width:min(460px,calc(100vw - 32px))!important;max-width:460px!important}
.rfvmodal .rfvmodal-card{width:min(460px,calc(100vw - 32px))!important;max-width:460px!important;max-height:calc(100dvh - 32px)!important;overflow:auto!important}
.fr-rules-modal .fr-rules-card,.chat-rules-modal .chat-rules-modal-card{width:min(400px,calc(100vw - 32px))!important;max-width:400px!important}
.creator-modal .creator-panel,.creator-modal .creator-card{width:min(420px,calc(100vw - 32px))!important;max-width:420px!important}
.tv-modal .tv-card{width:min(400px,calc(100vw - 32px))!important;max-width:400px!important}
.skin-btn-price{display:inline-flex;align-items:center;justify-content:center;gap:0;min-width:0;white-space:nowrap;font-variant-numeric:tabular-nums}
.page-market .skin-btn{min-height:40px;padding:0 12px!important;gap:8px!important;font-size:13px!important;letter-spacing:.035em!important}
.page-market .skin-btn-label{font-weight:850!important}
.page-market .skin-btn-price{font-size:14px!important;font-weight:900!important;gap:3px!important;column-gap:3px!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.page-market .skin-btn-price .coin-ico{width:1em!important;min-width:1em!important;max-width:1em!important;height:1em!important;min-height:1em!important;max-height:1em!important;flex:0 0 1em!important;margin:0 2px 0 0!important;vertical-align:-.08em!important;filter:brightness(0) invert(1)!important}
.page-market .mkt-buy-row .skin-btn{display:flex!important;align-items:center!important;justify-content:center!important}
.page-market .skin-btn-price .coin-ico{background:url('/assets/money.svg') center/contain no-repeat!important}
.page-market .skin-btn-price .coin-amt{font-size:1em!important;line-height:1!important;display:inline-flex!important;align-items:baseline!important}
.page-market .skin-btn-price .coin-d,.page-market .skin-btn-price .coin-c{font-size:1em!important;line-height:1!important;font-weight:900!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}
.page-coinflip .cf-list-section{background-color:#281C1C!important;background-image:linear-gradient(135deg,rgba(48,33,33,.91),rgba(40,28,28,.84))!important;background-position:center 58%!important;background-size:cover!important;background-repeat:no-repeat!important;background-blend-mode:normal,normal!important;border-color:rgba(206,66,43,.2)!important}
.page-coinflip #cfOpenGames .cf-game-row{position:relative;overflow:hidden;background-color:#281C1C!important;background-image:linear-gradient(90deg,rgba(48,33,33,.84),rgba(40,28,28,.7))!important;background-position:center 58%!important;background-size:cover!important;background-repeat:no-repeat!important;background-blend-mode:normal,normal!important;border-color:rgba(206,66,43,.18)!important;box-shadow:0 9px 22px rgba(0,0,0,.24)!important}
.page-coinflip #cfOpenGames .cf-game-row:hover{background-image:linear-gradient(90deg,rgba(53,35,35,.81),rgba(40,28,28,.64))!important;background-position:center 55%!important;border-color:rgba(206,66,43,.4)!important;box-shadow:0 12px 28px rgba(0,0,0,.3)!important}
.page-coinflip .cf-list-section{background-image:linear-gradient(135deg,rgba(48,33,33,.97),rgba(40,28,28,.96))!important;background-blend-mode:normal,normal!important}
.page-coinflip #cfOpenGames .cf-game-row{background-image:linear-gradient(90deg,rgba(48,33,33,.95),rgba(40,28,28,.93))!important;background-blend-mode:normal,normal!important}
.page-coinflip #cfOpenGames .cf-game-row:hover{background-image:linear-gradient(90deg,rgba(53,35,35,.94),rgba(40,28,28,.92)),url('/assets/welcome-bg.jpg')!important}
.page-coinflip .cf-side-avatar.cf-side-red{border-color:#CE422B!important;box-shadow:0 0 0 3px rgba(206,66,43,.11)!important}
.page-coinflip .cf-side-avatar.cf-side-blue{border-color:rgba(255,255,255,.42)!important;box-shadow:0 0 0 3px rgba(255,255,255,.06)!important}
.page-coinflip .cf-vs-text{color:rgba(255,255,255,.64)!important}
.page-rewards .page-hero{background-color:#281C1C!important;background-image:linear-gradient(100deg,rgba(40,28,28,.82),rgba(48,33,33,.7)),url('/assets/welcome-bg.jpg')!important;background-position:center 58%!important;background-size:cover!important;background-repeat:no-repeat!important;background-blend-mode:normal,luminosity!important;border:1px solid rgba(206,66,43,.24)!important;box-shadow:0 14px 32px rgba(0,0,0,.28)!important}
.page-rewards #bonusTasks{background:linear-gradient(145deg,rgba(48,33,33,.98),rgba(40,28,28,.98))!important;border-color:rgba(206,66,43,.18)!important}
.page-rewards .rr-task{background:linear-gradient(145deg,#342424,#281C1C)!important;border-color:rgba(206,66,43,.17)!important;box-shadow:0 8px 20px rgba(0,0,0,.2)!important}
.page-rewards .rr-task:hover{border-color:rgba(206,66,43,.38)!important;box-shadow:0 11px 26px rgba(0,0,0,.27)!important}
.page-rewards .rr-task-ico{background:rgba(206,66,43,.12)!important;border-color:rgba(206,66,43,.28)!important;color:#fff!important;box-shadow:none!important}
.page-rewards .rb-card{background-color:#281C1C!important;background-image:linear-gradient(115deg,rgba(48,33,33,.86),rgba(40,28,28,.76)),url('/assets/welcome-bg.jpg')!important;background-position:center 58%!important;background-size:cover!important;background-repeat:no-repeat!important;background-blend-mode:normal,luminosity!important;border-color:rgba(206,66,43,.17)!important;box-shadow:0 10px 24px rgba(0,0,0,.24)!important}
.page-rewards .rb-card::before{left:0!important;right:auto!important;top:0!important;bottom:0!important;width:3px!important;height:auto!important;background:#CE422B!important}
.page-rewards .rb-card::after{background:radial-gradient(circle,rgba(206,66,43,.13),transparent 68%)!important;opacity:.8!important}
.page-rewards .rb-period,.page-rewards .rb-amount,.page-rewards .rr-task-coin{color:#fff!important}
.page-rewards .rw-code-card,.page-rewards .rw-code-referral{background:linear-gradient(145deg,#342424,#281C1C)!important;border-color:rgba(206,66,43,.18)!important;box-shadow:0 10px 25px rgba(0,0,0,.24)!important}
.page-rewards .rw-code-icon,.page-rewards .rw-ref-perks span,.page-rewards .rw-social-code-links a{color:#fff!important;background:rgba(206,66,43,.1)!important;border-color:rgba(206,66,43,.24)!important}
#chatRain.free-rain{background-color:#281C1C!important;background-image:linear-gradient(95deg,rgba(40,28,28,.82),rgba(48,33,33,.66)),url('/assets/welcome-bg.jpg')!important;background-position:center 58%!important;background-size:cover!important;background-repeat:no-repeat!important;background-blend-mode:normal,luminosity!important;border-color:rgba(206,66,43,.28)!important;box-shadow:0 9px 24px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.025)!important}
.tr-strip{background-color:#281C1C!important;background-image:linear-gradient(95deg,rgba(40,28,28,.82),rgba(48,33,33,.68)),url('/assets/welcome-bg.jpg')!important;background-position:center 60%!important;background-size:cover!important;background-repeat:no-repeat!important;background-blend-mode:normal,luminosity!important;border-color:rgba(206,66,43,.24)!important;box-shadow:0 8px 22px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.025)!important}
.tr-strip-ico{background:rgba(40,28,28,.62)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:8px!important}
.rp-map{background-color:#281C1C!important;background-image:linear-gradient(rgba(206,66,43,.18),rgba(40,28,28,.18)),url('/assets/rustpot-map.jpg?v=1534')!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;background-blend-mode:color,normal!important;border-color:rgba(206,66,43,.28)!important;box-shadow:inset 0 0 38px rgba(40,28,28,.45),0 12px 30px rgba(0,0,0,.28)!important}
.rp-map::before{background:radial-gradient(125% 125% at 50% 50%,rgba(206,66,43,.02) 46%,rgba(40,28,28,.62) 100%),linear-gradient(135deg,rgba(206,66,43,.12),transparent 58%)!important}
.rp-header-with-view{display:block!important;min-height:0!important;margin-bottom:18px!important;padding:0!important}
.rp-stage.rp-mode-classic{max-width:none!important;margin-left:0!important;margin-right:0!important}
.rp-header-copy{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}
.rp-view-switch{display:inline-grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:center!important;gap:5px!important;margin-top:11px!important;padding:4px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:11px!important;background:#281C1C!important;box-shadow:0 8px 20px rgba(0,0,0,.2)!important}
.rp-view-choice{min-width:128px!important;min-height:38px!important;padding:0 13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border:1px solid transparent!important;border-radius:8px!important;background:transparent!important;color:rgba(255,255,255,.66)!important;font:800 12px/1 var(--fu)!important;cursor:pointer!important;box-shadow:none!important;transform:none!important;transition:background-color .15s ease,border-color .15s ease,color .15s ease!important}
.rp-view-choice svg{width:17px!important;height:17px!important;flex:0 0 17px!important;color:currentColor!important}
.rp-view-choice:hover:not(:disabled):not(.is-active){background:#302121!important;border-color:rgba(206,66,43,.22)!important;color:#fff!important;transform:none!important}
.rp-view-choice.is-active{background:#CE422B!important;border-color:#CE422B!important;color:#fff!important;box-shadow:0 5px 13px rgba(206,66,43,.18)!important}
.rp-view-choice:disabled{cursor:not-allowed!important;opacity:.46!important;transform:none!important}
.coin-ico,.skin-price-badge .coin-ico,.player-stats .stat-box b.bet-amt .coin-ico,#chatRain .fr-pot .coin-ico,#chatRain .fr-brand-top .coin-ico,.nav-info .coin-ico,.rp-pot .coin-ico,.lb-hero-prize strong .coin-ico,.skin-btn .coin-ico,.skin-dd-val .coin-ico,.rfd-thumb-pv .coin-ico,.rfd-winrow-tip-pv .coin-ico,.hist-item-amt .coin-ico,.dw-calc-val>.coin-ico{width:var(--money-w,.72em)!important;min-width:var(--money-w,.72em)!important;max-width:var(--money-w,.72em)!important;height:var(--money-h,.9em)!important;min-height:var(--money-h,.9em)!important;max-height:var(--money-h,.9em)!important;flex:0 0 var(--money-w,.72em)!important;margin:0 .035em 0 0!important;vertical-align:-.1em!important}
.champ-pot,.prize-amount,.hero-pool-amt,.lb-hero-prize strong,.arena-pot{--money-w:.5em;--money-h:.68em}
.cf-game-wager,.rp-en-amt,.rp-ban-amt,.champ-stack,.ch-stake,.lb-prize-amt,.lb-pod-wager,.lb-pod-prize,.skin-price-badge,.skin-dd-val,.rfd-pv,.rf-pv{--money-w:.68em;--money-h:.86em}
.btn-primary,.btn-gold,.app-modal__btn,.skin-btn,.market-buy-btn,.mbb-buy,.cf-join-btn,.cf-modal-join,.rp-join-btn,.rps-btn-join,.rfd-enter-btn,.rf-enterbtn,button[type=submit]{--money-w:.68em;--money-h:.86em}
#chatRain .fr-pot,.chat-rain-pot,.rr-task-coin,.balance-pill,.dw-calc-val{--money-w:.64em;--money-h:.82em}
.rp-pot,.rp-ban-amt,.rp-classic-result-amount{--money-w:.8em;--money-h:1em;gap:0!important;column-gap:0!important;align-items:center!important}
.rp-pot>.coin-ico,.rp-ban-amt>.coin-ico,.rp-classic-result-amount>.coin-ico{margin:0 .01em 0 0!important;align-self:center!important;vertical-align:-.1em!important}
@media(min-width:821px){
  body{--rfd-rail-w:clamp(244px,18vw,288px);--rr-chat-rail-w:clamp(292px,21vw,330px)}
  html body main.page,.site-footer .ftr-inner{width:calc(100% - var(--rfd-rail-w))!important;margin-left:var(--rfd-rail-w)!important;margin-right:0!important;padding-left:14px!important;padding-right:16px!important;transform:none!important;transition:width .22s ease,margin-right .22s ease!important}
  html body.chat-open main.page,body.chat-open .site-footer .ftr-inner{width:calc(100% - var(--rfd-rail-w) - var(--rr-chat-rail-w))!important;max-width:none!important;margin-right:var(--rr-chat-rail-w)!important;transform:none!important}
  html body .rfd-drawer,html body .rfd-drawer.closed,html body:not(.rfd-mobile-showing) .rfd-drawer{width:var(--rfd-rail-w)!important}
  html body .chat-drawer,html body .chat-drawer.closed{width:var(--rr-chat-rail-w)!important;max-width:var(--rr-chat-rail-w)!important}
  html body .app-modal,html body .cf-modal,html body .rps-modal,html body .rfd-cmodal,html body .rfd-vmodal,html body .rfvmodal,html body .tv-modal{left:var(--rfd-rail-w)!important;right:0!important;width:auto!important}
  html body.chat-open .app-modal,html body.chat-open .cf-modal,html body.chat-open .rps-modal,html body.chat-open .rfd-cmodal,html body.chat-open .rfd-vmodal,html body.chat-open .rfvmodal,html body.chat-open .tv-modal{right:var(--rr-chat-rail-w)!important}
}
@media(min-width:821px) and (max-width:1080px){
  body{--rfd-rail-w:230px;--rr-chat-rail-w:280px}
  html body main.page,.site-footer .ftr-inner{padding-left:11px!important;padding-right:11px!important}
}
@media(max-width:820px){
  body{padding-bottom:0!important}
  .topbar .account{display:flex!important;align-items:center!important;order:3!important;margin-left:auto!important;position:relative!important;z-index:1202!important;gap:4px!important}
  .app-modal .app-modal__card,.app-modal .canta-modal__card,.app-modal .dw-card,.app-modal .us-card,.cf-modal .cf-modal-card,.cf-modal.cf-create-modal .cf-create-card,.cf-modal .cf-watch-card,.rps-modal .rps-modal-card,.rfd-cmodal .rfd-cmodal-card,.rfd-vmodal .rfd-vmodal-card,.rfvmodal .rfvmodal-card{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important}
  .app-modal .us-card{padding:18px!important}
  .rp-view-switch{width:min(292px,calc(100vw - 28px))!important;margin-top:9px!important}
  .rp-view-choice{min-width:0!important;padding:0 9px!important;font-size:11.5px!important}
  html body .rfd-drawer,html body .rfd-drawer.closed,html body:not(.rfd-mobile-showing) .rfd-drawer{position:relative!important;inset:auto!important;width:calc(100% - 18px)!important;max-width:none!important;height:auto!important;min-height:132px!important;max-height:210px!important;margin:8px 9px 0!important;border-radius:12px!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;z-index:20!important;overflow:hidden!important}
  html body .rfd-drawer .rfd-panel{height:auto!important;min-height:132px!important;max-height:210px!important;border-radius:12px!important}
  html body .rfd-drawer .rfd-body{max-height:158px!important;overflow-y:auto!important}
  html body main.page{margin-top:8px!important}
}
#cfModal .cf-modal-card{width:min(560px,calc(100vw - 32px))!important;max-width:560px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 150px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto!important;column-gap:10px!important;row-gap:10px!important;padding:54px 14px 16px!important;background:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow-x:hidden!important}
#cfModal .cf-modal-card::before{display:none!important}
#cfModal .cf-modal-head{grid-column:1/-1!important;grid-row:1!important;margin:0 0 2px!important;text-align:center!important}

@media(min-width:821px){
  html body{--rr-panel-w:clamp(280px,22vw,360px);--rfd-rail-w:var(--rr-panel-w);--rr-chat-rail-w:var(--rr-panel-w);--rr-rail-gap:0px}
  html body .rfd-drawer,html body .rfd-drawer.closed,html body:not(.rfd-mobile-showing) .rfd-drawer{position:fixed!important;inset:var(--rr-header-h,74px) auto 0 0!important;width:var(--rr-panel-w)!important;max-width:var(--rr-panel-w)!important;height:auto!important;max-height:none!important;margin:0!important;border-radius:0!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;z-index:1200!important}
  html body .chat-drawer,html body .chat-drawer.closed{position:fixed!important;inset:var(--rr-header-h,74px) 0 0 auto!important;width:var(--rr-panel-w)!important;max-width:var(--rr-panel-w)!important;height:auto!important;max-height:none!important;margin:0!important;border-radius:0!important;z-index:1201!important}
  html body .chat-drawer.closed,html body:not(.chat-open) .chat-drawer{visibility:hidden!important;pointer-events:none!important;transform:translateX(101%)!important}
  html body.chat-open .chat-drawer:not(.closed){visibility:visible!important;pointer-events:auto!important;transform:translateX(0)!important}
  html body main.page,html body .site-footer .ftr-inner{box-sizing:border-box!important;width:calc(100vw - var(--rr-panel-w))!important;max-width:none!important;margin-left:var(--rr-panel-w)!important;margin-right:0!important;padding-left:clamp(14px,2vw,28px)!important;padding-right:clamp(14px,2vw,28px)!important;transform:none!important;overflow:visible!important;transition:width .24s ease,margin-right .24s ease,margin-left .24s ease!important}
  html body.chat-open main.page,html body.chat-open .site-footer .ftr-inner{width:calc(100vw - (var(--rr-panel-w) * 2))!important;max-width:none!important;margin-right:var(--rr-panel-w)!important}
  html body .topbar-inner{box-sizing:border-box!important;width:calc(100vw - var(--rr-panel-w))!important;max-width:none!important;margin-left:var(--rr-panel-w)!important;margin-right:0!important;padding-left:clamp(10px,1.5vw,22px)!important;padding-right:clamp(10px,1.5vw,22px)!important;transition:width .24s ease,margin-right .24s ease,margin-left .24s ease!important}
  html body.chat-open .topbar-inner{width:calc(100vw - (var(--rr-panel-w) * 2))!important;margin-right:var(--rr-panel-w)!important}
  html body .rp-stage,html body .rp-stage.rp-stage-2col,html body .rp-mode-classic{width:100%!important;max-width:none!important}
  html body .rp-stage-2col .rp-map-col,html body .rp-stage-2col .rp-side-col{width:100%!important;min-width:0!important}
  html body .rp-map-card,html body .rp-entrants-card,html body .rp-recent-card{width:100%!important;min-width:0!important}
}
@media(min-width:821px) and (max-width:1100px){
  html body{--rr-panel-w:280px}
}
@media(max-width:820px){
  html body .rp-stage,html body .rp-stage.rp-stage-2col,html body .rp-mode-classic{width:100%!important;max-width:none!important}
  html body .rp-map-card,html body .rp-entrants-card,html body .rp-recent-card{width:100%!important;min-width:0!important}
}
#cfModal .cf-modal-head .eyebrow{color:#fff!important;background:rgba(40,28,28,.78)!important;border:1px solid rgba(206,66,43,.28)!important;border-radius:999px!important;padding:5px 12px!important;box-shadow:0 6px 18px rgba(0,0,0,.22)!important}
#cfModal .cf-modal-players{display:contents!important;padding:0!important;margin:0!important}
#cfModal .cf-modal-vs{display:none!important}
#cfModal .cf-mplayer-left{grid-column:1!important;grid-row:2!important}
#cfModal .cf-mplayer-right{grid-column:3!important;grid-row:2!important}
#cfModal .cf-modal-player{box-sizing:border-box!important;width:100%!important;max-width:none!important;min-width:0!important;min-height:216px!important;margin:0!important;padding:15px 9px 12px!important;display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;text-align:center!important;background:rgba(40,28,28,.78)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:15px!important;box-shadow:0 12px 28px rgba(0,0,0,.28)!important;transform:none!important}
#cfModal .cf-modal-pmain{position:static!important;width:100%!important;flex:0 0 auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:8px!important;align-self:center!important}
#cfModal .cf-modal-pmain>.cf-modal-pname{position:static!important;width:100%!important;max-width:150px!important;min-height:18px!important;margin:0!important;font-size:13px!important;line-height:18px!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#fff!important}
#cfModal .cf-modal-av-wrap,#cfModal .cf-modal-av{width:74px!important;height:74px!important}
#cfModal .cf-modal-pinfo{width:100%!important;max-width:none!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:4px!important;align-self:center!important}
#cfModal .cf-modal-pamt,#cfModal .cf-modal-pamt-right{min-height:22px!important;justify-content:center!important;gap:1px!important;color:#fff!important;font-size:14px!important}
#cfModal .cf-modal-pamt .coin-ico{margin:0 .03em 0 0!important}
#cfModal .cf-modal-pct-row{min-height:15px!important;line-height:15px!important;align-self:center!important;text-align:center!important;color:rgba(255,255,255,.62)!important}
#cfModal .cf-modal-pskins-inline{max-width:58px!important}
#cfModal .cf-modal-join-slot{width:100%!important;display:flex!important;justify-content:center!important}
#cfModal .cf-modal-player.winner{border-color:#CE422B!important;background:rgba(206,66,43,.13)!important;box-shadow:0 0 0 1px rgba(206,66,43,.16),0 14px 34px rgba(0,0,0,.34)!important;transform:translateY(-2px)!important}
#cfModal .cf-modal-player.winner .cf-modal-av{border-color:#CE422B!important;box-shadow:0 0 0 3px rgba(206,66,43,.18),0 8px 20px rgba(0,0,0,.46)!important}
#cfModal .cf-modal-player.loser{opacity:.68!important}
#cfModal .cf-modal-stage{box-sizing:border-box!important;grid-column:2!important;grid-row:2!important;width:150px!important;min-width:150px!important;min-height:216px!important;height:216px!important;margin:0!important;padding:0!important;display:grid!important;place-items:center!important;align-self:stretch!important;background:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}
#cfModal .cf-modal-stage::before{display:none!important}
#cfModal .cf-modal-stage .cf-coin-wrap{margin:auto!important}
#cfModal .cf-modal-outcome{grid-column:1/-1!important;grid-row:3!important;min-height:22px!important;margin:0!important;color:#fff!important;text-align:center!important}
#cfModal .cf-modal-outcome.red,#cfModal .cf-modal-outcome.blue,#cfModal .cf-modal-outcome.mine{color:#fff!important}
#cfModal .cf-modal-fair{grid-column:1/-1!important;grid-row:4!important;margin:0!important}
#cfModal .cf-verify-panel{background:rgba(40,28,28,.9)!important;border-color:rgba(206,66,43,.2)!important}
@media(max-width:600px){
  #cfModal{padding-left:10px!important;padding-right:10px!important}
  #cfModal .cf-modal-card{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;grid-template-columns:minmax(0,1fr) 104px minmax(0,1fr)!important;column-gap:4px!important;row-gap:8px!important;padding:52px 6px 12px!important}
  #cfModal .cf-modal-player{min-height:178px!important;padding:11px 4px 9px!important;gap:6px!important;border-radius:12px!important}
  #cfModal .cf-modal-pmain{width:100%!important;flex-basis:auto!important;gap:6px!important}
  #cfModal .cf-modal-pmain>.cf-modal-pname{position:static!important;top:auto!important;right:auto!important;left:auto!important;width:100%!important;max-width:88px!important;font-size:11px!important;line-height:16px!important}
  #cfModal .cf-modal-av-wrap,#cfModal .cf-modal-av{width:56px!important;height:56px!important}
  #cfModal .cf-modal-sidecoin{width:22px!important;height:22px!important}
  #cfModal .cf-modal-pamt,#cfModal .cf-modal-pamt-right{min-height:18px!important;font-size:12px!important}
  #cfModal .cf-modal-pct-row{font-size:10px!important}
  #cfModal .cf-modal-pskins-inline{max-width:36px!important}
  #cfModal .cf-modal-stage{width:104px!important;min-width:104px!important;min-height:178px!important;height:178px!important}
  #cfModal .cf-modal-stage .cf-coin{width:112px!important;height:112px!important}
}
html body i.coin-ico{
  display:inline-block!important;
  width:.72em!important;
  min-width:.72em!important;
  max-width:.72em!important;
  height:.9em!important;
  min-height:.9em!important;
  max-height:.9em!important;
  width:.8cap!important;
  min-width:.8cap!important;
  max-width:.8cap!important;
  height:1cap!important;
  min-height:1cap!important;
  max-height:1cap!important;
  flex:0 0 .8cap!important;
  margin:0!important;
  vertical-align:-.08em!important;
  color:#CE422B!important;
  background:none!important;
  background-color:currentColor!important;
  -webkit-mask:url('/assets/money.svg') center/100% 100% no-repeat!important;
  mask:url('/assets/money.svg') center/100% 100% no-repeat!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  transform:none!important;
}
.rp-pot,.rp-ban-amt,.rp-classic-result-amount,.rp-en-amt,.prize-amount,.hero-pool-amt,.champ-pot,.champ-stack,.ch-stake,.arena-pot,.balance-pill,.cf-game-wager,.skin-price-badge,.skin-btn-price,.lb-prize-amt,.lb-pod-wager,.lb-pod-prize,.rr-task-coin,.rb-amount,.fr-pot,.dw-calc-val,.cm-val,.rfd-pv,.rf-pv{
  gap:.08em!important;
  column-gap:.08em!important;
}
.btn-primary i.coin-ico,.btn-gold i.coin-ico,.app-modal__btn i.coin-ico,.skin-btn i.coin-ico,.market-buy-btn i.coin-ico,.mbb-buy i.coin-ico,.cf-join-btn i.coin-ico,.cf-modal-join i.coin-ico,.rp-join-btn i.coin-ico,.rps-btn-join i.coin-ico,.rfd-enter-btn i.coin-ico,.rf-enterbtn i.coin-ico,button[type=submit] i.coin-ico,#chatRain i.coin-ico{
  color:#fff!important;
  filter:none!important;
}
#chatRain.free-rain{
  background-color:#281C1C!important;
  background-image:linear-gradient(100deg,rgba(40,28,28,.64),rgba(40,28,28,.34)),linear-gradient(0deg,rgba(206,66,43,.18),rgba(206,66,43,.05)),url('/assets/welcome-bg.jpg')!important;
  background-position:center 56%!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-blend-mode:normal,color,normal!important;
  border-color:rgba(206,66,43,.34)!important;
  box-shadow:0 10px 25px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.tr-strip{
  background-color:#281C1C!important;
  background-image:linear-gradient(100deg,rgba(40,28,28,.6),rgba(40,28,28,.3)),linear-gradient(0deg,rgba(206,66,43,.2),rgba(206,66,43,.04)),url('/assets/welcome-bg.jpg')!important;
  background-position:58% 58%!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-blend-mode:normal,color,normal!important;
  border-color:rgba(206,66,43,.3)!important;
  box-shadow:0 9px 23px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.tr-strip-ico,.tr-strip-info{
  color:#fff!important;
  background:rgba(40,28,28,.58)!important;
  border-color:rgba(255,255,255,.14)!important;
  box-shadow:0 4px 12px rgba(0,0,0,.24)!important;
}
.tr-strip-txt b,.tr-strip-sub,.fr-brand-main,.fr-meta{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 1px 7px rgba(0,0,0,.72)!important;
}
@media(min-width:821px){
  body{--rfd-rail-w:clamp(232px,17vw,276px);--rr-chat-rail-w:clamp(280px,20.5vw,320px);--rr-rail-gap:8px}
  html body .rfd-drawer,html body .rfd-drawer.closed,html body:not(.rfd-mobile-showing) .rfd-drawer{
    position:fixed!important;
    inset:var(--rr-header-h,74px) auto 0 0!important;
    width:var(--rfd-rail-w)!important;
    height:auto!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    border-radius:0!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    z-index:990!important;
  }
  html body .chat-drawer,html body .chat-drawer.closed{
    position:fixed!important;
    inset:var(--rr-header-h,74px) 0 0 auto!important;
    width:var(--rr-chat-rail-w)!important;
    height:auto!important;
    max-width:var(--rr-chat-rail-w)!important;
    max-height:none!important;
    margin:0!important;
    border-radius:0!important;
    z-index:991!important;
    transition:transform .24s ease,visibility .24s ease!important;
  }
  html body .chat-drawer.closed,html body:not(.chat-open) .chat-drawer{
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateX(101%)!important;
  }
  html body.chat-open .chat-drawer:not(.closed){
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(0)!important;
  }
  html body main.page,.site-footer .ftr-inner{
    box-sizing:border-box!important;
    width:calc(100% - var(--rfd-rail-w))!important;
    max-width:none!important;
    margin-left:var(--rfd-rail-w)!important;
    margin-right:0!important;
    padding-left:var(--rr-rail-gap)!important;
    padding-right:var(--rr-rail-gap)!important;
    transform:none!important;
    transition:width .24s ease,margin-right .24s ease!important;
  }
  html body.chat-open main.page,body.chat-open .site-footer .ftr-inner{
    width:calc(100% - var(--rfd-rail-w) - var(--rr-chat-rail-w))!important;
    margin-right:var(--rr-chat-rail-w)!important;
  }
  html body .app-modal,html body .cf-modal,html body .rps-modal,html body .rfd-cmodal,html body .rfd-vmodal,html body .rfvmodal,html body .tv-modal{
    left:var(--rfd-rail-w)!important;
    right:0!important;
    width:auto!important;
  }
  html body.chat-open .app-modal,html body.chat-open .cf-modal,html body.chat-open .rps-modal,html body.chat-open .rfd-cmodal,html body.chat-open .rfd-vmodal,html body.chat-open .rfvmodal,html body.chat-open .tv-modal{
    right:var(--rr-chat-rail-w)!important;
  }
  .mkt-bulk-bar{
    left:calc(var(--rfd-rail-w) + var(--rr-rail-gap))!important;
    right:var(--rr-rail-gap)!important;
  }
  body.chat-open .mkt-bulk-bar{right:calc(var(--rr-chat-rail-w) + var(--rr-rail-gap))!important}
}
@media(min-width:821px) and (max-width:1080px){
  body{--rfd-rail-w:210px;--rr-chat-rail-w:260px;--rr-rail-gap:7px}
}
@media(min-width:821px) and (max-width:1080px){
  html body{--rfd-rail-w:210px;--rr-chat-rail-w:260px;--rr-rail-gap:7px}
}
html body i.coin-ico:not(#rrCoinIcon){
  width:.72em!important;
  min-width:.72em!important;
  max-width:.72em!important;
  height:.9em!important;
  min-height:.9em!important;
  max-height:.9em!important;
  width:.8cap!important;
  min-width:.8cap!important;
  max-width:.8cap!important;
  height:1cap!important;
  min-height:1cap!important;
  max-height:1cap!important;
  flex:0 0 .8cap!important;
  margin:0!important;
  vertical-align:-.08em!important;
  color:#CE422B!important;
  background:none!important;
  background-color:currentColor!important;
  -webkit-mask:url('/assets/money.svg') center/100% 100% no-repeat!important;
  mask:url('/assets/money.svg') center/100% 100% no-repeat!important;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.42))!important;
}
html body :is(.rp-pot,.rp-ban-amt,.rp-classic-result-amount,.rp-en-amt,.prize-amount,.hero-pool-amt,.champ-pot,.champ-stack,.ch-stake,.arena-pot,.balance-pill,.cf-game-wager,.skin-price-badge,.skin-btn-price,.lb-prize-amt,.lb-pod-wager,.lb-pod-prize,.rr-task-coin,.rb-amount,.fr-pot,.dw-calc-val,.cm-val,.rfd-pv,.rf-pv):not(#rrMoneyGroup){
  gap:.04em!important;
  column-gap:.04em!important;
}
html body :is(.btn-primary,.btn-gold,.app-modal__btn,.skin-btn,.market-buy-btn,.mbb-buy,.cf-join-btn,.cf-modal-join,.rp-join-btn,.rps-btn-join,.rfd-enter-btn,.rf-enterbtn,button[type=submit]) i.coin-ico:not(#rrCoinIcon),html body #chatRain i.coin-ico:not(#rrCoinIcon){
  color:#fff!important;
  margin:0!important;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))!important;
}
@media(max-width:820px){
  html body .chat-drawer .chat-panel,html body .chat-drawer .chat-head,html body .chat-drawer .chat-messages{
    width:100%!important;
    max-width:100%!important;
  }
}

html body.page-arena .control-panel .prize-display,
html body.page-arena .control-panel .prize-display.prize-display{
  background:#302121!important;
  background-color:#302121!important;
  background-image:none!important;
  border:1px solid rgba(206,66,43,.14)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.22)!important;
  color:#fff!important;
}
html body.page-arena .control-panel .prize-display::before,
html body.page-arena .control-panel .prize-display::after{
  display:none!important;
  content:none!important;
  background:none!important;
  opacity:0!important;
  box-shadow:none!important;
}
html body.page-arena .control-panel .prize-display .prize-label,
html body.page-arena .control-panel .prize-display .prize-amount,
html body.page-arena .control-panel .prize-display #prizePool{
  background:none!important;
  background-image:none!important;
  -webkit-text-fill-color:#fff!important;
  color:#fff!important;
  text-shadow:none!important;
}
html body .rfd-drawer,
html body .chat-drawer{z-index:2200!important}
html body main.page,
html body .site-footer{position:relative!important;z-index:1!important}

html body .topbar,
html body .topbar-inner,
html body .topbar-right,
html body .topbar .account,
html body .topbar .profile-wrap,
html body .topbar .profile-menu{
  overflow:visible!important;
}
html body .topbar{isolation:isolate!important;z-index:5000!important}
html body .topbar-inner{z-index:5001!important}
html body .topbar-right,html body .topbar .account{z-index:5002!important}
html body .topbar .profile-wrap{z-index:5100!important}
html body .topbar .profile-wrap .profile-menu{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  right:0!important;
  left:auto!important;
  z-index:5200!important;
  transform:none!important;
}
html body .chat-drawer{z-index:1300!important}

html body.page-rewards .rb-card,
html body.page-rewards .rb-card.rb-daily,
html body.page-rewards .rb-card.rb-weekly,
html body.page-rewards .rb-card.rb-monthly{
  background:#302121!important;
  background-color:#302121!important;
  background-image:none!important;
  background-blend-mode:normal!important;
}
html body.page-rewards .rb-card::after{display:none!important;content:none!important;background:none!important;opacity:0!important}
html body.page-rewards .rb-card::before{background:#CE422B!important}

html body .topbar .brand{position:relative!important;overflow:visible!important}
html body .topbar .brand-since{
  position:absolute!important;
  top:-7px!important;
  right:0!important;
  left:auto!important;
  display:block!important;
  font:800 6px/1 var(--fu)!important;
  letter-spacing:.08em!important;
  text-align:right!important;
  white-space:nowrap!important;
  color:#CE422B!important;
  -webkit-text-fill-color:#CE422B!important;
}
@media(max-width:820px){
  html body .topbar .brand-since{top:-5px!important;right:0!important;font-size:5px!important;letter-spacing:.06em!important}
}
.top-chat-toggle::before{display:none!important}
.top-chat-toggle[aria-expanded="true"]{
  background:#CE422B!important;
  border-color:#CE422B!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(206,66,43,.24)!important;
}
.top-chat-toggle[aria-expanded="false"]{
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(206,66,43,.2)!important;
  color:#f7f3f2!important;
  box-shadow:none!important;
}
.page-rewards .rw-code-card,
.page-rewards .rw-code-referral{
  background:linear-gradient(145deg,#342424,#281C1C)!important;
  border:1px solid rgba(206,66,43,.28)!important;
  color:#fff!important;
}
.page-rewards .rw-code-card::after{background:radial-gradient(circle,rgba(206,66,43,.2),transparent 68%)!important}
.page-rewards .rw-code-head .eyebrow,
.page-rewards .rw-code-head h3,
.page-rewards .rw-code-copy,
.page-rewards .rw-social-code-note,
.page-rewards .rw-code-note,
.page-rewards .rw-code-note.ok,
.page-rewards .rw-code-note.err,
.page-rewards .rw-ref-perks span,
.page-rewards .rw-social-code-links a{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.page-rewards .rw-code-icon{
  color:#fff!important;
  background:rgba(206,66,43,.16)!important;
  border-color:rgba(206,66,43,.4)!important;
}
.page-rewards .rw-social-code-note{
  background:rgba(40,28,28,.74)!important;
  border-color:rgba(255,255,255,.14)!important;
}
.page-rewards .rw-social-code-links a,
.page-rewards .rw-ref-perks span{
  background:rgba(206,66,43,.14)!important;
  border-color:rgba(206,66,43,.38)!important;
}
.page-rewards .rw-social-code-links a:hover{
  background:#CE422B!important;
  border-color:#CE422B!important;
}
.page-rewards .rw-code-form input,
.page-rewards .rw-promo-input input{
  background:rgba(40,28,28,.9)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  caret-color:#CE422B!important;
}
.page-rewards .rw-code-form input::placeholder,
.page-rewards .rw-promo-input input::placeholder{color:rgba(255,255,255,.58)!important}
.page-rewards .rw-code-form input:focus,
.page-rewards .rw-promo-input input:focus{border-color:#CE422B!important;box-shadow:0 0 0 3px rgba(206,66,43,.16)!important}
.page-rewards .rw-code-note.ok{color:#fff!important;border-left:2px solid #CE422B!important;padding-left:8px!important}
.page-rewards .rw-code-note.err{color:#fff!important;border-left:2px solid rgba(255,255,255,.7)!important;padding-left:8px!important}
@media(min-width:1081px){
  body{--rfd-rail-w:clamp(316px,23vw,380px);--rr-chat-rail-w:clamp(320px,24vw,380px)}
}
@media(min-width:821px) and (max-width:1080px){
  body{--rfd-rail-w:232px;--rr-chat-rail-w:276px}
}
.page-market .mkt-buy-row .skin-btn{
  min-height:42px!important;
  padding:0 13px!important;
  gap:8px!important;
  border-radius:10px!important;
  font-size:13px!important;
}
.page-market .mkt-buy-row .skin-btn-label{font-weight:850!important;line-height:1!important}
.page-market .mkt-buy-row .skin-btn-price{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.page-market .mkt-buy-row .skin-btn-price i.coin-ico{
  width:1em!important;
  min-width:1em!important;
  max-width:1em!important;
  height:1em!important;
  min-height:1em!important;
  max-height:1em!important;
  flex:0 0 1em!important;
  margin:0!important;
  color:#fff!important;
  background-color:currentColor!important;
  filter:none!important;
}
.page-market .mkt-buy-row .skin-btn-price .coin-amt,
.page-market .mkt-buy-row .skin-btn-price .coin-d,
.page-market .mkt-buy-row .skin-btn-price .coin-c{
  font-size:1em!important;
  line-height:1!important;
  font-weight:900!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
}
.page-market .mkt-head h1{color:#fff!important}
.page-market .mkt-head .eyebrow{color:#CE422B!important;-webkit-text-fill-color:#CE422B!important}
.page-market .mkt-toolbar{padding:12px;border:1px solid rgba(206,66,43,.2);border-radius:14px;background:linear-gradient(145deg,rgba(52,36,36,.82),rgba(40,28,28,.9));box-shadow:0 10px 24px rgba(0,0,0,.18)}
.page-market .mkt-search input,
.page-market .mkt-sort,
.page-market .mkt-range{background:#281C1C!important;border-color:rgba(255,255,255,.16)!important;color:#fff!important}
.page-market .mkt-search input:focus{border-color:#CE422B!important;box-shadow:0 0 0 3px rgba(206,66,43,.15)!important}
.page-market .mkt-search svg,.page-market .mkt-range-sep{color:rgba(255,255,255,.62)!important}
.page-market .mkt-live{color:rgba(255,255,255,.72)!important}
.page-market .mkt-live i{background:#CE422B!important;box-shadow:0 0 0 0 rgba(206,66,43,.45)!important}
.page-market .skin-card{background:linear-gradient(180deg,#342424,#281C1C)!important;border-color:rgba(206,66,43,.18)!important;box-shadow:0 10px 22px rgba(0,0,0,.2)!important}
.page-market .skin-card:hover{border-color:rgba(206,66,43,.5)!important;box-shadow:0 16px 32px rgba(0,0,0,.34),0 0 0 1px rgba(206,66,43,.16)!important}
.page-market .skin-img{background:radial-gradient(70% 70% at 50% 38%,rgba(206,66,43,.14),transparent 72%)!important}
.page-market .skin-name{color:#fff!important}
.page-market .mkt-card-qty{height:42px!important;background:#281C1C!important;border-color:rgba(255,255,255,.18)!important}
.page-market .mkt-card-qty input{height:22px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:14px!important}
.page-market .mkt-card-qty:focus-within{border-color:#CE422B!important;box-shadow:0 0 0 2px rgba(206,66,43,.14)!important}
.page-market .skin-grid{gap:18px!important}
.page-market .skin-card{
  border-radius:18px!important;
  border-color:rgba(255,255,255,.12)!important;
  background:linear-gradient(180deg,#342424 0%,#281C1C 100%)!important;
}
.page-market .skin-card::before{height:4px!important;background:#CE422B!important}
.page-market .skin-img{padding:20px!important;min-height:188px!important}
.page-market .skin-meta{padding:13px 14px 15px!important;gap:9px!important}
.page-market .skin-name{font-size:14px!important;font-weight:750!important;letter-spacing:.01em!important}
.page-market .mkt-buy-row{grid-template-columns:58px minmax(0,1fr)!important;gap:8px!important}
.page-market .mkt-buy-row .skin-btn{
  min-height:44px!important;
  padding:0 12px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#D94D33 0%,#CE422B 58%,#B93624 100%)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(206,66,43,.24),inset 0 1px 0 rgba(255,255,255,.2)!important;
  font-size:13px!important;
  letter-spacing:.02em!important;
}
.page-market .mkt-buy-row .skin-btn:hover{filter:brightness(1.08)!important;box-shadow:0 11px 22px rgba(206,66,43,.3),inset 0 1px 0 rgba(255,255,255,.24)!important}
.page-market .mkt-buy-row .skin-btn:active{transform:translateY(1px)!important}
.page-market .mkt-buy-row .skin-btn-label{color:#fff!important;font-weight:850!important}
.page-market .skin-meta > .skin-btn{
  min-height:44px!important;
  padding:0 13px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#D94D33 0%,#CE422B 58%,#B93624 100%)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(206,66,43,.24),inset 0 1px 0 rgba(255,255,255,.2)!important;
  text-align:center!important;
}
.page-market .skin-meta > .skin-btn:hover{filter:brightness(1.08)!important;box-shadow:0 11px 22px rgba(206,66,43,.3),inset 0 1px 0 rgba(255,255,255,.24)!important}
.page-market .mkt-buy-row .skin-btn-price{
  min-width:0!important;
  padding-left:10px!important;
  border-left:1px solid rgba(255,255,255,.3)!important;
  white-space:nowrap!important;
}
.page-market .mkt-buy-row .skin-btn-price i.coin-ico{
  width:1.12em!important;
  min-width:1.12em!important;
  max-width:1.12em!important;
  height:1.18em!important;
  min-height:1.18em!important;
  max-height:1.18em!important;
  flex:0 0 1.12em!important;
  color:#fff!important;
  background:currentColor!important;
  -webkit-mask:url('/assets/money.svg') center/contain no-repeat!important;
  mask:url('/assets/money.svg') center/contain no-repeat!important;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.28))!important;
}
.page-market .mkt-buy-row .skin-btn-price i.coin-ico:not(#rrCoinIcon){
  width:1.12em!important;
  min-width:1.12em!important;
  max-width:1.12em!important;
  height:1.18em!important;
  min-height:1.18em!important;
  max-height:1.18em!important;
  flex:0 0 1.12em!important;
}
@media(max-width:560px){
  .page-market .skin-grid{gap:12px!important}
  .page-market .skin-img{padding:14px!important;min-height:0!important}
  .page-market .skin-meta{padding:10px 10px 11px!important}
  .page-market .mkt-buy-row{grid-template-columns:48px minmax(0,1fr)!important;gap:5px!important}
  .page-market .mkt-buy-row .skin-btn{padding:0 8px!important}
  .page-market .mkt-buy-row .skin-btn-price{padding-left:0!important;border-left:0!important}
  .page-market .mkt-buy-row .skin-btn-price i.coin-ico:not(#rrCoinIcon){width:1.08em!important;min-width:1.08em!important;max-width:1.08em!important;height:1.14em!important;min-height:1.14em!important;max-height:1.14em!important;flex-basis:1.08em!important}
}
html body i.coin-ico:not(#rrCoinIcon){
  display:inline-block!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  flex:0 0 auto!important;
  margin:0 .04em 0 0!important;
  vertical-align:-.08em!important;
  font:inherit!important;
  font-style:normal!important;
  line-height:1!important;
  color:#CE422B!important;
  background:none!important;
  background-color:transparent!important;
  -webkit-mask:none!important;
  mask:none!important;
  filter:none!important;
  transform:none!important;
}
html body i.coin-ico:not(#rrCoinIcon)::before{content:"$"!important;display:inline!important;font:inherit!important;font-style:normal!important;line-height:1!important;color:inherit!important}
html body :is(.btn-primary,.btn-gold,.app-modal__btn,.skin-btn,.market-buy-btn,.mbb-buy,.cf-join-btn,.cf-modal-join,.rp-join-btn,.rps-btn-join,.rfd-enter-btn,.rf-enterbtn,.btn-skin-stake,.cf-skin-btn,.rp-skin-primary,.dw-cta:not(.dw-cta--ghost),.tv-btn-go,.chat-form button[type=submit],.chat-rain-join,.fr-join,button[class*="-claim"],button[class*="-redeem"],button[class*="-buy"],button[class*="-join"],button[class*="-submit"]) i.coin-ico:not(#rrCoinIcon){color:#fff!important}
html body #chatRain i.coin-ico:not(#rrCoinIcon),html body .free-rain i.coin-ico:not(#rrCoinIcon),html body .tr-strip i.coin-ico:not(#rrCoinIcon){color:#CE422B!important}
html body .chat-tip-tag .coin-ico,html body .chat-rain-tag .coin-ico{display:none!important}
html body.page-market .mkt-buy-row .skin-btn{
  width:min(100%,190px)!important;
  max-width:190px!important;
  min-height:38px!important;
  height:38px!important;
  padding:0 10px!important;
  gap:6px!important;
  border-radius:9px!important;
  font-size:12px!important;
  letter-spacing:.015em!important;
  box-shadow:0 5px 14px rgba(206,66,43,.2),inset 0 1px 0 rgba(255,255,255,.18)!important;
  justify-self:end!important;
}
html body.page-market .mkt-buy-row .skin-btn-price{
  gap:3px!important;
  column-gap:3px!important;
  padding-left:0!important;
  border-left:0!important;
  font-size:13px!important;
}
html body.page-market .mkt-buy-row .skin-btn-price i.coin-ico:not(#rrCoinIcon){
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  flex:0 0 auto!important;
  margin:0!important;
  color:#fff!important;
}
html body.page-market .mkt-card-qty{height:38px!important;min-height:38px!important;border-radius:9px!important}
@media(min-width:821px){
  html body{--rfd-rail-w:clamp(244px,16vw,292px);--rr-chat-rail-w:clamp(292px,18vw,328px);--rr-rail-gap:8px}
  html body .rfd-drawer,html body .rfd-drawer.closed,html body:not(.rfd-mobile-showing) .rfd-drawer{
    position:fixed!important;
    inset:var(--rr-header-h,74px) auto 0 0!important;
    width:var(--rfd-rail-w)!important;
    max-width:var(--rfd-rail-w)!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    transform:none!important;
    z-index:1200!important;
  }
  html body .chat-drawer,html body .chat-drawer.closed{
    position:fixed!important;
    inset:var(--rr-header-h,74px) 0 0 auto!important;
    width:var(--rr-chat-rail-w)!important;
    max-width:var(--rr-chat-rail-w)!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    z-index:1201!important;
  }
  html body main.page,html body .site-footer .ftr-inner{
    position:relative!important;
    z-index:1!important;
    box-sizing:border-box!important;
    width:calc(100% - var(--rfd-rail-w))!important;
    max-width:none!important;
    margin-left:var(--rfd-rail-w)!important;
    margin-right:0!important;
    padding-left:var(--rr-rail-gap)!important;
    padding-right:var(--rr-rail-gap)!important;
    transform:none!important;
    overflow:visible!important;
    transition:width .24s ease,margin-right .24s ease!important;
  }
  html body.chat-open main.page,html body.chat-open .site-footer .ftr-inner{
    width:calc(100% - var(--rfd-rail-w) - var(--rr-chat-rail-w))!important;
    max-width:none!important;
    margin-right:var(--rr-chat-rail-w)!important;
  }
  html body .topbar .balance-pill > i.coin-ico:not(#rrCoinIcon),
  html body .topbar .pm-ref-badge > i.coin-ico:not(#rrCoinIcon),
  html body .topbar .nav-info .coin-ico:not(#rrCoinIcon){
    width:1em!important;
    min-width:1em!important;
    max-width:1em!important;
    height:1em!important;
    min-height:1em!important;
    max-height:1em!important;
    flex:0 0 1em!important;
    margin:0!important;
    vertical-align:-.08em!important;
  }
}
html body{overflow-x:hidden!important}
html body .rp-classic-cell{--rp-col:#CE422B;box-sizing:border-box!important;height:116px!important;width:104px!important;min-width:104px!important;padding:10px!important;gap:0!important;justify-content:center!important;cursor:default}
html body .rp-classic-cell>b{display:none!important}
html body .rp-classic-cell>b.rp-classic-name{display:none!important}
html body .rp-classic-cell:not(.is-placeholder) .rp-classic-avatar{border-color:var(--rp-col)!important}
html body .rp-classic-cell.is-marker,
html body .rp-classic-cell.is-winner{border-color:var(--rp-col)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--rp-col) 45%,transparent),0 10px 22px rgba(0,0,0,.28)!important}
html body .rp-classic-cell.is-marker .rp-classic-avatar,
html body .rp-classic-cell.is-winner .rp-classic-avatar{border-color:var(--rp-col)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--rp-col) 32%,transparent),0 8px 18px rgba(0,0,0,.34)!important}
html body .rp-classic-cell.is-target:not(.is-winner):not(.is-marker){border-color:rgba(255,255,255,.07)!important;box-shadow:0 8px 18px rgba(0,0,0,.2)!important}
html body .rp-classic-cell.is-target:not(.is-winner):not(.is-marker) .rp-classic-avatar{border-color:var(--rp-col)!important;box-shadow:0 8px 18px rgba(0,0,0,.35)!important}
html body .rp-classic-cell:nth-child(5n+1){--rp-col:#CE422B}
html body .rp-classic-cell:nth-child(5n+2){--rp-col:#E07A5F}
html body .rp-classic-cell:nth-child(5n+3){--rp-col:#B94E3A}
html body .rp-classic-cell:nth-child(5n+4){--rp-col:#F09A82}
html body .rp-classic-cell:nth-child(5n+5){--rp-col:#8F3327}
html body .rp-classic-cell.is-placeholder{--rp-col:rgba(255,255,255,.2)!important}
html body .rp-classic-viewport{height:150px!important}
html body .rp-classic-strip{gap:7px!important;padding:10px 0!important}
html body .rp-classic-cell .rp-classic-avatar{width:78px!important;height:78px!important;flex:0 0 78px!important}
html body .rp-classic-cell.is-placeholder .rp-classic-avatar{width:70px!important;height:70px!important;flex-basis:70px!important}

html body .rp-map{background-color:#281C1C!important;background-image:linear-gradient(rgba(206,66,43,.34),rgba(40,28,28,.42)),url('/assets/rustpot-map.jpg?v=1534')!important;background-blend-mode:color,normal!important;border-color:rgba(206,66,43,.42)!important}
html body .rp-map::before{background:radial-gradient(125% 125% at 50% 50%,rgba(40,28,28,.08) 40%,rgba(40,28,28,.68) 100%),linear-gradient(135deg,rgba(206,66,43,.2),rgba(206,66,43,.05) 58%,transparent 82%)!important}

html body.page-arena .control-panel .prize-display{background:#302121!important;background-image:none!important;border-color:rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 8px 22px rgba(0,0,0,.22)!important}
html body.page-arena .control-panel .prize-display::before{display:none!important;background:none!important;animation:none!important}
html body.page-arena .control-panel .prize-display .prize-label{color:rgba(255,255,255,.62)!important}
html body.page-arena .control-panel .prize-display .prize-amount{color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;animation:none!important}
html body.page-arena .control-panel .prize-display .prize-amount .coin-ico{color:#CE422B!important}

html body .rfd-drawer,html body .chat-drawer{box-sizing:border-box!important;overflow:hidden!important}
html body .rfd-panel,html body .chat-panel{box-sizing:border-box!important;min-width:0!important;width:100%!important;max-width:100%!important}
html body .rfd-body,html body .chat-messages{min-width:0!important;overflow-x:hidden!important}
html body .rfd-card,html body .rfd-info,html body .rfd-card-info,html body .chat-message,html body .chat-body{min-width:0!important;max-width:100%!important}
html body .rfd-card{gap:9px!important;padding:9px!important}
html body .rfd-thumb{flex-basis:82px!important;width:82px!important;min-width:82px!important}
html body .rfd-name{font-size:13px!important}
html body .rfd-enter{gap:6px!important}
html body .rfd-enter-btn{padding-left:11px!important;padding-right:11px!important;white-space:nowrap!important}
html body .chat-head,html body .chat-head>*{min-width:0!important}
html body .chat-head .chat-rules-btn{max-width:38%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}

@media(min-width:821px){
  html body{--rfd-rail-w:clamp(216px,14vw,260px);--rr-chat-rail-w:clamp(260px,17vw,304px);--rr-rail-gap:clamp(8px,1vw,14px)}
  html body .rfd-drawer,html body .rfd-drawer.closed,html body:not(.rfd-mobile-showing) .rfd-drawer{position:fixed!important;inset:var(--rr-header-h,74px) auto 0 0!important;width:var(--rfd-rail-w)!important;max-width:var(--rfd-rail-w)!important;height:auto!important;max-height:none!important;margin:0!important;border-radius:0!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;z-index:1200!important}
  html body .chat-drawer,html body .chat-drawer.closed{position:fixed!important;inset:var(--rr-header-h,74px) 0 0 auto!important;width:var(--rr-chat-rail-w)!important;max-width:var(--rr-chat-rail-w)!important;height:auto!important;max-height:none!important;margin:0!important;border-radius:0!important;z-index:1201!important}
  html body .chat-drawer.closed,html body:not(.chat-open) .chat-drawer{visibility:hidden!important;pointer-events:none!important;transform:translateX(101%)!important}
  html body.chat-open .chat-drawer:not(.closed){visibility:visible!important;pointer-events:auto!important;transform:translateX(0)!important}
  html body main.page,html body .site-footer .ftr-inner{box-sizing:border-box!important;width:calc(100vw - var(--rfd-rail-w) - var(--rr-rail-gap) - var(--rr-rail-gap))!important;max-width:none!important;margin-left:calc(var(--rfd-rail-w) + var(--rr-rail-gap))!important;margin-right:var(--rr-rail-gap)!important;padding-left:0!important;padding-right:0!important;transform:none!important;overflow:visible!important;transition:width .24s ease,margin-right .24s ease,margin-left .24s ease!important}
  html body.chat-open main.page,html body.chat-open .site-footer .ftr-inner{width:calc(100vw - var(--rfd-rail-w) - var(--rr-chat-rail-w) - var(--rr-rail-gap) - var(--rr-rail-gap))!important;max-width:none!important;margin-right:calc(var(--rr-chat-rail-w) + var(--rr-rail-gap))!important}
  html body .app-modal,html body .cf-modal,html body .rps-modal,html body .rfd-cmodal,html body .rfd-vmodal,html body .rfvmodal,html body .tv-modal{left:var(--rfd-rail-w)!important;right:var(--rr-rail-gap)!important;width:auto!important}
  html body.chat-open .app-modal,html body.chat-open .cf-modal,html body.chat-open .rps-modal,html body.chat-open .rfd-cmodal,html body.chat-open .rfd-vmodal,html body.chat-open .rfvmodal,html body.chat-open .tv-modal{right:calc(var(--rr-chat-rail-w) + var(--rr-rail-gap))!important}
}
@media(min-width:821px) and (max-width:1060px){
  html body{--rfd-rail-w:196px;--rr-chat-rail-w:238px;--rr-rail-gap:7px}
  html body .rfd-card{flex-direction:column!important;gap:7px!important}
  html body .rfd-thumb{width:100%!important;flex-basis:62px!important;height:62px!important}
  html body .rfd-info{width:100%!important}
}
@media(max-width:820px){
  html body{--rfd-mobile-h:min(236px,35dvh);padding-bottom:calc(var(--rfd-mobile-h) + env(safe-area-inset-bottom,0px))!important}
  html body main.page{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding-left:10px!important;padding-right:10px!important;transform:none!important;overflow:visible!important}
  html body .site-footer .ftr-inner{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding-left:10px!important;padding-right:10px!important;transform:none!important}
  html body .rfd-drawer,html body .rfd-drawer.closed{position:fixed!important;left:8px!important;right:8px!important;bottom:8px!important;top:auto!important;width:auto!important;max-width:none!important;height:var(--rfd-mobile-h)!important;max-height:var(--rfd-mobile-h)!important;margin:0!important;border-radius:14px!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;z-index:1200!important;box-shadow:0 18px 42px rgba(0,0,0,.5)!important}
  html body .rfd-panel{height:100%!important;max-height:100%!important;border-radius:14px!important}
  html body .rfd-body{max-height:none!important;overflow-y:auto!important;padding:8px!important;padding-bottom:14px!important}
  html body .chat-drawer,html body .chat-drawer.closed{position:fixed!important;left:0!important;right:0!important;top:var(--rr-header-h,64px)!important;bottom:0!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;border-radius:14px 14px 0 0!important;z-index:1300!important}
  html body .chat-drawer.closed,html body:not(.chat-open) .chat-drawer{visibility:hidden!important;pointer-events:none!important;transform:translateY(101%)!important}
  html body.chat-open .chat-drawer:not(.closed){visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}
  html body .rp-classic-viewport{height:154px!important}
  html body .rp-classic-strip{gap:5px!important;padding:8px 0!important}
  html body .rp-classic-cell{width:82px!important;min-width:82px!important;height:122px!important;padding:7px!important}
  html body .rp-classic-cell .rp-classic-avatar{width:60px!important;height:60px!important;flex-basis:60px!important}
  html body .rp-classic-cell.is-placeholder .rp-classic-avatar{width:54px!important;height:54px!important;flex-basis:54px!important}
}
@media(max-width:420px){
  html body .rfd-drawer,html body .rfd-drawer.closed{left:4px!important;right:4px!important;bottom:4px!important}
  html body .rfd-card{gap:7px!important;padding:8px!important}
  html body .rfd-thumb{flex-basis:70px!important;width:70px!important}
  html body .rfd-enter-btn{padding-left:9px!important;padding-right:9px!important;font-size:11px!important}
}

html body .skin-price-badge,html body .rfd-thumb-pv,html body .rfd-winrow-tip-pv,html body .rfd-pv,html body .rfd-cskin-val,html body .cm-val,html body .adm-bp-val,html body .rc-prev-prize,html body .chat-tag-tip,html body .chat-tag-rain,html body .chat-tag-raffle,html body .fair-copy,html body .rfd-sort-chip,html body .rfd-bal,html body .ngm-stat-wait,html body .rr-task-badge{color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration-color:#fff!important}
html body #chatRain .fr-pot i.coin-ico,html body .free-rain .fr-pot i.coin-ico,html body .tr-strip i.coin-ico,html body .chat-rain .coin-ico{color:#CE422B!important;-webkit-text-fill-color:#CE422B!important;filter:none!important}
html body .btn-primary i.coin-ico,html body .btn-gold i.coin-ico,html body .app-modal__btn i.coin-ico,html body .skin-btn i.coin-ico,html body .market-buy-btn i.coin-ico,html body .mbb-buy i.coin-ico,html body .cf-join-btn i.coin-ico,html body .cf-modal-join i.coin-ico,html body .rp-join-btn i.coin-ico,html body .rps-btn-join i.coin-ico,html body .rfd-enter-btn i.coin-ico,html body .rf-enterbtn i.coin-ico,html body button[type=submit] i.coin-ico{color:#fff!important;-webkit-text-fill-color:#fff!important}
html body .topbar .balance-pill>i.coin-ico,html body .topbar .pm-ref-badge>i.coin-ico,html body .topbar .nav-info .coin-ico{width:1em!important;min-width:1em!important;max-width:1em!important;height:1em!important;min-height:1em!important;max-height:1em!important;flex:0 0 1em!important;color:#CE422B!important}
html body .topbar .balance-pill{color:#fff!important}

html body .topbar{isolation:isolate!important;z-index:1500!important;overflow:visible!important}
html body .topbar .account{position:relative!important;z-index:3!important}
html body .topbar .profile-wrap{position:relative!important;z-index:1400!important}
html body .topbar .profile-wrap .profile-menu{z-index:1401!important}
html body .topbar .brand-since{
  top:-7px!important;
  right:0!important;
  left:auto!important;
  font-size:6px!important;
  letter-spacing:.1em!important;
  text-align:right!important;
}
html body.page-rewards .rb-card{
  background-color:#302121!important;
  background-image:linear-gradient(145deg,#342424,#281C1C)!important;
  background-position:initial!important;
  background-size:auto!important;
  background-repeat:no-repeat!important;
  background-blend-mode:normal!important;
}
html body.page-rewards .rb-card::after{
  background:radial-gradient(circle at 84% 12%,rgba(206,66,43,.16),transparent 66%)!important;
}
html body .rw-ref-perks i.coin-ico:not(#rrCoinIcon){
  order:0!important;
  margin:0!important;
}
html body .rw-ref-perks i.coin-ico:not(#rrCoinIcon)+*{margin-left:0!important}
html body .rw-ref-perks>span{gap:0!important}
html body .rw-ref-perks>span .coin-amt,
html body .rw-ref-perks>span .coin-d,
html body .rw-ref-perks>span .coin-c{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  background-image:none!important;
  box-shadow:none!important;
}
html body .rw-ref-perks>span .coin-amt{margin:0 .28em 0 0!important}
@media(min-width:821px){
  html body.chat-open .topbar .profile-menu{
    right:0!important;
    max-width:min(280px,calc(var(--rr-chat-rail-w) - 16px))!important;
  }
}
@media(max-width:820px){
  html body .topbar .brand-since{
    top:-5px!important;
    right:0!important;
    left:auto!important;
    font-size:5px!important;
    letter-spacing:.075em!important;
  }
}

html body .topbar,
html body .topbar-inner,
html body .topbar-right,
html body .topbar .account,
html body .topbar .profile-wrap{
  overflow:visible!important;
}
html body .topbar{
  position:sticky!important;
  z-index:3000!important;
  isolation:isolate!important;
}
html body .topbar-inner{
  position:relative!important;
  z-index:3001!important;
}
html body .topbar-right,
html body .topbar .account{
  position:relative!important;
  z-index:3002!important;
}
html body .topbar .profile-wrap{
  z-index:3100!important;
}
html body .topbar .profile-wrap .profile-menu{
  position:absolute!important;
  top:calc(100% + 10px)!important;
  right:0!important;
  left:auto!important;
  z-index:3200!important;
  width:min(280px,calc(100vw - 16px))!important;
  min-width:min(250px,calc(100vw - 16px))!important;
  max-width:calc(100vw - 16px)!important;
  max-height:calc(100dvh - var(--rr-header-h,74px) - 16px)!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
html body .chat-drawer{
  z-index:1300!important;
}

html body.page-rewards .rb-card,html body.page-rewards .rb-card.rb-daily,html body.page-rewards .rb-card.rb-weekly,html body.page-rewards .rb-card.rb-monthly{background:#302121!important;background-color:#302121!important;background-image:none!important;background-position:initial!important;background-size:auto!important;background-repeat:no-repeat!important;background-blend-mode:normal!important}
html body.page-rewards .rb-card::after{display:none!important;background:none!important;opacity:0!important;content:none!important}
html body.page-rewards .rb-card::before{
  background:#CE422B!important;
}

html body.page-rewards .rb-card .rb-period,
html body.page-rewards .rb-card .rb-amount,
html body.page-rewards .rb-card .rb-note,
html body.page-rewards .rb-card .rb-claim{
  position:relative!important;
  z-index:1!important;
}

html body .topbar .brand-since{
  position:absolute!important;
  top:-8px!important;
  right:0!important;
  left:auto!important;
  display:block!important;
  font:800 7px/1 var(--fu)!important;
  letter-spacing:.1em!important;
  text-align:right!important;
  white-space:nowrap!important;
  color:#CE422B!important;
  -webkit-text-fill-color:#CE422B!important;
}
@media(min-width:821px) and (max-width:1080px){
  html body{--rfd-rail-w:210px;--rr-chat-rail-w:260px;--rr-rail-gap:7px}
}
@media(max-width:820px){
  html body .topbar .brand-since{top:-5px!important;right:0!important;left:auto!important;font-size:5px!important;letter-spacing:.06em!important}
  html body .topbar .profile-wrap .profile-menu{top:calc(100% + 8px)!important;width:min(280px,calc(100vw - 16px))!important;min-width:min(250px,calc(100vw - 16px))!important}
}

html body .topbar,
html body .topbar-inner,
html body .topbar-right,
html body .topbar .account,
html body .topbar .profile-wrap,
html body .topbar .profile-menu{overflow:visible!important}
html body .topbar{isolation:isolate!important;z-index:5000!important}
html body .topbar-inner{position:relative!important;z-index:5001!important}
html body .topbar-right,html body .topbar .account{position:relative!important;z-index:5002!important}
html body .topbar .profile-wrap{position:relative!important;z-index:5100!important}
html body .topbar .profile-wrap .profile-menu{position:absolute!important;top:calc(100% + 8px)!important;right:0!important;left:auto!important;z-index:5200!important;transform:none!important}
html body .chat-drawer{z-index:1300!important}
html body.page-rewards .rb-card,
html body.page-rewards .rb-card.rb-daily,
html body.page-rewards .rb-card.rb-weekly,
html body.page-rewards .rb-card.rb-monthly{background:#302121!important;background-color:#302121!important;background-image:none!important;background-blend-mode:normal!important}
html body.page-rewards .rb-card::after{display:none!important;content:none!important;background:none!important;opacity:0!important}
html body.page-rewards .rb-card::before{background:#CE422B!important}
html body .topbar .brand{position:relative!important;overflow:visible!important}
html body .topbar .brand-since{position:absolute!important;top:-8px!important;right:0!important;left:auto!important;display:block!important;font:800 7.5px/1 var(--fu)!important;letter-spacing:.1em!important;text-align:right!important;white-space:nowrap!important;color:#e2593f!important;-webkit-text-fill-color:#e2593f!important;text-shadow:0 1px 6px rgba(206,66,43,.4)!important;opacity:1!important}
@media(max-width:820px){html body .topbar .brand-since{top:-5px!important;right:0!important;font-size:5px!important;letter-spacing:.06em!important}}

html body .topbar{
  position:fixed!important;
  top:var(--topstrip-h,0px)!important;
  left:0!important;
  right:0!important;
  z-index:5000!important;
  isolation:isolate!important;
  overflow:visible!important;
}
html body .topbar-inner,
html body .topbar-right,
html body .topbar .account,
html body .topbar .profile-wrap,
html body .topbar .profile-menu{overflow:visible!important}
html body .topbar-inner{position:relative!important;z-index:5001!important}
html body .topbar-right,html body .topbar .account{position:relative!important;z-index:5002!important}
html body .topbar .profile-wrap{position:relative!important;z-index:5100!important}
html body .topbar .profile-wrap .profile-menu{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  right:0!important;
  left:auto!important;
  z-index:5200!important;
  transform:none!important;
  isolation:isolate!important;
}
html body .chat-drawer{z-index:1300!important}

html body.page-rewards .rb-card,
html body.page-rewards .rb-card.rb-daily,
html body.page-rewards .rb-card.rb-weekly,
html body.page-rewards .rb-card.rb-monthly{
  background:#302121!important;
  background-color:#302121!important;
  background-image:none!important;
  background-blend-mode:normal!important;
}
html body.page-rewards .rb-card::after{display:none!important;content:none!important;background:none!important;opacity:0!important}
html body.page-rewards .rb-card::before{background:#CE422B!important}

html body .topbar .brand{position:relative!important;overflow:visible!important}
html body .topbar .brand-since{
  position:absolute!important;
  top:-7px!important;
  right:0!important;
  left:auto!important;
  display:block!important;
  font:800 6px/1 var(--fu)!important;
  letter-spacing:.08em!important;
  text-align:right!important;
  white-space:nowrap!important;
  color:#CE422B!important;
  -webkit-text-fill-color:#CE422B!important;
}
@media(max-width:820px){
  html body .topbar .brand-since{top:-5px!important;right:0!important;font-size:5px!important;letter-spacing:.06em!important}
}
html body.page-coinflip .rf-header{background:#281C1C!important;background-color:#281C1C!important;background-image:none!important;opacity:1!important;border-color:rgba(206,66,43,.24)!important;box-shadow:0 12px 30px rgba(0,0,0,.26)!important}
html body.page-coinflip .rf-header::before,html body.page-coinflip .rf-header::after{content:none!important;display:none!important;background:none!important;background-image:none!important;opacity:0!important;box-shadow:none!important;filter:none!important}

html body.page-coinflip #cfModal .cf-modal-card{background:linear-gradient(180deg,#382626,#211717)!important;background-color:#211717!important;background-image:linear-gradient(180deg,#382626,#211717)!important;border:1px solid rgba(206,66,43,.28)!important;border-radius:16px!important;box-shadow:0 24px 70px rgba(0,0,0,.58)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;opacity:1!important}
html body.page-coinflip #cfModal .cf-modal-card::before{content:none!important;display:none!important}
html body.page-coinflip #cfModal .cf-modal-stage{background:rgba(0,0,0,.16)!important;background-image:none!important;border:1px solid rgba(206,66,43,.16)!important;border-radius:12px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important}
html body.page-coinflip #cfModal .cf-modal-stage::before{content:none!important;display:none!important}
html body.page-coinflip #cfModal .cf-modal-stage .cf-coin-wrap,html body.page-coinflip #cfModal .cf-modal-stage .cf-coin{background:transparent!important;background-image:none!important;box-shadow:none!important;border-color:transparent!important}

@media (min-width:821px){
  html body{--rr-panel-w:clamp(248px,18vw,344px);--rr-rail-gap:8px;--rfd-rail-w:var(--rr-panel-w);--rr-chat-rail-w:var(--rr-panel-w)}
  html body .rfd-drawer,html body .rfd-drawer.closed,html body:not(.rfd-mobile-showing) .rfd-drawer{
    position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:0!important;right:auto!important;
    width:var(--rfd-rail-w)!important;max-width:var(--rfd-rail-w)!important;height:auto!important;max-height:none!important;
    margin:0!important;border-radius:0!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;z-index:1200!important
  }
  html body .chat-drawer,html body .chat-drawer.closed{
    position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:auto!important;right:0!important;
    width:var(--rr-chat-rail-w)!important;max-width:var(--rr-chat-rail-w)!important;height:auto!important;max-height:none!important;
    margin:0!important;border-radius:0!important;z-index:1300!important;transform:translateX(101%)!important;visibility:hidden!important;pointer-events:none!important
  }
  html body.chat-open .chat-drawer:not(.closed){transform:translateX(0)!important;visibility:visible!important;pointer-events:auto!important}
  html body main.page,html body .site-footer .ftr-inner{
    box-sizing:border-box!important;width:calc(100vw - var(--rfd-rail-w) - (var(--rr-rail-gap) * 2))!important;max-width:none!important;
    margin-left:calc(var(--rfd-rail-w) + var(--rr-rail-gap))!important;margin-right:var(--rr-rail-gap)!important;padding-left:0!important;padding-right:0!important;
    transform:none!important;overflow:visible!important;transition:width .24s ease,margin .24s ease!important
  }
  html body.chat-open main.page,html body.chat-open .site-footer .ftr-inner{
    width:calc(100vw - var(--rfd-rail-w) - var(--rr-chat-rail-w) - (var(--rr-rail-gap) * 3))!important;
    margin-right:calc(var(--rr-chat-rail-w) + var(--rr-rail-gap))!important
  }
  html body .topbar-inner{box-sizing:border-box!important;width:calc(100vw - var(--rfd-rail-w) - var(--rr-rail-gap))!important;max-width:none!important;margin-left:calc(var(--rfd-rail-w) + var(--rr-rail-gap))!important;margin-right:var(--rr-rail-gap)!important;transition:width .24s ease,margin .24s ease!important}
  html body.chat-open .topbar-inner{width:calc(100vw - var(--rfd-rail-w) - var(--rr-chat-rail-w) - (var(--rr-rail-gap) * 2))!important;margin-right:calc(var(--rr-chat-rail-w) + var(--rr-rail-gap))!important}
  html body .app-modal,html body .cf-modal,html body .rps-modal,html body .rfd-cmodal,html body .rfd-vmodal,html body .rfvmodal,html body .tv-modal{left:calc(var(--rfd-rail-w) + var(--rr-rail-gap))!important;right:var(--rr-rail-gap)!important;width:auto!important}
  html body.chat-open .app-modal,html body.chat-open .cf-modal,html body.chat-open .rps-modal,html body.chat-open .rfd-cmodal,html body.chat-open .rfd-vmodal,html body.chat-open .rfvmodal,html body.chat-open .tv-modal{right:calc(var(--rr-chat-rail-w) + var(--rr-rail-gap))!important}
}
@media (max-width:820px){
  html body main.page{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding-left:10px!important;padding-right:10px!important;transform:none!important}
  html body .site-footer .ftr-inner{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding-left:10px!important;padding-right:10px!important}
  html body .rfd-drawer,html body .rfd-drawer.closed{position:relative!important;inset:auto!important;width:calc(100% - 18px)!important;max-width:none!important;height:auto!important;max-height:210px!important;margin:8px 9px 0!important;border-radius:12px!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;z-index:20!important}
  html body .chat-drawer,html body .chat-drawer.closed{position:fixed!important;left:0!important;right:0!important;top:var(--rr-header-h,64px)!important;bottom:0!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;border-radius:14px 14px 0 0!important;z-index:1300!important;transform:translateY(101%)!important;visibility:hidden!important;pointer-events:none!important}
  html body.chat-open .chat-drawer:not(.closed){transform:translateY(0)!important;visibility:visible!important;pointer-events:auto!important}
}

html body.page-coinflip #cfModal .cf-modal-card{
  display:block!important;box-sizing:border-box!important;width:min(560px,calc(100vw - 32px))!important;max-width:560px!important;
  max-height:calc(100vh - var(--cf-x-top,84px) - 34px)!important;overflow-y:auto!important;padding:26px 24px 22px!important;
  background:linear-gradient(180deg,#382626,#211717)!important;background-color:#211717!important;background-image:linear-gradient(180deg,#382626,#211717)!important;
  border:1px solid rgba(206,66,43,.32)!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(0,0,0,.58)!important;
  backdrop-filter:none!important;-webkit-backdrop-filter:none!important
}
html body.page-coinflip #cfModal .cf-modal-head{display:block!important;margin:0 0 14px!important;text-align:center!important}
html body.page-coinflip #cfModal .cf-modal-head .eyebrow{display:inline-block!important;background:rgba(206,66,43,.12)!important;border:1px solid rgba(206,66,43,.3)!important;color:#fff!important;border-radius:999px!important;padding:5px 12px!important;box-shadow:none!important}
html body.page-coinflip #cfModal .cf-modal-players{display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;margin:0 0 8px!important;padding:0!important}
html body.page-coinflip #cfModal .cf-modal-vs{display:block!important;align-self:center!important;margin:0!important;font-family:var(--fd)!important;font-size:16px!important;color:rgba(255,255,255,.55)!important;letter-spacing:.08em!important}
html body.page-coinflip #cfModal .cf-modal-player{box-sizing:border-box!important;display:flex!important;flex:1 1 0!important;flex-direction:column!important;align-items:center!important;gap:6px!important;width:auto!important;max-width:180px!important;min-width:0!important;min-height:0!important;margin:0!important;padding:10px 8px!important;background:transparent!important;border:1px solid transparent!important;border-radius:14px!important;box-shadow:none!important;transform:none!important;text-align:center!important}
html body.page-coinflip #cfModal .cf-modal-player.winner{border-color:rgba(206,66,43,.58)!important;background:rgba(206,66,43,.1)!important;box-shadow:0 0 22px rgba(206,66,43,.2)!important;transform:translateY(-2px)!important}
html body.page-coinflip #cfModal .cf-modal-player.loser{opacity:.58!important}
html body.page-coinflip #cfModal .cf-modal-pmain{position:static!important;width:auto!important;flex:0 0 auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:6px!important;align-self:auto!important}
html body.page-coinflip #cfModal .cf-modal-pmain>.cf-modal-pname{position:static!important;width:auto!important;max-width:130px!important;min-height:0!important;margin:0!important;font-size:14px!important;line-height:1.25!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important;color:#fff!important}
html body.page-coinflip #cfModal .cf-modal-av-wrap,html body.page-coinflip #cfModal .cf-modal-av{width:66px!important;height:66px!important}
html body.page-coinflip #cfModal .cf-modal-pinfo{width:auto!important;max-width:100%!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:5px!important;align-self:auto!important}
html body.page-coinflip #cfModal .cf-modal-pamt,html body.page-coinflip #cfModal .cf-modal-pamt-right{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-height:22px!important;color:#fff!important;font-size:15px!important}
html body.page-coinflip #cfModal .cf-modal-pct-row{display:block!important;min-height:16px!important;line-height:16px!important;margin:0!important;align-self:auto!important;text-align:center!important;color:rgba(255,255,255,.62)!important}
html body.page-coinflip #cfModal .cf-modal-pskins-inline{display:inline-flex!important;align-items:center!important;max-width:92px!important;margin:0!important}
html body.page-coinflip #cfModal .cf-modal-join-slot{width:100%!important;display:flex!important;justify-content:center!important;margin-top:4px!important}
html body.page-coinflip #cfModal .cf-modal-stage{position:relative!important;display:grid!important;place-items:center!important;grid-column:auto!important;grid-row:auto!important;width:auto!important;min-width:0!important;height:auto!important;min-height:300px!important;margin:10px 0 16px!important;padding:0!important;overflow:hidden!important;border-radius:16px!important;border:1px solid rgba(206,66,43,.25)!important;background:radial-gradient(circle at 50% 36%,rgba(126,38,28,.45),rgba(27,18,18,.98) 70%),linear-gradient(180deg,rgba(48,33,33,.9),rgba(24,16,16,.98))!important;box-shadow:inset 0 0 60px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.05)!important}
html body.page-coinflip #cfModal .cf-modal-stage::before{content:""!important;display:block!important;position:absolute!important;width:220px!important;height:220px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(206,66,43,.22),transparent 68%)!important;filter:blur(8px)!important;pointer-events:none!important;z-index:0!important}
html body.page-coinflip #cfModal .cf-modal-stage>*{position:relative!important;z-index:1!important;grid-area:auto!important}
html body.page-coinflip #cfModal .cf-modal-stage .cf-coin-wrap{position:relative!important;z-index:2!important;grid-area:auto!important;margin:0 auto!important;left:auto!important;right:auto!important}
html body.page-coinflip #cfModal .cf-modal-stage .cf-coin{width:200px!important;height:200px!important}
html body.page-coinflip #cfModal .cf-modal-result{position:absolute!important;left:50%!important;bottom:16px!important;right:auto!important;transform:translateX(-50%) scale(.85)!important}
html body.page-coinflip #cfModal .cf-modal-result.show-red,html body.page-coinflip #cfModal .cf-modal-result.show-blue{transform:translateX(-50%) scale(1)!important}
html body.page-coinflip #cfModal .cf-modal-outcome{display:block!important;min-height:22px!important;margin:0 0 12px!important;color:#fff!important;text-align:center!important;font-size:15px!important;font-weight:700!important}
html body.page-coinflip #cfModal .cf-modal-outcome.red,html body.page-coinflip #cfModal .cf-modal-outcome.blue,html body.page-coinflip #cfModal .cf-modal-outcome.mine{color:#fff!important}
html body.page-coinflip #cfModal .cf-modal-fair{display:flex!important;flex-direction:column!important;gap:8px!important;margin:0!important}
@media(max-width:600px){
  html body.page-coinflip #cfModal .cf-modal-card{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;padding:22px 12px 18px!important}
  html body.page-coinflip #cfModal .cf-modal-players{gap:6px!important}
  html body.page-coinflip #cfModal .cf-modal-player{max-width:140px!important;padding:8px 4px!important}
  html body.page-coinflip #cfModal .cf-modal-pmain>.cf-modal-pname{max-width:100px!important;font-size:13px!important}
  html body.page-coinflip #cfModal .cf-modal-av-wrap,html body.page-coinflip #cfModal .cf-modal-av{width:58px!important;height:58px!important}
  html body.page-coinflip #cfModal .cf-modal-stage{min-height:220px!important;margin:8px 0 12px!important}
  html body.page-coinflip #cfModal .cf-modal-stage .cf-coin{width:140px!important;height:140px!important}
}

@media (min-width:821px){
  html body{
    --rr-panel-w:clamp(248px,18vw,344px);
    --rfd-rail-w:var(--rr-panel-w);
    --rr-chat-rail-w:var(--rr-panel-w);
    --rr-rail-gap:8px;
  }
  html body .rfd-drawer,html body .rfd-drawer.closed,html body:not(.rfd-mobile-showing) .rfd-drawer{
    width:var(--rr-panel-w)!important;
    max-width:var(--rr-panel-w)!important;
  }
  html body .chat-drawer,html body .chat-drawer.closed{
    width:var(--rr-panel-w)!important;
    max-width:var(--rr-panel-w)!important;
  }
  html body main.page,html body .site-footer .ftr-inner{
    width:calc(100vw - var(--rr-panel-w) - (var(--rr-rail-gap) * 2))!important;
    max-width:none!important;
    margin-left:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;
    margin-right:var(--rr-rail-gap)!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  html body.chat-open main.page,html body.chat-open .site-footer .ftr-inner{
    width:calc(100vw - (var(--rr-panel-w) * 2) - (var(--rr-rail-gap) * 2))!important;
    margin-right:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;
  }
  html body .topbar-inner{
    width:calc(100vw - var(--rr-panel-w) - (var(--rr-rail-gap) * 2))!important;
    max-width:none!important;
    margin-left:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;
    margin-right:var(--rr-rail-gap)!important;
  }
  html body.chat-open .topbar-inner{
    width:calc(100vw - (var(--rr-panel-w) * 2) - (var(--rr-rail-gap) * 2))!important;
    margin-right:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;
  }
}

@media (min-width:821px) and (max-width:1060px){
  html body{--rr-panel-w:220px;--rr-rail-gap:7px}
}

@media (min-width:821px){
  html body{
    --rr-panel-w:344px;
    --rr-rail-gap:8px;
    overflow-x:hidden!important;
  }
  html body .rfd-drawer,
  html body .rfd-drawer.closed,
  html body .chat-drawer,
  html body .chat-drawer.closed{
    box-sizing:border-box!important;
    width:var(--rr-panel-w)!important;
    max-width:var(--rr-panel-w)!important;
  }
  html body .rfd-drawer{
    left:0!important;
    right:auto!important;
    top:var(--rr-header-h,74px)!important;
    bottom:0!important;
  }
  html body .chat-drawer{
    left:auto!important;
    right:0!important;
    top:var(--rr-header-h,74px)!important;
    bottom:0!important;
  }
  html body main.page,
  html body .site-footer .ftr-inner{
    box-sizing:border-box!important;
    width:calc(100vw - var(--rr-panel-w) - (var(--rr-rail-gap) * 2))!important;
    max-width:none!important;
    margin-left:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;
    margin-right:var(--rr-rail-gap)!important;
    padding-left:0!important;
    padding-right:0!important;
    transform:none!important;
  }
  html body.chat-open main.page,
  html body.chat-open .site-footer .ftr-inner{
    width:calc(100vw - (var(--rr-panel-w) * 2) - (var(--rr-rail-gap) * 2))!important;
    margin-right:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;
  }
  html body .topbar-inner{
    box-sizing:border-box!important;
    width:calc(100vw - var(--rr-panel-w) - (var(--rr-rail-gap) * 2))!important;
    max-width:none!important;
    margin-left:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;
    margin-right:var(--rr-rail-gap)!important;
  }
  html body.chat-open .topbar-inner{
    width:calc(100vw - (var(--rr-panel-w) * 2) - (var(--rr-rail-gap) * 2))!important;
    margin-right:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;
  }
  html body .rfd-panel,
  html body .chat-panel,
  html body .rfd-body,
  html body .chat-body,
  html body .chat-messages{min-width:0!important;max-width:100%!important}
}
@media (min-width:821px) and (max-width:1060px){
  html body{--rr-panel-w:280px;--rr-rail-gap:7px}
}
@media (max-width:820px){
  html body{overflow-x:hidden!important}
  html body{padding-bottom:0!important}
  html body main.page,
  html body .site-footer .ftr-inner{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  html body .rfd-drawer,
  html body .rfd-drawer.closed{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    top:auto!important;
    width:calc(100% - 20px)!important;
    max-width:none!important;
    height:auto!important;
    min-height:132px!important;
    max-height:238px!important;
    margin:8px 10px 0!important;
    border-radius:14px!important;
    transform:none!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:20!important;
    box-shadow:none!important;
  }
  html body .rfd-panel{height:auto!important;max-height:238px!important;border-radius:14px!important}
  html body .rfd-body{max-height:176px!important;overflow-y:auto!important}
  html body .chat-drawer,
  html body .chat-drawer.closed{
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:none!important;
  }
}

@media (min-width:821px){
  html body{--rr-panel-w:clamp(248px,18vw,344px);--rr-rail-gap:8px}
  html body .rfd-drawer,html body .rfd-drawer.closed{position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:0!important;right:auto!important;width:var(--rr-panel-w)!important;max-width:var(--rr-panel-w)!important;height:auto!important;margin:0!important;border-radius:0!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;z-index:1200!important}
  html body .chat-drawer,html body .chat-drawer.closed{position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:auto!important;right:0!important;width:var(--rr-panel-w)!important;max-width:var(--rr-panel-w)!important;height:auto!important;margin:0!important;border-radius:0!important;z-index:1300!important;transform:translateX(101%)!important;visibility:hidden!important;pointer-events:none!important}
  html body.chat-open .chat-drawer:not(.closed){transform:translateX(0)!important;visibility:visible!important;pointer-events:auto!important}
  html body main.page,html body .site-footer .ftr-inner{box-sizing:border-box!important;width:calc(100vw - var(--rr-panel-w) - (var(--rr-rail-gap) * 2))!important;max-width:none!important;margin-left:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;margin-right:var(--rr-rail-gap)!important;padding-left:0!important;padding-right:0!important;transform:none!important;overflow:visible!important}
  html body.chat-open main.page,html body.chat-open .site-footer .ftr-inner{width:calc(100vw - (var(--rr-panel-w) * 2) - (var(--rr-rail-gap) * 3))!important;margin-right:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important}
  html body .topbar-inner{box-sizing:border-box!important;width:calc(100vw - var(--rr-panel-w) - (var(--rr-rail-gap) * 2))!important;max-width:none!important;margin-left:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;margin-right:var(--rr-rail-gap)!important}
  html body.chat-open .topbar-inner{width:calc(100vw - (var(--rr-panel-w) * 2) - (var(--rr-rail-gap) * 3))!important;margin-right:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important}
}
@media(max-width:820px){html body main.page,html body .site-footer .ftr-inner{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding-left:10px!important;padding-right:10px!important}html body .chat-drawer,html body .chat-drawer.closed{position:fixed!important;left:0!important;right:0!important;top:var(--rr-header-h,64px)!important;bottom:0!important;width:100%!important;max-width:none!important;z-index:1300!important;transform:translateY(101%)!important;visibility:hidden!important;pointer-events:none!important}html body.chat-open .chat-drawer:not(.closed){transform:translateY(0)!important;visibility:visible!important;pointer-events:auto!important}}

@media (min-width:821px){
  html body.chat-open .rfd-drawer,
  html body.chat-open .rfd-drawer.closed{
    left:0!important;
    right:auto!important;
    transform:none!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:1200!important;
  }
  html body.chat-open .chat-drawer,
  html body.chat-open .chat-drawer.closed{
    left:auto!important;
    right:0!important;
    z-index:1300!important;
  }
}

html body.page-coinflip #cfModal .cf-modal-card{display:block!important;box-sizing:border-box!important;width:min(480px,calc(100vw - 32px))!important;max-width:480px!important;max-height:calc(100vh - var(--cf-x-top,84px) - 34px)!important;overflow-y:auto!important;padding:26px 24px 22px!important;background:linear-gradient(180deg,#382626,#211717)!important;border:1px solid rgba(206,66,43,.28)!important;border-radius:22px!important;box-shadow:0 40px 120px rgba(0,0,0,.55)!important}
html body.page-coinflip #cfModal .cf-modal-players{display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;padding:0!important;margin-bottom:8px!important}
html body.page-coinflip #cfModal .cf-modal-vs{display:block!important;align-self:center!important;margin:0!important;color:rgba(255,255,255,.58)!important}
html body.page-coinflip #cfModal .cf-modal-player{display:flex!important;flex:1 1 0!important;flex-direction:column!important;align-items:center!important;gap:6px!important;max-width:150px!important;min-width:0!important;margin:0!important;padding:10px 8px!important;background:transparent!important;border:1px solid transparent!important;border-radius:14px!important;box-shadow:none!important;transform:none!important}
html body.page-coinflip #cfModal .cf-modal-player.winner{border-color:rgba(206,66,43,.5)!important;background:rgba(206,66,43,.1)!important;box-shadow:0 0 22px rgba(206,66,43,.18)!important;transform:translateY(-2px)!important}
html body.page-coinflip #cfModal .cf-modal-pmain{position:static!important;width:auto!important;flex:0 1 auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:6px!important}
html body.page-coinflip #cfModal .cf-modal-pmain>.cf-modal-pname{position:static!important;width:auto!important;max-width:130px!important;min-height:0!important;margin:0!important;line-height:1.25!important;text-align:center!important;white-space:normal!important;color:#fff!important}
html body.page-coinflip #cfModal .cf-modal-pinfo{width:auto!important;max-width:100%!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:5px!important}
html body.page-coinflip #cfModal .cf-modal-pamt,html body.page-coinflip #cfModal .cf-modal-pamt-right{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-height:22px!important;color:#fff!important}
html body.page-coinflip #cfModal .cf-modal-stage{position:relative!important;display:grid!important;place-items:center!important;width:auto!important;min-width:0!important;height:auto!important;min-height:450px!important;margin:10px 0 16px!important;padding:0!important;overflow:hidden!important;border:1px solid rgba(206,66,43,.2)!important;border-radius:20px!important;background-color:#1e1414!important;background-image:linear-gradient(180deg,rgba(9,6,6,.92) 0,rgba(18,12,12,.5) 15%,rgba(18,12,12,.5) 85%,rgba(9,6,6,.85) 100%),linear-gradient(rgba(206,66,43,.42),rgba(206,66,43,.42)),url('/assets/rustpot-map.jpg?v=1534')!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;background-blend-mode:normal,color,normal!important;box-shadow:inset 0 0 60px rgba(0,0,0,.55)!important}
html body.page-coinflip #cfModal .cf-modal-stage::before{content:""!important;display:block!important;position:absolute!important;width:260px!important;height:260px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(206,66,43,.22),transparent 68%)!important;filter:blur(8px)!important}
html body.page-coinflip #cfModal .cf-modal-stage>*{position:relative!important;z-index:1!important;grid-area:auto!important}
html body.page-coinflip #cfModal .cf-modal-stage .cf-coin-wrap{margin:0 auto!important}
html body.page-coinflip #cfModal .cf-modal-stage .cf-coin{width:200px!important;height:200px!important}
@media(max-width:600px){html body.page-coinflip #cfModal .cf-modal-card{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;padding:22px 12px 18px!important}html body.page-coinflip #cfModal .cf-modal-stage{min-height:240px!important}html body.page-coinflip #cfModal .cf-modal-stage .cf-coin{width:140px!important;height:140px!important}}

@media (min-width:821px){
  html body{--rr-panel-w:clamp(228px,20vw,320px);--rr-rail-gap:8px;overflow-x:hidden!important}
  html body .rfd-drawer,html body .rfd-drawer.closed{
    position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:0!important;right:auto!important;
    width:var(--rr-panel-w)!important;max-width:var(--rr-panel-w)!important;height:auto!important;max-height:none!important;
    margin:0!important;transform:none!important;z-index:1200!important;visibility:visible!important;pointer-events:auto!important
  }
  html body .chat-drawer,html body .chat-drawer.closed{
    position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:auto!important;right:0!important;
    width:var(--rr-panel-w)!important;max-width:var(--rr-panel-w)!important;height:auto!important;max-height:none!important;
    margin:0!important;z-index:1300!important;transform:translateX(101%)!important;visibility:hidden!important;pointer-events:none!important
  }
  html body.chat-open .chat-drawer:not(.closed){transform:translateX(0)!important;visibility:visible!important;pointer-events:auto!important}
  html body main.page,html body .site-footer .ftr-inner{
    box-sizing:border-box!important;width:calc(100vw - var(--rr-panel-w) - (var(--rr-rail-gap) * 2))!important;max-width:none!important;
    margin-left:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;margin-right:var(--rr-rail-gap)!important;
    padding-left:0!important;padding-right:0!important;transform:none!important;overflow:visible!important
  }
  html body.chat-open main.page,html body.chat-open .site-footer .ftr-inner{
    width:calc(100vw - (var(--rr-panel-w) * 2) - (var(--rr-rail-gap) * 2))!important;
    margin-right:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important
  }
  html body .topbar-inner{
    box-sizing:border-box!important;width:calc(100vw - var(--rr-panel-w) - (var(--rr-rail-gap) * 2))!important;max-width:none!important;
    margin-left:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important;margin-right:var(--rr-rail-gap)!important
  }
  html body.chat-open .topbar-inner{width:calc(100vw - (var(--rr-panel-w) * 2) - (var(--rr-rail-gap) * 2))!important;margin-right:calc(var(--rr-panel-w) + var(--rr-rail-gap))!important}
  html body .rfd-drawer *,html body .chat-drawer *{min-width:0!important;max-width:100%!important}
}
@media (min-width:821px) and (max-width:1100px){html body{--rr-panel-w:228px}}
@media (max-width:820px){
  html body main.page,html body .site-footer .ftr-inner{width:100%!important;max-width:none!important;margin:0!important;padding-left:10px!important;padding-right:10px!important;transform:none!important}
  html body .rfd-drawer,html body .rfd-drawer.closed{position:relative!important;inset:auto!important;width:calc(100% - 20px)!important;max-width:none!important;min-height:132px!important;max-height:238px!important;margin:8px 10px 0!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;z-index:20!important}
  html body .chat-drawer,html body .chat-drawer.closed{position:fixed!important;left:0!important;right:0!important;top:var(--rr-header-h,64px)!important;bottom:0!important;width:100%!important;max-width:none!important;z-index:1300!important;transform:translateY(101%)!important;visibility:hidden!important;pointer-events:none!important}
  html body.chat-open .chat-drawer:not(.closed){transform:translateY(0)!important;visibility:visible!important;pointer-events:auto!important}
}

@media (min-width:821px){
  html body{--rr-layout-rail:clamp(228px,20vw,320px);--rr-layout-gap:8px;overflow-x:hidden!important}
  html body .rfd-drawer,html body .rfd-drawer.closed{
    position:fixed!important;inset:var(--rr-header-h,74px) auto 0 0!important;
    width:var(--rr-layout-rail)!important;max-width:var(--rr-layout-rail)!important;height:auto!important;max-height:none!important;
    margin:0!important;border-radius:0!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;z-index:1200!important
  }
  html body .chat-drawer,html body .chat-drawer.closed{
    position:fixed!important;inset:var(--rr-header-h,74px) 0 0 auto!important;
    width:var(--rr-layout-rail)!important;max-width:var(--rr-layout-rail)!important;height:auto!important;max-height:none!important;
    margin:0!important;border-radius:0!important;transform:translateX(101%)!important;visibility:hidden!important;pointer-events:none!important;z-index:1300!important
  }
  html body.chat-open .chat-drawer:not(.closed){transform:translateX(0)!important;visibility:visible!important;pointer-events:auto!important}
  html body main.page,html body .site-footer .ftr-inner,html body .topbar-inner{
    box-sizing:border-box!important;width:calc(100vw - var(--rr-layout-rail) - (var(--rr-layout-gap) * 2))!important;max-width:none!important;
    margin-left:calc(var(--rr-layout-rail) + var(--rr-layout-gap))!important;margin-right:var(--rr-layout-gap)!important;
    padding-left:0!important;padding-right:0!important;transform:none!important
  }
  html body main.page{overflow:visible!important}
  html body.chat-open main.page,html body.chat-open .site-footer .ftr-inner,html body.chat-open .topbar-inner{
    width:calc(100vw - (var(--rr-layout-rail) * 2) - (var(--rr-layout-gap) * 2))!important;
    margin-left:calc(var(--rr-layout-rail) + var(--rr-layout-gap))!important;margin-right:calc(var(--rr-layout-rail) + var(--rr-layout-gap))!important
  }
  html body .app-modal,html body .cf-modal,html body .rps-modal,html body .rfd-cmodal,html body .rfd-vmodal,html body .rfvmodal,html body .fr-rules-modal,html body .chat-rules-modal,html body .creator-modal,html body .tv-modal{
    position:fixed!important;inset:0!important;width:100vw!important;max-width:none!important;margin:0!important;transform:none!important;z-index:2000!important
  }
  html body.chat-open .app-modal,html body.chat-open .cf-modal,html body.chat-open .rps-modal,html body.chat-open .rfd-cmodal,html body.chat-open .rfd-vmodal,html body.chat-open .rfvmodal,html body.chat-open .fr-rules-modal,html body.chat-open .chat-rules-modal,html body.chat-open .creator-modal,html body.chat-open .tv-modal{
    inset:0!important;width:100vw!important
  }
}
@media (max-width:820px){
  html body,html body.chat-open{overflow-x:hidden!important}
  html body main.page,html body.chat-open main.page,html body .site-footer .ftr-inner,html body.chat-open .site-footer .ftr-inner,html body .topbar-inner,html body.chat-open .topbar-inner{
    box-sizing:border-box!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:10px!important;padding-right:10px!important;transform:none!important
  }
  html body .rfd-drawer,html body .rfd-drawer.closed{
    position:relative!important;inset:auto!important;width:calc(100% - 20px)!important;max-width:none!important;height:auto!important;min-height:132px!important;max-height:238px!important;
    margin:8px 10px 0!important;border-radius:14px!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;z-index:20!important
  }
  html body .chat-drawer,html body .chat-drawer.closed{
    position:fixed!important;inset:var(--rr-header-h,64px) 0 0 0!important;width:100%!important;max-width:none!important;height:auto!important;
    transform:translateY(101%)!important;visibility:hidden!important;pointer-events:none!important;z-index:1300!important
  }
  html body.chat-open .chat-drawer:not(.closed){transform:translateY(0)!important;visibility:visible!important;pointer-events:auto!important}
  html body .app-modal,html body .cf-modal,html body .rps-modal,html body .rfd-cmodal,html body .rfd-vmodal,html body .rfvmodal,html body .fr-rules-modal,html body .chat-rules-modal,html body .creator-modal,html body .tv-modal{
    position:fixed!important;inset:0!important;width:100vw!important;max-width:none!important;margin:0!important;transform:none!important;z-index:2000!important
  }
}

html body .app-modal:not(.open),
html body .cf-modal:not(.open){ display:none !important; }
html body .page-loader .pl-brand,
html body .page-loader .pl-brand.pl-animate{
  position:relative!important;display:inline-block!important;
  color:#4a1f18!important;-webkit-text-fill-color:#4a1f18!important;
  background:none!important;background-image:none!important;
  opacity:1!important;text-shadow:none!important;animation:none!important;
}
html body .page-loader .pl-brand::before,html body .page-loader .pl-brand::after{content:none!important;display:none!important;animation:none!important}
html body .page-loader .pl-brand .pl-fill{
  position:absolute!important;left:0!important;top:0!important;right:auto!important;bottom:auto!important;display:block!important;
  color:#CE422B!important;-webkit-text-fill-color:#CE422B!important;background:none!important;
  white-space:nowrap!important;overflow:hidden!important;pointer-events:none!important;
  width:0;max-width:100%!important;height:100%!important;
  font:inherit!important;letter-spacing:inherit!important;line-height:inherit!important;
  animation:rnLoaderWipe 1.2s cubic-bezier(.33,0,.2,1) 0s 1 forwards!important;
}
@keyframes rnLoaderWipe{from{width:0}to{width:100%}}

html body .rn-layout-lock{display:none}
@media (min-width:821px){
  html body{--rn-left:clamp(252px,19vw,312px);--rn-right:clamp(252px,19vw,312px);--rn-gap:10px;--rfd-rail-w:var(--rn-left);--rr-chat-rail-w:var(--rn-right);--rr-panel-w:var(--rn-left);--rr-rail-w:var(--rn-left);--rr-rail-gap:var(--rn-gap);--rr-gap:var(--rn-gap);--rfd-rail-half:calc(var(--rn-left) / 2);overflow-x:hidden!important}
  html body .rfd-drawer,html body .rfd-drawer.closed{
    position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:0!important;right:auto!important;
    width:var(--rn-left)!important;max-width:var(--rn-left)!important;height:auto!important;margin:0!important;
    transform:none!important;visibility:visible!important;pointer-events:auto!important;z-index:1200!important
  }
  html body .chat-drawer,html body .chat-drawer.closed{
    position:fixed!important;top:var(--rr-header-h,74px)!important;bottom:0!important;left:auto!important;right:0!important;
    width:var(--rn-right)!important;max-width:var(--rn-right)!important;height:auto!important;margin:0!important;
    z-index:1300!important;transform:translateX(101%)!important;visibility:hidden!important;pointer-events:none!important
  }
  html body.chat-open .chat-drawer:not(.closed){transform:translateX(0)!important;visibility:visible!important;pointer-events:auto!important}
  html body main.page{
    box-sizing:border-box!important;max-width:none!important;transform:none!important;
    width:calc(100vw - var(--rn-left) - var(--rn-gap) - var(--rn-gap))!important;
    margin-left:calc(var(--rn-left) + var(--rn-gap))!important;margin-right:var(--rn-gap)!important;
    padding-left:0!important;padding-right:0!important;overflow:visible!important;
    transition:width .28s cubic-bezier(.4,0,.2,1),margin .28s cubic-bezier(.4,0,.2,1)!important
  }
  html body.chat-open main.page{
    width:calc(100vw - var(--rn-left) - var(--rn-right) - var(--rn-gap) - var(--rn-gap))!important;
    margin-right:calc(var(--rn-right) + var(--rn-gap))!important
  }
  html body .topbar-inner,html body.chat-open .topbar-inner,
  html body .site-footer .ftr-inner,html body.chat-open .site-footer .ftr-inner{
    box-sizing:border-box!important;width:min(1560px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important;
    margin-left:auto!important;margin-right:auto!important;transform:none!important;
    padding-left:0!important;padding-right:0!important
  }
  html body .site-footer .ftr-inner,html body.chat-open .site-footer .ftr-inner{justify-content:center!important}
  html body .site-footer{padding-left:0!important;padding-right:0!important}
  html body.chat-open .topbar .nav-info{display:block!important}
}

@media (max-width:820px){
  html body .topbar .brand-mark{display:none!important}
  html body .topbar .brand-slogan{display:none!important}
  html body .topbar .brand-since{display:none!important}
  html body .topbar .topbar-inner>.brand{position:static!important;inset:auto!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;transform:none!important;order:2!important;flex:1 1 auto!important;width:auto!important;height:auto!important;min-width:0!important;max-width:none!important;margin:0 6px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;pointer-events:auto!important;z-index:2!important}
  html body .topbar .brand-wordmark{display:block!important;text-align:center!important;font:900 19px/1 var(--fu,inherit)!important;letter-spacing:.01em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;max-width:100%!important;color:#CE422B!important;-webkit-text-fill-color:#CE422B!important}
}
@media (max-width:420px){
  html body .topbar .topbar-inner>.brand{max-width:44vw!important}
  html body .topbar .brand-wordmark{font-size:16px!important}
}

html body .rn-modalfix{display:none}
html body .cf-modal-overlay,html body .app-modal__overlay,html body .rfd-cmodal .cf-modal-overlay{background:rgba(9,6,6,.86)!important;-webkit-backdrop-filter:blur(5px) saturate(.9)!important;backdrop-filter:blur(5px) saturate(.9)!important}
html body .cf-watch-modal .cf-modal-card,html body .cf-watch-card{
  background:#231717!important;background-image:linear-gradient(180deg,#382626,#201616)!important;
  border:1px solid rgba(206,66,43,.30)!important;box-shadow:0 40px 120px rgba(0,0,0,.62)!important;border-radius:20px!important;
  -webkit-backdrop-filter:none!important;backdrop-filter:none!important;
  box-sizing:border-box!important;max-height:calc(100dvh - var(--cf-x-top,84px) - 30px)!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important
}
html body .cf-watch-modal .cf-modal-close,html body .cf-watch-modal .watch-copy,html body .cf-watch-modal .cf-share-chat{position:absolute!important;z-index:6!important}

html body .rn-layout-nuclear{display:none}
@media (min-width:821px){
  html body #rfdDrawer{width:var(--rn-left)!important;max-width:var(--rn-left)!important;left:0!important;right:auto!important}
  html body #chatDrawer{width:var(--rn-right)!important;max-width:var(--rn-right)!important;left:auto!important;right:0!important}
  html body main.page{
    width:auto!important;max-width:none!important;box-sizing:border-box!important;
    margin-left:calc(var(--rn-left) + var(--rn-gap))!important;
    padding-left:0!important;padding-right:0!important;transform:none!important;
    transition:margin .26s cubic-bezier(.4,0,.2,1)!important
  }
  html body:not(.chat-open) main.page{margin-right:var(--rn-gap)!important}
  html body.chat-open main.page{margin-right:calc(var(--rn-right) + var(--rn-gap))!important}
}

html body .rn-nav-crowd{display:none}
@media (min-width:1201px) and (max-width:1560px){
  html body .topbar .brand-wordmark{font-size:23px!important}
  html body .topbar .brand-since{font-size:6.5px!important}
  html body .topbar-inner{gap:7px!important}
  html body .topbar .nav-primary{gap:1px!important}
  html body .topbar .nav-secondary{gap:1px!important}
  html body .topbar .nav-primary a,html body .topbar .nav-secondary a{padding-left:7px!important;padding-right:7px!important;gap:5px!important}
  html body .topbar .nav-primary .nav-txt,html body .topbar .nav-secondary .nav-txt{font-size:12.5px!important;overflow:visible!important;text-overflow:clip!important;max-width:none!important;white-space:nowrap!important;display:inline!important}
  html body .topbar .account{gap:5px!important}
  html body .topbar .canta-btn,html body .topbar .notif-bell,html body .topbar .top-chat-toggle,html body .topbar .profile-avatar-btn{width:34px!important;height:34px!important;min-width:34px!important}
  html body .topbar .balance-pill{padding-left:8px!important;padding-right:8px!important}
}
@media (min-width:1201px){
  html body:not(#a) .topbar-inner{grid-template-columns:minmax(0,0.9fr) auto minmax(0,1.12fr)!important}
  html body:not(#a) .topbar .account{justify-self:end!important}
}

html body .rn-cfmodal-overlay{display:none}
html body #cfModal .cf-modal-overlay{background:radial-gradient(120% 90% at 50% 34%,rgba(9,6,6,.74),rgba(5,4,4,.9) 72%)!important;-webkit-backdrop-filter:blur(6px) saturate(.9) brightness(.72)!important;backdrop-filter:blur(6px) saturate(.9) brightness(.72)!important}
html body .rn-nav-noclip{display:none}
@media (min-width:1201px){
  html body .topbar .nav-secondary a{flex:0 0 auto!important;white-space:nowrap!important}
  html body .topbar .nav-secondary .nav-txt{overflow:visible!important;text-overflow:clip!important;max-width:none!important}
}

html body .rn-reveal-fix{display:none}
html body.page-coinflip .reveal-ready,
html body.page-rustpot .reveal-ready,
html body.page-arena .reveal-ready,
html body .cf-list-section{opacity:1!important;transform:none!important}
@media (min-width:1081px){
  html body:not(#a) main.page,
  html body:not(#a) .site-footer .ftr-inner{
    box-sizing:border-box!important;
    width:auto!important;
    max-width:none!important;
    margin-left:calc(var(--rn-left) + var(--rn-gap))!important;
    padding-left:0!important;
    padding-right:0!important;
    transform:none!important;
    transition:margin .26s cubic-bezier(.4,0,.2,1)!important;
  }
  html body:not(#a):not(.chat-open) main.page,
  html body:not(#a):not(.chat-open) .site-footer .ftr-inner{margin-right:var(--rn-gap)!important;}
  html body:not(#a).chat-open main.page,
  html body:not(#a).chat-open .site-footer .ftr-inner{margin-right:calc(var(--rn-right) + var(--rn-gap))!important;}
  html body:not(#a) .rp-stage.rp-stage-2col:not(.rp-mode-classic){
    grid-template-columns:minmax(0,600px) minmax(240px,1fr)!important;
    max-width:none!important;
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}
html body .fr-rules-modal{position:fixed!important;inset:0!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:2600!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important;box-sizing:border-box!important}
html body .fr-rules-modal[hidden]{display:none!important}
html body .fr-rules-modal .fr-rules-overlay{position:absolute!important;inset:0!important;background:rgba(9,6,6,.86)!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}
html body .fr-rules-modal .fr-rules-card{position:relative!important;z-index:1!important;margin:auto!important}
html body:not(#a) .cf-modal-overlay{background:radial-gradient(120% 90% at 50% 34%,rgba(9,7,7,.82),rgba(4,4,4,.93) 70%)!important;-webkit-backdrop-filter:blur(10px) saturate(.85) brightness(.68)!important;backdrop-filter:blur(10px) saturate(.85) brightness(.68)!important}
html body:not(#a) #rpWatchModal .cf-modal-card,
html body:not(#a) .cf-watch-card{background:#231717!important;background-image:linear-gradient(180deg,#382626,#201616)!important}
html body:not(#a) #chatRain .fr-row{flex-wrap:wrap!important}
html body:not(#a) #chatRain .fr-right{flex:1 1 100%!important;margin-left:0!important;margin-top:6px!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:6px!important}
html body:not(#a) #chatRain .fr-join-disabled{white-space:normal!important;text-align:center!important;flex:1 1 auto!important}
html body:not(#a) #chatRain .fr-actions{flex:1 1 auto!important;display:flex!important;justify-content:flex-end!important;min-width:0!important}

html body:not(#a) .cf-modal-overlay,
html body:not(#a) .app-modal__overlay,
html body:not(#a) .fr-rules-overlay,
html body:not(#a) .rfd-vmodal-ov,
html body:not(#a) .rfd-cmodal-ov{
  background:rgba(7,5,5,.98) !important;
  -webkit-backdrop-filter:blur(3px) saturate(.92) !important;
  backdrop-filter:blur(3px) saturate(.92) !important;
}
html body:not(#a) .site-footer{ position:relative; z-index:0; }

/* 1580: one uninterrupted circular border, full-size image under the border. */
html body .rp-classic-cell .rp-classic-avatar,
html body .rp-classic-cell.is-marker .rp-classic-avatar,
html body .rp-classic-cell.is-winner .rp-classic-avatar,
html body .rp-classic-cell.is-target .rp-classic-avatar{
  box-sizing:border-box!important;
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  border:2px solid var(--rp-col,#CE422B)!important;
  border-radius:50%!important;
  background:#281C1C!important;
  background-clip:padding-box!important;
  transform:none!important;
  backface-visibility:visible!important;
  box-shadow:0 8px 18px rgba(0,0,0,.3)!important;
}
html body .rp-classic-cell .rp-classic-avatar::after,
html body .rp-classic-cell .rp-classic-avatar::before{content:none!important;display:none!important}
html body .rp-classic-cell .rp-classic-avatar img{
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;height:100%!important;
  max-width:none!important;max-height:none!important;
  border:0!important;border-radius:50%!important;
  object-fit:contain!important;object-position:center!important;
  transform:none!important;
  backface-visibility:visible!important;
  image-rendering:auto!important;
}
html body .rp-classic-cell.is-placeholder .rp-classic-avatar{
  border:2px solid rgba(255,255,255,.14)!important;
  box-shadow:none!important;
}

/* 1581: a single antialiased inset stroke, not concentric clipped borders. */
html body .rp-classic-cell .rp-classic-avatar,
html body .rp-classic-cell.is-marker .rp-classic-avatar,
html body .rp-classic-cell.is-winner .rp-classic-avatar,
html body .rp-classic-cell.is-target .rp-classic-avatar{
  box-sizing:border-box!important;border:0!important;
  position:relative!important;overflow:hidden!important;
  border-radius:50%!important;background:#281C1C!important;
  transform:none!important;filter:none!important;
  box-shadow:0 6px 14px rgba(0,0,0,.24)!important;
}
html body .rp-classic-cell .rp-classic-avatar::before{content:none!important;display:none!important}
html body .rp-classic-cell .rp-classic-avatar::after{
  content:""!important;display:block!important;position:absolute!important;
  inset:0!important;border-radius:50%!important;pointer-events:none!important;
  border:0!important;box-shadow:inset 0 0 0 1.5px var(--rp-col,#CE422B)!important;
}
html body .rp-classic-cell .rp-classic-avatar img{
  display:block!important;width:100%!important;height:100%!important;
  max-width:none!important;max-height:none!important;
  padding:0!important;margin:0!important;border:0!important;
  border-radius:50%!important;object-fit:cover!important;object-position:center!important;
  transform:none!important;image-rendering:auto!important;
}
html body .rp-classic-cell .rp-classic-avatar img[hidden]{display:none!important}
html body .rp-classic-cell.is-placeholder .rp-classic-avatar::after{
  box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.14)!important;
}

/* 1587: font-independent brand graphics; maintain shape even without Rust.ttf. */
html body .brand-wordmark,html body .ftr-wordmark{display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;line-height:0!important;min-width:0!important;max-width:100%!important;}
html body .brand-wordmark>img,html body .ftr-wordmark>img{display:block!important;width:auto!important;height:31px!important;max-width:100%!important;object-fit:contain!important;flex:0 1 auto!important;}
html body .ftr-wordmark>img{height:38px!important;}
html body .page-loader .pl-brand{display:block!important;position:relative!important;width:min(390px,78vw)!important;max-width:100%!important;height:auto!important;line-height:0!important;color:transparent!important;-webkit-text-fill-color:transparent!important;background:none!important;animation:none!important;}
html body .page-loader .pl-brand>img.pl-logo{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important;opacity:1!important;animation:none!important;}
html body .page-loader .pl-brand::before,html body .page-loader .pl-brand::after{content:none!important;display:none!important;animation:none!important;}
@media(max-width:820px){html body .topbar .brand-wordmark>img{height:19px!important;}}
@media(max-width:420px){html body .topbar .brand-wordmark>img{height:16px!important;}}
/* 1587: selected-skin tray uses the same Rustnecro palette as the rest of the market. */
html body.page-market .mkt-bulk-bar{background:linear-gradient(180deg,rgba(54,37,37,.98),rgba(40,28,28,.99))!important;border-top:1px solid rgba(206,66,43,.35)!important;box-shadow:0 -8px 26px rgba(0,0,0,.42)!important;}
html body.page-market .mbb-chip{background:#382626!important;border:1px solid rgba(206,66,43,.30)!important;color:#f7f3f2!important;}
html body.page-market .mbb-chip:hover{background:#442b29!important;border-color:rgba(206,66,43,.75)!important;}
html body.page-market .mbb-chip-c{color:#f7f3f2!important;-webkit-text-fill-color:#f7f3f2!important;}
html body.page-market .mbb-total{color:#d6c8c5!important;}
html body.page-market .mbb-total>b{color:#f7f3f2!important;}
html body.page-market .mbb-count{color:#bca9a6!important;}
html body.page-market .mbb-buy{background:#CE422B!important;background-image:none!important;border-color:#CE422B!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}
html body.page-market .mbb-clear{background:#302121!important;border-color:rgba(206,66,43,.38)!important;color:#ebd6d2!important;}
html body.page-market .mbb-clear:hover{background:#402827!important;border-color:#CE422B!important;color:#fff!important;}
html body.page-market .mbb-x{background:#281C1C!important;color:#fff!important;}
html body.page-market .mbb-qty{background:#CE422B!important;color:#fff!important;}

/* 1611: near-miss suspense is movement-only. Adjacent players never glow,
   scale, pulse, brighten or receive a special border. */

/* 1685: raffle rail has enough breathing room while each card stays compact. */
@media (min-width:1061px){
  html body{--rn-left:clamp(286px,20vw,330px);--rfd-rail-w:var(--rn-left);--rr-panel-w:var(--rn-left);--rr-rail-w:var(--rn-left);--rfd-rail-half:calc(var(--rn-left) / 2)}
}
@media (min-width:821px) and (max-width:1060px){
  html body{--rn-left:214px;--rfd-rail-w:var(--rn-left);--rr-panel-w:var(--rn-left);--rr-rail-w:var(--rn-left)}
}
html body .rfd-card{gap:7px!important;padding:8px!important}
html body .rfd-thumb{flex-basis:76px!important;width:76px!important;min-width:76px!important}
html body .rfd-info{gap:4px!important}
html body .rfd-name{line-height:1.15!important}
html body .rfd-stats{margin-top:0!important}
html body .rfd-fair{padding-top:4px!important;padding-bottom:4px!important}
html body .rfd-enter{margin-top:1px!important}
