:root{--primary-color:#0d2c54;--primary-hover:#0c2340;--secondary-color:#00b159;--accent-color:#ffc107;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-main:#212529;--text-muted:#6c757d;--border-color:#dee2e6;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-speed:0.3s}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}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--primary-color)}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:var(--bg-white);font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.9) !important;font-weight:500;transition:color var(--transition-speed)}.navbar-custom .nav-link:hover{color:var(--accent-color) !important}.hero-section{background:linear-gradient(135deg,#0d2c54 0%,#1a4f8a 100%);color:var(--bg-white);padding:5rem 0;position:relative;overflow:hidden}.hero-section h1{color:var(--bg-white);font-size:2.5rem;line-height:1.3}.hero-accent{color:var(--accent-color)}.hero-btn{background-color:var(--secondary-color);color:var(--bg-white);font-weight:600;border:none;padding:0.75rem 1.5rem;border-radius:8px;transition:background-color var(--transition-speed)}.hero-btn:hover{background-color:#00964b;color:var(--bg-white)}.section-padding{padding:4.5rem 0}.section-title{position:relative;margin-bottom:2.5rem;text-align:center}.section-title h2{display:inline-block;font-size:2rem;padding-bottom:0.75rem;border-bottom:3px solid var(--secondary-color)}.match-ticker{background:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);margin-top:-3rem;position:relative;z-index:10;border:1px solid var(--border-color)}.match-card{padding:1.25rem;border-right:1px solid var(--border-color);text-align:center}.match-card:last-child{border-right:none}.match-status{font-size:0.8rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.status-upcoming{background-color:#e2e8f0;color:#475569}.team-name{font-weight:600;font-size:0.95rem}.schedule-table-wrapper{background:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);overflow-x:auto}.table-custom{margin-bottom:0}.table-custom th{background-color:var(--primary-color);color:var(--bg-white);font-weight:600;border:none}.table-custom td{vertical-align:middle}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);overflow:hidden}.group-header{background:var(--primary-color);color:var(--bg-white);padding:0.75rem 1rem;font-weight:600;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--border-color)}.group-item:last-child{border-bottom:none}.team-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);transition:transform var(--transition-speed),box-shadow var(--transition-speed)}.team-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}.team-badge{background:var(--bg-light);padding:1rem;display:flex;justify-content:center;align-items:center;font-size:2.5rem}.news-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);height:100%;transition:box-shadow var(--transition-speed)}.news-card:hover{box-shadow:var(--card-shadow)}.guide-box{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);padding:2rem;height:100%}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,44,84,0.05);color:var(--primary-color)}.site-footer{background-color:var(--primary-color);color:rgba(255,255,255,0.8);padding:4rem 0 2rem 0;border-top:4px solid var(--secondary-color)}.site-footer h5{color:var(--bg-white);margin-bottom:1.5rem}.site-footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color var(--transition-speed)}.site-footer a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:2.5rem;font-size:0.9rem}@media (max-width:768px){.hero-section{padding:3rem 0;text-align:center}.hero-section img{margin-top:2rem}.match-ticker{margin-top:0;margin-bottom:2rem}.match-card{border-right:none;border-bottom:1px solid var(--border-color)}.match-card:last-child{border-bottom:none}}