:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-muted:#f1f5f9;--text-main:#0f172a;--text-muted:#475569;--text-light:#ffffff;--accent:#ef4444;--accent-blue:#2563eb;--accent-green:#10b981;--border:#e2e8f0;--primary-gradient:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--accent-gradient:linear-gradient(135deg,#ef4444 0%,#2563eb 100%)}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}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:all 0.3s ease}.card-custom:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1.5rem;position:sticky;top:0;z-index:1030;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:var(--text-light);font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--text-light);background-color:rgba(255,255,255,0.1);border-radius:6px}.hero-section{background:var(--primary-gradient);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(37,99,235,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:#38bdf8;padding:0.5rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;display:inline-flex;align-items:center;gap:8px;margin-bottom:1.5rem}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;max-width:600px}.live-ticker{background:var(--surface);border-bottom:1px solid var(--border);padding:0.75rem 0}.ticker-wrapper{display:flex;align-items:center;gap:1.5rem;overflow-x:auto;white-space:nowrap;padding-bottom:5px}.ticker-wrapper::-webkit-scrollbar{height:4px}.ticker-wrapper::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.ticker-item{display:inline-flex;align-items:center;background:var(--surface-muted);padding:0.5rem 1rem;border-radius:8px;gap:10px;font-size:0.85rem}.ticker-badge{font-size:0.75rem;padding:2px 6px;border-radius:4px;font-weight:bold}section{padding:4.5rem 0}.section-title{font-size:2rem;font-weight:800;margin-bottom:2.5rem;position:relative;padding-left:1rem;display:flex;align-items:center;justify-content:space-between}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:5px;background:var(--accent);border-radius:3px}.table-responsive{border-radius:12px;overflow:hidden;border:1px solid var(--border)}.table-custom{margin-bottom:0;background:var(--surface)}.table-custom th{background-color:var(--surface-muted) !important;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border)}.table-custom td{vertical-align:middle;color:var(--text-muted)}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.group-header{background:var(--surface-strong);color:var(--text-light);padding:0.75rem 1.25rem;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{padding:0.75rem 1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.group-team-item:last-child{border-bottom:none}.guide-step{display:flex;gap:1.5rem;margin-bottom:1.5rem}.guide-icon{flex-shrink:0;width:50px;height:50px;border-radius:50%;background:rgba(37,99,235,0.1);color:var(--accent-blue);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.accordion-custom .accordion-item{border:1px solid var(--border);background:var(--surface);margin-bottom:0.75rem;border-radius:8px !important;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--text-main);background:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){color:var(--accent-blue);background:var(--surface-muted);box-shadow:none}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem 0;border-top:1px solid rgba(255,255,255,0.1)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--text-light)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.5rem}}