:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#1d4ed8;--accent-red:#e11d48;--accent-green:#16a34a;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -2px rgba(0,0,0,0.05);--sidebar-width:280px}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}.app-container{display:flex;min-height:100vh}.sidebar-nav{width:var(--sidebar-width);background-color:var(--surface-strong);color:#ffffff;position:fixed;top:0;bottom:0;left:0;z-index:1030;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,0.1);transition:all 0.3s ease}.sidebar-brand{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;gap:0.75rem}.sidebar-brand img{max-height:40px;object-fit:contain}.sidebar-menu{flex:1;padding:1.5rem 1rem;overflow-y:auto}.sidebar-menu .nav-link{color:rgba(255,255,255,0.75);padding:0.75rem 1rem;border-radius:8px;margin-bottom:0.5rem;display:flex;align-items:center;gap:0.75rem;transition:all 0.2s ease}.sidebar-menu .nav-link:hover,.sidebar-menu .nav-link.active{color:#ffffff;background-color:rgba(255,255,255,0.1);font-weight:500}.main-content{margin-left:var(--sidebar-width);flex:1;width:calc(100% - var(--sidebar-width));display:flex;flex-direction:column;min-width:0}.mobile-header{display:none;background-color:var(--surface-strong);color:#ffffff;padding:1rem;position:sticky;top:0;z-index:1040;align-items:center;justify-content:space-between}section{padding:3rem 1.5rem;border-bottom:1px solid var(--border)}section:nth-child(even){background-color:var(--surface)}.section-title{position:relative;padding-bottom:0.75rem;margin-bottom:2rem;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.custom-table{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface)}.custom-table th{background-color:#f1f5f9;color:var(--surface-strong);font-weight:600}.team-badge{display:inline-flex;align-items:center;gap:0.5rem;font-weight:500}.team-icon{width:24px;height:16px;object-fit:cover;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,0.1)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:4rem 2rem}@media (max-width:991.98px){.sidebar-nav{transform:translateX(-100%)}.sidebar-nav.show{transform:translateX(0)}.main-content{margin-left:0;width:100%}.mobile-header{display:flex}section{padding:2rem 1rem}}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-question{font-size:1.1rem;font-weight:600;color:var(--surface-strong);cursor:pointer;display:flex;align-items:center;justify-content:space-between}.faq-answer{margin-top:0.75rem;color:var(--text-muted);line-height:1.6}