:root{--primary-color:#0c2340;--secondary-color:#1d3557;--accent-red:#e63946;--accent-green:#2a9d8f;--light-bg:#f8f9fa;--card-border:#e9ecef;--text-dark:#212529;--text-muted:#495057;--white:#ffffff}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--white);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;transition:all 0.3s ease}.navbar-custom .navbar-brand{color:var(--white);font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--accent-red)}.navbar-custom .navbar-toggler{border-color:rgba(255,255,255,0.2);color:var(--white)}section{padding:5rem 0}section:nth-of-type(even){background-color:var(--light-bg)}.section-title-wrap{margin-bottom:3.5rem;text-align:center}.section-title{font-size:2.25rem;font-weight:800;color:var(--primary-color);position:relative;display:inline-block;padding-bottom:1rem}.section-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--accent-red),var(--accent-green));border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1.1rem;margin-top:0.75rem}.hero-section{background:linear-gradient(135deg,#0c2340 0%,#1d3557 100%);color:var(--white);padding:6.5rem 0;position:relative;overflow:hidden}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(90deg,#ff4d6d,#4ea8de);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.2rem;color:rgba(255,255,255,0.9);margin-bottom:2rem;text-align:justify}.hero-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:2rem}.hero-meta-card{background:rgba(255,255,255,0.1);padding:1.2rem;border-radius:10px;backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,0.15);text-align:center}.hero-meta-card h4{font-size:1.8rem;font-weight:800;color:var(--white);margin-bottom:0.25rem}.hero-meta-card p{font-size:0.85rem;color:rgba(255,255,255,0.75);margin:0}.hero-img-box img{border-radius:14px;box-shadow:0 15px 35px rgba(0,0,0,0.3);max-width:100%;height:auto}.score-card{background:var(--white);border-radius:12px;border:1px solid var(--card-border);padding:1.5rem;transition:transform 0.3s ease,box-shadow 0.3s ease}.score-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.score-header{display:flex;justify-content:space-between;border-bottom:1px dashed var(--card-border);padding-bottom:0.75rem;margin-bottom:1rem;font-size:0.85rem;color:var(--text-muted)}.score-status{font-weight:700;color:var(--accent-red);background-color:rgba(230,57,70,0.1);padding:0.2rem 0.6rem;border-radius:20px}.score-team-row{display:flex;align-items:center;justify-content:space-between;margin:0.8rem 0}.score-team-name{font-weight:700;font-size:1.1rem;display:flex;align-items:center;gap:10px}.score-num{font-size:1.5rem;font-weight:800;color:var(--primary-color)}.score-footer{margin-top:1rem;padding-top:0.75rem;border-top:1px solid var(--card-border);font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between}.table-custom-wrapper{background:var(--white);border-radius:12px;border:1px solid var(--card-border);overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.02)}.table-custom{margin-bottom:0;vertical-align:middle}.table-custom th{background-color:var(--primary-color);color:var(--white);font-weight:600;border:none;padding:1.1rem 1rem}.table-custom td{padding:1.1rem 1rem;border-bottom:1px solid var(--card-border)}.table-custom tr:last-child td{border-bottom:none}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:var(--white);border-radius:12px;border:1px solid var(--card-border);overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.02)}.group-header{background-color:var(--secondary-color);color:var(--white);padding:0.8rem 1.2rem;font-weight:700;text-align:center;letter-spacing:1px}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:0.8rem 1.2rem;border-bottom:1px solid var(--card-border)}.group-item:last-child{border-bottom:none}.group-team-rank{font-size:0.8rem;color:var(--text-muted);background:var(--light-bg);width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;margin-right:8px}.team-card{background:var(--white);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;text-align:center;transition:all 0.3s ease}.team-card:hover{transform:translateY(-5px);border-color:var(--accent-red);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.team-badge-icon{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.team-name{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem}.team-stat-info{font-size:0.85rem;color:var(--text-muted);margin-top:0.5rem}.venue-card{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid var(--card-border)}.venue-body{padding:1.5rem}.venue-title{font-weight:700;font-size:1.2rem;color:var(--primary-color);margin-bottom:0.5rem}.venue-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.8rem}.news-item{background-color:var(--white);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;margin-bottom:1.2rem;transition:all 0.3s ease}.news-item:hover{border-color:var(--secondary-color);box-shadow:0 5px 15px rgba(0,0,0,0.02)}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem;display:flex;gap:15px}.news-title{font-size:1.15rem;font-weight:700;color:var(--primary-color);margin-bottom:0.75rem}.news-desc{font-size:0.95rem;color:var(--text-muted);margin-bottom:0;text-align:justify}.rule-card{background-color:var(--white);border-left:5px solid var(--accent-red);border-radius:0 12px 12px 0;padding:1.5rem;box-shadow:0 4px 10px rgba(0,0,0,0.01);height:100%}.guide-box{background-color:var(--white);border-radius:12px;border:1px solid var(--card-border);padding:2rem;height:100%}.guide-icon{font-size:2rem;color:var(--accent-green);margin-bottom:1rem}.accordion-custom .accordion-item{border:1px solid var(--card-border);border-radius:10px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--primary-color);background-color:var(--white);padding:1.1rem 1.25rem}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(12,35,64,0.03);color:var(--accent-red);box-shadow:none}.accordion-custom .accordion-body{padding:1.1rem 1.25rem;color:var(--text-muted);background-color:var(--white);line-height:1.7}.about-box{background-color:var(--light-bg);border-radius:12px;padding:2.5rem;border:1px solid var(--card-border)}.footer-custom{background-color:var(--primary-color);color:rgba(255,255,255,0.8);padding:4rem 0 2rem 0;font-size:0.9rem;border-top:5px solid var(--accent-red)}.footer-custom a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.2s ease}.footer-custom a:hover{color:var(--white)}.footer-title{color:var(--white);font-weight:700;margin-bottom:1.5rem;position:relative;padding-bottom:0.5rem}.footer-title::after{content:'';position:absolute;left:0;bottom:0;width:30px;height:2px;background-color:var(--accent-red)}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.8rem;color:rgba(255,255,255,0.5)}@media (max-width:991.98px){.hero-section{padding:4rem 0;text-align:center}.hero-desc{text-align:center}.hero-meta-grid{margin-bottom:2.5rem}.hero-img-box{margin-top:2rem}}