:root{--primary-color:#0b2c5c;--secondary-color:#d81e3a;--accent-color:#009639;--light-bg:#f5f8fc;--white:#ffffff;--text-main:#212529;--text-muted:#6c757d;--border-color:#e2e8f0;--card-shadow:0 4px 12px rgba(11,44,92,0.08);--transition-speed:0.3s}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--light-bg);line-height:1.6}.navbar{background-color:var(--primary-color) !important;box-shadow:0 2px 10px rgba(0,0,0,0.15)}.navbar-brand{font-weight:700;color:var(--white) !important;display:flex;align-items:center;gap:10px}.navbar-brand img{height:40px;width:auto}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color var(--transition-speed)}.nav-link:hover{color:var(--white) !important;text-decoration:underline}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#1e4d8c 100%);color:var(--white);padding:80px 0;border-bottom:5px solid var(--secondary-color)}.hero-section h1{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:30px}.hero-img-wrap{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,0.2)}.section-title{position:relative;padding-bottom:12px;margin-bottom:35px;font-weight:700;color:var(--primary-color)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.page-section{padding:60px 0}.bg-white-section{background-color:var(--white)}.table-custom{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:var(--card-shadow)}.table-custom th{background-color:var(--primary-color);color:var(--white);font-weight:600;border:none}.table-custom td{vertical-align:middle;border-color:var(--border-color)}.status-badge{font-size:0.8rem;padding:4px 8px;border-radius:12px;font-weight:500}.status-upcoming{background-color:#e2e8f0;color:#4a5568}.status-live{background-color:#fed7d7;color:var(--secondary-color);animation:pulse 1.5s infinite}.match-card{background:var(--white);border-radius:10px;border-left:4px solid var(--accent-color);box-shadow:var(--card-shadow);transition:transform var(--transition-speed)}.match-card:hover{transform:translateY(-3px)}.group-card{background:var(--white);border:1px solid var(--border-color);border-radius:10px;box-shadow:var(--card-shadow);overflow:hidden}.group-header{background:linear-gradient(45deg,var(--primary-color),#1b3d6c);color:var(--white);padding:12px 15px;font-weight:bold;font-size:1.1rem}.group-list{padding:0;margin:0;list-style:none}.group-item{padding:10px 15px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.group-item:last-child{border-bottom:none}.team-badge-card{background:var(--white);border-radius:10px;padding:20px;text-align:center;box-shadow:var(--card-shadow);border-bottom:3px solid var(--primary-color);height:100%}.team-flag-holder{font-size:2.5rem;margin-bottom:10px}.news-card{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:var(--card-shadow);height:100%;transition:transform var(--transition-speed)}.news-card:hover{transform:translateY(-5px)}.news-body{padding:20px}.accordion-button:not(.collapsed){background-color:var(--light-bg);color:var(--primary-color);font-weight:bold}footer{background-color:#081a33;color:rgba(255,255,255,0.8);padding:50px 0 20px 0;border-top:4px solid var(--secondary-color)}footer a{color:rgba(255,255,255,0.9);text-decoration:none}footer a:hover{color:var(--white);text-decoration:underline}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}