@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Gidugu&family=Ramabhadra&family=Noto+Sans+Devanagari:wght@400;600;700&display=swap";:root{--primary-navy: #0a192f;--secondary-navy: #1e293b;--accent-red: #d32f2f;--accent-red-hover: #b71c1c;--gold-accent: #ffd700;--bg-main: #f8fafc;--card-bg: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--border-light: #e2e8f0;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--transition-fast: all .25s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{max-width:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-main);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:1280px;width:100%;min-width:0;margin:0 auto;padding:0 16px}.header-master{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 4px 15px #0000001a}.nav-top-bar{background:var(--primary-navy);color:#e2e8f0;padding:6px 0;font-size:.78rem;border-bottom:1px solid rgba(255,255,255,.08)}.top-bar-content{display:flex;justify-content:space-between;align-items:center;flex-direction:column}.top-left-info{display:flex;align-items:center;gap:12px}.date-time-item{display:flex;align-items:center;gap:5px;font-weight:500}.date-time-divider{opacity:.3}.top-right-actions{display:flex;align-items:center;gap:14px}.top-action-btn{color:#fff;text-decoration:none;font-size:.76rem;font-weight:700;display:flex;align-items:center;gap:4px;padding:3px 10px;border-radius:4px;transition:background .2s}.epaper-badge{background:#2563eb}.epaper-badge:hover{background:#1d4ed8}.admin-link-btn{background:#ffffff26}.admin-link-btn:hover{background:#ffffff4d}.nav-main-header{background:#fff;padding:12px 0;border-bottom:1px solid var(--border-light)}.nav-header-container{display:flex;justify-content:space-between;align-items:center}.brand-logo-link{display:flex;align-items:center;gap:16px;text-decoration:none}.brand-logo-img{height:70px;width:auto;object-fit:contain}.brand-subtitle{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:800;color:var(--accent-red);text-transform:uppercase;letter-spacing:.5px;border-left:2px solid var(--border-light);padding-left:14px}.live-bullet{width:8px;height:8px;background:var(--accent-red);border-radius:50%;animation:pulse 1.2s infinite}.live-tv-banner{display:flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fecaca;padding:4px;border-radius:8px}.live-tv-text{display:flex;flex-direction:column}.live-tv-label{font-weight:900;color:var(--accent-red);font-size:.5rem;line-height:1}.live-tv-sub{font-size:.68rem;color:#64748b;font-weight:600}.nav-category-bar{background:var(--primary-navy)}.category-bar-container{display:flex;align-items:center;max-width:none;padding:0}.nav-links-wrapper{width:100%}.nav-links-list{display:flex;list-style:none;gap:2px;flex-wrap:wrap}.nav-item{color:#f8fafc;text-decoration:none;font-size:.8rem;font-weight:700;padding:12px 14px;display:flex;align-items:center;position:relative;gap:4px;transition:background .2s,color .2s;white-space:nowrap}.nav-item:hover,.home-link{background:var(--accent-red);color:#fff}.dropdown-wrapper{position:relative}.dropdown-toggle{background:transparent;border:none;cursor:pointer}.arrow-down{font-size:.6rem;margin-left:2px}.dropdown-menu{position:absolute;top:100%;left:0;max-width:calc(100vw - 20px);background:#fff;min-width:220px;list-style:none;box-shadow:0 10px 25px #00000026;border-radius:0 0 8px 8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:var(--transition-fast);z-index:1001;border-top:3px solid var(--accent-red)}.nav-item:last-child .dropdown-menu,.nav-item.align-right .dropdown-menu{left:auto;right:0}.has-dropdown:hover .dropdown-menu,.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li a{display:block;padding:10px 16px;color:var(--primary-navy);text-decoration:none;font-size:.88rem;font-weight:600;border-bottom:1px solid var(--border-light);transition:background .2s,color .2s}.dropdown-menu li a:hover{background:#fef2f2;color:var(--accent-red)}.hamburger-rtv{display:none;background:#0a192f;border:none;color:#fff;font-size:1.3rem;padding:6px 12px;border-radius:6px;cursor:pointer;transition:background .2s}.hamburger-rtv:hover{background:#d32f2f}@media (max-width: 992px){.hamburger-rtv{display:flex;align-items:center;justify-content:center}.brand-subtitle{display:none}.nav-links-wrapper{position:fixed;top:90px;left:-100%;width:290px;height:calc(100vh - 90px);background:var(--primary-navy);transition:left .3s ease;overflow-y:auto;z-index:1002;padding:1rem 0;box-shadow:4px 0 20px #0006}.nav-links-wrapper.mobile-open{left:0}.nav-links-list{flex-direction:column;gap:0}.nav-item{padding:14px 20px;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08)}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;background:var(--secondary-navy);box-shadow:none;display:none;border-top:none}.dropdown-menu.show{display:block}.dropdown-menu li a{color:#e2e8f0;padding:12px 32px;border-bottom:1px solid rgba(255,255,255,.05)}}@media (max-width: 768px){.nav-top-bar{padding:8px 0}.nav-header-container{justify-content:space-between}.top-bar-content{flex-direction:column;gap:8px;text-align:center}.top-left-info{justify-content:center;gap:8px;font-size:.72rem}.date-time-divider{display:none}.top-right-actions{justify-content:center;gap:8px;width:100%;flex-wrap:wrap}.nav-main-header{padding:8px 0}.brand-logo-img{height:100px;width:100%}}@media (max-width: 480px){.brand-logo-img{height:70px}.top-action-btn{font-size:.7rem;padding:3px 8px}}.header-master{box-shadow:0 2px 14px #0f172a1a}.nav-main-header{padding:10px 0}.nav-header-container{min-height:72px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-areas:"utilities brand promotion";gap:24px}.nav-header-container>*{min-width:0}.brand-logo-link{grid-area:brand;justify-self:center;gap:12px;width:fit-content}.brand-subtitle{font-size:.7rem;line-height:1.35}.header-right-promo{grid-area:promotion;justify-self:end;display:flex;align-items:center;gap:10px}.live-tv-banner{text-decoration:none;min-height:38px;padding:7px 11px;gap:7px;transition:transform .2s ease,background .2s ease}.live-tv-banner:hover{background:#fee2e2;transform:translateY(-1px)}.live-tv-label{font-size:.72rem;letter-spacing:.05em}.live-tv-qr{display:flex;align-items:center;gap:7px;padding:2px 4px 2px 2px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 2px 6px #0f172a0d}.live-tv-qr img{display:block;width:70px;height:70px;border-radius:4px}.live-tv-qr span{max-width:58px;color:#475569;font-size:.62rem;font-weight:700;line-height:1.25}.header-utilities{grid-area:utilities;justify-content:center;display:flex;flex-direction:row;align-items:center;gap:9px}.header-datetime,.utility-actions{display:flex;align-items:center;gap:12px}.utility-actions{padding-top:1px}.header-datetime{color:#64748b;font-size:.72rem;font-weight:600}.header-datetime span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.top-action-btn{background:#f1f5f9;color:var(--primary-navy);border:1px solid #e2e8f0;padding:5px 9px}.admin-link-btn:hover{color:#fff;background:var(--accent-red);border-color:var(--accent-red)}.legacy-header-controls{display:none}.lang-dropdown{border:1px solid #e2e8f0;border-radius:5px;background:#fff;color:var(--primary-navy);padding:5px 26px 5px 8px;font:inherit;font-size:.76rem;font-weight:700;cursor:pointer}.nav-category-bar{border-top:1px solid rgba(255,255,255,.08)}.nav-links-list{flex-wrap:wrap;overflow:visible;scrollbar-width:none}@media (min-width: 993px){.nav-links-list>.has-dropdown:last-child .dropdown-menu{right:0}}.nav-links-list::-webkit-scrollbar{display:none}.nav-item{padding:11px 12px;font-size:.74rem;letter-spacing:.015em}.hamburger-rtv{display:none}@media (max-width: 992px){.nav-header-container{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"brand qr menu";gap:12px;min-height:60px}.header-utilities{display:none}.header-right-promo{grid-area:qr;justify-self:end;display:flex}.header-right-promo .header-utilities,.header-right-promo .live-tv-banner{display:none}.live-tv-qr{padding:2px;border-radius:6px}.live-tv-qr img{width:46px;height:46px}.hamburger-rtv{grid-area:menu;justify-self:end;display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;padding:0}.brand-logo-img{height:100px}.nav-links-wrapper{top:102px;height:calc(100vh - 102px)}.nav-links-list{overflow:visible}}@media (max-width: 576px){.nav-main-header{padding:6px 0}.brand-logo-img{height:80px}.hamburger-rtv{width:38px;height:38px}.nav-header-container{gap:8px}.live-tv-qr img{width:38px;height:38px}.nav-links-wrapper{top:92px;height:calc(100vh - 92px);width:min(290px,84vw)}}.telugu-mission-block{border-left-color:var(--accent-red)}.telugu-mission-block .lead-text,.telugu-mission-block .body-text{line-height:1.9}.telugu-mission-block .mission-lines{white-space:pre-line}.footer-rtv{background:var(--primary-navy);color:#e2e8f0;padding:3rem 0 2rem;margin-top:4rem;border-top:4px solid var(--accent-red)}.footer-content{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.9rem;font-weight:600;transition:color .2s}.footer-links a:hover{color:#fff}.lang-te body,.lang-te h1,.lang-te h2,.lang-te h3,.lang-te h4,.lang-te .card-title,.lang-te .slide-title{font-family:Ramabhadra,Gidugu,Inter,sans-serif;line-height:1.55}.static-page-wrapper{background:#f8fafc;min-height:75vh;padding-bottom:3rem}.static-hero-banner{background:linear-gradient(135deg,#0a192f,#1e293b);color:#fff;padding:3.5rem 0;border-bottom:4px solid #d32f2f;text-align:center}.static-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#d32f2f;color:#fff;font-size:.75rem;font-weight:800;padding:4px 12px;border-radius:4px;margin-bottom:1rem;letter-spacing:.5px}.static-hero-banner h1{font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.hero-subtitle{color:#cbd5e1;font-size:1.05rem;max-width:680px;margin:0 auto}.static-content-body{padding-top:2.5rem;display:flex;flex-direction:column;gap:2.5rem}.info-card-block{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #0000000d;border:1px solid #e2e8f0}.section-heading{font-size:1.35rem;font-weight:800;color:#0a192f;display:flex;align-items:center;gap:10px;margin-bottom:1.2rem}.red-indicator{width:5px;height:22px;background:#d32f2f;border-radius:2px;display:inline-block}.lead-text{font-size:1.05rem;line-height:1.7;color:#1e293b;font-weight:500;margin-bottom:1rem}.body-text{font-size:.95rem;line-height:1.65;color:#475569;margin-bottom:1rem}.sub-heading{font-size:1.1rem;font-weight:700;color:#0a192f;margin:1.5rem 0 .5rem}.network-grid-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #0000000d;border:1px solid #e2e8f0}.cards-grid-4{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.network-card{background:#f8fafc;border-radius:10px;padding:1.5rem;border:1px solid #e2e8f0;transition:transform .25s,border-color .25s}.network-card:hover{transform:translateY(-4px);border-color:#d32f2f}.net-icon{width:48px;height:48px;background:#fef2f2;color:#d32f2f;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.network-card h3{font-size:1rem;font-weight:800;color:#0a192f;margin-bottom:.5rem}.network-card p{font-size:.85rem;color:#64748b;line-height:1.5}.leadership-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #0000000d;border:1px solid #e2e8f0}.leaders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.8rem}.leader-card{background:#f8fafc;border-radius:10px;padding:1.8rem;text-align:center;border:1px solid #e2e8f0}.leader-avatar{width:64px;height:64px;background:#0a192f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.leader-card h3{font-size:1.15rem;font-weight:800;color:#0a192f}.leader-role{display:inline-block;color:#d32f2f;font-weight:700;font-size:.8rem;text-transform:uppercase;margin-bottom:.8rem}.leader-card p{font-size:.88rem;color:#64748b;line-height:1.5}.values-banner{background:#0a192f;color:#fff;border-radius:12px;padding:2rem;text-align:center}.values-banner h3{font-size:1.3rem;font-weight:800;margin-bottom:1.2rem}.values-list{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.val-item{display:flex;align-items:center;gap:8px;font-weight:700;font-size:.95rem}.contact-main-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:2.5rem}.contact-cards-stack{display:flex;flex-direction:column;gap:1.2rem}.contact-item-card{background:#fff;border-radius:10px;padding:1.2rem 1.5rem;display:flex;gap:1.2rem;align-items:flex-start;box-shadow:0 4px 15px #0000000a;border:1px solid #e2e8f0}.contact-icon-box{width:44px;height:44px;background:#fef2f2;color:#d32f2f;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-text-box h4{font-size:.95rem;font-weight:800;color:#0a192f;margin-bottom:4px}.contact-text-box p{font-size:.88rem;color:#475569;line-height:1.5}.form-card-wrapper{background:#fff;border-radius:12px;padding:2.2rem;box-shadow:0 4px 20px #0000000f;border:1px solid #e2e8f0;border-top:5px solid #d32f2f}.form-card-wrapper h3{font-size:1.3rem;font-weight:800;color:#0a192f;margin-bottom:4px}.form-sub-text{font-size:.88rem;color:#64748b;margin-bottom:1.5rem}.success-toast{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:10px;font-weight:700;font-size:.9rem;margin-bottom:1.5rem}.contact-form-element{display:flex;flex-direction:column;gap:1.2rem}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group-item{display:flex;flex-direction:column;gap:6px}.form-group-item label{font-size:.85rem;font-weight:700;color:#1e293b}.form-group-item input,.form-group-item textarea{width:100%;padding:.75rem .9rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;outline:none;font-family:inherit;transition:border-color .2s}.form-group-item input:focus,.form-group-item textarea:focus{border-color:#d32f2f}.contact-submit-btn{background:#0a192f;color:#fff;border:none;padding:.85rem 1.5rem;border-radius:6px;font-weight:800;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.contact-submit-btn:hover{background:#d32f2f}@media (max-width: 992px){.contact-main-grid{grid-template-columns:1fr}}@media (max-width: 576px){.form-row-2{grid-template-columns:1fr}.static-hero-banner h1{font-size:1.7rem}}
