:root{--theme-primary:#0d1b2a;--theme-secondary:#1b263b;--theme-accent:#e0a96d;--theme-accent-teal:#06d6a0;--theme-light-bg:#f8f9fa;--theme-white:#ffffff;--theme-text-dark:#212529;--theme-text-muted:#6c757d;--theme-border:#dee2e6;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--theme-light-bg);color:var(--theme-text-dark);line-height:1.6}.navbar-custom{background-color:var(--theme-primary);border-bottom:3px solid var(--theme-accent);padding:12px 0;transition:all 0.3s ease}.navbar-custom .navbar-brand{font-weight:800;color:var(--theme-white) !important;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:45px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:600;font-size:0.95rem;padding:8px 16px !important;border-radius:6px;transition:all 0.2s ease}.navbar-custom .nav-link:hover{color:var(--theme-accent) !important;background-color:rgba(255,255,255,0.05)}.hero-section{background:linear-gradient(135deg,var(--theme-primary) 60%,var(--theme-secondary) 100%);color:var(--theme-white);padding:80px 0;position:relative;overflow:hidden;border-bottom:5px solid var(--theme-accent-teal)}.hero-section::after{content:"";position:absolute;bottom:0;right:0;width:300px;height:300px;background:radial-gradient(circle,rgba(224,169,109,0.1) 0%,transparent 70%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;color:var(--theme-white);margin-bottom:20px}.hero-title span{color:var(--theme-accent)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:30px;text-align:justify}.hero-meta-badge{background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:8px 16px;border-radius:50px;font-size:0.85rem;display:inline-flex;align-items:center;gap:8px;color:var(--theme-accent);margin-bottom:20px}.hero-img-container{border-radius:var(--card-radius);overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,0.3);border:2px solid rgba(255,255,255,0.1)}.hero-img-container img{width:100%;height:auto;object-fit:cover;display:block}.quick-status-bar{background-color:var(--theme-white);border-radius:var(--card-radius);box-shadow:0 8px 24px rgba(0,0,0,0.05);padding:20px;margin-top:-40px;position:relative;z-index:10}.status-item{border-right:1px solid var(--theme-border);text-align:center;padding:10px 15px}.status-item:last-child{border-right:none}.status-num{font-size:1.8rem;font-weight:800;color:var(--theme-primary);line-height:1;margin-bottom:5px}.status-label{font-size:0.85rem;color:var(--theme-text-muted);font-weight:600}.section-header{margin-bottom:40px;border-left:5px solid var(--theme-accent);padding-left:15px}.section-header h2{font-size:2rem;font-weight:700;color:var(--theme-primary);margin-bottom:8px}.section-header p{font-size:0.95rem;color:var(--theme-text-muted);margin-bottom:0}.score-card{background-color:var(--theme-white);border-radius:var(--card-radius);box-shadow:0 4px 15px rgba(0,0,0,0.02);border:1px solid var(--theme-border);padding:20px;transition:transform 0.2s ease,box-shadow 0.2s ease}.score-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.06)}.match-badge{font-size:0.75rem;font-weight:700;padding:4px 10px;border-radius:4px;background-color:var(--theme-light-bg);color:var(--theme-primary)}.match-badge.live{background-color:rgba(6,214,160,0.1);color:var(--theme-accent-teal)}.team-row{display:flex;align-items:center;justify-content:space-between;margin:12px 0}.team-info{display:flex;align-items:center;gap:12px;font-weight:700}.team-flag-placeholder{width:28px;height:18px;background-color:#ddd;border-radius:2px;display:inline-block}.score-val{font-size:1.3rem;font-weight:800;color:var(--theme-primary)}.table-responsive-custom{overflow-x:auto;border-radius:var(--card-radius);box-shadow:0 4px 15px rgba(0,0,0,0.02);background:var(--theme-white);border:1px solid var(--theme-border)}.table-responsive-custom table{margin-bottom:0;min-width:650px}.table-responsive-custom th{background-color:var(--theme-secondary);color:var(--theme-white);font-weight:600;padding:15px;border:none}.table-responsive-custom td{padding:15px;vertical-align:middle;color:var(--theme-text-dark);border-bottom:1px solid var(--theme-border)}.group-matrix-card{background-color:var(--theme-white);border-radius:var(--card-radius);border:1px solid var(--theme-border);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.02)}.group-header{background-color:var(--theme-primary);color:var(--theme-white);padding:12px 15px;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-list-item{padding:12px 15px;border-bottom:1px solid var(--theme-border);display:flex;justify-content:space-between;align-items:center;font-weight:500}.group-list-item:last-child{border-bottom:none}.team-spotlight-card{background-color:var(--theme-white);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--theme-border);height:100%;transition:all 0.3s ease}.team-spotlight-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.08)}.team-spotlight-img{height:190px;overflow:hidden;position:relative}.team-spotlight-img img{width:100%;height:100%;object-fit:cover}.team-spotlight-body{padding:20px}.team-spotlight-title{font-size:1.25rem;font-weight:700;color:var(--theme-primary);margin-bottom:10px}.team-spotlight-text{font-size:0.9rem;color:var(--theme-text-muted);line-height:1.5;text-align:justify}.stadium-badge{background-color:rgba(224,169,109,0.15);color:var(--theme-primary);font-size:0.8rem;padding:4px 8px;border-radius:4px;font-weight:600}.news-item{border-bottom:1px solid var(--theme-border);padding-bottom:20px;margin-bottom:20px}.news-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.news-title{font-size:1.1rem;font-weight:700;color:var(--theme-primary);margin-bottom:8px;line-height:1.4}.news-meta{font-size:0.8rem;color:var(--theme-text-muted);display:flex;gap:15px}.guide-box{background-color:var(--theme-white);border-left:4px solid var(--theme-accent-teal);border-radius:0 var(--card-radius) var(--card-radius) 0;padding:20px;box-shadow:0 4px 15px rgba(0,0,0,0.02);height:100%}.faq-accordion .accordion-item{border:1px solid var(--theme-border) !important;border-radius:var(--card-radius) !important;margin-bottom:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.01)}.faq-accordion .accordion-button{font-weight:600;color:var(--theme-primary);background-color:var(--theme-white)}.faq-accordion .accordion-button:not(.collapsed){color:var(--theme-white);background-color:var(--theme-secondary)}.faq-accordion .accordion-body{background-color:var(--theme-light-bg);color:var(--theme-text-dark);text-align:justify}.about-box{background-color:var(--theme-secondary);color:var(--theme-white);padding:40px;border-radius:var(--card-radius);box-shadow:inset 0 0 100px rgba(0,0,0,0.2)}.footer-custom{background-color:var(--theme-primary);color:rgba(255,255,255,0.75);padding:60px 0 30px;border-top:4px solid var(--theme-accent)}.footer-custom h5{color:var(--theme-white);font-weight:700;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:var(--theme-accent)}@media (max-width:991.98px){.hero-section{padding:50px 0;text-align:center}.hero-desc{text-align:center}.quick-status-bar{margin-top:20px}.status-item{border-right:none;border-bottom:1px solid var(--theme-border);padding:15px 0}.status-item:last-child{border-bottom:none}}