        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', 'Noto Sans Devanagari', sans-serif; }
        html { scroll-behavior: smooth; }
        body { background-color: #f5f2eb; color: #333; line-height: 1.7; }
        h1, h2, h3, h4 { color: #2c3e50; margin-bottom: 1rem; line-height: 1.3; }
        h1 { font-size: 2.8rem; border-left: 6px solid #e67e22; padding-left: 1rem; margin-top: 2rem; }
        h2 { font-size: 2.2rem; color: #16a085; padding-bottom: 0.5rem; border-bottom: 2px dashed #bdc3c7; }
        h3 { font-size: 1.8rem; color: #8e44ad; }
        p { margin-bottom: 1.5rem; text-align: justify; }
        .highlight { background-color: #fffacd; padding: 0.2rem 0.5rem; border-radius: 3px; font-weight: bold; }
        strong { color: #c0392b; }
        em { color: #7f8c8d; }
        .lead { font-size: 1.3rem; color: #2c3e50; font-weight: 600; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .main-content { display: grid; grid-template-columns: 1fr 300px; gap: 40px; margin: 30px 0; }
        @media (max-width: 992px) { .main-content { grid-template-columns: 1fr; } }
        .site-header { background: linear-gradient(135deg, #1a2980, #26d0ce); color: white; padding: 1rem 0; box-shadow: 0 4px 12px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; }
        .header-container { display: flex; justify-content: space-between; align-items: center; }
        .logo a { font-size: 2.2rem; font-weight: 900; color: #f1c40f; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; font-family: 'Georgia', serif; }
        .logo a:hover { color: #fff; text-shadow: 0 0 10px #f1c40f; }
        .logo span { color: #ecf0f1; font-size: 1.5rem; }
        .nav-desktop { display: flex; gap: 2rem; }
        .nav-desktop a { color: white; text-decoration: none; font-weight: 600; padding: 0.5rem 1rem; border-radius: 4px; transition: all 0.3s; }
        .nav-desktop a:hover, .nav-desktop a.active { background-color: rgba(255,255,255,0.2); }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; }
        .nav-mobile { display: none; flex-direction: column; background-color: #2c3e50; position: absolute; top: 100%; left: 0; width: 100%; padding: 1rem; }
        .nav-mobile.active { display: flex; }
        .nav-mobile a { color: white; padding: 1rem; border-bottom: 1px solid #34495e; text-decoration: none; }
        .nav-mobile a:hover { background-color: #34495e; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .hamburger { display: block; }
        }
        .breadcrumb { background-color: #ecf0f1; padding: 1rem; border-radius: 5px; margin: 1rem 0; }
        .breadcrumb a { color: #2980b9; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        .search-widget { background: #fff; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin-bottom: 2rem; }
        .search-form { display: flex; }
        .search-input { flex: 1; padding: 15px; border: 2px solid #3498db; border-radius: 5px 0 0 5px; font-size: 1rem; }
        .search-btn { background: #3498db; color: white; border: none; padding: 0 25px; border-radius: 0 5px 5px 0; cursor: pointer; font-size: 1.2rem; transition: background 0.3s; }
        .search-btn:hover { background: #2980b9; }
        .article-content { background: white; padding: 3rem; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
        .article-meta { color: #7f8c8d; margin-bottom: 2rem; font-style: italic; }
        .game-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; margin: 2rem 0; }
        .game-card { background: #f9f9f9; border-radius: 10px; padding: 1.5rem; border-left: 5px solid #e74c3c; transition: transform 0.3s, box-shadow 0.3s; }
        .game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
        .game-card h3 { margin-top: 0; }
        .game-rating { color: #f39c12; margin: 10px 0; }
        .feature-img { width: 100%; max-height: 500px; object-fit: cover; border-radius: 10px; margin: 2rem 0; border: 5px solid #bdc3c7; }
        .sidebar { background: white; padding: 2rem; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); align-self: start; }
        .widget { margin-bottom: 2.5rem; }
        .widget-title { background: #2c3e50; color: white; padding: 12px 20px; border-radius: 5px; margin-bottom: 1rem; font-size: 1.3rem; }
        .comment-form, .rating-form { background: #f8f9fa; padding: 2rem; border-radius: 10px; margin-top: 2rem; }
        .form-group { margin-bottom: 1.5rem; }
        .form-label { display: block; margin-bottom: 0.5rem; font-weight: 600; }
        .form-input, .form-textarea { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 5px; font-size: 1rem; }
        .form-textarea { min-height: 150px; resize: vertical; }
        .stars { display: flex; gap: 10px; margin: 10px 0; }
        .star { font-size: 2rem; color: #ddd; cursor: pointer; transition: color 0.2s; }
        .star:hover, .star.active { color: #f1c40f; }
        .submit-btn { background: #27ae60; color: white; border: none; padding: 15px 30px; border-radius: 5px; cursor: pointer; font-size: 1.1rem; transition: background 0.3s; }
        .submit-btn:hover { background: #219653; }
        .web-links-section { background: #2c3e50; padding: 3rem 0; margin-top: 4rem; }
        .web-links-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
        .web-link { background: rgba(255,255,255,0.05); padding: 1.5rem; border-radius: 8px; transition: background 0.3s; }
        .web-link:hover { background: rgba(255,255,255,0.1); }
        .web-link a { color: #ecf0f1; text-decoration: none; font-size: 1.1rem; display: block; }
        .web-link a:hover { color: #f1c40f; text-decoration: underline; }
        .site-footer { background: #1a252f; color: #bdc3c7; text-align: center; padding: 3rem 0; }
        .copyright { margin-top: 2rem; font-size: 0.9rem; }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            .article-content { padding: 2rem; }
            .search-form { flex-direction: column; }
            .search-input, .search-btn { border-radius: 5px; margin-bottom: 10px; }
        }
        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
        .fade-in { animation: fadeIn 0.8s ease-in; }
