:root{--fc-primary:#0f172a;--fc-secondary:#0284c7;--fc-accent:#00df89;--fc-accent-gold:#f4bc1c;--fc-bg-main:#f8fafc;--fc-bg-card:#ffffff;--fc-text-main:#1e293b;--fc-text-muted:#64748b;--fc-border:#e2e8f0;--fc-hero-bg:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);--fc-card-shadow:0 4px 20px rgba(0,0,0,0.05);--fc-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;background-color:var(--fc-bg-main);color:var(--fc-text-main);line-height:1.6}.navbar{background-color:rgba(15,23,42,0.95) !important;backdrop-filter:blur(8px);border-bottom:2px solid var(--fc-secondary);padding:0.8rem 1rem}.navbar-brand{font-weight:800;letter-spacing:0.5px;color:#ffffff !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:#cbd5e1 !important;font-weight:500;transition:color 0.3s ease;font-size:0.95rem}.nav-link:hover{color:var(--fc-accent) !important}.hero-section{background:var(--fc-hero-bg);color:#ffffff;padding:6rem 0 5rem;position:relative;overflow:hidden;border-bottom:4px solid var(--fc-accent)}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--fc-accent-gold)}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero-meta{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.hero-meta-item{background:rgba(255,255,255,0.08);padding:0.75rem 1.25rem;border-radius:var(--fc-radius);border:1px solid rgba(255,255,255,0.12)}.hero-meta-label{font-size:0.8rem;color:#94a3b8;text-transform:uppercase}.hero-meta-val{font-size:1.1rem;font-weight:700;color:var(--fc-accent)}.hero-img-wrapper{position:relative;border-radius:var(--fc-radius);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;display:block}.section-title-wrap{margin-bottom:3rem;position:relative}.section-tag{display:inline-block;background-color:rgba(2,132,199,0.1);color:var(--fc-secondary);font-weight:700;font-size:0.85rem;padding:0.35rem 1rem;border-radius:50px;margin-bottom:0.75rem;text-transform:uppercase}.section-title{font-weight:800;color:var(--fc-primary);position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background-color:var(--fc-secondary);border-radius:2px}.score-card{background:var(--fc-bg-card);border-radius:var(--fc-radius);box-shadow:var(--fc-card-shadow);border:1px solid var(--fc-border);padding:1.5rem;transition:transform 0.3s ease}.score-card:hover{transform:translateY(-5px)}.score-header{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--fc-text-muted);border-bottom:1px solid var(--fc-border);padding-bottom:0.75rem;margin-bottom:1rem}.score-status-live{color:#ef4444;font-weight:bold;display:flex;align-items:center;gap:5px}.score-status-live::before{content:'';display:inline-block;width:8px;height:8px;background-color:#ef4444;border-radius:50%;animation:blink 1s infinite}@keyframes blink{50%{opacity:0}}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.team-info{display:flex;align-items:center;gap:10px;font-weight:700}.team-flag{width:30px;height:20px;object-fit:cover;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.score-num{font-size:1.25rem;font-weight:800;color:var(--fc-primary)}.schedule-table-wrap{background:var(--fc-bg-card);border-radius:var(--fc-radius);box-shadow:var(--fc-card-shadow);border:1px solid var(--fc-border);overflow:hidden}.schedule-table th{background-color:#f1f5f9;color:var(--fc-primary);font-weight:700;border-bottom:2px solid var(--fc-border)}.schedule-table td{vertical-align:middle;color:var(--fc-text-main)}.group-card{background:var(--fc-bg-card);border-radius:var(--fc-radius);box-shadow:var(--fc-card-shadow);border:1px solid var(--fc-border);overflow:hidden}.group-header{background:var(--fc-primary);color:#ffffff;font-weight:700;padding:0.75rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.group-table{margin-bottom:0}.group-table th{font-size:0.8rem;text-transform:uppercase;color:var(--fc-text-muted);background-color:#fafbfe}.group-table td{font-size:0.9rem;font-weight:500}.team-card{background:var(--fc-bg-card);border-radius:var(--fc-radius);box-shadow:var(--fc-card-shadow);border:1px solid var(--fc-border);overflow:hidden;transition:transform 0.3s ease}.team-card:hover{transform:translateY(-5px)}.team-card-banner{height:8px;background:linear-gradient(90deg,var(--fc-secondary),var(--fc-accent))}.team-card-body{padding:1.5rem}.team-card-title{font-weight:800;font-size:1.2rem;margin-bottom:0.5rem;display:flex;align-items:center;justify-content:space-between}.team-card-meta{font-size:0.85rem;color:var(--fc-text-muted);margin-bottom:1rem}.team-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;background:#f8fafc;padding:0.75rem;border-radius:8px;text-align:center}.team-stat-val{font-weight:700;font-size:0.95rem;color:var(--fc-primary)}.team-stat-label{font-size:0.75rem;color:var(--fc-text-muted)}.stadium-card{background:var(--fc-bg-card);border-radius:var(--fc-radius);box-shadow:var(--fc-card-shadow);border:1px solid var(--fc-border);overflow:hidden}.stadium-img-wrap{height:250px;overflow:hidden;position:relative}.stadium-img-wrap img{width:100%;height:100%;object-fit:cover}.stadium-badge{position:absolute;top:15px;left:15px;background:var(--fc-primary);color:#ffffff;font-size:0.75rem;font-weight:700;padding:0.25rem 0.75rem;border-radius:50px}.news-card{background:var(--fc-bg-card);border-radius:var(--fc-radius);box-shadow:var(--fc-card-shadow);border:1px solid var(--fc-border);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform 0.3s ease}.news-card:hover{transform:translateY(-5px)}.news-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.news-date{font-size:0.8rem;color:var(--fc-text-muted);margin-bottom:0.5rem}.news-title{font-weight:700;font-size:1.05rem;color:var(--fc-primary);line-height:1.4;margin-bottom:0.75rem}.news-excerpt{font-size:0.9rem;color:var(--fc-text-muted);margin-bottom:1rem}.guide-card{background:var(--fc-bg-card);border-radius:var(--fc-radius);box-shadow:var(--fc-card-shadow);border:1px solid var(--fc-border);padding:1.5rem;height:100%}.guide-icon{font-size:2rem;color:var(--fc-secondary);margin-bottom:1rem}.guide-title{font-weight:700;font-size:1.15rem;margin-bottom:0.75rem}.rule-item{display:flex;gap:15px;margin-bottom:1.5rem}.rule-num{flex-shrink:0;width:36px;height:36px;background:var(--fc-secondary);color:#ffffff;font-weight:bold;display:flex;align-items:center;justify-content:center;border-radius:50%}.rule-text h4{font-size:1.05rem;font-weight:700;margin-bottom:0.25rem}.faq-accordion .accordion-item{border:1px solid var(--fc-border);border-radius:var(--fc-radius) !important;margin-bottom:1rem;overflow:hidden;background:var(--fc-bg-card);box-shadow:var(--fc-card-shadow)}.faq-accordion .accordion-button{font-weight:700;color:var(--fc-primary);padding:1.2rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.05);color:var(--fc-secondary)}.faq-accordion .accordion-body{color:var(--fc-text-muted);padding:1.2rem;font-size:0.95rem;border-top:1px solid var(--fc-border)}.site-footer{background-color:var(--fc-primary);color:#cbd5e1;padding:4rem 0 2rem;border-top:4px solid var(--fc-secondary)}.site-footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:var(--fc-accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;font-size:0.85rem;text-align:center;color:#64748b}