body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #f9f9f9;
}

header {
    border-bottom: 2px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

h1 {
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.subtitle {
    color: #666;
    font-style: italic;
}

h2 {
    border-left: 4px solid #0070f3;
    padding-left: 15px;
    margin-top: 30px;
}

footer {
    margin-top: 60px;
    font-size: 0.8em;
    color: #999;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.status-active {
    color: #0070f3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    background: #e6f2ff;
    padding: 2px 6px;
    border-radius: 4px;
}

.status-card {
    background: white;
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

article {
    background: white;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eee;
}