:root{--primary-color:#0d1b2a;--secondary-color:#1b263b;--accent-color:#e0a96d;--accent-hover:#d49a5b;--accent-light:rgba(224,169,109,0.15);--bg-light:#f8f9fa;--bg-white:#ffffff;--text-main:#212529;--text-muted:#6c757d;--border-color:#dee2e6;--card-radius:12px;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.custom-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:0 4px 12px rgba(0,0,0,0.03);transition:var(--transition-smooth);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}.custom-header{background-color:var(--primary-color);box-shadow:0 2px 10px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1030}.custom-brand{font-weight:700;color:var(--accent-color) !important;font-size:1.4rem}.custom-logo{height:40px;width:auto;object-fit:contain;margin-right:10px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.nav-link:hover,.nav-link.active{color:var(--accent-color) !important}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--bg-white);padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(224,169,109,0.1) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;color:#ffffff}.hero-title span{color:var(--accent-color)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem}.hero-img{max-width:100%;height:auto;border-radius:var(--card-radius);box-shadow:0 12px 30px rgba(0,0,0,0.35)}.status-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:50px;font-weight:600}.badge-upcoming{background-color:var(--accent-light);color:var(--accent-color);border:1px solid var(--accent-color)}.badge-live{background-color:rgba(46,196,182,0.15);color:#2ec4b6;border:1px solid #2ec4b6}.table-responsive{border-radius:var(--card-radius);overflow:hidden}.custom-table{background:var(--bg-white);margin-bottom:0}.custom-table th{background-color:var(--secondary-color);color:#ffffff;font-weight:600;border:none;padding:12px 16px}.custom-table td{padding:14px 16px;vertical-align:middle;border-color:var(--border-color)}.group-card{border-top:4px solid var(--accent-color)}.group-title{background-color:var(--secondary-color);color:#ffffff;padding:10px 15px;font-weight:600;font-size:1.1rem;border-radius:var(--card-radius) var(--card-radius) 0 0}.team-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid var(--border-color)}.team-item:last-child{border-bottom:none}.news-img{height:200px;object-fit:cover;width:100%}.accordion-button:not(.collapsed){background-color:var(--accent-light);color:var(--primary-color);font-weight:600}.accordion-button:focus{box-shadow:0 0 0 0.25rem var(--accent-light)}.custom-footer{background-color:var(--primary-color);color:rgba(255,255,255,0.8);padding:60px 0 30px;font-size:0.9rem}.custom-footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.custom-footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}.custom-footer a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;margin-top:40px}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.hero-section{padding:50px 0}}