@import "https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Inter:wght@400;700&display=swap";.site-wrapper{flex-direction:column;min-height:100vh;display:flex}main{flex:1}a{color:inherit;text-decoration:none}.trend-number{color:#e2e8f0;margin-right:1rem;font-size:2rem;font-weight:900;line-height:1}.trending-item{align-items:center}.trending-content h4{color:var(--text-dark);font-weight:600}.trending-content p{color:var(--text-muted);margin-top:4px;font-size:.75rem}.recent-posts{flex-direction:column;gap:2rem;display:flex}.article-body p{margin-bottom:1.5rem}@media (width<=768px){.home-grid{grid-template-columns:1fr}.header-top{text-align:center;flex-direction:column}.nav-links{margin-top:1rem}}.cookie-banner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffffa;border:1px solid #c41e3a33;border-radius:12px;width:90%;max-width:600px;padding:1.5rem;animation:.5s ease-out slideUp;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000026}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}.cookie-content{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.cookie-content p{color:#334155;margin:0;font-size:.95rem;line-height:1.5}.cookie-content a{color:#c41e3a;font-weight:600;text-decoration:none}.accept-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#c41e3a;border:none;border-radius:8px;padding:.7rem 1.8rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.accept-btn:hover{background:#a01830;transform:translateY(-2px);box-shadow:0 4px 15px #c41e3a4d}@media (width<=600px){.cookie-content{text-align:center;flex-direction:column}.cookie-banner{padding:1.25rem;bottom:1rem}.accept-btn{width:100%}}:root{--primary:#c41e3a;--secondary:#0047ab;--bg-dark:#0f172a;--bg-light:#fff;--accent-red:#ef4444;--accent-blue:#3b82f6;--text-dark:#1e293b;--text-muted:#64748b}*{box-sizing:border-box}body{background-color:var(--bg-light);color:var(--text-dark);margin:0;font-family:Hind Siliguri,Inter,sans-serif;overflow-x:hidden}#root{width:100%;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1rem}header{border-bottom:5px solid var(--primary);z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.header-top{justify-content:space-between;align-items:center;padding:.8rem 0;display:flex}.logo{gap:10px;text-decoration:none;align-items:center!important;display:flex!important}.logo img{height:60px}.logo-name{color:#c41e3a;margin:0;font-size:1.8rem;font-weight:900}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary)}.menu-toggle{color:var(--primary);cursor:pointer;background:#f1f5f9;border:none;border-radius:6px;padding:8px 12px;font-size:1.5rem;line-height:1;display:none}.ticker-wrap{background:var(--bg-dark);color:#fff;padding:8px 0;display:flex;overflow:hidden}.ticker-label{background:var(--primary);z-index:2;white-space:nowrap;height:100%;padding:0 15px;font-weight:700}.ticker-content{white-space:nowrap;animation:30s linear infinite ticker;display:flex}@keyframes ticker{0%{transform:translate(100%)}to{transform:translate(-100%)}}.ticker-item{padding:0 2rem;font-size:.9rem}.home-grid{grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem;display:grid}.main-column h2,.sidebar-column h2{border-left:5px solid var(--primary);margin-bottom:1.5rem;padding-left:10px}.card{cursor:pointer;margin-bottom:2rem;transition:transform .3s}.card:hover{transform:translateY(-5px)}.card img{object-fit:cover;border-radius:8px;width:100%;height:250px}.card-content h3{margin:10px 0;font-size:1.4rem;line-height:1.4}.card-meta{color:var(--text-muted);gap:1rem;font-size:.8rem;display:flex}.trending-item{border-bottom:1px solid #eee;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.trending-item img{border-radius:4px;width:100px;height:70px}.trending-content h4{margin:0;font-size:1rem}footer{background:var(--bg-dark);color:#fff;margin-top:4rem;padding:4rem 0}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid}.subscribe-form input{border:none;border-radius:4px 0 0 4px;width:70%;padding:1rem}.subscribe-form button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:0 4px 4px 0;padding:1rem}.category-bar::-webkit-scrollbar{display:none}@media (width<=1024px){.logo-name{font-size:1.4rem}}@media (width<=768px){.menu-toggle{z-index:2001;display:block}.nav-links{z-index:2000;background:#fff;flex-direction:column;gap:1.5rem;width:70%;height:100vh;padding:80px 2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 20px #0000001a}.nav-links.open{right:0}.nav-links a{border-bottom:1px solid #eee;padding-bottom:10px;font-size:1.2rem}.header-top{width:100%;padding:.5rem 0;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.logo img{height:45px}.home-grid{grid-template-columns:1fr}.card img{height:200px}}@media (width<=480px){.logo-name{font-size:1.1rem}.subscribe-form input{border-radius:4px;width:100%;margin-bottom:.5rem}.subscribe-form button{border-radius:4px;width:100%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rich-text-content{word-wrap:break-word;overflow-wrap:break-word}.rich-text-content img{border-radius:8px;max-width:100%;margin:1rem 0;height:auto!important}.rich-text-content iframe{border-radius:8px;max-width:100%}.rich-text-content table{border-collapse:collapse;margin:1rem 0;display:block;overflow-x:auto;width:100%!important}.rich-text-content pre,.rich-text-content code{background:#f1f5f9;border-radius:4px;padding:.2rem .4rem;font-family:monospace}.search-form-desktop{border:1px solid #0000;transition:all .3s}.search-form-desktop:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #c41e3a1a;background:#fff!important}@media (width<=768px){.search-form-desktop{display:none!important}.search-form-mobile{display:flex!important}}
