body {
    background-color: #111;
    color: #eee;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    padding: 2rem;
    border: 1px solid #333;
    border-radius: 12px;
    background-color: #1a1a1a;
    max-width: 400px;
}

h1 { margin-bottom: 0.5rem; letter-spacing: -1px; }

.subtitle { color: #888; margin-top: 0; font-weight: 500; }

.status-box {
    display: inline-flex;
    align-items: center;
    background: #0d2b12;
    color: #4ade80;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 1.5rem 0;
    border: 1px solid #14532d;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #4ade80;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    box-shadow: 0 0 8px #4ade80;
}

.description { line-height: 1.6; color: #ccc; }
