* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, sans-serif;
}

body {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    text-align: center;
    padding: 40px;
    max-width: 600px;
}

h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.intro {
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.status {
    font-size: 1.05rem;
    opacity: 0.9;
}

.status span {
    color: #ffd369;
    font-weight: 600;
}

.divider {
    width: 80px;
    height: 3px;
    background: #ffd369;
    margin: 30px auto;
    border-radius: 10px;
}

.footer {
    font-size: 0.9rem;
    opacity: 0.8;
}
