:root{--primary-color:#0a3d62;--primary-accent:#3c6382;--secondary-color:#079992;--neutral-dark:#2f3542;--neutral-light:#f1f2f6;--body-bg:#f5f6fa;--card-bg:#ffffff;--text-main:#2f3542;--text-muted:#747d8c;--border-color:#e4e7eb;--border-radius-sm:8px;--border-radius-lg:14px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";background-color:var(--body-bg);color:var(--text-main);line-height:1.6}a{color:var(--primary-color);text-decoration:none;transition:color 0.2s ease-in-out}a:hover{color:var(--secondary-color)}.navbar-custom{background-color:var(--primary-color);box-shadow:0 4px 12px rgba(10,61,98,0.15);padding:0.8rem 1rem}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem !important;border-radius:var(--border-radius-sm);transition:all 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:#fff;background-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,#0a3d62 0%,#079992 100%);color:#fff;padding:4rem 0;position:relative;overflow:hidden}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.hero-section p{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:2rem}.hero-img{max-width:100%;height:auto;border-radius:var(--border-radius-lg);box-shadow:0 10px 30px rgba(0,0,0,0.3)}.section-padding{padding:4rem 0}.section-title{font-size:1.85rem;font-weight:700;color:var(--primary-color);margin-bottom:2rem;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--secondary-color);border-radius:2px}.bg-white-section{background-color:#ffffff}.custom-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,0.06)}.custom-card-body{padding:1.5rem}.table-responsive-wrapper{background:#fff;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);overflow:hidden}.table-custom{margin-bottom:0}.table-custom th{background-color:var(--primary-color);color:#fff;font-weight:600;border:none;padding:1rem}.table-custom td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border-color)}.match-badge{display:inline-block;padding:0.25rem 0.6rem;font-size:0.75rem;font-weight:600;border-radius:4px;text-transform:uppercase}.badge-upcoming{background-color:#ffeaa7;color:#d63031}.badge-live{background-color:#ff7675;color:#fff;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-card{border-top:4px solid var(--secondary-color)}.group-header{background-color:#f8f9fa;border-bottom:1px solid var(--border-color);font-weight:700;color:var(--primary-color);padding:0.75rem 1rem}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:0.6rem 1rem;border-bottom:1px solid #f1f2f6}.group-team-item:last-child{border-bottom:none}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:var(--border-radius-lg) !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--primary-color);background-color:#ffffff;box-shadow:none}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f2f6;color:var(--primary-color)}footer{background-color:var(--neutral-dark);color:rgba(255,255,255,0.8);padding:4rem 0 2rem 0;border-top:5px solid var(--secondary-color)}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}footer p,footer li{font-size:0.9rem;line-height:1.7}footer a{color:rgba(255,255,255,0.7)}footer a:hover{color:#ffffff}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.85rem}