.intro-section{background:linear-gradient(to bottom right,var(--primary-navy),#1a2a6c);color:var(--white);padding:2rem;margin:20px 0;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.intro-section h2{font-size:1.4rem;margin-bottom:1rem;border-right:4px solid var(--accent-red);padding-right:15px}.intro-text{font-size:0.95rem;text-align:justify;opacity:0.95}.sidebar{background:var(--white);border-radius:var(--border-radius);padding:15px;box-shadow:var(--box-shadow);height:fit-content;border-top:4px solid var(--accent-red)}.section-header{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.section-header i{color:var(--accent-red);font-size:1.2rem}.section-header h2{font-size:1.1rem;color:var(--primary-navy)}.news-list{list-style:none;max-height:800px;overflow-y:auto}.news-list::-webkit-scrollbar{width:5px}.news-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}.news-item{padding:12px 0;border-bottom:1px solid #f0f0f0}.news-item:last-child{border-bottom:none}.news-item h3{font-size:0.9rem;font-weight:500;line-height:1.5;margin-bottom:5px}.news-meta{font-size:0.75rem;color:#666;display:flex;align-items:center;gap:5px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.category-box{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);overflow:hidden;border:1px solid #e0e0e0;transition:transform 0.2s}.category-box:hover{transform:translateY(-3px);box-shadow:0 8px 15px rgba(0,0,0,0.1)}.cat-header{background-color:var(--primary-navy);color:var(--white);padding:10px 15px;display:flex;align-items:center;justify-content:space-between}.cat-title{font-size:1rem;font-weight:bold;display:flex;align-items:center;gap:8px}.cat-link{font-size:0.8rem;color:var(--white);background-color:rgba(255,255,255,0.2);padding:5px 12px;border-radius:20px;transition:all 0.3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,0.3)}.cat-link:hover{background-color:var(--white);color:var(--primary-navy);transform:translateX(-3px)}.cat-content{padding:15px;min-height:200px}.cat-news-list{list-style:none}.cat-news-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px;border-bottom:1px dashed #eee;padding-bottom:8px}.cat-news-item:last-child{border-bottom:none;margin-bottom:0}.cat-news-item i{color:var(--accent-red);font-size:0.7rem;margin-top:6px}.cat-news-item h4{font-size:0.9rem;font-weight:400;line-height:1.4}footer{background-color:var(--primary-navy);color:var(--white);padding:2rem 0;text-align:center;margin-top:30px}.footer-text{opacity:0.8;font-size:0.9rem}.mobile-footer{display:none;position:fixed;bottom:0;left:0;width:100%;background-color:var(--white);box-shadow:0 -2px 10px rgba(0,0,0,0.1);z-index:1000;padding:10px 0;justify-content:space-around;align-items:center;border-top:1px solid #eee}.mobile-footer-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--text-dark);font-size:0.8rem;transition:color 0.3s}.mobile-footer-item i{font-size:1.2rem;margin-bottom:5px;color:#aaa}.mobile-footer-item.active,.mobile-footer-item:hover{color:var(--accent-red)}.mobile-footer-item:hover i,.mobile-footer-item.active i{color:var(--accent-red)}@media (max-width:600px){.categories-grid{grid-template-columns:1fr}}@media (max-width:768px){.mobile-footer{display:flex}body{padding-bottom:70px}}