/* InsaneZ R91 — página de Caixas com rolagem própria e interface limpa. */
body.iz-page-boxes-r91{
  --bx-bg:#05080b;
  --bx-panel:#0b1015;
  --bx-panel-2:#111820;
  --bx-line:rgba(191,63,75,.26);
  --bx-line-soft:rgba(255,255,255,.075);
  --bx-text:#f4f7f9;
  --bx-muted:#8e9ba5;
  --bx-red:#d53442;
  --bx-red-2:#7d1720;
  --bx-gold:#e0b747;
  --bx-green:#57d99a;
  --bx-shadow:0 24px 64px rgba(0,0,0,.42);
}

/* O shell principal do aplicativo não rola. Esta página ocupa a janela e
 * recebe a própria rolagem, como Mercado, Inventário e BattlePass. */
body.iz-page-boxes-r91 #main{
  min-width:0!important;
  overflow:hidden!important;
  background:transparent!important;
}
body.iz-page-boxes-r91 .iz-boxes-page{
  position:relative;
  box-sizing:border-box;
  width:100%;
  height:100%;
  min-height:0;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior-y:contain;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y;
  scrollbar-gutter:stable;
  scrollbar-width:thin;
  scrollbar-color:rgba(218,58,72,.62) rgba(6,10,14,.55);
  padding:clamp(14px,1.5vw,24px) 0 52px;
  color:var(--bx-text);
  background:
    radial-gradient(circle at 13% 2%,rgba(193,37,53,.12),transparent 28rem),
    radial-gradient(circle at 88% 20%,rgba(224,183,71,.055),transparent 24rem),
    linear-gradient(145deg,rgba(5,9,13,.82),rgba(12,7,10,.74));
  isolation:isolate;
}
body.iz-page-boxes-r91 .iz-boxes-page::-webkit-scrollbar{width:11px}
body.iz-page-boxes-r91 .iz-boxes-page::-webkit-scrollbar-track{background:rgba(5,8,11,.68)}
body.iz-page-boxes-r91 .iz-boxes-page::-webkit-scrollbar-thumb{
  border:3px solid rgba(5,8,11,.68);
  border-radius:10px;
  background:linear-gradient(180deg,#e44754,#7c1721);
}
body.iz-page-boxes-r91 .iz-boxes-page::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    repeating-linear-gradient(132deg,rgba(255,255,255,.012) 0 1px,transparent 1px 8px),
    linear-gradient(118deg,transparent 0 49%,rgba(255,255,255,.012) 49.15%,transparent 49.35%);
}
body.iz-page-boxes-r91.iz-modal-lock .iz-boxes-page{overflow-y:hidden!important}
body.iz-page-boxes-r91 .iz-boxes-shell{
  width:min(1520px,calc(100% - 28px));
  margin:0 auto;
}

/* Abertura compacta: identidade forte sem ocupar a tela inteira. */
body.iz-page-boxes-r91 .iz-boxes-hero{
  position:relative;
  display:grid;
  min-height:206px;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:24px;
  overflow:hidden;
  padding:clamp(24px,3vw,42px);
  border:1px solid rgba(207,62,75,.28);
  border-bottom-color:rgba(232,66,79,.72);
  border-radius:12px;
  background:
    linear-gradient(92deg,rgba(4,7,10,.98) 0%,rgba(6,9,12,.91) 47%,rgba(8,9,11,.43) 74%,rgba(7,8,10,.76) 100%),
    url('../img/insanez-ui/nav-boxes.webp') center 43%/cover no-repeat;
  box-shadow:var(--bx-shadow),inset 0 1px rgba(255,255,255,.045);
}
body.iz-page-boxes-r91 .iz-boxes-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(207,43,57,.08),transparent 42%,rgba(0,0,0,.3)),
    repeating-linear-gradient(90deg,rgba(255,255,255,.012) 0 1px,transparent 1px 5px);
}
body.iz-page-boxes-r91 .iz-boxes-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  pointer-events:none;
  background:linear-gradient(90deg,#77141e,#e83f4e 32%,rgba(232,63,78,.16) 74%,transparent);
  box-shadow:0 0 22px rgba(232,63,78,.38);
}
body.iz-page-boxes-r91 .iz-boxes-hero-art{
  position:absolute;
  top:-115px;
  right:-95px;
  width:520px;
  height:520px;
  border-radius:50%;
  pointer-events:none;
  background:radial-gradient(circle,rgba(213,52,66,.2),transparent 64%);
  filter:blur(5px);
}
body.iz-page-boxes-r91 .iz-boxes-hero-copy,
body.iz-page-boxes-r91 .iz-boxes-hero-actions{position:relative;z-index:1}
body.iz-page-boxes-r91 .iz-boxes-hero-copy>small,
body.iz-page-boxes-r91 .iz-boxes-section-head small{
  display:block;
  color:#ee5260;
  font:900 9px/1.2 var(--font-mono,Consolas,monospace);
  letter-spacing:.22em;
  text-transform:uppercase;
}
body.iz-page-boxes-r91 .iz-boxes-hero-copy h1{
  margin:8px 0 8px;
  color:#fff;
  font:clamp(38px,5vw,70px)/.92 var(--font-display,'Black Ops One',Impact,sans-serif);
  letter-spacing:.025em;
  text-transform:uppercase;
  text-shadow:0 5px 0 rgba(0,0,0,.45),0 18px 42px rgba(0,0,0,.7);
}
body.iz-page-boxes-r91 .iz-boxes-hero-copy p{
  margin:0;
  color:#b6c0c7;
  font-size:13px;
  line-height:1.55;
}
body.iz-page-boxes-r91 .iz-boxes-hero-actions{
  display:flex;
  align-items:stretch;
  justify-content:flex-end;
  gap:9px;
}
body.iz-page-boxes-r91 .iz-boxes-wallet,
body.iz-page-boxes-r91 .iz-boxes-primary-link{
  box-sizing:border-box;
  display:flex;
  min-height:52px;
  align-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:8px;
  text-decoration:none;
  box-shadow:0 13px 30px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.045);
}
body.iz-page-boxes-r91 .iz-boxes-wallet{
  gap:9px;
  padding:7px 13px;
  background:rgba(6,10,14,.84);
  backdrop-filter:blur(10px);
}
body.iz-page-boxes-r91 .iz-boxes-wallet img{
  width:31px;
  height:31px;
  object-fit:contain;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.65));
}
body.iz-page-boxes-r91 .iz-boxes-wallet small,
body.iz-page-boxes-r91 .iz-boxes-wallet strong{display:block}
body.iz-page-boxes-r91 .iz-boxes-wallet small{
  color:#7f8b94;
  font:800 8px var(--font-mono,Consolas,monospace);
  letter-spacing:.11em;
}
body.iz-page-boxes-r91 .iz-boxes-wallet strong{
  margin-top:2px;
  color:#f0cb62;
  font-size:14px;
  white-space:nowrap;
}
body.iz-page-boxes-r91 .iz-boxes-primary-link{
  position:relative;
  justify-content:center;
  gap:12px;
  min-width:188px;
  padding:0 13px 0 17px;
  overflow:hidden;
  color:#fff;
  border-color:rgba(255,105,115,.38);
  background:linear-gradient(180deg,#da3846,#861923);
  font:900 9px/1 var(--font-mono,Consolas,monospace);
  letter-spacing:.06em;
  transition:transform .16s ease,filter .16s ease,box-shadow .16s ease;
}
body.iz-page-boxes-r91 .iz-boxes-primary-link::before{
  content:"";
  position:absolute;
  inset:-40% auto -40% -45%;
  width:38%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.17),transparent);
  transition:left .35s ease;
}
body.iz-page-boxes-r91 .iz-boxes-primary-link:hover{
  color:#fff;
  filter:brightness(1.1);
  transform:translateY(-2px);
  box-shadow:0 17px 34px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.11);
}
body.iz-page-boxes-r91 .iz-boxes-primary-link:hover::before{left:115%}
body.iz-page-boxes-r91 .iz-boxes-primary-link b{font-size:17px;line-height:1}
body.iz-page-boxes-r91 .iz-boxes-primary-link em{
  display:grid;
  min-width:24px;
  height:24px;
  place-items:center;
  padding:0 5px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:12px;
  background:rgba(4,7,10,.36);
  color:#fff;
  font-size:9px;
  font-style:normal;
}

