:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-green:#10b981;--accent-red:#ef4444;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.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}.navbar-custom{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:0.75rem 1rem}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.2s ease}.navbar-custom .nav-link:hover{color:var(--accent)}.main-wrapper{padding:2rem 0}.content-column{background-color:transparent}.sidebar-column{position:sticky;top:2rem}.section-header{border-left:5px solid var(--accent);padding-left:1rem;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.25rem}.section-header p{color:var(--text-muted);font-size:0.875rem;margin-bottom:0}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);transition:transform 0.2s,box-shadow 0.2s;overflow:hidden;margin-bottom:1.5rem}.custom-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.hero-banner{position:relative;background:linear-gradient(135deg,#0f172a 30%,#1e293b 100%);color:var(--text-light);border-radius:14px;overflow:hidden;margin-bottom:2.5rem;box-shadow:var(--shadow-lg)}.hero-overlay{padding:3.5rem 2.5rem;background:linear-gradient(to right,rgba(15,23,42,0.95) 40%,rgba(15,23,42,0.3) 100%);position:relative;z-index:2}.hero-img-container{position:absolute;right:0;top:0;width:50%;height:100%;z-index:1}.hero-img-container img{width:100%;height:100%;object-fit:cover;opacity:0.85}.live-ticker{background:var(--surface-strong);color:var(--text-light);border-radius:8px;padding:1rem;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.ticker-item{border-right:1px solid rgba(255,255,255,0.1);padding:0 1.5rem;display:inline-block}.ticker-item:last-child{border-right:none}.ticker-badge{background-color:var(--accent-red);font-size:0.7rem;padding:0.15rem 0.4rem;border-radius:4px;font-weight:bold}.schedule-table-container{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow-x:auto;margin-bottom:2rem}.schedule-table{width:100%;min-width:600px;margin-bottom:0}.schedule-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;padding:1rem;border-bottom:2px solid var(--border)}.schedule-table td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-bottom:2rem}.group-box{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.group-title{background-color:var(--accent);color:var(--text-light);padding:0.25rem 0.75rem;font-weight:bold;border-radius:4px;display:inline-block;margin-bottom:0.75rem;font-size:0.875rem}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;padding:0.4rem 0;border-bottom:1px dashed var(--border);font-size:0.9rem}.group-team-item:last-child{border-bottom:none}.team-profile-sec img{width:100%;height:220px;object-fit:cover;border-bottom:1px solid var(--border)}.guide-box{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border-left:4px solid var(--accent-green)}.accordion-custom .accordion-item{border:1px solid var(--border);margin-bottom:0.5rem;border-radius:8px;overflow:hidden}.accordion-custom .accordion-button{background-color:var(--surface);color:var(--text-main);font-weight:600}.accordion-custom .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent)}.footer-custom{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:4rem 0 2rem;border-top:4px solid var(--accent);font-size:0.9rem}.footer-custom a{color:rgba(255,255,255,0.85);text-decoration:none}.footer-custom a:hover{color:var(--accent)}@media (max-width:991.98px){.hero-overlay{padding:2rem 1.5rem;background:linear-gradient(to top,rgba(15,23,42,1) 50%,rgba(15,23,42,0.6) 100%)}.hero-img-container{width:100%;height:100%}.sidebar-column{margin-top:2rem;position:static}}