:root{--primary:#0a192f;--primary-light:#172a45;--accent:#0d9488;--accent-hover:#0f766e;--highlight:#f59e0b;--bg-light:#f8fafc;--bg-white:#ffffff;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--shadow:0 4px 10px rgba(0,0,0,0.05);--radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-main);overflow-x:hidden;line-height:1.6}.custom-navbar{background-color:var(--primary);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent);padding:1rem 0;position:sticky;top:0;z-index:1030}.custom-navbar .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.custom-navbar .navbar-brand img{max-height:40px}.custom-navbar .nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;transition:color 0.3s ease;font-size:0.95rem}.custom-navbar .nav-link:hover,.custom-navbar .nav-link.active{color:var(--highlight) !important}.hero-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#ffffff;padding:100px 0 80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--bg-light),transparent)}.hero-content{z-index:2;position:relative}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--highlight)}.hero-badge{background-color:var(--accent);color:#ffffff;font-size:0.85rem;font-weight:600;padding:0.4rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1rem}.hero-stats{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius);padding:20px;backdrop-filter:blur(10px)}.stat-item{text-align:center;border-right:1px solid rgba(255,255,255,0.1)}.stat-item:last-child{border-right:none}.stat-num{font-size:2rem;font-weight:700;color:var(--highlight)}section{padding:80px 0}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:15px;position:relative;display:inline-block}.section-title::after{content:'';display:block;width:60px;height:4px;background-color:var(--accent);margin-top:10px;border-radius:2px}.section-desc{color:var(--text-muted);margin-bottom:45px;font-size:1.1rem}.card-custom{background-color:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.score-card{background:var(--bg-white);border-left:4px solid var(--accent);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.team-row:last-child{margin-bottom:0}.team-name{font-weight:600;font-size:1.1rem}.team-score{font-size:1.25rem;font-weight:800;color:var(--accent)}.match-meta{font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between;border-top:1px solid var(--border);padding-top:10px;margin-top:10px}.match-badge{background-color:#f1f5f9;color:var(--text-muted);font-size:0.75rem;padding:2px 8px;border-radius:4px;font-weight:600}.match-badge.live{background-color:#fef2f2;color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-header{background-color:var(--accent);color:#ffffff;padding:12px;font-weight:700;text-align:center;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.group-table{margin-bottom:0}.group-table th,.group-table td{text-align:center;vertical-align:middle;font-size:0.9rem;padding:10px 8px}.group-table td:nth-child(2){text-align:left;font-weight:600}.news-img,.guide-img{width:100%;height:220px;object-fit:cover;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.custom-accordion .accordion-item{border:1px solid var(--border) !important;border-radius:var(--radius) !important;margin-bottom:15px;overflow:hidden;box-shadow:var(--shadow)}.custom-accordion .accordion-button{font-weight:600;background-color:var(--bg-white);color:var(--text-main);box-shadow:none !important}.custom-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent)}footer{background-color:var(--primary);color:rgba(255,255,255,0.7);padding:60px 0 30px 0;border-top:4px solid var(--accent)}footer h5{color:#ffffff;font-weight:700;margin-bottom:20px}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--highlight)}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.section-title{font-size:1.8rem}.stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:15px;margin-bottom:15px}.stat-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}}