.lbb-dd{position:relative;display:inline-flex}.lbb-dd.open{z-index:50}.lbb-dd-btn{display:inline-flex;align-items:center;gap:10px;background:var(--surface-2);border:none;padding:11px 15px;color:var(--text);font-family:var(--chk);font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .16s;max-width:280px;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.lbb-dd-btn:hover,.lbb-dd.open .lbb-dd-btn{background:var(--surface-hover)}.lbb-dd-btn:disabled{opacity:.5;cursor:not-allowed}.lbb-dd-btn:disabled:hover{background:var(--surface-2)}.lbb-dd-ico{font-size:17px;color:var(--text-faint);flex-shrink:0}.lbb-dd-val{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lbb-dd.lbb-dd-block{display:flex;width:100%}.lbb-dd-block .lbb-dd-btn{max-width:none;width:100%}.lbb-dd-block .lbb-dd-menu{max-width:100%}.lbb-dd-chev{font-size:17px;color:var(--text-faint);margin-left:auto;transition:transform .2s ease,color .15s;flex-shrink:0}.lbb-dd.open .lbb-dd-chev{transform:rotate(180deg);color:var(--accent)}.lbb-dd-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:30;min-width:100%;max-width:340px;max-height:340px;display:flex;flex-direction:column;background:var(--surface);padding:6px;box-shadow:0 18px 44px rgba(0,0,0,.5);animation:lbbDdIn .18s ease both}.lbb-dd-menu.right{left:auto;right:0}.lbb-dd-menu.up{top:auto;bottom:calc(100% + 8px)}.lbb-dd-list{overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:2px}.lbb-dd-list::-webkit-scrollbar{width:6px}.lbb-dd-list::-webkit-scrollbar-thumb{background:var(--surface-hover)}.lbb-dd-list::-webkit-scrollbar-track{background:transparent}.lbb-dd-search{display:flex;align-items:center;gap:8px;padding:10px 12px;margin-bottom:4px;background:var(--surface-2);flex-shrink:0}.lbb-dd-search .lbb-ms{font-size:17px;color:var(--text-faint);flex-shrink:0}.lbb-dd-search input{flex:1;min-width:0;background:none;border:none;outline:none;color:var(--text);font-family:var(--font);font-size:13px}.lbb-dd-search input::placeholder{color:var(--text-faint)}.lbb-dd-empty{padding:16px 11px;text-align:center;color:var(--text-faint);font-family:var(--chk);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.lbb-dd-opt{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;text-align:left;background:var(--surface-2);border:none;padding:10px 12px;color:var(--text-2);font-family:var(--chk);font-size:12px;font-weight:600;cursor:pointer;transition:background .16s,color .16s}.lbb-dd-opt.on,.lbb-dd-opt:hover{background:var(--surface-hover);color:#fff}.lbb-dd-opt.on .lbb-ms{font-size:16px;color:var(--accent)}.lbb-dd-opt-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lbb-dd-opt-main{display:flex;align-items:center;gap:11px;flex:1;min-width:0}.lbb-dd-optimg{width:36px;height:36px;flex-shrink:0;background:var(--surface);display:grid;place-items:center;overflow:hidden;clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,7px 100%,0 calc(100% - 7px))}.lbb-dd-optimg img{width:100%;height:100%;object-fit:cover}.lbb-dd-optimg .lbb-ms{font-size:18px;color:var(--text-faint)}@keyframes lbbDdIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.lbb-dd-menu{animation:none}.lbb-dd-chev{transition:color .15s}}@media (max-width:640px){.lbb-dd{width:100%}.lbb-dd-btn{width:100%}.lbb-dd-btn,.lbb-dd-menu{max-width:none}}