:root{--primary-navy:#0A2540;--accent-red:#D80621;--accent-green:#006847;--bg-light:#F8F9FA;--bg-white:#FFFFFF;--text-dark:#1F2937;--text-muted:#4B5563;--border-color:#E5E7EB;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);overflow-x:hidden;line-height:1.6}.app-container{display:flex;min-height:100vh}.sidebar-nav{width:280px;background-color:var(--primary-navy);color:var(--bg-white);position:fixed;top:0;bottom:0;left:0;z-index:1030;padding:2rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;transition:var(--transition-smooth);border-right:1px solid rgba(255,255,255,0.1)}.main-content{margin-left:280px;width:calc(100% - 280px);padding:2.5rem;transition:var(--transition-smooth)}.sidebar-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--bg-white);margin-bottom:2.5rem}.sidebar-brand img{height:40px;width:auto;object-fit:contain}.sidebar-brand span{font-weight:800;font-size:1.25rem;letter-spacing:0.5px}.nav-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}.nav-menu-item a{display:flex;align-items:center;gap:12px;padding:0.8rem 1rem;color:rgba(255,255,255,0.75);text-decoration:none;border-radius:8px;font-weight:500;transition:var(--transition-smooth)}.nav-menu-item a:hover,.nav-menu-item a.active{color:var(--bg-white);background-color:rgba(255,255,255,0.1);border-left:4px solid var(--accent-red)}.sidebar-footer{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;font-size:0.85rem;color:rgba(255,255,255,0.6)}.mobile-header{display:none;background-color:var(--primary-navy);color:var(--bg-white);padding:1rem 1.5rem;position:fixed;top:0;left:0;right:0;z-index:1040;align-items:center;justify-content:space-between;box-shadow:0 2px 10px rgba(0,0,0,0.1)}section{padding:3.5rem 0;border-bottom:1px solid var(--border-color)}section:last-of-type{border-bottom:none}.section-title{position:relative;font-size:1.75rem;font-weight:800;color:var(--primary-navy);margin-bottom:2rem;display:flex;align-items:center;gap:10px}.section-title::after{content:'';flex-grow:1;height:1px;background:linear-gradient(90deg,var(--border-color),transparent);margin-left:15px}.hero-banner{background:linear-gradient(135deg,#0A2540 0%,#111827 100%);color:var(--bg-white);border-radius:12px;padding:3rem;position:relative;overflow:hidden;box-shadow:var(--card-shadow)}.hero-content{position:relative;z-index:2}.hero-title{font-size:2.5rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(45deg,#FFF,#E5E7EB);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-top:2rem}.hero-stat-card{background:rgba(255,255,255,0.08);border-left:3px solid var(--accent-red);padding:1rem;border-radius:8px;backdrop-filter:blur(4px)}.hero-stat-num{font-size:1.75rem;font-weight:800;color:var(--bg-white);margin-bottom:2px}.hero-stat-label{font-size:0.85rem;color:rgba(255,255,255,0.7)}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);height:100%;min-height:320px}.hero-image-wrapper img{width:100%;height:100%;object-fit:cover}.score-ticker-container{display:flex;gap:1.25rem;overflow-x:auto;padding:0.5rem 0.2rem;scrollbar-width:thin}.score-ticker-card{flex:0 0 310px;background:var(--bg-white);border-radius:10px;padding:1.25rem;box-shadow:var(--card-shadow);border:1px solid var(--border-color);transition:var(--transition-smooth)}.score-ticker-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,0.08)}.score-card-header{display:flex;justify-content:space-between;align-items:center;font-size:0.75rem;font-weight:600;color:var(--text-muted);margin-bottom:0.75rem}.score-card-status{padding:2px 8px;border-radius:20px;background-color:#FEF2F2;color:var(--accent-red)}.score-card-teams{display:flex;flex-direction:column;gap:0.5rem}.score-team-row{display:flex;justify-content:space-between;align-items:center}.score-team-info{display:flex;align-items:center;gap:10px;font-weight:700}.score-team-flag{width:24px;height:16px;background-color:#E5E7EB;border-radius:2px;display:inline-block}.score-num{font-size:1.25rem;font-weight:800;color:var(--primary-navy)}.custom-table-card{background:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);overflow:hidden;border:1px solid var(--border-color)}.table{margin-bottom:0}.table th{background-color:#F3F4F6;color:var(--primary-navy);font-weight:700;border-bottom:2px solid var(--border-color);padding:1rem}.table td{padding:1.1rem 1rem;vertical-align:middle;color:var(--text-dark);border-bottom:1px solid var(--border-color)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.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-color:var(--primary-navy);color:var(--bg-white);padding:0.8rem 1.25rem;font-weight:800;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:0.8rem 1.25rem;border-bottom:1px solid var(--border-color)}.group-item:last-child{border-bottom:none}.group-item-team{display:flex;align-items:center;gap:12px;font-weight:600}.team-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.team-profile-card{background:var(--bg-white);border-radius:10px;padding:1.5rem;border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:var(--transition-smooth);text-align:center}.team-profile-card:hover{transform:translateY(-4px);border-color:var(--accent-red)}.team-logo-placeholder{width:70px;height:70px;background:#E5E7EB;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:bold;color:var(--text-muted)}.team-profile-name{font-size:1.15rem;font-weight:800;color:var(--primary-navy);margin-bottom:0.5rem}.team-profile-meta{font-size:0.85rem;color:var(--text-muted)}.news-featured-card{background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color);height:100%}.news-image-container{position:relative;height:240px;overflow:hidden}.news-image-container img{width:100%;height:100%;object-fit:cover}.news-content{padding:1.5rem}.news-date{font-size:0.8rem;font-weight:600;color:var(--accent-red);margin-bottom:0.5rem;text-transform:uppercase}.news-title{font-size:1.25rem;font-weight:800;color:var(--primary-navy);margin-bottom:0.75rem;line-height:1.4}.news-list-item{background:var(--bg-white);padding:1rem 1.25rem;border-radius:8px;border:1px solid var(--border-color);margin-bottom:1rem;transition:var(--transition-smooth)}.news-list-item:hover{border-color:var(--accent-green);background-color:rgba(0,104,71,0.02)}.guide-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden;height:100%}.guide-body{padding:1.5rem}.guide-icon-box{width:48px;height:48px;background-color:rgba(216,6,33,0.1);color:var(--accent-red);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}.guide-title{font-size:1.15rem;font-weight:800;color:var(--primary-navy);margin-bottom:0.75rem}.rules-timeline{position:relative;padding-left:20px;border-left:2px solid var(--border-color)}.rules-node{position:relative;margin-bottom:2rem}.rules-node::before{content:'';position:absolute;left:-27px;top:5px;width:12px;height:12px;background-color:var(--accent-red);border:2px solid var(--bg-white);border-radius:50%}.about-box{background:linear-gradient(to right,rgba(10,37,64,0.03),rgba(0,104,71,0.03));border-radius:12px;padding:2rem;border:1px solid var(--border-color)}.accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:var(--card-shadow)}.accordion-button{font-weight:700;color:var(--primary-navy);background-color:var(--bg-white)}.accordion-button:not(.collapsed){background-color:rgba(10,37,64,0.05);color:var(--primary-navy);box-shadow:none}.footer-main{background-color:var(--primary-navy);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;border-top:4px solid var(--accent-red)}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem}.footer-logo img{height:45px;width:auto}.footer-logo span{font-weight:800;font-size:1.4rem;color:var(--bg-white)}.footer-title{color:var(--bg-white);font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;position:relative}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.75rem}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}.footer-links a:hover{color:var(--bg-white);padding-left:5px}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.85rem;text-align:center;color:rgba(255,255,255,0.5)}@media (max-width:1024px){.sidebar-nav{transform:translateX(-100%)}.sidebar-nav.active{transform:translateX(0)}.main-content{margin-left:0;width:100%;padding:1.5rem;padding-top:5rem}.mobile-header{display:flex}}@media (max-width:768px){.hero-banner{padding:1.5rem}.hero-title{font-size:1.85rem}section{padding:2.5rem 0}}