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

header {
    border-bottom: 2px solid #eee;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav a {
    margin-left: 1rem;
    text-decoration: none;
    color: #007bff;
}

.tag {
    display: inline-block;
    background: #eee;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    margin-right: 5px;
    color: #555;
    text-decoration: none;
}

.message-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
}

.metadata {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

#search {
    margin-bottom: 2rem;
}

.pagefind-ui__result-thumb {
    display: none;
}
