        * { 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: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M50,0 L100,50 L50,100 L0,50 Z" fill="none" stroke="%23e8e2d9" stroke-width="0.5"/></svg>');
            max-width: 1400px;
            margin: 0 auto;
            box-shadow: 0 0 40px rgba(0,0,0,0.05);
        }
        h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', Times, serif; color: #2c5530; margin-bottom: 1rem; line-height: 1.3;}
        h1 { font-size: 2.8rem; margin-top: 1.5rem; border-bottom: 3px solid #8fbc8f; padding-bottom: 0.5rem; }
        h2 { font-size: 2.2rem; margin-top: 2.5rem; padding-left: 0.5rem; border-left: 5px solid #b8860b; }
        h3 { font-size: 1.8rem; margin-top: 2rem; color: #556b2f; }
        h4 { font-size: 1.4rem; margin-top: 1.8rem; color: #6b8e23; }
        p { margin-bottom: 1.5rem; text-align: justify; hyphens: auto;}
        a { color: #8b4513; text-decoration: none; transition: color 0.3s ease; border-bottom: 1px dotted transparent; }
        a:hover { color: #d2691e; border-bottom-color: #d2691e; }
        strong { color: #2c5530; font-weight: 700;}
        em { font-style: italic; color: #5a4a42;}
        .container { width: 95%; max-width: 1200px; margin: 0 auto; padding: 0 15px;}
        .main-content { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; margin: 2rem 0; }
        @media (max-width: 992px) { .main-content { grid-template-columns: 1fr; } }
        header { background: linear-gradient(135deg, #2c5530 0%, #3e7c3e 100%); color: #fff; padding: 1rem 0; position: sticky; top: 0; z-index: 1000; }
        .header-container { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; font-size: 2.5rem; font-weight: bold; color: #f5deb3; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); letter-spacing: 1px; }
        .my-logo:hover { color: #ffd700; }
        nav ul { display: flex; list-style: none; }
        nav ul li { margin-left: 2rem; }
        nav ul li a { color: #f5deb3; font-weight: 500; padding: 0.5rem 0; }
        nav ul li a:hover { color: #ffd700; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: #f5deb3; cursor: pointer; }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: #2c5530; padding: 1rem; box-shadow: 0 10px 15px rgba(0,0,0,0.2); }
            nav ul.active { display: flex; }
            nav ul li { margin: 0.5rem 0; }
        }
        .breadcrumb { padding: 1rem 0; background-color: #e8e2d9; font-size: 0.9rem; }
        .breadcrumb a { color: #556b2f; }
        .breadcrumb span { color: #8b4513; }
        article { background: #fff; padding: 2.5rem; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
        .article-meta { color: #777; font-size: 0.9rem; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px dashed #ddd; }
        .article-meta i { margin-right: 0.5rem; }
        .intro { font-size: 1.2rem; color: #5a4a42; background: #f9f7f3; padding: 1.5rem; border-radius: 8px; margin-bottom: 2.5rem; border-left: 4px solid #b8860b; }
        .game-image { width: 100%; max-width: 800px; height: auto; border-radius: 8px; margin: 2rem auto; display: block; box-shadow: 0 8px 16px rgba(0,0,0,0.1); border: 5px solid #e8e2d9; }
        .caption { text-align: center; font-style: italic; color: #666; margin-top: 0.5rem; }
        .highlight-box { background: linear-gradient(to right, #f8f5f0, #e8e2d9); border-left: 5px solid #8b4513; padding: 1.5rem; margin: 2rem 0; border-radius: 0 8px 8px 0; }
        .rule-section { background: #f9f9f9; padding: 1.5rem; margin: 1.5rem 0; border-radius: 8px; border: 1px solid #e0e0e0; }
        aside { background: #fff; padding: 1.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); align-self: start; position: sticky; top: 120px; }
        .sidebar-widget { margin-bottom: 2rem; }
        .sidebar-widget h3 { font-size: 1.3rem; color: #8b4513; border-bottom: 2px solid #deb887; padding-bottom: 0.5rem; margin-bottom: 1rem; }
        .search-form, .comment-form, .rating-form { display: flex; flex-direction: column; gap: 1rem; }
        .search-form { flex-direction: row; }
        .search-form input { flex-grow: 1; padding: 0.8rem; border: 1px solid #ccc; border-radius: 4px 0 0 4px; }
        .search-form button { background: #8b4513; color: white; border: none; padding: 0.8rem 1.5rem; border-radius: 0 4px 4px 0; cursor: pointer; }
        .search-form button:hover { background: #a0522d; }
        .form-group label { display: block; margin-bottom: 0.3rem; font-weight: 600; color: #555; }
        .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.8rem; border: 1px solid #ccc; border-radius: 4px; font-family: inherit; }
        .form-group textarea { min-height: 120px; resize: vertical; }
        .rating-stars { display: flex; gap: 0.5rem; font-size: 1.5rem; color: #ddd; }
        .rating-stars .star { cursor: pointer; transition: color 0.2s; }
        .rating-stars .star:hover, .rating-stars .star.active { color: #ffc107; }
        .submit-btn { background: linear-gradient(to bottom, #3e7c3e, #2c5530); color: white; border: none; padding: 1rem 2rem; border-radius: 5px; font-weight: bold; cursor: pointer; transition: all 0.3s; }
        .submit-btn:hover { background: linear-gradient(to bottom, #4c964c, #3a6b3a); transform: translateY(-2px); box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
        .comment-list { margin-top: 2rem; }
        .comment { border-bottom: 1px solid #eee; padding: 1rem 0; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 0.5rem; font-size: 0.9rem; color: #777; }
        footer { background: #2c5530; color: #f5deb3; padding: 3rem 0 1.5rem; margin-top: 3rem; }
        .footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
        .footer-section h3 { color: #ffd700; font-size: 1.3rem; margin-bottom: 1.2rem; }
        .footer-links { list-style: none; }
        .footer-links li { margin-bottom: 0.7rem; }
        .footer-links a { color: #f5deb3; }
        .footer-links a:hover { color: #ffd700; }
        friend-link { display: block; background: rgba(255,255,255,0.05); padding: 0.8rem; margin: 0.5rem 0; border-radius: 4px; }
        friend-link:hover { background: rgba(255,255,255,0.1); }
        .copyright { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.9rem; color: #deb887; }
        .text-center { text-align: center; }
        .mt-2 { margin-top: 2rem; }
        .mb-2 { margin-bottom: 2rem; }
        .emoji { font-size: 1.2em; }
