        * { 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: #f8f5f0;
            background-image: linear-gradient(to bottom, #f8f5f0 0%, #e8e1d6 100%);
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        h1 { font-size: 2.8rem; color: #2c5530; margin: 1.5rem 0; line-height: 1.2; border-bottom: 3px solid #d4a762; padding-bottom: 0.5rem; }
        h2 { font-size: 2.1rem; color: #4a7c59; margin: 2.5rem 0 1rem; padding-top: 0.5rem; }
        h3 { font-size: 1.7rem; color: #6b8c5a; margin: 2rem 0 0.8rem; }
        h4 { font-size: 1.3rem; color: #8a9a5b; margin: 1.5rem 0 0.5rem; }
        p { margin-bottom: 1.5rem; text-align: justify; }
        a { color: #b8860b; text-decoration: none; transition: color 0.3s ease; }
        a:hover { color: #8b6508; text-decoration: underline; }
        strong { color: #2c5530; }
        em { font-style: italic; }
        .container { display: flex; flex-direction: column; min-height: 100vh; }
        header { background: linear-gradient(135deg, #2c5530 0%, #4a7c59 100%); color: white; padding: 1.2rem 0; border-radius: 0 0 12px 12px; margin-bottom: 2rem; box-shadow: 0 4px 12px rgba(44, 85, 48, 0.2); }
        .header-top { display: flex; justify-content: space-between; align-items: center; padding: 0 1rem; }
        .my-logo { font-family: Georgia, serif; font-size: 2.5rem; font-weight: bold; color: #f8de7e; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); letter-spacing: 2px; }
        .my-logo:hover { text-decoration: none; color: #ffd700; }
        nav { display: flex; align-items: center; }
        .nav-links { display: flex; list-style: none; }
        .nav-links li { margin-left: 1.8rem; }
        .nav-links a { color: #e8e1d6; font-weight: 500; padding: 0.5rem 0.8rem; border-radius: 4px; }
        .nav-links a:hover { background-color: rgba(255, 255, 255, 0.15); text-decoration: none; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: white; cursor: pointer; }
        .breadcrumb { background-color: #e8e1d6; padding: 0.8rem 1.5rem; border-radius: 6px; margin: 1rem 0 2rem; font-size: 0.9rem; }
        .breadcrumb a { color: #6b8c5a; }
        .breadcrumb span { color: #8a9a5b; }
        .content-wrapper { display: grid; grid-template-columns: 1fr 300px; gap: 2.5rem; margin-bottom: 3rem; }
        main article { background-color: white; padding: 2.5rem; border-radius: 12px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
        aside { display: flex; flex-direction: column; gap: 1.5rem; }
        .sidebar-widget { background-color: white; padding: 1.5rem; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
        .widget-title { font-size: 1.2rem; color: #2c5530; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #d4a762; }
        input, textarea, select, button { width: 100%; padding: 0.8rem; margin-bottom: 1rem; border: 1px solid #ccc; border-radius: 6px; font-family: inherit; font-size: 1rem; }
        button { background: linear-gradient(to bottom, #4a7c59, #2c5530); color: white; border: none; cursor: pointer; font-weight: bold; transition: background 0.3s ease; }
        button:hover { background: linear-gradient(to bottom, #5a8c69, #3c6540); }
        .star-rating { display: flex; justify-content: center; gap: 0.5rem; margin: 1rem 0; }
        .star-rating i { font-size: 1.8rem; color: #ddd; cursor: pointer; transition: color 0.2s; }
        .star-rating i:hover, .star-rating i.active { color: #ffd700; }
        .article-img { width: 100%; max-width: 800px; height: auto; border-radius: 10px; margin: 2rem auto; display: block; border: 5px solid #e8e1d6; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
        .related-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin: 2rem 0; list-style: none; }
        .related-links li { background: #f0efe6; padding: 1rem; border-left: 4px solid #b8860b; border-radius: 4px; }
        .related-links a { font-weight: 500; }
        footer { background: linear-gradient(135deg, #2c5530 0%, #1a3c23 100%); color: #e8e1d6; padding: 2.5rem 1.5rem; border-radius: 12px 12px 0 0; margin-top: auto; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
        .footer-section h3 { color: #f8de7e; border-bottom: 1px solid #4a7c59; padding-bottom: 0.5rem; }
        friend-link { display: block; margin: 0.5rem 0; }
        friend-link a { color: #d4a762; }
        .copyright { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #4a7c59; font-size: 0.9rem; color: #aaa; }
        .last-updated { text-align: right; font-style: italic; color: #8a9a5b; font-size: 0.9rem; margin-bottom: 1rem; }
        .highlight-box { background-color: #f9f3e9; border-left: 5px solid #d4a762; padding: 1.5rem; margin: 2rem 0; border-radius: 0 8px 8px 0; }
        .emoji { font-size: 1.2em; margin-right: 0.3rem; }
        @media (max-width: 992px) {
            .content-wrapper { grid-template-columns: 1fr; }
        }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            .header-top { flex-wrap: wrap; }
            .nav-links {
                display: none;
                flex-direction: column;
                width: 100%;
                background-color: #3c6540;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 1000;
                padding: 1rem;
                border-radius: 0 0 12px 12px;
            }
            .nav-links.active { display: flex; }
            .nav-links li { margin: 0.5rem 0; }
            .hamburger { display: block; }
            .related-links { grid-template-columns: 1fr; }
        }
