:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0d1b2a;--text-main:#1e293b;--text-muted:#64748b;--accent:#ef233c;--accent-hover:#d90429;--primary:#0f4c5c;--primary-light:#e5f1f4;--success:#2ec4b6;--border:#e2e8f0;--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;line-height:1.6;overflow-x:hidden}.header-nav{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.08);position:sticky;top:0;z-index:1000}.header-nav .navbar-brand{color:#ffffff;font-weight:700;display:flex;align-items:center;gap:10px}.header-nav .navbar-brand img{max-height:40px;object-fit:contain}.header-nav .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s}.header-nav .nav-link:hover,.header-nav .nav-link.active{color:var(--success)}.nav-btn-highlight{background-color:var(--accent);color:white !important;border-radius:20px;padding:6px 16px !important;transition:background 0.3s}.nav-btn-highlight:hover{background-color:var(--accent-hover)}.hero-section{background:linear-gradient(135deg,#0d1b2a 0%,#1b263b 100%);color:white;padding:60px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(46,196,182,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;color:#ffffff}.hero-title span{color:var(--success)}.hero-badge{background-color:rgba(239,35,60,0.15);color:var(--accent);border:1px solid var(--accent);padding:6px 14px;border-radius:20px;font-size:0.9rem;display:inline-block;margin-bottom:15px;font-weight:600}.hero-image{border-radius:var(--radius);box-shadow:0 10px 30px rgba(0,0,0,0.3);max-width:100%;height:auto;border:3px solid rgba(255,255,255,0.1)}.section-padding{padding:60px 0}.section-title{font-size:1.75rem;font-weight:700;color:var(--surface-strong);margin-bottom:10px;position:relative;display:inline-block}.section-title::after{content:'';display:block;width:40px;height:4px;background-color:var(--accent);margin-top:8px;border-radius:2px}.section-desc{color:var(--text-muted);font-size:0.95rem;margin-bottom:40px}.custom-card{background-color:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:24px;box-shadow:0 4px 10px rgba(0,0,0,0.02);transition:transform 0.3s,box-shadow 0.3s}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.06)}.score-ticker-container{background-color:#ffffff;border-bottom:1px solid var(--border);padding:12px 0}.score-card{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:10px 15px;min-width:230px;text-align:center}.score-status{font-size:0.75rem;font-weight:600;color:var(--text-muted);margin-bottom:6px}.score-status.live{color:var(--accent);animation:pulse 1.5s infinite}.score-team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:0.85rem;font-weight:600}.score-num{font-size:0.9rem;color:var(--text-main)}.table-custom{background:var(--surface);border-radius:var(--radius);overflow:hidden;border-collapse:separate;border-spacing:0;border:1px solid var(--border)}.table-custom th{background-color:var(--primary);color:white;font-weight:600;padding:14px 18px;border:none}.table-custom td{padding:14px 18px;vertical-align:middle;border-bottom:1px solid var(--border)}.table-custom tr:last-child td{border-bottom:none}.match-badge{background-color:#f1f5f9;color:var(--text-muted);padding:4px 8px;border-radius:4px;font-size:0.75rem;font-weight:500}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.group-header{background-color:var(--primary);color:white;padding:10px 15px;font-weight:700;text-align:center}.group-table{width:100%;font-size:0.85rem}.group-table th,.group-table td{padding:8px 12px;text-align:center}.group-table th{background:#f8fafc;color:var(--text-muted);border-bottom:1px solid var(--border)}.group-table td{border-bottom:1px solid #f1f5f9}.group-table tr:last-child td{border-bottom:none}.team-name{text-align:left;font-weight:600}.news-img{height:180px;object-fit:cover;border-radius:8px;width:100%;margin-bottom:15px}.news-date{font-size:0.8rem;color:var(--text-muted);margin-bottom:5px}.news-title{font-size:1.05rem;font-weight:700;line-height:1.4;color:var(--surface-strong);margin-bottom:10px}.guide-box{background:var(--primary-light);border-left:5px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0;padding:20px;height:100%}.guide-box h4{color:var(--primary);font-weight:700;margin-bottom:15px}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:var(--radius) !important;margin-bottom:10px;overflow:hidden}.accordion-custom .accordion-button{background-color:var(--surface);color:var(--surface-strong);font-weight:600;padding:16px}.accordion-custom .accordion-button:not(.collapsed){background-color:var(--primary-light);color:var(--primary);box-shadow:none}.accordion-custom .accordion-body{background-color:var(--surface);color:var(--text-main);padding:16px}.footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 20px;font-size:0.9rem}.footer h5{color:#ffffff;font-weight:700;margin-bottom:20px}.footer a{color:#94a3b8;text-decoration:none;transition:color 0.3s}.footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #1e293b;padding-top:20px;margin-top:40px;text-align:center;font-size:0.8rem}@keyframes pulse{0%{opacity:1}50%{opacity:0.4}100%{opacity:1}}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.5rem}.table-responsive{border:1px solid var(--border);border-radius:var(--radius)}}