/* Generated CSS for Metanet Editor Site */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f9fa;
}

header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 0;
    border-bottom: 2px solid #007bff;
}

header h1 {
    color: #007bff;
    margin: 0;
    font-size: 2.5rem;
}

.subtitle {
    color: #6c757d;
    font-size: 1.2rem;
    margin: 0.5rem 0 0 0;
}

main {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

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

article:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

article h2 {
    color: #007bff;
    margin-top: 0;
}

.article-subtitle {
    color: #6c757d;
    font-style: italic;
    margin-bottom: 1rem;
}

.content {
    line-height: 1.8;
}

@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    
    header h1 {
        font-size: 2rem;
    }
    
    main {
        padding: 1rem;
    }
}