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

body {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fafafa;
}

a {
    color: #555;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

a:visited {
    color: #555;
}

h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
}

.container {
    max-width: 680px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

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

header h1 {
    font-size: 1.8rem;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 0.5rem;
}

header h1 a {
    color: inherit;
    text-decoration: none;
}

header h1 a:hover {
    color: #666;
}

.subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.meta {
    font-size: 0.9rem;
    color: #888;
}

.meta a {
    color: #555;
}

.meta a:hover {
    color: #000;
}

main {
    min-height: 50vh;
}

.posts {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.post-preview {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.post-preview:last-child {
    border-bottom: none;
}

.post-preview h2 {
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 0.25rem;
}

.post-preview h2 a {
    color: #2c2c2c;
    text-decoration: none;
}

.post-preview h2 a:hover {
    color: #666;
}

.post-preview time {
    font-size: 0.85rem;
    color: #999;
}

.post-preview .summary {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: #666;
}

.post h2 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.post h2 a {
    color: #2c2c2c;
}

.post h2 a:hover {
    color: #666;
}

.post time {
    display: block;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 2rem;
}

.content {
    font-size: 1.05rem;
}

.content p {
    margin-bottom: 1.5rem;
}

.content h1, .content h2, .content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: normal;
}

.content a {
    color: #444;
}

.content blockquote {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
    border-left: 3px solid #ddd;
    color: #666;
    font-style: italic;
}

.content code {
    font-family: 'SF Mono', Monaco, monospace;
    font-size: 0.9em;
    background: #f0f0f0;
    padding: 0.2em 0.4em;
    border-radius: 3px;
}

.content pre {
    background: #f5f5f5;
    padding: 1rem;
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.content pre code {
    background: none;
    padding: 0;
}

.content ul, .content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.content li {
    margin-bottom: 0.5rem;
}

.back {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}

.back a {
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
}

.back a:hover {
    color: #444;
}

.empty {
    color: #888;
    font-style: italic;
}

footer {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
    color: #999;
    font-size: 0.85rem;
}

footer a {
    color: #555;
    text-decoration: none;
}

footer a:hover {
    color: #000;
}

.nav-link {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}

.nav-link a {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
}

.nav-link a:hover {
    color: #000;
}
