:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#10b981;--accent-dark:#059669;--accent-secondary:#0ea5e9;--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-shadow-hover:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1)}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);padding:0.75rem 1.5rem;box-shadow:0 2px 10px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1000}.navbar-custom .navbar-brand{display:flex;align-items:center;gap:10px;color:#ffffff;font-weight:700;text-decoration:none}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--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%,rgba(0,0,0,0) 50%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-desc{color:#cbd5e1;font-size:1.125rem;margin-bottom:2rem;line-height:1.7}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.3)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover}.section-padding{padding:5rem 0}.section-header{margin-bottom:3.5rem;text-align:center}.section-header h2{font-size:2rem;font-weight:700;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.75rem;font-size:1rem}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover)}.match-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;box-shadow:var(--card-shadow);margin-bottom:1rem;transition:all 0.3s ease}.match-card:hover{border-color:var(--accent)}.match-header{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);border-bottom:1px dashed var(--border);padding-bottom:0.75rem;margin-bottom:0.75rem}.match-body{display:flex;align-items:center;justify-content:space-between}.team-info{display:flex;flex-direction:column;align-items:center;width:35%;text-align:center}.team-name{font-weight:600;font-size:0.95rem;margin-top:0.5rem;color:var(--text-main)}.score-info{display:flex;flex-direction:column;align-items:center;justify-content:center;width:30%}.score-display{font-size:1.75rem;font-weight:800;color:var(--surface-strong);letter-spacing:2px}.match-status{font-size:0.75rem;padding:0.25rem 0.65rem;border-radius:20px;font-weight:600}.status-upcoming{background-color:#f1f5f9;color:var(--text-muted)}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse-animation 2s infinite}.status-ended{background-color:#f0fdf4;color:var(--accent-dark)}@keyframes pulse-animation{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow)}.group-title-bar{background-color:var(--surface-strong);color:#ffffff;padding:0.75rem 1rem;font-weight:700;border-top-left-radius:12px;border-top-right-radius:12px}.group-table{width:100%;margin-bottom:0;font-size:0.875rem}.group-table th,.group-table td{padding:0.75rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-table tr:last-child td{border-bottom:none}.team-profile-card{position:relative;height:250px;border-radius:12px;overflow:hidden;display:flex;align-items:flex-end;padding:1.5rem;color:#ffffff;box-shadow:var(--card-shadow);background-size:cover;background-position:center}.team-profile-card::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(15,23,42,0.95) 0%,rgba(15,23,42,0.4) 60%,rgba(15,23,42,0.1) 100%);z-index:1}.team-profile-content{position:relative;z-index:2}.news-img{height:180px;object-fit:cover;width:100%}.news-title{font-size:1.05rem;font-weight:700;line-height:1.4;color:var(--surface-strong);margin-bottom:0.5rem}.news-desc{font-size:0.875rem;color:var(--text-muted);line-height:1.5}.stadium-card{border-radius:12px;overflow:hidden;background:var(--surface);box-shadow:var(--card-shadow);border:1px solid var(--border)}.stadium-img-wrapper{position:relative;height:240px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover .stadium-img-wrapper img{transform:scale(1.08)}.stadium-info{padding:1.25rem}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:var(--card-shadow)}.accordion-custom .accordion-button{background-color:var(--surface);color:var(--surface-strong);font-weight:600;box-shadow:none;padding:1.15rem 1.25rem}.accordion-custom .accordion-button:not(.collapsed){background-color:#f8fafc;color:var(--accent-dark)}.accordion-custom .accordion-body{background-color:var(--surface);color:var(--text-main);border-top:1px solid var(--border);line-height:1.7}.site-footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:5px solid var(--accent)}.site-footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s ease}.site-footer a:hover{color:var(--accent)}.footer-logo{color:#ffffff;font-size:1.5rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:10px}.footer-bottom{border-top:1px solid #1e293b;padding-top:1.5rem;margin-top:3rem}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:768px){.hero-title{font-size:2rem}.section-padding{padding:3.5rem 0}}