body {
    background-color: #fdf6e3;
    color: #073642;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

header {
    border-bottom: 2px solid #586e75;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

h1, h2, h3 {
    font-family: "Courier New", Courier, monospace;
    color: #268bd2;
}

nav a {
    margin-right: 1rem;
    text-decoration: none;
    color: #268bd2;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

.event-card {
    background: #eee8d5;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    border-left: 4px solid #b58900;
}

.tag {
    display: inline-block;
    background: #93a1a1;
    color: #fdf6e3;
    padding: 0.1rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
    margin-right: 0.5rem;
    text-decoration: none;
}

.meta {
    font-size: 0.85rem;
    color: #657b83;
    margin-top: 1rem;
    border-top: 1px dashed #93a1a1;
    padding-top: 0.5rem;
}

.source-info {
    font-style: italic;
}

footer {
    margin-top: 4rem;
    font-size: 0.8rem;
    color: #93a1a1;
    text-align: center;
}
