:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#ef4444;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition-base:all 0.25s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition-base);padding:1.5rem;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1)}.navbar{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-main);font-weight:500;transition:var(--transition-base)}.nav-link:hover,.nav-link.active{color:var(--accent)}.hero-section{padding:7rem 0 4rem;background:radial-gradient(circle at 90% 10%,rgba(2,132,199,0.08) 0%,transparent 45%),radial-gradient(circle at 10% 90%,rgba(239,68,68,0.05) 0%,transparent 45%)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;color:var(--surface-strong)}.hero-title span{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-image-wrapper{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover;display:block}.live-ticker{background:var(--surface-strong);color:#ffffff;padding:0.75rem 0;font-size:0.9rem}.ticker-item{border-right:1px solid rgba(255,255,255,0.15);padding:0 1.5rem;display:inline-block}.ticker-item:last-child{border-right:none}.badge-live{background-color:var(--accent-2);animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.section-title{position:relative;font-weight:700;color:var(--surface-strong);margin-bottom:2rem;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.schedule-table-container{overflow-x:auto;background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow)}.schedule-table{width:100%;margin-bottom:0;vertical-align:middle}.schedule-table th{background-color:#f1f5f9;color:var(--surface-strong);font-weight:600;border-bottom:2px solid var(--border);padding:1rem}.schedule-table td{padding:1.25rem 1rem;border-bottom:1px solid var(--border)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);overflow:hidden}.group-header{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:1rem;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-list li{padding:0.75rem 1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-list li:last-child{border-bottom:none}.team-profile-img{border-radius:8px;width:100%;height:180px;object-fit:cover;margin-bottom:1rem}.timeline{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background-color:var(--accent);border:2px solid var(--surface)}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent);box-shadow:none}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition-base)}footer a:hover{color:#ffffff}footer hr{border-color:rgba(255,255,255,0.1)}@media (max-width:768px){.hero-title{font-size:2rem}.hero-section{padding:5rem 0 2.5rem}.timeline{padding-left:1.5rem}.timeline-item::before{left:-1.95rem}}