.DialogOverlay{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;bottom:0;display:grid;place-items:center;overflow-y:auto;z-index:100}.DialogContent{min-width:300px;background:hsl(var(--card));color:hsl(var(--card-foreground));padding:30px;border:1px solid hsl(var(--border));border-radius:6px;box-shadow:0 10px 40px rgba(0,0,0,.3)}input.border-red-500{border-color:#f87171}.custom-input{border:2px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));border-radius:.375rem;padding:.5rem;width:100%;outline:none;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.custom-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/30%)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground));border-radius:.375rem;padding:.5rem 2rem .5rem .5rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23999' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1.25rem 1.25rem;width:100%;cursor:pointer;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.custom-select:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/30%)}.custom-select::-ms-expand{display:none}.custom-select-r__control{border:2px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground));border-radius:.375rem;padding:.2rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;box-shadow:none}.custom-select-r__control--is-focused{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/30%)}.custom-select-r__control:hover{border-color:hsl(var(--primary))}.custom-select-r__input-container,.custom-select-r__single-value{color:hsl(var(--foreground))}.custom-select-r__input{color:hsl(var(--foreground))!important}.custom-select-r__menu{background-color:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:.375rem;padding:.5rem 0;box-shadow:0 10px 40px rgba(0,0,0,.3);z-index:1000}.custom-select-r__option{padding:.5rem 1rem;transition:background-color .2s ease-in-out;color:hsl(var(--popover-foreground));cursor:pointer}.custom-select-r__option--is-focused,.custom-select-r__option--is-selected{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.custom-select-r__indicator,.custom-select-r__placeholder{color:hsl(var(--muted-foreground))}.custom-select-r__indicator:hover{color:hsl(var(--primary))}.custom-select-r__clear-indicator{color:hsl(var(--muted-foreground))}.custom-select-r__clear-indicator:hover{color:hsl(var(--destructive))}.custom-select-r__indicator-separator{background-color:hsl(var(--border))}.custom-select-r__multi-value{background-color:hsl(var(--muted));border-radius:.25rem;padding:.1rem .2rem}.custom-select-r__multi-value__label{color:hsl(var(--foreground))}.custom-select-r__multi-value__remove{color:hsl(var(--muted-foreground))}.custom-select-r__multi-value__remove:hover{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}