:root{--primary-navy:#0a2240;--maple-red:#d81b60;--aztec-green:#10b981;--gold-accent:#f59e0b;--bg-light:#f8fafc;--surface:#ffffff;--surface-muted:#f1f5f9;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--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}p,li,td,th{color:#334155;font-size:0.95rem}.navbar-custom{background-color:rgba(10,34,64,0.96);backdrop-filter:blur(10px);border-bottom:2px solid var(--maple-red);padding:0.75rem 1rem;position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand span{color:#ffffff;font-weight:800;letter-spacing:0.5px}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;font-size:0.95rem;margin:0 0.5rem;transition:var(--transition-smooth)}.nav-link-custom:hover,.nav-link-custom.active{color:var(--gold-accent) !important}.hero-section{background:linear-gradient(135deg,#0a2240 0%,#1e293b 100%);color:#ffffff;padding:5rem 0 4rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,rgba(216,27,96,0.15) 0%,transparent 70%);z-index:1}.hero-section::after{content:'';position:absolute;bottom:0;left:0;width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,0.1) 0%,transparent 70%);z-index:1}.hero-content{position:relative;z-index:2}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#f1f5f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.hero-img-container{position:relative;z-index:2;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-container img{width:100%;height:auto;object-fit:cover}.hero-badge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.hero-badge-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:8px;padding:0.75rem;text-align:center}.hero-badge-val{font-size:1.5rem;font-weight:700;color:var(--gold-accent);display:block}.hero-badge-label{font-size:0.75rem;color:#94a3b8;text-transform:uppercase}section{padding:4.5rem 0;border-bottom:1px solid var(--border-color)}.section-light{background-color:var(--surface)}.section-dark{background-color:var(--bg-light)}.section-title-wrap{margin-bottom:3rem;text-align:center}.section-title{font-size:2rem;font-weight:700;position:relative;display:inline-block;padding-bottom:0.75rem;color:var(--primary-navy)}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--maple-red),var(--aztec-green));border-radius:2px}.section-subtitle{font-size:0.95rem;color:var(--text-muted);margin-top:0.5rem}.score-card{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:var(--transition-smooth);overflow:hidden;margin-bottom:1.5rem}.score-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.08)}.score-header{background-color:var(--surface-muted);padding:0.5rem 1rem;font-size:0.8rem;font-weight:600;display:flex;justify-content:space-between;color:var(--text-muted)}.score-body{padding:1.5rem;display:flex;align-items:center;justify-content:space-between}.team-info{display:flex;flex-direction:column;align-items:center;width:35%}.team-flag{width:48px;height:48px;border-radius:50%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:0.5rem;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.team-name{font-weight:700;font-size:0.95rem;text-align:center}.score-display{width:30%;text-align:center}.score-numbers{font-size:1.75rem;font-weight:800;color:var(--primary-navy);letter-spacing:4px}.score-status-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:20px;font-weight:600}.badge-live{background-color:rgba(216,27,96,0.1);color:var(--maple-red);border:1px solid rgba(216,27,96,0.2)}.badge-upcoming{background-color:rgba(16,185,129,0.1);color:var(--aztec-green);border:1px solid rgba(16,185,129,0.2)}.badge-ended{background-color:var(--surface-muted);color:var(--text-muted);border:1px solid var(--border-color)}.schedule-table-wrap{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden}.schedule-table th{background-color:var(--primary-navy);color:#ffffff;font-weight:600;border:none;padding:1rem}.schedule-table td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border-color)}.stage-pill{background-color:var(--surface-muted);padding:0.2rem 0.6rem;border-radius:4px;font-size:0.75rem;font-weight:600;color:var(--primary-navy);display:inline-block}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden}.group-title{background-color:var(--primary-navy);color:#ffffff;padding:0.75rem 1rem;font-weight:700;text-align:center;border-bottom:3px solid var(--maple-red)}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--border-color)}.group-item:last-child{border-bottom:none}.group-team-info{display:flex;align-items:center}.group-team-rank{font-weight:700;color:var(--text-muted);width:24px}.team-card{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden;transition:var(--transition-smooth);text-align:center;padding:1.5rem}.team-card:hover{transform:translateY(-5px);border-color:var(--maple-red)}.team-card-icon{width:64px;height:64px;border-radius:50%;background-color:var(--bg-light);margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 4px 10px rgba(0,0,0,0.05)}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden;transition:var(--transition-smooth);height:100%;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.08)}.news-body{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.news-tag{font-size:0.75rem;color:var(--maple-red);font-weight:700;text-transform:uppercase;margin-bottom:0.5rem;display:block}.news-title{font-size:1.1rem;font-weight:700;color:var(--primary-navy);margin-bottom:0.75rem;line-height:1.4}.news-desc{font-size:0.88rem;color:var(--text-muted);margin-bottom:1rem}.news-footer{border-top:1px solid var(--border-color);padding-top:0.75rem;display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;color:var(--text-muted)}.stadium-card{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden}.stadium-card img{width:100%;height:200px;object-fit:cover}.stadium-info{padding:1.25rem}.stadium-name{font-weight:700;color:var(--primary-navy);font-size:1.1rem;margin-bottom:0.25rem}.stadium-city{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.75rem}.stadium-meta{display:flex;justify-content:space-between;font-size:0.8rem;border-top:1px solid var(--border-color);padding-top:0.75rem;color:var(--text-muted)}.rule-card{background-color:var(--surface);border-left:4px solid var(--aztec-green);padding:1.5rem;border-radius:0 12px 12px 0;box-shadow:var(--card-shadow);height:100%}.guide-section{background-color:var(--surface)}.guide-card{border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;background:var(--surface);height:100%;box-shadow:var(--card-shadow)}.guide-icon-wrap{font-size:2rem;color:var(--maple-red);margin-bottom:1rem}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:10px !important;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.02)}.faq-accordion .accordion-button{font-weight:700;color:var(--primary-navy);background-color:var(--surface);padding:1.2rem}.faq-accordion .accordion-button:not(.collapsed){background-color:var(--surface-muted);color:var(--maple-red);box-shadow:none}.faq-accordion .accordion-body{padding:1.2rem;background-color:var(--surface);color:#475569;font-size:0.95rem;line-height:1.6}.about-box{background:linear-gradient(135deg,rgba(10,34,64,0.02) 0%,rgba(16,185,129,0.02) 100%);border:1px solid var(--border-color);border-radius:14px;padding:2.5rem}.footer-custom{background-color:var(--primary-navy);color:#e2e8f0;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--maple-red)}.footer-brand{font-weight:800;font-size:1.4rem;color:#ffffff;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:var(--transition-smooth)}.footer-links a:hover{color:var(--gold-accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);margin-top:3rem;padding-top:1.5rem;text-align:center;font-size:0.8rem;color:#94a3b8}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-title{font-size:2rem}.hero-badge-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:1.75rem}.schedule-table-wrap{overflow-x:auto}}