body {
    background-color: #0d1117;
    color: #c9d1d9;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.container { text-align: center; border: 1px solid #30363d; padding: 40px; border-radius: 10px; }
h1 { color: #58a6ff; letter-spacing: 5px; }
.status-card { margin-top: 20px; color: #3fb950; font-family: monospace; }