*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; }
        body { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.75; color: #212529; background-color: #f8f5f0; }
        a { color: #1a5c38; text-decoration: none; border-bottom: 1px solid transparent; transition: all .2s ease; }
        a:hover { color: #b8860b; border-bottom-color: currentColor; }
        img { max-width: 100%; height: auto; display: block; border-radius: 10px; }
        .container { width: min(1120px, 94%); margin-inline: auto; }
        .container--wide { width: min(1280px, 96%); }
        .site-header { background: #0a2e1c; background: linear-gradient(100deg, #0a2e1c 0%, #154f31 100%); box-shadow: 0 10px 30px -12px rgba(0,0,0,0.4); position: sticky; top: 0; z-index: 1000; }
        .header-flex { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 12px 0; gap: 10px; }
        .my-logo { display: inline-flex; align-items: center; gap: 10px; font-family: 'Barlow Condensed', sans-serif; font-size: 2.2rem; font-weight: 700; letter-spacing: -0.5px; color: #fff; border: none; }
        .my-logo i { color: #facc15; font-size: 2.8rem; }
        .my-logo span { color: #facc15; font-weight: 800; }
        .header-site-link { font-size: 0.85rem; color: #cddcd0; border: 1px solid #356546; padding: 4px 12px; border-radius: 100px; margin-left: 8px; }
        .header-site-link:hover { background: rgba(255,255,255,0.1); border-color: #facc15; }
        .primary-nav ul { list-style: none; display: flex; gap: 22px; }
        .primary-nav a { color: #d8eadf; font-weight: 600; border: none; font-size: 0.95rem; padding: 8px 0; position: relative; }
        .primary-nav a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: #facc15; transition: width .25s ease; }
        .primary-nav a:hover::after { width: 100%; }
        .nav-toggle { display: none; background: transparent; border: 0; color: white; font-size: 1.8rem; cursor: pointer; line-height: 1; }
        .nav-toggle:focus-visible { outline: 2px solid #facc15; border-radius: 6px; }
        .breadcrumb-wrap { background: #fff; border-bottom: 1px solid #e4e0d8; }
        .breadcrumb { list-style: none; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 10px 0; font-size: 0.85rem; }
        .breadcrumb li+li::before { content: "›"; margin-right: 8px; color: #a29c8f; font-weight: 600; }
        .breadcrumb a { color: #1a5c38; border-bottom: none; }
        .breadcrumb a:hover { color: #b8860b; }
        .breadcrumb li[aria-current="page"] { color: #6c4a1f; font-weight: 600; }
        .hero-section { background: #f2eee7; padding: 32px 0 0; }
        .hero-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.15; font-weight: 700; color: #0a2e1c; border-bottom: 6px solid #facc15; padding-bottom: 10px; display: inline-block; margin-bottom: 18px; }
        .hero-excerpt { font-size: 1.14rem; max-width: 860px; }
        .article-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; padding: 30px 0; }
        .featured-stats { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0 15px; }
        .stat-card { background: white; backdrop-filter: blur(4px); border-radius: 18px; padding: 18px 24px; box-shadow: 0 2px 16px rgba(0,0,0,0.04); flex: 1 1 180px; border: 1px solid #e2dcf0; }
        .stat-card i { color: #1a5c38; font-size: 1.8rem; margin-bottom: 8px; }
        .stat-card .big-number { font-family: 'Barlow Condensed', sans-serif; font-size: 2.2rem; font-weight: 800; line-height: 1.2; }
        .stat-card .label { font-size: 0.9rem; color: #615b53; }
        .main-content { display: grid; grid-template-columns: 1fr; gap: 46px; }
        @media (min-width: 1024px) {
            .article-content-grid { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: start; gap: 36px; }
            .sidebar-toc { position: sticky; top: 100px; }
        }
        .toc-box { background: #fff; border-radius: 18px; padding: 22px 22px 14px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); border-left: 6px solid #1a5c38; }
        .toc-box h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; letter-spacing: 0.4px; margin-bottom: 12px; color: #0a2e1c; }
        .toc-box ol { list-style: none; counter-reset: toc-list; display: grid; gap: 8px; }
        .toc-box li { counter-increment: toc-list; }
        .toc-box li a { display: flex; gap: 10px; color: #222; border-bottom: none; font-size: 0.93rem; }
        .toc-box li a::before { content: counter(toc-list, decimal-leading-zero); font-weight: 700; color: #1a5c38; font-size: 0.8rem; }
        .toc-box li a:hover { color: #b8860b; }
        h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 700; color: #0a2e1c; margin: 40px 0 16px; line-height: 1.2; border-left: 8px solid #1a5c38; padding-left: 16px; }
        h2 i { color: #b8860b; margin-right: 8px; }
        h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.55rem; font-weight: 700; color: #153c27; margin: 28px 0 12px; }
        h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; font-weight: 600; color: #274a31; margin: 22px 0 8px; letter-spacing: 0.3px; }
        p { margin-bottom: 1rem; color: #2e2a24; }
        strong { color: #172e1c; }
        .callout { background: #eaf4ea; border-left: 8px solid #2e7d32; padding: 20px 24px; border-radius: 0 14px 14px 0; margin: 24px 0; position: relative; }
        .callout--fact { background: #fdfaed; border-left-color: #fabb05; }
        .callout--player { background: #f1ebff; border-left-color: #7048e8; }
        .callout--pro { background: #e0f2fe; border-left-color: #0284c7; }
        .indian-flag-spark::after { content: " 🇮🇳"; font-size: 1.2rem; }
        ul.game-list, ol.game-list { margin-bottom: 1.5rem; padding-left: 1.2rem; }
        ul.game-list li, ol.game-list li { margin-bottom: 0.6rem; }
        ul.jump-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px,1fr)); gap: 10px; margin: 20px 0; }
        ul.jump-list li { background: #fff; border-radius: 14px; padding: 12px 18px; border-left: 6px solid #1a5c38; font-weight: 600; transition: transform .2s; box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
        ul.jump-list li:hover { transform: translateY(-3px); background: #faf7f2; }
        .table-responsive { overflow-x: auto; border-radius: 16px; margin: 24px 0; box-shadow: 0 8px 30px -10px rgba(0,0,0,0.15); }
        table { width: 100%; border-collapse: collapse; background: white; min-width: 640px; }
        th { background: #0e3d22; color: white; padding: 14px 16px; text-align: left; }
        td { padding: 13px 16px; border-bottom: 1px solid #e5e2df; }
        tr:nth-child(even) td { background: #f2efe9; }
        .article-figure { margin: 30px 0; border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,0.04); }
        .figure-img-wrap { background: #e6ede6; padding: 0; }
        .figure-img-wrap img { width: 100%; object-fit: cover; background: #cfddd0; }
        figcaption { padding: 12px 22px; color: #544c40; font-style: italic; font-size: 0.9rem; }
        .comment-section, .score-section, .search-section { background: #ffffff; border-radius: 22px; padding: 32px; margin: 36px 0; box-shadow: 0 8px 24px rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.03); }
        .input-form { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
        .input-form input[type="text"], .input-form input[type="search"] { flex: 1 1 240px; padding: 12px 18px; border-radius: 100px; border: 1px solid #cfcabb; background: #f7f5f0; }
        .input-form button { background: #0d371f; color: #fff; border: none; padding: 10px 26px; border-radius: 100px; font-weight: 600; cursor: pointer; }
        .input-form button:hover { background: #b8860b; }
        .score-stars { display: flex; gap: 6px; font-size: 2rem; color: #fabb05; margin: 14px 0; }
        .fa-star { font-size: 1.6rem; }
        .score-submit-btn { background: #1a5c38; color: white; border: none; padding: 8px 28px; border-radius: 100px; font-family: 'Inter'; cursor: pointer; font-weight: 600; }
        friend-link { display: block; background: #263238; color: #f1f1ef; border-radius: 28px; padding: 36px 34px; margin: 30px 0; text-align: center; }
        friend-link a { display: inline-block; color: #facc15; border-bottom: 1px solid rgba(250,204,21,0.4); margin: 8px 12px; }
        friend-link a:hover { color: white; border-color: white; }
        .site-footer { background: #0a2e1c; padding: 40px 0 20px; color: #bdcbc2; margin-top: 40px; }
        .footer-cols { display: flex; flex-wrap: wrap; gap: 36px; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid #4d6959; }
        .footer-col h4 { color: #f0d583; margin-bottom: 12px; font-size: 1.1rem; }
        .footer-col a { display: block; color: #b9dac6; border-bottom: none; font-size: 0.9rem; padding: 2px 0; }
        .footer-col a:hover { color: #fff; text-decoration: underline; }
        .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding-top: 20px; font-size: 0.85rem; }
        .copyright { color: #98ae9e; }
        @media (max-width: 820px) {
            .nav-toggle { display: inline-block; }
            .primary-nav { display: none; width: 100%; order: 3; }
            .primary-nav.open { display: block; }
            .primary-nav ul { flex-direction: column; gap: 10px; padding: 10px 0; }
            .primary-nav a { padding: 12px 0; font-size: 1.05rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
            .header-flex { align-items: center; }
        }
        @media (max-width: 480px) {
            .ui-font { font-size: 0.9rem; }
            h2 { font-size: 1.68rem; }
            .comment-section, .score-section, .search-section { padding: 20px; }
        }
        ::selection { background: #facc15; color: #0a2e1c; }
        .emoji { font-size: 1.2rem; margin-right: 4px; }
        .sticky-top { position: relative; }
        .sep-dots { letter-spacing: 6px; color: #b8860b; text-align: center; margin: 12px 0; }
