:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#475569;--accent:#0284c7;--accent-2:#e11d48;--accent-3:#eab308;--border:#cbd5e1;--card-shadow:0 4px 12px rgba(15,23,42,0.05);--transition:all 0.3s ease}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:var(--accent);text-decoration:none;transition:var(--transition)}a:hover{color:var(--accent-2)}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{display:flex;align-items:center;gap:10px;color:#ffffff;font-weight:700;font-size:1.25rem}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem;border-radius:6px}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:#ffffff;background-color:rgba(255,255,255,0.1)}.main-container{max-width:1320px;margin:0 auto;padding:2rem 1rem}.section-title{position:relative;font-weight:800;color:var(--surface-strong);margin-bottom:1.8rem;padding-left:15px;border-left:5px solid var(--accent-2)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;border-radius:12px;padding:3rem 2rem;margin-bottom:2.5rem;box-shadow:var(--card-shadow);overflow:hidden}.hero-title{font-size:2.5rem;font-weight:850;line-height:1.2;color:#ffffff;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-subtitle{font-size:1.1rem;color:#94a3b8;margin-bottom:1.5rem}.hero-img-container img{border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,0.4);object-fit:cover;width:100%;height:auto}.live-ticker{background:var(--surface);border-radius:12px;padding:1.25rem;margin-bottom:2.5rem;box-shadow:var(--card-shadow);border:1px solid var(--border)}.ticker-card{background:var(--page-bg);border-radius:8px;padding:1rem;border-left:4px solid var(--accent);height:100%}.ticker-status{font-size:0.75rem;text-transform:uppercase;font-weight:700;padding:0.2rem 0.5rem;border-radius:4px;display:inline-block;margin-bottom:0.5rem}.status-upcoming{background:#e2e8f0;color:#475569}.status-ended{background:#fee2e2;color:#ef4444}.schedule-list{background:var(--surface);border-radius:12px;padding:1.5rem;margin-bottom:2.5rem;box-shadow:var(--card-shadow)}.schedule-row{display:flex;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border)}.schedule-row:last-child{border-bottom:none}.schedule-date{font-weight:700;color:var(--accent);min-width:100px}.group-grid{margin-bottom:2.5rem}.group-card{background:var(--surface);border-radius:12px;padding:1.25rem;box-shadow:var(--card-shadow);border:1px solid var(--border);height:100%;transition:var(--transition)}.group-card:hover{transform:translateY(-4px);border-color:var(--accent)}.group-header{background:var(--surface-strong);color:#ffffff;font-weight:700;padding:0.5rem 1rem;margin:-1.25rem -1.25rem 1rem -1.25rem;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;justify-content:space-between;align-items:center}.team-section{margin-bottom:2.5rem}.team-profile-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border);height:100%}.team-img-wrapper img{width:100%;height:200px;object-fit:cover}.news-section{margin-bottom:2.5rem}.news-item{background:var(--surface);border-radius:8px;padding:1.2rem;margin-bottom:1rem;border-left:4px solid var(--accent);box-shadow:var(--card-shadow);transition:var(--transition)}.news-item:hover{transform:translateX(5px);background:#f8fafc}.info-panel{background:var(--surface-strong);color:#ffffff;border-radius:12px;padding:2.5rem;margin-bottom:2.5rem}.guide-section{margin-bottom:2.5rem}.guide-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border)}.guide-icon-box{font-size:2.5rem;color:var(--accent-2);margin-bottom:1rem}.about-box{background:#f1f5f9;border-radius:12px;padding:2rem;margin-bottom:2.5rem;border:1px solid var(--border)}.faq-section{margin-bottom:3rem}.accordion-button:not(.collapsed){background-color:#e0f2fe;color:var(--accent)}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 1rem 2rem 1rem;border-top:5px solid var(--accent-2)}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-links a{color:#94a3b8;display:block;margin-bottom:0.75rem}.footer-links a:hover{color:#ffffff}@media (max-width:768px){.hero-section{padding:1.5rem 1rem}.hero-title{font-size:1.8rem}.schedule-row{flex-direction:column;align-items:flex-start;gap:0.5rem}.schedule-date{min-width:auto}}