.bb58fe {
    background: #1e2330; 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;
}
.b58ae6 { padding: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.b58ae6 h3 { margin: 0 0 15px; text-align: center; color: #ffd700; }
.beeb46 { margin-bottom: 15px; }
.beeb46 label { display: block; margin-bottom: 5px; font-size: 14px; color: #8da2b5; }
.b2ad82 { 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); }
.b2ad82 input { background: transparent; border: none; color: #ffffff; padding: 10px; width: 100%; font-size: 16px; outline: none; }
.b2ad82 span { color: #ffd700; font-weight: bold; }

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

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

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

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

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