:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#1e40af;--accent-red:#be123c;--accent-green:#047857;--border:#e2e8f0;--primary-gradient:linear-gradient(135deg,#1e40af 0%,#047857 100%);--hero-gradient:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-strong)}.navbar-custom{background-color:var(--surface);border-bottom:1px solid var(--border);padding:0.75rem 1.5rem;position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px;width:auto}.nav-link-custom{color:var(--text-main);font-weight:500;padding:0.5rem 1rem;transition:color 0.3s ease}.nav-link-custom:hover{color:var(--accent)}.hero-section{background:var(--hero-gradient);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section h1{color:#ffffff;font-size:2.75rem;margin-bottom:1.5rem;line-height:1.2}.hero-tag{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.25rem 0.75rem;border-radius:50px;font-size:0.875rem;display:inline-block;margin-bottom:1rem}.section-padding{padding:5rem 0}.section-title{position:relative;margin-bottom:2.5rem;padding-left:1rem;border-left:5px solid var(--accent)}.section-title h2{font-size:2rem;margin-bottom:0.5rem}.section-title p{color:var(--text-muted);margin-bottom:0}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;transition:transform 0.3s ease,box-shadow 0.3s ease}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.match-row{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.team-flag{width:32px;height:20px;object-fit:cover;border-radius:2px;margin-right:0.5rem}.match-status{font-size:0.75rem;font-weight:700;text-transform:uppercase;padding:0.25rem 0.5rem;border-radius:4px}.status-ended{background-color:#f1f5f9;color:var(--text-muted)}.status-live{background-color:#fee2e2;color:var(--accent-red);animation:pulse 2s infinite}.status-upcoming{background-color:#dbeafe;color:var(--accent)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1rem}.table-custom{margin-bottom:0;width:100%}.table-custom th{background-color:#f8fafc;color:var(--text-main);font-weight:600;padding:1rem;border-bottom:2px solid var(--border)}.table-custom td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.news-card img{border-radius:8px;width:100%;height:180px;object-fit:cover;margin-bottom:1rem}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface);box-shadow:none !important}.faq-accordion .accordion-button:not(.collapsed){background-color:#f8fafc;color:var(--accent)}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:1px solid #1e293b}.footer-custom h5{color:#ffffff;margin-bottom:1.5rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:#ffffff}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}