:root{--primary-color:#0d3b66;--secondary-color:#f4d35e;--accent-color:#ee964b;--bg-light:#f8f9fa;--bg-dark:#0b132b;--text-main:#2b2d42;--text-muted:#6c757d;--border-color:#dee2e6;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:#ffffff;line-height:1.6}.navbar-custom{background-color:var(--primary-color);padding:15px 0;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:700;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:8px 16px !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--secondary-color)}.hero-section{background:linear-gradient(135deg,#0d3b66 0%,#001f3d 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(to top right,#ffffff 49%,transparent 50%)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;color:#ffffff}.hero-title span{color:var(--secondary-color)}.hero-desc{font-size:1.1rem;color:rgba(255,255,255,0.9);margin-bottom:30px}.hero-badge{background-color:var(--accent-color);color:#ffffff;padding:6px 12px;border-radius:30px;font-size:0.85rem;font-weight:600;display:inline-block;margin-bottom:15px}.section-padding{padding:60px 0}.section-title{position:relative;margin-bottom:40px;font-weight:700;color:var(--primary-color)}.section-title::after{content:'';position:absolute;left:0;bottom:-10px;width:50px;height:4px;background-color:var(--accent-color);border-radius:2px}.bg-light-section{background-color:var(--bg-light)}.custom-card{border:none;border-radius:var(--card-radius);box-shadow:0 4px 15px rgba(0,0,0,0.05);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden;background-color:#ffffff}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.1)}.live-status-bar{background-color:var(--bg-dark);color:#ffffff;padding:15px 0}.status-carousel-item{display:flex;align-items:center;justify-content:center;gap:20px;font-size:0.9rem}.status-badge{background-color:#2ec4b6;color:white;padding:2px 8px;border-radius:4px;font-size:0.75rem;font-weight:bold}.status-team{font-weight:bold}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.custom-table{width:100%;border-collapse:collapse;background-color:#ffffff;border-radius:var(--card-radius);overflow:hidden}.custom-table th{background-color:var(--primary-color);color:#ffffff;padding:12px 15px;font-weight:600;text-align:left}.custom-table td{padding:12px 15px;border-bottom:1px solid var(--border-color);color:var(--text-main)}.custom-table tr:last-child td{border-bottom:none}.swiper-container{width:100%;padding:20px 0}.faq-item{border-bottom:1px solid var(--border-color);padding:15px 0}.faq-question{font-weight:600;color:var(--primary-color);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding-top:10px;color:var(--text-muted)}.footer-custom{background-color:var(--bg-dark);color:rgba(255,255,255,0.75);padding:60px 0 20px;font-size:0.9rem}.footer-custom h5{color:#ffffff;font-weight:600;margin-bottom:20px}.footer-custom a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.3s}.footer-custom a:hover{color:var(--secondary-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;margin-top:40px}