/* Mensagens simples, sem códigos internos. */
body.iz-page-boxes-r91 .iz-boxes-flash{
  margin:12px 0 0;
  padding:12px 15px;
  border:1px solid rgba(69,194,123,.34);
  border-left:4px solid #45c27b;
  border-radius:7px;
  background:linear-gradient(90deg,rgba(42,124,81,.22),rgba(8,12,15,.94));
  color:#ddf7e7;
  font-size:12px;
  box-shadow:0 12px 28px rgba(0,0,0,.24);
}
body.iz-page-boxes-r91 .iz-boxes-flash.bad{
  border-color:rgba(226,61,73,.36);
  border-left-color:#e23d49;
  background:linear-gradient(90deg,rgba(139,32,42,.22),rgba(8,12,15,.94));
  color:#ffdde0;
}
body.iz-page-boxes-r91 .iz-boxes-flash[hidden]{display:none!important}

/* Catálogo */
body.iz-page-boxes-r91 .iz-boxes-section{
  margin-top:14px;
  padding:clamp(14px,1.7vw,24px);
  border:1px solid rgba(190,57,70,.21);
  border-radius:12px;
  background:
    radial-gradient(circle at 50% 0,rgba(173,31,44,.08),transparent 30%),
    linear-gradient(150deg,rgba(11,16,21,.97),rgba(6,10,13,.97));
  box-shadow:var(--bx-shadow),inset 0 1px rgba(255,255,255,.025);
}
body.iz-page-boxes-r91 .iz-boxes-section-head{
  display:flex;
  min-height:62px;
  align-items:center;
  justify-content:space-between;
  margin-bottom:14px;
  padding:0 2px 13px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.iz-page-boxes-r91 .iz-boxes-section-head h2{
  margin:4px 0 0;
  color:#f7f9fa;
  font:clamp(25px,2.7vw,38px)/1 var(--font-display,'Black Ops One',Impact,sans-serif);
  letter-spacing:.025em;
  text-transform:uppercase;
}
body.iz-page-boxes-r91 .iz-boxes-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
  gap:12px;
  align-items:stretch;
}

