        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', 'Noto Sans Devanagari', sans-serif; }
        html { scroll-behavior: smooth; }
        body { background-color: #f8f5f0; color: #333; line-height: 1.7; }
        header { background: linear-gradient(135deg, #1a237e 0%, #0d47a1 100%); color: white; padding: 1rem 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
        .header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1400px; margin: 0 auto; }
        .logo a { font-size: 2.2rem; font-weight: 800; color: #ffeb3b; text-decoration: none; letter-spacing: 1px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        .logo a:hover { color: #fff; transition: color 0.3s; }
        nav ul { display: flex; list-style: none; }
        nav li { margin-left: 2rem; }
        nav a { color: white; text-decoration: none; font-weight: 600; font-size: 1.1rem; padding: 0.5rem 0.8rem; border-radius: 4px; transition: all 0.3s; }
        nav a:hover, nav a.active { background-color: rgba(255, 235, 59, 0.2); color: #ffeb3b; }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; }
        .breadcrumb { background: #e8eaf6; padding: 0.8rem 2rem; font-size: 0.95rem; max-width: 1400px; margin: 0 auto; }
        .breadcrumb a { color: #1a237e; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        .container { max-width: 1400px; margin: 2rem auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr 300px; gap: 3rem; }
        main article { background: white; padding: 2.5rem; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
        aside { background: white; padding: 1.5rem; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); height: fit-content; }
        h1 { color: #1a237e; font-size: 2.8rem; margin-bottom: 1.5rem; line-height: 1.2; border-left: 6px solid #ffeb3b; padding-left: 1rem; }
        h2 { color: #0d47a1; font-size: 2rem; margin: 2.5rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #ffeb3b; }
        h3 { color: #1565c0; font-size: 1.5rem; margin: 1.8rem 0 0.8rem; }
        p { margin-bottom: 1.5rem; text-align: justify; font-size: 1.1rem; }
        .lead { font-size: 1.3rem; color: #555; font-weight: 500; background: #f1f8e9; padding: 1.2rem; border-radius: 8px; border-left: 4px solid #8bc34a; }
        .highlight { background-color: #fff9c4; padding: 0.2rem 0.5rem; border-radius: 3px; font-weight: 600; }
        strong { color: #1a237e; }
        em { color: #d84315; }
        .article-img { width: 100%; border-radius: 10px; margin: 1.5rem 0; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.5s; }
        .article-img:hover { transform: scale(1.01); }
        .img-caption { text-align: center; font-style: italic; color: #666; margin-top: -0.5rem; margin-bottom: 1.5rem; }
        .feature-box { background: #e3f2fd; border-radius: 10px; padding: 2rem; margin: 2rem 0; border: 1px solid #bbdefb; }
        .feature-box h3 { color: #0d47a1; margin-top: 0; }
        form { display: flex; flex-direction: column; gap: 1rem; margin-top: 1rem; }
        input, textarea, select { padding: 0.8rem; border: 1px solid #90a4ae; border-radius: 6px; font-size: 1rem; }
        button { background: linear-gradient(to right, #1a237e, #0d47a1); color: white; border: none; padding: 1rem 1.5rem; border-radius: 6px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all 0.3s; }
        button:hover { background: linear-gradient(to right, #0d47a1, #1a237e); transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.2); }
        .stars { display: flex; gap: 0.5rem; margin: 1rem 0; }
        .star { font-size: 1.8rem; color: #ddd; cursor: pointer; transition: color 0.2s; }
        .star:hover, .star.active { color: #ffeb3b; }
        aside h3 { color: #1a237e; font-size: 1.4rem; margin-bottom: 1rem; }
        .sidebar-links { list-style: none; }
        .sidebar-links li { margin-bottom: 0.8rem; padding-bottom: 0.8rem; border-bottom: 1px dashed #ccc; }
        .sidebar-links a { color: #1565c0; text-decoration: none; display: block; padding: 0.3rem 0; transition: padding-left 0.3s; }
        .sidebar-links a:hover { color: #0d47a1; padding-left: 10px; border-left: 3px solid #ffeb3b; }
        .sidebar-links i { margin-right: 0.5rem; color: #ff9800; }
        .footer-links { background: #1a237e; padding: 2.5rem 2rem; margin-top: 3rem; }
        .links-container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.5rem; }
        .web-link { background: rgba(255, 255, 255, 0.05); padding: 1.2rem; border-radius: 8px; transition: all 0.3s; }
        .web-link:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-3px); }
        .web-link a { color: #bbdefb; text-decoration: none; font-size: 1.1rem; display: block; }
        .web-link a:hover { color: #ffeb3b; text-decoration: underline; }
        footer { background: #0d0d1a; color: #b0bec5; text-align: center; padding: 2rem; }
        .copyright { margin-top: 1rem; font-size: 0.9rem; color: #78909c; }
        @media (max-width: 992px) {
            .container { grid-template-columns: 1fr; gap: 2rem; }
            .links-container { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 768px) {
            .header-container { flex-wrap: wrap; }
            nav ul { display: none; flex-direction: column; width: 100%; background: #1a237e; margin-top: 1rem; padding: 1rem; border-radius: 8px; }
            nav.active ul { display: flex; }
            nav li { margin: 0.5rem 0; }
            .hamburger { display: block; }
            h1 { font-size: 2.2rem; }
            .lead { font-size: 1.1rem; }
        }
        @media (max-width: 576px) {
            .container, .breadcrumb, header { padding-left: 1rem; padding-right: 1rem; }
            .links-container { grid-template-columns: 1fr; }
            h1 { font-size: 1.9rem; }
        }
