:root{--primary-color:#0d5c3a;--primary-light:#eef9f3;--accent-color:#0284c7;--accent-gold:#eab308;--text-dark:#0f172a;--text-muted:#475569;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:#cbd5e1;--card-shadow:0 4px 12px rgba(15,23,42,0.05);--header-height:70px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6}a{color:var(--accent-color);text-decoration:none;transition:all 0.2s ease-in-out}a:hover{color:var(--primary-color)}.site-header{background-color:var(--bg-white);box-shadow:0 2px 8px rgba(0,0,0,0.06);position:sticky;top:0;z-index:1000;height:var(--header-height);display:flex;align-items:center}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{font-weight:500;color:var(--text-dark) !important;padding:0.5rem 1rem !important}.nav-link:hover,.nav-link.active{color:var(--primary-color) !important}.hero-section{background:linear-gradient(135deg,#093d26 0%,#1e293b 100%);color:#ffffff;padding:4rem 0;position:relative;overflow:hidden}.hero-content h1{font-size:2.25rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem;color:#ffffff}@media (min-width:992px){.hero-content h1{font-size:3rem}}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}@media (min-width:576px){.hero-stats{grid-template-columns:repeat(4,1fr)}}.stat-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:1rem;text-align:center;border:1px solid rgba(255,255,255,0.15)}.stat-value{font-size:1.5rem;font-weight:700;color:var(--accent-gold);display:block}.stat-label{font-size:0.85rem;color:#94a3b8}.hero-img-container img{border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.section-padding{padding:5rem 0}.section-title{position:relative;margin-bottom:3rem;font-weight:700;color:var(--text-dark)}.section-title::after{content:'';position:absolute;left:0;bottom:-8px;width:50px;height:4px;background-color:var(--primary-color);border-radius:2px}.bg-white-section{background-color:var(--bg-white)}.score-ticker{background:#1e293b;color:#ffffff;padding:0.75rem 0;border-bottom:4px solid var(--accent-color)}.ticker-wrapper{display:flex;overflow-x:auto;gap:1.5rem;scrollbar-width:none;padding:0 1rem}.ticker-wrapper::-webkit-scrollbar{display:none}.ticker-item{flex:0 0 auto;background:rgba(255,255,255,0.05);border-radius:8px;padding:0.5rem 1rem;min-width:240px;border:1px solid rgba(255,255,255,0.1)}.ticker-meta{font-size:0.75rem;color:#94a3b8;display:flex;justify-content:space-between;margin-bottom:0.25rem}.ticker-match{display:flex;justify-content:space-between;align-items:center;font-weight:600}.ticker-vs{color:var(--accent-gold);font-size:0.85rem}.schedule-table-card{background:var(--bg-white);border-radius:14px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);overflow:hidden}.group-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.group-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.group-grid{grid-template-columns:repeat(3,1fr)}}.group-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden}.group-header{background:var(--primary-color);color:#ffffff;padding:0.75rem 1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1rem;font-size:0.9rem;text-align:center}.group-table td:nth-child(2){text-align:left;font-weight:600}.team-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:transform 0.2s ease-in-out;overflow:hidden;height:100%}.team-card:hover{transform:translateY(-5px)}.team-badge-placeholder{height:140px;background:linear-gradient(135deg,var(--primary-light) 0%,#e2f1f9 100%);display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--primary-color)}.team-info{padding:1.25rem}.news-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);height:100%;display:flex;flex-direction:column;overflow:hidden}.news-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-tag{align-self:flex-start;background:var(--primary-light);color:var(--primary-color);font-size:0.75rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px;margin-bottom:0.75rem}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:0.75rem;line-height:1.4}.news-summary{color:var(--text-muted);font-size:0.9rem;margin-bottom:1rem;flex-grow:1}.guide-box{background:var(--bg-white);border-left:5px solid var(--accent-color);border-radius:0 12px 12px 0;padding:1.5rem;box-shadow:var(--card-shadow);margin-bottom:1.5rem}.accordion-item{border-radius:12px !important;border:1px solid var(--border-color) !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.accordion-button:not(.collapsed){background-color:var(--primary-light);color:var(--primary-color)}.accordion-button:focus{box-shadow:none;border-color:var(--border-color)}.site-footer{background-color:#0f172a;color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}.site-footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.site-footer a{color:#94a3b8}.site-footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:3rem;text-align:center}