:root{--page-bg:#0b0f19;--surface:#131a2e;--surface-strong:#1a243f;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#00f2fe;--accent-2:#fbbf24;--border:#243256;--danger:#ef4444;--success:#10b981}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-main);font-weight:700}p,li,td,th{color:var(--text-muted)}a{color:var(--accent);text-decoration:none;transition:all 0.3s ease}a:hover{color:var(--accent-2)}.navbar{background-color:rgba(11,15,25,0.95) !important;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.8rem 1rem}.navbar-brand img{max-height:40px}.navbar-brand span{font-weight:800;color:var(--text-main);letter-spacing:0.5px}.nav-link{color:var(--text-muted) !important;font-weight:500;padding:0.5rem 1rem !important}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{padding:8rem 0 5rem 0;background:linear-gradient(135deg,rgba(11,15,25,1) 0%,rgba(19,26,46,0.8) 100%);position:relative}.hero-title{font-size:2.8rem;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-badge{display:inline-block;background:rgba(0,242,254,0.1);border:1px solid var(--accent);color:var(--accent);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:600;margin-bottom:1.5rem}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:0 10px 30px rgba(0,0,0,0.5)}.hero-img-wrapper img{width:100%;height:auto;transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.03)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background-color:var(--surface);border:1px solid var(--border);padding:1.2rem;border-radius:10px;text-align:center}.stat-card .num{font-size:1.8rem;font-weight:800;color:var(--accent-2);display:block}.stat-card .label{font-size:0.85rem;color:var(--text-muted)}section{padding:5rem 0;border-bottom:1px solid var(--border)}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{font-size:2.2rem;position:relative;display:inline-block;padding-bottom:1rem}.section-header h2::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.score-ticker{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin}.score-card{min-width:280px;background-color:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.2rem;flex-shrink:0}.score-status{display:flex;justify-content:space-between;align-items:center;font-size:0.75rem;margin-bottom:0.8rem}.status-live{color:var(--danger);font-weight:bold;display:flex;align-items:center;gap:0.3rem}.status-live::before{content:'';display:inline-block;width:6px;height:6px;background-color:var(--danger);border-radius:50%;animation:blink 1.5s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:0.3}}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.team-name{font-weight:600;color:var(--text-main)}.team-score{font-size:1.2rem;font-weight:bold;color:var(--accent-2)}.schedule-tabs .nav-link{background-color:var(--surface);border:1px solid var(--border) !important;margin:0.2rem;border-radius:8px !important;color:var(--text-muted) !important}.schedule-tabs .nav-link.active{background-color:var(--accent) !important;color:var(--page-bg) !important;border-color:var(--accent) !important}.schedule-table-wrapper{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-top:1.5rem}.table{margin-bottom:0}.table th{background-color:var(--surface-strong);color:var(--text-main);border-bottom:1px solid var(--border);padding:1rem}.table td{background-color:var(--surface);border-bottom:1px solid var(--border);color:var(--text-muted);padding:1.2rem 1rem;vertical-align:middle}.group-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width:768px){.group-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.group-grid{grid-template-columns:repeat(4,1fr)}}.group-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.group-header{background-color:var(--surface-strong);padding:0.8rem 1.2rem;font-weight:bold;color:var(--accent);border-bottom:1px solid var(--border);display:flex;justify-content:space-between}.group-body{padding:0}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:0.8rem 1.2rem;border-bottom:1px solid rgba(36,50,86,0.5)}.group-team-item:last-child{border-bottom:none}.group-team-name{font-weight:500;color:var(--text-main)}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;height:100%;transition:all 0.3s ease}.card-custom:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 10px 20px rgba(0,242,254,0.1)}.card-custom-body{padding:1.5rem}.news-item{display:flex;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:none}.news-date{min-width:80px;text-align:center;background-color:var(--surface-strong);padding:0.6rem;border-radius:8px;height:fit-content}.news-date .day{display:block;font-size:1.4rem;font-weight:800;color:var(--accent);line-height:1.1}.news-date .month{display:block;font-size:0.75rem;color:var(--text-muted);text-transform:uppercase}.news-content h3{font-size:1.15rem;margin-bottom:0.5rem;line-height:1.4}.news-desc{font-size:0.9rem;margin-bottom:0}.stadium-card{border-radius:12px;overflow:hidden;background-color:var(--surface);border:1px solid var(--border)}.stadium-img{position:relative;height:220px;overflow:hidden}.stadium-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover .stadium-img img{transform:scale(1.05)}.stadium-info{padding:1.5rem}.guide-box{background-color:var(--surface-strong);border:1px solid var(--border);border-radius:12px;padding:2rem}.guide-step{position:relative;padding-left:2.5rem;margin-bottom:1.5rem}.guide-step::before{content:'';position:absolute;left:0.5rem;top:0;bottom:-1.5rem;width:2px;background-color:var(--border)}.guide-step:last-child::before{display:none}.guide-step-icon{position:absolute;left:0;top:0;width:1.2rem;height:1.2rem;background-color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.timeline-wrapper{border-left:2px solid var(--border);padding-left:1.5rem;margin-left:1rem}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-2rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background-color:var(--accent-2);border:2px solid var(--page-bg)}.accordion-item{background-color:var(--surface) !important;border:1px solid var(--border) !important;border-radius:10px !important;margin-bottom:1rem;overflow:hidden}.accordion-button{background-color:var(--surface) !important;color:var(--text-main) !important;font-weight:600;box-shadow:none !important;padding:1.2rem}.accordion-button:not(.collapsed){background-color:var(--surface-strong) !important;color:var(--accent) !important}.accordion-button::after{filter:invert(1)}.accordion-body{background-color:var(--surface-strong) !important;color:var(--text-muted);line-height:1.7;border-top:1px solid var(--border)}footer{background-color:#060912;padding:4rem 0 2rem 0;border-top:2px solid var(--border)}.footer-brand span{font-size:1.5rem;font-weight:800;color:var(--text-main)}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:0.8rem}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;margin-top:3rem;font-size:0.85rem}