:root{--primary:#FF6B00;--primary-dark:#E55A00;--primary-light:#FF8C3A;--secondary:#1A237E;--secondary-light:#3949AB;--accent:#00897B;--bg-primary:#FFFFFF;--bg-secondary:#F5F5F5;--bg-dark:#1A1A2E;--bg-card:#FFFFFF;--text-primary:#212121;--text-secondary:#616161;--text-light:#757575;--text-white:#FFFFFF;--border:#E0E0E0;--shadow:0 2px 12px rgba(0,0,0,0.08);--shadow-lg:0 8px 32px rgba(0,0,0,0.12);--radius:12px;--radius-sm:8px;--radius-lg:20px;--transition:0.3s cubic-bezier(0.4,0,0.2,1);--font-primary:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;--tricolor-saffron:#FF9933;--tricolor-white:#FFFFFF;--tricolor-green:#138808}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;overflow-x:hidden}body{font-family:var(--font-primary);color:var(--text-primary);background:var(--bg-secondary);line-height:1.7;overflow-x:hidden}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 20px}.skip-link{position:absolute;top:-100%;left:0;background:var(--primary);color:#fff;padding:10px 20px;z-index:10000}.skip-link:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tricolor-bar{height:4px;background:linear-gradient(90deg,#FF9933 33.33%,#FFF 33.33%,#FFF 66.66%,#138808 66.66%);position:fixed;top:0;left:0;width:100%;z-index:10001}.breaking-news-bar{background:linear-gradient(135deg,#D32F2F,#B71C1C);color:white;padding:8px 0;position:fixed;top:4px;left:0;width:100%;z-index:10000;overflow:hidden}.header{background:var(--bg-primary);box-shadow:var(--shadow);position:fixed;top:40px;left:0;width:100%;z-index:9999;transition:var(--transition)}.header.no-ticker{top:4px}.header-top{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border)}.logo{display:flex;align-items:center;gap:12px}.logo-icon{width:48px;height:48px;background:linear-gradient(135deg,#FF9933,var(--primary));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;color:white}.logo-text h1,.logo-text .logo-title{font-size:1.5rem;font-weight:800;color:var(--secondary);line-height:1.2;display:block}.logo-text h1 span,.logo-text .logo-title span{color:var(--primary)}.logo-text p{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:2px;font-weight:500}.hero{margin-top:140px;padding:40px 0;position:relative}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;min-height:480px}.hero-main{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(135deg,var(--secondary) 0%,#0D47A1 100%)}.hero-main .hero-img{width:100%;height:100%;object-fit:cover;opacity:.6}.hero-main .hero-content{position:absolute;bottom:0;left:0;right:0;padding:40px 30px;background:linear-gradient(transparent,rgba(0,0,0,.85));color:white}.hero-badge{display:inline-block;background:var(--primary);color:white;padding:4px 14px;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.hero-content h2{font-size:1.8rem;font-weight:700;line-height:1.3;margin-bottom:12px}.hero-content p{font-size:.9rem;opacity:.9;line-height:1.6}.hero-meta{display:flex;align-items:center;gap:16px;margin-top:12px;font-size:.8rem;opacity:.8}.hero-sidebar{display:flex;flex-direction:column;gap:24px}.hero-side-card{flex:1;position:relative;border-radius:var(--radius);overflow:hidden;background:linear-gradient(135deg,#1B5E20,#2E7D32)}.hero-side-card .hero-img{width:100%;height:100%;object-fit:cover;opacity:.55}.hero-side-card .hero-content{position:absolute;bottom:0;left:0;right:0;padding:24px 20px;background:linear-gradient(transparent,rgba(0,0,0,.8));color:white}.hero-side-card .hero-content h3{font-size:1.1rem;font-weight:600;line-height:1.3}.nav{background:var(--bg-primary);border-bottom:1px solid var(--border)}.nav-list{display:flex;align-items:center;gap:4px;padding:0 0}.nav-list li a{padding:12px 16px;font-size:.9rem;font-weight:500;color:var(--text-primary);border-radius:var(--radius-sm);display:flex;align-items:center}.mobile-menu-btn{display:none}.section{padding:60px 0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.section-title{font-size:1.6rem;font-weight:700;color:var(--text-primary)}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.card-image{position:relative;overflow:hidden}.card-image img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body{padding:20px}.card-body h3{font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:8px}.card-body h3 a{color:var(--text-primary)}.card-body p{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin-bottom:12px}.card-footer{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--text-light)}.page-header{margin-top:140px;padding:60px 0;background:linear-gradient(135deg,var(--secondary),#0D47A1);color:white;text-align:center}.page-header h1{font-size:2rem;font-weight:700}.page-content{padding:40px 0}.page-content .content-wrapper{background:var(--bg-card);border-radius:var(--radius);padding:40px;box-shadow:var(--shadow)}.article-content h1{font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:16px;color:var(--text-primary)}.article-hero-img{width:100%;border-radius:var(--radius);margin-bottom:24px;aspect-ratio:16/9;object-fit:cover}@media (max-width:768px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;font-size:1.5rem;background:none;color:var(--text-primary)}.search-box{display:none}.date-display{display:none}.nav-list{display:none}.hero{margin-top:100px}.hero-grid{grid-template-columns:1fr}.hero-sidebar{flex-direction:column}.hero-content h2{font-size:1.3rem}.news-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.page-header{margin-top:110px;padding:40px 0}.page-header h1{font-size:1.5rem}.page-content .content-wrapper{padding:24px 16px}.article-content h1{font-size:1.5rem}.article-hero-img{border-radius:var(--radius);margin-bottom:20px}}@media (max-width:480px){.hero{margin-top:90px;padding:20px 0}.hero-content h2{font-size:1.1rem}}