.dsel-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;background:transparent;border:0;padding:0;cursor:pointer;color:#f4f7fe;font-family:var(--body,inherit);font-size:15px;font-weight:500;line-height:1.5;text-align:left}.dsel-trigger:focus-visible{outline:none}.dsel-chevron{display:flex;color:#8fa3c8;flex:none;transition:transform .18s ease}.dsel-chevron svg{width:12px;height:12px;display:block}.dsel-trigger[data-state=open] .dsel-chevron{transform:rotate(180deg)}.dsel-content{background:#0e1730;border:1px solid rgba(147,184,251,.16);border-radius:14px;box-shadow:0 28px 70px -24px #000000bf,0 0 0 1px #0000004d;padding:6px;z-index:95;overflow:hidden;width:max(var(--radix-select-trigger-width),238px);max-height:min(340px,var(--radix-select-content-available-height));animation:dsel-in .14s cubic-bezier(.16,1,.3,1)}@keyframes dsel-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.dsel-viewport{padding:2px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(147,184,251,.28) transparent}.dsel-viewport::-webkit-scrollbar{width:8px}.dsel-viewport::-webkit-scrollbar-thumb{background:#93b8fb3d;border-radius:100rem;border:2px solid transparent;background-clip:content-box}.dsel-viewport::-webkit-scrollbar-thumb:hover{background:#93b8fb66;border:2px solid transparent;background-clip:content-box}.dsel-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-radius:9px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;color:#c7d4ee;font-size:14.5px;line-height:1.35}.dsel-item[data-highlighted]{background:#93b8fb1f;color:#f4f7fe}.dsel-item[data-state=checked]{color:#fff;font-weight:600}.dsel-check{display:flex;color:var(--accent,#2563EB);flex:none}.dsel-check svg{width:12px;height:12px;display:block}.drole-list{padding:6px;max-height:min(304px,var(--radix-popover-content-available-height))}.drole-list ul{list-style:none;margin:0;padding:0;overflow-y:auto;max-height:inherit;scrollbar-width:thin;scrollbar-color:rgba(147,184,251,.28) transparent}.drole-list ul::-webkit-scrollbar{width:8px}.drole-list ul::-webkit-scrollbar-thumb{background:#93b8fb3d;border-radius:100rem;border:2px solid transparent;background-clip:content-box}.dsel-item.on{background:#93b8fb1f;color:#f4f7fe}.dsel-rule{height:1px;margin:5px 7px;background:#93b8fb24}.dsel-scroll{display:flex;align-items:center;justify-content:center;height:22px;color:#8fa3c8;cursor:default;background:#0e1730}.dsel-scroll svg{width:11px;height:11px;display:block}@media (prefers-reduced-motion:reduce){.dsel-content{animation:none}.dsel-chevron{transition:none}}
