.bf5ab7 {
    background: #10161a; 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;
}
.bf96cc { padding: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.bf96cc h3 { margin: 0 0 15px; text-align: center; color: #00f100; }
.b1fd8f { margin-bottom: 15px; }
.b1fd8f label { display: block; margin-bottom: 5px; font-size: 14px; color: #8da2b5; }
.b99f0d { 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); }
.b99f0d input { background: transparent; border: none; color: #FFFFFF; padding: 10px; width: 100%; font-size: 16px; outline: none; }
.b99f0d span { color: #00f100; font-weight: bold; }

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

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

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

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

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