        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.7;
            color: #333;
            background-color: #f9f7f1;
            background-image: radial-gradient(#e0d8c0 1px, transparent 1px);
            background-size: 20px 20px;
        }
        a { text-decoration: none; color: #5a8c5a; transition: color 0.3s; }
        a:hover { color: #3a5c3a; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        h1, h2, h3, h4 { font-family: 'Comic Sans MS', 'Chalkboard SE', cursive; color: #4a6b4a; margin-bottom: 1rem; line-height: 1.3; }
        h1 { font-size: 2.8rem; margin-top: 1.5rem; text-align: center; }
        h2 { font-size: 2.2rem; border-bottom: 3px dashed #c8e6c9; padding-bottom: 0.5rem; margin-top: 2.5rem; }
        h3 { font-size: 1.8rem; color: #6b8e6b; margin-top: 1.8rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        .lead { font-size: 1.3rem; font-weight: 500; color: #555; text-align: center; max-width: 800px; margin: 1rem auto 2.5rem; }
        .highlight { background-color: #fff9c4; padding: 0.2rem 0.5rem; border-radius: 4px; }
        b, strong { color: #4a6b4a; }
        em { font-style: italic; color: #777; }
        ul, ol { margin-left: 2rem; margin-bottom: 1.5rem; }
        li { margin-bottom: 0.7rem; }
        .site-header { background-color: #a8d5a8; padding: 1.5rem 0; border-bottom: 8px solid #8bc34a; box-shadow: 0 4px 12px rgba(0,0,0,0.08); position: sticky; top: 0; z-index: 1000; }
        .header-container { display: flex; justify-content: space-between; align-items: center; }
        .logo a { font-family: 'Comic Sans MS', cursive; font-size: 2.8rem; font-weight: bold; color: #2e502e; text-shadow: 2px 2px 0 #c8e6c9; letter-spacing: -1px; }
        .logo a:hover { color: #1e3a1e; text-shadow: 2px 2px 0 #a5d6a7; }
        .main-nav ul { display: flex; list-style: none; gap: 2rem; }
        .main-nav a { font-weight: 600; font-size: 1.1rem; padding: 0.5rem 1rem; border-radius: 20px; }
        .main-nav a:hover { background-color: #8bc34a; color: white; }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; color: #2e502e; }
        .breadcrumb { padding: 1rem 0; background-color: #e8f5e8; font-size: 0.95rem; }
        .breadcrumb ol { display: flex; list-style: none; margin: 0; }
        .breadcrumb li:not(:last-child)::after { content: '›'; margin: 0 10px; color: #888; }
        .breadcrumb a { color: #666; }
        .breadcrumb a:hover { color: #4a6b4a; }
        .content-area { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; padding: 2.5rem 0; }
        @media (max-width: 992px) { .content-area { grid-template-columns: 1fr; } }
        article { background-color: white; padding: 2.5rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 2px solid #e0d8c0; }
        aside { background-color: #f1f8e9; padding: 1.8rem; border-radius: 15px; border: 2px dashed #c8e6c9; align-self: start; position: sticky; top: 140px; }
        .search-box { margin-bottom: 2rem; }
        .search-box h3 { margin-top: 0; }
        .search-form { display: flex; }
        .search-form input { flex: 1; padding: 0.9rem; border: 2px solid #a8d5a8; border-radius: 10px 0 0 10px; font-size: 1rem; }
        .search-form button { background-color: #5a8c5a; color: white; border: none; padding: 0 1.5rem; border-radius: 0 10px 10px 0; cursor: pointer; font-size: 1.2rem; }
        .search-form button:hover { background-color: #3a5c3a; }
        .user-rating, .comments { background-color: #f9f9f9; padding: 1.8rem; border-radius: 15px; margin-top: 2.5rem; border: 1px solid #ddd; }
        .rating-stars { font-size: 2rem; color: #ffcc00; margin: 0.5rem 0 1rem; cursor: pointer; }
        .rating-stars .star:hover { transform: scale(1.2); }
        .rating-form, .comment-form { display: flex; flex-direction: column; gap: 1rem; margin-top: 1rem; }
        .rating-form input, .comment-form input, .comment-form textarea { padding: 0.8rem; border: 1px solid #ccc; border-radius: 8px; font-family: inherit; }
        .comment-form textarea { min-height: 120px; resize: vertical; }
        .btn { background-color: #5a8c5a; color: white; padding: 0.9rem 1.8rem; border: none; border-radius: 10px; cursor: pointer; font-weight: bold; font-size: 1rem; transition: background 0.3s; }
        .btn:hover { background-color: #3a5c3a; }
        .comment-list { margin-top: 2rem; }
        .comment { border-bottom: 1px dashed #ccc; padding: 1rem 0; }
        .comment:last-child { border-bottom: none; }
        .comment-author { font-weight: bold; color: #4a6b4a; }
        .comment-date { font-size: 0.9rem; color: #888; }
        .feature-img { text-align: center; margin: 2.5rem 0; }
        .feature-img img { border-radius: 15px; border: 5px solid #c8e6c9; box-shadow: 0 8px 16px rgba(0,0,0,0.1); max-width: 800px; margin: 0 auto; }
        .caption { font-style: italic; color: #666; margin-top: 0.5rem; font-size: 0.95rem; }
        .sidebar-widget { margin-bottom: 2.5rem; }
        .sidebar-widget h3 { font-size: 1.5rem; border-bottom: 2px dotted #a8d5a8; padding-bottom: 0.5rem; }
        .villager-list { list-style: none; margin-left: 0; }
        .villager-list li { padding: 0.8rem; border-bottom: 1px dotted #ccc; }
        .villager-list li:last-child { border-bottom: none; }
        .villager-list a { display: flex; align-items: center; gap: 10px; }
        .villager-list img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
        .web-links { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; margin: 3rem 0; padding: 2rem; background-color: #e8f5e8; border-radius: 15px; }
        @media (max-width: 768px) { .web-links { grid-template-columns: repeat(2, 1fr); } }
        .web-link { background: white; padding: 1.2rem; border-radius: 10px; text-align: center; border: 1px solid #a8d5a8; transition: transform 0.3s, box-shadow 0.3s; }
        .web-link:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(0,0,0,0.1); }
        .web-link a { font-weight: 600; }
        .site-footer { background-color: #2e502e; color: #d4edda; padding: 3rem 0 1.5rem; margin-top: 3rem; }
        .footer-container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
        .footer-col { flex: 1; min-width: 200px; }
        .footer-col h4 { color: #a8d5a8; font-size: 1.3rem; margin-bottom: 1.2rem; }
        .footer-links { list-style: none; }
        .footer-links li { margin-bottom: 0.7rem; }
        .footer-links a { color: #c8e6c9; }
        .footer-links a:hover { color: white; text-decoration: underline; }
        .copyright { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #4a6b4a; color: #9ccc9c; font-size: 0.9rem; width: 100%; }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            .main-nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background-color: #a8d5a8; padding: 1rem; box-shadow: 0 10px 15px rgba(0,0,0,0.1); border-top: 1px solid #8bc34a; }
            .main-nav.active ul { display: flex; }
            .hamburger { display: block; }
            .header-container { position: relative; }
            article { padding: 1.8rem; }
        }
