/* Tiszta, saját stíluslap */
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #121212;
    color: #e0e0e0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.container {
    text-align: center;
    padding: 2rem;
    background: #1e1e1e;
    border-radius: 12px;
    border: 1px solid #333;
}
h1 { color: #bb86fc; }
.status {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: #03dac6;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
}