        * { 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: #f8f9fa;
            background-image: linear-gradient(to bottom, #e9f5db 0%, #f8f9fa 100px);
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 15px;
        }
        a { color: #1a6e3a; text-decoration: none; transition: color 0.3s ease, background-color 0.3s ease; }
        a:hover { color: #0d4d24; text-decoration: underline; }
        img { max-width: 100%; height: auto; display: block; }
        ul, ol { padding-left: 2em; margin-bottom: 1.5em; }
        h1, h2, h3, h4 { color: #2d5a27; font-weight: 700; margin-bottom: 0.8em; line-height: 1.3; }
        h1 { font-size: 2.8rem; margin-top: 1.5rem; text-align: center; border-bottom: 3px solid #4caf50; padding-bottom: 20px; }
        h2 { font-size: 2.2rem; margin-top: 2.5rem; padding-left: 15px; border-left: 5px solid #8bc34a; }
        h3 { font-size: 1.8rem; margin-top: 2rem; color: #3e7c3e; }
        h4 { font-size: 1.4rem; margin-top: 1.8rem; color: #555; }
        p { margin-bottom: 1.5em; font-size: 1.1rem; text-align: justify; }
        .lead { font-size: 1.3rem; font-weight: 500; color: #444; background-color: #e8f5e9; padding: 20px; border-radius: 10px; border-left: 5px solid #2d5a27; }
        .highlight { background-color: #fff9c4; padding: 3px 6px; border-radius: 4px; font-weight: 600; }
        .emoji { font-size: 1.2em; margin-right: 5px; }
        .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
        .content-wrapper { display: grid; grid-template-columns: 1fr 300px; gap: 40px; margin-top: 30px; }
        @media (max-width: 992px) { .content-wrapper { grid-template-columns: 1fr; } }
        .site-header { background: linear-gradient(135deg, #2d5a27 0%, #4caf50 100%); padding: 20px 0; color: white; margin-bottom: 30px; border-radius: 0 0 15px 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
        .header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .my-logo { font-family: 'Minecraft', sans-serif; font-size: 2.5rem; font-weight: bold; color: #fff; text-shadow: 3px 3px 0 #1a3d1a; letter-spacing: 1px; }
        .my-logo:hover { text-decoration: none; color: #c6ffc6; }
        .my-logo i { margin-right: 10px; color: #ffd700; }
        .main-nav { background-color: #388e3c; border-radius: 10px; margin-top: 15px; width: 100%; }
        .nav-list { display: flex; list-style: none; justify-content: center; flex-wrap: wrap; }
        .nav-list li { margin: 0; }
        .nav-list a { color: white; padding: 18px 25px; display: block; font-weight: 600; text-transform: uppercase; font-size: 0.95rem; }
        .nav-list a:hover { background-color: #2d5a27; text-decoration: none; border-radius: 5px; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: white; cursor: pointer; padding: 10px; }
        .breadcrumb { padding: 15px; background-color: #e8f5e9; border-radius: 8px; margin: 20px 0; font-size: 0.95rem; }
        .breadcrumb a { color: #2d5a27; }
        .breadcrumb a:hover { color: #0d4d24; }
        .breadcrumb i { margin: 0 8px; color: #888; }
        .article-main { background-color: white; padding: 30px; border-radius: 15px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); }
        .featured-img { width: 100%; border-radius: 10px; overflow: hidden; margin: 25px 0; border: 5px solid #c8e6c9; }
        .featured-img img { transition: transform 0.5s ease; }
        .featured-img:hover img { transform: scale(1.02); }
        .img-caption { text-align: center; font-style: italic; color: #666; margin-top: 10px; font-size: 0.95rem; }
        .info-box { background-color: #f1f8e9; border-left: 5px solid #689f38; padding: 20px; margin: 25px 0; border-radius: 0 10px 10px 0; }
        .info-box h4 { margin-top: 0; color: #33691e; }
        .sidebar { background-color: white; padding: 25px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); align-self: start; position: sticky; top: 20px; }
        .sidebar-widget { margin-bottom: 30px; }
        .sidebar-widget h3 { font-size: 1.5rem; border-bottom: 2px solid #8bc34a; padding-bottom: 10px; margin-bottom: 15px; }
        .link-list { list-style: none; padding-left: 0; }
        .link-list li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed #ddd; }
        .link-list a { display: block; padding: 8px 10px; border-radius: 5px; }
        .link-list a:hover { background-color: #e8f5e9; text-decoration: none; padding-left: 15px; }
        .interactive-module { background-color: #f9fbe7; border: 2px solid #cddc39; border-radius: 12px; padding: 25px; margin: 35px 0; }
        .module-title { color: #827717; margin-top: 0; }
        .form-group { margin-bottom: 20px; }
        .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #555; }
        .form-control { width: 100%; padding: 12px 15px; border: 1px solid #ccc; border-radius: 8px; font-size: 1rem; transition: border 0.3s; }
        .form-control:focus { border-color: #4caf50; outline: none; box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2); }
        .btn { background: linear-gradient(to bottom, #4caf50, #388e3c); color: white; padding: 14px 28px; border: none; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; display: inline-block; }
        .btn:hover { background: linear-gradient(to bottom, #43a047, #2d5a27); text-decoration: none; color: white; transform: translateY(-2px); box-shadow: 0 5px 12px rgba(0,0,0,0.15); }
        .rating { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
        .star { font-size: 1.8rem; color: #ddd; cursor: pointer; transition: color 0.2s; }
        .star:hover, .star.active { color: #ffd700; }
        .update-time { text-align: right; font-size: 0.9rem; color: #777; margin-top: 40px; padding-top: 15px; border-top: 1px solid #eee; }
        .site-footer { background: linear-gradient(135deg, #2d5a27 0%, #1b3c1b 100%); color: #c8e6c9; padding: 40px 0 20px; margin-top: 60px; border-radius: 15px 15px 0 0; }
        .footer-widgets { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 30px; }
        .footer-widget h4 { color: #a5d6a7; border-bottom: 2px solid #4caf50; padding-bottom: 10px; margin-bottom: 20px; }
        friend-link { display: inline-block; background-color: rgba(255,255,255,0.1); padding: 8px 15px; margin: 5px 10px 5px 0; border-radius: 5px; border: 1px solid #4caf50; }
        friend-link a { color: #c6ffc6; }
        friend-link a:hover { color: white; text-decoration: underline; }
        .copyright { text-align: center; padding-top: 20px; border-top: 1px solid #3e7c3e; font-size: 0.9rem; color: #8bc34a; }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            h3 { font-size: 1.5rem; }
            .header-inner { flex-direction: column; text-align: center; }
            .my-logo { margin-bottom: 15px; }
            .hamburger { display: block; position: absolute; top: 25px; right: 20px; }
            .nav-list { flex-direction: column; display: none; width: 100%; }
            .nav-list.active { display: flex; }
            .nav-list li { width: 100%; text-align: center; }
            .nav-list a { padding: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); }
            .content-wrapper { gap: 25px; }
            .article-main, .sidebar { padding: 20px; }
            .sidebar { position: static; }
        }
