:root{--primary-color:#0c4a6e;--primary-accent:#0284c7;--secondary-accent:#ef4444;--bg-light:#f8fafc;--bg-white:#ffffff;--text-dark:#0f172a;--text-muted:#475569;--border-color:#e2e8f0;--card-shadow:0 4px 12px rgba(15,23,42,0.05);--transition-speed:0.3s}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}a{color:var(--primary-accent);text-decoration:none;transition:color var(--transition-speed)}a:hover{color:var(--primary-color)}.navbar-custom{background-color:var(--primary-color);padding:0.75rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{display:flex;align-items:center;font-weight:700;color:#ffffff;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:4px;transition:all var(--transition-speed)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:#ffffff !important;background-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,#075985 0%,#0369a1 100%);color:#ffffff;padding:6rem 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(2,132,199,0.3) 0%,transparent 60%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.15)}.hero-desc{font-size:1.15rem;color:#e0f2fe;margin-bottom:2rem;max-width:650px}.hero-img-container img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.25);max-width:100%;height:auto}.section-padding{padding:5rem 0}.section-title{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;position:relative;display:inline-block}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--secondary-accent);margin-top:0.5rem;border-radius:2px}.section-intro{color:var(--text-muted);margin-bottom:3rem;max-width:700px}.stats-bar{background-color:var(--bg-white);border-bottom:1px solid var(--border-color);box-shadow:var(--card-shadow);position:relative;z-index:10}.stat-card{padding:2rem 1rem;text-align:center}.stat-num{font-size:2.5rem;font-weight:800;color:var(--primary-accent);line-height:1;margin-bottom:0.5rem}.stat-label{font-size:0.95rem;color:var(--text-muted);font-weight:600}.match-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:transform var(--transition-speed),box-shadow var(--transition-speed)}.match-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.08)}.match-meta{font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;border-bottom:1px solid var(--border-color);padding-bottom:0.75rem;margin-bottom:1rem}.match-team{display:flex;align-items:center;justify-content:space-between;margin:0.5rem 0}.team-name{font-weight:600;font-size:1.05rem}.team-score{font-size:1.25rem;font-weight:700;color:var(--primary-color)}.match-status-badge{display:inline-block;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.8rem;font-weight:600;background-color:#e2e8f0;color:var(--text-muted)}.match-status-badge.live{background-color:#fee2e2;color:var(--secondary-accent)}.group-table-wrap{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.group-header{background-color:var(--primary-color);color:#ffffff;padding:1rem;font-weight:700;font-size:1.15rem}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1rem;text-align:center;border-bottom:1px solid var(--border-color)}.group-table th{font-weight:600;background-color:#f1f5f9;color:var(--text-muted)}.group-table td:first-child{text-align:left;font-weight:600}.team-grid-card{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;transition:all var(--transition-speed)}.team-grid-card:hover{box-shadow:var(--card-shadow);border-color:var(--primary-accent)}.team-banner{height:80px;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:2rem}.team-body{padding:1.25rem}.team-title{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem}.team-desc{font-size:0.9rem;color:var(--text-muted)}.stadium-row{align-items:center;margin-bottom:4rem}.stadium-row:last-child{margin-bottom:0}.stadium-img-wrap img{border-radius:12px;width:100%;height:auto;box-shadow:var(--card-shadow)}.stadium-content{padding:2rem}.news-main-card{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;box-shadow:var(--card-shadow);height:100%}.news-main-content{padding:1.5rem}.news-badge{background-color:#e0f2fe;color:var(--primary-accent);padding:0.25rem 0.75rem;border-radius:4px;font-size:0.8rem;font-weight:600;display:inline-block;margin-bottom:0.75rem}.news-item-link{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid var(--border-color);background-color:var(--bg-white);transition:background-color var(--transition-speed)}.news-item-link:hover{background-color:#f1f5f9}.news-item-date{font-size:0.85rem;color:var(--text-muted);min-width:80px}.news-item-title{font-weight:600;color:var(--text-dark);font-size:0.95rem}.guide-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;padding:2rem;height:100%;transition:all var(--transition-speed)}.guide-card:hover{box-shadow:0 8px 30px rgba(0,0,0,0.06);border-color:var(--primary-accent)}.guide-icon{font-size:2.5rem;color:var(--primary-accent);margin-bottom:1.25rem}.guide-card-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.rules-container{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);padding:2.5rem;box-shadow:var(--card-shadow)}.disclaimer-box{background-color:#f1f5f9;border-left:4px solid var(--primary-color);padding:1.5rem;border-radius:0 8px 8px 0;font-size:0.9rem;color:var(--text-muted)}.faq-item{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-item summary{padding:1.25rem;font-weight:600;font-size:1.05rem;cursor:pointer;outline:none;user-select:none;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"\F282";font-family:"bootstrap-icons";transition:transform var(--transition-speed)}.faq-item[open] summary::after{transform:rotate(180deg)}.faq-content{padding:1.25rem;border-top:1px solid var(--border-color);background-color:#fafbfd;font-size:0.95rem;color:var(--text-muted)}.site-footer{background-color:var(--primary-color);color:#e2e8f0;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--secondary-accent)}.footer-brand{font-size:1.5rem;font-weight:700;color:#ffffff;margin-bottom:1rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#cbd5e1;transition:color var(--transition-speed)}.footer-links a:hover{color:#ffffff}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;text-align:center;color:#94a3b8}@media (max-width:768px){.hero-section{padding:4rem 0;text-align:center}.hero-title{font-size:2rem}.hero-desc{margin:0 auto 2rem}.section-padding{padding:3.5rem 0}.section-title{font-size:1.75rem}.stadium-content{padding:1.5rem 0 0 0}.group-table-wrap{overflow-x:auto}}