        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #faf7f2;
            color: #1e2a2f;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #c8672b;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #9e4f1e;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.25rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.25;
            color: #1e2a2f;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }
        :root {
            --saffron: #f28c28;
            --saffron-dark: #d4741a;
            --green-india: #138808;
            --white-india: #faf7f2;
            --deep-ink: #1e2a2f;
            --gold: #c9a86c;
            --gold-light: #e8d5b5;
            --card-bg: #ffffff;
            --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.06);
            --shadow-hover: 0 16px 40px rgba(0, 0, 0, 0.10);
            --radius: 12px;
            --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .skip-link {
            position: absolute;
            top: -100%;
            left: 1rem;
            background: var(--saffron);
            color: #fff;
            padding: 0.5rem 1.25rem;
            border-radius: 0 0 8px 8px;
            z-index: 9999;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 0;
        }
        .site-header {
            background: linear-gradient(135deg, #1e2a2f 0%, #2a3a40 100%);
            color: #fff;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
        }
        .my-logo {
            font-size: 1.75rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            color: #fff;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            transition: opacity 0.3s;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .my-logo .logo-icon {
            font-size: 2rem;
            color: var(--saffron);
        }
        .my-logo .logo-sub {
            font-size: 0.7rem;
            font-weight: 400;
            opacity: 0.7;
            letter-spacing: 0.08em;
            display: block;
            line-height: 1;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.75rem;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 6px;
            transition: background 0.25s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.10);
        }
        .primary-nav {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            flex-wrap: wrap;
        }
        .primary-nav a {
            color: #eae3d8;
            padding: 0.5rem 0.9rem;
            border-radius: 8px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        .primary-nav a:hover,
        .primary-nav a:focus-visible {
            background: rgba(242, 140, 40, 0.20);
            color: var(--saffron);
            text-decoration: none;
        }
        .primary-nav a.active {
            background: var(--saffron);
            color: #1e2a2f;
        }
        .breadcrumb-wrap {
            background: #f0ebe3;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #e2d7c8;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.3rem 0.6rem;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            color: #b09a80;
            font-size: 1.2rem;
            line-height: 1;
            margin-right: 0.2rem;
        }
        .breadcrumb a {
            color: #7a6652;
        }
        .breadcrumb .current {
            color: #1e2a2f;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(135deg, #1e2a2f 0%, #2a3a40 60%, #3a4a50 100%);
            color: #fff;
            padding: 3rem 0 2.5rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero::after {
            content: "♠ ♥ ♦ ♣";
            position: absolute;
            bottom: -20px;
            right: -20px;
            font-size: 10rem;
            opacity: 0.04;
            letter-spacing: 1.5rem;
            pointer-events: none;
            color: var(--saffron);
            transform: rotate(-8deg);
        }
        .hero h1 {
            font-size: clamp(2rem, 6vw, 3.6rem);
            color: #fff;
            font-weight: 800;
            line-height: 1.15;
            margin-bottom: 0.75rem;
        }
        .hero h1 .highlight {
            color: var(--saffron);
        }
        .hero p {
            font-size: clamp(1rem, 2.5vw, 1.25rem);
            opacity: 0.88;
            max-width: 720px;
            margin: 0 auto 1.5rem;
        }
        .hero .last-updated {
            display: inline-block;
            background: rgba(255, 255, 255, 0.10);
            backdrop-filter: blur(4px);
            padding: 0.35rem 1.2rem;
            border-radius: 50px;
            font-size: 0.8rem;
            color: var(--gold-light);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .search-section {
            background: #fff;
            padding: 1.5rem 0;
            border-bottom: 1px solid #e8e0d6;
            box-shadow: var(--shadow-soft);
        }
        .search-form {
            display: flex;
            gap: 0.75rem;
            max-width: 600px;
            margin: 0 auto;
            flex-wrap: wrap;
            justify-content: center;
        }
        .search-form input[type="text"] {
            flex: 1 1 260px;
            padding: 0.75rem 1.2rem;
            border: 2px solid #ddd3c6;
            border-radius: 50px;
            font-size: 1rem;
            background: #faf7f2;
            transition: border 0.3s, box-shadow 0.3s;
            outline: none;
        }
        .search-form input[type="text"]:focus {
            border-color: var(--saffron);
            box-shadow: 0 0 0 4px rgba(242, 140, 40, 0.15);
        }
        .search-form button {
            padding: 0.75rem 2rem;
            background: var(--saffron);
            color: #fff;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: var(--saffron-dark);
            transform: scale(1.02);
        }
        .main-wrap {
            padding: 2.5rem 0 4rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
        }
        .content-area {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 110px;
            align-self: start;
        }
        .article-body h2 {
            font-size: 1.9rem;
            margin: 2.2rem 0 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 3px solid var(--saffron);
            display: inline-block;
            color: #1e2a2f;
        }
        .article-body h3 {
            font-size: 1.45rem;
            margin: 1.8rem 0 0.75rem;
            color: #2a3a40;
        }
        .article-body h4 {
            font-size: 1.15rem;
            margin: 1.4rem 0 0.5rem;
            color: #3a4a50;
        }
        .article-body p {
            margin-bottom: 1.1rem;
        }
        .article-body ul,
        .article-body ol {
            margin-bottom: 1.2rem;
        }
        .article-body li {
            margin-bottom: 0.35rem;
        }
        .article-body strong {
            color: #1e2a2f;
        }
        .article-body .emoji-big {
            font-size: 1.3rem;
        }
        .feature-image-wrap {
            margin: 2rem 0;
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: var(--shadow-soft);
            background: #e8e0d6;
        }
        .feature-image-wrap img {
            width: 100%;
            object-fit: cover;
            aspect-ratio: 16/9;
        }
        .feature-image-wrap figcaption {
            padding: 0.75rem 1.25rem;
            font-size: 0.9rem;
            color: #5a4a3a;
            background: #fff;
            border-top: 1px solid #e8e0d6;
            font-style: italic;
        }
        .callout {
            background: #f0ebe3;
            border-left: 5px solid var(--saffron);
            padding: 1.25rem 1.75rem;
            border-radius: 0 var(--radius) var(--radius) 0;
            margin: 1.75rem 0;
            box-shadow: var(--shadow-soft);
        }
        .callout p:last-child {
            margin-bottom: 0;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.75rem 0;
            border-radius: var(--radius);
            box-shadow: var(--shadow-soft);
        }
        .table-wrap table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            font-size: 0.95rem;
        }
        .table-wrap th {
            background: #1e2a2f;
            color: #fff;
            padding: 0.8rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .table-wrap td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #eee7de;
        }
        .table-wrap tr:nth-child(even) {
            background: #faf7f2;
        }
        .table-wrap tr:hover td {
            background: #f0ebe3;
        }
        .sidebar-card {
            background: #fff;
            border-radius: var(--radius);
            padding: 1.5rem;
            box-shadow: var(--shadow-soft);
            margin-bottom: 1.5rem;
            border: 1px solid #eee7de;
        }
        .sidebar-card h3 {
            font-size: 1.2rem;
            margin-bottom: 1rem;
            color: #1e2a2f;
            border-bottom: 2px solid var(--gold-light);
            padding-bottom: 0.5rem;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
        }
        .sidebar-card ul li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #f0ebe3;
        }
        .sidebar-card ul li:last-child {
            border-bottom: none;
        }
        .sidebar-card ul li a {
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .sidebar-card ul li a::before {
            content: "▸";
            color: var(--saffron);
            font-weight: 700;
        }
        .rating-stars {
            display: flex;
            gap: 0.25rem;
            font-size: 1.75rem;
            color: #ddd3c6;
            cursor: pointer;
            direction: rtl;
            justify-content: flex-end;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            transition: color 0.2s, transform 0.15s;
            cursor: pointer;
            color: #ddd3c6;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: var(--saffron);
            transform: scale(1.08);
        }
        .rating-display {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-top: 0.5rem;
        }
        .rating-display .stars {
            color: var(--saffron);
            font-size: 1.2rem;
        }
        .rating-display .count {
            color: #7a6652;
            font-size: 0.9rem;
        }
        .comment-form textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #ddd3c6;
            border-radius: 8px;
            font-size: 0.95rem;
            font-family: inherit;
            resize: vertical;
            min-height: 90px;
            background: #faf7f2;
            transition: border 0.3s;
        }
        .comment-form textarea:focus {
            border-color: var(--saffron);
            outline: none;
            box-shadow: 0 0 0 4px rgba(242, 140, 40, 0.10);
        }
        .comment-form .form-row {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-top: 0.75rem;
        }
        .comment-form .form-row input {
            flex: 1 1 180px;
            padding: 0.65rem 1rem;
            border: 2px solid #ddd3c6;
            border-radius: 8px;
            font-size: 0.9rem;
            background: #faf7f2;
            transition: border 0.3s;
        }
        .comment-form .form-row input:focus {
            border-color: var(--saffron);
            outline: none;
        }
        .comment-form button {
            padding: 0.7rem 2rem;
            background: var(--green-india);
            color: #fff;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            margin-top: 0.75rem;
        }
        .comment-form button:hover {
            background: #0d6e05;
            transform: scale(1.02);
        }
        .site-footer {
            background: #1e2a2f;
            color: #d4cdc2;
            padding: 2.5rem 0 1.5rem;
            margin-top: 2rem;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .footer-inner h4 {
            color: #fff;
            font-size: 1.1rem;
            margin-bottom: 1rem;
        }
        .footer-inner a {
            color: #c9b298;
        }
        .footer-inner a:hover {
            color: var(--saffron);
        }
        .friend-link {
            display: block;
            padding: 0.35rem 0;
        }
        .friend-link a {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .friend-link a::before {
            content: "🔗";
            font-size: 0.8rem;
        }
        .footer-bottom {
            border-top: 1px solid #2a3a40;
            padding-top: 1.5rem;
            margin-top: 2rem;
            text-align: center;
            font-size: 0.85rem;
            color: #9a8a7a;
        }
        .footer-bottom .copyright {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.5rem;
            flex-wrap: wrap;
        }
        @media (max-width: 992px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                order: 2;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1e2a2f;
                padding: 1rem 0 0.5rem;
                border-top: 1px solid #2a3a40;
                margin-top: 0.5rem;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.6rem 1rem;
                width: 100%;
                text-align: left;
            }
            .hero {
                padding: 2rem 0 1.5rem;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .search-form input[type="text"] {
                flex: 1 1 100%;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .rating-stars {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.25rem;
            }
            .my-logo .logo-icon {
                font-size: 1.4rem;
            }
            .article-body h2 {
                font-size: 1.5rem;
            }
            .article-body h3 {
                font-size: 1.2rem;
            }
            .container {
                padding: 0 0.75rem;
            }
            .breadcrumb-wrap {
                font-size: 0.75rem;
            }
        }
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }
        .text-saffron {
            color: var(--saffron);
        }
        .fw-700 {
            font-weight: 700;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        @media print {
            .site-header,
            .search-section,
            .sidebar,
            .nav-toggle,
            .breadcrumb-wrap,
            .site-footer {
                display: none !important;
            }
            .hero {
                padding: 1rem 0;
                background: #fff !important;
                color: #1e2a2f !important;
            }
            .hero h1 {
                color: #1e2a2f !important;
            }
            .content-grid {
                display: block;
            }
        }
