:root{--page-bg:#f4f7f9;--surface:#ffffff;--surface-strong:#0b1a30;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#ee3224;--accent-green:#009a44;--accent-blue:#0a36af;--border:#e2e8f0;--card-shadow:0 4px 12px rgba(15,23,42,0.05);--transition:all 0.3s ease}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}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;border-bottom:3px solid var(--accent);position:sticky;top:0;z-index:1000}.navbar-brand img{height:40px;margin-right:10px}.navbar-brand span{color:var(--text-light);font-weight:800;letter-spacing:0.5px}.nav-link-custom{color:rgba(248,250,252,0.8) !important;font-weight:500;margin:0 0.5rem;transition:var(--transition)}.nav-link-custom:hover{color:var(--text-light) !important;text-shadow:0 0 8px rgba(255,255,255,0.5)}section{padding:4.5rem 0;border-bottom:1px solid var(--border)}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);margin-bottom:2.5rem;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-green));border-radius:2px}.hero-section{background:linear-gradient(135deg,#051124 0%,#0d274d 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden;border-bottom:none}.hero-title{font-size:2.5rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(120deg,#ffffff 50%,#ccdcf8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem}.hero-img-wrapper img{border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,0.4);border:4px solid rgba(255,255,255,0.1)}.ticker-bar{background-color:var(--surface-strong);color:var(--text-light);padding:0.75rem 0;border-bottom:2px solid var(--accent-green)}.ticker-item{display:inline-flex;align-items:center;margin-right:2rem;font-size:0.9rem}.ticker-badge{background:var(--accent);padding:0.2rem 0.6rem;border-radius:4px;font-size:0.75rem;font-weight:bold;margin-right:0.5rem}.info-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;box-shadow:var(--card-shadow);transition:var(--transition);height:100%}.info-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(15,23,42,0.1)}.match-card{background:var(--surface);border-radius:12px;border-left:5px solid var(--accent-blue);box-shadow:var(--card-shadow);margin-bottom:1rem;transition:var(--transition)}.match-card:hover{transform:scale(1.01)}.match-header{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid var(--border);padding:0.75rem 1.25rem}.match-body{padding:1.25rem;display:flex;align-items:center;justify-content:space-between}.team-box{display:flex;align-items:center;width:40%}.team-box.team-right{justify-content:flex-end}.team-flag{width:32px;height:20px;background:#cbd5e1;margin-right:0.75rem;border-radius:2px;display:inline-block}.team-right .team-flag{margin-right:0;margin-left:0.75rem}.team-name{font-weight:700;color:var(--text-main)}.score-box{width:20%;text-align:center;font-size:1.5rem;font-weight:800;color:var(--surface-strong)}.score-vs{font-size:0.9rem;color:var(--text-muted);font-weight:normal}.group-table{background-color:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--card-shadow)}.group-title-header{background-color:var(--surface-strong);color:var(--text-light);padding:0.75rem 1rem;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.group-table table{margin-bottom:0}.group-table th{font-weight:600;color:var(--text-muted);background-color:#f8fafc}.timeline-wrapper{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background-color:var(--accent);border:2px solid var(--surface)}.timeline-date{font-weight:bold;color:var(--accent-blue);margin-bottom:0.25rem}.news-card{border:none;background:transparent}.news-title{font-size:1.1rem;font-weight:700;margin-top:0.75rem;line-height:1.4;color:var(--surface-strong)}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-top:0.5rem}.stadium-card{border-radius:12px;overflow:hidden;background:var(--surface);box-shadow:var(--card-shadow);border:1px solid var(--border)}.stadium-img-container{position:relative;overflow:hidden}.stadium-img-container img{transition:var(--transition)}.stadium-card:hover .stadium-img-container img{transform:scale(1.05)}.stadium-badge{position:absolute;top:10px;left:10px;background-color:rgba(11,26,48,0.85);color:#fff;padding:0.25rem 0.75rem;border-radius:4px;font-size:0.8rem;backdrop-filter:blur(4px)}.guide-list{list-style:none;padding-left:0}.guide-list li{position:relative;padding-left:1.5rem;margin-bottom:0.75rem;font-size:0.95rem}.guide-list li::before{content:"\F272";font-family:"bootstrap-icons";position:absolute;left:0;color:var(--accent-green)}.faq-question{font-weight:700;color:var(--surface-strong);font-size:1.05rem;margin-bottom:0.5rem}.faq-answer{color:var(--text-muted);font-size:0.95rem;margin-bottom:1.5rem}.footer-custom{background-color:var(--surface-strong);color:var(--text-light);padding:4rem 0 2rem;border-top:4px solid var(--accent)}.footer-brand{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.footer-links{list-style:none;padding-left:0}.footer-links a{color:#cbd5e1;text-decoration:none;transition:var(--transition);font-size:0.9rem;display:inline-block;margin-bottom:0.5rem}.footer-links a:hover{color:var(--text-light);padding-left:4px}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.team-name{font-size:0.85rem}.score-box{font-size:1.25rem}}