:root {
            --red: #b22222;
            --green: #0d5c2e;
            --gold: #d4a017;
            --light-red: #f8d7da;
            --light-green: #d4edda;
            --dark: #1a1a2e;
            --gray: #6c757d;
            --light-gray: #f8f9fa;
            --white: #ffffff;
            --shadow: 0 4px 20px rgba(0,0,0,0.08);
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: #fafafa; color: #333; line-height: 1.75; }
        a { color: var(--green); text-decoration: none; transition: all 0.3s; }
        a:hover { color: var(--red); text-decoration: underline; }
        img { max-width: 100%; height: auto; border-radius: 8px; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg, var(--dark) 0%, #16213e 100%); color: var(--white); padding: 0; box-shadow: 0 2px 20px rgba(0,0,0,0.2); position: sticky; top: 0; z-index: 1000; }
        .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; }
        .my-logo { font-size: 28px; font-weight: 800; color: var(--gold) !important; letter-spacing: 2px; text-transform: uppercase; font-family: 'Georgia', serif; }
        .my-logo i { color: var(--gold); margin-right: 5px; }
        .my-logo span { color: var(--white); }
        .nav-menu { display: flex; list-style: none; gap: 20px; align-items: center; flex-wrap: wrap; }
        .nav-menu li a { color: rgba(255,255,255,0.85); font-weight: 500; padding: 8px 12px; border-radius: 20px; transition: all 0.3s; font-size: 14px; }
        .nav-menu li a:hover { background: rgba(255,255,255,0.15); color: var(--gold); transform: translateY(-2px); }
        .hamburger { display: none; font-size: 30px; cursor: pointer; color: var(--white); background: none; border: none; }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            .nav-menu { display: none; width: 100%; flex-direction: column; align-items: flex-start; padding: 20px; background: var(--dark); box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
            .nav-menu.show { display: flex; }
            .nav-menu li { width: 100%; }
        }
        .breadcrumb { background: rgba(0,0,0,0.3); padding: 8px 20px; font-size: 13px; color: rgba(255,255,255,0.7); max-width: 100%; }
        .breadcrumb a { color: var(--gold); margin: 0 5px; }
        .breadcrumb span { margin: 0 5px; }
        .hero { background: linear-gradient(135deg, #0d5c2e 0%, #1a7a3a 40%, var(--gold) 100%); color: var(--white); padding: 60px 0 50px; text-align: center; position: relative; overflow: hidden; }
        .hero::before { content: '❄'; position: absolute; font-size: 120px; opacity: 0.1; left: 5%; top: 20%; }
        .hero::after { content: '★'; position: absolute; font-size: 80px; opacity: 0.1; right: 10%; bottom: 10%; }
        .hero h1 { font-size: 48px; font-weight: 900; text-shadow: 3px 3px 6px rgba(0,0,0,0.3); margin-bottom: 15px; letter-spacing: 1px; }
        .hero p { font-size: 18px; max-width: 750px; margin: 0 auto 25px; opacity: 0.95; }
        .hero .btn-hero { display: inline-block; background: var(--red); color: var(--white) !important; padding: 15px 35px; border-radius: 50px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(178,34,34,0.4); transition: all 0.3s; }
        .hero .btn-hero:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 8px 25px rgba(178,34,34,0.5); }
        .content-wrapper { display: grid; grid-template-columns: 1fr 300px; gap: 40px; margin: 40px 0; }
        @media (max-width: 992px) { .content-wrapper { grid-template-columns: 1fr; } .sidebar { order: 2; } }
        article { background: var(--white); border-radius: 12px; padding: 40px; box-shadow: var(--shadow); }
        .sidebar { background: var(--white); border-radius: 12px; padding: 30px; box-shadow: var(--shadow); align-self: start; position: sticky; top: 100px; }
        @media (max-width: 992px) { .sidebar { position: static; } }
        h1 { font-size: 32px; color: var(--dark); margin-bottom: 20px; line-height: 1.3; }
        h2 { font-size: 28px; color: var(--red); border-left: 5px solid var(--gold); padding-left: 15px; margin: 50px 0 20px; }
        h3 { font-size: 22px; color: var(--green); margin: 30px 0 15px; }
        h4 { font-size: 18px; color: var(--dark); margin: 20px 0 10px; font-weight: 600; }
        p { margin-bottom: 16px; }
        .highlight { background: #fef9e7; border-left: 4px solid var(--gold); padding: 15px 20px; margin: 25px 0; border-radius: 0 8px 8px 0; }
        .tip-box { background: #e8f5e9; border-radius: 8px; padding: 20px; margin: 20px 0; border-left: 4px solid var(--green); }
        .fact-box { background: #e8f0fe; border-radius: 8px; padding: 20px; margin: 20px 0; border-left: 4px solid #4285f4; }
        .stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; margin: 25px 0; }
        .stat-box { background: var(--light-gray); border-radius: 10px; padding: 20px; text-align: center; border: 1px solid #e0e0e0; }
        .stat-box .stat-number { font-size: 32px; font-weight: 800; color: var(--red); }
        .stat-box .stat-label { font-size: 14px; color: var(--gray); margin-top: 5px; }
        ul, ol { margin: 15px 0 20px 20px; }
        li { margin-bottom: 8px; }
        .word-list { columns: 3; column-gap: 30px; }
        .word-list li { break-inside: avoid; background: var(--light-gray); padding: 8px 12px; border-radius: 6px; margin-bottom: 6px; list-style: none; }
        .word-list li:nth-child(odd) { background: #f1f3f5; }
        @media (max-width: 600px) { .word-list { columns: 2; } }
        table { width: 100%; border-collapse: collapse; margin: 20px 0; }
        th, td { padding: 12px 15px; border: 1px solid #ddd; text-align: left; }
        th { background: var(--green); color: var(--white); }
        tr:nth-child(even) { background: #f8f9fa; }
        tr:hover { background: #e9ecef; }
        .game-form { background: var(--light-gray); border-radius: 10px; padding: 25px; margin: 30px 0; }
        .game-form label { font-weight: 600; display: block; margin-bottom: 8px; }
        .game-form input[type="text"], .game-form input[type="email"], .game-form textarea, .game-form select { width: 100%; padding: 12px; margin-bottom: 15px; border: 2px solid #ddd; border-radius: 6px; font-size: 14px; transition: border 0.3s; }
        .game-form input:focus, .game-form textarea:focus { border-color: var(--green); outline: none; }
        .game-form button { background: var(--red); color: var(--white); border: none; padding: 12px 25px; border-radius: 6px; font-size: 16px; cursor: pointer; transition: all 0.3s; }
        .game-form button:hover { background: #8b0000; transform: translateY(-2px); }
        .star-rating { direction: rtl; display: inline-flex; font-size: 24px; }
        .star-rating input { display: none; }
        .star-rating label { color: #ddd; cursor: pointer; }
        .star-rating input:checked ~ label { color: var(--gold); }
        .sidebar-widget { margin-bottom: 30px; }
        .sidebar-widget h3 { font-size: 18px; padding-bottom: 10px; border-bottom: 2px solid var(--gold); margin-bottom: 15px; }
        .sidebar-widget ul { list-style: none; margin-left: 0; }
        .sidebar-widget ul li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
        .sidebar-widget ul li a { color: var(--dark); font-weight: 500; }
        .sidebar-widget ul li a:hover { color: var(--red); }
        footer { background: var(--dark); color: rgba(255,255,255,0.8); padding: 50px 0 0; margin-top: 50px; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0 20px 40px; }
        .footer-col h3 { color: var(--gold); margin-bottom: 15px; font-size: 18px; }
        .footer-col ul { list-style: none; margin: 0; }
        .footer-col ul li { margin-bottom: 8px; }
        .footer-col ul li a { color: rgba(255,255,255,0.7); }
        .footer-col ul li a:hover { color: var(--gold); }
        .copyright { background: rgba(0,0,0,0.4); text-align: center; padding: 15px; font-size: 14px; border-top: 1px solid rgba(255,255,255,0.1); }
        friend-link { display: block; padding: 20px; text-align: center; color: rgba(255,255,255,0.8); }
        friend-link a { color: var(--gold); margin: 0 10px; }
        @media (max-width: 768px) {
            .hero h1 { font-size: 30px; }
            .hero p { font-size: 16px; }
            article { padding: 20px; }
            .content-wrapper { margin: 20px 0; }
        }
        .scroll-top { position: fixed; bottom: 20px; right: 20px; background: var(--red); color: var(--white); width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); z-index: 999; transition: all 0.3s; border: none; cursor: pointer; }
        .scroll-top:hover { background: var(--dark); transform: translateY(-5px); }
        .comment-list { margin: 20px 0; }
        .comment-item { background: #f9f9f9; border-radius: 8px; padding: 15px; margin-bottom: 10px; border-left: 4px solid #ddd; }
        .comment-item .author { font-weight: 700; color: var(--dark); }
        .comment-item .date { font-size: 12px; color: var(--gray); }
        .comment-item .stars { color: var(--gold); }
