body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    overflow-y: auto;
    background-color: #121212;
    color: #ffffff;
}

.container {
    text-align: center;
    margin: 60px auto;
    padding: 3rem;
    background: #1e1e1e;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border: 1px solid #333;
}

h1 { 
    color: #007bff; 
    margin-bottom: 0.5rem;
}

p { 
    font-size: 1.2rem; 
    color: #6b6b6b;
}

.status-tag {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.25rem 0.75rem;
    background: #e7f3ff;
    color: #007bff;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}