.custom-select-wrapper{width:100%;position:relative;overflow:visible}.custom-select-wrapper--auto{max-width:100%;width:auto!important;display:inline-block!important}.custom-select-wrapper--inline{width:auto;display:inline-block}.custom-select-label{color:var(--color-text-primary);font-size:.8rem;font-weight:500;font-family:var(--font-body);margin-bottom:.4rem;display:block}.custom-select-container{z-index:1;width:100%;position:relative;overflow:visible}.custom-select-wrapper--auto .custom-select-container{width:auto!important}.custom-select-button{white-space:nowrap;width:100%;color:var(--color-text-primary);font-size:.8rem;font-family:var(--font-body);cursor:pointer;text-align:left;appearance:none;background:#ffffff14;border:1px solid #fff3;border-radius:.4rem;outline:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem;transition:all .2s;display:flex}.custom-select-wrapper--auto .custom-select-button{min-width:fit-content;width:auto!important}.custom-select-button:hover:not(.custom-select-button--disabled){border-color:var(--color-accent-green);background:#ffffff1f}.custom-select-button:focus-visible{border-color:var(--color-accent-green);background:#ffffff1f;outline:none;box-shadow:0 0 0 2px #78aa871a}.custom-select-button--open{border-color:var(--color-accent-green);background:#ffffff1f;box-shadow:0 0 0 2px #78aa871a}.custom-select-button--error{background-color:#ef444414;border-color:#ef444499}.custom-select-button--error:hover:not(.custom-select-button--disabled){border-color:#ef4444e6}.custom-select-button--error:focus-visible{border-color:#ef4444e6;box-shadow:0 0 0 3px #ef444440}.custom-select-button--disabled{cursor:not-allowed;opacity:.6;background:#ffffff0d}.custom-select-value{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.custom-select-placeholder{color:var(--color-text-muted)}.custom-select-arrow{width:16px;height:16px;color:var(--color-text-secondary);pointer-events:none;flex-shrink:0;transition:transform .2s}.custom-select-arrow--open{transform:rotate(180deg)}.custom-select-dropdown{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#2c3a3cf2;border:1px solid #78aa874d;border-radius:clamp(.4rem,.8vw,.6rem);max-height:300px;padding:.4rem;animation:.2s dropdownFadeIn;position:absolute;top:calc(100% + .4rem);left:0;right:0;overflow:hidden auto;box-shadow:0 6px 20px #00000040}.custom-select-dropdown--bottom{top:auto;bottom:calc(100% + .4rem)}.custom-select-dropdown--right{left:auto;right:0}.custom-select-wrapper--auto .custom-select-dropdown{width:auto;min-width:100%;right:auto}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}:root:not(.dark) .custom-select-dropdown{border:1px solid color-mix(in srgb,var(--color-text-primary)20%,transparent);background:#fffffff2}:root:not(.dark) .custom-select-button{color:var(--color-text-primary);background:#fffc;border:1px solid #0c1e2033}:root:not(.dark) .custom-select-button:hover:not(.custom-select-button--disabled){border-color:var(--color-accent-green);background:#fff}:root:not(.dark) .custom-select-button:focus-visible,:root:not(.dark) .custom-select-button--open{border-color:var(--color-accent-green);background:#fff;box-shadow:0 0 0 2px #78aa871a}:root:not(.dark) .custom-select-button--error{background:#ef44441a;border-color:#ef444499}:root:not(.dark) .custom-select-button--disabled{background:#ffffff80}.custom-select-dropdown::-webkit-scrollbar{width:12px}.custom-select-dropdown::-webkit-scrollbar-track{background:#ffffff0d;border-radius:6px}.custom-select-dropdown::-webkit-scrollbar-thumb{background:var(--color-accent-green);background-clip:padding-box;border:2px solid #0000;border-radius:6px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:var(--color-accent-green);opacity:.9;background-clip:padding-box}.custom-select-dropdown{scrollbar-width:thin;scrollbar-color:var(--color-accent-green)#ffffff0d}:root:not(.dark) .custom-select-dropdown::-webkit-scrollbar-track{background:#0c1e201a}:root:not(.dark) .custom-select-dropdown::-webkit-scrollbar-thumb{background:var(--color-accent-green);background-clip:padding-box}:root:not(.dark) .custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:var(--color-accent-green);opacity:.9;background-clip:padding-box}:root:not(.dark) .custom-select-dropdown{scrollbar-color:var(--color-accent-green)#0c1e201a}.custom-select-option{width:100%;color:var(--color-text-secondary);font-family:var(--font-body);text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:clamp(.3rem,.6vw,.4rem);padding:clamp(.5rem,.8vh,.6rem) clamp(.6rem,1.2vw,.8rem);font-size:.8rem;transition:all .2s;display:block;overflow:hidden}.custom-select-option:hover,.custom-select-option--focused{color:var(--color-light);background:#78aa871a}.custom-select-option--selected{color:var(--color-bg-dark);background:var(--color-accent-green);font-weight:600}.custom-select-option--selected:hover,.custom-select-option--selected.custom-select-option--focused{background:var(--color-accent-cream)}.custom-select-option--empty{color:var(--color-text-muted);cursor:default;text-align:center;font-style:italic}.custom-select-option--empty:hover{color:var(--color-text-muted);background:0 0}.custom-select-error{color:#f87171;font-size:.85rem;font-weight:600;font-family:var(--font-body);margin-top:.45rem}@media (max-width:768px){.custom-select-button{-webkit-tap-highlight-color:#78aa8733;tap-highlight-color:#78aa8733;min-height:44px;padding:.85rem 1rem;font-size:16px}.custom-select-dropdown{max-height:min(250px,calc(100vh - var(--nav-height)));border-radius:clamp(.4rem,1vw,.6rem);box-shadow:0 8px 24px #00000059}.custom-select-dropdown--mobile{max-width:100%}.custom-select-option{-webkit-tap-highlight-color:#78aa8733;tap-highlight-color:#78aa8733;align-items:center;min-height:44px;padding:.875rem 1rem;font-size:16px;display:flex}.custom-select-option:active{background:#78aa8733;transform:scale(.98)}.custom-select-option--selected:active{background:var(--color-accent-cream)}.custom-select-button{position:relative}.custom-select-arrow{flex-shrink:0;width:20px;height:20px}.custom-select-button:after{content:"";pointer-events:none;width:44px;position:absolute;top:0;bottom:0;right:0}.custom-select-button,.custom-select-option{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}}@media (max-width:480px){.custom-select-button{padding:1rem;font-size:16px}.custom-select-dropdown{max-height:min(200px,100vh - 100px);padding:.5rem}.custom-select-option{padding:1rem;font-size:16px}}
