:root{--primary-dark:#0A192F;--primary-blue:#0F4C81;--accent-red:#D22630;--accent-green:#006847;--bg-light:#F4F7FA;--card-bg:#FFFFFF;--text-main:#1E293B;--text-muted:#64748B;--border-color:#E2E8F0;--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-main);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:rgba(10,25,47,0.96);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent-red);padding:0.75rem 1rem;position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:45px;object-fit:contain}.navbar-custom .nav-link{color:#E2E8F0 !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#FFFFFF !important;background-color:rgba(255,255,255,0.1);border-radius:6px}.layout-wrapper{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.main-content{flex:1 1 720px}.sidebar-content{flex:1 1 320px;max-width:420px}.hero-banner{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-blue) 100%);border-radius:12px;padding:3rem 2.5rem;color:#FFFFFF;position:relative;overflow:hidden;margin-bottom:2.5rem;box-shadow:0 10px 30px rgba(0,0,0,0.15)}.hero-banner::before{content:'';position:absolute;top:0;right:0;width:300px;height:100%;background:radial-gradient(circle,rgba(210,38,48,0.15) 0%,transparent 70%);pointer-events:none}.hero-title{font-size:2.25rem;font-weight:800;line-height:1.3;margin-bottom:1rem;letter-spacing:-0.02em}.hero-desc{font-size:1.1rem;color:#CBD5E1;max-width:680px;margin-bottom:1.5rem}.hero-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.meta-tag{background:rgba(255,255,255,0.15);padding:0.4rem 0.9rem;border-radius:50px;font-size:0.85rem;font-weight:500;display:inline-flex;align-items:center;gap:0.5rem}.hero-img-box{border-radius:10px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,0.2);border:3px solid rgba(255,255,255,0.1)}.section-card{background:var(--card-bg);border-radius:12px;border:1px solid var(--border-color);padding:1.75rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition-smooth)}.section-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.08)}.section-title{font-size:1.4rem;font-weight:700;color:var(--primary-dark);margin-bottom:1.5rem;padding-left:0.75rem;border-left:4px solid var(--accent-red);display:flex;justify-content:space-between;align-items:center}.live-ticker{background:var(--primary-dark);color:#FFFFFF;padding:0.75rem 1rem;border-radius:8px;margin-bottom:2rem}.ticker-scroll{display:flex;gap:1.5rem;overflow-x:auto;scrollbar-width:none}.ticker-scroll::-webkit-scrollbar{display:none}.ticker-item{flex:0 0 auto;background:rgba(255,255,255,0.08);border-radius:6px;padding:0.5rem 1rem;display:flex;align-items:center;gap:0.75rem;border-left:3px solid var(--accent-green)}.ticker-status{font-size:0.75rem;background:var(--accent-red);padding:0.1rem 0.4rem;border-radius:3px;font-weight:bold}.schedule-table{width:100%;border-collapse:separate;border-spacing:0 0.5rem}.schedule-table th{color:var(--text-muted);font-weight:600;padding:0.75rem;border-bottom:2px solid var(--border-color)}.schedule-table td{background-color:#F8FAFC;padding:1rem 0.75rem;vertical-align:middle;transition:var(--transition-smooth)}.schedule-table tr:hover td{background-color:#F1F5F9}.schedule-table td:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.schedule-table td:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.team-vs{display:flex;align-items:center;justify-content:center;gap:0.5rem;font-weight:600}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.group-box{border:1px solid var(--border-color);border-radius:8px;background-color:#FAFCFF;overflow:hidden}.group-header{background:var(--primary-blue);color:#FFFFFF;padding:0.5rem 0.75rem;font-weight:bold;font-size:0.95rem;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-list li{padding:0.5rem 0.75rem;border-bottom:1px solid var(--border-color);font-size:0.9rem;display:flex;justify-content:space-between}.group-list li:last-child{border-bottom:none}.news-item{display:flex;gap:1rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px dashed var(--border-color)}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-date{flex:0 0 70px;background:#EFF6FF;color:var(--primary-blue);border-radius:6px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:bold;font-size:0.8rem;height:60px}.news-title{font-size:1rem;font-weight:600;color:var(--text-main);margin-bottom:0.25rem}.news-summary{font-size:0.85rem;color:var(--text-muted);margin:0}.guide-box{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.guide-box{grid-template-columns:1.2fr 1.8fr}}.guide-image-container img{border-radius:8px;object-fit:cover;width:100%;height:100%;max-height:250px}.guide-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.guide-icon{font-size:1.5rem;color:var(--accent-red);flex-shrink:0}.sidebar-widget{background:var(--card-bg);border-radius:12px;border:1px solid var(--border-color);padding:1.5rem;margin-bottom:2rem}.rank-list{padding:0;list-style:none;margin:0}.rank-item{display:flex;align-items:center;justify-content:space-between;padding:0.6rem 0;border-bottom:1px solid var(--border-color);font-size:0.9rem}.rank-item:last-child{border-bottom:none}.rank-num{width:24px;height:24px;background-color:#E2E8F0;color:var(--text-main);border-radius:50%;display:inline-flex;justify-content:center;align-items:center;font-size:0.75rem;font-weight:bold;margin-right:0.75rem}.rank-item:nth-child(-n+3) .rank-num{background-color:var(--accent-gold,#FFC72C);color:#000}.faq-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:0.75rem;background:#FAFCFF}.faq-question{padding:1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--primary-dark)}.faq-answer{padding:0 1rem 1rem 1rem;color:var(--text-muted);font-size:0.9rem;display:none}footer{background-color:var(--primary-dark);color:#94A3B8;font-size:0.85rem;border-top:4px solid var(--accent-green)}footer a{color:#CBD5E1;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:#FFFFFF}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:768px){.hero-banner{padding:2rem 1.25rem}.hero-title{font-size:1.75rem}}