* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.container {
    text-align: center;
    padding: 3rem;
    background: #1e293b;
    border-radius: 12px;
    border: 1px solid #334155;
    max-width: 480px;
}

h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #f8fafc;
}

p {
    color: #94a3b8;
    margin-bottom: 1.5rem;
}

.info {
    padding: 0.75rem 1rem;
    background: #0f172a;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-align: left;
}

.label {
    display: inline-block;
    background: #3b82f6;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-right: 0.5rem;
    text-transform: uppercase;
}
