body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f9f9f9;
    color: #333;
}
.container {
    text-align: center;
    background: #fff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
    margin-top: 0;
    color: #000;
}
h2 {
    color: #666;
    font-weight: 400;
}
p {
    font-size: 1.1rem;
    margin: 1.5rem 0;
}
.status {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #e6f4ea;
    color: #137333;
    border-radius: 9999px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.date {
    font-size: 0.9rem;
    color: #888;
}
