.afdl-dropdown-wrap{position:absolute;top:calc(100% + 6px);left:0;z-index:40;overflow:hidden;filter:drop-shadow(0 16px 32px rgba(0,0,0,.4))}.afdl-dropdown{position:relative;min-width:220px;background:linear-gradient(180deg,rgb(var(--color-surface-900) / .98),rgb(var(--color-surface-800) / .98));border:1px solid rgb(var(--color-surface-700) / .6);border-radius:.85rem;padding:.45rem;display:grid;gap:.12rem;list-style:none}.afdl-dropdown-wrap:before{content:"";position:absolute;top:0;left:24px;width:12px;height:12px;background:rgb(var(--color-surface-900) / .98);border-top:1px solid rgb(var(--color-surface-700) / .6);border-left:1px solid rgb(var(--color-surface-700) / .6);transform:translate(-50%,-50%) rotate(45deg);z-index:-1}[data-theme=light] .afdl-dropdown{background:linear-gradient(180deg,rgb(var(--color-surface-50) / 1),rgb(var(--color-surface-100) / 1));border-color:rgb(var(--color-surface-300) / .7)}[data-theme=light] .afdl-dropdown-wrap:before{background:rgb(var(--color-surface-50) / 1);border-color:rgb(var(--color-surface-300) / .7)}.afdl-dropdown-item{display:flex;align-items:center;gap:.55rem;padding:.6rem .9rem .6rem .7rem;border-radius:.6rem;font-size:.85rem;font-weight:600;color:rgb(var(--color-surface-100) / 1);text-decoration:none;position:relative;transition:background .2s ease,color .2s ease,transform .2s ease,padding-left .2s ease}[data-theme=light] .afdl-dropdown-item{color:rgb(var(--color-surface-900) / 1)}.afdl-dropdown-dot{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.35;flex-shrink:0;transition:all .25s ease}.afdl-dropdown-item:hover{background:linear-gradient(90deg,rgb(var(--color-primary-500) / .22),rgb(var(--color-primary-500) / .05));color:rgb(var(--color-primary-300) / 1);padding-left:1rem}.afdl-dropdown-item:hover .afdl-dropdown-dot{opacity:1;transform:scale(1.6);background:rgb(var(--color-primary-400) / 1);box-shadow:0 0 8px rgb(var(--color-primary-400) / .6)}.afdl-dropdown-item.is-active{background:rgb(var(--color-primary-500) / .15);color:rgb(var(--color-primary-300) / 1)}.afdl-dropdown-item.is-active .afdl-dropdown-dot{opacity:1;background:rgb(var(--color-primary-400) / 1)}[data-theme=light] .afdl-dropdown-item:hover,[data-theme=light] .afdl-dropdown-item.is-active{color:rgb(var(--color-primary-700) / 1)}.afdl-mob-acc{list-style:none;border-radius:.85rem;overflow:hidden;transition:background .25s ease}.afdl-mob-acc.is-open{background:rgb(var(--color-surface-100) / .7)}[data-theme=dark] .afdl-mob-acc.is-open,.dark .afdl-mob-acc.is-open{background:rgb(var(--color-surface-800) / .6)}.afdl-mob-acc-head{width:100%;display:flex;align-items:center;gap:.7rem;padding:.85rem .9rem;border-radius:.85rem;background:transparent;border:none;text-align:left;font-size:.95rem;font-weight:700;color:inherit;cursor:pointer;transition:background .2s ease;text-decoration:none}.afdl-mob-acc-head:hover{background:rgb(var(--color-surface-200) / .5)}[data-theme=dark] .afdl-mob-acc-head:hover,.dark .afdl-mob-acc-head:hover{background:rgb(var(--color-surface-700) / .4)}.afdl-mob-acc-head.is-active{color:rgb(var(--color-primary-700) / 1)}[data-theme=dark] .afdl-mob-acc-head.is-active,.dark .afdl-mob-acc-head.is-active{color:rgb(var(--color-primary-300) / 1)}.afdl-mob-acc-ico{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:.55rem;background:rgb(var(--color-primary-500) / .12);color:rgb(var(--color-primary-700) / 1);flex-shrink:0}[data-theme=dark] .afdl-mob-acc-ico,.dark .afdl-mob-acc-ico{background:rgb(var(--color-primary-500) / .18);color:rgb(var(--color-primary-300) / 1)}.afdl-mob-acc-label{flex:1}.afdl-mob-acc-count{font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;background:rgb(var(--color-surface-300) / .5);color:rgb(var(--color-surface-700) / 1)}[data-theme=dark] .afdl-mob-acc-count,.dark .afdl-mob-acc-count{background:rgb(var(--color-surface-700) / .6);color:rgb(var(--color-surface-200) / 1)}.afdl-mob-acc-chevron{opacity:.5;transition:transform .3s ease}.afdl-mob-acc.is-open .afdl-mob-acc-chevron{transform:rotate(180deg);opacity:1}.afdl-mob-acc-body{list-style:none;padding:.15rem .55rem .7rem;display:grid;gap:.1rem;margin:0}.afdl-mob-acc-body li{list-style:none}.afdl-mob-acc-link{display:flex;align-items:center;gap:.7rem;padding:.65rem .7rem .65rem 1rem;border-radius:.6rem;font-size:.88rem;font-weight:600;color:inherit;text-decoration:none;opacity:.85;transition:all .2s ease;position:relative}.afdl-mob-acc-link:hover{background:rgb(var(--color-primary-500) / .1);opacity:1;padding-left:1.2rem}.afdl-mob-acc-link.is-active{background:rgb(var(--color-primary-500) / .18);color:rgb(var(--color-primary-700) / 1);opacity:1;font-weight:700}[data-theme=dark] .afdl-mob-acc-link.is-active,.dark .afdl-mob-acc-link.is-active{color:rgb(var(--color-primary-300) / 1)}.afdl-mob-acc-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.4;flex-shrink:0;transition:all .25s ease}.afdl-mob-acc-link:hover .afdl-mob-acc-dot,.afdl-mob-acc-link.is-active .afdl-mob-acc-dot{opacity:1;transform:scale(1.5);background:rgb(var(--color-primary-500) / 1)}