.bf967a {
    background: #080d0a; color: #ffffff; border-radius: 12px; overflow: hidden;
    max-width: 800px; margin: 20px auto; box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    font-family: sans-serif;
}
.b48ee9 { padding: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.b48ee9 h3 { margin: 0 0 15px; text-align: center; color: #17e882; }
.b8addb { margin-bottom: 15px; }
.b8addb label { display: block; margin-bottom: 5px; font-size: 14px; color: #8da2b5; }
.ba7014 { display: flex; align-items: center; background: rgba(0,0,0,0.2); border-radius: 6px; padding: 0 10px; border: 1px solid rgba(255,255,255,0.1); }
.ba7014 input { background: transparent; border: none; color: #ffffff; padding: 10px; width: 100%; font-size: 16px; outline: none; }
.ba7014 span { color: #17e882; font-weight: bold; }

.b35d69 { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 14px; color: #ffffff; }
.bd821e { text-align: center; margin-bottom: 20px; font-size: 18px; }
.bd821e span { color: #ffd700; font-weight: bold; font-size: 22px; }

.bc8939 { display: block; width: 100%; padding: 12px; background: #17e882; color: #000000; text-align: center; text-decoration: none; font-weight: bold; border-radius: 6px; text-transform: uppercase; transition: 0.3s; }
.bc8939:hover { opacity: 0.8; }

.b44b4e { padding: 20px; }
.b44b4e h4 { margin: 0 0 15px; font-size: 14px; color: #8da2b5; text-transform: uppercase; }

.b7e8f0 { display: grid; gap: 1px; background: rgba(255,255,255,0.1); }
.bc07f8, .bcbef1 { 
    display: grid; 
    grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr; 
    padding: 10px; 
    background: #080d0a; 
    align-items: center;
    font-size: 13px;
}
.bcbef1 { background: rgba(0,0,0,0.2); color: #8da2b5; font-weight: bold; font-size: 11px; text-transform: uppercase; }
.bc07f8 div:nth-child(3), .bc07f8 div:nth-child(4), .bc07f8 div:nth-child(5) { color: #ffd700; }
.bc07f8 div:last-child { font-weight: bold; color: #00ff41; }

@media(max-width: 600px) {
    .bc07f8, .bcbef1 { grid-template-columns: 1fr 1fr 1fr; }
    .bc07f8 div:nth-child(3), .bcbef1 div:nth-child(3), .bc07f8 div:nth-child(4), .bcbef1 div:nth-child(4) { display: none; }
}