@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Noto+Sans+Tamil:wght@300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-primary:#06080f;--bg-secondary:#0c0e17;--bg-card:#121929a6;--bg-card-hover:#1a243ad9;--bg-header:#06080fd9;--bg-nav:#3b82f6;--bg-sidebar:#080a10;--bg-hover:#ffffff0a;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border-color:#ffffff0f;--border-color-focus:#6366f180;--accent-blue:#3b82f6;--accent-blue-rgb:59,130,246;--accent-orange:#f97316;--accent-indigo:#6366f1;--accent-crimson:#f43f5e;--primary-gradient:linear-gradient(135deg,#6366f1,#3b82f6);--tag-gradient:linear-gradient(135deg,#3b82f6,#06b6d4);--shadow-color:#00000073;--card-shadow:0 10px 30px #0000004d;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}.light-theme{--bg-primary:#f5f7fc;--bg-secondary:#fff;--bg-card:#fff;--bg-header:#ffffffd9;--bg-nav:#2563eb;--bg-sidebar:#fff;--bg-hover:#eef2ff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-color:#0000000d;--border-color-focus:#2563eb80;--accent-blue:#2563eb;--accent-blue-rgb:37,99,235;--accent-orange:#ea580c;--accent-indigo:#4f46e5;--accent-crimson:#e11d48;--primary-gradient:linear-gradient(135deg,#4f46e5,#2563eb);--tag-gradient:linear-gradient(135deg,#2563eb,#0891b2);--shadow-color:#0000000d;--card-shadow:0 10px 30px #00000008}*{box-sizing:border-box;font-family:Plus Jakarta Sans,Noto Sans Tamil,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0}body,html{background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;scroll-behavior:smooth;transition:background-color .3s ease,color .3s ease}body::-webkit-scrollbar{height:8px;width:8px}body::-webkit-scrollbar-track{background:var(--bg-primary)}body::-webkit-scrollbar-thumb{background:#ffffff1f;border:2px solid var(--bg-primary);border-radius:10px;-webkit-transition:var(--transition-smooth);transition:var(--transition-smooth)}.light-theme body::-webkit-scrollbar-thumb{background:#00000026;border-color:var(--bg-primary)}body::-webkit-scrollbar-thumb:hover{background:var(--accent-blue)}.app{background-color:var(--bg-primary);color:var(--text-primary);display:flex;flex-direction:column;min-height:100vh;transition:background-color .3s ease,color .3s ease;width:100%}.main-content{animation:fadeIn .45s ease-out;flex-grow:1;margin:0 auto;max-width:1350px;min-height:50vh;padding:30px max(4vw,20px);width:100%}a{color:inherit;text-decoration:none}.not-found-page{align-items:center;display:flex;height:80vh;justify-content:center;padding:20px;text-align:center}.not-found-content h1{-webkit-text-fill-color:#0000;background:var(--primary-gradient);-webkit-background-clip:text;font-size:80px;font-weight:800}.not-found-content h2{font-size:24px;margin:15px 0 10px}.not-found-content p{color:var(--text-secondary)}.header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:var(--bg-header);border-bottom:1px solid var(--border-color);box-shadow:0 4px 30px #0000000d;height:85px;justify-content:space-between;padding:0 max(4vw,20px);position:-webkit-sticky;position:sticky;top:0;transition:var(--transition-smooth);z-index:100}.header,.logo-section{align-items:center;display:flex}.logo-section{cursor:pointer;gap:16px}.logo-image{border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--card-shadow);height:54px;object-fit:cover;transition:var(--transition-smooth);width:54px}.logo-section:hover .logo-image{border-color:var(--border-color-focus);transform:rotate(3deg) scale(1.05)}.logo-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent-orange),var(--accent-crimson));-webkit-background-clip:text;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1));font-family:Noto Sans Tamil,Plus Jakarta Sans,sans-serif;font-size:28px;font-weight:850;letter-spacing:.5px;white-space:nowrap}.header-actions{align-items:center;display:flex;gap:14px}.menu-icon,.search-icon,.theme-toggle{align-items:center;background:#ffffff05;border:1px solid var(--border-color);border-radius:12px;color:var(--text-primary);cursor:pointer;display:flex;font-size:19px;height:44px;justify-content:center;transition:var(--transition-smooth);width:44px}.menu-icon:hover,.search-icon:hover,.theme-toggle:hover{background:#3b82f614;border-color:#3b82f640;box-shadow:0 4px 15px #3b82f61a;color:var(--accent-blue);transform:translateY(-2px)}.theme-toggle:hover{transform:translateY(-2px) rotate(45deg)}.menu-icon:active,.search-icon:active,.theme-toggle:active{transform:scale(.95)}.active-search-header{animation:slideSearchIn .3s cubic-bezier(.16,1,.3,1);padding:0}@keyframes slideSearchIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.full-width-search{align-items:center;background:var(--bg-secondary);display:flex;gap:20px;height:100%;padding:0 max(4vw,20px);width:100%}.full-width-search input{background:#0000;border:none;color:var(--text-primary);flex:1 1;font-size:18px;font-weight:500;height:100%;outline:none}.full-width-search input::placeholder{color:var(--text-muted)}.full-close-btn,.full-search-btn{align-items:center;background:none;border:none;border-radius:10px;color:var(--text-secondary);cursor:pointer;display:flex;font-size:20px;justify-content:center;padding:8px;transition:var(--transition-smooth)}.full-close-btn:hover,.full-search-btn:hover{background:#ffffff0d;color:var(--accent-blue)}@media (max-width:992px){.header{height:75px}.logo-image{border-radius:12px;height:46px;width:46px}.logo-title{font-size:22px}}@media (max-width:580px){.header{padding:0 16px}.logo-title{font-size:20px}.menu-icon,.search-icon,.theme-toggle{border-radius:10px;font-size:16px;height:38px;width:38px}.full-width-search{gap:10px;padding:0 16px}.full-width-search input{font-size:15px}}.overlay{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;inset:0;position:fixed;z-index:998}.sidebar{display:flex;flex-direction:column;height:100vh;left:-340px;overflow-y:auto;position:fixed;top:0;transition:.35s ease;width:320px;z-index:999}.show-sidebar{left:0}.sidebar-header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;padding:24px 22px}.sidebar-logo-section{align-items:center;display:flex;gap:14px}.sidebar-logo{border-radius:12px;height:52px;object-fit:contain;width:52px}.sidebar-header h2{font-size:24px;font-weight:800;letter-spacing:1px}.close-icon{cursor:pointer;font-size:22px;transition:.3s ease}.close-icon:hover{color:crimson;transform:rotate(90deg)}.sidebar-menu{display:flex;flex:1 1;flex-direction:column;gap:10px;padding:20px 15px}.sidebar-item{border-radius:16px;font-size:16px;font-weight:600;gap:15px;padding:16px 18px;text-decoration:none;transition:.3s ease}.sidebar-icon,.sidebar-item{align-items:center;display:flex}.sidebar-icon{font-size:18px;justify-content:center}.sidebar-item:hover{transform:translateX(6px)}.active-sidebar-item{background:var(--accent-orange)!important;box-shadow:0 10px 25px #dc143c59;color:#fff!important}.active-sidebar-item:hover{transform:translateX(0)}.sidebar-footer{border-top:1px solid #ffffff14;padding:22px}.sidebar-footer p{font-size:14px;line-height:1.8}.dark-theme .sidebar{background:#0f172a;box-shadow:8px 0 30px #00000059;color:#fff}.dark-theme .sidebar-item{color:#cbd5e1}.dark-theme .sidebar-item:hover{background:#1e293b;color:#fff}.dark-theme .sidebar-footer p{color:#94a3b8}.light-theme .sidebar{background:#fff;box-shadow:8px 0 30px #0000001f;color:#111827}.light-theme .sidebar-header{border-bottom:1px solid #e5e7eb}.light-theme .sidebar-item{color:#374151}.light-theme .sidebar-item:hover{background:#f3f4f6;color:#111827}.light-theme .sidebar-footer{border-top:1px solid #e5e7eb}.light-theme .sidebar-footer p{color:#6b7280}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--accent-orange);border-radius:20px}@media (max-width:768px){.sidebar{left:-310px;width:290px}.show-sidebar{left:0}.sidebar-header{padding:20px 18px}.sidebar-logo{height:45px;width:45px}.sidebar-header h2{font-size:20px}.sidebar-item{font-size:15px;padding:15px 16px}}@media (max-width:480px){.sidebar{left:-290px;width:270px}.show-sidebar{left:0}.sidebar-header h2{font-size:18px}.sidebar-item{font-size:14px;gap:12px}.sidebar-icon{font-size:16px}.sidebar-footer p{font-size:13px}}.date-bar-container{position:relative;width:100%;z-index:99}.date-bar{align-items:center;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;display:flex;justify-content:space-between;padding:14px max(4vw,20px);position:-webkit-sticky;position:sticky;top:153px;transition:var(--transition-smooth);width:100%}.date-bar:hover{background:var(--bg-hover)}.date-section,.time-section{align-items:center;color:var(--text-secondary);display:flex;font-size:13.5px;font-weight:550;gap:10px}.date-icon{color:var(--accent-blue);font-size:15px}.time-section span{background:#ffffff08;border:1px solid var(--border-color);border-radius:20px;color:var(--text-primary);font-weight:700;letter-spacing:.5px;padding:5px 12px}.dropdown-icon{color:var(--text-muted);font-size:11px;margin-left:6px;transition:var(--transition-smooth)}.dropdown-icon.open{color:var(--accent-blue);transform:rotate(180deg)}.date-dropdown-menu{animation:slideDown .3s cubic-bezier(.16,1,.3,1) forwards;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:var(--bg-secondary);border-bottom:3px solid var(--accent-blue);border-top:1px solid var(--border-color);box-shadow:0 20px 40px #0006;color:var(--text-primary);display:flex;justify-content:center;left:0;padding:30px 20px;position:absolute;top:100%;transform-origin:top;width:100%}@keyframes slideDown{0%{opacity:0;transform:scaleY(.95)}to{opacity:1;transform:scaleY(1)}}.dinamalar-calendar-panel{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:18px;box-shadow:var(--card-shadow);max-width:700px;overflow:hidden;width:100%}.dc-header{align-items:center;background:#ffffff03;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:18px 24px}.dc-nav-btn{background:#ffffff08;border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:var(--transition-smooth)}.dc-nav-btn:hover{background:var(--bg-hover);border-color:var(--text-muted)}.dc-date-picker-wrapper{align-items:center;background:#ffffff05;border:1px solid var(--border-color);border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:8px 14px;position:relative;transition:var(--transition-smooth)}.dc-date-picker-wrapper:hover{background:#ffffff0d;border-color:var(--accent-blue)}.dc-cal-icon{color:var(--text-secondary)}.dc-date-input-text{color:var(--text-primary);font-size:15px;font-weight:700}.dc-cal-chevron{color:var(--text-muted);font-size:11px}.custom-calendar-popup{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:14px;box-shadow:0 15px 35px #00000059;cursor:default;left:50%;padding:16px;position:absolute;top:calc(100% + 8px);transform:translateX(-50%);width:290px;z-index:1000}.cc-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.cc-month-year{color:var(--text-primary);font-size:13.5px;font-weight:700}.cc-nav-arrows{display:flex;gap:6px}.cc-arrow-btn{align-items:center;background:#ffffff08;border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);cursor:pointer;display:flex;height:28px;justify-content:center;transition:var(--transition-smooth);width:28px}.cc-arrow-btn:hover{background:var(--bg-hover);color:var(--accent-blue)}.cc-weekdays{color:var(--text-muted);font-size:11px;font-weight:700;margin-bottom:8px;text-align:center}.cc-days-grid,.cc-weekdays{display:grid;grid-template-columns:repeat(7,1fr)}.cc-days-grid{grid-gap:5px;gap:5px;margin-bottom:12px}.cc-day{align-items:center;border-radius:8px;color:var(--text-secondary);cursor:pointer;display:flex;font-size:13px;height:32px;justify-content:center;transition:var(--transition-smooth)}.cc-day:hover{background:var(--bg-hover);color:var(--text-primary)}.cc-day.other-month{color:var(--text-muted);opacity:.35}.cc-day.selected{background:var(--accent-blue);box-shadow:0 4px 12px #3b82f64d;color:#fff;font-weight:700}.cc-day.today{border:1px solid var(--accent-blue);color:var(--accent-blue)}.cc-footer{border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding-top:12px}.cc-footer-btn{background:#0000;border:none;border-radius:6px;color:var(--accent-blue);cursor:pointer;font-size:12.5px;font-weight:700;padding:4px 8px;transition:var(--transition-smooth)}.cc-footer-btn:hover{background:#3b82f614}.dc-big-dates-row{background:#ffffff03;border-bottom:1px solid var(--border-color);display:flex}.dc-big-date-box{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:30px 20px}.dc-big-date-box.left-box{border-right:1px solid var(--border-color)}.dc-month-text{color:var(--text-secondary);font-size:15px;font-weight:600;line-height:1.4;margin-bottom:12px;text-align:center}.dc-huge-text{color:var(--text-primary);font-size:74px;font-weight:800;letter-spacing:-2px;line-height:1}.dc-huge-text.highlight-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f43f5e,#ec4899);-webkit-background-clip:text}.dc-special-days{align-items:center;color:var(--text-muted);display:flex;flex-direction:column;font-size:13.5px;font-weight:600;gap:4px;margin-top:12px}.dc-day-info-bar{align-items:center;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);color:var(--text-primary);display:flex;font-size:14.5px;font-weight:700;justify-content:space-between;padding:12px 24px}.dc-day-name{color:var(--primary-light);font-size:17px;font-weight:800}.dc-timings-section{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:24px}.dc-panchangam-col,.dc-timings-col{display:flex;flex:1 1;flex-direction:column;gap:12px}.dc-timings-icon{align-items:center;color:var(--text-muted);display:flex;font-size:38px;justify-content:center;opacity:.45;padding:0 30px}.dc-timing-item{border-bottom:1px dashed var(--border-color);display:flex;font-size:13.5px;justify-content:space-between;padding-bottom:6px}.dc-timing-item:last-child{border-bottom:none;padding-bottom:0}.dc-timing-item .dc-label{color:var(--text-secondary);font-weight:550;width:45%}.dc-timing-item .dc-val{color:var(--text-primary);font-weight:700;width:55%}.dc-panchangam-section{border-bottom:1px solid var(--border-color);display:flex;gap:40px;padding:24px}.dc-info-box{align-items:center;background:#ffffff03;display:flex;gap:20px;padding:24px}.dc-info-image .placeholder-img{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;color:var(--text-muted);display:flex;font-size:24px;height:80px;justify-content:center;width:80px}.dc-info-text{color:var(--text-secondary);flex:1 1;font-size:13.5px;line-height:1.6}.dc-info-text p{margin-bottom:6px}.dc-info-text strong{color:var(--text-primary);font-weight:700}@media (max-width:768px){.date-bar{align-items:flex-start;flex-direction:column;gap:10px;padding:12px 16px;top:75px}.dc-panchangam-section{flex-direction:column;gap:16px;padding:20px}.dc-timings-section{flex-direction:column;gap:20px;padding:20px}.dc-timings-icon{display:none}.dc-huge-text{font-size:58px}.date-dropdown-menu{padding:15px 10px}.dc-header{padding:14px 15px}.dc-nav-btn{font-size:12px;padding:6px 12px}.dc-date-picker-wrapper{padding:6px 10px}.dc-date-input-text{font-size:13.5px}}.top-nav{align-items:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:var(--bg-secondary);border-bottom:1px solid var(--border-color);display:flex;overflow-x:auto;padding:0 max(4vw,20px);position:-webkit-sticky;position:sticky;scrollbar-width:none;top:85px;z-index:80}.top-nav::-webkit-scrollbar{display:none}.nav-item{border-bottom:2px solid #0000;color:var(--text-secondary);cursor:pointer;font-size:14.5px;font-weight:600;gap:8px;padding:18px 20px;position:relative;white-space:nowrap}.nav-icon,.nav-item{align-items:center;display:flex;transition:var(--transition-smooth)}.nav-icon{font-size:16px}.nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.nav-item:hover .nav-icon{transform:translateY(-1px) scale(1.05)}.nav-item.active-nav{border-bottom-color:var(--accent-blue);color:var(--accent-blue);font-weight:700}.nav-item.active-nav .nav-icon{color:var(--accent-blue);transform:scale(1.1)}.nav-item.active-nav:after{background:var(--primary-gradient);border-radius:10px 10px 0 0;bottom:-1px;box-shadow:0 -2px 10px #3b82f666;content:"";height:3px;left:25%;position:absolute;width:50%}@media (max-width:992px){.top-nav{padding:0 16px;top:75px}.nav-item{font-size:13.5px;padding:14px 16px}.nav-icon{font-size:14px}}@media (max-width:580px){.top-nav{padding:0 10px}.nav-item{font-size:13px;gap:6px;padding:12px 14px}}.ticker-container{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);color:var(--text-primary);display:flex;height:44px;margin:15px auto;max-width:1350px;overflow:hidden;padding-right:15px;position:relative;width:100%}.ticker-label{align-items:center;background:linear-gradient(135deg,#ef4444,var(--accent-crimson));box-shadow:4px 0 15px #ef444440;color:#fff;display:flex;font-size:13px;font-weight:700;gap:8px;height:100%;justify-content:center;letter-spacing:.8px;padding:0 18px;text-transform:uppercase;white-space:nowrap;z-index:2}.ticker-label i,.ticker-label svg{animation:pulseTickerIcon 1.5s ease-in-out infinite alternate}@keyframes pulseTickerIcon{0%{opacity:.6;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}.ticker-scroll-wrapper{align-items:center;display:flex;flex:1 1;height:100%;overflow:hidden;position:relative}.ticker-scroll-content{align-items:center;animation:ticker-scroll 32s linear infinite;display:inline-flex;padding-left:30px;white-space:nowrap}.ticker-container:hover .ticker-scroll-content{animation-play-state:paused}.ticker-item{align-items:center;display:inline-flex}.ticker-title{color:var(--text-primary);cursor:pointer;font-size:14px;font-weight:500;padding:0 20px;transition:var(--transition-smooth)}.ticker-title:hover{color:var(--accent-blue)}.ticker-separator{color:var(--text-muted);font-size:14px;opacity:.5;-webkit-user-select:none;user-select:none}@keyframes ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:992px){.ticker-container{border-radius:10px;height:40px;margin:12px auto}.ticker-label{font-size:11px;gap:5px;padding:0 12px}.ticker-title{font-size:12.5px;padding:0 12px}}@media (max-width:580px){.ticker-container{border-radius:8px;margin:10px auto}.ticker-label{font-size:10px;gap:4px;padding:0 10px}.ticker-title{font-size:12px}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:80px;overflow:hidden;transition:var(--transition-smooth);width:100%}.footer-top{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1.5fr 1fr 1fr 1fr;margin:0 auto;max-width:1350px;padding:80px max(4vw,20px) 60px;width:100%}.footer-brand{display:flex;flex-direction:column}.footer-logo{border:1px solid var(--border-color);border-radius:18px;height:65px;margin-bottom:20px;object-fit:cover;width:65px}.footer-brand h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent-orange),var(--accent-crimson));-webkit-background-clip:text;font-size:28px;font-weight:850;margin-bottom:14px}.footer-brand p{color:var(--text-secondary);font-size:14px;line-height:1.75;max-width:320px}.footer-socials{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.footer-socials a{align-items:center;background:#ffffff05;border:1px solid var(--border-color);border-radius:12px;color:var(--text-secondary);display:flex;font-size:18px;height:42px;justify-content:center;transition:var(--transition-smooth);width:42px}.footer-socials a:hover{border-color:#0000;color:#fff;transform:translateY(-4px)}.footer-socials a.facebook:hover{background:#1877f2;box-shadow:0 4px 14px #1877f266}.footer-socials a.twitter:hover{background:#1da1f2;box-shadow:0 4px 14px #1da1f266}.footer-socials a.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);box-shadow:0 4px 14px #dc274366}.footer-socials a.youtube:hover{background:red;box-shadow:0 4px 14px #f006}.footer-contact h3,.footer-links h3{color:var(--text-primary);font-size:18px;font-size:14px;font-weight:800;letter-spacing:-.3px;margin-bottom:25px;text-transform:uppercase}.footer-links ul li{list-style:none;margin-bottom:14px}.footer-links ul li a{align-items:center;color:var(--text-secondary);display:flex;font-size:14px;gap:8px;transition:var(--transition-smooth)}.footer-links ul li a:hover{color:var(--accent-blue);transform:translateX(4px)}.footer-contact p{color:var(--text-secondary);font-size:14px;line-height:1.75;margin-bottom:12px}.footer-btn{align-items:center;background:var(--primary-gradient);border:none;border-radius:10px;box-shadow:var(--primary-glow);color:#fff;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:700;justify-content:center;margin-top:15px;padding:12px 24px;transition:var(--transition-smooth);width:-webkit-fit-content;width:fit-content}.footer-btn:hover{box-shadow:0 6px 20px #6366f166;transform:translateY(-2px)}.footer-btn:active{transform:translateY(-1px)}.footer-bottom-wrapper{border-top:1px solid var(--border-color);width:100%}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:1350px;padding:24px max(4vw,20px);width:100%}.footer-bottom p{color:var(--text-muted);font-size:13px}.footer-bottom-links{align-items:center;display:flex;flex-wrap:wrap;gap:24px}.footer-bottom-links a{color:var(--text-muted);font-size:13px;transition:var(--transition-smooth)}.footer-bottom-links a:hover{color:var(--accent-blue)}@media (max-width:1200px){.footer-top{gap:40px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-top{gap:35px;grid-template-columns:1fr;padding:60px 24px 40px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:15px;padding:20px 24px}.footer-brand h2{font-size:24px}}.info-popup-overlay{align-items:center;display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100vw;z-index:9999}.info-popup-backdrop{animation:fadeIn .4s ease-out forwards;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0f172a66;height:100%;left:0;position:absolute;top:0;width:100%}.info-popup-card{align-items:center;animation:popIn .4s cubic-bezier(.16,1,.3,1) forwards;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;box-shadow:0 20px 40px var(--shadow-color);display:flex;flex-direction:column;max-width:480px;opacity:0;padding:30px 24px 24px;position:relative;text-align:center;transform:scale(.9) translateY(20px);width:100%;z-index:10}.info-popup-close-btn{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-secondary);cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:5px;position:absolute;right:15px;top:15px;transition:all .2s ease}.info-popup-close-btn:hover{background:var(--bg-hover);color:var(--text-primary);transform:rotate(90deg)}.info-popup-icon-container{align-items:center;background:#2563eb1a;border-radius:50%;display:flex;height:60px;justify-content:center;margin-bottom:20px;width:60px}.info-popup-icon{color:var(--accent-blue);font-size:30px}.info-popup-title{color:var(--text-primary);font-size:19px;font-weight:700;margin-bottom:12px}.info-popup-message{color:var(--text-secondary);font-size:15px;line-height:1.6;margin-bottom:24px;white-space:pre-wrap;word-break:break-word}.info-popup-action-btn{background:var(--accent-blue);border:none;border-radius:12px;box-shadow:0 4px 12px #2563eb33;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px;transition:all .25s ease;width:100%}.info-popup-action-btn:hover{box-shadow:0 6px 16px #2563eb4d;filter:brightness(1.1);transform:translateY(-1px)}.info-popup-action-btn:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:480px){.info-popup-card{border-radius:16px;padding:24px 20px 20px}.info-popup-title{font-size:17px}.info-popup-message{font-size:14px}}.home-page{min-height:100vh;padding:10px 0 60px;transition:var(--transition-smooth);width:100%}.home-hero{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1.8fr 1fr;margin-bottom:55px}.hero-main-news{border:1px solid var(--border-color);border-radius:24px;box-shadow:var(--card-shadow);cursor:pointer;height:580px;overflow:hidden;position:relative;transition:var(--transition-smooth)}.hero-main-news:hover{border-color:#ffffff1f;box-shadow:0 20px 45px #0006;transform:translateY(-6px)}.hero-image{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1);width:100%}.hero-main-news:hover .hero-image{transform:scale(1.035)}.hero-overlay{background:linear-gradient(0deg,#06080ff2 0,#06080f66 60%,#0000);display:flex;flex-direction:column;inset:0;justify-content:flex-end;padding:40px;position:absolute}.live-btn{align-items:center;animation:pulseGlow 2.5s infinite;background:var(--primary-gradient);border:none;border-radius:30px;box-shadow:var(--primary-glow);color:#fff;display:flex;font-size:11px;font-weight:700;gap:8px;letter-spacing:.8px;margin-bottom:18px;padding:8px 18px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.hero-overlay h1{color:#fff;font-size:38px;font-weight:800;letter-spacing:-.5px;line-height:1.35;margin-bottom:14px}.hero-meta{align-items:center;color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:13.5px;gap:15px}.hero-side-news{gap:24px}.hero-side-news,.side-news-card{display:flex;flex-direction:column}.side-news-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--card-shadow);cursor:pointer;overflow:hidden;transition:var(--transition-smooth)}.side-news-card:hover{border-color:#ffffff1a;box-shadow:0 12px 30px #00000059;transform:translateY(-4px)}.side-news-card img{border-bottom:1px solid var(--border-color);height:150px;object-fit:cover;transition:var(--transition-smooth);width:100%}.side-news-card:hover img{transform:scale(1.02)}.side-news-content{padding:18px}.side-news-content h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-primary);display:-webkit-box;font-size:16.5px;font-weight:700;height:48px;line-height:1.45;margin:12px 0;overflow:hidden}.section-header{border-bottom:1px solid var(--border-color);margin-bottom:25px;padding-bottom:12px}.section-header h2{align-items:center;color:var(--text-primary);display:flex;font-size:20px;font-weight:800;gap:10px}.section-header h2 i,.section-header h2 svg{color:var(--accent-blue)}.news-category-btn{align-items:center;background:var(--bg-hover);border:none;border:1px solid var(--border-color);border-radius:20px;color:var(--text-primary);display:inline-flex;font-size:11px;font-weight:700;gap:6px;letter-spacing:.8px;padding:5px 12px;text-transform:uppercase;transition:var(--transition-smooth)}.trending-news-card:hover .news-category-btn{background:var(--accent-blue);border-color:#0000;box-shadow:0 4px 10px #3b82f640;color:#fff}.trending-news-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:55px}.trending-news-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--card-shadow);cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:var(--transition-smooth)}.trending-news-card:hover{border-color:#ffffff1f;box-shadow:0 15px 35px #00000059;transform:translateY(-6px)}.trending-news-image{border-bottom:1px solid var(--border-color);height:180px;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1);width:100%}.trending-news-card:hover .trending-news-image{transform:scale(1.03)}.trending-news-content{display:flex;flex-direction:column;flex-grow:1;gap:10px;padding:20px}.trending-news-content h3{color:var(--text-primary);font-size:16.5px;font-weight:750;height:48px;line-height:1.45;margin-top:6px}.trending-news-content h3,.trending-news-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.trending-news-content p{color:var(--text-secondary);font-size:13.5px;line-height:1.6;min-height:43px}.trending-news-footer{align-items:center;border-top:1px solid var(--border-color);color:var(--text-muted);display:flex;font-size:12px;justify-content:space-between;margin-top:auto;padding-top:14px}.read-more{color:var(--accent-blue);font-size:13px;gap:6px;transition:var(--transition-smooth)}.trending-news-card:hover .read-more{color:var(--primary-light);transform:translateX(4px)}.category-news-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:55px}.category-news-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--card-shadow);cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:var(--transition-smooth)}.category-news-card:hover{border-color:#ffffff1f;box-shadow:0 15px 35px #00000059;transform:translateY(-6px)}.category-news-image{border-bottom:1px solid var(--border-color);height:180px;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1);width:100%}.category-news-card:hover .category-news-image{transform:scale(1.03)}.category-news-content{display:flex;flex-direction:column;flex-grow:1;gap:12px;padding:20px}.mini-category{align-items:center;background:var(--tag-gradient);border-radius:20px;box-shadow:0 4px 10px #3b82f626;color:#fff;display:inline-flex;font-size:10px;font-weight:700;gap:6px;letter-spacing:.8px;padding:5px 12px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.category-news-content h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-primary);display:-webkit-box;font-size:16px;font-weight:700;height:46px;line-height:1.45;overflow:hidden}.category-time{color:var(--text-muted);font-size:11.5px;margin-top:auto}.live-updates-section{display:flex;flex-direction:column;gap:15px;margin-bottom:55px;position:relative}.live-updates-section:before{background:var(--border-color);bottom:30px;content:"";left:28px;position:absolute;top:30px;width:2px;z-index:1}.live-update-card{align-items:center;background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;cursor:pointer;display:flex;gap:20px;padding:18px 24px;transition:var(--transition-smooth);z-index:2}.live-update-card:hover{background:var(--bg-card-hover);border-color:var(--border-color-focus);transform:translateX(6px)}.live-dot{background:#ef4444;border-radius:50%;box-shadow:0 0 10px #ef4444;flex-shrink:0;height:12px;position:relative;width:12px}.live-dot:after{animation:pulse-ring 1.8s infinite;border:2px solid #ef4444;border-radius:50%;content:"";inset:-4px;position:absolute}@keyframes pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.8)}}.live-update-card h4{color:var(--text-primary);font-size:15.5px;font-weight:700;margin-bottom:4px}.live-update-card div{display:flex;flex-direction:column}.live-update-card span:last-child{color:var(--text-muted);font-size:11px}@media (max-width:1100px){.home-hero{gap:24px;grid-template-columns:1fr}.hero-main-news{height:480px}}@media (max-width:768px){.hero-main-news{height:400px}.hero-overlay{padding:25px}.hero-overlay h1{font-size:26px}.live-btn{font-size:10px;padding:6px 14px}.section-header h2{font-size:18px}.live-updates-section:before{left:20px}.live-update-card{gap:15px;padding:14px 18px}.live-update-card h4{font-size:14px}}@media (max-width:480px){.hero-main-news{height:320px}.hero-overlay h1{font-size:20px}}.breaking-news-page{min-height:100vh;padding:25px 20px 50px;transition:.3s ease;width:100%}.breaking-page-title{align-items:center;display:flex;gap:15px;margin-bottom:30px}.breaking-page-title h1{font-size:38px;font-weight:800}.live-badge{animation:pulse 1.5s infinite;background:var(--accent-orange);border-radius:30px;color:#fff;font-size:13px;font-weight:700;padding:7px 16px}.main-breaking-card{grid-gap:25px;border-radius:22px;cursor:pointer;display:grid;gap:25px;grid-template-columns:1.3fr 1fr;margin-bottom:40px;overflow:hidden;transition:.3s ease;width:100%}.main-breaking-card:hover{transform:translateY(-5px)}.main-breaking-image{height:450px;object-fit:cover;width:100%}.main-breaking-content{display:flex;flex-direction:column;justify-content:center;padding:20px 10px}.main-breaking-content h2{font-size:40px;font-weight:800;line-height:1.5;margin:18px 0}.main-breaking-content p{font-size:18px;line-height:1.9;margin-bottom:25px}.breaking-category-btn{background:var(--accent-orange);border:none;border-radius:30px;color:#fff;font-size:13px;font-weight:700;outline:none;padding:8px 18px;width:-webkit-fit-content;width:fit-content}.breaking-meta{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.breaking-meta span{align-items:center;display:flex;font-size:15px;gap:8px}.breaking-news-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.breaking-news-card{border-radius:18px;cursor:pointer;overflow:hidden;transition:.3s ease}.breaking-news-card:hover{transform:translateY(-6px)}.breaking-news-image{height:240px;object-fit:cover;width:100%}.breaking-news-content{padding:18px}.breaking-news-content h3{font-size:24px;font-weight:700;line-height:1.5;margin:16px 0}.breaking-news-content p{font-size:16px;line-height:1.8;margin-bottom:20px}.breaking-news-footer{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}.breaking-news-footer span{align-items:center;display:flex;font-size:14px;gap:8px}.breaking-icons{align-items:center;display:flex;gap:15px}.dark-theme .breaking-news-page{background:#0f172a;color:#fff}.dark-theme .breaking-news-card,.dark-theme .main-breaking-card{background:#1e293b}.dark-theme .breaking-meta span,.dark-theme .breaking-news-content p,.dark-theme .breaking-news-footer span,.dark-theme .main-breaking-content p{color:#cbd5e1}.light-theme .breaking-news-page{background:#f8fafc;color:#111827}.light-theme .breaking-news-card,.light-theme .main-breaking-card{background:#fff;box-shadow:0 4px 15px #0000000f}.light-theme .breaking-meta span,.light-theme .breaking-news-content p,.light-theme .breaking-news-footer span,.light-theme .main-breaking-content p{color:#4b5563}@media (max-width:1200px){.breaking-news-grid{grid-template-columns:repeat(2,1fr)}.main-breaking-content h2{font-size:34px}}@media (max-width:992px){.main-breaking-card{grid-template-columns:1fr}.main-breaking-image{height:380px}.main-breaking-content h2{font-size:30px}}@media (max-width:768px){.breaking-news-page{padding:20px 15px 40px}.breaking-page-title h1{font-size:30px}.breaking-news-grid{grid-template-columns:1fr}.main-breaking-content h2{font-size:26px}.breaking-news-content h3{font-size:22px}}@media (max-width:576px){.main-breaking-image{height:260px}.main-breaking-content h2{font-size:22px}.breaking-news-content p,.main-breaking-content p{font-size:15px}.breaking-news-image{height:220px}.breaking-news-content h3{font-size:20px}.breaking-news-footer{align-items:flex-start;flex-direction:column}}.tamil-page{min-height:100vh;padding:25px 20px 50px;transition:.3s ease;width:100%}.tamil-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:35px}.tamil-header h1{font-size:42px;font-weight:800;margin-bottom:10px}.tamil-header p{font-size:17px;opacity:.85}.state-live-btn{animation:pulse 1.5s infinite;background:var(--accent-orange);border:none;border-radius:40px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;outline:none;padding:12px 22px}.featured-tamil-news{grid-gap:30px;border-radius:24px;cursor:pointer;display:grid;gap:30px;grid-template-columns:1.4fr 1fr;margin-bottom:45px;overflow:hidden;transition:.3s ease}.featured-tamil-news:hover{transform:translateY(-6px)}.featured-tamil-image{height:500px;object-fit:cover;width:100%}.featured-tamil-content{display:flex;flex-direction:column;justify-content:center;padding:25px 10px}.featured-tamil-content h2{font-size:38px;font-weight:800;line-height:1.5;margin:20px 0}.featured-tamil-content p{font-size:18px;line-height:1.9;margin-bottom:25px}.district-btn{background:var(--accent-orange);border:none;border-radius:30px;color:#fff;font-size:13px;font-weight:700;gap:8px;outline:none;padding:8px 18px;width:-webkit-fit-content;width:fit-content}.district-btn,.featured-meta{align-items:center;display:flex}.featured-meta{flex-wrap:wrap;gap:20px}.featured-meta span{align-items:center;display:flex;font-size:15px;gap:8px}.tamil-news-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.tamil-news-card{border-radius:20px;cursor:pointer;overflow:hidden;transition:.3s ease}.tamil-news-card:hover{transform:translateY(-6px)}.tamil-news-image{height:240px;object-fit:cover;transition:.4s ease;width:100%}.tamil-news-card:hover .tamil-news-image{transform:scale(1.05)}.tamil-news-content{padding:20px}.tamil-news-content h3{font-size:24px;font-weight:700;line-height:1.5;margin:18px 0}.tamil-news-content p{font-size:16px;line-height:1.8;margin-bottom:20px}.tamil-news-footer{justify-content:space-between}.footer-left,.tamil-news-footer{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.footer-left span,.read-more{align-items:center;display:flex;font-size:14px;gap:8px}.read-more{color:var(--accent-orange);font-weight:700}.dark-theme .tamil-page{background:#0f172a;color:#fff}.dark-theme .featured-tamil-news,.dark-theme .tamil-news-card{background:#1e293b}.dark-theme .featured-meta span,.dark-theme .featured-tamil-content p,.dark-theme .footer-left span,.dark-theme .tamil-header p,.dark-theme .tamil-news-content p{color:#cbd5e1}.light-theme .tamil-page{background:#f8fafc;color:#111827}.light-theme .featured-tamil-news,.light-theme .tamil-news-card{background:#fff;box-shadow:0 4px 18px #0000000f}.light-theme .featured-meta span,.light-theme .featured-tamil-content p,.light-theme .footer-left span,.light-theme .tamil-header p,.light-theme .tamil-news-content p{color:#4b5563}@media (max-width:1200px){.tamil-news-grid{grid-template-columns:repeat(2,1fr)}.featured-tamil-content h2{font-size:32px}}@media (max-width:992px){.featured-tamil-news{grid-template-columns:1fr}.featured-tamil-image{height:400px}}@media (max-width:768px){.tamil-page{padding:20px 15px 40px}.tamil-header h1{font-size:34px}.tamil-news-grid{grid-template-columns:1fr}.featured-tamil-content h2{font-size:28px}}@media (max-width:576px){.featured-tamil-image{height:260px}.featured-tamil-content h2{font-size:22px}.featured-tamil-content p,.tamil-news-content p{font-size:15px}.tamil-news-image{height:220px}.tamil-news-content h3{font-size:20px}.tamil-news-footer{align-items:flex-start;flex-direction:column}}.india-page{min-height:100vh;padding:25px 20px 50px;transition:.3s ease;width:100%}.india-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:35px}.india-header h1{font-size:42px;font-weight:800;margin-bottom:10px}.india-header p{font-size:17px;opacity:.85}.india-live-btn{align-items:center;animation:pulse 1.5s infinite;background:var(--accent-orange);border:none;border-radius:40px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:10px;outline:none;padding:12px 22px}.featured-india-news{grid-gap:30px;border-radius:24px;cursor:pointer;display:grid;gap:30px;grid-template-columns:1.4fr 1fr;margin-bottom:45px;overflow:hidden;transition:.3s ease}.featured-india-news:hover{transform:translateY(-6px)}.featured-india-image{height:500px;object-fit:cover;width:100%}.featured-india-content{display:flex;flex-direction:column;justify-content:center;padding:25px 10px}.featured-india-content h2{font-size:38px;font-weight:800;line-height:1.5;margin:20px 0}.featured-india-content p{font-size:18px;line-height:1.9;margin-bottom:25px}.india-category-btn{align-items:center;background:var(--accent-orange);border:none;border-radius:30px;color:#fff;display:flex;font-size:13px;font-weight:700;gap:8px;outline:none;padding:8px 18px;width:-webkit-fit-content;width:fit-content}.featured-india-meta{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.featured-india-meta span{align-items:center;display:flex;font-size:15px;gap:8px}.india-news-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.india-news-card{border-radius:20px;cursor:pointer;overflow:hidden;transition:.3s ease}.india-news-card:hover{transform:translateY(-6px)}.india-news-image{height:240px;object-fit:cover;transition:.4s ease;width:100%}.india-news-card:hover .india-news-image{transform:scale(1.05)}.india-news-content{padding:20px}.india-news-content h3{font-size:24px;font-weight:700;line-height:1.5;margin:18px 0}.india-news-content p{font-size:16px;line-height:1.8;margin-bottom:20px}.india-news-footer{justify-content:space-between}.india-footer-left,.india-news-footer{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.india-footer-left span,.india-read-more{align-items:center;display:flex;font-size:14px;gap:8px}.india-read-more{color:var(--accent-orange);font-weight:700}.dark-theme .india-page{background:#0f172a;color:#fff}.dark-theme .featured-india-news,.dark-theme .india-news-card{background:#1e293b}.dark-theme .featured-india-content p,.dark-theme .featured-india-meta span,.dark-theme .india-footer-left span,.dark-theme .india-header p,.dark-theme .india-news-content p{color:#cbd5e1}.light-theme .india-page{background:#f8fafc;color:#111827}.light-theme .featured-india-news,.light-theme .india-news-card{background:#fff;box-shadow:0 4px 18px #0000000f}.light-theme .featured-india-content p,.light-theme .featured-india-meta span,.light-theme .india-footer-left span,.light-theme .india-header p,.light-theme .india-news-content p{color:#4b5563}@media (max-width:1200px){.india-news-grid{grid-template-columns:repeat(2,1fr)}.featured-india-content h2{font-size:32px}}@media (max-width:992px){.featured-india-news{grid-template-columns:1fr}.featured-india-image{height:400px}}@media (max-width:768px){.india-page{padding:20px 15px 40px}.india-header h1{font-size:34px}.india-news-grid{grid-template-columns:1fr}.featured-india-content h2{font-size:28px}}@media (max-width:576px){.featured-india-image{height:260px}.featured-india-content h2{font-size:22px}.featured-india-content p,.india-news-content p{font-size:15px}.india-news-image{height:220px}.india-news-content h3{font-size:20px}.india-news-footer{align-items:flex-start;flex-direction:column}}.world-page{min-height:100vh;padding:25px 20px 50px;transition:.3s ease;width:100%}.world-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:35px}.world-header h1{font-size:42px;font-weight:800;margin-bottom:10px}.world-header p{font-size:17px;opacity:.85}.world-live-btn{align-items:center;animation:pulse 1.5s infinite;background:var(--accent-orange);border:none;border-radius:40px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:10px;outline:none;padding:12px 22px}.featured-world-news{grid-gap:30px;border-radius:24px;cursor:pointer;display:grid;gap:30px;grid-template-columns:1.4fr 1fr;margin-bottom:45px;overflow:hidden;transition:.3s ease}.featured-world-news:hover{transform:translateY(-6px)}.featured-world-image{height:500px;object-fit:cover;width:100%}.featured-world-content{display:flex;flex-direction:column;justify-content:center;padding:25px 10px}.featured-world-content h2{font-size:38px;font-weight:800;line-height:1.5;margin:20px 0}.featured-world-content p{font-size:18px;line-height:1.9;margin-bottom:25px}.world-category-btn{align-items:center;background:var(--accent-orange);border:none;border-radius:30px;color:#fff;display:flex;font-size:13px;font-weight:700;gap:8px;outline:none;padding:8px 18px;width:-webkit-fit-content;width:fit-content}.featured-world-meta{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.featured-world-meta span{align-items:center;display:flex;font-size:15px;gap:8px}.world-news-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.world-news-card{border-radius:20px;cursor:pointer;overflow:hidden;transition:.3s ease}.world-news-card:hover{transform:translateY(-6px)}.world-news-image{height:240px;object-fit:cover;transition:.4s ease;width:100%}.world-news-card:hover .world-news-image{transform:scale(1.05)}.world-news-content{padding:20px}.world-news-content h3{font-size:24px;font-weight:700;line-height:1.5;margin:18px 0}.world-news-content p{font-size:16px;line-height:1.8;margin-bottom:20px}.world-news-footer{justify-content:space-between}.world-footer-left,.world-news-footer{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.world-footer-left span,.world-read-more{align-items:center;display:flex;font-size:14px;gap:8px}.world-read-more{color:var(--accent-orange);font-weight:700}.dark-theme .world-page{background:#0f172a;color:#fff}.dark-theme .featured-world-news,.dark-theme .world-news-card{background:#1e293b}.dark-theme .featured-world-content p,.dark-theme .featured-world-meta span,.dark-theme .world-footer-left span,.dark-theme .world-header p,.dark-theme .world-news-content p{color:#cbd5e1}.light-theme .world-page{background:#f8fafc;color:#111827}.light-theme .featured-world-news,.light-theme .world-news-card{background:#fff;box-shadow:0 4px 18px #0000000f}.light-theme .featured-world-content p,.light-theme .featured-world-meta span,.light-theme .world-footer-left span,.light-theme .world-header p,.light-theme .world-news-content p{color:#4b5563}@media (max-width:1200px){.world-news-grid{grid-template-columns:repeat(2,1fr)}.featured-world-content h2{font-size:32px}}@media (max-width:992px){.featured-world-news{grid-template-columns:1fr}.featured-world-image{height:400px}}@media (max-width:768px){.world-page{padding:20px 15px 40px}.world-header h1{font-size:34px}.world-news-grid{grid-template-columns:1fr}.featured-world-content h2{font-size:28px}}@media (max-width:576px){.featured-world-image{height:260px}.featured-world-content h2{font-size:22px}.featured-world-content p,.world-news-content p{font-size:15px}.world-news-image{height:220px}.world-news-content h3{font-size:20px}.world-news-footer{align-items:flex-start;flex-direction:column}}.business-page{min-height:100vh;padding:25px 20px 50px;transition:.3s ease;width:100%}.business-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:35px}.business-header h1{font-size:42px;font-weight:800;margin-bottom:10px}.business-header p{font-size:17px;opacity:.85}.business-live-btn{align-items:center;animation:pulse 1.5s infinite;background:var(--accent-orange);border:none;border-radius:40px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:10px;outline:none;padding:12px 22px}.featured-business-news{grid-gap:30px;border-radius:24px;cursor:pointer;display:grid;gap:30px;grid-template-columns:1.4fr 1fr;margin-bottom:45px;overflow:hidden;transition:.3s ease}.featured-business-news:hover{transform:translateY(-6px)}.featured-business-image{height:500px;object-fit:cover;width:100%}.featured-business-content{display:flex;flex-direction:column;justify-content:center;padding:25px 10px}.featured-business-content h2{font-size:38px;font-weight:800;line-height:1.5;margin:20px 0}.featured-business-content p{font-size:18px;line-height:1.9;margin-bottom:25px}.business-category-btn{align-items:center;background:var(--accent-orange);border:none;border-radius:30px;color:#fff;display:flex;font-size:13px;font-weight:700;gap:8px;outline:none;padding:8px 18px;width:-webkit-fit-content;width:fit-content}.featured-business-meta{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.featured-business-meta span{align-items:center;display:flex;font-size:15px;gap:8px}.business-news-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.business-news-card{border-radius:20px;cursor:pointer;overflow:hidden;transition:.3s ease}.business-news-card:hover{transform:translateY(-6px)}.business-news-image{height:240px;object-fit:cover;transition:.4s ease;width:100%}.business-news-card:hover .business-news-image{transform:scale(1.05)}.business-news-content{padding:20px}.business-news-content h3{font-size:24px;font-weight:700;line-height:1.5;margin:18px 0}.business-news-content p{font-size:16px;line-height:1.8;margin-bottom:20px}.business-news-footer{justify-content:space-between}.business-footer-left,.business-news-footer{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.business-footer-left span,.business-read-more{align-items:center;display:flex;font-size:14px;gap:8px}.business-read-more{color:var(--accent-orange);font-weight:700}.dark-theme .business-page{background:#0f172a;color:#fff}.dark-theme .business-news-card,.dark-theme .featured-business-news{background:#1e293b}.dark-theme .business-footer-left span,.dark-theme .business-header p,.dark-theme .business-news-content p,.dark-theme .featured-business-content p,.dark-theme .featured-business-meta span{color:#cbd5e1}.light-theme .business-page{background:#f8fafc;color:#111827}.light-theme .business-news-card,.light-theme .featured-business-news{background:#fff;box-shadow:0 4px 18px #0000000f}.light-theme .business-footer-left span,.light-theme .business-header p,.light-theme .business-news-content p,.light-theme .featured-business-content p,.light-theme .featured-business-meta span{color:#4b5563}@media (max-width:1200px){.business-news-grid{grid-template-columns:repeat(2,1fr)}.featured-business-content h2{font-size:32px}}@media (max-width:992px){.featured-business-news{grid-template-columns:1fr}.featured-business-image{height:400px}}@media (max-width:768px){.business-page{padding:20px 15px 40px}.business-header h1{font-size:34px}.business-news-grid{grid-template-columns:1fr}.featured-business-content h2{font-size:28px}}@media (max-width:576px){.featured-business-image{height:260px}.featured-business-content h2{font-size:22px}.business-news-content p,.featured-business-content p{font-size:15px}.business-news-image{height:220px}.business-news-content h3{font-size:20px}.business-news-footer{align-items:flex-start;flex-direction:column}}.sports-page{min-height:100vh;padding:25px 20px 50px;transition:.3s ease;width:100%}.sports-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:35px}.sports-header h1{font-size:42px;font-weight:800;margin-bottom:10px}.sports-header p{font-size:17px;opacity:.85}.sports-live-btn{align-items:center;animation:pulse 1.5s infinite;background:var(--accent-orange);border:none;border-radius:40px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:10px;outline:none;padding:12px 22px}.featured-sports-news{grid-gap:30px;border-radius:24px;cursor:pointer;display:grid;gap:30px;grid-template-columns:1.4fr 1fr;margin-bottom:45px;overflow:hidden;transition:.3s ease}.featured-sports-news:hover{transform:translateY(-6px)}.featured-sports-image{height:500px;object-fit:cover;width:100%}.featured-sports-content{display:flex;flex-direction:column;justify-content:center;padding:25px 10px}.featured-sports-content h2{font-size:38px;font-weight:800;line-height:1.5;margin:20px 0}.featured-sports-content p{font-size:18px;line-height:1.9;margin-bottom:25px}.sports-category-btn{align-items:center;background:var(--accent-orange);border:none;border-radius:30px;color:#fff;display:flex;font-size:13px;font-weight:700;gap:8px;outline:none;padding:8px 18px;width:-webkit-fit-content;width:fit-content}.featured-sports-meta{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.featured-sports-meta span{align-items:center;display:flex;font-size:15px;gap:8px}.sports-news-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.sports-news-card{border-radius:20px;cursor:pointer;overflow:hidden;transition:.3s ease}.sports-news-card:hover{transform:translateY(-6px)}.sports-news-image{height:240px;object-fit:cover;transition:.4s ease;width:100%}.sports-news-card:hover .sports-news-image{transform:scale(1.05)}.sports-news-content{padding:20px}.sports-news-content h3{font-size:24px;font-weight:700;line-height:1.5;margin:18px 0}.sports-news-content p{font-size:16px;line-height:1.8;margin-bottom:20px}.sports-news-footer{justify-content:space-between}.sports-footer-left,.sports-news-footer{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.sports-footer-left span,.sports-read-more{align-items:center;display:flex;font-size:14px;gap:8px}.sports-read-more{color:var(--accent-orange);font-weight:700}.dark-theme .sports-page{background:#0f172a;color:#fff}.dark-theme .featured-sports-news,.dark-theme .sports-news-card{background:#1e293b}.dark-theme .featured-sports-content p,.dark-theme .featured-sports-meta span,.dark-theme .sports-footer-left span,.dark-theme .sports-header p,.dark-theme .sports-news-content p{color:#cbd5e1}.light-theme .sports-page{background:#f8fafc;color:#111827}.light-theme .featured-sports-news,.light-theme .sports-news-card{background:#fff;box-shadow:0 4px 18px #0000000f}.light-theme .featured-sports-content p,.light-theme .featured-sports-meta span,.light-theme .sports-footer-left span,.light-theme .sports-header p,.light-theme .sports-news-content p{color:#4b5563}@media (max-width:1200px){.sports-news-grid{grid-template-columns:repeat(2,1fr)}.featured-sports-content h2{font-size:32px}}@media (max-width:992px){.featured-sports-news{grid-template-columns:1fr}.featured-sports-image{height:400px}}@media (max-width:768px){.sports-page{padding:20px 15px 40px}.sports-header h1{font-size:34px}.sports-news-grid{grid-template-columns:1fr}.featured-sports-content h2{font-size:28px}}@media (max-width:576px){.featured-sports-image{height:260px}.featured-sports-content h2{font-size:22px}.featured-sports-content p,.sports-news-content p{font-size:15px}.sports-news-image{height:220px}.sports-news-content h3{font-size:20px}.sports-news-footer{align-items:flex-start;flex-direction:column}}.education-page{min-height:100vh;padding:25px 20px 50px;transition:.3s ease;width:100%}.education-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:35px}.education-header h1{font-size:42px;font-weight:800;margin-bottom:10px}.education-header p{font-size:17px;opacity:.85}.education-live-btn{align-items:center;animation:pulse 1.5s infinite;background:var(--accent-orange);border:none;border-radius:40px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:10px;outline:none;padding:12px 22px}.featured-education-news{grid-gap:30px;border-radius:24px;cursor:pointer;display:grid;gap:30px;grid-template-columns:1.4fr 1fr;margin-bottom:45px;overflow:hidden;transition:.3s ease}.featured-education-news:hover{transform:translateY(-6px)}.featured-education-image{height:500px;object-fit:cover;width:100%}.featured-education-content{display:flex;flex-direction:column;justify-content:center;padding:25px 10px}.featured-education-content h2{font-size:38px;font-weight:800;line-height:1.5;margin:20px 0}.featured-education-content p{font-size:18px;line-height:1.9;margin-bottom:25px}.education-category-btn{align-items:center;background:var(--accent-orange);border:none;border-radius:30px;color:#fff;display:flex;font-size:13px;font-weight:700;gap:8px;outline:none;padding:8px 18px;width:-webkit-fit-content;width:fit-content}.featured-education-meta{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.featured-education-meta span{align-items:center;display:flex;font-size:15px;gap:8px}.education-news-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.education-news-card{border-radius:20px;cursor:pointer;overflow:hidden;transition:.3s ease}.education-news-card:hover{transform:translateY(-6px)}.education-news-image{height:240px;object-fit:cover;transition:.4s ease;width:100%}.education-news-card:hover .education-news-image{transform:scale(1.05)}.education-news-content{padding:20px}.education-news-content h3{font-size:24px;font-weight:700;line-height:1.5;margin:18px 0}.education-news-content p{font-size:16px;line-height:1.8;margin-bottom:20px}.education-news-footer{justify-content:space-between}.education-footer-left,.education-news-footer{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.education-footer-left span,.education-read-more{align-items:center;display:flex;font-size:14px;gap:8px}.education-read-more{color:var(--accent-orange);font-weight:700}.dark-theme .education-page{background:#0f172a;color:#fff}.dark-theme .education-news-card,.dark-theme .featured-education-news{background:#1e293b}.dark-theme .education-footer-left span,.dark-theme .education-header p,.dark-theme .education-news-content p,.dark-theme .featured-education-content p,.dark-theme .featured-education-meta span{color:#cbd5e1}.light-theme .education-page{background:#f8fafc;color:#111827}.light-theme .education-news-card,.light-theme .featured-education-news{background:#fff;box-shadow:0 4px 18px #0000000f}.light-theme .education-footer-left span,.light-theme .education-header p,.light-theme .education-news-content p,.light-theme .featured-education-content p,.light-theme .featured-education-meta span{color:#4b5563}@media (max-width:1200px){.education-news-grid{grid-template-columns:repeat(2,1fr)}.featured-education-content h2{font-size:32px}}@media (max-width:992px){.featured-education-news{grid-template-columns:1fr}.featured-education-image{height:400px}}@media (max-width:768px){.education-page{padding:20px 15px 40px}.education-header h1{font-size:34px}.education-news-grid{grid-template-columns:1fr}.featured-education-content h2{font-size:28px}}@media (max-width:576px){.featured-education-image{height:260px}.featured-education-content h2{font-size:22px}.education-news-content p,.featured-education-content p{font-size:15px}.education-news-image{height:220px}.education-news-content h3{font-size:20px}.education-news-footer{align-items:flex-start;flex-direction:column}}.politics-page{min-height:100vh;padding:25px 20px 50px;transition:.3s ease;width:100%}.politics-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:35px}.politics-header h1{font-size:42px;font-weight:800;margin-bottom:10px}.politics-header p{font-size:17px;opacity:.85}.politics-live-btn{align-items:center;animation:pulse 1.5s infinite;background:var(--accent-orange);border:none;border-radius:40px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:10px;outline:none;padding:12px 22px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}.featured-politics-news{grid-gap:30px;border-radius:24px;cursor:pointer;display:grid;gap:30px;grid-template-columns:1.4fr 1fr;margin-bottom:45px;overflow:hidden;transition:.3s ease}.featured-politics-news:hover{transform:translateY(-6px)}.featured-politics-image{height:500px;object-fit:cover;width:100%}.featured-politics-content{display:flex;flex-direction:column;justify-content:center;padding:25px 10px}.featured-politics-content h2{font-size:38px;font-weight:800;line-height:1.5;margin:20px 0}.featured-politics-content p{font-size:18px;line-height:1.9;margin-bottom:25px}.politics-category-btn{align-items:center;background:var(--accent-orange);border:none;border-radius:30px;color:#fff;display:flex;font-size:13px;font-weight:700;gap:8px;outline:none;padding:8px 18px;width:-webkit-fit-content;width:fit-content}.featured-politics-meta{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.featured-politics-meta span{align-items:center;display:flex;font-size:15px;gap:8px}.politics-news-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.politics-news-card{border-radius:20px;cursor:pointer;overflow:hidden;transition:.3s ease}.politics-news-card:hover{transform:translateY(-6px)}.politics-news-image{height:240px;object-fit:cover;transition:.4s ease;width:100%}.politics-news-card:hover .politics-news-image{transform:scale(1.05)}.politics-news-content{padding:20px}.politics-news-content h3{font-size:24px;font-weight:700;line-height:1.5;margin:18px 0}.politics-news-content p{font-size:16px;line-height:1.8;margin-bottom:20px}.politics-news-footer{justify-content:space-between}.politics-footer-left,.politics-news-footer{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.politics-footer-left span,.politics-read-more{align-items:center;display:flex;font-size:14px;gap:8px}.politics-read-more{color:var(--accent-orange);font-weight:700}.dark-theme .politics-page{background:#0f172a;color:#fff}.dark-theme .featured-politics-news,.dark-theme .politics-news-card{background:#1e293b}.dark-theme .featured-politics-content p,.dark-theme .featured-politics-meta span,.dark-theme .politics-footer-left span,.dark-theme .politics-header p,.dark-theme .politics-news-content p{color:#cbd5e1}.light-theme .politics-page{background:#f8fafc;color:#111827}.light-theme .featured-politics-news,.light-theme .politics-news-card{background:#fff;box-shadow:0 4px 18px #0000000f}.light-theme .featured-politics-content p,.light-theme .featured-politics-meta span,.light-theme .politics-footer-left span,.light-theme .politics-header p,.light-theme .politics-news-content p{color:#4b5563}@media (max-width:1200px){.politics-news-grid{grid-template-columns:repeat(2,1fr)}.featured-politics-content h2{font-size:32px}}@media (max-width:992px){.featured-politics-news{grid-template-columns:1fr}.featured-politics-image{height:400px}}@media (max-width:768px){.politics-page{padding:20px 15px 40px}.politics-header h1{font-size:34px}.politics-news-grid{grid-template-columns:1fr}.featured-politics-content h2{font-size:28px}}@media (max-width:576px){.featured-politics-image{height:260px}.featured-politics-content h2{font-size:22px}.featured-politics-content p,.politics-news-content p{font-size:15px}.politics-news-image{height:220px}.politics-news-content h3{font-size:20px}.politics-news-footer{align-items:flex-start;flex-direction:column}}.news-details-page{margin:0 auto;max-width:900px;min-height:100vh;padding:10px 0 60px;width:100%}.back-btn,.news-details-page{transition:var(--transition-smooth)}.back-btn{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;color:var(--text-primary);cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:10px;margin-bottom:30px;padding:11px 22px}.back-btn:hover{background:var(--bg-hover);border-color:var(--border-color-focus);transform:translateX(-4px)}.category-btn{background:var(--tag-gradient);border:none;border-radius:20px;box-shadow:0 4px 10px #3b82f633;color:#fff;display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.8px;margin-bottom:20px;padding:6px 16px;text-transform:uppercase}.details-title{color:var(--text-primary);font-size:40px;font-weight:800;letter-spacing:-.8px;line-height:1.4;margin-bottom:25px}.details-meta{align-items:center;border-bottom:1px solid var(--border-color);color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:14.5px;font-weight:500;gap:24px;margin-bottom:35px;padding-bottom:20px}.details-meta span{align-items:center;display:flex;gap:8px}.details-meta i,.details-meta svg{color:var(--accent-blue)}.details-image-wrapper{border:1px solid var(--border-color);border-radius:24px;box-shadow:var(--card-shadow);margin-bottom:35px;overflow:hidden;position:relative;width:100%}.details-image{display:block;max-height:480px;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1);width:100%}.details-image:hover{transform:scale(1.02)}.details-content{width:100%}.details-section{margin-bottom:45px}.details-section h2{color:var(--text-primary);font-size:24px;font-weight:800;letter-spacing:-.3px;margin-bottom:18px;padding-left:16px;position:relative}.details-section h2:before{background:var(--accent-blue);border-radius:4px;content:"";height:80%;left:0;position:absolute;top:4px;width:5px}.details-section p{color:var(--text-primary);font-size:18px;line-height:1.85;margin-bottom:24px;opacity:.95}.quote-box{background:var(--bg-secondary);border-left:4px solid var(--accent-blue);border-radius:0 16px 16px 0;box-shadow:var(--card-shadow);color:var(--text-primary);font-size:17px;font-weight:550;line-height:1.75;margin:30px 0;padding:24px}.share-section{border-top:1px solid var(--border-color);margin-top:50px;padding-top:35px}.share-title{color:var(--text-primary);font-size:20px;font-weight:800;letter-spacing:-.3px;margin-bottom:20px}.share-buttons{display:flex;flex-wrap:wrap;gap:15px}.share-btn{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;color:var(--text-primary);cursor:pointer;display:flex;font-size:14.5px;font-weight:700;gap:10px;padding:13px 24px;transition:var(--transition-smooth)}.share-btn:hover{background:var(--bg-hover);border-color:var(--border-color-focus);transform:translateY(-3px)}.dark-theme .back-btn,.dark-theme .share-btn{background:#ffffff05}.light-theme .back-btn,.light-theme .share-btn{background:#fff}@media (max-width:992px){.details-title{font-size:32px}.details-image{max-height:400px}.details-section h2{font-size:22px}.details-section p{font-size:17px}}@media (max-width:768px){.details-title{font-size:26px;margin-bottom:20px}.details-image{max-height:300px}.details-meta{font-size:13.5px;gap:16px;margin-bottom:25px}.details-section p{font-size:16px;line-height:1.8}.share-btn{justify-content:center;width:100%}}@media (max-width:480px){.details-title{font-size:22px}.details-image,.details-image-wrapper{border-radius:16px}}.info-page{margin:0 auto;max-width:1000px;min-height:100vh;padding:40px 20px 80px;transition:.3s ease;width:100%}.info-header{margin-bottom:50px;position:relative;text-align:center}.info-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-primary) 30%,var(--accent-blue));-webkit-background-clip:text;font-size:42px;font-weight:800;margin-bottom:15px}.info-header p{font-size:18px;margin:0 auto;max-width:600px;opacity:.8}.info-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;box-shadow:0 10px 30px var(--shadow-color);padding:40px}.info-section{margin-bottom:35px}.info-section:last-child{margin-bottom:0}.info-section h2{align-items:center;color:var(--text-primary);display:flex;font-size:24px;font-weight:700;gap:12px;margin-bottom:15px}.info-section h2 svg{color:var(--accent-blue)}.info-section p{color:var(--text-secondary);font-size:16px;line-height:1.8;margin-bottom:15px}.info-section ul{list-style:none;margin-bottom:15px;padding-left:0}.info-section li{color:var(--text-secondary);font-size:16px;line-height:1.8;margin-bottom:10px;padding-left:25px;position:relative}.info-section li:before{color:var(--accent-blue);content:"•";font-size:20px;font-weight:700;left:5px;position:absolute;top:-2px}.contact-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1.2fr}.contact-info{display:flex;flex-direction:column;gap:30px}.contact-item{align-items:flex-start;display:flex;gap:20px}.contact-icon{align-items:center;background:var(--bg-hover);border-radius:12px;color:var(--accent-blue);display:flex;flex-shrink:0;font-size:20px;height:50px;justify-content:center;transition:.3s ease;width:50px}.contact-item:hover .contact-icon{background:var(--accent-blue);color:#fff;transform:translateY(-3px)}.contact-details h3{font-size:18px;font-weight:700;margin-bottom:5px}.contact-details a,.contact-details p{color:var(--text-secondary);font-size:15px;line-height:1.6;text-decoration:none}.contact-details a:hover{color:var(--accent-blue)}.contact-form-container h3{font-size:22px;font-weight:700;margin-bottom:20px}.contact-form{gap:20px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:var(--text-secondary);font-size:14px;font-weight:600}.form-group input,.form-group textarea{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);font-size:15px;outline:none;padding:12px 16px;transition:.3s ease}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #2563eb26}.submit-btn{align-items:center;background:var(--accent-blue);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;padding:14px 24px;transition:.3s ease}.submit-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.alert-success{background:#10b98126;border:1px solid #10b981;border-radius:10px;color:#10b981;font-size:15px;font-weight:600;padding:12px;text-align:center}@media (max-width:768px){.contact-grid{gap:50px;grid-template-columns:1fr}.info-card{padding:25px}.info-header h1{font-size:32px}}
/*# sourceMappingURL=main.1aed2276.css.map*/