



:root{
  --tg-app:#ff5f5f; --tg-app-bg:rgba(255,95,95,.16); --tg-app-br:rgba(255,95,95,.48);
}
html.cp-light{
  --tg-app:#c81e1e; --tg-app-bg:rgba(200,30,30,.10); --tg-app-br:rgba(200,30,30,.32);
}



#cpBig .cp-big-win{
  width:min(1280px,95vw) !important;
  height:min(93vh,1080px) !important;
}
@media (max-width:860px){
  #cpBig .cp-big-win{width:96vw !important;height:93vh !important}
}



.cp71-wrap{margin-top:26px}

.cp71-block{
  margin-top:20px;
  padding:20px clamp(16px,2vw,24px);
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
}
.cp71-block h4{
  font:800 13px/1.3 'Poppins',system-ui,Arial,sans-serif;
  letter-spacing:.06em;text-transform:uppercase;
  color:#ffd7e7;
  margin:0 0 14px;
}


.cp71-tlist{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px}
@media (max-width:840px){.cp71-tlist{grid-template-columns:1fr}}

.cp71-threat{
  padding:11px 14px;
  background:rgba(255,95,95,.07);
  border-left:2px solid rgba(255,95,95,.55);
  border-radius:0 10px 10px 0;
}
.cp71-tname{
  font:800 13px/1.35 'Poppins',system-ui,Arial,sans-serif;
  color:#ffe3e3;
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  margin-bottom:4px;
}
.cp71-asi{
  padding:2px 7px;border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  color:#f0dfe8;
  font:800 9.5px/1.5 'Poppins',system-ui,Arial,sans-serif;letter-spacing:.06em;
}
.cp71-threat p{font-size:12.8px;line-height:1.5;margin:0;color:#e2d3dd}

.cp71-note{font-size:11.5px;line-height:1.5;margin:13px 0 0;color:#c0abb8}


.cp71-prod{
  padding:13px 15px;
  margin-bottom:10px;
  background:rgba(74,222,154,.06);
  border-left:2px solid rgba(74,222,154,.5);
  border-radius:0 10px 10px 0;
}
.cp71-prod:last-child{margin-bottom:0}
.cp71-pname{
  font:800 13.5px/1.35 'Poppins',system-ui,Arial,sans-serif;
  color:#dcffee;margin-bottom:4px;
}
.cp71-prod p{font-size:12.8px;line-height:1.55;margin:0 0 9px;color:#e2d3dd}

.cp71-go{
  appearance:none;cursor:pointer;
  padding:6px 13px;border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.24);
  color:#ffd7e7;
  font:800 11px/1.5 'Poppins',system-ui,Arial,sans-serif;letter-spacing:.03em;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.cp71-go:hover{background:#ee0c5d;border-color:#ee0c5d;color:#fff;transform:translateY(-1px)}
.cp71-go:focus-visible{outline:2px solid #ff6aa6;outline-offset:2px}
