:root{--soccer-primary:#0f172a;--soccer-secondary:#0284c7;--soccer-accent:#10b981;--soccer-gold:#f59e0b;--soccer-light:#f8fafc;--soccer-card-bg:#ffffff;--soccer-text-dark:#0f172a;--soccer-text-muted:#64748b;--soccer-border:#e2e8f0;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-family);background-color:var(--soccer-light);color:var(--soccer-text-dark);overflow-x:hidden;line-height:1.6}.soccer-navbar{background-color:var(--soccer-primary);border-bottom:3px solid var(--soccer-accent);padding:0.8rem 1rem;position:sticky;top:0;z-index:1050}.soccer-navbar .navbar-brand{color:#ffffff;font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.soccer-navbar .navbar-brand img{max-height:40px;object-fit:contain}.soccer-navbar .nav-link{color:#e2e8f0;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.soccer-navbar .nav-link:hover,.soccer-navbar .nav-link.active{color:var(--soccer-accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(16,185,129,0.15) 0%,transparent 50%);pointer-events:none}.hero-title-badge{background-color:rgba(16,185,129,0.2);color:var(--soccer-accent);border:1px solid var(--soccer-accent);padding:0.4rem 1rem;border-radius:50px;display:inline-block;font-weight:600;margin-bottom:1.5rem;font-size:0.9rem}.hero-section h1{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-section h1 span{color:var(--soccer-accent)}.hero-lead{font-size:1.15rem;color:#94a3b8;margin-bottom:2rem;max-width:650px}.hero-features{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.hero-feature-item{background:rgba(255,255,255,0.05);padding:0.8rem 1.2rem;border-radius:8px;border:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;gap:10px}.hero-feature-item i{color:var(--soccer-gold);font-size:1.2rem}.hero-img-container{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.4)}.hero-img-container img{width:100%;height:auto;object-fit:cover;display:block}.match-ticker-section{background-color:#1e293b;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.ticker-wrapper{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:0.5rem}.ticker-wrapper::-webkit-scrollbar{height:4px}.ticker-wrapper::-webkit-scrollbar-thumb{background-color:var(--soccer-accent);border-radius:2px}.ticker-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:0.8rem 1.2rem;min-width:280px;flex-shrink:0;color:#ffffff}.ticker-header{display:flex;justify-content:space-between;font-size:0.75rem;color:#94a3b8;margin-bottom:0.5rem}.ticker-header .status-tag{color:var(--soccer-gold);font-weight:bold}.ticker-body{display:flex;justify-content:space-between;align-items:center}.ticker-team{display:flex;align-items:center;gap:8px;font-weight:600;font-size:0.9rem}.ticker-score{font-size:1.1rem;font-weight:800;color:var(--soccer-accent);background:rgba(16,185,129,0.1);padding:2px 8px;border-radius:4px}.section-title-area{margin-bottom:3rem;text-align:center}.section-title-area h2{font-size:2.2rem;font-weight:800;color:var(--soccer-primary);position:relative;display:inline-block;padding-bottom:1rem}.section-title-area h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background-color:var(--soccer-accent);border-radius:2px}.section-title-area p{color:var(--soccer-text-muted);margin-top:0.8rem;font-size:1.05rem}.schedule-card{background:var(--soccer-card-bg);border:1px solid var(--soccer-border);border-radius:12px;transition:all 0.3s ease;margin-bottom:1.5rem;overflow:hidden}.schedule-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(15,23,42,0.08);border-color:var(--soccer-secondary)}.schedule-time-badge{background-color:var(--soccer-light);padding:1rem;text-align:center;border-right:1px solid var(--soccer-border);display:flex;flex-direction:column;justify-content:center;font-weight:bold}.schedule-time-badge .date{font-size:1.1rem;color:var(--soccer-primary)}.schedule-time-badge .time{font-size:0.85rem;color:var(--soccer-text-muted)}.schedule-detail{padding:1.2rem}.schedule-meta{font-size:0.8rem;color:var(--soccer-text-muted);margin-bottom:0.5rem}.group-matrix-card{background:var(--soccer-card-bg);border:1px solid var(--soccer-border);border-radius:12px;overflow:hidden;height:100%;transition:transform 0.3s ease}.group-matrix-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,0.05)}.group-header{background-color:var(--soccer-primary);color:#ffffff;padding:0.8rem 1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-header span{color:var(--soccer-accent)}.group-team-list{padding:0;margin:0;list-style:none}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:0.8rem 1rem;border-bottom:1px solid var(--soccer-border)}.group-team-item:last-child{border-bottom:none}.group-team-name{font-weight:600;font-size:0.95rem;display:flex;align-items:center;gap:10px}.team-profile-card{background-color:var(--soccer-card-bg);border-radius:12px;border:1px solid var(--soccer-border);padding:1.5rem;text-align:center;height:100%;position:relative;transition:all 0.3s ease}.team-profile-card:hover{border-color:var(--soccer-accent);box-shadow:0 10px 25px rgba(16,185,129,0.1)}.team-flag-placeholder{width:70px;height:70px;border-radius:50%;background-color:var(--soccer-light);display:inline-flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1rem;border:2px solid var(--soccer-border)}.team-title{font-size:1.2rem;font-weight:700;color:var(--soccer-primary);margin-bottom:0.5rem}.team-rank{font-size:0.8rem;color:var(--soccer-text-muted);background-color:var(--soccer-light);padding:2px 10px;border-radius:20px;display:inline-block;margin-bottom:1rem}.guide-card{background:var(--soccer-card-bg);border:1px solid var(--soccer-border);border-radius:12px;overflow:hidden;height:100%}.guide-image-wrap{position:relative;height:200px;overflow:hidden}.guide-image-wrap img{width:100%;height:100%;object-fit:cover}.guide-content{padding:1.5rem}.guide-tag{background-color:rgba(2,132,199,0.1);color:var(--soccer-secondary);font-weight:600;font-size:0.75rem;padding:4px 10px;border-radius:4px;display:inline-block;margin-bottom:0.8rem}.news-item{border-bottom:1px solid var(--soccer-border);padding:1.2rem 0;transition:all 0.2s ease}.news-item:hover{padding-left:5px}.news-item:last-child{border-bottom:none}.news-meta-row{display:flex;gap:15px;font-size:0.8rem;color:var(--soccer-text-muted);margin-bottom:0.5rem}.news-title-link{font-size:1.1rem;font-weight:700;color:var(--soccer-primary);text-decoration:none;transition:color 0.2s ease}.news-title-link:hover{color:var(--soccer-secondary)}.rule-badge-list{display:flex;flex-direction:column;gap:1rem}.rule-item{background-color:var(--soccer-card-bg);border-left:4px solid var(--soccer-accent);padding:1.2rem;border-radius:0 10px 10px 0;box-shadow:0 2px 5px rgba(0,0,0,0.02)}.stadium-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.05);height:320px}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover img{transform:scale(1.05)}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,23,42,0.95) 0%,rgba(15,23,42,0.4) 70%,transparent 100%);padding:1.5rem;color:#ffffff}.stadium-city{color:var(--soccer-accent);font-size:0.8rem;font-weight:700;text-transform:uppercase;margin-bottom:0.3rem}.stadium-name{font-size:1.25rem;font-weight:800}.faq-accordion .accordion-item{border:1px solid var(--soccer-border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:700;color:var(--soccer-primary);background-color:var(--soccer-card-bg)}.faq-accordion .accordion-button:not(.collapsed){color:var(--soccer-secondary);background-color:rgba(2,132,199,0.05);box-shadow:none}.about-section{background-color:#f1f5f9;border-top:1px solid var(--soccer-border);border-bottom:1px solid var(--soccer-border);padding:3.5rem 0}.disclaimer-box{background-color:var(--soccer-card-bg);border:1px dashed var(--soccer-text-muted);padding:1.5rem;border-radius:8px;font-size:0.9rem;color:var(--soccer-text-muted)}.soccer-footer{background-color:var(--soccer-primary);color:#94a3b8;padding:4rem 0 2rem 0;border-top:4px solid var(--soccer-accent)}.soccer-footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}.soccer-footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.soccer-footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;text-align:center;font-size:0.85rem}@media (max-width:991px){.hero-section{padding:3rem 0;text-align:center}.hero-section h1{font-size:2.2rem}.hero-features{justify-content:center}.hero-img-container{margin-top:2.5rem}.schedule-time-badge{border-right:none;border-bottom:1px solid var(--soccer-border);padding:0.8rem}}