.control-field.custom-select{flex-direction:column;align-items:stretch;width:fit-content;max-width:100%;display:inline-flex;position:relative}.custom-select--open{z-index:10}.custom-select__trigger{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:8px;width:auto;min-width:100%;display:flex}.custom-select__trigger:hover{background:color-mix(in srgb, var(--backgroundBlank) 80%, var(--primaryAccent))}.custom-select__trigger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.custom-select__value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.custom-select__chevron{border-right:2px solid var(--primary);border-bottom:2px solid var(--primary);flex-shrink:0;width:8px;height:8px;transform:rotate(45deg)translateY(-2px)}.custom-select__menu{z-index:20;border:1px solid var(--primary);background:var(--backgroundBlank);width:100%;box-shadow:0 8px 24px color-mix(in srgb, var(--primary) 12%, transparent);box-sizing:border-box;border-radius:6px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0}.custom-select__option{color:var(--foreground);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;border-radius:4px;overflow:hidden}.custom-select__option:hover{background:var(--primaryAccent)}.custom-select__option--selected{color:var(--primary);background:color-mix(in srgb, var(--primaryAccent) 60%, transparent);font-weight:500}
.theme-switcher .custom-select{width:100px}.theme-switcher .custom-select__trigger{width:100%;min-width:0}
.preview{border:1px solid var(--primary);border-radius:8px;width:100%;overflow:visible}.preview__stage{background:var(--background);border-radius:8px 8px 0 0;justify-content:center;align-items:center;min-height:160px;padding:32px;display:flex;overflow:visible}.preview__stage>*{max-width:100%}.preview__edit{z-index:1;border-top:1px solid var(--primary);background:#fff;border-radius:0 0 8px 8px;flex-wrap:wrap;gap:16px;padding:16px;display:flex;position:relative;overflow:visible}
.component-showcase{flex-direction:column;gap:8px;width:100%;display:flex}.component-showcase__title{font-family:var(--font-sans);color:var(--primary);margin:0;font-size:32px;font-weight:500}.component-showcase__subtitle{font-family:var(--font-sans);color:var(--primary);margin:0;font-size:16px;font-weight:400}.component-showcase__body{flex-direction:column;align-items:stretch;gap:12px;width:100%;display:flex;overflow:visible}
.select-showcase__add-option{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}
