@keyframes vanilla-enter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes vanilla-exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes backdrop-exit{0%{opacity:1}to{opacity:0}}.vanilla-button{align-items:center;border:none;border-radius:calc(var(--radius) - 2px);box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;line-height:1.25rem;outline:none;text-decoration:none;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);white-space:nowrap}.vanilla-button:focus-visible{box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring));outline:2px solid transparent;outline-offset:2px}.vanilla-button:disabled{opacity:.5;pointer-events:none}.vanilla-button--variant-default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.vanilla-button--variant-default:hover{background-color:hsl(var(--primary)/.9)}.vanilla-button--variant-destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.vanilla-button--variant-destructive:hover{background-color:hsl(var(--destructive)/.9)}.vanilla-button--variant-outline{background-color:hsl(var(--background));border:1px solid hsl(var(--input));color:hsl(var(--foreground))}.vanilla-button--variant-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.vanilla-button--variant-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.vanilla-button--variant-secondary:hover{background-color:hsl(var(--secondary)/.8)}.vanilla-button--variant-ghost{background-color:transparent;color:hsl(var(--foreground))}.vanilla-button--variant-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.vanilla-button--variant-link{background-color:transparent;color:hsl(var(--primary));text-decoration:none;text-underline-offset:4px}.vanilla-button--variant-link:hover{text-decoration:underline}.vanilla-button--variant-hover{background-color:transparent;color:hsl(var(--muted-foreground))}.vanilla-button--variant-hover:hover{color:hsl(var(--foreground))}.vanilla-button--size-default{height:2.5rem;padding:.5rem 1rem}.vanilla-button--size-sm{border-radius:calc(var(--radius) - 2px);height:2.25rem;padding:0 .75rem}.vanilla-button--size-lg{border-radius:calc(var(--radius) - 2px);height:2.75rem;padding:0 2rem}.vanilla-button--size-icon{height:2.5rem;width:2.5rem}.vanilla-button--size-contain{height:auto;padding:0;width:auto}.alert-dialog--header{display:flex;flex-direction:column;gap:.5rem;text-align:center}@media (min-width:640px){.alert-dialog--header{text-align:left}}.alert-dialog--footer{display:flex;flex-direction:column-reverse;margin-top:1rem}@media (min-width:640px){.alert-dialog--footer{flex-direction:row;gap:.5rem;justify-content:flex-end}}.alert-dialog--title{color:hsl(var(--foreground));font-size:1.125rem;font-weight:600;line-height:1.75rem}.alert-dialog--description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.25rem;margin:0}.alert-dialog--content{background-color:hsl(var(--background));border:1px solid hsl(var(--border));box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;gap:1rem;max-width:32rem;padding:1.5rem;width:100%;z-index:50}@media (min-width:640px){.alert-dialog--content{border-radius:var(--radius)}}.alert-dialog--content[data-state=open]{animation:vanilla-enter .15s}.alert-dialog--content[data-state=closed]{animation:vanilla-exit .15s}.alert-dialog--content::backdrop{background-color:#000c}.alert-dialog--content[data-state=open]::backdrop{animation:backdrop-enter .15s}.alert-dialog--content[data-state=closed]::backdrop{animation:backdrop-exit .15s}.alert-dialog--cancel{margin-top:.5rem}@media (min-width:640px){.alert-dialog--cancel{margin-top:0}}.select--trigger{align-items:center;background-color:hsl(var(--background));border:1px solid hsl(var(--input));border-radius:.375rem;display:flex;font-size:.875rem;height:2.5rem;justify-content:space-between;line-height:1.25rem;padding:.5rem .75rem;width:100%}.select--trigger::-moz-placeholder{color:hsl(var(--muted-foreground))}.select--trigger::placeholder{color:hsl(var(--muted-foreground))}.select--trigger:focus{ring:2px solid hsl(var(--ring));ring-offset:2px;outline:none}.select--trigger:disabled{cursor:not-allowed;opacity:.5}.select--trigger>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.select--content{background-color:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:hsl(var(--popover-foreground));max-height:24rem;min-width:8rem;overflow:hidden;padding:.25rem;position:relative;z-index:50}.select--content[data-state=open]{animation:vanilla-enter .15s ease-out}.select--content[data-state=closed]{animation:vanilla-exit .15s ease-in}.select--content[data-side=bottom]{transform-origin:top}.select--content[data-side=top]{transform-origin:bottom}.select--content[data-side=left]{transform-origin:right}.select--content[data-side=right]{transform-origin:left}.select--label{font-weight:600}.select--item,.select--label{font-size:.875rem;line-height:1.25rem;padding:.375rem .5rem .375rem 2rem}.select--item{align-items:center;border-radius:.125rem;cursor:default;display:flex;outline:none;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.select--item:focus{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.select--item[data-disabled]{opacity:.5;pointer-events:none}.select--item-indicator{align-items:center;display:flex;height:1rem;justify-content:center;left:.5rem;position:absolute;width:1rem}.select--trigger svg{height:1rem;opacity:.5;width:1rem}.tabs--list{background-color:hsl(var(--muted));border-radius:.375rem;color:hsl(var(--muted-foreground));height:2.5rem;padding:.25rem}.tabs--list,.tabs--trigger{align-items:center;display:inline-flex;justify-content:center}.tabs--trigger{background:none;border:none;border-radius:.125rem;cursor:pointer;font-size:.875rem;font-weight:500;line-height:1.25rem;outline:none;padding:.375rem .75rem;text-decoration:none;transition:all .2s;white-space:nowrap}.tabs--trigger:focus-visible{box-shadow:0 0 0 2px hsl(var(--ring)),0 0 0 4px hsl(var(--background))!important;outline:none}.tabs--trigger:disabled{opacity:.5;pointer-events:none}.tabs--trigger[data-state=active]{background-color:hsl(var(--background));box-shadow:0 1px 2px #0000000d;color:hsl(var(--foreground))}.tabs--content{margin-top:.5rem}.tabs--content:focus-visible{box-shadow:0 0 0 2px hsl(var(--ring)),0 0 0 4px hsl(var(--background));outline:none}
