:root{--primary-color:#0A192F;--primary-light:#172A45;--secondary-color:#D80621;--accent-color:#006847;--gold:#D4AF37;--page-bg:#F8F9FA;--surface:#FFFFFF;--surface-strong:#0B132B;--text-main:#1F2937;--text-muted:#4B5563;--text-light:#F3F4F6;--border:#E5E7EB;--border-accent:rgba(212,175,55,0.3)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar{background-color:var(--primary-color) !important;border-bottom:3px solid var(--gold);padding:0.8rem 1rem}.navbar-brand{font-weight:800;color:var(--gold) !important;display:flex;align-items:center;gap:10px}.navbar-brand img{height:40px;width:auto}.nav-link{color:var(--text-light) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.nav-link:hover,.nav-link:focus{color:var(--gold) !important}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#002868 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden;border-bottom:5px solid var(--secondary-color)}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(216,6,33,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:900;line-height:1.2;color:#FFFFFF;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-title span{color:var(--gold)}.hero-desc{font-size:1.1rem;color:var(--text-light);opacity:0.9;margin-bottom:2rem}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.5);border:2px solid var(--gold)}section{padding:4.5rem 0;border-bottom:1px solid var(--border)}.section-title{font-size:2rem;font-weight:800;position:relative;padding-bottom:1rem;margin-bottom:2.5rem;color:var(--primary-color);text-align:center}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(to right,var(--accent-color),var(--secondary-color));border-radius:2px}.match-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:0 4px 6px rgba(0,0,0,0.05);padding:1.5rem;transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.match-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,0.1)}.match-header{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid var(--border);padding-bottom:0.75rem;margin-bottom:1rem}.match-info{display:flex;align-items:center;justify-content:space-between;margin:1rem 0}.team-box{display:flex;flex-direction:column;align-items:center;width:35%}.team-name{font-weight:700;font-size:1rem;margin-top:0.5rem;text-align:center}.score-box{width:30%;text-align:center;font-size:1.8rem;font-weight:800;color:var(--primary-color)}.score-box.vs{font-size:1rem;color:var(--text-muted);background:#F3F4F6;padding:0.25rem 0.75rem;border-radius:20px}.group-card{background:var(--surface);border-radius:12px;border-top:4px solid var(--accent-color);box-shadow:0 4px 10px rgba(0,0,0,0.05);overflow:hidden;height:100%}.group-card.accent-red{border-top-color:var(--secondary-color)}.group-card.accent-blue{border-top-color:var(--primary-light)}.group-header{background:#F9FAFB;padding:1rem;font-weight:800;font-size:1.15rem;text-align:center;border-bottom:1px solid var(--border)}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.85rem 1.25rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.team-pill{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem;display:flex;align-items:center;gap:15px;transition:all 0.3s ease}.team-pill:hover{border-color:var(--gold);background:linear-gradient(to right,var(--surface),#FFFDF0)}.team-avatar{width:45px;height:45px;background:#ECEFF1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--primary-color);border:2px solid var(--border)}.news-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.05);border:1px solid var(--border);height:100%}.news-img{width:100%;height:200px;object-fit:cover}.news-content{padding:1.25rem}.news-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:0.75rem;color:var(--primary-color)}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem}.guide-box{background:var(--surface);border-radius:12px;padding:2rem;border-left:5px solid var(--gold);box-shadow:0 4px 12px rgba(0,0,0,0.05);height:100%}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1rem}.faq-q{font-weight:700;color:var(--primary-color);font-size:1.05rem;margin-bottom:0.5rem;display:flex;align-items:center;gap:10px}.faq-q i{color:var(--gold)}.faq-a{color:var(--text-muted);font-size:0.95rem;margin:0}.about-section{background:var(--primary-color);color:var(--text-light);padding:4rem 0}.about-section h2{color:var(--gold)}footer{background-color:#050C16;color:#9CA3AF;padding:3.5rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--secondary-color)}footer a{color:#D1D5DB;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:2.5rem;text-align:center}@media (max-width:768px){.hero-title{font-size:1.8rem}.section-title{font-size:1.6rem}.table-responsive{border:1px solid var(--border);border-radius:8px}}