body {
    background-color: #0a0a0a;
    color: #00ff88;
    font-family: monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

h1 {
    font-size: 3rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
}

.subtitle {
    font-size: 1.2rem;
    color: #888;
}

.status {
    font-size: 1.2rem;
    color: #888;
}

.green {
    color: #00ff88;
}
