body{
    font-family: Arial, sans-serif;
    background:#0f172a;
    color:#e2e8f0;
    margin:0;
    padding:0;
}

.container{
    width:95%;
    max-width:1400px;
    margin:auto;
    padding:20px;
}

.header{
    background:#111827;
    padding:20px;
    border-radius:12px;
    margin-bottom:20px;
}

h1,h2,h3{
    color:#f8fafc;
}

.card{
    background:#1e293b;
    border-radius:12px;
    padding:20px;
    margin-bottom:20px;
}

a{
    color:#38bdf8;
    text-decoration:none;
}

table{
    width:100%;
    border-collapse:collapse;
}

table th, table td{
    padding:12px;
    border-bottom:1px solid #334155;
}

.stat{
    display:inline-block;
    background:#1e293b;
    padding:15px 25px;
    border-radius:10px;
    margin-right:10px;
    margin-bottom:10px;
}