<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cg-filters { display:flex; flex-wrap:wrap; gap:8px 16px; margin-bottom:24px; justify-content:center; }
.filter-pill { background:#fff; border:1px solid #ddd; border-radius:24px; padding:8px 16px; cursor:pointer; font-size:14px; transition:background .2s,color .2s,border-color .2s; }
.filter-pill:hover { border-color:#bbb; }
.filter-pill.active { background:#43a047; border-color:#43a047; color:#fff; }

/* Card */
.crash-card { padding:20px; border-radius:12px; color:#fff; background-size:cover; margin:20px auto; position:relative; max-width:600px; font-family:sans-serif; }
.cc-header{display:flex;justify-content:space-between;}
.cc-logo{text-align:center;margin:10px 0;} .cc-logo img{max-height:60px;}
.cc-pill{background:rgba(0,0,0,0.5);padding:4px 8px;margin-right:6px;border-radius:4px;}
.cc-pills{display:flex;justify-content:center;margin:10px 0;}
.cc-multiplier{font-size:72px;text-align:center;margin:10px 0;}
.cc-multiplier.crashed{color:#f44336;}
.cc-bets-panel{display:flex;justify-content:center;gap:10px;margin:20px 0;}
.cc-bet-btn{background:#1e88e5;border:none;color:#fff;padding:8px 14px;border-radius:6px;cursor:pointer;}
.cc-users-table { width:100%; border-collapse:collapse; margin-bottom:20px; }
.cc-users-table th, .cc-users-table td { background:rgba(0,0,0,0.3); padding:8px; text-align:center; }
.cc-users-table th { font-weight:bold; }
.cc-players{position:absolute;bottom:60px;left:20px;font-size:14px;}
.cc-footer{display:flex;justify-content:center;gap:20px;}
.cc-play-btn{background:#43a047;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;}
.cc-demo-btn{background:#fdd835;color:#000;padding:12px 24px;border-radius:8px;border:none;cursor:pointer;}

/* Responsive */
@media(max-width:768px){
  .cg-filters{flex-direction:column;align-items:flex-start;}
  .filter-pill{margin-bottom:8px;}
  .crash-card{width:100%;padding:10px;}
  .cc-multiplier{font-size:36px;}
  .cc-bet-btn{padding:6px 10px;font-size:12px;}
  .cc-play-btn,.cc-demo-btn{padding:10px 16px;font-size:14px;}
  .cc-pill{padding:2px 6px;font-size:12px;}
}


/* Fake bottom bets pills */
.cc-fake-bets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
}
.cc-fake-icon {
  width: 20px;
  height: 20px;
}
.cc-fake-pill {
  background: #25223f;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}
/* ÐÐ²Ð°Ñ‚Ð°Ñ€ Ð´ÐµÐ¼Ð¾-ÑŽÐ·ÐµÑ€Ð° Ð² Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ðµ */
.cc-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 6px;
}
.crash-card {
  position: relative;
  padding-bottom: 240px;
}
.cc-fake-bets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
  background: #1b1a3a;
  border-top:   1px solid #2a293f;
  border-bottom:1px solid #2a293f;
}
.cc-fake-icon {
  width: 20px;
  height: 20px;
}
.cc-fake-pill {
  background: #25223f;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.cc-footer-panel {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  background: #141032;
  padding: 12px 10px;
  box-sizing: border-box;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cc-play-btn,
.cc-demo-btn {
  width: 100%;
  padding: 14px 0;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.cc-play-btn { background: #43a047; color: #fff; }
.cc-demo-btn { background: #fdd835; color: #000; }

/* Tab Players/Chat */
.cc-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
}
.cc-nav span { color: #888; cursor: pointer; }
.cc-nav span.active { color: #fff; }

/* ÐœÐ¾Ð±Ð¸Ð»ÐºÐ° */
@media (max-width:768px) {
  .cc-fake-bets { flex-wrap: wrap; }
  .cc-fake-pill { padding:2px 6px; font-size:12px; }
  .cc-play-btn, .cc-demo-btn { font-size:14px; padding:10px 0; }
}
.cc-timer.cc-pill {
  background: rgba(255,255,255,0.1) !important;
  color: #fff !important;
  padding: 4px 12px !important;
  border-radius: 16px !important;
  font-size: 14px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4) !important;
}
.cc-online {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
}
.cc-online-dot {
  width: 10px;
  height: 10px;
  background: #4caf50;
  border-radius: 50%;
}
.cc-online-label { font-weight: 500; }
.cc-online-count { font-weight: bold; }
.pill-online {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08); /* ÑÐ»ÐµÐ³ÐºÐ° ÑÐ²ÐµÑ‚Ð»Ñ‹Ð¹ Ð¼Ð°Ñ‚Ð¾Ð²Ñ‹Ð¹ Ñ„Ð¾Ð½ */
  padding: 4px 12px;
  border-radius: 20px;
  backdrop-filter: blur(4px);            /* ÐµÑÐ»Ð¸ Ð½ÑƒÐ¶ÐµÐ½ Ð»Ñ‘Ð³ÐºÐ¸Ð¹ Ñ€Ð°Ð·Ð¼Ñ‹Ð²Ð°ÑŽÑ‰Ð¸Ð¹ ÑÑ„Ñ„ÐµÐºÑ‚ */
}

/* Ð”Ð¸Ð¾Ð´ â€” Ð¼Ð°Ð»ÐµÐ½ÑŒÐºÐ¸Ð¹ ÐºÑ€ÑƒÐ³ ÑÐ¾ ÑÐ²ÐµÑ‡ÐµÐ½Ð¸ÐµÐ¼ */
.pill-online .cc-online-dot {
  width: 10px;
  height: 10px;
  background: #4caf50;                   /* ÑÑ€ÐºÐ¾-Ð·ÐµÐ»Ñ‘Ð½Ñ‹Ð¹ */
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(76,175,80,0.8);
}

/* Ð›ÐµÐ¹Ð±Ð» Ð¸ Ñ‡Ð¸ÑÐ»Ð¾ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ð¿Ð¸Ð»ÑŽÐ»Ð¸ */
.pill-online .cc-online-label {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.pill-online .cc-online-count {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}</pre></body></html>