:root{--primary-color:#0d5c3a;--secondary-color:#a81c24;--accent-color:#0b2240;--bg-light:#f8f9fa;--bg-dark:#0a1118;--text-dark:#212529;--text-muted:#5f6c7d;--card-border-radius:12px;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-family);color:var(--text-dark);background-color:#ffffff;line-height:1.6}.navbar-brand img{height:40px;margin-right:10px}.nav-link{font-weight:500;color:var(--accent-color) !important;transition:color 0.3s ease}.nav-link:hover{color:var(--primary-color) !important}.hero-section{background:linear-gradient(135deg,#0b2240 0%,#0d5c3a 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:-20%;right:-10%;width:500px;height:500px;background:rgba(255,255,255,0.03);border-radius:50%;pointer-events:none}.hero-title{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-subtitle{font-size:1.25rem;font-weight:300;opacity:0.9;margin-bottom:30px}.hero-img-container img{border-radius:var(--card-border-radius);box-shadow:0 10px 30px rgba(0,0,0,0.3);border:3px solid rgba(255,255,255,0.1)}section{padding:70px 0;border-bottom:1px solid #edf2f7}section:nth-child(even){background-color:var(--bg-light)}.section-header{margin-bottom:45px;position:relative}.section-header h2{font-size:2rem;font-weight:700;color:var(--accent-color);position:relative;display:inline-block;padding-bottom:10px}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(to right,var(--secondary-color),var(--primary-color));border-radius:2px}.section-header p{color:var(--text-muted);margin-top:10px;font-size:1.05rem}.stat-card{background:#ffffff;border-radius:var(--card-border-radius);padding:25px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,0.05);border:1px solid #eef2f6;transition:transform 0.3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-num{font-size:2.5rem;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:10px}.match-card{background:#ffffff;border-radius:var(--card-border-radius);border-left:5px solid var(--secondary-color);box-shadow:0 4px 10px rgba(0,0,0,0.04);transition:all 0.3s ease}.match-card:hover{box-shadow:0 8px 20px rgba(0,0,0,0.08)}.match-header{padding:10px 20px;border-bottom:1px solid #f1f4f6;font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between}.match-body{padding:20px}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.team-row:last-child{margin-bottom:0}.team-name{font-weight:600;font-size:1.05rem}.team-score{font-size:1.1rem;font-weight:700;color:var(--accent-color)}.group-card{background:#ffffff;border:1px solid #eef2f6;border-radius:var(--card-border-radius);box-shadow:0 4px 10px rgba(0,0,0,0.03);overflow:hidden}.group-header{background-color:var(--accent-color);color:#ffffff;font-weight:700;text-align:center;padding:10px}.group-list{list-style:none;padding:0;margin:0}.group-item{padding:12px 20px;border-bottom:1px solid #f1f4f6;display:flex;justify-content:space-between;align-items:center}.group-item:last-child{border-bottom:none}.team-grid-card{background:#ffffff;border-radius:var(--card-border-radius);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.04);border:1px solid #eef2f6;height:100%}.team-banner{height:80px;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);display:flex;align-items:center;justify-content:center;color:#ffffff;font-weight:700;font-size:1.2rem}.team-body-detail{padding:20px}.team-stat-item{font-size:0.9rem;color:var(--text-muted);margin-bottom:8px}.guide-box{background:#ffffff;border-radius:var(--card-border-radius);padding:30px;box-shadow:0 5px 20px rgba(0,0,0,0.04);height:100%;border-top:4px solid var(--primary-color)}.news-item{background:#ffffff;border-radius:var(--card-border-radius);overflow:hidden;border:1px solid #eef2f6;box-shadow:0 4px 12px rgba(0,0,0,0.03);margin-bottom:24px}.news-content{padding:20px}.news-title{font-size:1.15rem;font-weight:700;color:var(--accent-color);margin-bottom:10px}.news-meta{font-size:0.85rem;color:var(--text-muted)}.accordion-button:not(.collapsed){background-color:#f0f7f4;color:var(--primary-color)}.accordion-item{border:1px solid #eef2f6;border-radius:var(--card-border-radius) !important;overflow:hidden;margin-bottom:12px}footer{background-color:var(--bg-dark);color:rgba(255,255,255,0.8);padding:60px 0 30px 0;font-size:0.9rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:#ffffff}footer hr{border-color:rgba(255,255,255,0.1)}