:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0052cc;--accent-red:#d90429;--accent-green:#00875a;--border:#e2e8f0;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff;border-bottom:2px solid var(--accent-red)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(0,82,204,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(45deg,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.8}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1);transition:transform 0.3s ease}.hero-img:hover{transform:scale(1.02)}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);margin-bottom:1.5rem;position:relative;padding-bottom:0.5rem;display:inline-block}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:var(--accent);border-radius:2px}.section-container{padding:4rem 0}.score-ticker-wrapper{background-color:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0}.score-card{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:0.8rem 1.2rem;min-width:280px;display:inline-block;margin-right:1rem;transition:box-shadow 0.3s}.score-card:hover{box-shadow:0 4px 10px rgba(0,0,0,0.05)}.score-status{font-size:0.75rem;font-weight:700;color:var(--accent-red);text-transform:uppercase}.score-team{font-weight:600;display:flex;justify-content:space-between;align-items:center;margin:0.2rem 0}.schedule-table-container{background:var(--surface);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.02);padding:1.5rem;border:1px solid var(--border)}.table-custom{margin-bottom:0}.table-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:700;border-bottom:2px solid var(--border)}.table-custom td{vertical-align:middle;color:var(--text-main)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:10px;border:1px solid var(--border);box-shadow:0 4px 15px rgba(0,0,0,0.02);overflow:hidden;transition:transform 0.3s}.group-card:hover{transform:translateY(-5px)}.group-header{background:linear-gradient(135deg,var(--accent) 0%,#1e40af 100%);color:#ffffff;padding:0.8rem 1.2rem;font-weight:700;font-size:1.1rem}.group-list{list-style:none;padding:0;margin:0}.group-item{padding:0.8rem 1.2rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-item:last-child{border-bottom:none}.team-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.04);border:1px solid var(--border);transition:all 0.3s}.team-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.08);transform:translateY(-3px)}.team-info{padding:1.5rem}.team-name{font-size:1.25rem;font-weight:700;margin-bottom:0.5rem}.team-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.news-item{background:var(--surface);border-radius:10px;border:1px solid var(--border);padding:1.25rem;margin-bottom:1rem;transition:box-shadow 0.3s}.news-item:hover{box-shadow:0 5px 15px rgba(0,0,0,0.05)}.news-tag{display:inline-block;background-color:rgba(0,82,204,0.1);color:var(--accent);font-size:0.75rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px;margin-bottom:0.75rem}.news-title{font-size:1.15rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.5rem}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:0}.guide-box{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:2rem;height:100%}.guide-icon{font-size:2.5rem;color:var(--accent-red);margin-bottom:1.2rem}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.8rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:#f1f5f9}.about-disclaimer{background-color:#f1f5f9;border-left:4px solid var(--accent);padding:1.5rem;border-radius:0 8px 8px 0;margin-top:2rem}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:5px solid var(--accent-red)}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}.footer-custom a:hover{color:#ffffff}.footer-title{color:#ffffff;font-weight:700;margin-bottom:1.5rem}@media (max-width:991px){.hero-title{font-size:2.2rem}.section-title{font-size:1.75rem}.sidebar-fixed{position:static}}@media (max-width:768px){.hero-section{padding:3rem 0;text-align:center}.hero-img{margin-top:2rem}.table-responsive-scroll{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}