:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f1f5f9;--accent:#0284c7;--accent-red:#dc2626;--accent-green:#16a34a;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#ffffff}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.section-title{font-size:2rem;font-weight:700;position:relative;padding-bottom:12px;margin-bottom:30px;color:var(--surface-strong)}.section-title::after{content:"";position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--accent);border-radius:2px}.section-title.center{text-align:center}.section-title.center::after{left:50%;transform:translateX(-50%)}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.schedule-timeline{position:relative}.schedule-item{display:flex;align-items:center;background:var(--surface);border-left:5px solid var(--accent);border-radius:0 var(--card-radius) var(--card-radius) 0;padding:15px 20px;margin-bottom:15px;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.schedule-date{width:120px;font-weight:700;color:var(--accent);flex-shrink:0}.schedule-vs{display:flex;align-items:center;gap:15px;flex-grow:1}.team-name{font-weight:600;font-size:1.05rem;min-width:100px}.vs-badge{background:var(--page-bg);padding:4px 12px;border-radius:20px;font-size:0.85rem;font-weight:bold;color:var(--text-muted)}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.group-header{background:var(--surface-strong);color:#ffffff;font-weight:bold;padding:10px 15px;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-list li{padding:10px 15px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-list li:last-child{border-bottom:none}.live-score-strip{background:linear-gradient(90deg,#1e293b 0%,#0f172a 100%);color:#ffffff;padding:15px 0;border-bottom:1px solid rgba(255,255,255,0.1)}.score-item{border-right:1px solid rgba(255,255,255,0.1);padding:0 15px;text-align:center}.score-item:last-child{border-right:none}.news-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:10px;color:var(--surface-strong)}.news-desc{font-size:0.9rem;color:var(--text-muted)}.info-block{padding:60px 0}.info-block.alt-bg{background-color:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.accordion-item-custom{border:1px solid var(--border);background-color:var(--surface);border-radius:var(--card-radius) !important;margin-bottom:12px;overflow:hidden}.accordion-button-custom{font-weight:600;color:var(--surface-strong);background-color:var(--surface);border:none;padding:1.2rem;box-shadow:none !important;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center}.accordion-button-custom:not(.collapsed){background-color:var(--page-bg);color:var(--accent)}.accordion-collapse-custom{padding:1.2rem;border-top:1px solid var(--border);background-color:var(--surface);color:var(--text-main)}.footer-section{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:50px 0 20px 0;border-top:4px solid var(--accent)}.footer-title{color:#ffffff;font-weight:700;margin-bottom:20px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:var(--accent)}@media (max-width:768px){.hero-title{font-size:2rem}.schedule-item{flex-direction:column;align-items:flex-start;gap:10px}.schedule-date{width:100%}.score-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding:10px 0}.score-item:last-child{border-bottom:none}.section-title{font-size:1.6rem}}