@buun_group/brutalist-ui
Version:
A brutalist-styled component library
1 lines • 332 kB
CSS
:root{--brutal-black: #000000;--brutal-white: #ffffff;--brutal-accent: #ff0066;--brutal-accent-dark: #cc0052;--brutal-accent-light: #ff3385;--brutal-gray-50: #f9fafb;--brutal-gray-100: #f3f4f6;--brutal-gray-200: #e5e7eb;--brutal-gray-300: #d1d5db;--brutal-gray-400: #9ca3af;--brutal-gray-500: #6b7280;--brutal-gray-600: #4b5563;--brutal-gray-700: #374151;--brutal-gray-800: #1f2937;--brutal-gray-900: #111827;--brutal-error: #ef4444;--brutal-success: #10b981;--brutal-warning: #f59e0b;--brutal-info: #3b82f6;--brutal-gray: #6b7280;--brutal-gray-dark: #374151;--brutal-gray-light: #f3f4f6;--brutal-red: #ef4444;--brutal-green: #10b981;--brutal-yellow: #f59e0b;--brutal-yellow-dark: #d97706;--brutal-yellow-light: #fef3c7;--brutal-success-dark: #059669;--brutal-background: var(--brutal-white);--brutal-foreground: var(--brutal-black);--brutal-muted: var(--brutal-gray-100);--brutal-muted-foreground: var(--brutal-gray-600);--brutal-border-color: var(--brutal-black);--brutal-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--brutal-font-mono: "JetBrains Mono", "Fira Code", "Courier New", monospace;--brutal-font-serif: "Playfair Display", Georgia, serif;--brutal-font-display: "Space Grotesk", sans-serif;--brutal-font-normal: 400;--brutal-font-medium: 500;--brutal-font-semibold: 600;--brutal-font-bold: 700;--brutal-font-black: 900;--brutal-font-weight-semibold: 600;--brutal-text-2xs: .625rem;--brutal-text-xs: .75rem;--brutal-text-sm: .875rem;--brutal-text-base: 1rem;--brutal-text-lg: 1.125rem;--brutal-text-xl: 1.25rem;--brutal-text-2xl: 1.5rem;--brutal-text-3xl: 1.875rem;--brutal-text-4xl: 2.25rem;--brutal-text-5xl: 3rem;--brutal-text-6xl: 3.75rem;--brutal-leading-none: 1;--brutal-leading-tight: 1.25;--brutal-leading-normal: 1.5;--brutal-leading-relaxed: 1.75;--brutal-space-0: 0;--brutal-space-1: .25rem;--brutal-space-2: .5rem;--brutal-space-3: .75rem;--brutal-space-4: 1rem;--brutal-space-5: 1.25rem;--brutal-space-6: 1.5rem;--brutal-space-7: 1.75rem;--brutal-space-8: 2rem;--brutal-space-10: 2.5rem;--brutal-space-12: 3rem;--brutal-space-16: 4rem;--brutal-space-20: 5rem;--brutal-space-24: 6rem;--brutal-spacing-xs: .25rem;--brutal-spacing-sm: .5rem;--brutal-spacing-md: 1rem;--brutal-spacing-lg: 1.5rem;--brutal-spacing-xl: 2rem;--brutal-border-width: 2px;--brutal-border-width-thin: 1px;--brutal-border-width-thick: 3px;--brutal-border-width-lg: 4px;--brutal-border-style: solid;--brutal-shadow-xs: 1px 1px 0px var(--brutal-black);--brutal-shadow-sm: 2px 2px 0px var(--brutal-black);--brutal-shadow: 4px 4px 0px var(--brutal-black);--brutal-shadow-md: 6px 6px 0px var(--brutal-black);--brutal-shadow-lg: 8px 8px 0px var(--brutal-black);--brutal-shadow-xl: 12px 12px 0px var(--brutal-black);--brutal-shadow-size: 4px;--brutal-transition-fast: .15s;--brutal-transition-base: .25s;--brutal-transition-slow: .35s;--brutal-radius: 4px;--brutal-z-base: 0;--brutal-z-dropdown: 10;--brutal-z-sticky: 20;--brutal-z-fixed: 30;--brutal-z-modal-backdrop: 40;--brutal-z-modal: 50;--brutal-z-popover: 60;--brutal-z-tooltip: 70;--brutal-screen-sm: 640px;--brutal-screen-md: 768px;--brutal-screen-lg: 1024px;--brutal-screen-xl: 1280px;--brutal-screen-2xl: 1536px;--brutal-chart-border: var(--brutal-black);--brutal-chart-border-width: 2px;--brutal-chart-bg: var(--brutal-white);--brutal-chart-text: var(--brutal-black);--brutal-chart-grid: var(--brutal-gray-200);--brutal-chart-grid-color: var(--brutal-gray-200);--brutal-chart-header-bg: var(--brutal-gray-100);--brutal-chart-shadow: 4px 4px 0px var(--brutal-black);--brutal-chart-accent: var(--brutal-accent);--brutal-chart-title-size: var(--brutal-text-xl);--brutal-chart-subtitle-size: var(--brutal-text-sm);--brutal-chart-legend-gap: var(--brutal-space-2);--brutal-combobox-bg: var(--brutal-white);--brutal-combobox-text: var(--brutal-black);--brutal-combobox-placeholder: var(--brutal-gray-500);--brutal-combobox-border: var(--brutal-black);--brutal-combobox-border-width: 2px;--brutal-combobox-border-radius: var(--brutal-radius);--brutal-combobox-shadow: 4px 4px 0px var(--brutal-black);--brutal-combobox-text-size: var(--brutal-text-base);--brutal-combobox-height: 2.5rem;--brutal-combobox-font: var(--brutal-font-mono);--brutal-combobox-dropdown-bg: var(--brutal-white);--brutal-combobox-option-hover-bg: var(--brutal-gray-100);--brutal-combobox-option-selected-bg: var(--brutal-accent-light);--brutal-combobox-empty-bg: var(--brutal-gray-50);--brutal-combobox-separator-width: var(--brutal-border-width);--brutal-pagination-bg: var(--brutal-white);--brutal-pagination-border: var(--brutal-black);--brutal-pagination-active-bg: var(--brutal-black);--brutal-pagination-active-color: var(--brutal-white);--brutal-pagination-hover-bg: var(--brutal-accent);--brutal-pagination-hover-color: var(--brutal-white);--brutal-pagination-disabled-bg: var(--brutal-gray-100);--brutal-pagination-disabled-color: var(--brutal-gray-400);--brutal-pagination-radius: var(--brutal-radius);--brutal-pagination-gap: var(--brutal-space-1);--brutal-command-bg: var(--brutal-white);--brutal-command-text: var(--brutal-black);--brutal-command-border: var(--brutal-black);--brutal-command-muted: var(--brutal-gray-600);--brutal-command-accent: var(--brutal-accent);--brutal-command-shadow: 4px 4px 0px var(--brutal-black);--brutal-command-radius: var(--brutal-radius);--brutal-drawer-bg: var(--brutal-white);--brutal-drawer-text: var(--brutal-black);--brutal-drawer-border: var(--brutal-black);--brutal-drawer-border-width: 2px;--brutal-drawer-shadow: 8px 8px 0px var(--brutal-black);--brutal-sheet-bg: var(--brutal-white);--brutal-sheet-text: var(--brutal-black);--brutal-sheet-border: var(--brutal-black);--brutal-sheet-border-width: 2px;--brutal-sheet-shadow: 8px 8px 0px var(--brutal-black);--brutal-sheet-size: 400px;--brutal-carousel-bg: var(--brutal-white);--brutal-carousel-border: var(--brutal-black);--brutal-carousel-border-width: 2px;--brutal-carousel-shadow: 4px 4px 0px var(--brutal-black);--brutal-carousel-button-bg: var(--brutal-white);--brutal-carousel-button-hover-bg: var(--brutal-gray-100);--brutal-carousel-button-disabled-bg: var(--brutal-gray-200);--brutal-carousel-indicator-bg: var(--brutal-gray-400);--brutal-carousel-indicator-active-bg: var(--brutal-black);--brutal-aspect-ratio-bg: var(--brutal-gray-100);--brutal-aspect-ratio-border: var(--brutal-black);--brutal-aspect-ratio-radius: var(--brutal-radius)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;font-family:var(--brutal-font-sans);font-size:var(--brutal-text-base);line-height:var(--brutal-leading-normal);color:var(--brutal-black);background-color:var(--brutal-white)}h1,h2,h3,h4,h5,h6{font-family:var(--brutal-font-display);font-weight:var(--brutal-font-black);line-height:var(--brutal-leading-tight);text-transform:uppercase;letter-spacing:-.02em}h1{font-size:var(--brutal-text-5xl)}h2{font-size:var(--brutal-text-4xl)}h3{font-size:var(--brutal-text-3xl)}h4{font-size:var(--brutal-text-2xl)}h5{font-size:var(--brutal-text-xl)}h6{font-size:var(--brutal-text-lg)}p{margin-bottom:var(--brutal-space-4)}a{color:inherit;text-decoration:none;border-bottom:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-black);transition:var(--brutal-transition-fast)}a:hover{background-color:var(--brutal-black);color:var(--brutal-white)}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}code,kbd,samp,pre{font-family:var(--brutal-font-mono);font-size:.9em}pre{overflow-x:auto;padding:var(--brutal-space-4);background-color:var(--brutal-gray-100);border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-black)}:focus-visible{outline:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-accent);outline-offset:2px}::selection{background-color:var(--brutal-black);color:var(--brutal-white)}.brutal-no-select{user-select:none;-webkit-user-select:none}.brutal-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.brutal-container{width:100%;max-width:var(--brutal-screen-xl);margin:0 auto;padding:0 var(--brutal-space-4)}.brutal-grid{display:grid;gap:var(--brutal-space-4)}.brutal-flex{display:flex}.brutal-stack{display:flex;flex-direction:column;gap:var(--brutal-space-4)}.brutal-border{border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-border-color)}.brutal-border-thick{border:var(--brutal-border-width-thick) var(--brutal-border-style) var(--brutal-border-color)}.brutal-border-dashed{border-style:dashed}.brutal-shadow-sm{box-shadow:var(--brutal-shadow-sm)}.brutal-shadow{box-shadow:var(--brutal-shadow)}.brutal-shadow-lg{box-shadow:var(--brutal-shadow-lg)}.brutal-shadow-xl{box-shadow:var(--brutal-shadow-xl)}.brutal-text-xs{font-size:var(--brutal-text-xs)}.brutal-text-sm{font-size:var(--brutal-text-sm)}.brutal-text-base{font-size:var(--brutal-text-base)}.brutal-text-lg{font-size:var(--brutal-text-lg)}.brutal-text-xl{font-size:var(--brutal-text-xl)}.brutal-text-2xl{font-size:var(--brutal-text-2xl)}.brutal-text-3xl{font-size:var(--brutal-text-3xl)}.brutal-text-4xl{font-size:var(--brutal-text-4xl)}.brutal-text-5xl{font-size:var(--brutal-text-5xl)}.brutal-text-6xl{font-size:var(--brutal-text-6xl)}.brutal-uppercase{text-transform:uppercase}.brutal-lowercase{text-transform:lowercase}.brutal-capitalize{text-transform:capitalize}.brutal-font-regular{font-weight:var(--brutal-font-regular)}.brutal-font-medium{font-weight:var(--brutal-font-medium)}.brutal-font-bold{font-weight:var(--brutal-font-bold)}.brutal-font-black{font-weight:var(--brutal-font-black)}.brutal-font-mono{font-family:var(--brutal-font-mono)}.brutal-font-sans{font-family:var(--brutal-font-sans)}.brutal-font-display{font-family:var(--brutal-font-display)}.brutal-bg-black{background-color:var(--brutal-black)}.brutal-bg-white{background-color:var(--brutal-white)}.brutal-bg-gray-100{background-color:var(--brutal-gray-100)}.brutal-bg-gray-300{background-color:var(--brutal-gray-300)}.brutal-bg-gray-500{background-color:var(--brutal-gray-500)}.brutal-bg-gray-700{background-color:var(--brutal-gray-700)}.brutal-bg-gray-900{background-color:var(--brutal-gray-900)}.brutal-bg-accent{background-color:var(--brutal-accent)}.brutal-text-black{color:var(--brutal-black)}.brutal-text-white{color:var(--brutal-white)}.brutal-text-gray-500{color:var(--brutal-gray-500)}.brutal-text-gray-700{color:var(--brutal-gray-700)}.brutal-text-accent{color:var(--brutal-accent)}.brutal-p-1{padding:var(--brutal-space-1)}.brutal-p-2{padding:var(--brutal-space-2)}.brutal-p-3{padding:var(--brutal-space-3)}.brutal-p-4{padding:var(--brutal-space-4)}.brutal-p-6{padding:var(--brutal-space-6)}.brutal-p-8{padding:var(--brutal-space-8)}.brutal-m-1{margin:var(--brutal-space-1)}.brutal-m-2{margin:var(--brutal-space-2)}.brutal-m-3{margin:var(--brutal-space-3)}.brutal-m-4{margin:var(--brutal-space-4)}.brutal-m-6{margin:var(--brutal-space-6)}.brutal-m-8{margin:var(--brutal-space-8)}.brutal-interactive{transition:var(--brutal-transition-base);cursor:pointer}.brutal-interactive:hover{transform:translate(-4px,-4px);box-shadow:12px 12px 0 var(--brutal-black)}.brutal-interactive:active{transform:translate(0);box-shadow:4px 4px 0 var(--brutal-black)}.brutal-glitch{position:relative;animation:brutal-glitch 2s infinite}.brutal-glitch:before,.brutal-glitch:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%}.brutal-glitch:before{animation:brutal-glitch-1 .5s infinite;color:var(--brutal-accent);z-index:-1}.brutal-glitch:after{animation:brutal-glitch-2 .5s infinite;color:var(--brutal-info);z-index:-2}@keyframes brutal-glitch{0%,to{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}}@keyframes brutal-glitch-1{0%,to{clip-path:inset(0 0 0 0);transform:translate(0)}20%{clip-path:inset(20% 0 30% 0);transform:translate(-5px)}40%{clip-path:inset(50% 0 20% 0);transform:translate(5px)}60%{clip-path:inset(10% 0 60% 0);transform:translate(-3px)}80%{clip-path:inset(70% 0 10% 0);transform:translate(3px)}}@keyframes brutal-glitch-2{0%,to{clip-path:inset(0 0 0 0);transform:translate(0)}20%{clip-path:inset(60% 0 10% 0);transform:translate(3px)}40%{clip-path:inset(10% 0 60% 0);transform:translate(-3px)}60%{clip-path:inset(30% 0 40% 0);transform:translate(5px)}80%{clip-path:inset(40% 0 30% 0);transform:translate(-5px)}}@keyframes brutal-shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes brutal-pulse{0%,to{box-shadow:var(--brutal-shadow)}50%{box-shadow:var(--brutal-shadow-xl)}}@keyframes brutal-slide-in{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes brutal-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes brutal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes brutal-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.brutal-animate-glitch{animation:brutal-glitch 2s infinite}.brutal-animate-shake{animation:brutal-shake .5s}.brutal-animate-pulse{animation:brutal-pulse 2s infinite}.brutal-animate-slide-in{animation:brutal-slide-in .3s ease-out}.brutal-animate-slide-up{animation:brutal-slide-up .3s ease-out}.brutal-animate-fade-in{animation:brutal-fade-in .3s ease-out}.brutal-animate-bounce{animation:brutal-bounce 1s infinite}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.Button-module__button___M2FCc{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--brutal-space-2);font-family:var(--brutal-font-mono);font-weight:var(--brutal-font-bold);text-transform:uppercase;letter-spacing:.05em;border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-black);cursor:pointer;transition:var(--brutal-transition-base);-webkit-user-select:none;user-select:none;white-space:nowrap;outline:none}.Button-module__sm___5hfKe{padding:var(--brutal-space-2) var(--brutal-space-4);font-size:var(--brutal-text-xs)}.Button-module__md___JO9f-{padding:var(--brutal-space-3) var(--brutal-space-6);font-size:var(--brutal-text-sm)}.Button-module__lg___IQEqM{padding:var(--brutal-space-4) var(--brutal-space-8);font-size:var(--brutal-text-base)}.Button-module__xl___I8TPw{padding:var(--brutal-space-6) var(--brutal-space-10);font-size:var(--brutal-text-lg)}.Button-module__default___AB6Eh{background-color:var(--brutal-white);color:var(--brutal-black)}.Button-module__default___AB6Eh:hover:not(.Button-module__disabled___tpHwD){background-color:var(--brutal-white);color:var(--brutal-accent);border-color:var(--brutal-accent)}.Button-module__destructive___8LGbo{background-color:var(--brutal-accent);color:var(--brutal-white);border-color:var(--brutal-accent-dark)}.Button-module__destructive___8LGbo:hover:not(.Button-module__disabled___tpHwD){background-color:var(--brutal-accent-dark)}.Button-module__outline___zjzTL{background-color:transparent;color:var(--brutal-black)}.Button-module__outline___zjzTL:hover:not(.Button-module__disabled___tpHwD){background-color:transparent;color:var(--brutal-accent);border-color:var(--brutal-accent)}.Button-module__ghost___pMmuQ{background-color:transparent;color:var(--brutal-black);border-color:transparent}.Button-module__ghost___pMmuQ:hover:not(.Button-module__disabled___tpHwD){background-color:transparent;color:var(--brutal-accent);border-color:var(--brutal-accent)}.Button-module__brutal___kaDHQ{background-color:var(--brutal-black);color:var(--brutal-white)}.Button-module__brutal___kaDHQ:hover:not(.Button-module__disabled___tpHwD){background-color:var(--brutal-gray-900)}.Button-module__primary___D3CEZ{background-color:var(--brutal-accent);color:var(--brutal-white);border-color:var(--brutal-accent-dark)}.Button-module__primary___D3CEZ:hover:not(.Button-module__disabled___tpHwD){background-color:var(--brutal-accent-dark)}.Button-module__secondary___hONSp{background-color:var(--brutal-gray-200);color:var(--brutal-gray-800);border-color:var(--brutal-gray-400)}.Button-module__secondary___hONSp:hover:not(.Button-module__disabled___tpHwD){background-color:var(--brutal-gray-200);color:var(--brutal-accent);border-color:var(--brutal-accent)}.Button-module__danger___A9ok9{background-color:var(--brutal-error);color:var(--brutal-white);border-color:#dc2626}.Button-module__danger___A9ok9:hover:not(.Button-module__disabled___tpHwD){background-color:#dc2626}.Button-module__withShadow___Ke14w{box-shadow:var(--brutal-shadow)}.Button-module__withShadow___Ke14w:hover:not(.Button-module__disabled___tpHwD){transform:translate(-4px,-4px);box-shadow:var(--brutal-shadow-lg)}.Button-module__withShadow___Ke14w:active:not(.Button-module__disabled___tpHwD){transform:translate(0);box-shadow:var(--brutal-shadow-sm)}.Button-module__fullWidth___sDBss{width:100%}.Button-module__disabled___tpHwD{opacity:.5;cursor:not-allowed}.Button-module__disabled___tpHwD:hover{transform:none;box-shadow:var(--brutal-shadow)}.Button-module__loading___oMywk{color:transparent}.Button-module__loader___wkV5u{position:absolute;width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;animation:Button-module__spin___YO5-z .6s linear infinite}@keyframes Button-module__spin___YO5-z{to{transform:rotate(360deg)}}.Button-module__button___M2FCc:focus-visible{outline:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-accent);outline-offset:2px}.Button-module__icon___q2e1E{display:inline-flex;align-items:center;justify-content:center}.Button-module__content___BJgs2{display:inline-flex;align-items:center}.Button-module__glitch___hSkLD{position:relative}.Button-module__glitch___hSkLD:before,.Button-module__glitch___hSkLD:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:inherit}.Button-module__glitch___hSkLD:before{animation:Button-module__brutal-glitch-1___B1O-7 .5s infinite;color:var(--brutal-accent);z-index:-1;opacity:.8}.Button-module__glitch___hSkLD:after{animation:Button-module__brutal-glitch-2___DwFCD .5s infinite;color:var(--brutal-info);z-index:-2;opacity:.8}.Button-module__glitch___hSkLD:hover:before,.Button-module__glitch___hSkLD:hover:after{animation-duration:.2s}@keyframes Button-module__brutal-glitch-1___B1O-7{0%,to{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}}@keyframes Button-module__brutal-glitch-2___DwFCD{0%,to{transform:translate(0)}20%{transform:translate(2px,-2px)}40%{transform:translate(2px,2px)}60%{transform:translate(-2px,-2px)}80%{transform:translate(-2px,2px)}}.Input-module__input___bJOuX{font-family:var(--brutal-font-mono);font-weight:var(--brutal-font-medium);background-color:var(--brutal-white);color:var(--brutal-black);border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-black);outline:none;transition:var(--brutal-transition-base);width:100%;display:block}.Input-module__input___bJOuX::-webkit-search-decoration,.Input-module__input___bJOuX::-webkit-search-cancel-button,.Input-module__input___bJOuX::-webkit-search-results-button,.Input-module__input___bJOuX::-webkit-search-results-decoration{-webkit-appearance:none}.Input-module__sm___LrnGW{padding:var(--brutal-space-2) var(--brutal-space-3);font-size:var(--brutal-text-sm);line-height:var(--brutal-leading-tight)}.Input-module__md___IgG-s{padding:var(--brutal-space-3) var(--brutal-space-4);font-size:var(--brutal-text-base);line-height:var(--brutal-leading-normal)}.Input-module__lg___nrpmJ{padding:var(--brutal-space-4) var(--brutal-space-5);font-size:var(--brutal-text-lg);line-height:var(--brutal-leading-normal)}.Input-module__input___bJOuX.Input-module__withLeftIcon___T4JX2.Input-module__sm___LrnGW{padding-left:calc(var(--brutal-space-8) + var(--brutal-space-1))}.Input-module__input___bJOuX.Input-module__withLeftIcon___T4JX2.Input-module__md___IgG-s{padding-left:calc(var(--brutal-space-10) + var(--brutal-space-1))}.Input-module__input___bJOuX.Input-module__withLeftIcon___T4JX2.Input-module__lg___nrpmJ{padding-left:calc(var(--brutal-space-12) + var(--brutal-space-1))}.Input-module__input___bJOuX.Input-module__withRightIcon___mtdvp.Input-module__sm___LrnGW{padding-right:calc(var(--brutal-space-8) + var(--brutal-space-1))}.Input-module__input___bJOuX.Input-module__withRightIcon___mtdvp.Input-module__md___IgG-s{padding-right:calc(var(--brutal-space-10) + var(--brutal-space-1))}.Input-module__input___bJOuX.Input-module__withRightIcon___mtdvp.Input-module__lg___nrpmJ{padding-right:calc(var(--brutal-space-12) + var(--brutal-space-1))}.Input-module__default___sk5nc{border-color:var(--brutal-black)}.Input-module__error___cuwOB{border-color:var(--brutal-error);background-color:#ff00000d}.Input-module__success___jDBBC{border-color:var(--brutal-success);background-color:#00ff000d}.Input-module__input___bJOuX:focus{border-color:var(--brutal-black)}.Input-module__input___bJOuX.Input-module__withShadow___-J-G9:focus{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--brutal-black)}.Input-module__input___bJOuX.Input-module__error___cuwOB:focus{border-color:var(--brutal-error)}.Input-module__input___bJOuX.Input-module__error___cuwOB.Input-module__withShadow___-J-G9:focus{box-shadow:6px 6px 0 var(--brutal-error)}.Input-module__input___bJOuX.Input-module__success___jDBBC:focus{border-color:var(--brutal-success)}.Input-module__input___bJOuX.Input-module__success___jDBBC.Input-module__withShadow___-J-G9:focus{box-shadow:6px 6px 0 var(--brutal-success)}.Input-module__input___bJOuX:hover:not(:disabled):not(.Input-module__readOnly___Pz6bc){border-color:var(--brutal-gray-700)}.Input-module__input___bJOuX.Input-module__error___cuwOB:hover:not(:disabled):not(.Input-module__readOnly___Pz6bc){border-color:var(--brutal-accent-dark)}.Input-module__input___bJOuX.Input-module__success___jDBBC:hover:not(:disabled):not(.Input-module__readOnly___Pz6bc){border-color:var(--brutal-success)}.Input-module__withShadow___-J-G9{box-shadow:var(--brutal-shadow-sm)}.Input-module__disabled___GtcS3,.Input-module__input___bJOuX:disabled{opacity:.6;cursor:not-allowed;background-color:var(--brutal-gray-100)}.Input-module__readOnly___Pz6bc,.Input-module__input___bJOuX:read-only{cursor:default;background-color:var(--brutal-gray-100)}.Input-module__input___bJOuX::placeholder{color:var(--brutal-gray-500);opacity:1}.Input-module__inputWrapper___jgDE7{position:relative;display:inline-flex;align-items:center;width:100%}.Input-module__inputWrapper___jgDE7.Input-module__fullWidth___CBcxB{width:100%}.Input-module__inputWrapper___jgDE7 .Input-module__input___bJOuX{flex:1;border:none;box-shadow:none;transform:none}.Input-module__inputWrapper___jgDE7 .Input-module__input___bJOuX:focus{transform:none;box-shadow:none}.Input-module__inputWrapper___jgDE7.Input-module__default___sk5nc{border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-black);background-color:var(--brutal-white)}.Input-module__inputWrapper___jgDE7.Input-module__error___cuwOB{border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-error);background-color:#ff00000d}.Input-module__inputWrapper___jgDE7.Input-module__success___jDBBC{border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-success);background-color:#00ff000d}.Input-module__inputWrapper___jgDE7.Input-module__withShadow___-J-G9{box-shadow:var(--brutal-shadow-sm);transition:var(--brutal-transition-base)}.Input-module__inputWrapper___jgDE7.Input-module__withShadow___-J-G9:focus-within{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--brutal-black)}.Input-module__inputWrapper___jgDE7.Input-module__error___cuwOB.Input-module__withShadow___-J-G9:focus-within{box-shadow:6px 6px 0 var(--brutal-error)}.Input-module__inputWrapper___jgDE7.Input-module__success___jDBBC.Input-module__withShadow___-J-G9:focus-within{box-shadow:6px 6px 0 var(--brutal-success)}.Input-module__inputWrapper___jgDE7.Input-module__disabled___GtcS3{opacity:.6;cursor:not-allowed}.Input-module__inputWrapper___jgDE7.Input-module__readOnly___Pz6bc{cursor:default}.Input-module__icon___oEfEz{position:absolute;display:inline-flex;align-items:center;justify-content:center;color:var(--brutal-gray-700);pointer-events:none}.Input-module__inputWrapper___jgDE7.Input-module__error___cuwOB .Input-module__icon___oEfEz{color:var(--brutal-error)}.Input-module__inputWrapper___jgDE7.Input-module__success___jDBBC .Input-module__icon___oEfEz{color:var(--brutal-success)}.Input-module__leftIcon___ytDJc{left:var(--brutal-space-3)}.Input-module__rightIcon___Ace8v{right:var(--brutal-space-3)}.Input-module__sm___LrnGW .Input-module__leftIcon___ytDJc,.Input-module__sm___LrnGW .Input-module__rightIcon___Ace8v{width:var(--brutal-text-sm);height:var(--brutal-text-sm)}.Input-module__md___IgG-s .Input-module__leftIcon___ytDJc,.Input-module__md___IgG-s .Input-module__rightIcon___Ace8v{width:var(--brutal-text-base);height:var(--brutal-text-base)}.Input-module__lg___nrpmJ .Input-module__leftIcon___ytDJc,.Input-module__lg___nrpmJ .Input-module__rightIcon___Ace8v{width:var(--brutal-text-lg);height:var(--brutal-text-lg)}.Input-module__input___bJOuX[type=number]::-webkit-inner-spin-button,.Input-module__input___bJOuX[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Input-module__input___bJOuX[type=number]{-moz-appearance:textfield}.Input-module__input___bJOuX:-webkit-autofill,.Input-module__input___bJOuX:-webkit-autofill:hover,.Input-module__input___bJOuX:-webkit-autofill:focus{-webkit-text-fill-color:var(--brutal-black);-webkit-box-shadow:0 0 0px 1000px var(--brutal-white) inset;transition:background-color 5000s ease-in-out 0s}.Input-module__input___bJOuX.Input-module__error___cuwOB:-webkit-autofill,.Input-module__input___bJOuX.Input-module__error___cuwOB:-webkit-autofill:hover,.Input-module__input___bJOuX.Input-module__error___cuwOB:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px rgba(255,0,0,.05) inset}.Input-module__input___bJOuX.Input-module__success___jDBBC:-webkit-autofill,.Input-module__input___bJOuX.Input-module__success___jDBBC:-webkit-autofill:hover,.Input-module__input___bJOuX.Input-module__success___jDBBC:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px rgba(0,255,0,.05) inset}.InputOTP-module__container___auLUu{display:inline-flex;gap:var(--brutal-space-2);align-items:center}.InputOTP-module__container___auLUu.InputOTP-module__sm___DS5s2{gap:var(--brutal-space-1)}.InputOTP-module__container___auLUu.InputOTP-module__md___hhGcD{gap:var(--brutal-space-2)}.InputOTP-module__container___auLUu.InputOTP-module__lg___Sxa8s{gap:var(--brutal-space-3)}.InputOTP-module__input___yK7LR{font-family:var(--brutal-font-mono);font-weight:var(--brutal-font-bold);background-color:var(--brutal-white);color:var(--brutal-black);border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-black);outline:none;transition:var(--brutal-transition-base);text-align:center;cursor:text;caret-color:var(--brutal-black)}.InputOTP-module__input___yK7LR::-webkit-inner-spin-button,.InputOTP-module__input___yK7LR::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.InputOTP-module__input___yK7LR[type=number]{-moz-appearance:textfield}.InputOTP-module__input___yK7LR.InputOTP-module__sm___DS5s2{width:36px;height:36px;font-size:var(--brutal-text-lg);line-height:1}.InputOTP-module__input___yK7LR.InputOTP-module__md___hhGcD{width:48px;height:48px;font-size:var(--brutal-text-xl);line-height:1}.InputOTP-module__input___yK7LR.InputOTP-module__lg___Sxa8s{width:56px;height:56px;font-size:var(--brutal-text-2xl);line-height:1}.InputOTP-module__input___yK7LR.InputOTP-module__default___ASLDz{border-color:var(--brutal-black)}.InputOTP-module__input___yK7LR.InputOTP-module__error___9c1bD{border-color:var(--brutal-error);background-color:#ff00000d}.InputOTP-module__input___yK7LR.InputOTP-module__success___SrNaU{border-color:var(--brutal-success);background-color:#00ff000d}.InputOTP-module__input___yK7LR:focus{border-color:var(--brutal-black);background-color:var(--brutal-gray-50)}.InputOTP-module__input___yK7LR.InputOTP-module__withShadow___AkXLZ:focus{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--brutal-black)}.InputOTP-module__input___yK7LR.InputOTP-module__error___9c1bD:focus{border-color:var(--brutal-error);background-color:#ff000014}.InputOTP-module__input___yK7LR.InputOTP-module__error___9c1bD.InputOTP-module__withShadow___AkXLZ:focus{box-shadow:6px 6px 0 var(--brutal-error)}.InputOTP-module__input___yK7LR.InputOTP-module__success___SrNaU:focus{border-color:var(--brutal-success);background-color:#00ff0014}.InputOTP-module__input___yK7LR.InputOTP-module__success___SrNaU.InputOTP-module__withShadow___AkXLZ:focus{box-shadow:6px 6px 0 var(--brutal-success)}.InputOTP-module__input___yK7LR:hover:not(:disabled):not(:focus){border-color:var(--brutal-gray-700);background-color:var(--brutal-gray-50)}.InputOTP-module__input___yK7LR.InputOTP-module__error___9c1bD:hover:not(:disabled):not(:focus){border-color:var(--brutal-accent-dark)}.InputOTP-module__input___yK7LR.InputOTP-module__success___SrNaU:hover:not(:disabled):not(:focus){border-color:var(--brutal-success-dark)}.InputOTP-module__input___yK7LR.InputOTP-module__filled___BXbkP{background-color:var(--brutal-yellow);font-weight:var(--brutal-font-black)}.InputOTP-module__input___yK7LR.InputOTP-module__filled___BXbkP:hover:not(:disabled):not(:focus){background-color:var(--brutal-yellow-light)}.InputOTP-module__input___yK7LR.InputOTP-module__filled___BXbkP:focus{background-color:var(--brutal-yellow)}.InputOTP-module__withShadow___AkXLZ{box-shadow:var(--brutal-shadow-sm)}.InputOTP-module__input___yK7LR:disabled,.InputOTP-module__input___yK7LR.InputOTP-module__disabled___u1z90{opacity:.6;cursor:not-allowed;background-color:var(--brutal-gray-100)}.InputOTP-module__input___yK7LR::placeholder{color:var(--brutal-gray-400);opacity:1;font-weight:var(--brutal-font-medium)}.InputOTP-module__input___yK7LR::selection{background-color:var(--brutal-yellow);color:var(--brutal-black)}.InputOTP-module__input___yK7LR:-webkit-autofill,.InputOTP-module__input___yK7LR:-webkit-autofill:hover,.InputOTP-module__input___yK7LR:-webkit-autofill:focus{-webkit-text-fill-color:var(--brutal-black);-webkit-box-shadow:0 0 0px 1000px var(--brutal-white) inset;transition:background-color 5000s ease-in-out 0s}.InputOTP-module__input___yK7LR.InputOTP-module__filled___BXbkP:-webkit-autofill,.InputOTP-module__input___yK7LR.InputOTP-module__filled___BXbkP:-webkit-autofill:hover,.InputOTP-module__input___yK7LR.InputOTP-module__filled___BXbkP:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px var(--brutal-yellow) inset}.InputOTP-module__input___yK7LR.InputOTP-module__error___9c1bD:-webkit-autofill,.InputOTP-module__input___yK7LR.InputOTP-module__error___9c1bD:-webkit-autofill:hover,.InputOTP-module__input___yK7LR.InputOTP-module__error___9c1bD:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px rgba(255,0,0,.05) inset}.InputOTP-module__input___yK7LR.InputOTP-module__success___SrNaU:-webkit-autofill,.InputOTP-module__input___yK7LR.InputOTP-module__success___SrNaU:-webkit-autofill:hover,.InputOTP-module__input___yK7LR.InputOTP-module__success___SrNaU:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px rgba(0,255,0,.05) inset}@media (max-width: 480px){.InputOTP-module__container___auLUu.InputOTP-module__lg___Sxa8s{gap:var(--brutal-space-2)}.InputOTP-module__input___yK7LR.InputOTP-module__lg___Sxa8s{width:48px;height:48px;font-size:var(--brutal-text-xl)}}.Textarea-module__wrapper___NFPqf{position:relative;display:inline-block;width:auto;min-width:200px}.Textarea-module__wrapper___NFPqf.Textarea-module__fullWidth___5zEfB{display:block;width:100%}.Textarea-module__textarea___S3btv{display:block;width:100%;padding:var(--brutal-space-3);font-family:var(--brutal-font-mono);font-weight:var(--brutal-font-medium);line-height:var(--brutal-leading-normal);color:var(--brutal-black);background-color:var(--brutal-white);border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-border-color);outline:none;transition:all var(--brutal-transition-base);resize:vertical;min-height:4rem}.Textarea-module__textarea___S3btv.Textarea-module__autoResize___oJ5i0{resize:none;overflow:hidden}.Textarea-module__textarea___S3btv.Textarea-module__withShadow___zWHBp{box-shadow:var(--brutal-shadow-sm)}.Textarea-module__textarea___S3btv.Textarea-module__withShadow___zWHBp:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--brutal-black)}.Textarea-module__textarea___S3btv.Textarea-module__withShadow___zWHBp:focus{transform:translate(-4px,-4px);box-shadow:var(--brutal-shadow)}.Textarea-module__textarea___S3btv.Textarea-module__sm___iX8rI{padding:var(--brutal-space-2);font-size:var(--brutal-text-sm);min-height:3rem}.Textarea-module__textarea___S3btv.Textarea-module__md___uUOOl{padding:var(--brutal-space-3);font-size:var(--brutal-text-base);min-height:4rem}.Textarea-module__textarea___S3btv.Textarea-module__lg___-WRY3{padding:var(--brutal-space-4);font-size:var(--brutal-text-lg);min-height:5rem}.Textarea-module__textarea___S3btv.Textarea-module__default___-lWJe{border-color:var(--brutal-black)}.Textarea-module__textarea___S3btv.Textarea-module__default___-lWJe:focus{border-color:var(--brutal-black);background-color:var(--brutal-gray-100)}.Textarea-module__textarea___S3btv.Textarea-module__error___NejfB{border-color:var(--brutal-error);background-color:var(--brutal-white)}.Textarea-module__textarea___S3btv.Textarea-module__error___NejfB:focus{border-color:var(--brutal-error);background-color:#fff0f0;box-shadow:var(--brutal-shadow-sm) var(--brutal-error)}.Textarea-module__textarea___S3btv.Textarea-module__error___NejfB.Textarea-module__withShadow___zWHBp:focus{box-shadow:var(--brutal-shadow) var(--brutal-error)}.Textarea-module__textarea___S3btv.Textarea-module__success___7MBJ7{border-color:var(--brutal-success);background-color:var(--brutal-white)}.Textarea-module__textarea___S3btv.Textarea-module__success___7MBJ7:focus{border-color:var(--brutal-success);background-color:#f0fff0;box-shadow:var(--brutal-shadow-sm) var(--brutal-success)}.Textarea-module__textarea___S3btv.Textarea-module__success___7MBJ7.Textarea-module__withShadow___zWHBp:focus{box-shadow:var(--brutal-shadow) var(--brutal-success)}.Textarea-module__textarea___S3btv.Textarea-module__disabled___QqCLR{cursor:not-allowed;opacity:.6;background-color:var(--brutal-gray-100)}.Textarea-module__textarea___S3btv.Textarea-module__disabled___QqCLR:hover{transform:none;box-shadow:var(--brutal-shadow-sm)}.Textarea-module__textarea___S3btv.Textarea-module__readOnly___Mq8LE{cursor:default;background-color:var(--brutal-gray-100)}.Textarea-module__textarea___S3btv.Textarea-module__readOnly___Mq8LE:hover{transform:none;box-shadow:var(--brutal-shadow-sm)}.Textarea-module__textarea___S3btv.Textarea-module__readOnly___Mq8LE:focus{transform:none;box-shadow:var(--brutal-shadow-sm);background-color:var(--brutal-gray-100)}.Textarea-module__textarea___S3btv.Textarea-module__overLimit___S3Dnf{border-color:var(--brutal-error)}.Textarea-module__characterCount___3gZnj{position:absolute;bottom:calc(-1 * var(--brutal-space-6));right:0;font-family:var(--brutal-font-mono);font-size:var(--brutal-text-sm);font-weight:var(--brutal-font-bold);color:var(--brutal-gray-700);background-color:var(--brutal-white);padding:var(--brutal-space-1) var(--brutal-space-2);border:var(--brutal-border-width-thin) var(--brutal-border-style) var(--brutal-black)}.Textarea-module__characterCount___3gZnj.Textarea-module__error___NejfB{color:var(--brutal-error);border-color:var(--brutal-error)}.Textarea-module__characterCount___3gZnj.Textarea-module__success___7MBJ7{color:var(--brutal-success);border-color:var(--brutal-success)}.Textarea-module__textarea___S3btv::-webkit-scrollbar{width:12px}.Textarea-module__textarea___S3btv::-webkit-scrollbar-track{background:var(--brutal-gray-100);border-left:var(--brutal-border-width-thin) var(--brutal-border-style) var(--brutal-black)}.Textarea-module__textarea___S3btv::-webkit-scrollbar-thumb{background:var(--brutal-black);border:none}.Textarea-module__textarea___S3btv::-webkit-scrollbar-thumb:hover{background:var(--brutal-gray-700)}.Textarea-module__textarea___S3btv{scrollbar-width:thin;scrollbar-color:var(--brutal-black) var(--brutal-gray-100)}.Textarea-module__textarea___S3btv::placeholder{color:var(--brutal-gray-500);opacity:1}.Textarea-module__textarea___S3btv::selection{background-color:var(--brutal-accent);color:var(--brutal-white)}.Textarea-module__textarea___S3btv::-webkit-resizer{background-color:transparent;background-image:linear-gradient(135deg,transparent 0%,transparent 40%,var(--brutal-black) 40%,var(--brutal-black) 60%,transparent 60%,transparent 100%),linear-gradient(135deg,transparent 0%,transparent 20%,var(--brutal-black) 20%,var(--brutal-black) 40%,transparent 40%,transparent 60%,var(--brutal-black) 60%,var(--brutal-black) 80%,transparent 80%,transparent 100%);background-size:8px 8px,8px 8px;background-position:bottom right,bottom right;background-repeat:no-repeat}.CustomSelect-module__selectWrapper___G7yiy{position:relative;display:inline-block;width:auto;font-family:var(--brutal-font-mono);isolation:isolate}.CustomSelect-module__selectWrapper___G7yiy.CustomSelect-module__fullWidth___lq24Y{width:100%}.CustomSelect-module__selectWrapper___G7yiy.CustomSelect-module__isOpen___r5CGY{z-index:var(--brutal-z-tooltip)}.CustomSelect-module__trigger___rO-gN{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:var(--brutal-white);color:var(--brutal-black);border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-black);cursor:pointer;font-family:var(--brutal-font-mono);font-weight:var(--brutal-font-medium);text-align:left;transition:var(--brutal-transition-base);outline:none}.CustomSelect-module__trigger___rO-gN:disabled{cursor:not-allowed;opacity:.6;background-color:var(--brutal-gray-100)}.CustomSelect-module__sm___dLete .CustomSelect-module__trigger___rO-gN{padding:var(--brutal-space-2) var(--brutal-space-3);font-size:var(--brutal-text-sm);line-height:var(--brutal-leading-tight);min-height:calc(var(--brutal-text-sm) + (var(--brutal-space-2) * 2) + (var(--brutal-border-width) * 2))}.CustomSelect-module__md___i9P8- .CustomSelect-module__trigger___rO-gN{padding:var(--brutal-space-3) var(--brutal-space-4);font-size:var(--brutal-text-base);line-height:var(--brutal-leading-normal);min-height:calc(var(--brutal-text-base) + (var(--brutal-space-3) * 2) + (var(--brutal-border-width) * 2))}.CustomSelect-module__lg___M2YAC .CustomSelect-module__trigger___rO-gN{padding:var(--brutal-space-4) var(--brutal-space-5);font-size:var(--brutal-text-lg);line-height:var(--brutal-leading-normal);min-height:calc(var(--brutal-text-lg) + (var(--brutal-space-4) * 2) + (var(--brutal-border-width) * 2))}.CustomSelect-module__default___c9XhZ .CustomSelect-module__trigger___rO-gN{border-color:var(--brutal-black)}.CustomSelect-module__error___0qtSD .CustomSelect-module__trigger___rO-gN{border-color:var(--brutal-error);background-color:#ff00000d}.CustomSelect-module__success___sKCxd .CustomSelect-module__trigger___rO-gN{border-color:var(--brutal-success);background-color:#00ff000d}.CustomSelect-module__trigger___rO-gN:hover:not(:disabled){border-color:var(--brutal-gray-700)}.CustomSelect-module__trigger___rO-gN:focus:not(:disabled){border-color:var(--brutal-black);outline:3px solid var(--brutal-black);outline-offset:2px}.CustomSelect-module__error___0qtSD .CustomSelect-module__trigger___rO-gN:hover:not(:disabled){border-color:var(--brutal-accent-dark)}.CustomSelect-module__error___0qtSD .CustomSelect-module__trigger___rO-gN:focus:not(:disabled){border-color:var(--brutal-error);outline-color:var(--brutal-error)}.CustomSelect-module__success___sKCxd .CustomSelect-module__trigger___rO-gN:hover:not(:disabled){border-color:var(--brutal-success)}.CustomSelect-module__success___sKCxd .CustomSelect-module__trigger___rO-gN:focus:not(:disabled){border-color:var(--brutal-success);outline-color:var(--brutal-success)}.CustomSelect-module__withShadow___qERE3{box-shadow:var(--brutal-shadow-sm)}.CustomSelect-module__withShadow___qERE3:focus-within{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--brutal-black)}.CustomSelect-module__error___0qtSD.CustomSelect-module__withShadow___qERE3:focus-within{box-shadow:6px 6px 0 var(--brutal-error)}.CustomSelect-module__success___sKCxd.CustomSelect-module__withShadow___qERE3:focus-within{box-shadow:6px 6px 0 var(--brutal-success)}.CustomSelect-module__value___zoSqF{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CustomSelect-module__placeholder___KWVQA{color:var(--brutal-gray-500)}.CustomSelect-module__arrow___ChpqD{display:flex;align-items:center;justify-content:center;margin-left:var(--brutal-space-2);transition:var(--brutal-transition-fast);color:var(--brutal-black)}.CustomSelect-module__arrowOpen___gVV-n{transform:rotate(180deg)}.CustomSelect-module__error___0qtSD .CustomSelect-module__arrow___ChpqD{color:var(--brutal-error)}.CustomSelect-module__success___sKCxd .CustomSelect-module__arrow___ChpqD{color:var(--brutal-success)}.CustomSelect-module__disabled___aYSLS .CustomSelect-module__arrow___ChpqD{color:var(--brutal-gray-500)}.CustomSelect-module__dropdown___5VUo1{position:absolute;top:calc(100% + 2px);left:0;right:0;background-color:var(--brutal-white);border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-black);box-shadow:var(--brutal-shadow-lg);z-index:var(--brutal-z-tooltip);max-height:200px;overflow-y:auto;animation:CustomSelect-module__brutalistDropdown___-B5pS .2s cubic-bezier(.68,-.55,.265,1.55)}@keyframes CustomSelect-module__brutalistDropdown___-B5pS{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.CustomSelect-module__optionGroup___tkyFq{border-bottom:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-gray-300)}.CustomSelect-module__optionGroup___tkyFq:last-child{border-bottom:none}.CustomSelect-module__groupLabel___OT-Or{padding:var(--brutal-space-2) var(--brutal-space-4);font-family:var(--brutal-font-mono);font-weight:var(--brutal-font-black);font-size:var(--brutal-text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--brutal-black);background-color:var(--brutal-gray-200);border-bottom:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-black)}.CustomSelect-module__option___IVmkL{width:100%;padding:var(--brutal-space-3) var(--brutal-space-4);font-family:var(--brutal-font-mono);font-weight:var(--brutal-font-medium);font-size:inherit;color:var(--brutal-black);background-color:var(--brutal-white);border:none;border-bottom:var(--brutal-border-width-thin) var(--brutal-border-style) var(--brutal-gray-200);cursor:pointer;text-align:left;transition:var(--brutal-transition-fast);display:block}.CustomSelect-module__option___IVmkL:last-child{border-bottom:none}.CustomSelect-module__option___IVmkL:hover:not(.CustomSelect-module__disabled___aYSLS){background-color:var(--brutal-gray-100);color:var(--brutal-black);font-weight:var(--brutal-font-bold);transform:translate(4px)}.CustomSelect-module__option___IVmkL.CustomSelect-module__focused___kW860:not(.CustomSelect-module__disabled___aYSLS){background-color:var(--brutal-gray-200);color:var(--brutal-black);font-weight:var(--brutal-font-bold);outline:2px solid var(--brutal-black);outline-offset:-2px}.CustomSelect-module__option___IVmkL.CustomSelect-module__selected___V4Rvt{background-color:var(--brutal-black);color:var(--brutal-white);font-weight:var(--brutal-font-bold);position:relative}.CustomSelect-module__option___IVmkL.CustomSelect-module__selected___V4Rvt:before{content:"✓";position:absolute;right:var(--brutal-space-4);top:50%;transform:translateY(-50%);font-weight:var(--brutal-font-black);font-size:var(--brutal-text-lg)}.CustomSelect-module__option___IVmkL.CustomSelect-module__disabled___aYSLS{color:var(--brutal-gray-400);background-color:var(--brutal-gray-50);cursor:not-allowed;font-style:italic}.CustomSelect-module__option___IVmkL.CustomSelect-module__disabled___aYSLS:hover{transform:none;font-weight:var(--brutal-font-medium)}.CustomSelect-module__dropdown___5VUo1::-webkit-scrollbar{width:8px;background-color:var(--brutal-white)}.CustomSelect-module__dropdown___5VUo1::-webkit-scrollbar-thumb{background-color:var(--brutal-black);border:1px solid var(--brutal-white)}.CustomSelect-module__dropdown___5VUo1::-webkit-scrollbar-track{background-color:var(--brutal-gray-100)}@media (max-width: 768px){.CustomSelect-module__dropdown___5VUo1{max-height:150px}.CustomSelect-module__option___IVmkL{padding:var(--brutal-space-2) var(--brutal-space-3);font-size:var(--brutal-text-sm)}.CustomSelect-module__groupLabel___OT-Or{padding:var(--brutal-space-1) var(--brutal-space-3);font-size:10px}}.Select-module__select___rjxCm{font-family:var(--brutal-font-mono);font-weight:var(--brutal-font-medium);background-color:var(--brutal-white);color:var(--brutal-black);border:var(--brutal-border-width) var(--brutal-border-style) var(--brutal-black);outline:none;transition:var(--brutal-transition-base);width:100%;display:block;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none;position:relative;isolation:isolate}.Select-module__select___rjxCm::-ms-expand{display:none}.Select-module__sm___XZiVV{padding:var(--brutal-space-2) calc(var(--brutal-space-8) + var(--brutal-space-2)) var(--brutal-space-2) var(--brutal-space-3);font-size:var(--brutal-text-sm);line-height:var(--brutal-leading-tight);min-height:calc(var(--brutal-text-sm) + (var(--brutal-space-2) * 2) + (var(--brutal-border-width) * 2))}.Select-module__md___iEXWx{padding:var(--brutal-space-3) calc(var(--brutal-space-10) + var(--brutal-space-2)) var(--brutal-space-3) var(--brutal-space-4);font-size:var(--brutal-text-base);line-height:var(--brutal-leading-normal);min-height:calc(var(--brutal-text-base) + (var(--brutal-space-3) * 2) + (var(--brutal-border-width) * 2))}.Select-module__lg___w5uPO{padding:var(--brutal-space-4) calc(var(--brutal-space-12) + var(--brutal-space-2)) var(--brutal-space-4) var(--brutal-space-5);font-size:var(--brutal-text-lg);line-height:var(--brutal-leading-normal);min-height:calc(var(--brutal-text-lg) + (var(--brutal-space-4) * 2) + (var(--brutal-border-width) * 2))}.Select-module__fullWidth___vSOpj{width:100%}.Select-module__default___Kg5qx{border-color:var(--brutal-black)}.Select-module__error___9S2xc{border-color:var(--brutal-error);background-color:#ff00000d}.Select-module__success___DIzWT{border-color:var(--brutal-success);background-color:#00ff000d}.Select-module__select___rjxCm:focus{border-color:var(--brutal-black);outline:3px solid var(--brutal-black);outline-offset:2px}.Select-module__select___rjxCm.Select-module__withShadow___nI0Cs:focus{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--brutal-black)}.Select-module__select___rjxCm.Select-module__error___9S2xc:focus{border-color:var(--brutal-error)}.Select-module__select___rjxCm.Select-module__error___9S2xc.Select-module__withShadow___nI0Cs:focus{box-shadow:6px 6px 0 var(--brutal-error)}.Select-module__select___rjxCm.Select-module__success___DIzWT:focus{border-color:var(--brutal-success)}.Select-module__select___rjxCm.Select-module__success___DIzWT.Select-module__withShadow___nI0Cs:focus{box-shadow:6px 6px 0 var(--brutal-success)}.Select-module__select___rjxCm:hover:not(:disabled){border-color:var(--brutal-gray-700)}.Select-module__select___rjxCm.Select-module__error___9S2xc:hover:not(:disabled){border-color:var(--brutal-accent-dark)}.Select-module__select___rjxCm.Select-module__success___DIzWT:hover:not(:disabled){border-color:var(--brutal-success)}.Select-module__withShadow___nI0Cs{box-shadow:var(--brutal-shadow-sm)}.Select-module__disabled___KBkat,.Select-module__select___rjxCm:disabled{opacity:.6;cursor:not-allowed;background-color:var(--brutal-gray-100)}.Select-module__select___rjxCm.Select-module__hasPlaceholder___NiZqc{color:var(--brutal-gray-500)}.Select-module__select___rjxCm:focus-visible{border-color:var(--brutal-black);border-width:var(--brutal-border-width)}.Select-module__select___rjxCm option{color:var(--brutal-black);background-color:var(--brutal-white);font-family:var(--brutal-font-mono);font-weight:var(--brutal-font-medium);padding:var(--brutal-space-3) var(--brutal-space-4);min-height:2.5rem;border-bottom:var(--brutal-border-width) solid var(--brutal-gray-200)}.Select-module__select___rjxCm option:hover:not(:disabled){background-color:var(--brutal-gray-100);color:var(--brutal-black);font-weight:var(--brutal-font-bold)}.Select-module__select___rjxCm option:checked{background-color:var(--brutal-black);color:var(--brutal-white);font-weight:var(--brutal-font-bold)}.Select-module__select___rjxCm option:disabled{color:var(--brutal-gray-400);background-color:var(--brutal-gray-50);font-style:italic;cursor:not-allowed}.Select-module__select___rjxCm optgroup{font-family:var(--brutal-font-mono);font-weight:var(--brutal-font-bold);color:var(--brutal-black);background-color:var(--brutal-gray-200);padding:var(--brutal-space-2) var(--brutal-space-3);font-size:.875em;text-transform:uppercase;letter-spacing:.05em;border-top:var(--brutal-border-width) solid var(--brutal-black);border-bottom:var(--brutal-border-width) solid var(--brutal-black)}.Select-module__select___rjxCm:focus{z-index:var(--brutal-z-tooltip)}.Select-module__select