/* Card mais limpo: imagem, nome, prévia e ações. */
body.iz-page-boxes-r91 .iz-box-card{
  --box-accent:#c82f3b;
  position:relative;
  display:flex;
  min-width:0;
  min-height:454px;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:9px;
  background:
    radial-gradient(circle at 50% 27%,color-mix(in srgb,var(--box-accent) 10%,transparent),transparent 38%),
    linear-gradient(180deg,#141a20 0%,#0b1015 58%,#080c10 100%);
  box-shadow:0 15px 34px rgba(0,0,0,.29),inset 0 1px rgba(255,255,255,.025);
  content-visibility:auto;
  contain-intrinsic-size:270px 454px;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
body.iz-page-boxes-r91 .iz-box-card::before{
  content:"";
  position:absolute;
  z-index:3;
  top:0;
  left:0;
  right:0;
  height:3px;
  pointer-events:none;
  background:linear-gradient(90deg,var(--box-accent),rgba(255,255,255,.46),transparent 78%);
  box-shadow:0 0 15px color-mix(in srgb,var(--box-accent) 72%,transparent);
  opacity:.88;
}
body.iz-page-boxes-r91 .iz-box-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(122deg,transparent 0 47%,rgba(255,255,255,.023) 47.2%,transparent 47.65%);
}
body.iz-page-boxes-r91 .iz-box-card:hover{
  z-index:2;
  border-color:color-mix(in srgb,var(--box-accent) 72%,#49525b);
  transform:translateY(-4px);
  box-shadow:0 25px 50px rgba(0,0,0,.44),0 0 0 1px color-mix(in srgb,var(--box-accent) 23%,transparent);
}
body.iz-page-boxes-r91 .iz-box-card-glow{
  position:absolute;
  z-index:0;
  top:65px;
  left:50%;
  width:235px;
  height:235px;
  transform:translateX(-50%);
  border-radius:50%;
  pointer-events:none;
  background:var(--box-accent);
  opacity:.07;
  filter:blur(44px);
}
body.iz-page-boxes-r91 .iz-box-card>*:not(.iz-box-card-glow){position:relative;z-index:1}
body.iz-page-boxes-r91 .iz-box-card-head{
  display:flex;
  min-height:42px;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:9px 10px 7px;
}
body.iz-page-boxes-r91 .iz-box-badge{
  display:inline-flex;
  min-height:23px;
  align-items:center;
  padding:0 8px;
  border:1px solid rgba(222,61,74,.4);
  border-radius:5px;
  color:#ef6873;
  background:rgba(95,19,28,.2);
  font:900 7px var(--font-mono,Consolas,monospace);
  letter-spacing:.1em;
}
body.iz-page-boxes-r91 .iz-box-badge.is-regular{
  color:#8e9ba5;
  border-color:rgba(255,255,255,.1);
  background:rgba(6,9,12,.52);
}
body.iz-page-boxes-r91 .iz-box-card.is-daily .iz-box-badge{
  color:#f0ca60;
  border-color:rgba(224,183,71,.52);
  background:rgba(108,82,18,.19);
}
body.iz-page-boxes-r91 .iz-box-owned{
  display:flex;
  align-items:center;
  gap:6px;
  color:#7d8992;
}
body.iz-page-boxes-r91 .iz-box-owned b{
  display:grid;
  min-width:26px;
  height:24px;
  place-items:center;
  padding:0 5px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:12px;
  background:#090e12;
  color:#fff;
  font-size:10px;
}
body.iz-page-boxes-r91 .iz-box-owned small{
  font:800 7px var(--font-mono,Consolas,monospace);
  letter-spacing:.06em;
}
body.iz-page-boxes-r91 .iz-box-card-image{
  position:relative;
  display:grid;
  height:178px;
  min-height:178px;
  place-items:center;
  overflow:hidden;
  margin:0 9px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:7px;
  background:
    radial-gradient(circle,rgba(255,255,255,.07),transparent 53%),
    linear-gradient(180deg,#10161c,#080c10);
}
body.iz-page-boxes-r91 .iz-box-card-image::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(118deg,transparent 0 46%,rgba(255,255,255,.035) 46.3%,transparent 46.8%);
}
body.iz-page-boxes-r91 .iz-box-card-image::after{
  content:"";
  position:absolute;
  inset:auto 13% 8px;
  height:18px;
  border-radius:50%;
  background:#000;
  opacity:.64;
  filter:blur(12px);
}
body.iz-page-boxes-r91 .iz-box-card-image img{
  position:relative;
  z-index:1;
  max-width:88%;
  max-height:157px;
  object-fit:contain;
  filter:drop-shadow(0 16px 18px rgba(0,0,0,.78));
  transition:transform .24s ease,filter .24s ease;
}
body.iz-page-boxes-r91 .iz-box-card:hover .iz-box-card-image img{
  transform:translateY(-3px) scale(1.04);
  filter:drop-shadow(0 19px 21px rgba(0,0,0,.84));
}
body.iz-page-boxes-r91 .iz-box-image-fallback{
  color:var(--box-accent);
  font:80px/1 var(--font-display,Impact,sans-serif);
  opacity:.5;
}
body.iz-page-boxes-r91 .iz-box-card-copy{
  display:flex;
  min-height:91px;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding:14px 13px 8px;
  text-align:center;
}
body.iz-page-boxes-r91 .iz-box-card-copy h2{
  display:-webkit-box;
  width:100%;
  min-height:38px;
  max-height:42px;
  margin:0 0 6px;
  overflow:hidden;
  color:#f6f8f9;
  font:19px/1.08 var(--font-display,'Russo One',Impact,sans-serif);
  letter-spacing:.02em;
  text-transform:uppercase;
  overflow-wrap:anywhere;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
body.iz-page-boxes-r91 .iz-box-card-copy p{
  display:-webkit-box;
  max-height:34px;
  margin:0;
  overflow:hidden;
  color:#87939d;
  font-size:10px;
  line-height:1.55;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
body.iz-page-boxes-r91 .iz-box-preview{
  display:flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin:0 10px 10px;
  padding:6px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:7px;
  background:rgba(5,8,11,.58);
}
body.iz-page-boxes-r91 .iz-box-preview>span{
  --reward-accent:#9aa0a6;
  position:relative;
  display:grid;
  width:38px;
  height:38px;
  flex:0 0 38px;
  place-items:center;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--reward-accent) 55%,#2c343d);
  border-radius:5px;
  background:linear-gradient(180deg,#151b21,#0a0f13);
}
body.iz-page-boxes-r91 .iz-box-preview>span::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--reward-accent);
  opacity:.85;
}
body.iz-page-boxes-r91 .iz-box-preview img{max-width:87%;max-height:87%;object-fit:contain}
body.iz-page-boxes-r91 .iz-box-preview i{color:var(--reward-accent);font-style:normal;font-size:17px}
body.iz-page-boxes-r91 .iz-box-preview>b{
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  border:1px dashed #46515b;
  border-radius:5px;
  color:#aeb8c0;
  background:#090e12;
  font-size:9px;
}
body.iz-page-boxes-r91 .iz-box-card-actions{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:7px;
  margin-top:auto;
  padding:0 10px 10px;
}
body.iz-page-boxes-r91 .iz-box-card-actions form{margin:0;min-width:0}
body.iz-page-boxes-r91 .iz-box-details,
body.iz-page-boxes-r91 .iz-box-buy{
  position:relative;
  box-sizing:border-box;
  display:flex;
  width:100%;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:0 9px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:7px;
  color:#dbe1e5;
  text-align:center;
  text-decoration:none;
  font:900 8px/1.15 var(--font-mono,Consolas,monospace);
  letter-spacing:.045em;
  cursor:pointer;
  transition:filter .16s ease,transform .16s ease,border-color .16s ease;
}
body.iz-page-boxes-r91 .iz-box-details{background:linear-gradient(180deg,#1a2229,#0e1419)}
body.iz-page-boxes-r91 .iz-box-buy{
  color:#fff;
  border-color:rgba(255,105,115,.35);
  background:linear-gradient(180deg,#d93644,#821820);
  box-shadow:inset 0 1px rgba(255,255,255,.1),0 8px 18px rgba(0,0,0,.27);
}
body.iz-page-boxes-r91 .iz-box-card.is-daily .iz-box-buy:not(.is-waiting){
  color:#161208;
  border-color:#c79d31;
  background:linear-gradient(180deg,#f0ca61,#a77c1e);
  text-shadow:none;
}
body.iz-page-boxes-r91 .iz-box-details:hover,
body.iz-page-boxes-r91 .iz-box-buy:hover:not(:disabled){
  color:#fff;
  filter:brightness(1.11);
  transform:translateY(-1px);
}
body.iz-page-boxes-r91 .iz-box-details:hover{border-color:color-mix(in srgb,var(--box-accent) 75%,#3a434c)}
body.iz-page-boxes-r91 .iz-box-buy:disabled,
body.iz-page-boxes-r91 .iz-box-buy.is-waiting{
  cursor:not-allowed;
  color:#7f8991;
  border-color:#343b42;
  background:linear-gradient(180deg,#191e23,#101519);
  box-shadow:none;
  opacity:.82;
}
body.iz-page-boxes-r91 .iz-box-buy.is-busy{pointer-events:none;color:transparent}
body.iz-page-boxes-r91 .iz-box-buy.is-busy::after{
  content:"";
  position:absolute;
  width:17px;
  height:17px;
  border:2px solid rgba(255,255,255,.27);
  border-top-color:#fff;
  border-radius:50%;
  animation:iz-box-spin-r91 .72s linear infinite;
}
@keyframes iz-box-spin-r91{to{transform:rotate(360deg)}}
body.iz-page-boxes-r91 .iz-boxes-empty{
  display:grid;
  min-height:300px;
  place-items:center;
  align-content:center;
  gap:8px;
  border:1px dashed rgba(255,255,255,.17);
  border-radius:9px;
  background:linear-gradient(180deg,#0c1217,#080c10);
  text-align:center;
}
body.iz-page-boxes-r91 .iz-boxes-empty>span{color:#bd2d39;font:65px var(--font-display,Impact,sans-serif)}
body.iz-page-boxes-r91 .iz-boxes-empty strong{font:21px var(--font-display,'Russo One',Impact,sans-serif)}
body.iz-page-boxes-r91 .iz-boxes-empty p{margin:0;color:#7f8a94;font-size:11px}

/* Prêmios: somente o que interessa ao jogador — imagem e nome. */
body.iz-page-boxes-r91 .iz-box-dialog{
  width:min(860px,calc(100vw - 28px));
  max-height:min(780px,calc(100vh - 28px));
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.19);
  border-top:3px solid #d33442;
  border-radius:11px;
  color:var(--bx-text);
  background:
    radial-gradient(circle at 50% 0,rgba(190,38,52,.1),transparent 31%),
    linear-gradient(180deg,#151b21,#080c10);
  box-shadow:0 35px 100px rgba(0,0,0,.79);
}
body.iz-page-boxes-r91 .iz-box-dialog::backdrop{
  background:rgba(1,3,5,.84);
  backdrop-filter:blur(8px);
}
body.iz-page-boxes-r91 .iz-box-dialog[open]{animation:iz-box-dialog-in-r91 .18s ease-out}
@keyframes iz-box-dialog-in-r91{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
body.iz-page-boxes-r91 .iz-box-dialog-close{
  position:absolute;
  z-index:8;
  top:10px;
  right:10px;
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  color:#d9dfe3;
  background:rgba(7,10,13,.91);
  font-size:25px;
  line-height:1;
  cursor:pointer;
}
body.iz-page-boxes-r91 .iz-box-dialog-close:hover{border-color:#e14350;color:#fff;background:#7d1720}
body.iz-page-boxes-r91 .iz-box-dialog>[data-box-dialog-content]{
  max-height:calc(100vh - 32px);
  overflow:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(218,58,72,.6) rgba(6,10,14,.55);
}
body.iz-page-boxes-r91 .iz-box-dialog-heading{
  --box-accent:#c82f3b;
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  align-items:center;
  gap:22px;
  min-height:185px;
  padding:24px 62px 21px 24px;
  border-bottom:1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--box-accent) 11%,transparent),transparent 60%),
    rgba(8,12,16,.74);
}
body.iz-page-boxes-r91 .iz-box-dialog-image{
  display:grid;
  width:160px;
  height:138px;
  place-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:8px;
  background:radial-gradient(circle,rgba(255,255,255,.07),transparent 55%),#090e12;
}
body.iz-page-boxes-r91 .iz-box-dialog-image img{
  max-width:90%;
  max-height:124px;
  object-fit:contain;
  filter:drop-shadow(0 14px 15px #000);
}
body.iz-page-boxes-r91 .iz-box-dialog-image span{color:var(--box-accent);font:70px var(--font-display,Impact,sans-serif)}
body.iz-page-boxes-r91 .iz-box-dialog-heading small{
  color:var(--box-accent);
  font:900 8px var(--font-mono,Consolas,monospace);
  letter-spacing:.12em;
}
body.iz-page-boxes-r91 .iz-box-dialog-heading h2{
  margin:6px 0;
  color:#fff;
  font:clamp(26px,4vw,43px)/1 var(--font-display,'Russo One',Impact,sans-serif);
  text-transform:uppercase;
}
body.iz-page-boxes-r91 .iz-box-dialog-heading p{margin:0;color:#8f9aa3;font-size:11px;line-height:1.55}
body.iz-page-boxes-r91 .iz-box-reward-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:18px;
}
body.iz-page-boxes-r91 .iz-box-reward{
  --reward-accent:#9aa0a6;
  position:relative;
  display:grid;
  min-width:0;
  min-height:76px;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:11px;
  overflow:hidden;
  padding:8px 10px 8px 8px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  background:linear-gradient(180deg,#141a20,#0b1014);
}
body.iz-page-boxes-r91 .iz-box-reward::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:var(--reward-accent);
  box-shadow:0 0 12px var(--reward-accent);
}
body.iz-page-boxes-r91 .iz-box-reward-image{
  display:grid;
  width:56px;
  height:56px;
  place-items:center;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--reward-accent) 50%,#303841);
  border-radius:6px;
  background:#080d11;
}
body.iz-page-boxes-r91 .iz-box-reward-image img{max-width:88%;max-height:88%;object-fit:contain}
body.iz-page-boxes-r91 .iz-box-reward-image span{color:var(--reward-accent);font-size:24px}
body.iz-page-boxes-r91 .iz-box-reward>strong{
  min-width:0;
  overflow:hidden;
  color:#eef2f4;
  font-size:12px;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media(max-width:1050px){
  body.iz-page-boxes-r91 .iz-boxes-hero{grid-template-columns:1fr;align-items:end}
  body.iz-page-boxes-r91 .iz-boxes-hero-actions{justify-content:flex-start}
}
@media(max-width:760px){
  body.iz-page-boxes-r91 .iz-boxes-page{padding-top:10px;padding-bottom:34px}
  body.iz-page-boxes-r91 .iz-boxes-shell{width:min(100% - 14px,1520px)}
  body.iz-page-boxes-r91 .iz-boxes-hero{min-height:270px;padding:23px 17px 18px;background-position:58% center}
  body.iz-page-boxes-r91 .iz-boxes-hero-copy h1{font-size:clamp(35px,12vw,57px)}
  body.iz-page-boxes-r91 .iz-boxes-hero-actions{align-items:stretch;flex-direction:column}
  body.iz-page-boxes-r91 .iz-boxes-wallet,body.iz-page-boxes-r91 .iz-boxes-primary-link{width:100%}
  body.iz-page-boxes-r91 .iz-boxes-section{padding:11px}
  body.iz-page-boxes-r91 .iz-boxes-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px}
  body.iz-page-boxes-r91 .iz-box-card{min-height:442px;contain-intrinsic-size:225px 442px}
  body.iz-page-boxes-r91 .iz-box-card-image{height:160px;min-height:160px}
  body.iz-page-boxes-r91 .iz-box-card-image img{max-height:140px}
  body.iz-page-boxes-r91 .iz-box-card-actions{grid-template-columns:1fr}
  body.iz-page-boxes-r91 .iz-box-details,body.iz-page-boxes-r91 .iz-box-buy{min-height:40px}
  body.iz-page-boxes-r91 .iz-box-dialog-heading{grid-template-columns:90px minmax(0,1fr);gap:12px;min-height:128px;padding:17px 52px 14px 13px}
  body.iz-page-boxes-r91 .iz-box-dialog-image{width:90px;height:90px}
  body.iz-page-boxes-r91 .iz-box-dialog-image img{max-height:80px}
  body.iz-page-boxes-r91 .iz-box-reward-list{grid-template-columns:1fr;padding:10px}
}
@media(max-width:480px){
  body.iz-page-boxes-r91 .iz-boxes-grid{grid-template-columns:1fr}
  body.iz-page-boxes-r91 .iz-box-card{min-height:456px}
  body.iz-page-boxes-r91 .iz-box-card-image{height:176px;min-height:176px}
  body.iz-page-boxes-r91 .iz-box-card-image img{max-height:155px}
  body.iz-page-boxes-r91 .iz-box-card-actions{grid-template-columns:.82fr 1.18fr}
  body.iz-page-boxes-r91 .iz-box-dialog-heading{grid-template-columns:1fr;padding-right:52px;text-align:center}
  body.iz-page-boxes-r91 .iz-box-dialog-image{width:100%;height:112px}
  body.iz-page-boxes-r91 .iz-box-reward{grid-template-columns:50px minmax(0,1fr)}
  body.iz-page-boxes-r91 .iz-box-reward-image{width:48px;height:48px}
}
@media(prefers-reduced-motion:reduce){
  body.iz-page-boxes-r91 .iz-box-card,
  body.iz-page-boxes-r91 .iz-box-card-image img,
  body.iz-page-boxes-r91 .iz-boxes-primary-link,
  body.iz-page-boxes-r91 .iz-box-details,
  body.iz-page-boxes-r91 .iz-box-buy{transition:none!important;transform:none!important}
  body.iz-page-boxes-r91 .iz-box-buy.is-busy::after{animation-duration:1.5s}
}


/* R89 — separação clara entre caixas pagas e gratuitas. */
body.iz-page-boxes-r91 .iz-boxes-live-pill{
  display:inline-flex;
  min-height:52px;
  align-items:center;
  gap:9px;
  padding:0 15px;
  border:1px solid rgba(87,217,154,.32);
  border-radius:8px;
  color:#bdf4d7;
  background:linear-gradient(180deg,rgba(22,68,49,.78),rgba(7,18,14,.9));
  box-shadow:0 13px 30px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.045);
  font:900 8px/1 var(--font-mono,Consolas,monospace);
  letter-spacing:.08em;
}
body.iz-page-boxes-r91 .iz-boxes-live-pill i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#57d99a;
  box-shadow:0 0 14px #57d99a;
}
body.iz-page-boxes-r91 .iz-boxes-section-mark{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(229,69,82,.34);
  border-radius:6px;
  color:#f06b76;
  background:rgba(114,22,31,.18);
  font:900 8px var(--font-mono,Consolas,monospace);
  letter-spacing:.11em;
}
body.iz-page-boxes-r91 .iz-boxes-section.is-free{
  border-color:rgba(78,196,139,.22);
  background:
    radial-gradient(circle at 50% 0,rgba(45,151,104,.08),transparent 30%),
    linear-gradient(150deg,rgba(10,18,17,.97),rgba(6,11,12,.97));
}
body.iz-page-boxes-r91 .iz-boxes-section.is-free .iz-boxes-section-head small{color:#62d99c}
body.iz-page-boxes-r91 .iz-boxes-section.is-free .iz-boxes-section-mark{
  color:#8ce8ba;
  border-color:rgba(87,217,154,.38);
  background:rgba(25,105,72,.18);
}
body.iz-page-boxes-r91 .iz-box-card.is-free .iz-box-badge{
  color:#8ce8ba;
  border-color:rgba(87,217,154,.45);
  background:rgba(25,105,72,.18);
}
body.iz-page-boxes-r91 .iz-box-card.is-free:not(.is-daily) .iz-box-buy:not(.is-waiting){
  color:#07130e;
  border-color:#4bc887;
  background:linear-gradient(180deg,#76e0aa,#36a66f);
  text-shadow:none;
}
body.iz-page-boxes-r91 .iz-box-card.is-paid .iz-box-buy:not(.is-waiting){
  font-size:10px;
  letter-spacing:.07em;
}
body.iz-page-boxes-r91.iz-box-opening-lock .iz-boxes-page{overflow-y:hidden!important}
body.iz-box-opening-lock{overflow:hidden!important}

/* Resultado da abertura. O prêmio já foi confirmado pelo servidor; a faixa é
 * somente a apresentação visual desse mesmo resultado. */
body.iz-page-boxes-r91 .iz-box-opening[hidden]{display:none!important}
body.iz-page-boxes-r91 .iz-box-opening{
  position:fixed;
  z-index:10040;
  inset:0;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(1,3,5,.9);
  backdrop-filter:blur(10px);
  animation:iz-box-opening-backdrop-r91 .2s ease-out;
}
@keyframes iz-box-opening-backdrop-r91{from{opacity:0}to{opacity:1}}
body.iz-page-boxes-r91 .iz-box-opening-panel{
  position:relative;
  box-sizing:border-box;
  width:min(1040px,100%);
  max-height:calc(100vh - 36px);
  overflow:auto;
  overscroll-behavior:contain;
  padding:clamp(19px,3vw,34px);
  border:1px solid rgba(255,255,255,.18);
  border-top:3px solid #dc3c49;
  border-radius:13px;
  color:#f4f7f9;
  background:
    radial-gradient(circle at 50% 0,rgba(210,48,63,.14),transparent 33%),
    linear-gradient(180deg,#151b21,#070b0f 78%);
  box-shadow:0 44px 120px rgba(0,0,0,.86),inset 0 1px rgba(255,255,255,.04);
  scrollbar-width:thin;
  scrollbar-color:rgba(218,58,72,.62) rgba(6,10,14,.55);
  animation:iz-box-opening-panel-r91 .22s ease-out;
}
@keyframes iz-box-opening-panel-r91{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
body.iz-page-boxes-r91 .iz-box-opening-head{text-align:center}
body.iz-page-boxes-r91 .iz-box-opening-head small{
  color:#ef5865;
  font:900 9px var(--font-mono,Consolas,monospace);
  letter-spacing:.2em;
}
body.iz-page-boxes-r91 .iz-box-opening-head h2{
  margin:7px 0 0;
  color:#fff;
  font:clamp(27px,4vw,47px)/1 var(--font-display,'Russo One',Impact,sans-serif);
  text-transform:uppercase;
  text-shadow:0 8px 26px rgba(0,0,0,.66);
}
body.iz-page-boxes-r91 .iz-box-opening-stage{
  position:relative;
  margin-top:24px;
  padding:10px 0;
}
body.iz-page-boxes-r91 .iz-box-opening-window{
  position:relative;
  overflow:hidden;
  padding:10px 0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:
    linear-gradient(90deg,rgba(2,5,7,.98),transparent 12%,transparent 88%,rgba(2,5,7,.98)),
    linear-gradient(180deg,#0c1217,#070b0f);
  box-shadow:inset 0 0 36px rgba(0,0,0,.7),0 16px 36px rgba(0,0,0,.34);
}
body.iz-page-boxes-r91 .iz-box-opening-marker{
  position:absolute;
  z-index:5;
  top:0;
  bottom:0;
  left:50%;
  width:3px;
  transform:translateX(-50%);
  pointer-events:none;
  background:linear-gradient(180deg,transparent,#ff525f 18%,#fff 50%,#ff525f 82%,transparent);
  box-shadow:0 0 17px #ff4c5a,0 0 35px rgba(255,76,90,.55);
}
body.iz-page-boxes-r91 .iz-box-opening-marker::before,
body.iz-page-boxes-r91 .iz-box-opening-marker::after{
  content:"";
  position:absolute;
  left:50%;
  width:0;
  height:0;
  transform:translateX(-50%);
  border-left:8px solid transparent;
  border-right:8px solid transparent;
}
body.iz-page-boxes-r91 .iz-box-opening-marker::before{top:0;border-top:10px solid #ff4c5a}
body.iz-page-boxes-r91 .iz-box-opening-marker::after{bottom:0;border-bottom:10px solid #ff4c5a}
body.iz-page-boxes-r91 .iz-box-opening-track{
  display:flex;
  width:max-content;
  gap:9px;
  padding:0 calc(50% - 75px);
  will-change:transform;
}
body.iz-page-boxes-r91 .iz-box-opening-option{
  --reward-accent:#66c0f4;
  position:relative;
  display:grid;
  width:150px;
  min-width:150px;
  height:174px;
  grid-template-rows:118px minmax(0,1fr);
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--reward-accent) 54%,#2e3740);
  border-radius:8px;
  background:
    radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--reward-accent) 11%,transparent),transparent 52%),
    linear-gradient(180deg,#151c22,#090e12);
  box-shadow:inset 0 1px rgba(255,255,255,.035);
}
body.iz-page-boxes-r91 .iz-box-opening-option::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:var(--reward-accent);
  box-shadow:0 0 14px var(--reward-accent);
}
body.iz-page-boxes-r91 .iz-box-opening-option>span{
  display:grid;
  place-items:center;
  overflow:hidden;
  margin:8px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:6px;
  background:#080d11;
}
body.iz-page-boxes-r91 .iz-box-opening-option img{max-width:88%;max-height:100px;object-fit:contain;filter:drop-shadow(0 11px 12px #000)}
body.iz-page-boxes-r91 .iz-box-opening-option i{color:var(--reward-accent);font:36px var(--font-display,Impact,sans-serif);font-style:normal}
body.iz-page-boxes-r91 .iz-box-opening-option b{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding:7px 8px 10px;
  overflow:hidden;
  color:#eef2f4;
  text-align:center;
  font-size:10px;
  line-height:1.25;
  text-overflow:ellipsis;
  text-transform:uppercase;
}
body.iz-page-boxes-r91 .iz-box-opening-option.is-winner{
  border-color:#fff;
  box-shadow:0 0 0 2px var(--reward-accent),0 0 34px color-mix(in srgb,var(--reward-accent) 60%,transparent);
  filter:brightness(1.16);
}
body.iz-page-boxes-r91 .iz-box-opening-message{
  min-height:20px;
  margin:12px 0 0;
  color:#98a4ad;
  text-align:center;
  font:800 10px var(--font-mono,Consolas,monospace);
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.iz-page-boxes-r91 .iz-box-opening-result[hidden],
body.iz-page-boxes-r91 .iz-box-opening-close[hidden]{display:none!important}
body.iz-page-boxes-r91 .iz-box-opening-result{
  display:grid;
  width:min(520px,100%);
  grid-template-columns:104px minmax(0,1fr);
  align-items:center;
  gap:16px;
  box-sizing:border-box;
  margin:17px auto 0;
  padding:13px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:10px;
  background:linear-gradient(180deg,rgba(27,36,43,.96),rgba(9,14,18,.97));
  box-shadow:0 18px 45px rgba(0,0,0,.38);
  animation:iz-box-result-r91 .22s ease-out;
}
@keyframes iz-box-result-r91{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
body.iz-page-boxes-r91 .iz-box-opening-result-image{
  display:grid;
  width:100px;
  height:88px;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:#080d11;
}
body.iz-page-boxes-r91 .iz-box-opening-result-image img{max-width:91%;max-height:79px;object-fit:contain;filter:drop-shadow(0 10px 12px #000)}
body.iz-page-boxes-r91 .iz-box-opening-result-image span{color:#66c0f4;font:34px var(--font-display,Impact,sans-serif)}
body.iz-page-boxes-r91 .iz-box-opening-result small{
  display:block;
  color:#ef5865;
  font:900 8px var(--font-mono,Consolas,monospace);
  letter-spacing:.13em;
}
body.iz-page-boxes-r91 .iz-box-opening-result strong{
  display:block;
  margin-top:5px;
  color:#fff;
  font:clamp(18px,3vw,28px)/1.1 var(--font-display,'Russo One',Impact,sans-serif);
  text-transform:uppercase;
}
body.iz-page-boxes-r91 .iz-box-opening-result p{margin:6px 0 0;color:#9ba7b0;font-size:11px}
body.iz-page-boxes-r91 .iz-box-opening-close{
  display:flex;
  min-width:210px;
  min-height:44px;
  align-items:center;
  justify-content:center;
  margin:16px auto 0;
  border:1px solid rgba(255,101,112,.38);
  border-radius:8px;
  color:#fff;
  background:linear-gradient(180deg,#db3a47,#861923);
  box-shadow:0 12px 26px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.1);
  font:900 9px var(--font-mono,Consolas,monospace);
  letter-spacing:.08em;
  cursor:pointer;
}
body.iz-page-boxes-r91 .iz-box-opening-close:hover{filter:brightness(1.1);transform:translateY(-1px)}

@media(max-width:760px){
  body.iz-page-boxes-r91 .iz-boxes-live-pill{width:100%;box-sizing:border-box;justify-content:center}
  body.iz-page-boxes-r91 .iz-box-opening{padding:7px}
  body.iz-page-boxes-r91 .iz-box-opening-panel{max-height:calc(100vh - 14px);padding:16px 10px}
  body.iz-page-boxes-r91 .iz-box-opening-stage{margin-top:17px}
  body.iz-page-boxes-r91 .iz-box-opening-track{padding-inline:calc(50% - 59px);gap:7px}
  body.iz-page-boxes-r91 .iz-box-opening-option{width:118px;min-width:118px;height:148px;grid-template-rows:96px minmax(0,1fr)}
  body.iz-page-boxes-r91 .iz-box-opening-option img{max-height:79px}
  body.iz-page-boxes-r91 .iz-box-opening-result{grid-template-columns:78px minmax(0,1fr);gap:11px;padding:10px}
  body.iz-page-boxes-r91 .iz-box-opening-result-image{width:76px;height:70px}
  body.iz-page-boxes-r91 .iz-box-opening-result-image img{max-height:63px}
}
@media(max-width:480px){
  body.iz-page-boxes-r91 .iz-boxes-section-head{align-items:flex-start;gap:10px}
  body.iz-page-boxes-r91 .iz-boxes-section-mark{margin-top:4px}
  body.iz-page-boxes-r91 .iz-box-opening-head h2{font-size:25px}
  body.iz-page-boxes-r91 .iz-box-opening-result strong{font-size:17px}
}
@media(prefers-reduced-motion:reduce){
  body.iz-page-boxes-r91 .iz-box-opening,
  body.iz-page-boxes-r91 .iz-box-opening-panel,
  body.iz-page-boxes-r91 .iz-box-opening-result{animation:none!important}
}

/* R89 final — modos nunca se misturam e o card mantém somente o valor na ação. */
body.iz-page-boxes-r91 .iz-boxes-section.is-paid{
  border-color:rgba(207,58,72,.25);
  background:
    radial-gradient(circle at 50% 0,rgba(194,39,54,.095),transparent 31%),
    linear-gradient(150deg,rgba(12,16,21,.98),rgba(7,10,13,.98));
}
body.iz-page-boxes-r91 .iz-boxes-section.is-paid .iz-boxes-section-mark{
  color:#f27983;
  border-color:rgba(229,69,82,.38);
  background:rgba(114,22,31,.2);
}
body.iz-page-boxes-r91 .iz-box-cooldown-label{
  min-width:0;
  overflow:hidden;
  color:#d8b85f;
  font:900 7px/1.2 var(--font-mono,Consolas,monospace);
  letter-spacing:.055em;
  text-align:right;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.iz-page-boxes-r91 .iz-box-card.is-paid .iz-box-badge{
  color:#f27983;
  border-color:rgba(229,69,82,.44);
  background:rgba(114,22,31,.22);
}
body.iz-page-boxes-r91 .iz-box-card.is-free .iz-box-badge{
  color:#8ce8ba;
  border-color:rgba(87,217,154,.45);
  background:rgba(25,105,72,.18);
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-daily .iz-box-badge{
  color:#f0ca60;
  border-color:rgba(224,183,71,.52);
  background:rgba(108,82,18,.19);
}
@media(max-width:480px){
  body.iz-page-boxes-r91 .iz-box-cooldown-label{font-size:6.5px}
}


/* R91 — todas as caixas na mesma vitrine; a grátis abre a grade em dourado. */
body.iz-page-boxes-r91 .iz-boxes-section.is-all{
  border-color:rgba(201,58,70,.3);
  background:
    radial-gradient(circle at 50% 0,rgba(194,39,54,.085),transparent 31%),
    linear-gradient(150deg,rgba(12,16,21,.98),rgba(7,10,13,.98));
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured{
  --box-accent:#e0b747!important;
  border:2px solid rgba(224,183,71,.94);
  background:
    radial-gradient(circle at 50% 24%,rgba(224,183,71,.2),transparent 43%),
    linear-gradient(180deg,#1a1710 0%,#100e0b 57%,#090b0d 100%);
  box-shadow:
    0 0 0 1px rgba(255,225,128,.14),
    0 0 27px rgba(224,183,71,.24),
    0 22px 48px rgba(0,0,0,.46),
    inset 0 1px rgba(255,246,199,.12);
  animation:iz-box-free-gold-r91 2.7s ease-in-out infinite;
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured::before{
  height:4px;
  opacity:1;
  background:linear-gradient(90deg,#76530c 0%,#f1ce67 35%,#fff0a4 52%,#dcae35 73%,#76530c 100%);
  box-shadow:0 0 18px rgba(238,196,82,.74);
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured .iz-box-card-glow{
  width:270px;
  height:270px;
  background:#e0b747;
  opacity:.18;
  filter:blur(48px);
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured .iz-box-card-image{
  border-color:rgba(224,183,71,.5);
  background:
    radial-gradient(circle,rgba(245,211,111,.15),transparent 52%),
    linear-gradient(180deg,#17150f,#090c0f);
  box-shadow:inset 0 0 26px rgba(224,183,71,.08);
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured .iz-box-badge{
  color:#ffe99c;
  border-color:rgba(238,202,100,.8);
  background:linear-gradient(145deg,rgba(130,91,15,.66),rgba(48,31,5,.86));
  box-shadow:0 0 14px rgba(224,183,71,.2),inset 0 1px rgba(255,255,255,.12);
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured .iz-box-buy:not(.is-waiting){
  color:#211804;
  border-color:#f0cf6a;
  background:linear-gradient(180deg,#f1d36f,#bb851c);
  text-shadow:0 1px rgba(255,255,255,.32);
  box-shadow:0 0 17px rgba(224,183,71,.24),inset 0 1px rgba(255,255,255,.4);
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured:hover{
  border-color:#f4d778;
  box-shadow:
    0 0 0 1px rgba(255,232,149,.22),
    0 0 36px rgba(224,183,71,.32),
    0 28px 58px rgba(0,0,0,.5),
    inset 0 1px rgba(255,248,214,.16);
}
@keyframes iz-box-free-gold-r91{
  0%,100%{filter:brightness(1);box-shadow:0 0 0 1px rgba(255,225,128,.14),0 0 22px rgba(224,183,71,.2),0 22px 48px rgba(0,0,0,.46),inset 0 1px rgba(255,246,199,.12)}
  50%{filter:brightness(1.045);box-shadow:0 0 0 1px rgba(255,225,128,.2),0 0 35px rgba(224,183,71,.34),0 22px 48px rgba(0,0,0,.46),inset 0 1px rgba(255,246,199,.16)}
}
@media(prefers-reduced-motion:reduce){
  body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured{animation:none!important}
}


/* =============================================================
 * InsaneZ R91 — vitrine compacta, fundo vermelho e roleta central.
 * ============================================================= */
body.iz-page-boxes-r91 .iz-boxes-page{
  background:
    radial-gradient(ellipse at 50% -8%,rgba(224,39,54,.22),transparent 42%),
    radial-gradient(circle at 8% 55%,rgba(139,19,31,.15),transparent 32%),
    radial-gradient(circle at 93% 30%,rgba(94,11,22,.18),transparent 35%),
    linear-gradient(145deg,#050608 0%,#10070a 48%,#05070a 100%);
}
body.iz-page-boxes-r91 .iz-boxes-page::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.62;
  background:
    linear-gradient(90deg,transparent,rgba(226,50,64,.035) 50%,transparent),
    repeating-linear-gradient(0deg,transparent 0 6px,rgba(255,255,255,.008) 6px 7px);
  mask-image:linear-gradient(#000,rgba(0,0,0,.55));
}
body.iz-page-boxes-r91 .iz-boxes-shell{
  width:min(1180px,calc(100% - 28px));
  margin:0 auto;
}
body.iz-page-boxes-r91 .iz-boxes-section{
  width:100%;
  box-sizing:border-box;
  margin:0 auto;
  padding:18px;
  border-color:rgba(214,53,66,.42);
  background:
    radial-gradient(ellipse at 50% 0,rgba(207,39,54,.13),transparent 38%),
    linear-gradient(155deg,rgba(17,10,13,.98),rgba(6,9,12,.99) 62%);
  box-shadow:0 26px 72px rgba(0,0,0,.48),0 0 34px rgba(139,18,29,.09),inset 0 1px rgba(255,255,255,.035);
}
body.iz-page-boxes-r91 .iz-boxes-section-head{
  min-height:54px;
  margin-bottom:15px;
  padding:0 2px 12px;
}
body.iz-page-boxes-r91 .iz-boxes-section-head h2{
  font-size:clamp(27px,2.4vw,35px);
}
body.iz-page-boxes-r91 .iz-boxes-section-head small,
body.iz-page-boxes-r91 .iz-boxes-section-mark{
  font-size:9px;
  letter-spacing:.13em;
}
body.iz-page-boxes-r91 .iz-boxes-grid{
  grid-template-columns:repeat(auto-fit,minmax(185px,200px));
  justify-content:center;
  gap:12px;
}
body.iz-page-boxes-r91 .iz-box-card{
  width:100%;
  max-width:200px;
  min-height:318px;
  box-sizing:border-box;
  border-color:rgba(195,53,65,.34);
  background:
    radial-gradient(circle at 50% 25%,rgba(206,43,57,.15),transparent 43%),
    linear-gradient(180deg,#1a0d11 0%,#0e0d11 55%,#070b0e 100%);
  box-shadow:0 16px 34px rgba(0,0,0,.4),0 0 18px rgba(173,27,40,.07),inset 0 1px rgba(255,255,255,.035);
  contain-intrinsic-size:200px 318px;
}
body.iz-page-boxes-r91 .iz-box-card:hover{
  transform:translateY(-3px);
  border-color:rgba(231,68,81,.74);
  box-shadow:0 24px 46px rgba(0,0,0,.48),0 0 26px rgba(211,45,58,.18),inset 0 1px rgba(255,255,255,.04);
}
body.iz-page-boxes-r91 .iz-box-card-glow{
  top:42px;
  width:166px;
  height:166px;
  background:#d53442;
  opacity:.1;
  filter:blur(38px);
}
body.iz-page-boxes-r91 .iz-box-card-head{
  min-height:31px;
  box-sizing:border-box;
  padding:6px 7px 4px;
}
body.iz-page-boxes-r91 .iz-box-badge{
  min-height:21px;
  padding:0 7px;
  font-size:9px;
}
body.iz-page-boxes-r91 .iz-box-cooldown-label{
  font-size:7.6px;
  letter-spacing:.055em;
}
body.iz-page-boxes-r91 .iz-box-card-image{
  height:112px;
  min-height:112px;
  box-sizing:border-box;
  margin:0 7px;
  border-color:rgba(207,53,66,.25);
  background:
    radial-gradient(circle,rgba(214,49,63,.12),transparent 55%),
    linear-gradient(180deg,#150c10,#080b0e);
}
body.iz-page-boxes-r91 .iz-box-card-image img{
  max-width:86%;
  max-height:100px;
}
body.iz-page-boxes-r91 .iz-box-card-copy{
  min-height:52px;
  box-sizing:border-box;
  padding:8px 8px 4px;
  justify-content:center;
}
body.iz-page-boxes-r91 .iz-box-card-copy h2{
  min-height:29px;
  max-height:32px;
  margin:0;
  font-size:15px;
  line-height:1.08;
}
body.iz-page-boxes-r91 .iz-box-preview{
  min-height:38px;
  box-sizing:border-box;
  gap:4px;
  margin:0 7px 7px;
  padding:4px;
  border-color:rgba(202,55,68,.2);
  background:rgba(7,8,11,.72);
}
body.iz-page-boxes-r91 .iz-box-preview>span{
  width:28px;
  height:28px;
  flex-basis:28px;
}
body.iz-page-boxes-r91 .iz-box-card-actions{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  min-height:45px;
  box-sizing:border-box;
  gap:5px;
  padding:0 7px 7px;
}
body.iz-page-boxes-r91 .iz-box-details,
body.iz-page-boxes-r91 .iz-box-buy{
  min-height:38px;
  padding:0 6px;
  font-size:12px;
  line-height:1.1;
  letter-spacing:.035em;
}
body.iz-page-boxes-r91 .iz-box-details{
  border-color:rgba(213,57,70,.27);
  background:linear-gradient(180deg,#211317,#0e1115);
}
body.iz-page-boxes-r91 .iz-box-card.is-paid .iz-box-buy:not(.is-waiting){
  font-size:12.5px;
  border-color:rgba(239,74,87,.55);
  background:linear-gradient(180deg,#e03a48,#8d1722);
  box-shadow:0 0 15px rgba(213,52,66,.14),inset 0 1px rgba(255,255,255,.12);
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured{
  max-width:200px;
  border-width:2px;
  background:
    radial-gradient(circle at 50% 23%,rgba(240,202,96,.22),transparent 44%),
    linear-gradient(180deg,#1d180e 0%,#100e0b 58%,#080b0e 100%);
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured .iz-box-card-glow{
  width:176px;
  height:176px;
  opacity:.2;
}
body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured .iz-box-card-image{
  border-color:rgba(231,193,83,.56);
}

/* Caixa de prêmios e textos: centralizados e legíveis. */
body.iz-page-boxes-r91 .iz-box-dialog{
  margin:auto;
  width:min(760px,calc(100vw - 28px));
}
body.iz-page-boxes-r91 .iz-box-dialog-heading{
  grid-template-columns:130px minmax(0,1fr);
  min-height:155px;
  gap:18px;
  padding:20px 58px 18px 20px;
  text-align:center;
}
body.iz-page-boxes-r91 .iz-box-dialog-image{
  width:130px;
  height:112px;
}
body.iz-page-boxes-r91 .iz-box-dialog-image img{max-height:100px}
body.iz-page-boxes-r91 .iz-box-dialog-heading small{font-size:9px}
body.iz-page-boxes-r91 .iz-box-dialog-heading h2{font-size:clamp(24px,3.6vw,36px)}
body.iz-page-boxes-r91 .iz-box-reward-list{
  justify-content:center;
}
body.iz-page-boxes-r91 .iz-box-reward{
  text-align:center;
}
body.iz-page-boxes-r91 .iz-box-reward strong{font-size:12px}
body.iz-page-boxes-r91 .iz-box-dialog-close{font-size:28px}

/* A roleta é movida para o body pelo JS e fica no centro real da janela. */
body.iz-page-boxes-r91 .iz-box-opening{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  box-sizing:border-box;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:18px!important;
  background:rgba(2,2,4,.92);
  backdrop-filter:blur(11px);
}
body.iz-page-boxes-r91 .iz-box-opening[hidden]{display:none!important}
body.iz-page-boxes-r91 .iz-box-opening-panel{
  width:min(760px,calc(100vw - 36px));
  max-height:calc(100dvh - 36px);
  margin:auto!important;
  padding:24px;
  border-color:rgba(225,62,75,.5);
  border-top:3px solid #e13d4b;
  background:
    radial-gradient(ellipse at 50% 0,rgba(221,49,64,.2),transparent 38%),
    linear-gradient(180deg,#1a0e12,#080b0e 80%);
  box-shadow:0 45px 125px rgba(0,0,0,.9),0 0 46px rgba(190,34,48,.19),inset 0 1px rgba(255,255,255,.05);
}
body.iz-page-boxes-r91 .iz-box-opening-head small{font-size:10px}
body.iz-page-boxes-r91 .iz-box-opening-head h2{font-size:clamp(26px,4vw,42px)}
body.iz-page-boxes-r91 .iz-box-opening-stage{margin-top:18px}
body.iz-page-boxes-r91 .iz-box-opening-track{
  padding-inline:calc(50% - 66px);
  gap:8px;
}
body.iz-page-boxes-r91 .iz-box-opening-option{
  width:132px;
  min-width:132px;
  height:158px;
  grid-template-rows:105px minmax(0,1fr);
}
body.iz-page-boxes-r91 .iz-box-opening-option img{max-height:88px}
body.iz-page-boxes-r91 .iz-box-opening-option b{font-size:11px}
body.iz-page-boxes-r91 .iz-box-opening-message{font-size:11px}
body.iz-page-boxes-r91 .iz-box-opening-result{
  width:min(500px,100%);
  grid-template-columns:92px minmax(0,1fr);
  text-align:center;
}
body.iz-page-boxes-r91 .iz-box-opening-result-image{
  width:88px;
  height:78px;
}
body.iz-page-boxes-r91 .iz-box-opening-result small{font-size:9px}
body.iz-page-boxes-r91 .iz-box-opening-result strong{font-size:clamp(19px,3vw,27px)}
body.iz-page-boxes-r91 .iz-box-opening-result p{font-size:12px}
body.iz-page-boxes-r91 .iz-box-opening-close{
  min-width:220px;
  min-height:46px;
  font-size:13px;
  letter-spacing:.06em;
}

/* A única confirmação de caixa paga segue a identidade InsaneZ e não exibe quantidade. */
body.iz-page-boxes-r91~#iz-modern-confirm .iz-confirm-card{
  border-color:rgba(215,55,69,.58);
  background:linear-gradient(155deg,#1b1014,#090c10)!important;
  box-shadow:0 34px 95px rgba(0,0,0,.78),0 0 36px rgba(198,35,49,.18)!important;
}
body.iz-page-boxes-r91~#iz-modern-confirm .iz-confirm-kicker{color:#ef5764}
body.iz-page-boxes-r91~#iz-modern-confirm .iz-confirm-title{font-size:clamp(25px,4vw,36px)}
body.iz-page-boxes-r91~#iz-modern-confirm .iz-confirm-body,
body.iz-page-boxes-r91~#iz-modern-confirm .iz-confirm-detail{font-size:13px}
body.iz-page-boxes-r91~#iz-modern-confirm .iz-confirm-actions button{font-size:13px;min-height:46px}

@media(max-width:760px){
  body.iz-page-boxes-r91 .iz-boxes-shell{width:min(100% - 18px,1180px)}
  body.iz-page-boxes-r91 .iz-boxes-section{padding:13px}
  body.iz-page-boxes-r91 .iz-boxes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  body.iz-page-boxes-r91 .iz-box-card{max-width:none;min-height:310px}
  body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured{max-width:none}
  body.iz-page-boxes-r91 .iz-box-card-image{height:106px;min-height:106px}
  body.iz-page-boxes-r91 .iz-box-card-image img{max-height:94px}
  body.iz-page-boxes-r91 .iz-box-card-copy h2{font-size:13px}
  body.iz-page-boxes-r91 .iz-box-details,
  body.iz-page-boxes-r91 .iz-box-buy{font-size:11px;min-height:38px}
  body.iz-page-boxes-r91 .iz-box-opening{padding:8px!important}
  body.iz-page-boxes-r91 .iz-box-opening-panel{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);padding:16px 10px}
  body.iz-page-boxes-r91 .iz-box-dialog-heading{grid-template-columns:1fr;padding:48px 16px 16px;justify-items:center}
}
@media(max-width:480px){
  body.iz-page-boxes-r91 .iz-boxes-grid{grid-template-columns:1fr}
  body.iz-page-boxes-r91 .iz-box-card,
  body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured{width:min(220px,100%);max-width:220px;justify-self:center}
  body.iz-page-boxes-r91 .iz-box-card-copy h2{font-size:15px}
  body.iz-page-boxes-r91 .iz-box-details,
  body.iz-page-boxes-r91 .iz-box-buy{font-size:11px}
}

/* ============================================================
   R93 — PATCH CAIXAS
   - Sem segunda janela atrás das caixas.
   - Cards começam na esquerda da primeira janela da página.
   - VER PRÊMIOS restaurado e chances visíveis.
   - Roleta centralizada no viewport real.
   ============================================================ */
body.iz-page-boxes-r91 .iz-boxes-shell{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:0 clamp(14px,1.45vw,24px) 48px!important;
}
body.iz-page-boxes-r91 .iz-boxes-catalog-head{
  min-height:58px!important;
  margin:0 0 14px!important;
  padding:0 2px 12px!important;
}
body.iz-page-boxes-r91 .iz-boxes-grid{
  grid-template-columns:repeat(auto-fill,200px)!important;
  justify-content:start!important;
  align-content:start!important;
  align-items:stretch!important;
  gap:12px!important;
}
body.iz-page-boxes-r91 .iz-box-card{
  width:200px!important;
  max-width:200px!important;
}
body.iz-page-boxes-r91 .iz-box-card-actions,
body.iz-page-boxes-r91 .iz-box-card-actions.is-single-action{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
}
body.iz-page-boxes-r91 .iz-box-card .iz-box-card-actions .iz-box-details{
  display:flex!important;
}

/* Janela de prêmios: imagem, nome e porcentagem configurada no catálogo. */
body.iz-page-boxes-r91 .iz-box-reward{
  grid-template-columns:58px minmax(0,1fr)!important;
}
body.iz-page-boxes-r91 .iz-box-reward-copy{
  display:grid;
  min-width:0;
  justify-items:center;
  align-content:center;
  gap:7px;
  text-align:center;
}
body.iz-page-boxes-r91 .iz-box-reward-copy>strong{
  display:block;
  width:100%;
  min-width:0;
  overflow-wrap:anywhere;
  color:#eef2f4;
  font-size:12px;
  line-height:1.3;
}
body.iz-page-boxes-r91 .iz-box-reward-chance{
  display:inline-flex;
  min-height:25px;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 9px;
  border:1px solid color-mix(in srgb,var(--reward-accent) 55%,#303841);
  border-radius:6px;
  color:#f5f7f8;
  background:color-mix(in srgb,var(--reward-accent) 12%,#090e12);
  box-shadow:inset 0 1px rgba(255,255,255,.035);
}
body.iz-page-boxes-r91 .iz-box-reward-chance small{
  color:#8e9aa3;
  font:900 8px/1 var(--font-mono,Consolas,monospace);
  letter-spacing:.08em;
}
body.iz-page-boxes-r91 .iz-box-reward-chance b{
  color:var(--reward-accent);
  font:900 12px/1 var(--font-mono,Consolas,monospace);
}

/* Top layer + centro do viewport: somente a roleta fica centralizada. */
body.iz-page-boxes-r91 dialog.iz-box-opening{
  position:fixed!important;
  inset:0!important;
  z-index:2147483647!important;
  box-sizing:border-box!important;
  width:100vw!important;
  max-width:none!important;
  height:100vh!important;
  height:100dvh!important;
  max-height:none!important;
  margin:0!important;
  padding:18px!important;
  border:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:transparent!important;
  color:inherit!important;
  transform:none!important;
  translate:none!important;
  filter:none!important;
  contain:none!important;
  isolation:isolate!important;
}
body.iz-page-boxes-r91 dialog.iz-box-opening:not([open]),
body.iz-page-boxes-r91 dialog.iz-box-opening[hidden]{
  display:none!important;
}
body.iz-page-boxes-r91 dialog.iz-box-opening[open]:not([hidden]){
  display:block!important;
}
body.iz-page-boxes-r91 dialog.iz-box-opening::backdrop{
  background:rgba(2,2,4,.92);
  -webkit-backdrop-filter:blur(11px);
  backdrop-filter:blur(11px);
}
body.iz-page-boxes-r91 dialog.iz-box-opening>.iz-box-opening-panel{
  position:fixed!important;
  left:50vw!important;
  top:50vh!important;
  top:50dvh!important;
  right:auto!important;
  bottom:auto!important;
  width:min(760px,calc(100vw - 36px))!important;
  max-width:760px!important;
  max-height:calc(100vh - 36px)!important;
  max-height:calc(100dvh - 36px)!important;
  box-sizing:border-box!important;
  margin:0!important;
  transform:translate(-50%,-50%)!important;
  translate:none!important;
}

@media(max-width:760px){
  body.iz-page-boxes-r91 .iz-boxes-shell{
    padding:0 10px 36px!important;
  }
  body.iz-page-boxes-r91 .iz-boxes-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  body.iz-page-boxes-r91 .iz-box-card,
  body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured{
    width:100%!important;
    max-width:none!important;
  }
  body.iz-page-boxes-r91 .iz-box-card-actions,
  body.iz-page-boxes-r91 .iz-box-card-actions.is-single-action{
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  }
  body.iz-page-boxes-r91 dialog.iz-box-opening{
    padding:8px!important;
  }
  body.iz-page-boxes-r91 dialog.iz-box-opening>.iz-box-opening-panel{
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
    max-height:calc(100vh - 16px)!important;
    max-height:calc(100dvh - 16px)!important;
  }
}
@media(max-width:480px){
  body.iz-page-boxes-r91 .iz-boxes-grid{
    grid-template-columns:1fr!important;
  }
  body.iz-page-boxes-r91 .iz-box-card,
  body.iz-page-boxes-r91 .iz-box-card.is-free.is-featured{
    width:min(220px,100%)!important;
    max-width:220px!important;
    justify-self:start!important;
  }
  body.iz-page-boxes-r91 .iz-box-reward{
    grid-template-columns:50px minmax(0,1fr)!important;
  }
}

