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

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

h1 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #000;
}

.entry {
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
    color: inherit;
}

.entry-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.entry-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
}

.entry-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.post-content {
    font-size: 15px;
    line-height: 1.7;
}

.post-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 40px 0 20px 0;
}

.post-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 15px 0;
}

.post-content p {
    margin-bottom: 20px;
}

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

.post-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.post-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.back-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 30px;
    display: inline-block;
}

.sigil {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    opacity: 0.6;
    z-index: 1000;
}