:root{--page-bg:#f7f9fc;--surface:#ffffff;--surface-strong:#0a4023;--accent-red:#c8102e;--accent-gold:#f2a900;--accent-blue:#002f6c;--text-main:#1a2530;--text-muted:#627180;--border:#e2e8f0;--shadow:0 4px 20px rgba(10,64,35,0.06);--radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}a{color:var(--surface-strong);text-decoration:none;transition:all 0.3s ease}a:hover{color:var(--accent-red)}.site-header{background-color:var(--surface);box-shadow:0 2px 15px rgba(0,0,0,0.05);position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:48px}.nav-link{font-weight:600;color:var(--text-main) !important;padding:0.5rem 1rem !important}.nav-link:hover,.nav-link.active{color:var(--surface-strong) !important}.quick-nav{position:fixed;right:20px;top:50%;transform:translateY(-50%);background:var(--surface);border-radius:30px;padding:15px 8px;box-shadow:0 10px 30px rgba(0,0,0,0.1);z-index:1000;display:none}@media (min-width:992px){.quick-nav{display:block}}.quick-nav-item{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:10px;border-radius:50%;color:var(--text-muted);font-size:1.2rem;transition:all 0.3s ease}.quick-nav-item:last-child{margin-bottom:0}.quick-nav-item:hover,.quick-nav-item.active{background-color:var(--surface-strong);color:#fff}.hero-section{background:linear-gradient(135deg,#0a4023 0%,#002f6c 100%);color:#ffffff;padding:80px 0;border-bottom-left-radius:40px;border-bottom-right-radius:40px;margin-bottom:40px}.hero-tag{background-color:var(--accent-gold);color:var(--accent-blue);font-weight:700;padding:6px 16px;border-radius:50px;display:inline-block;margin-bottom:20px;text-transform:uppercase;font-size:0.85rem;letter-spacing:1px}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-desc{font-size:1.15rem;opacity:0.9;margin-bottom:30px}.hero-img{border-radius:var(--radius);box-shadow:0 15px 35px rgba(0,0,0,0.3);object-fit:cover}.section-title{font-size:1.85rem;font-weight:700;color:var(--surface-strong);margin-bottom:25px;position:relative;padding-bottom:10px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(to right,var(--accent-red),var(--accent-gold));border-radius:2px}.content-box{background-color:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:25px;margin-bottom:30px;border:1px solid var(--border)}.score-ticker-container{margin-top:-60px;position:relative;z-index:10}.score-card{background:var(--surface);border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,0.1);padding:15px 20px;border-top:4px solid var(--accent-red);transition:transform 0.3s}.score-card:hover{transform:translateY(-3px)}.score-status{font-size:0.75rem;font-weight:700;padding:3px 8px;border-radius:4px;text-transform:uppercase}.status-live{background-color:#ffeef0;color:var(--accent-red);animation:pulse 1.5s infinite}.status-upcoming{background-color:#e2e8f0;color:var(--text-muted)}.team-row{display:flex;justify-content:space-between;align-items:center;margin:8px 0}.team-name{font-weight:600;font-size:0.95rem}.team-score{font-weight:800;font-size:1.1rem}.table-responsive-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-table th{background-color:var(--surface-strong);color:#fff;font-weight:600;border:none}.schedule-table td{vertical-align:middle}.group-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:var(--shadow);margin-bottom:20px}.group-header{background-color:var(--accent-blue);color:#fff;padding:12px 15px;font-weight:700;font-size:1.1rem;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;padding:12px 15px;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.team-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:all 0.3s ease}.team-card:hover{box-shadow:0 10px 25px rgba(10,64,35,0.12);transform:translateY(-5px)}.team-img-wrap{height:180px;overflow:hidden}.team-img-wrap img{width:100%;height:100%;object-fit:cover}.team-info{padding:20px}.team-info h4{font-size:1.2rem;font-weight:700;margin-bottom:10px}.guide-list{padding:0;list-style:none}.guide-item{display:flex;align-items:flex-start;margin-bottom:15px}.guide-icon{background-color:rgba(10,64,35,0.08);color:var(--surface-strong);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:15px}.accordion-button:not(.collapsed){background-color:rgba(10,64,35,0.05);color:var(--surface-strong);font-weight:600}.accordion-button{font-weight:600}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.footer-section{background-color:var(--accent-blue);color:rgba(255,255,255,0.8);padding:60px 0 30px;margin-top:60px}.footer-title{color:#fff;font-weight:700;margin-bottom:20px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:rgba(255,255,255,0.7)}.footer-links a:hover{color:#fff}