.gh-select{position:relative;min-width:0;font:inherit}.gh-select-native{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.gh-select-trigger{display:flex;width:100%;min-height:46px;align-items:center;justify-content:space-between;gap:var(--gh-space-10);padding:var(--gh-space-9) var(--gh-space-14);border:1px solid var(--gh-border-default);border-radius:var(--gh-r-md);background:var(--gh-bg-raised);color:var(--gh-text-primary);font:inherit;text-align:start;cursor:pointer;transition:border-color var(--gh-dur-fast),box-shadow var(--gh-dur-fast),background var(--gh-dur-fast)}.gh-select-trigger:hover,.gh-select.is-open .gh-select-trigger{border-color:var(--gh-accent-border);background:color-mix(in srgb,var(--gh-accent-surface) 28%,var(--gh-bg-raised))}.gh-select-trigger:focus-visible{outline:3px solid color-mix(in srgb,var(--gh-accent-solid) 28%,transparent);outline-offset:2px}.gh-select-chevron{width:9px;height:9px;flex:none;border-inline-end:2px solid currentColor;border-block-end:2px solid currentColor;transform:rotate(45deg);transition:transform var(--gh-dur-fast)}.gh-select.is-open .gh-select-chevron{transform:rotate(225deg)}.gh-select-menu{position:absolute;z-index:1000;inset-inline:0;inset-block-start:calc(100% + 7px);display:none;max-height:min(360px,55vh);overflow:hidden;border:1px solid var(--gh-border-default);border-radius:var(--gh-r-lg);background:color-mix(in srgb,var(--gh-bg-raised) 96%,transparent);box-shadow:var(--gh-shadow-lg);backdrop-filter:blur(18px)}.gh-select.is-open .gh-select-menu{display:flex;flex-direction:column;animation:ghSelectIn var(--gh-dur-fast) var(--gh-ease-out)}.gh-select-search-wrap{padding:var(--gh-space-9);border-bottom:1px solid var(--gh-border-subtle)}.gh-select-search{width:100%;min-height:42px;padding-inline:var(--gh-space-12);border:1px solid var(--gh-border-default);border-radius:var(--gh-r-md);background:var(--gh-bg-sunken);color:var(--gh-text-primary);font:inherit}.gh-select-options{overflow:auto;padding:var(--gh-space-6);overscroll-behavior:contain}.gh-select-option{display:flex;width:100%;min-height:42px;align-items:center;padding:var(--gh-space-8) var(--gh-space-11);border:0;border-radius:var(--gh-r-md);background:transparent;color:var(--gh-text-secondary);font:inherit;text-align:start;cursor:pointer}.gh-select-option:hover,.gh-select-option.is-active{background:var(--gh-accent-surface);color:var(--gh-accent-text)}.gh-select-option.is-selected{color:var(--gh-accent-text);font-weight:800}.gh-select-status{padding:var(--gh-space-14);color:var(--gh-text-tertiary);font-size:var(--gh-text-13);text-align:center}.gh-select.is-disabled{opacity:.55;pointer-events:none}@keyframes ghSelectIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@media(max-width:640px){.gh-select-menu{position:fixed;z-index:10000;inset:auto var(--gh-space-12) var(--gh-space-12);max-height:66vh;border-radius:var(--gh-r-xl)}.gh-select.is-open::before{content:"";position:fixed;z-index:9999;inset:0;background:color-mix(in srgb,#000 42%,transparent);backdrop-filter:blur(2px)}}@media(prefers-reduced-motion:reduce){.gh-select.is-open .gh-select-menu{animation:none}}
.gh-font-gallery,.gh-font-single-gallery{position:relative}.gh-font-gallery-link{position:absolute;z-index:1;inset:0}.gh-font-gallery .gh-asset-gallery-controls,.gh-font-single-gallery .gh-asset-gallery-controls{z-index:3}.gh-font-gallery .gh-asset-gallery-controls button{position:relative;z-index:4}.gh-font-single-gallery .gh-asset-slide img{display:block;width:100%;height:auto}.gh-font-single-gallery .gh-asset-slides{height:auto}.gh-font-single-gallery .gh-asset-slide{height:auto}
.select2-container .select2-selection{min-height:46px!important;border:1px solid var(--gh-border-default)!important;border-radius:var(--gh-r-md)!important;background:var(--gh-bg-raised)!important;color:var(--gh-text-primary)!important}.select2-container .select2-selection__rendered{padding:8px 14px!important;color:var(--gh-text-primary)!important;line-height:28px!important}.select2-dropdown{overflow:hidden;border:1px solid var(--gh-border-default)!important;border-radius:var(--gh-r-lg)!important;background:var(--gh-bg-raised)!important;box-shadow:var(--gh-shadow-lg)}.select2-search__field{min-height:42px;border:1px solid var(--gh-border-default)!important;border-radius:var(--gh-r-md);background:var(--gh-bg-sunken);color:var(--gh-text-primary)}.select2-results__option{padding:10px 14px!important;color:var(--gh-text-secondary)}.select2-results__option--highlighted{background:var(--gh-accent-surface)!important;color:var(--gh-accent-text)!important}
