.login-page{color:#fff;background:linear-gradient(135deg,#070707,#200);justify-content:center;align-items:center;min-height:100vh;font-family:Arial,sans-serif;display:flex}.login-card{background:#111;border:1px solid #b30000;border-radius:16px;width:100%;max-width:380px;padding:22px;box-shadow:0 0 25px #ff000040}.login-card h1{color:#ff2b2b;margin-bottom:8px}.login-card p{color:#aaa;margin-bottom:24px}.login-card input{color:#fff;background:#1a1a1a;border:1px solid #444;border-radius:10px;width:90%;margin-bottom:14px;padding:14px;font-size:15px}.login-card button{color:#fff;cursor:pointer;background:#b30000;border:none;border-radius:10px;width:50%;padding:14px;font-weight:700}.login-card button:hover{background:#ff1a1a}.admin-page{color:#fff;background:linear-gradient(135deg,#080808,#1b0000);justify-content:center;align-items:flex-start;min-height:100vh;padding:60px 20px;font-family:Arial,sans-serif;display:flex}.admin-card{background:#111;border:1px solid #b30000;border-radius:16px;width:100%;max-width:1050px;padding:30px;box-shadow:0 0 25px #ff000040}.admin-card h1{color:#ff2b2b;margin:0}.subtitle{color:#aaa;margin-bottom:30px}.input-section{margin-bottom:30px}.input-section label{margin-bottom:8px;font-weight:700;display:block}.input-section input{color:#fff;background:#1a1a1a;border:1px solid #444;border-radius:10px;width:100%;padding:14px;font-size:16px}.input-section input:focus{border-color:#ff2b2b;outline:none}.check-table{border-collapse:collapse;width:100%}.check-table th,.check-table td{text-align:left;border-bottom:1px solid #333;padding:16px}.check-table th{color:#f44}.check-table button{color:#fff;cursor:pointer;background:#b30000;border:none;border-radius:8px;padding:10px 18px;font-weight:700}.check-table button:hover{background:#ff1a1a}.status{font-size:20px;font-weight:700}.status.passed{color:#00ff75}.status.failed{color:#f33}.status.idle{color:#aaa;font-size:14px}.steam-data-section{margin-top:40px}.steam-data-section h2{color:#f44;margin-bottom:20px}.steam-cards{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.steam-card{background:#181818;border:1px solid #333;border-radius:12px;padding:16px}.steam-card h3{color:#f66;margin-bottom:15px}.steam-info-table{border-collapse:collapse;width:100%}.steam-info-table td{border-bottom:1px solid #333;padding:10px}.steam-info-table td:first-child{color:#999;width:55%;font-weight:600}.steam-info-table td:last-child{color:#fff;text-align:right}.dashboard-header{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.logout-btn{color:#fff;cursor:pointer;background:#b30000;border:none;border-radius:10px;margin-left:auto;padding:12px 24px;font-weight:700}.logout-btn:hover{background:#ff1a1a}@media (width<=1000px){.steam-cards{grid-template-columns:1fr}}
