:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-muted:#f1f5f9;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-green:#16a34a;--accent-yellow:#eab308;--border:#e2e8f0;--card-radius:12px;--transition:all 0.3s 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}.header-nav{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);box-shadow:0 4px 15px rgba(0,0,0,0.1)}.header-nav .navbar-brand{color:var(--text-light);font-weight:700}.header-nav .nav-link{color:rgba(248,250,252,0.85);font-weight:500;transition:var(--transition)}.header-nav .nav-link:hover,.header-nav .nav-link.active{color:var(--accent)}.theme-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 12px rgba(15,23,42,0.03);transition:var(--transition)}.theme-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(15,23,42,0.08)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:4rem 0;color:var(--text-light);border-bottom:5px solid var(--accent-green)}.hero-badge{background:rgba(2,132,199,0.2);border:1px solid var(--accent);color:#38bdf8;padding:0.4rem 1rem;border-radius:30px;display:inline-block;font-size:0.85rem;font-weight:600}.ticker-container{background:#111827;padding:1rem 0;border-bottom:1px solid #1f2937}.ticker-card{background:#1f2937;border-radius:8px;padding:0.75rem 1.25rem;min-width:260px;margin-right:1rem;border-left:4px solid var(--accent)}.ticker-status{font-size:0.75rem;text-transform:uppercase;font-weight:bold}.ticker-team{font-weight:600;font-size:0.95rem}.group-table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.custom-accordion .accordion-item{border:1px solid var(--border);background:var(--surface);border-radius:var(--card-radius);overflow:hidden;margin-bottom:1rem}.custom-accordion .accordion-button{background:var(--surface);color:var(--text-main);font-weight:600;box-shadow:none}.custom-accordion .accordion-button:not(.collapsed){background:var(--surface-muted);color:var(--accent)}.nav-pills-theme .nav-link{color:var(--text-muted);font-weight:600;border-radius:8px;border:1px solid transparent;transition:var(--transition)}.nav-pills-theme .nav-link.active{background-color:var(--accent);color:var(--text-light)}.footer-section{background:var(--surface-strong);color:var(--text-light);border-top:4px solid var(--accent);padding:4rem 0 2rem}.footer-section a{color:rgba(248,250,252,0.75);text-decoration:none;transition:var(--transition)}.footer-section a:hover{color:var(--accent)}.section-title{position:relative;padding-bottom:0.75rem;margin-bottom:2rem;font-weight:700}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--accent);border-radius:2px}.section-title-center{position:relative;padding-bottom:0.75rem;margin-bottom:2rem;font-weight:700;text-align:center}.section-title-center::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--accent);border-radius:2px}