:root{--primary-color:#0d3b66;--primary-light:#f4f6f9;--accent-red:#d90429;--accent-green:#2ec4b6;--text-main:#1d2d44;--text-muted:#6c757d;--bg-body:#f8f9fa;--card-shadow:0 4px 12px rgba(13,59,102,0.08);--border-color:#e9ecef;--border-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:var(--text-main);background-color:var(--bg-body);line-height:1.6;overflow-x:hidden}p,li,td,th{color:#2b3a42}.navbar{background-color:#ffffff;box-shadow:0 2px 10px rgba(0,0,0,0.05);padding:15px 0;transition:all 0.3s ease}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{font-weight:600;color:var(--primary-color) !important;margin:0 8px;transition:color 0.2s ease}.nav-link:hover{color:var(--accent-red) !important}section{padding:70px 0;border-bottom:1px solid var(--border-color)}.section-title{position:relative;font-weight:800;color:var(--primary-color);margin-bottom:40px;padding-bottom:15px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent-red);border-radius:2px}.hero-section{background:linear-gradient(135deg,#0d3b66 0%,#001220 100%);color:#ffffff;padding:90px 0 100px 0;border-bottom:none}.hero-section h1{font-size:2.8rem;font-weight:800;line-height:1.3;color:#ffffff}.hero-section p{color:rgba(255,255,255,0.85);font-size:1.15rem}.hero-badge{background-color:var(--accent-red);color:#ffffff;font-weight:700;padding:6px 16px;border-radius:50px;display:inline-block;margin-bottom:20px;text-transform:uppercase;font-size:0.9rem}.hero-img-container{border-radius:var(--border-radius);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-container img{width:100%;height:auto;object-fit:cover}.stats-bar{background-color:#ffffff;border-radius:var(--border-radius);padding:25px;box-shadow:var(--card-shadow);margin-top:-50px;position:relative;z-index:10}.stats-item{text-align:center;border-right:1px solid var(--border-color)}.stats-item:last-child{border-right:none}.stats-number{font-size:2rem;font-weight:800;color:var(--accent-red);line-height:1;margin-bottom:5px}.stats-label{font-size:0.9rem;color:var(--text-muted);font-weight:600}.ticker-wrapper{background-color:#1a1a1a;color:#ffffff;padding:12px 0;overflow:hidden;white-space:nowrap}.ticker-container{display:flex;align-items:center}.ticker-title{background-color:var(--accent-red);color:#ffffff;font-weight:700;padding:4px 12px;border-radius:4px;margin-right:20px;font-size:0.85rem}.ticker-scroll{display:flex;animation:ticker-slide 30s linear infinite}.ticker-item{display:inline-flex;align-items:center;padding:0 25px;border-right:1px solid rgba(255,255,255,0.15)}.ticker-item span{color:#ffffff;font-weight:600}.ticker-score{background:rgba(255,255,255,0.1);padding:2px 8px;border-radius:4px;margin:0 10px;color:#ffd166 !important}.ticker-status{font-size:0.8rem;color:var(--accent-green);margin-left:8px}@keyframes ticker-slide{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.schedule-card{background:#ffffff;border-radius:var(--border-radius);padding:20px;margin-bottom:20px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);transition:transform 0.2s ease}.schedule-card:hover{transform:translateY(-4px)}.schedule-meta{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);margin-bottom:12px;border-bottom:1px solid var(--border-color);padding-bottom:8px}.schedule-team{display:flex;align-items:center;justify-content:space-between;margin:8px 0}.team-name{font-weight:700;font-size:1.05rem}.team-score{font-weight:800;font-size:1.2rem;color:var(--primary-color)}.group-grid{background:#ffffff;border-radius:var(--border-radius);box-shadow:var(--card-shadow);border:1px solid var(--border-color);overflow:hidden;margin-bottom:30px}.group-header{background-color:var(--primary-color);color:#ffffff;padding:12px 18px;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-header span{color:#ffffff}.group-table{width:100%;margin-bottom:0}.group-table th{background-color:var(--primary-light);font-weight:600;font-size:0.85rem;border-bottom:1px solid var(--border-color);padding:10px 15px}.group-table td{padding:12px 15px;border-bottom:1px solid var(--border-color);font-size:0.95rem}.group-table tr:last-child td{border-bottom:none}.team-card{background:#ffffff;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--card-shadow);margin-bottom:30px;border:1px solid var(--border-color);transition:all 0.3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(13,59,102,0.15)}.team-card-banner{height:8px;background:linear-gradient(90deg,#0d3b66,#d90429,#2ec4b6)}.team-card-body{padding:24px}.team-title{font-weight:800;font-size:1.25rem;margin-bottom:15px;color:var(--primary-color)}.team-info-list{list-style:none;padding:0;margin:0}.team-info-list li{font-size:0.9rem;padding:6px 0;border-bottom:1px dashed var(--border-color);display:flex;justify-content:space-between}.team-info-list li:last-child{border-bottom:none}.news-card{background:#ffffff;border-radius:var(--border-radius);box-shadow:var(--card-shadow);border:1px solid var(--border-color);overflow:hidden;margin-bottom:30px;display:flex;flex-direction:column;height:100%;transition:transform 0.2s ease}.news-card:hover{transform:translateY(-4px)}.news-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.news-date{font-size:0.8rem;color:var(--text-muted);margin-bottom:10px;font-weight:600}.news-headline{font-weight:700;font-size:1.15rem;color:var(--primary-color);margin-bottom:12px;line-height:1.4}.news-excerpt{font-size:0.92rem;color:#4a5568;margin-bottom:15px}.stadium-card{background:#ffffff;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color);margin-bottom:30px}.stadium-img{width:100%;height:240px;object-fit:cover}.stadium-info{padding:20px}.stadium-name{font-weight:700;font-size:1.2rem;color:var(--primary-color);margin-bottom:8px}.stadium-city{font-size:0.9rem;color:var(--accent-red);font-weight:700;margin-bottom:12px}.guide-section{background-color:var(--primary-light)}.guide-box{background:#ffffff;border-radius:var(--border-radius);padding:30px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);height:100%}.guide-icon{font-size:2.5rem;color:var(--accent-red);margin-bottom:20px}.rules-card{background:#ffffff;border-left:5px solid var(--accent-green);padding:20px;margin-bottom:20px;border-radius:0 var(--border-radius) var(--border-radius) 0;box-shadow:var(--card-shadow)}.accordion-button:not(.collapsed){background-color:var(--primary-light);color:var(--primary-color);box-shadow:none}.accordion-button{font-weight:700;color:var(--primary-color)}.accordion-item{border-radius:var(--border-radius) !important;overflow:hidden;margin-bottom:12px;border:1px solid var(--border-color)}.disclaimer-box{background-color:#fffdf5;border:1px solid #ffeeba;border-radius:var(--border-radius);padding:24px;margin-top:40px}.disclaimer-title{font-weight:700;color:#856404;margin-bottom:10px}footer{background-color:#0b1a2d;color:rgba(255,255,255,0.8);padding:60px 0 30px;font-size:0.95rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s}footer a:hover{color:#ffffff}footer h5{color:#ffffff;font-weight:700;margin-bottom:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:25px;margin-top:40px;font-size:0.85rem}@media (max-width:768px){.hero-section{padding:60px 0;text-align:center}.hero-section h1{font-size:2rem}.stats-bar{margin-top:20px}.stats-item{border-right:none;border-bottom:1px solid var(--border-color);padding:15px 0}.stats-item:last-child{border-bottom:none}.table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}}