:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-dark:#0f172a;--primary:#0284c7;--primary-hover:#0369a1;--accent:#10b981;--accent-glow:rgba(16,185,129,0.15);--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--card-hover-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-dark)}.navbar-custom{background-color:var(--surface-dark);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,0.1);padding:0.8rem 1.5rem;position:sticky;top:0;z-index:1030}.navbar-custom .navbar-brand{display:flex;align-items:center;gap:10px;color:var(--text-light);font-weight:800;font-size:1.3rem;text-transform:uppercase;letter-spacing:0.5px}.navbar-custom .navbar-brand img{height:40px;width:auto;object-fit:contain}.navbar-custom .nav-link{color:rgba(248,250,252,0.85);font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:color 0.2s ease-in-out}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.navbar-custom .btn-nav{background-color:var(--primary);color:white;border-radius:8px;padding:0.4rem 1.2rem;font-weight:600;border:none;transition:all 0.2s ease}.navbar-custom .btn-nav:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.hero-section{position:relative;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,rgba(15,23,42,0) 50%),var(--surface-dark);color:var(--text-light);padding:5rem 0 4.5rem;overflow:hidden}.hero-section h1{color:var(--text-light);font-size:2.75rem;line-height:1.25;margin-bottom:1.5rem}.hero-section h1 span{color:var(--accent)}.hero-section .lead{font-size:1.15rem;color:rgba(248,250,252,0.8);margin-bottom:2rem;max-width:650px}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.hero-feat-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:1.25rem;text-align:left;backdrop-filter:blur(4px)}.hero-feat-card i{font-size:1.5rem;color:var(--accent);margin-bottom:0.75rem;display:inline-block}.hero-feat-card h4{color:var(--text-light);font-size:1.05rem;margin-bottom:0.35rem}.hero-feat-card p{color:rgba(248,250,252,0.65);font-size:0.85rem;margin:0}.hero-image-wrapper{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);border:2px solid rgba(255,255,255,0.1)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover;display:block}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:2.25rem;position:relative;display:inline-block;padding-bottom:0.75rem;margin-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:25%;width:50%;height:4px;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2px}.section-header p{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.live-score-strip{background:linear-gradient(135deg,#0f172a,#1e293b);color:white;padding:1.5rem;border-radius:14px;margin-top:-3rem;position:relative;z-index:10;box-shadow:0 10px 25px -5px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.08)}.score-item{display:flex;align-items:center;justify-content:space-between;padding:0.5rem 1rem;border-right:1px solid rgba(255,255,255,0.1)}.score-item:last-child{border-right:none}.team-mini{display:flex;align-items:center;gap:8px;font-weight:600;font-size:0.95rem}.team-mini span{display:inline-block;width:24px;text-align:center}.score-badge{background-color:var(--accent);color:var(--surface-dark);font-size:0.75rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:4px;text-transform:uppercase}.score-val{font-size:1.25rem;font-weight:800;letter-spacing:2px;color:var(--accent)}.schedule-grid{background:var(--surface);border-radius:14px;box-shadow:var(--card-shadow);border:1px solid var(--border);overflow:hidden}.schedule-table{margin-bottom:0}.schedule-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;padding:1rem;border-bottom:2px solid var(--border)}.schedule-table td{padding:1.25rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.match-tag{font-size:0.8rem;padding:0.25rem 0.6rem;border-radius:20px;font-weight:600;background-color:#f1f5f9;color:var(--text-muted);display:inline-block}.match-tag.active-group{background-color:rgba(2,132,199,0.1);color:var(--primary)}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:all 0.3s ease}.group-card:hover{transform:translateY(-5px);box-shadow:var(--card-hover-shadow);border-color:var(--primary)}.group-card-header{background:var(--surface-dark);color:white;padding:1rem;border-top-left-radius:11px;border-top-right-radius:11px;display:flex;justify-content:space-between;align-items:center}.group-card-header h3{color:white;font-size:1.15rem;margin:0}.group-list{list-style:none;padding:0;margin:0}.group-list li{padding:0.85rem 1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.group-list li:last-child{border-bottom:none}.team-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:var(--card-hover-shadow)}.team-flag-hero{height:140px;background-size:cover;background-position:center;position:relative}.team-flag-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.75))}.team-flag-info{position:absolute;bottom:1rem;left:1rem;color:white}.team-flag-info h4{color:white;margin:0;font-size:1.25rem}.team-details{padding:1.25rem}.team-meta-row{display:flex;justify-content:space-between;margin-bottom:0.5rem;font-size:0.9rem}.team-meta-row span:first-child{color:var(--text-muted)}.team-meta-row span:last-child{font-weight:600}.news-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);overflow:hidden;height:100%;transition:all 0.3s ease}.news-card:hover{transform:translateY(-3px);box-shadow:var(--card-hover-shadow)}.news-body{padding:1.5rem}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;gap:15px}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:0.75rem;line-height:1.4}.news-desc{color:var(--text-muted);font-size:0.9rem;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guide-section{background-color:var(--surface-dark);color:var(--text-light);padding:5rem 0}.guide-section h2,.guide-section h3{color:var(--text-light)}.guide-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.5rem;height:100%}.guide-icon{font-size:2rem;color:var(--accent);margin-bottom:1rem}.faq-accordion .accordion-item{border:1px solid var(--border);margin-bottom:0.75rem;border-radius:8px !important;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface);padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--primary);background-color:#f0f9ff;box-shadow:none}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);line-height:1.6;padding:1.25rem}.site-footer{background-color:#0b0f19;color:rgba(248,250,252,0.7);padding:4.5rem 0 2rem;border-top:1px solid rgba(255,255,255,0.05);font-size:0.9rem}.site-footer h5{color:white;font-size:1.1rem;margin-bottom:1.5rem;font-weight:600}.site-footer a{color:rgba(248,250,252,0.7);text-decoration:none;transition:color 0.2s}.site-footer a:hover{color:var(--accent)}.site-footer .footer-logo img{height:45px;margin-bottom:1.25rem}@media (max-width:991.98px){.hero-section{padding:3.5rem 0}.hero-features{grid-template-columns:1fr;gap:1rem}.score-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding:1rem 0}.score-item:last-child{border-bottom:none}.live-score-strip{margin-top:2rem}}