:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#059669;--accent-hover:#047857;--accent-2:#ea580c;--accent-2-hover:#ca8a04;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-0.025em}p,li,td,small{color:var(--text-muted)}.navbar-custom{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:600;padding:0.5rem 1rem !important;border-radius:6px;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:#ffffff;background-color:rgba(255,255,255,0.1)}.navbar-custom .nav-link.active{color:#ffffff;background-color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;border-bottom:8px solid var(--accent-2);position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(5,150,105,0.15) 0%,transparent 50%);pointer-events:none}.hero-section h1{font-size:2.75rem;line-height:1.2;color:#ffffff;margin-bottom:1.5rem}.hero-section p{color:#94a3b8;font-size:1.15rem}.hero-img-container{border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.3);border:4px solid rgba(255,255,255,0.1)}.hero-img-container img{width:100%;height:auto;object-fit:cover;display:block}section{padding:4.5rem 0;border-bottom:1px solid var(--border)}.section-title-wrap{margin-bottom:3rem;position:relative}.section-title{font-size:2.25rem;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:10px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-subtitle{font-size:1.05rem;color:var(--text-muted);margin-top:0.5rem}.interactive-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;height:100%;transition:var(--transition);box-shadow:var(--card-shadow)}.interactive-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1);border-color:var(--accent)}.match-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:var(--transition);padding:1.5rem;position:relative;overflow:hidden}.match-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background-color:var(--accent)}.match-card.live::before{background-color:var(--accent-2)}.match-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:0.75rem;margin-bottom:1rem}.match-status{font-weight:700;font-size:0.85rem;text-transform:uppercase;padding:0.25rem 0.75rem;border-radius:50px}.status-live{background-color:rgba(234,88,12,0.1);color:var(--accent-2);animation:pulse 2s infinite}.status-upcoming{background-color:rgba(100,116,139,0.1);color:var(--text-muted)}.status-finished{background-color:rgba(5,150,69,0.1);color:var(--accent)}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.75rem}.team-name{font-weight:600;font-size:1.1rem;color:var(--text-main)}.team-score{font-size:1.4rem;font-weight:800;color:var(--surface-strong)}.table-responsive-custom{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-custom table{margin-bottom:0;min-width:600px}.table-responsive-custom th{background-color:#f1f5f9;color:var(--surface-strong);font-weight:700;padding:1rem}.table-responsive-custom td{padding:1rem;vertical-align:middle}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.25rem;box-shadow:var(--card-shadow)}.group-header{background-color:var(--surface-strong);color:#ffffff;font-weight:700;padding:0.5rem 1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.news-featured{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow);height:100%}.news-list-item{background:var(--surface);border-radius:8px;border:1px solid var(--border);padding:1.25rem;margin-bottom:1rem;transition:var(--transition)}.news-list-item:hover{border-color:var(--accent);transform:translateX(4px)}.accordion-item-custom{background:var(--surface);border:1px solid var(--border) !important;border-radius:10px !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.accordion-button-custom{background:var(--surface) !important;color:var(--text-main) !important;font-weight:700;padding:1.25rem;font-size:1.1rem}.accordion-button-custom:not(.collapsed){color:var(--accent) !important;box-shadow:none}.accordion-body-custom{padding:1.25rem;border-top:1px solid var(--border);background-color:#fafbfb}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:5rem 0 2rem;border-top:6px solid var(--accent)}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}.footer-custom a:hover{color:#ffffff}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-section h1{font-size:2.2rem}.section-title{font-size:1.85rem}}