:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#eef2f8;--text-main:#1e293b;--text-muted:#475569;--accent:#0284c7;--accent-gradient:linear-gradient(135deg,#0284c7 0%,#0d9488 100%);--accent-2:#10b981;--accent-gold:#b45309;--border:#e2e8f0;--card-radius:12px;--transition:all 0.25s ease-in-out}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:#0f172a}a{text-decoration:none;color:var(--accent);transition:var(--transition)}a:hover{color:#0369a1}header{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);z-index:1030}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-muted);font-weight:500;padding:0.5rem 1rem !important;border-radius:6px}.nav-link:hover,.nav-link.active{color:var(--accent);background-color:var(--surface-strong)}.hero-section{background:linear-gradient(180deg,#e0f2fe 0%,var(--page-bg) 100%);padding:80px 0 60px 0}.hero-title{font-size:2.5rem;line-height:1.25;margin-bottom:1.5rem}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-badge{background-color:rgba(2,132,199,0.1);color:var(--accent);font-weight:600;font-size:0.875rem;padding:0.5rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1.5rem}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);max-width:100%;height:auto;object-fit:cover}.ticker-wrapper{background-color:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow-x:auto;white-space:nowrap;padding:12px 0;-webkit-overflow-scrolling:touch}.ticker-item{display:inline-flex;align-items:center;background-color:var(--surface-strong);padding:8px 16px;margin-right:12px;border-radius:8px;border:1px solid var(--border);min-width:260px}.ticker-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,0.1)}.section-title-wrap{margin-bottom:2.5rem;position:relative}.section-tag{color:var(--accent-2);text-transform:uppercase;font-weight:700;letter-spacing:0.05em;font-size:0.875rem;margin-bottom:0.5rem;display:block}.section-title{font-size:2rem;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:var(--accent-gradient);border-radius:2px}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.schedule-table{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden}.schedule-table th{background-color:var(--surface-strong);color:var(--text-main);border-bottom:2px solid var(--border);font-weight:600}.schedule-table td{vertical-align:middle;color:var(--text-muted);border-bottom:1px solid var(--border)}.group-card{background:var(--surface);border-top:4px solid var(--accent);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.group-header{background-color:var(--surface-strong);padding:10px 15px;font-weight:700;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{padding:10px 15px;display:flex;align-items:center;border-bottom:1px solid var(--border)}.group-team-item:last-child{border-bottom:none}.fact-card{background:var(--accent-gradient);color:#ffffff;border-radius:var(--card-radius);padding:2rem;position:relative;overflow:hidden}.fact-card h3,.fact-card p{color:#ffffff}.accordion-button:not(.collapsed){background-color:var(--surface-strong);color:var(--accent);box-shadow:none}.accordion-button{font-weight:600;color:var(--text-main)}.accordion-item{border-radius:var(--card-radius) !important;overflow:hidden;border:1px solid var(--border);margin-bottom:0.75rem}footer{background-color:#0f172a;color:#94a3b8;border-top:4px solid var(--accent)}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}footer a{color:#94a3b8}footer a:hover{color:#ffffff}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}