:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--surface-card:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0f4c81;--accent-2:#da291c;--accent-3:#006847;--accent-gold:#d4af37;--border:#e2e8f0;--transition:all 0.3s ease}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-strong)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--page-bg)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 20px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-brand{font-weight:800;color:var(--text-light) !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:45px;border-radius:6px}.nav-link-custom{color:var(--text-light) !important;font-size:0.95rem;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition);border-radius:4px}.nav-link-custom:hover{color:var(--accent-gold) !important;background-color:rgba(255,255,255,0.05)}.hero-section{background:radial-gradient(circle at top right,#1e293b 0%,#0f172a 100%);color:var(--text-light);padding:5rem 0;border-bottom:5px solid var(--accent-gold)}.hero-title{font-size:2.8rem;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff 30%,#94a3b8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-meta-badge{display:inline-flex;gap:10px;margin-bottom:1.5rem}.badge-sport{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:var(--text-light);padding:0.4rem 1rem;border-radius:20px;font-size:0.85rem}.hero-image-wrapper img{border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);object-fit:cover}.quick-stats-row{margin-top:-3rem;z-index:10;position:relative}.stat-card{background:var(--surface);border-radius:12px;padding:1.5rem;box-shadow:0 10px 25px rgba(15,23,42,0.05);border:1px solid var(--border);text-align:center;transition:var(--transition)}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(15,23,42,0.1)}.stat-card .icon{font-size:2rem;margin-bottom:0.5rem}.stat-card .num{font-size:1.8rem;font-weight:800;color:var(--accent)}section{padding:5rem 0}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-size:2.2rem;display:inline-block;padding-bottom:0.8rem;margin-bottom:0.5rem}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.section-header p{color:var(--text-muted);font-size:1.1rem}.score-card{background:var(--surface);border-radius:12px;padding:1.5rem;border-left:5px solid var(--accent);box-shadow:0 4px 15px rgba(0,0,0,0.02);margin-bottom:1.5rem}.score-header{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem;border-bottom:1px dashed var(--border);padding-bottom:0.5rem}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.8rem}.team-name{font-weight:600;display:flex;align-items:center;gap:10px}.team-flag{width:28px;height:18px;border-radius:2px;background-color:#ddd;display:inline-block}.score-num{font-size:1.4rem;font-weight:800;color:var(--surface-strong)}.table-responsive-custom{background:var(--surface);border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,0.03);border:1px solid var(--border)}.schedule-table th{background-color:var(--surface-card);color:var(--text-main);border-bottom:2px solid var(--border);padding:1rem}.schedule-table td{padding:1rem;vertical-align:middle}.group-container{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.02);transition:var(--transition)}.group-container:hover{box-shadow:0 10px 25px rgba(0,0,0,0.05)}.group-title{background:var(--surface-strong);color:var(--text-light);padding:0.8rem 1rem;font-weight:700;text-align:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.6rem 0.8rem;font-size:0.9rem;text-align:center}.group-table td:nth-child(2){text-align:left;font-weight:600}.team-profile-card{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:0 4px 15px rgba(0,0,0,0.02);transition:var(--transition)}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(0,0,0,0.08)}.team-card-banner{height:60px;background:linear-gradient(135deg,var(--accent),var(--accent-2))}.team-card-content{padding:1.5rem;position:relative}.team-logo-placeholder{width:60px;height:40px;background:#fff;border-radius:4px;margin-top:-45px;box-shadow:0 4px 10px rgba(0,0,0,0.1);border:2px solid #fff;margin-bottom:1rem}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.02);transition:var(--transition)}.news-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.06)}.news-info{padding:1.5rem}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-size:1.15rem;margin-bottom:0.8rem;line-height:1.4}.guide-box{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:2rem;height:100%;box-shadow:0 4px 15px rgba(0,0,0,0.02)}.accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;margin-bottom:0.8rem;overflow:hidden}.accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.accordion-button:not(.collapsed){background-color:var(--surface-card);color:var(--accent);box-shadow:none}footer{background-color:var(--surface-strong);color:var(--text-light);padding:4rem 0 2rem;font-size:0.95rem}.footer-logo img{max-height:50px;margin-bottom:1.5rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--text-light)}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:2rem;color:#64748b;font-size:0.85rem}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-title{font-size:2.2rem}.quick-stats-row{margin-top:2rem}}