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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background: #0d0d0d;
    color: #e0e0e0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

main {
    max-width: 600px;
    text-align: center;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f0f0f0;
}

.subtitle {
    font-size: 1.1rem;
    color: #888;
    margin-top: 0.25rem;
}

.brand {
    color: #a78bfa;
    font-weight: 600;
}

hr {
    border: none;
    border-top: 1px solid #222;
    margin: 2rem auto;
    width: 60%;
}

.description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #aaa;
}

.status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 0.5rem 1.25rem;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 2rem;
    font-size: 0.9rem;
    color: #999;
    text-decoration: none;
    transition: border-color 0.2s;
}

.status:hover {
    border-color: #555;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
    box-shadow: 0 0 6px #22c55e;
}

footer {
    position: fixed;
    bottom: 1.5rem;
    font-size: 0.8rem;
    color: #444;
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background: #0d0d0d;
    color: #e0e0e0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

main {
    max-width: 600px;
    text-align: center;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f0f0f0;
}

.subtitle {
    font-size: 1.1rem;
    color: #888;
    margin-top: 0.25rem;
}

.brand {
    color: #a78bfa;
    font-weight: 600;
}

hr {
    border: none;
    border-top: 1px solid #222;
    margin: 2rem auto;
    width: 60%;
}

.description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #aaa;
}

.status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 0.5rem 1.25rem;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 2rem;
    font-size: 0.9rem;
    color: #999;
    text-decoration: none;
    transition: border-color 0.2s;
}

.status:hover {
    border-color: #555;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
    box-shadow: 0 0 6px #22c55e;
}

footer {
    position: fixed;
    bottom: 1.5rem;
    font-size: 0.8rem;
    color: #444;
}
