.z118a7 { background: var(--bg-dark); color: var( --color-text); border-radius: 12px; overflow: hidden; max-width: 800px; margin: 0 auto; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.z118a7[home] { max-width: 100%; }
.z9bddb { padding: 15px 20px; border-bottom: 1px solid var(--color-accent); display: flex; align-items: center; }
.z037c9 { width: 8px; height: 8px; background: #00ff41; border-radius: 50%; margin-right: 10px; box-shadow: 0 0 8px #00ff41; animation: pulse 1.5s infinite; }
.z9aa6e { min-height: 400px; position: relative; }
[home] .z9aa6e {text-align: center;}
.grid-row { display: grid; grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr; padding: 12px 20px; align-items: center; }
.header-row { background: var(--color-accent); color: var( --color-text); font-size: 12px; font-weight: 700; text-transform: uppercase; }

[home] .header-row {
    text-align:center;
}

.z81ae6 { border-bottom: 1px solid var(--color-accent); font-size: 14px; transition: all 0.5s ease; opacity: 1; transform: translateY(0); }
.hide-block { opacity: 0; transform: translateY(-10px); }

.z45b7e { color: var( --color-text); font-weight: 700; }
.zc1cb4 { color: #ffd700; text-shadow: 0 0 5px rgba(255,215,0,0.3); }

.zaa50f { color: #00ff41; font-weight: 700; }

.zc4e79 { color: #ff3b3b; font-weight: 700; text-shadow: 0 0 8px rgba(255, 59, 59, 0.3);; }

.z83136 { color: var( --color-text); }
.zd86dd { color: var( --color-text); }
.z670de { display: flex; align-items: center; }
[home] .z670de {  flex-direction: column; }
[home] .z670de img {width:auto; height:40px; margin-right:10px; vertical-align:middle;}

.z322d4 { display:inline-block; width:16px; height:16px; background:#353c52; margin-right:8px; border-radius:4px; }

@keyframes pulse { 50% { opacity: 0.5; } }
@media(max-width:600px) { .grid-row { grid-template-columns: 1.5fr 1.5fr 1fr 1fr; } .z45b7e, .h-coeff { display: none; } }

.z69059 { display: flex; gap: 15px; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.z84510 { cursor: pointer; color: var( --color-text); transition: color 0.3s; position: relative; }
.z84510.z91339 { color: var( --color-text); border-bottom: 2px solid var( --color-text); }
.z84510:hover { color: var( --color-text); }

.z9aa6e[data-active-tab="high"] .z81ae6:not([data-high]) { display: none; }
.z9aa6e[data-active-tab="lucky"] .z81ae6:not([data-lucky]) { display: none; }