/*
Theme Name: 5NAI
Theme URI: https://5nai.com
Author: 5NAI
Description: 5NAI Official Minimal Theme
Version: 1.0
*/

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #ffffff;
    color: #111;
    line-height: 1.7;
}

.container {
    max-width: 920px;
    margin: 80px auto;
    padding: 0 24px;
}

h1 {
    font-size: 48px;
    margin-bottom: 16px;
}

h2 {
    font-size: 28px;
    margin-top: 64px;
}

a {
    color: #6b2cff;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}

.post {
    margin-bottom: 48px;
}

.date {
    color: #888;
    font-size: 14px;
    margin-bottom: 8px;
}

footer {
    margin-top: 120px;
    padding-top: 24px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #666;
}