.header-tabs-container{position:relative;z-index:40;background:var(--nextra-bg);margin-bottom:1rem;padding:0}.header-tabs{display:flex;flex-direction:column;gap:0;padding:0}.header-tabs .nav-item,.header-tabs .nav-item-active{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .15s ease-in-out;border-left:3px solid transparent;background:transparent;color:#6b7280;cursor:pointer}.dark .header-tabs .nav-item,.dark .header-tabs .nav-item-active{color:#9ca3af}.header-tabs .nav-item:hover{background:rgba(0,0,0,.05);color:#374151}.dark .header-tabs .nav-item:hover{background:hsla(0,0%,100%,.1);color:#d1d5db}.header-tabs .nav-item-active{background:rgba(59,130,246,.1);border-left-color:#3b82f6;color:#2563eb;padding-left:calc(.75rem - 3px);font-weight:600}.dark .header-tabs .nav-item-active{background:rgba(59,130,246,.15);color:#60a5fa}.header-tabs .nav-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:.375rem;background:rgba(0,0,0,.05);color:#6b7280}.dark .header-tabs .nav-icon{background:hsla(0,0%,100%,.1);color:#9ca3af}.header-tabs .nav-item-active .nav-icon{background:rgba(59,130,246,.2);color:#2563eb}.dark .header-tabs .nav-item-active .nav-icon{background:rgba(59,130,246,.25);color:#60a5fa}.header-tabs .nav-label{flex:1 1}.nextra-content img,article img,main img{border-radius:8px}.nextra-content p>img,article p>img{border-radius:8px;overflow:hidden}figure img{border-radius:8px}.nextra-content img:not([src*=logo]):not([src*=icon]),article img:not([src*=logo]):not([src*=icon]){box-shadow:0 1px 3px rgba(0,0,0,.1)}.dark .nextra-content img:not([src*=logo]):not([src*=icon]),.dark article img:not([src*=logo]):not([src*=icon]){box-shadow:0 1px 3px rgba(0,0,0,.3)}