:root{--primary-color:#0d5c3a;--secondary-color:#1a365d;--accent-color:#d97706;--bg-light:#f8fafc;--bg-white:#ffffff;--text-dark:#0f172a;--text-muted:#475569;--border-color:#e2e8f0;--card-shadow:0 4px 12px rgba(15,23,42,0.05);--border-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}.navbar{background-color:var(--bg-white);box-shadow:0 2px 10px rgba(0,0,0,0.05);padding:15px 0}.navbar-brand img{max-height:45px;object-fit:contain}.navbar-brand span{font-weight:700;color:var(--secondary-color);margin-left:10px}.nav-link{font-weight:600;color:var(--text-dark) !important;transition:color 0.3s ease}.nav-link:hover{color:var(--primary-color) !important}section{padding:70px 0}.section-title{position:relative;font-weight:700;color:var(--secondary-color);margin-bottom:40px;padding-bottom:12px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent-color);border-radius:2px}#hero{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--primary-color) 100%);color:var(--bg-white);padding:90px 0}#hero h1{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:20px}#hero p{font-size:1.15rem;opacity:0.9;margin-bottom:30px}.hero-img{max-width:100%;height:auto;border-radius:var(--border-radius);box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-badge{display:inline-block;background:rgba(255,255,255,0.15);padding:6px 16px;border-radius:50px;font-size:0.9rem;margin-bottom:15px;border:1px solid rgba(255,255,255,0.25)}.custom-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:24px;box-shadow:var(--card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(15,23,42,0.1)}.table-responsive{border-radius:var(--border-radius);overflow:hidden;border:1px solid var(--border-color)}.table{margin-bottom:0;background-color:var(--bg-white)}.table th{background-color:var(--secondary-color);color:var(--bg-white);font-weight:600;border:none;padding:15px}.table td{padding:15px;vertical-align:middle;border-bottom:1px solid var(--border-color)}.badge-status{padding:6px 12px;border-radius:50px;font-size:0.8rem;font-weight:600}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.status-finished{background-color:#dcfce7;color:#15803d}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background-color:var(--bg-white);border-top:4px solid var(--primary-color);border-radius:var(--border-radius);box-shadow:var(--card-shadow);padding:20px}.group-header{font-weight:700;font-size:1.1rem;color:var(--secondary-color);border-bottom:1px solid var(--border-color);padding-bottom:10px;margin-bottom:15px}.team-list{list-style:none;padding:0;margin:0}.team-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed var(--border-color)}.team-item:last-child{border-bottom:none}.stadium-img-wrapper{position:relative;overflow:hidden;border-radius:var(--border-radius);margin-bottom:15px}.stadium-img-wrapper img{width:100%;height:220px;object-fit:cover;transition:transform 0.5s ease}.stadium-img-wrapper:hover img{transform:scale(1.05)}#guide{background-color:#f1f5f9}.accordion-item{border:1px solid var(--border-color) !important;border-radius:var(--border-radius) !important;margin-bottom:15px;overflow:hidden;box-shadow:var(--card-shadow)}.accordion-button{font-weight:600;color:var(--secondary-color) !important;background-color:var(--bg-white) !important}.accordion-button:not(.collapsed){box-shadow:none;background-color:#f8fafc !important}#about{background-color:#e2e8f0;border-radius:var(--border-radius);padding:30px}footer{background-color:var(--secondary-color);color:#94a3b8;padding:60px 0 30px 0;font-size:0.9rem}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--accent-color)}footer h5{color:var(--bg-white);font-weight:600;margin-bottom:20px}@media (max-width:768px){#hero{text-align:center;padding:60px 0}#hero h1{font-size:2rem}.section-title{text-align:center;padding-bottom:10px}.section-title::after{left:50%;transform:translateX(-50%)}}