:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#10b981;--accent-3:#ef4444;--border:#e2e8f0;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-sans);background-color:var(--page-bg);color:var(--text-main);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 20px rgba(0,0,0,0.08);padding:0.75rem 1rem}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:rgba(248,250,252,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-2)}.navbar-btn{background-color:var(--accent-2);color:var(--text-light);border-radius:6px;font-weight:600;padding:0.5rem 1.25rem;border:none;transition:background 0.3s}.navbar-btn:hover{background-color:#059669;color:var(--text-light)}.hero-section{background:radial-gradient(circle at top right,#1e293b 0%,#0f172a 100%);color:var(--text-light);padding:5rem 0 6rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-tag{background-color:rgba(16,185,129,0.2);color:var(--accent-2);border:1px solid rgba(16,185,129,0.3);padding:0.35rem 0.85rem;border-radius:50px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:900;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(135deg,#ffffff 40%,#93c5fd 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.hero-feat-item{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:1rem;text-align:center}.hero-feat-num{font-size:1.75rem;font-weight:800;color:var(--accent-2);display:block}.hero-feat-label{font-size:0.8rem;color:#94a3b8}.hero-image-wrapper{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.4);border:4px solid rgba(255,255,255,0.1)}.hero-image-wrapper img{width:100%;height:auto;display:block}.section-padding{padding:4.5rem 0}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-size:2rem;font-weight:800;color:var(--surface-strong);margin-bottom:0.75rem;position:relative;display:inline-block}.section-header p{color:var(--text-muted);font-size:1.05rem;max-width:700px;margin:0}.score-ticker-container{background:var(--surface);border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.05);padding:1.25rem;margin-top:-3rem;position:relative;z-index:10;border:1px solid var(--border)}.ticker-title{font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--accent-3);margin-bottom:0.75rem;display:flex;align-items:center;gap:6px}.ticker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.ticker-card{background:var(--page-bg);border-radius:8px;padding:0.75rem 1rem;border:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between}.ticker-meta{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--text-muted);margin-bottom:0.5rem}.ticker-teams{display:flex;flex-direction:column;gap:0.25rem}.ticker-team-row{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:0.9rem}.ticker-score{font-family:monospace;font-size:1rem;font-weight:700;color:var(--surface-strong)}.schedule-tab-content{background:var(--surface);border-radius:14px;padding:1.5rem;box-shadow:0 5px 20px rgba(0,0,0,0.03);border:1px solid var(--border)}.schedule-row{display:grid;grid-template-columns:1.2fr 2.5fr 1.2fr;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border)}.schedule-row:last-child{border-bottom:none}.schedule-time-box{display:flex;flex-direction:column}.schedule-date{font-weight:700;color:var(--accent);font-size:0.95rem}.schedule-hour{font-size:0.8rem;color:var(--text-muted)}.schedule-vs-box{display:flex;align-items:center;justify-content:center;gap:1.5rem}.schedule-team{display:flex;align-items:center;gap:0.75rem;width:40%}.schedule-team.team-right{justify-content:flex-end;text-align:right}.schedule-team span{font-weight:600;font-size:0.95rem}.schedule-vs-badge{background:var(--page-bg);border:1px solid var(--border);padding:0.25rem 0.75rem;border-radius:50px;font-size:0.75rem;font-weight:700;color:var(--text-muted)}.schedule-info-box{text-align:right}.schedule-venue{font-size:0.8rem;color:var(--text-muted);display:block}.schedule-group-tag{background:rgba(2,132,199,0.1);color:var(--accent);padding:0.15rem 0.5rem;border-radius:4px;font-size:0.7rem;font-weight:600;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);box-shadow:0 4px 12px rgba(0,0,0,0.02);overflow:hidden;transition:transform 0.3s}.group-card:hover{transform:translateY(-4px)}.group-header{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-hover) 100%);color:var(--text-light);padding:0.75rem 1.25rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-body{padding:0.75rem 0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.6rem 1.25rem;border-bottom:1px solid rgba(226,232,240,0.6)}.group-item:last-child{border-bottom:none}.group-team-info{display:flex;align-items:center;gap:0.75rem}.group-team-name{font-weight:600;font-size:0.9rem}.group-stats{font-size:0.8rem;color:var(--text-muted);font-family:monospace}.team-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;text-align:center;transition:all 0.3s;box-shadow:0 4px 12px rgba(0,0,0,0.02)}.team-card:hover{border-color:var(--accent-2);box-shadow:0 10px 25px rgba(16,185,129,0.1)}.team-flag-icon{width:64px;height:64px;border-radius:50%;background-color:var(--page-bg);margin:0 auto 1rem auto;display:flex;align-items:center;justify-content:center;font-size:1.75rem;box-shadow:0 4px 10px rgba(0,0,0,0.05)}.team-title{font-size:1.1rem;font-weight:700;margin-bottom:0.25rem}.team-subtitle{font-size:0.8rem;color:var(--text-muted);margin-bottom:1rem;display:block}.team-features-list{font-size:0.825rem;color:var(--text-main);text-align:left;border-top:1px solid var(--border);padding-top:0.75rem;margin-bottom:0;list-style:none;padding-left:0}.team-features-list li{margin-bottom:0.4rem;display:flex;justify-content:space-between}.team-features-list li span:first-child{color:var(--text-muted)}.stadium-card{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:0 4px 12px rgba(0,0,0,0.02);height:100%}.stadium-text-box{padding:1.25rem}.stadium-city{font-size:0.75rem;font-weight:700;color:var(--accent);text-transform:uppercase;margin-bottom:0.25rem;display:block}.stadium-name{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem}.stadium-desc{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.75rem}.news-item-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.25rem;box-shadow:0 4px 12px rgba(0,0,0,0.02);transition:all 0.3s;height:100%;display:flex;flex-direction:column;justify-content:space-between}.news-item-card:hover{border-color:var(--accent);transform:translateY(-2px)}.news-meta-row{display:flex;justify-content:space-between;align-items:center;font-size:0.75rem;color:var(--text-muted);margin-bottom:0.75rem}.news-tag{background-color:rgba(2,132,199,0.1);color:var(--accent);padding:0.2rem 0.6rem;border-radius:4px;font-weight:600}.news-title-text{font-size:1rem;font-weight:700;color:var(--surface-strong);line-height:1.4;margin-bottom:0.75rem}.news-summary-text{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guide-section{background-color:var(--surface-strong);color:var(--text-light);border-radius:14px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,0.15)}.guide-content-box{padding:3rem}.guide-accent-title{color:var(--accent-2);font-weight:700;font-size:0.9rem;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.5rem;display:block}.guide-list{list-style:none;padding-left:0;margin-top:1.5rem}.guide-list li{margin-bottom:1rem;display:flex;gap:1rem;align-items:flex-start}.guide-list i{color:var(--accent-2);font-size:1.25rem;margin-top:0.15rem}.guide-list-title{font-weight:700;margin-bottom:0.25rem}.guide-list-desc{font-size:0.875rem;color:#94a3b8}.rules-timeline{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.rules-timeline-item{position:relative;margin-bottom:2.5rem}.rules-timeline-item::before{content:'';position:absolute;left:-2.4rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background:var(--accent);border:2px solid var(--surface)}.rules-timeline-title{font-size:1.1rem;font-weight:700;margin-bottom:0.5rem}.rules-timeline-desc{font-size:0.9rem;color:var(--text-muted)}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:10px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.01)}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface);padding:1rem 1.25rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:#f0f7ff;box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);font-size:0.9rem;line-height:1.6;background-color:var(--surface);padding:1rem 1.25rem}.about-card{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:2rem;color:#166534}.about-card-title{font-weight:800;margin-bottom:1rem;display:flex;align-items:center;gap:10px}.footer-section{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem 0;border-top:4px solid var(--accent-2)}.footer-brand{font-weight:800;color:var(--text-light);font-size:1.5rem;margin-bottom:1rem;display:block}.footer-title{color:var(--text-light);font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:var(--accent-2)}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.85rem;text-align:center}@media (max-width:991px){.hero-title{font-size:2.25rem}.hero-section{padding:3.5rem 0 4.5rem 0}.hero-features{gap:1rem}.guide-content-box{padding:2rem}}@media (max-width:768px){.hero-title{font-size:1.85rem}.hero-features{grid-template-columns:1fr;gap:0.75rem}.schedule-row{grid-template-columns:1fr;gap:1rem;text-align:center;padding:1.5rem 0}.schedule-team{width:100%;justify-content:center !important;text-align:center !important}.schedule-info-box{text-align:center}.table-responsive{border:0}}