 :root{--react-pdf-annotation-layer: 1; --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>"); --input-focus-border-color: Highlight; --input-focus-outline: 1px solid Canvas; --input-unfocused-border-color: transparent; --input-disabled-border-color: transparent; --input-hover-border-color: black; --link-outline: none} @media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText; --input-unfocused-border-color: ActiveText; --input-disabled-border-color: GrayText; --input-hover-border-color: Highlight; --link-outline: 1.5px solid LinkText} .annotationLayer .textWidgetAnnotation :is(input, textarea):required, .annotationLayer .choiceWidgetAnnotation select:required, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required{outline: 1.5px solid selectedItem} .annotationLayer .linkAnnotation:hover{backdrop-filter: invert(100%)} } .annotationLayer{position: absolute; top: 0; left: 0; pointer-events: none; transform-origin: 0 0; z-index: 3} .annotationLayer[data-main-rotation='90'] .norotate{transform: rotate(270deg) translateX(-100%)} .annotationLayer[data-main-rotation='180'] .norotate{transform: rotate(180deg) translate(-100%, -100%)} .annotationLayer[data-main-rotation='270'] .norotate{transform: rotate(90deg) translateY(-100%)} .annotationLayer canvas{position: absolute; width: 100%; height: 100%} .annotationLayer section{position: absolute; text-align: initial; pointer-events: auto; box-sizing: border-box; margin: 0; transform-origin: 0 0} .annotationLayer .linkAnnotation{outline: var(--link-outline)} .textLayer.selecting ~ .annotationLayer section{pointer-events: none} .annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a{position: absolute; font-size: 1em; top: 0; left: 0; width: 100%; height: 100%} .annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover{opacity: 0.2; background: rgba(255, 255, 0, 1); box-shadow: 0 2px 10px rgba(255, 255, 0, 1)} .annotationLayer .textAnnotation img{position: absolute; cursor: pointer; width: 100%; height: 100%; top: 0; left: 0} .annotationLayer .textWidgetAnnotation :is(input, textarea), .annotationLayer .choiceWidgetAnnotation select, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input{background-image: var(--annotation-unfocused-field-background); border: 2px solid var(--input-unfocused-border-color); box-sizing: border-box; font: calc(9px * var(--scale-factor)) sans-serif; height: 100%; margin: 0; vertical-align: top; width: 100%} .annotationLayer .textWidgetAnnotation :is(input, textarea):required, .annotationLayer .choiceWidgetAnnotation select:required, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required{outline: 1.5px solid red} .annotationLayer .choiceWidgetAnnotation select option{padding: 0} .annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius: 50%} .annotationLayer .textWidgetAnnotation textarea{resize: none} .annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled], .annotationLayer .choiceWidgetAnnotation select[disabled], .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled]{background: none; border: 2px solid var(--input-disabled-border-color); cursor: not-allowed} .annotationLayer .textWidgetAnnotation :is(input, textarea):hover, .annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover{border: 2px solid var(--input-hover-border-color)} .annotationLayer .textWidgetAnnotation :is(input, textarea):hover, .annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius: 2px} .annotationLayer .textWidgetAnnotation :is(input, textarea):focus, .annotationLayer .choiceWidgetAnnotation select:focus{background: none; border: 2px solid var(--input-focus-border-color); border-radius: 2px; outline: var(--input-focus-outline)} .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus{background-image: none; background-color: transparent} .annotationLayer .buttonWidgetAnnotation.checkBox :focus{border: 2px solid var(--input-focus-border-color); border-radius: 2px; outline: var(--input-focus-outline)} .annotationLayer .buttonWidgetAnnotation.radioButton :focus{border: 2px solid var(--input-focus-border-color); outline: var(--input-focus-outline)} .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before, .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after, .annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{background-color: CanvasText; content: ''; display: block; position: absolute} .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before, .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{height: 80%; left: 45%; width: 1px} .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before{transform: rotate(45deg)} .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{transform: rotate(-45deg)} .annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{border-radius: 50%; height: 50%; left: 30%; top: 20%; width: 50%} .annotationLayer .textWidgetAnnotation input.comb{font-family: monospace; padding-left: 2px; padding-right: 0} .annotationLayer .textWidgetAnnotation input.comb:focus{width: 103%} .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input{-webkit-appearance: none; -moz-appearance: none; appearance: none} .annotationLayer .popupTriggerArea{height: 100%; width: 100%} .annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position: absolute} .annotationLayer .popupWrapper{position: absolute; font-size: calc(9px * var(--scale-factor)); width: 100%; min-width: calc(180px * var(--scale-factor)); pointer-events: none} .annotationLayer .popup{position: absolute; max-width: calc(180px * var(--scale-factor)); background-color: rgba(255, 255, 153, 1); box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) rgba(136, 136, 136, 1); border-radius: calc(2px * var(--scale-factor)); padding: calc(6px * var(--scale-factor)); margin-left: calc(5px * var(--scale-factor)); cursor: pointer; font: message-box; white-space: normal; word-wrap: break-word; pointer-events: auto} .annotationLayer .popup > *{font-size: calc(9px * var(--scale-factor))} .annotationLayer .popup h1{display: inline-block} .annotationLayer .popupDate{display: inline-block; margin-left: calc(5px * var(--scale-factor))} .annotationLayer .popupContent{border-top: 1px solid rgba(51, 51, 51, 1); margin-top: calc(2px * var(--scale-factor)); padding-top: calc(2px * var(--scale-factor))} .annotationLayer .richText > *{white-space: pre-wrap; font-size: calc(9px * var(--scale-factor))} .annotationLayer .highlightAnnotation, .annotationLayer .underlineAnnotation, .annotationLayer .squigglyAnnotation, .annotationLayer .strikeoutAnnotation, .annotationLayer .freeTextAnnotation, .annotationLayer .lineAnnotation svg line, .annotationLayer .squareAnnotation svg rect, .annotationLayer .circleAnnotation svg ellipse, .annotationLayer .polylineAnnotation svg polyline, .annotationLayer .polygonAnnotation svg polygon, .annotationLayer .caretAnnotation, .annotationLayer .inkAnnotation svg polyline, .annotationLayer .stampAnnotation, .annotationLayer .fileAttachmentAnnotation{cursor: pointer} .annotationLayer section svg{position: absolute; width: 100%; height: 100%; top: 0; left: 0} .annotationLayer .annotationTextContent{position: absolute; width: 100%; height: 100%; opacity: 0; color: transparent; -webkit-user-select: none; -moz-user-select: none; user-select: none; pointer-events: none} .annotationLayer .annotationTextContent span{width: 100%; display: inline-block} :root{--react-pdf-text-layer: 1; --highlight-bg-color: rgba(180, 0, 170, 1); --highlight-selected-bg-color: rgba(0, 100, 0, 1)} @media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight; --highlight-selected-bg-color: ButtonText} } [data-main-rotation='90']{transform: rotate(90deg) translateY(-100%)} [data-main-rotation='180']{transform: rotate(180deg) translate(-100%, -100%)} [data-main-rotation='270']{transform: rotate(270deg) translateX(-100%)} .textLayer{position: absolute; text-align: initial; inset: 0; overflow: hidden; line-height: 1; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none; forced-color-adjust: none; transform-origin: 0 0; z-index: 2} .textLayer :is(span, br){color: transparent; position: absolute; white-space: pre; cursor: text; margin: 0; transform-origin: 0 0} .textLayer span.markedContent{top: 0; height: 0} .textLayer .highlight{margin: -1px; padding: 1px; background-color: var(--highlight-bg-color); border-radius: 4px} .textLayer .highlight.appended{position: initial} .textLayer .highlight.begin{border-radius: 4px 0 0 4px} .textLayer .highlight.end{border-radius: 0 4px 4px 0} .textLayer .highlight.middle{border-radius: 0} .textLayer .highlight.selected{background-color: var(--highlight-selected-bg-color)} .textLayer br::-moz-selection{background: transparent} .textLayer br::selection{background: transparent} .textLayer .endOfContent{display: block; position: absolute; inset: 100% 0 0; z-index: -1; cursor: default; -webkit-user-select: none; -moz-user-select: none; user-select: none} .textLayer.selecting .endOfContent{top: 0} .hiddenCanvasElement{position: absolute; top: 0; left: 0; width: 0; height: 0; display: none} *, ::before, ::after{--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: } ::backdrop{--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: } *, ::before, ::after{box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb} ::before, ::after{--tw-content: ''} html, :host{line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent} body{margin: 0; line-height: inherit} hr{height: 0; color: inherit; border-top-width: 1px} abbr:where([title]){-webkit-text-decoration: underline dotted; text-decoration: underline dotted} h1, h2, h3, h4, h5, h6{font-size: inherit; font-weight: inherit} a{color: inherit; text-decoration: inherit} b, strong{font-weight: bolder} code, kbd, samp, pre{font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em} small{font-size: 80%} sub, sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} sub{bottom: -0.25em} sup{top: -0.5em} table{text-indent: 0; border-color: inherit; border-collapse: collapse} button, input, optgroup, select, textarea{font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0; padding: 0} button, select{text-transform: none} button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']){-webkit-appearance: button; background-color: transparent; background-image: none} :-moz-focusring{outline: auto} :-moz-ui-invalid{box-shadow: none} progress{vertical-align: baseline} ::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height: auto} [type='search']{-webkit-appearance: textfield; outline-offset: -2px} ::-webkit-search-decoration{-webkit-appearance: none} ::-webkit-file-upload-button{-webkit-appearance: button; font: inherit} summary{display: list-item} blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre{margin: 0} fieldset{margin: 0; padding: 0} legend{padding: 0} ol, ul, menu{list-style: none; margin: 0; padding: 0} dialog{padding: 0} textarea{resize: vertical} input::-moz-placeholder, textarea::-moz-placeholder{opacity: 1; color: #9ca3af} input::placeholder, textarea::placeholder{opacity: 1; color: #9ca3af} button, [role="button"]{cursor: pointer} :disabled{cursor: default} img, svg, video, canvas, audio, iframe, embed, object{display: block; vertical-align: middle} img, video{max-width: 100%; height: auto} [hidden]:where(:not([hidden="until-found"])){display: none} :root{--background: 36 27% 97%; --foreground: 24 10% 10%; --card: 0 0% 100%; --card-foreground: 24 10% 10%; --popover: 0 0% 100%; --popover-foreground: 24 10% 10%; --primary: 240 6% 10%; --primary-foreground: 0 0% 100%; --secondary: 36 27% 94%; --secondary-foreground: 24 10% 10%; --muted: 36 20% 93%; --muted-foreground: 25 5% 45%; --accent: 36 27% 94%; --accent-foreground: 24 10% 10%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 0 0% 100%; --border: 24 6% 90%; --input: 24 6% 86%; --ring: 240 6% 10%; --radius: 0.5rem; --audrey-50: 214 100% 97%; --audrey-100: 214 95% 93%; --audrey-200: 213 97% 87%; --audrey-300: 212 96% 78%; --audrey-400: 213 94% 68%; --audrey-500: 217 91% 60%; --audrey-600: 221 83% 53%; --audrey-700: 224 76% 48%; --audrey-800: 226 71% 40%; --audrey-900: 224 64% 33%; --audrey-950: 226 57% 21%; --status-submitted: 142 71% 45%; --status-requested: 0 84% 60%; --status-draft: 38 92% 50%; --status-historical: 220 9% 60%; --sidebar-background: 240 6% 10%; --sidebar-foreground: 0 0% 100%; --sidebar-primary: 240 6% 10%; --sidebar-primary-foreground: 0 0% 100%; --sidebar-accent: 240 5% 16%; --sidebar-accent-foreground: 0 0% 100%; --sidebar-border: 240 4% 22%; --sidebar-ring: 0 0% 100%} .dark{--background: 240 6% 8%; --foreground: 0 0% 96%; --card: 240 6% 10%; --card-foreground: 0 0% 96%; --popover: 240 6% 10%; --popover-foreground: 0 0% 96%; --primary: 0 0% 96%; --primary-foreground: 240 6% 10%; --secondary: 240 5% 16%; --secondary-foreground: 0 0% 96%; --muted: 240 5% 16%; --muted-foreground: 240 5% 65%; --accent: 240 5% 16%; --accent-foreground: 0 0% 96%; --destructive: 0 63% 31%; --destructive-foreground: 0 0% 96%; --border: 240 4% 22%; --input: 240 4% 22%; --ring: 0 0% 96%; --sidebar-background: 240 6% 10%; --sidebar-foreground: 0 0% 96%; --sidebar-primary: 0 0% 96%; --sidebar-primary-foreground: 240 6% 10%; --sidebar-accent: 240 5% 16%; --sidebar-accent-foreground: 0 0% 96%; --sidebar-border: 240 4% 22%; --sidebar-ring: 0 0% 96%} *{border-color: hsl(var(--border))} html, body{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif} body{background-color: hsl(var(--background)); color: hsl(var(--foreground))} code, kbd, pre, .font-mono{font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace} .\!container{width: 100% !important; margin-right: auto !important; margin-left: auto !important; padding-right: 2rem !important; padding-left: 2rem !important} .container{width: 100%; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem} @media (min-width: 1400px){.\!container{max-width: 1400px !important} .container{max-width: 1400px} } .eyebrow{font-size: 11px; font-weight: 600; text-transform: uppercase; color: hsl(var(--muted-foreground)); letter-spacing: 0.1em} .btn-raised{border: 1px solid rgba(0, 0, 0, 0.15); transition: background-color .15s ease, box-shadow .15s ease, transform .06s ease} .btn-raised:active{transform: translateY(1px)} .btn-raised-default{--raised-shadow: 10 10 12; box-shadow: 0 1px 2px 0 rgb(var(--raised-shadow) / 0.20), 0 1px 3px 0 rgb(var(--raised-shadow) / 0.10), inset 0 1px 0 0 rgb(255 255 255 / 0.10)} .btn-raised-default:hover{box-shadow: 0 1px 3px 0 rgb(var(--raised-shadow) / 0.28), 0 2px 5px 0 rgb(var(--raised-shadow) / 0.14), inset 0 1px 0 0 rgb(255 255 255 / 0.14)} .btn-raised-default:active{box-shadow: 0 1px 1px 0 rgb(var(--raised-shadow) / 0.20), inset 0 1px 2px 0 rgb(0 0 0 / 0.20)} .btn-raised-destructive{--raised-shadow: 190 18 60; box-shadow: 0 1px 2px 0 rgb(var(--raised-shadow) / 0.18), 0 1px 3px 0 rgb(var(--raised-shadow) / 0.10), inset 0 1px 0 0 rgb(255 255 255 / 0.16)} .btn-raised-destructive:hover{box-shadow: 0 1px 3px 0 rgb(var(--raised-shadow) / 0.26), 0 2px 5px 0 rgb(var(--raised-shadow) / 0.14), inset 0 1px 0 0 rgb(255 255 255 / 0.20)} .btn-raised-destructive:active{box-shadow: 0 1px 1px 0 rgb(var(--raised-shadow) / 0.20), inset 0 1px 2px 0 rgb(0 0 0 / 0.18)} .btn-raised-light{border-color: rgba(0, 0, 0, 0.10); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 2px 6px -1px rgba(0, 0, 0, 0.06), inset 0 1px 0 0 rgba(255, 255, 255, 0.95)} .btn-raised-light:hover{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 4px 10px -2px rgba(0, 0, 0, 0.09), inset 0 1px 0 0 rgba(255, 255, 255, 1)} .btn-raised-light:active{box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.10), 0 1px 0 0 rgba(0, 0, 0, 0.02)} .btn-accent{background: rgb(var(--btn-bg, 217 119 87)); color: var(--btn-fg, #faf9f5)} .btn-accent:hover{filter: brightness(1.08)} .btn-raised-accent{background: rgb(var(--btn-bg, 217 119 87)); color: var(--btn-fg, #faf9f5); --raised-shadow: 180 90 30; box-shadow: 0 1px 3px 0 rgb(var(--raised-shadow) / 0.35), 0 2px 6px 0 rgb(var(--raised-shadow) / 0.20), inset 0 1px 0 0 rgb(255 255 255 / 0.15)} .btn-raised-accent:hover{filter: brightness(1.06); box-shadow: 0 2px 5px 0 rgb(var(--raised-shadow) / 0.45), 0 4px 10px 0 rgb(var(--raised-shadow) / 0.26), inset 0 1px 0 0 rgb(255 255 255 / 0.20)} .btn-raised-accent:active{box-shadow: 0 1px 2px 0 rgb(var(--raised-shadow) / 0.35), inset 0 1px 2px 0 rgb(0 0 0 / 0.20)} .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} .pointer-events-none{pointer-events: none} .pointer-events-auto{pointer-events: auto} .visible{visibility: visible} .invisible{visibility: hidden} .collapse{visibility: collapse} .static{position: static} .fixed{position: fixed} .absolute{position: absolute} .relative{position: relative} .sticky{position: sticky} .inset-0{inset: 0px} .inset-x-0{left: 0px; right: 0px} .inset-y-0{top: 0px; bottom: 0px} .-bottom-12{bottom: -3rem} .-left-12{left: -3rem} .-right-0\.5{right: -0.125rem} .-right-12{right: -3rem} .-top-0\.5{top: -0.125rem} .-top-12{top: -3rem} .bottom-0{bottom: 0px} .bottom-2{bottom: 0.5rem} .bottom-full{bottom: 100%} .left-0{left: 0px} .left-1\/2{left: 50%} .left-2{left: 0.5rem} .left-2\.5{left: 0.625rem} .left-3{left: 0.75rem} .left-4{left: 1rem} .left-8{left: 2rem} .left-\[50\%\]{left: 50%} .left-full{left: 100%} .right-0{right: 0px} .right-1{right: 0.25rem} .right-2{right: 0.5rem} .right-3{right: 0.75rem} .right-4{right: 1rem} .top-0{top: 0px} .top-1\.5{top: 0.375rem} .top-1\/2{top: 50%} .top-2{top: 0.5rem} .top-2\.5{top: 0.625rem} .top-3\.5{top: 0.875rem} .top-4{top: 1rem} .top-\[1px\]{top: 1px} .top-\[2px\]{top: 2px} .top-\[35\%\]{top: 35%} .top-\[50\%\]{top: 50%} .top-\[60\%\]{top: 60%} .top-full{top: 100%} .z-10{z-index: 10} .z-20{z-index: 20} .z-40{z-index: 40} .z-50{z-index: 50} .z-\[100\]{z-index: 100} .z-\[1\]{z-index: 1} .z-\[60\]{z-index: 60} .col-span-1{grid-column: span 1 / span 1} .col-span-12{grid-column: span 12 / span 12} .col-span-2{grid-column: span 2 / span 2} .col-span-3{grid-column: span 3 / span 3} .col-span-4{grid-column: span 4 / span 4} .m-0{margin: 0px} .m-auto{margin: auto} .-mx-1{margin-left: -0.25rem; margin-right: -0.25rem} .-mx-2{margin-left: -0.5rem; margin-right: -0.5rem} .-mx-4{margin-left: -1rem; margin-right: -1rem} .-my-2\.5{margin-top: -0.625rem; margin-bottom: -0.625rem} .mx-0\.5{margin-left: 0.125rem; margin-right: 0.125rem} .mx-1{margin-left: 0.25rem; margin-right: 0.25rem} .mx-1\.5{margin-left: 0.375rem; margin-right: 0.375rem} .mx-2{margin-left: 0.5rem; margin-right: 0.5rem} .mx-3\.5{margin-left: 0.875rem; margin-right: 0.875rem} .mx-auto{margin-left: auto; margin-right: auto} .my-0\.5{margin-top: 0.125rem; margin-bottom: 0.125rem} .my-1{margin-top: 0.25rem; margin-bottom: 0.25rem} .my-2{margin-top: 0.5rem; margin-bottom: 0.5rem} .my-3{margin-top: 0.75rem; margin-bottom: 0.75rem} .-mb-px{margin-bottom: -1px} .-ml-1{margin-left: -0.25rem} .-ml-2{margin-left: -0.5rem} .-ml-4{margin-left: -1rem} .-mr-1{margin-right: -0.25rem} .-mr-1\.5{margin-right: -0.375rem} .-mt-1{margin-top: -0.25rem} .-mt-4{margin-top: -1rem} .mb-0{margin-bottom: 0px} .mb-0\.5{margin-bottom: 0.125rem} .mb-1{margin-bottom: 0.25rem} .mb-1\.5{margin-bottom: 0.375rem} .mb-10{margin-bottom: 2.5rem} .mb-2{margin-bottom: 0.5rem} .mb-2\.5{margin-bottom: 0.625rem} .mb-3{margin-bottom: 0.75rem} .mb-4{margin-bottom: 1rem} .mb-5{margin-bottom: 1.25rem} .mb-6{margin-bottom: 1.5rem} .mb-7{margin-bottom: 1.75rem} .mb-8{margin-bottom: 2rem} .mb-\[10px\]{margin-bottom: 10px} .ml-0\.5{margin-left: 0.125rem} .ml-1{margin-left: 0.25rem} .ml-1\.5{margin-left: 0.375rem} .ml-2{margin-left: 0.5rem} .ml-4{margin-left: 1rem} .ml-5{margin-left: 1.25rem} .ml-6{margin-left: 1.5rem} .ml-7{margin-left: 1.75rem} .ml-8{margin-left: 2rem} .ml-\[5px\]{margin-left: 5px} .ml-auto{margin-left: auto} .mr-1{margin-right: 0.25rem} .mr-1\.5{margin-right: 0.375rem} .mr-2{margin-right: 0.5rem} .mr-3{margin-right: 0.75rem} .mt-0{margin-top: 0px} .mt-0\.5{margin-top: 0.125rem} .mt-1{margin-top: 0.25rem} .mt-1\.5{margin-top: 0.375rem} .mt-10{margin-top: 2.5rem} .mt-12{margin-top: 3rem} .mt-2{margin-top: 0.5rem} .mt-24{margin-top: 6rem} .mt-3{margin-top: 0.75rem} .mt-4{margin-top: 1rem} .mt-5{margin-top: 1.25rem} .mt-6{margin-top: 1.5rem} .mt-7{margin-top: 1.75rem} .mt-8{margin-top: 2rem} .mt-\[1px\]{margin-top: 1px} .mt-\[2px\]{margin-top: 2px} .mt-auto{margin-top: auto} .line-clamp-3{overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3} .block{display: block} .inline-block{display: inline-block} .inline{display: inline} .flex{display: flex} .inline-flex{display: inline-flex} .table{display: table} .grid{display: grid} .inline-grid{display: inline-grid} .contents{display: contents} .hidden{display: none} .aspect-\[4\/3\]{aspect-ratio: 4/3} .aspect-square{aspect-ratio: 1 / 1} .aspect-video{aspect-ratio: 16 / 9} .size-1\.5{width: 0.375rem; height: 0.375rem} .size-4{width: 1rem; height: 1rem} .size-7{width: 1.75rem; height: 1.75rem} .h-1{height: 0.25rem} .h-1\.5{height: 0.375rem} .h-10{height: 2.5rem} .h-11{height: 2.75rem} .h-12{height: 3rem} .h-14{height: 3.5rem} .h-16{height: 4rem} .h-2{height: 0.5rem} .h-2\.5{height: 0.625rem} .h-3{height: 0.75rem} .h-3\.5{height: 0.875rem} .h-32{height: 8rem} .h-4{height: 1rem} .h-40{height: 10rem} .h-5{height: 1.25rem} .h-6{height: 1.5rem} .h-64{height: 16rem} .h-7{height: 1.75rem} .h-8{height: 2rem} .h-9{height: 2.25rem} .h-96{height: 24rem} .h-\[100\%\]{height: 100%} .h-\[13px\]{height: 13px} .h-\[14px\]{height: 14px} .h-\[15px\]{height: 15px} .h-\[18px\]{height: 18px} .h-\[1px\]{height: 1px} .h-\[200px\]{height: 200px} .h-\[20px\]{height: 20px} .h-\[22px\]{height: 22px} .h-\[400px\]{height: 400px} .h-\[55vh\]{height: 55vh} .h-\[800px\]{height: 800px} .h-\[8px\]{height: 8px} .h-\[96vh\]{height: 96vh} .h-\[var\(--radix-navigation-menu-viewport-height\)\]{height: var(--radix-navigation-menu-viewport-height)} .h-\[var\(--radix-select-trigger-height\)\]{height: var(--radix-select-trigger-height)} .h-auto{height: auto} .h-full{height: 100%} .h-px{height: 1px} .h-screen{height: 100vh} .h-svh{height: 100svh} .max-h-32{max-height: 8rem} .max-h-40{max-height: 10rem} .max-h-48{max-height: 12rem} .max-h-64{max-height: 16rem} .max-h-96{max-height: 24rem} .max-h-\[260px\]{max-height: 260px} .max-h-\[300px\]{max-height: 300px} .max-h-\[40vh\]{max-height: 40vh} .max-h-\[440px\]{max-height: 440px} .max-h-\[60vh\]{max-height: 60vh} .max-h-\[780px\]{max-height: 780px} .max-h-\[800px\]{max-height: 800px} .max-h-\[80vh\]{max-height: 80vh} .max-h-\[85vh\]{max-height: 85vh} .max-h-\[88vh\]{max-height: 88vh} .max-h-\[calc\(100vh-220px\)\]{max-height: calc(100vh - 220px)} .max-h-screen{max-height: 100vh} .min-h-0{min-height: 0px} .min-h-96{min-height: 24rem} .min-h-\[1\.75rem\]{min-height: 1.75rem} .min-h-\[100px\]{min-height: 100px} .min-h-\[110px\]{min-height: 110px} .min-h-\[36px\]{min-height: 36px} .min-h-\[400px\]{min-height: 400px} .min-h-\[40px\]{min-height: 40px} .min-h-\[50vh\]{min-height: 50vh} .min-h-\[60px\]{min-height: 60px} .min-h-\[60vh\]{min-height: 60vh} .min-h-\[700px\]{min-height: 700px} .min-h-\[72px\]{min-height: 72px} .min-h-\[800px\]{min-height: 800px} .min-h-\[80px\]{min-height: 80px} .min-h-\[96px\]{min-height: 96px} .min-h-full{min-height: 100%} .min-h-screen{min-height: 100vh} .min-h-svh{min-height: 100svh} .w-0{width: 0px} .w-1{width: 0.25rem} .w-1\.5{width: 0.375rem} .w-1\/2{width: 50%} .w-1\/3{width: 33.333333%} .w-1\/4{width: 25%} .w-1\/6{width: 16.666667%} .w-10{width: 2.5rem} .w-10\/12{width: 83.333333%} .w-11{width: 2.75rem} .w-11\/12{width: 91.666667%} .w-12{width: 3rem} .w-14{width: 3.5rem} .w-16{width: 4rem} .w-2{width: 0.5rem} .w-2\.5{width: 0.625rem} .w-2\/3{width: 66.666667%} .w-20{width: 5rem} .w-24{width: 6rem} .w-28{width: 7rem} .w-3{width: 0.75rem} .w-3\.5{width: 0.875rem} .w-3\/4{width: 75%} .w-32{width: 8rem} .w-4{width: 1rem} .w-44{width: 11rem} .w-48{width: 12rem} .w-5{width: 1.25rem} .w-56{width: 14rem} .w-6{width: 1.5rem} .w-64{width: 16rem} .w-7{width: 1.75rem} .w-72{width: 18rem} .w-8{width: 2rem} .w-80{width: 20rem} .w-9{width: 2.25rem} .w-\[--sidebar-width\]{width: var(--sidebar-width)} .w-\[100px\]{width: 100px} .w-\[108px\]{width: 108px} .w-\[110px\]{width: 110px} .w-\[120px\]{width: 120px} .w-\[130px\]{width: 130px} .w-\[13px\]{width: 13px} .w-\[140px\]{width: 140px} .w-\[148px\]{width: 148px} .w-\[14px\]{width: 14px} .w-\[15px\]{width: 15px} .w-\[170px\]{width: 170px} .w-\[180px\]{width: 180px} .w-\[18px\]{width: 18px} .w-\[1px\]{width: 1px} .w-\[200px\]{width: 200px} .w-\[20px\]{width: 20px} .w-\[220px\]{width: 220px} .w-\[22px\]{width: 22px} .w-\[340px\]{width: 340px} .w-\[360px\]{width: 360px} .w-\[400px\]{width: 400px} .w-\[420px\]{width: 420px} .w-\[440px\]{width: 440px} .w-\[44px\]{width: 44px} .w-\[500px\]{width: 500px} .w-\[60\%\]{width: 60%} .w-\[60px\]{width: 60px} .w-\[750px\]{width: 750px} .w-\[80px\]{width: 80px} .w-\[88px\]{width: 88px} .w-\[8px\]{width: 8px} .w-\[calc\(100\%\+0\.375rem\)\]{width: calc(100% + 0.375rem)} .w-auto{width: auto} .w-fit{width: -moz-fit-content; width: fit-content} .w-full{width: 100%} .w-max{width: -moz-max-content; width: max-content} .w-px{width: 1px} .min-w-0{min-width: 0px} .min-w-24{min-width: 6rem} .min-w-5{min-width: 1.25rem} .min-w-\[100px\]{min-width: 100px} .min-w-\[110px\]{min-width: 110px} .min-w-\[120px\]{min-width: 120px} .min-w-\[12rem\]{min-width: 12rem} .min-w-\[140px\]{min-width: 140px} .min-w-\[200px\]{min-width: 200px} .min-w-\[230px\]{min-width: 230px} .min-w-\[300px\]{min-width: 300px} .min-w-\[40px\]{min-width: 40px} .min-w-\[500px\]{min-width: 500px} .min-w-\[8rem\]{min-width: 8rem} .min-w-\[var\(--radix-select-trigger-width\)\]{min-width: var(--radix-select-trigger-width)} .min-w-fit{min-width: -moz-fit-content; min-width: fit-content} .max-w-2xl{max-width: 42rem} .max-w-3xl{max-width: 48rem} .max-w-4xl{max-width: 56rem} .max-w-5xl{max-width: 64rem} .max-w-6xl{max-width: 72rem} .max-w-7xl{max-width: 80rem} .max-w-\[--skeleton-width\]{max-width: var(--skeleton-width)} .max-w-\[100vw\]{max-width: 100vw} .max-w-\[1100px\]{max-width: 1100px} .max-w-\[1180px\]{max-width: 1180px} .max-w-\[120px\]{max-width: 120px} .max-w-\[1280px\]{max-width: 1280px} .max-w-\[130px\]{max-width: 130px} .max-w-\[1320px\]{max-width: 1320px} .max-w-\[160px\]{max-width: 160px} .max-w-\[180px\]{max-width: 180px} .max-w-\[20ch\]{max-width: 20ch} .max-w-\[220px\]{max-width: 220px} .max-w-\[240px\]{max-width: 240px} .max-w-\[250px\]{max-width: 250px} .max-w-\[260px\]{max-width: 260px} .max-w-\[300px\]{max-width: 300px} .max-w-\[340px\]{max-width: 340px} .max-w-\[400px\]{max-width: 400px} .max-w-\[40ch\]{max-width: 40ch} .max-w-\[480px\]{max-width: 480px} .max-w-\[52ch\]{max-width: 52ch} .max-w-\[78\%\]{max-width: 78%} .max-w-\[90px\]{max-width: 90px} .max-w-\[920px\]{max-width: 920px} .max-w-\[95\%\]{max-width: 95%} .max-w-\[96vw\]{max-width: 96vw} .max-w-full{max-width: 100%} .max-w-lg{max-width: 32rem} .max-w-max{max-width: -moz-max-content; max-width: max-content} .max-w-md{max-width: 28rem} .max-w-none{max-width: none} .max-w-sm{max-width: 24rem} .max-w-xl{max-width: 36rem} .max-w-xs{max-width: 20rem} .flex-1{flex: 1 1 0%} .flex-shrink-0{flex-shrink: 0} .shrink-0{flex-shrink: 0} .flex-grow{flex-grow: 1} .grow{flex-grow: 1} .grow-0{flex-grow: 0} .basis-full{flex-basis: 100%} .table-auto{table-layout: auto} .caption-bottom{caption-side: bottom} .border-collapse{border-collapse: collapse} .-translate-x-1\/2{--tw-translate-x: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .-translate-x-7{--tw-translate-x: -1.75rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .-translate-x-px{--tw-translate-x: -1px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .-translate-y-1\/2{--tw-translate-y: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .translate-x-7{--tw-translate-x: 1.75rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .translate-x-\[-50\%\]{--tw-translate-x: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .translate-x-px{--tw-translate-x: 1px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .translate-y-\[-50\%\]{--tw-translate-y: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .-rotate-6{--tw-rotate: -6deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .-rotate-90{--tw-rotate: -90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .rotate-180{--tw-rotate: 180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .rotate-6{--tw-rotate: 6deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .rotate-90{--tw-rotate: 90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .transform{transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} @keyframes fadeIn{0%{opacity: 0} 100%{opacity: 1} } .animate-\[fadeIn_0\.5s_ease-in_forwards\]{animation: fadeIn 0.5s ease-in forwards} @keyframes bounce{0%, 100%{transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1)} 50%{transform: none; animation-timing-function: cubic-bezier(0,0,0.2,1)} } .animate-bounce{animation: bounce 1s infinite} @keyframes pulse{50%{opacity: .5} } .animate-pulse{animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite} @keyframes spin{to{transform: rotate(360deg)} } .animate-spin{animation: spin 1s linear infinite} @keyframes spin{to{transform: rotate(360deg)} } .animate-spin-ring{animation: spin 0.9s linear infinite} .cursor-col-resize{cursor: col-resize} .cursor-default{cursor: default} .cursor-grab{cursor: grab} .cursor-help{cursor: help} .cursor-not-allowed{cursor: not-allowed} .cursor-pointer{cursor: pointer} .cursor-text{cursor: text} .touch-none{touch-action: none} .select-none{-webkit-user-select: none; -moz-user-select: none; user-select: none} .resize-none{resize: none} .resize-y{resize: vertical} .resize{resize: both} .list-inside{list-style-position: inside} .list-decimal{list-style-type: decimal} .list-disc{list-style-type: disc} .list-none{list-style-type: none} .grid-cols-1{grid-template-columns: repeat(1, minmax(0, 1fr))} .grid-cols-12{grid-template-columns: repeat(12, minmax(0, 1fr))} .grid-cols-2{grid-template-columns: repeat(2, minmax(0, 1fr))} .grid-cols-3{grid-template-columns: repeat(3, minmax(0, 1fr))} .grid-cols-4{grid-template-columns: repeat(4, minmax(0, 1fr))} .grid-cols-5{grid-template-columns: repeat(5, minmax(0, 1fr))} .grid-cols-6{grid-template-columns: repeat(6, minmax(0, 1fr))} .grid-cols-8{grid-template-columns: repeat(8, minmax(0, 1fr))} .grid-cols-\[1\.2fr_1fr\]{grid-template-columns: 1.2fr 1fr} .grid-cols-\[140px_1fr\]{grid-template-columns: 140px 1fr} .grid-cols-\[1fr_380px\]{grid-template-columns: 1fr 380px} .grid-cols-\[24px_minmax\(0\2c 1fr\)_120px_140px_24px\]{grid-template-columns: 24px minmax(0,1fr) 120px 140px 24px} .grid-cols-\[260px_minmax\(260px\2c 1fr\)_minmax\(280px\2c 420px\)\]{grid-template-columns: 260px minmax(260px,1fr) minmax(280px,420px)} .grid-cols-\[40px_72px_1fr_120px_120px_104px_72px\]{grid-template-columns: 40px 72px 1fr 120px 120px 104px 72px} .grid-cols-\[minmax\(240px\2c 2fr\)_120px_120px_90px_36px\]{grid-template-columns: minmax(240px,2fr) 120px 120px 90px 36px} .grid-rows-\[0fr\]{grid-template-rows: 0fr} .grid-rows-\[1fr\]{grid-template-rows: 1fr} .flex-row{flex-direction: row} .flex-col{flex-direction: column} .flex-col-reverse{flex-direction: column-reverse} .flex-wrap{flex-wrap: wrap} .flex-nowrap{flex-wrap: nowrap} .place-items-center{place-items: center} .items-start{align-items: flex-start} .items-end{align-items: flex-end} .items-center{align-items: center} .items-baseline{align-items: baseline} .items-stretch{align-items: stretch} .justify-start{justify-content: flex-start} .justify-end{justify-content: flex-end} .justify-center{justify-content: center} .justify-between{justify-content: space-between} .gap-0{gap: 0px} .gap-0\.5{gap: 0.125rem} .gap-1{gap: 0.25rem} .gap-1\.5{gap: 0.375rem} .gap-2{gap: 0.5rem} .gap-2\.5{gap: 0.625rem} .gap-3{gap: 0.75rem} .gap-4{gap: 1rem} .gap-5{gap: 1.25rem} .gap-6{gap: 1.5rem} .gap-8{gap: 2rem} .gap-px{gap: 1px} .gap-x-1{-moz-column-gap: 0.25rem; column-gap: 0.25rem} .gap-x-2{-moz-column-gap: 0.5rem; column-gap: 0.5rem} .gap-x-4{-moz-column-gap: 1rem; column-gap: 1rem} .gap-x-6{-moz-column-gap: 1.5rem; column-gap: 1.5rem} .gap-x-8{-moz-column-gap: 2rem; column-gap: 2rem} .gap-y-1{row-gap: 0.25rem} .gap-y-1\.5{row-gap: 0.375rem} .gap-y-3{row-gap: 0.75rem} .gap-y-5{row-gap: 1.25rem} .space-x-0\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse: 0; margin-right: calc(0.125rem * var(--tw-space-x-reverse)); margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))} .space-x-1 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse: 0; margin-right: calc(0.25rem * var(--tw-space-x-reverse)); margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))} .space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))} .space-x-3 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))} .space-x-4 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))} .space-x-6 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse: 0; margin-right: calc(1.5rem * var(--tw-space-x-reverse)); margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))} .space-x-8 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse: 0; margin-right: calc(2rem * var(--tw-space-x-reverse)); margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))} .space-y-0\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))} .space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))} .space-y-1\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))} .space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))} .space-y-2\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.625rem * var(--tw-space-y-reverse))} .space-y-3 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))} .space-y-3\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.875rem * var(--tw-space-y-reverse))} .space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse))} .space-y-5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))} .space-y-6 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))} .space-y-8 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(2rem * var(--tw-space-y-reverse))} .divide-x > :not([hidden]) ~ :not([hidden]){--tw-divide-x-reverse: 0; border-right-width: calc(1px * var(--tw-divide-x-reverse)); border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)))} .divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse: 0; border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); border-bottom-width: calc(1px * var(--tw-divide-y-reverse))} .divide-border > :not([hidden]) ~ :not([hidden]){border-color: hsl(var(--border))} .divide-gray-100 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity: 1; border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1))} .divide-gray-200 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity: 1; border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1))} .divide-stone-100 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity: 1; border-color: rgb(245 245 244 / var(--tw-divide-opacity, 1))} .divide-stone-200 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity: 1; border-color: rgb(231 229 228 / var(--tw-divide-opacity, 1))} .divide-zinc-100 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity: 1; border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1))} .divide-zinc-200 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity: 1; border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1))} .justify-self-start{justify-self: start} .justify-self-end{justify-self: end} .overflow-auto{overflow: auto} .overflow-hidden{overflow: hidden} .overflow-visible{overflow: visible} .overflow-x-auto{overflow-x: auto} .overflow-y-auto{overflow-y: auto} .overflow-x-hidden{overflow-x: hidden} .truncate{overflow: hidden; text-overflow: ellipsis; white-space: nowrap} .whitespace-nowrap{white-space: nowrap} .whitespace-pre-wrap{white-space: pre-wrap} .text-balance{text-wrap: balance} .break-words{overflow-wrap: break-word} .break-all{word-break: break-all} .rounded{border-radius: 0.25rem} .rounded-2xl{border-radius: 1rem} .rounded-\[10px\]{border-radius: 10px} .rounded-\[2px\]{border-radius: 2px} .rounded-\[3px\]{border-radius: 3px} .rounded-\[5px\]{border-radius: 5px} .rounded-\[inherit\]{border-radius: inherit} .rounded-full{border-radius: 9999px} .rounded-lg{border-radius: 0.5rem} .rounded-md{border-radius: 0.375rem} .rounded-none{border-radius: 0px} .rounded-sm{border-radius: 0.125rem} .rounded-xl{border-radius: 0.75rem} .rounded-r-lg{border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem} .rounded-t-\[10px\]{border-top-left-radius: 10px; border-top-right-radius: 10px} .rounded-t-lg{border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem} .rounded-t-none{border-top-left-radius: 0px; border-top-right-radius: 0px} .rounded-bl-md{border-bottom-left-radius: 0.375rem} .rounded-br-md{border-bottom-right-radius: 0.375rem} .rounded-tl-md{border-top-left-radius: 0.375rem} .rounded-tl-sm{border-top-left-radius: 0.125rem} .rounded-tr-md{border-top-right-radius: 0.375rem} .border{border-width: 1px} .border-0{border-width: 0px} .border-2{border-width: 2px} .border-\[1\.5px\]{border-width: 1.5px} .border-x-2{border-left-width: 2px; border-right-width: 2px} .border-y{border-top-width: 1px; border-bottom-width: 1px} .border-b{border-bottom-width: 1px} .border-b-2{border-bottom-width: 2px} .border-l{border-left-width: 1px} .border-l-2{border-left-width: 2px} .border-l-4{border-left-width: 4px} .border-r{border-right-width: 1px} .border-r-2{border-right-width: 2px} .border-t{border-top-width: 1px} .border-t-0{border-top-width: 0px} .border-t-2{border-top-width: 2px} .border-dashed{border-style: dashed} .border-\[--color-border\]{border-color: var(--color-border)} .border-\[rgba\(0\2c 0\2c 0\2c 0\.15\)\]{border-color: rgba(0,0,0,0.15)} .border-amber-100{--tw-border-opacity: 1; border-color: rgb(254 243 199 / var(--tw-border-opacity, 1))} .border-amber-200{--tw-border-opacity: 1; border-color: rgb(253 230 138 / var(--tw-border-opacity, 1))} .border-amber-200\/50{border-color: rgb(253 230 138 / 0.5)} .border-amber-200\/60{border-color: rgb(253 230 138 / 0.6)} .border-amber-300{--tw-border-opacity: 1; border-color: rgb(252 211 77 / var(--tw-border-opacity, 1))} .border-amber-500{--tw-border-opacity: 1; border-color: rgb(245 158 11 / var(--tw-border-opacity, 1))} .border-audrey-200{border-color: hsl(var(--audrey-200))} .border-audrey\/40{border-color: hsl(var(--audrey-600) / 0.4)} .border-black\/15{border-color: rgb(0 0 0 / 0.15)} .border-blue-200{--tw-border-opacity: 1; border-color: rgb(191 219 254 / var(--tw-border-opacity, 1))} .border-blue-300{--tw-border-opacity: 1; border-color: rgb(147 197 253 / var(--tw-border-opacity, 1))} .border-blue-500{--tw-border-opacity: 1; border-color: rgb(59 130 246 / var(--tw-border-opacity, 1))} .border-blue-600{--tw-border-opacity: 1; border-color: rgb(37 99 235 / var(--tw-border-opacity, 1))} .border-border{border-color: hsl(var(--border))} .border-border\/50{border-color: hsl(var(--border) / 0.5)} .border-destructive{border-color: hsl(var(--destructive))} .border-destructive\/30{border-color: hsl(var(--destructive) / 0.3)} .border-destructive\/50{border-color: hsl(var(--destructive) / 0.5)} .border-emerald-100{--tw-border-opacity: 1; border-color: rgb(209 250 229 / var(--tw-border-opacity, 1))} .border-emerald-200{--tw-border-opacity: 1; border-color: rgb(167 243 208 / var(--tw-border-opacity, 1))} .border-emerald-300{--tw-border-opacity: 1; border-color: rgb(110 231 183 / var(--tw-border-opacity, 1))} .border-emerald-500{--tw-border-opacity: 1; border-color: rgb(16 185 129 / var(--tw-border-opacity, 1))} .border-foreground{border-color: hsl(var(--foreground))} .border-gray-100{--tw-border-opacity: 1; border-color: rgb(243 244 246 / var(--tw-border-opacity, 1))} .border-gray-200{--tw-border-opacity: 1; border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))} .border-gray-300{--tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))} .border-gray-400{--tw-border-opacity: 1; border-color: rgb(156 163 175 / var(--tw-border-opacity, 1))} .border-gray-50{--tw-border-opacity: 1; border-color: rgb(249 250 251 / var(--tw-border-opacity, 1))} .border-gray-600{--tw-border-opacity: 1; border-color: rgb(75 85 99 / var(--tw-border-opacity, 1))} .border-green-200{--tw-border-opacity: 1; border-color: rgb(187 247 208 / var(--tw-border-opacity, 1))} .border-green-600{--tw-border-opacity: 1; border-color: rgb(22 163 74 / var(--tw-border-opacity, 1))} .border-indigo-100{--tw-border-opacity: 1; border-color: rgb(224 231 255 / var(--tw-border-opacity, 1))} .border-indigo-200{--tw-border-opacity: 1; border-color: rgb(199 210 254 / var(--tw-border-opacity, 1))} .border-input{border-color: hsl(var(--input))} .border-orange-200{--tw-border-opacity: 1; border-color: rgb(254 215 170 / var(--tw-border-opacity, 1))} .border-orange-400{--tw-border-opacity: 1; border-color: rgb(251 146 60 / var(--tw-border-opacity, 1))} .border-primary{border-color: hsl(var(--primary))} .border-primary\/20{border-color: hsl(var(--primary) / 0.2)} .border-purple-200{--tw-border-opacity: 1; border-color: rgb(233 213 255 / var(--tw-border-opacity, 1))} .border-red-200{--tw-border-opacity: 1; border-color: rgb(254 202 202 / var(--tw-border-opacity, 1))} .border-red-300{--tw-border-opacity: 1; border-color: rgb(252 165 165 / var(--tw-border-opacity, 1))} .border-red-500{--tw-border-opacity: 1; border-color: rgb(239 68 68 / var(--tw-border-opacity, 1))} .border-red-500\/20{border-color: rgb(239 68 68 / 0.2)} .border-rose-200{--tw-border-opacity: 1; border-color: rgb(254 205 211 / var(--tw-border-opacity, 1))} .border-sidebar-border{border-color: hsl(var(--sidebar-border))} .border-slate-200{--tw-border-opacity: 1; border-color: rgb(226 232 240 / var(--tw-border-opacity, 1))} .border-stone-100{--tw-border-opacity: 1; border-color: rgb(245 245 244 / var(--tw-border-opacity, 1))} .border-stone-200{--tw-border-opacity: 1; border-color: rgb(231 229 228 / var(--tw-border-opacity, 1))} .border-stone-200\/80{border-color: rgb(231 229 228 / 0.8)} .border-stone-300{--tw-border-opacity: 1; border-color: rgb(214 211 209 / var(--tw-border-opacity, 1))} .border-transparent{border-color: transparent} .border-violet-200{--tw-border-opacity: 1; border-color: rgb(221 214 254 / var(--tw-border-opacity, 1))} .border-white{--tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))} .border-white\/10{border-color: rgb(255 255 255 / 0.1)} .border-white\/5{border-color: rgb(255 255 255 / 0.05)} .border-white\/\[0\.06\]{border-color: rgb(255 255 255 / 0.06)} .border-white\/\[0\.08\]{border-color: rgb(255 255 255 / 0.08)} .border-yellow-200{--tw-border-opacity: 1; border-color: rgb(254 240 138 / var(--tw-border-opacity, 1))} .border-yellow-300{--tw-border-opacity: 1; border-color: rgb(253 224 71 / var(--tw-border-opacity, 1))} .border-zinc-100{--tw-border-opacity: 1; border-color: rgb(244 244 245 / var(--tw-border-opacity, 1))} .border-zinc-200{--tw-border-opacity: 1; border-color: rgb(228 228 231 / var(--tw-border-opacity, 1))} .border-zinc-200\/70{border-color: rgb(228 228 231 / 0.7)} .border-zinc-300{--tw-border-opacity: 1; border-color: rgb(212 212 216 / var(--tw-border-opacity, 1))} .border-zinc-400{--tw-border-opacity: 1; border-color: rgb(161 161 170 / var(--tw-border-opacity, 1))} .border-zinc-50{--tw-border-opacity: 1; border-color: rgb(250 250 250 / var(--tw-border-opacity, 1))} .border-zinc-700{--tw-border-opacity: 1; border-color: rgb(63 63 70 / var(--tw-border-opacity, 1))} .border-zinc-800{--tw-border-opacity: 1; border-color: rgb(39 39 42 / var(--tw-border-opacity, 1))} .border-zinc-800\/80{border-color: rgb(39 39 42 / 0.8)} .border-zinc-900{--tw-border-opacity: 1; border-color: rgb(24 24 27 / var(--tw-border-opacity, 1))} .border-l-blue-500{--tw-border-opacity: 1; border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1))} .border-l-orange-500{--tw-border-opacity: 1; border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1))} .border-l-transparent{border-left-color: transparent} .border-r-border\/30{border-right-color: hsl(var(--border) / 0.3)} .border-r-border\/40{border-right-color: hsl(var(--border) / 0.4)} .border-r-border\/50{border-right-color: hsl(var(--border) / 0.5)} .border-t-transparent{border-top-color: transparent} .bg-\[\#faf9f7\]{--tw-bg-opacity: 1; background-color: rgb(250 249 247 / var(--tw-bg-opacity, 1))} .bg-\[\#fafaf9\]{--tw-bg-opacity: 1; background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1))} .bg-\[\#fbfaf7\]{--tw-bg-opacity: 1; background-color: rgb(251 250 247 / var(--tw-bg-opacity, 1))} .bg-\[--color-bg\]{background-color: var(--color-bg)} .bg-\[hsl\(36_27\%_94\%\)\]{--tw-bg-opacity: 1; background-color: hsl(36 27% 94% / var(--tw-bg-opacity, 1))} .bg-\[hsl\(36_27\%_97\%\)\]{--tw-bg-opacity: 1; background-color: hsl(36 27% 97% / var(--tw-bg-opacity, 1))} .bg-accent{background-color: hsl(var(--accent))} .bg-amber-100{--tw-bg-opacity: 1; background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1))} .bg-amber-50{--tw-bg-opacity: 1; background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1))} .bg-amber-50\/20{background-color: rgb(255 251 235 / 0.2)} .bg-amber-50\/30{background-color: rgb(255 251 235 / 0.3)} .bg-amber-50\/40{background-color: rgb(255 251 235 / 0.4)} .bg-amber-500{--tw-bg-opacity: 1; background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1))} .bg-audrey-100{background-color: hsl(var(--audrey-100))} .bg-audrey-50{background-color: hsl(var(--audrey-50))} .bg-audrey-50\/40{background-color: hsl(var(--audrey-50) / 0.4)} .bg-audrey\/10{background-color: hsl(var(--audrey-600) / 0.1)} .bg-background{background-color: hsl(var(--background))} .bg-background\/95{background-color: hsl(var(--background) / 0.95)} .bg-black\/20{background-color: rgb(0 0 0 / 0.2)} .bg-black\/30{background-color: rgb(0 0 0 / 0.3)} .bg-black\/80{background-color: rgb(0 0 0 / 0.8)} .bg-blue-100{--tw-bg-opacity: 1; background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1))} .bg-blue-100\/50{background-color: rgb(219 234 254 / 0.5)} .bg-blue-200{--tw-bg-opacity: 1; background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1))} .bg-blue-50{--tw-bg-opacity: 1; background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1))} .bg-blue-50\/30{background-color: rgb(239 246 255 / 0.3)} .bg-blue-50\/60{background-color: rgb(239 246 255 / 0.6)} .bg-blue-500{--tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1))} .bg-blue-500\/50{background-color: rgb(59 130 246 / 0.5)} .bg-blue-600{--tw-bg-opacity: 1; background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1))} .bg-border{background-color: hsl(var(--border))} .bg-card{background-color: hsl(var(--card))} .bg-destructive{background-color: hsl(var(--destructive))} .bg-destructive\/\[0\.03\]{background-color: hsl(var(--destructive) / 0.03)} .bg-emerald-100{--tw-bg-opacity: 1; background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1))} .bg-emerald-400{--tw-bg-opacity: 1; background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1))} .bg-emerald-50{--tw-bg-opacity: 1; background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1))} .bg-emerald-50\/40{background-color: rgb(236 253 245 / 0.4)} .bg-emerald-50\/60{background-color: rgb(236 253 245 / 0.6)} .bg-emerald-500{--tw-bg-opacity: 1; background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1))} .bg-emerald-500\/50{background-color: rgb(16 185 129 / 0.5)} .bg-emerald-600{--tw-bg-opacity: 1; background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1))} .bg-foreground{background-color: hsl(var(--foreground))} .bg-gray-100{--tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))} .bg-gray-100\/80{background-color: rgb(243 244 246 / 0.8)} .bg-gray-200{--tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))} .bg-gray-200\/60{background-color: rgb(229 231 235 / 0.6)} .bg-gray-300{--tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1))} .bg-gray-400{--tw-bg-opacity: 1; background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1))} .bg-gray-50{--tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))} .bg-gray-50\/30{background-color: rgb(249 250 251 / 0.3)} .bg-gray-50\/50{background-color: rgb(249 250 251 / 0.5)} .bg-gray-900{--tw-bg-opacity: 1; background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))} .bg-green-100{--tw-bg-opacity: 1; background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1))} .bg-green-200{--tw-bg-opacity: 1; background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1))} .bg-green-50{--tw-bg-opacity: 1; background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1))} .bg-green-500{--tw-bg-opacity: 1; background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1))} .bg-green-600{--tw-bg-opacity: 1; background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1))} .bg-indigo-100{--tw-bg-opacity: 1; background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1))} .bg-indigo-50{--tw-bg-opacity: 1; background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1))} .bg-indigo-50\/50{background-color: rgb(238 242 255 / 0.5)} .bg-indigo-600{--tw-bg-opacity: 1; background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1))} .bg-muted{background-color: hsl(var(--muted))} .bg-muted\/20{background-color: hsl(var(--muted) / 0.2)} .bg-muted\/30{background-color: hsl(var(--muted) / 0.3)} .bg-muted\/40{background-color: hsl(var(--muted) / 0.4)} .bg-muted\/50{background-color: hsl(var(--muted) / 0.5)} .bg-muted\/80{background-color: hsl(var(--muted) / 0.8)} .bg-orange-100{--tw-bg-opacity: 1; background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1))} .bg-orange-200{--tw-bg-opacity: 1; background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1))} .bg-orange-50{--tw-bg-opacity: 1; background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1))} .bg-orange-50\/30{background-color: rgb(255 247 237 / 0.3)} .bg-popover{background-color: hsl(var(--popover))} .bg-primary{background-color: hsl(var(--primary))} .bg-primary\/5{background-color: hsl(var(--primary) / 0.05)} .bg-purple-100{--tw-bg-opacity: 1; background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1))} .bg-purple-100\/70{background-color: rgb(243 232 255 / 0.7)} .bg-purple-200{--tw-bg-opacity: 1; background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1))} .bg-purple-50{--tw-bg-opacity: 1; background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1))} .bg-purple-500{--tw-bg-opacity: 1; background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1))} .bg-purple-600{--tw-bg-opacity: 1; background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1))} .bg-red-100{--tw-bg-opacity: 1; background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1))} .bg-red-50{--tw-bg-opacity: 1; background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1))} .bg-red-50\/80{background-color: rgb(254 242 242 / 0.8)} .bg-red-500{--tw-bg-opacity: 1; background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1))} .bg-red-500\/50{background-color: rgb(239 68 68 / 0.5)} .bg-red-500\/\[0\.08\]{background-color: rgb(239 68 68 / 0.08)} .bg-red-600{--tw-bg-opacity: 1; background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1))} .bg-rose-100{--tw-bg-opacity: 1; background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1))} .bg-rose-50{--tw-bg-opacity: 1; background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1))} .bg-secondary{background-color: hsl(var(--secondary))} .bg-sidebar{background-color: hsl(var(--sidebar-background))} .bg-sidebar-border{background-color: hsl(var(--sidebar-border))} .bg-slate-100{--tw-bg-opacity: 1; background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1))} .bg-slate-50{--tw-bg-opacity: 1; background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1))} .bg-slate-50\/20{background-color: rgb(248 250 252 / 0.2)} .bg-slate-50\/50{background-color: rgb(248 250 252 / 0.5)} .bg-status-draft{background-color: hsl(var(--status-draft))} .bg-status-historical{background-color: hsl(var(--status-historical))} .bg-status-requested{background-color: hsl(var(--status-requested))} .bg-status-submitted{background-color: hsl(var(--status-submitted))} .bg-stone-100{--tw-bg-opacity: 1; background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1))} .bg-stone-100\/60{background-color: rgb(245 245 244 / 0.6)} .bg-stone-100\/70{background-color: rgb(245 245 244 / 0.7)} .bg-stone-200{--tw-bg-opacity: 1; background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1))} .bg-stone-400{--tw-bg-opacity: 1; background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1))} .bg-stone-50{--tw-bg-opacity: 1; background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1))} .bg-stone-50\/40{background-color: rgb(250 250 249 / 0.4)} .bg-stone-50\/60{background-color: rgb(250 250 249 / 0.6)} .bg-stone-50\/80{background-color: rgb(250 250 249 / 0.8)} .bg-stone-900{--tw-bg-opacity: 1; background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1))} .bg-transparent{background-color: transparent} .bg-violet-100{--tw-bg-opacity: 1; background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1))} .bg-violet-200\/50{background-color: rgb(221 214 254 / 0.5)} .bg-violet-50{--tw-bg-opacity: 1; background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1))} .bg-white{--tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))} .bg-white\/15{background-color: rgb(255 255 255 / 0.15)} .bg-white\/40{background-color: rgb(255 255 255 / 0.4)} .bg-white\/60{background-color: rgb(255 255 255 / 0.6)} .bg-white\/95{background-color: rgb(255 255 255 / 0.95)} .bg-white\/\[0\.015\]{background-color: rgb(255 255 255 / 0.015)} .bg-white\/\[0\.02\]{background-color: rgb(255 255 255 / 0.02)} .bg-white\/\[0\.04\]{background-color: rgb(255 255 255 / 0.04)} .bg-white\/\[0\.06\]{background-color: rgb(255 255 255 / 0.06)} .bg-white\/\[0\.08\]{background-color: rgb(255 255 255 / 0.08)} .bg-yellow-100{--tw-bg-opacity: 1; background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1))} .bg-yellow-200\/30{background-color: rgb(254 240 138 / 0.3)} .bg-yellow-50{--tw-bg-opacity: 1; background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1))} .bg-yellow-500{--tw-bg-opacity: 1; background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1))} .bg-zinc-100{--tw-bg-opacity: 1; background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1))} .bg-zinc-200{--tw-bg-opacity: 1; background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1))} .bg-zinc-300{--tw-bg-opacity: 1; background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1))} .bg-zinc-400{--tw-bg-opacity: 1; background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1))} .bg-zinc-50{--tw-bg-opacity: 1; background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1))} .bg-zinc-50\/40{background-color: rgb(250 250 250 / 0.4)} .bg-zinc-50\/60{background-color: rgb(250 250 250 / 0.6)} .bg-zinc-50\/80{background-color: rgb(250 250 250 / 0.8)} .bg-zinc-500{--tw-bg-opacity: 1; background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1))} .bg-zinc-700{--tw-bg-opacity: 1; background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1))} .bg-zinc-800\/80{background-color: rgb(39 39 42 / 0.8)} .bg-zinc-900{--tw-bg-opacity: 1; background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1))} .bg-zinc-950{--tw-bg-opacity: 1; background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1))} .bg-gradient-to-br{background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))} .from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)} .from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position); --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)} .from-red-50{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position); --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)} .from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)} .to-amber-100{--tw-gradient-to: #fef3c7 var(--tw-gradient-to-position)} .to-gray-50{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)} .to-green-100{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)} .to-red-100{--tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)} .fill-current{fill: currentColor} .p-0{padding: 0px} .p-0\.5{padding: 0.125rem} .p-1{padding: 0.25rem} .p-1\.5{padding: 0.375rem} .p-10{padding: 2.5rem} .p-12{padding: 3rem} .p-2{padding: 0.5rem} .p-3{padding: 0.75rem} .p-3\.5{padding: 0.875rem} .p-4{padding: 1rem} .p-5{padding: 1.25rem} .p-6{padding: 1.5rem} .p-8{padding: 2rem} .p-\[1px\]{padding: 1px} .px-0{padding-left: 0px; padding-right: 0px} .px-0\.5{padding-left: 0.125rem; padding-right: 0.125rem} .px-1{padding-left: 0.25rem; padding-right: 0.25rem} .px-1\.5{padding-left: 0.375rem; padding-right: 0.375rem} .px-10{padding-left: 2.5rem; padding-right: 2.5rem} .px-2{padding-left: 0.5rem; padding-right: 0.5rem} .px-2\.5{padding-left: 0.625rem; padding-right: 0.625rem} .px-3{padding-left: 0.75rem; padding-right: 0.75rem} .px-3\.5{padding-left: 0.875rem; padding-right: 0.875rem} .px-4{padding-left: 1rem; padding-right: 1rem} .px-5{padding-left: 1.25rem; padding-right: 1.25rem} .px-6{padding-left: 1.5rem; padding-right: 1.5rem} .px-8{padding-left: 2rem; padding-right: 2rem} .px-\[18px\]{padding-left: 18px; padding-right: 18px} .py-0{padding-top: 0px; padding-bottom: 0px} .py-0\.5{padding-top: 0.125rem; padding-bottom: 0.125rem} .py-1{padding-top: 0.25rem; padding-bottom: 0.25rem} .py-1\.5{padding-top: 0.375rem; padding-bottom: 0.375rem} .py-10{padding-top: 2.5rem; padding-bottom: 2.5rem} .py-12{padding-top: 3rem; padding-bottom: 3rem} .py-14{padding-top: 3.5rem; padding-bottom: 3.5rem} .py-16{padding-top: 4rem; padding-bottom: 4rem} .py-2{padding-top: 0.5rem; padding-bottom: 0.5rem} .py-2\.5{padding-top: 0.625rem; padding-bottom: 0.625rem} .py-24{padding-top: 6rem; padding-bottom: 6rem} .py-3{padding-top: 0.75rem; padding-bottom: 0.75rem} .py-3\.5{padding-top: 0.875rem; padding-bottom: 0.875rem} .py-4{padding-top: 1rem; padding-bottom: 1rem} .py-5{padding-top: 1.25rem; padding-bottom: 1.25rem} .py-6{padding-top: 1.5rem; padding-bottom: 1.5rem} .py-7{padding-top: 1.75rem; padding-bottom: 1.75rem} .py-8{padding-top: 2rem; padding-bottom: 2rem} .py-9{padding-top: 2.25rem; padding-bottom: 2.25rem} .py-\[14px\]{padding-top: 14px; padding-bottom: 14px} .py-px{padding-top: 1px; padding-bottom: 1px} .pb-0\.5{padding-bottom: 0.125rem} .pb-1{padding-bottom: 0.25rem} .pb-10{padding-bottom: 2.5rem} .pb-2{padding-bottom: 0.5rem} .pb-2\.5{padding-bottom: 0.625rem} .pb-24{padding-bottom: 6rem} .pb-3{padding-bottom: 0.75rem} .pb-4{padding-bottom: 1rem} .pb-5{padding-bottom: 1.25rem} .pb-6{padding-bottom: 1.5rem} .pl-1{padding-left: 0.25rem} .pl-1\.5{padding-left: 0.375rem} .pl-10{padding-left: 2.5rem} .pl-2{padding-left: 0.5rem} .pl-2\.5{padding-left: 0.625rem} .pl-3{padding-left: 0.75rem} .pl-4{padding-left: 1rem} .pl-5{padding-left: 1.25rem} .pl-6{padding-left: 1.5rem} .pl-7{padding-left: 1.75rem} .pl-8{padding-left: 2rem} .pl-9{padding-left: 2.25rem} .pl-\[22px\]{padding-left: 22px} .pl-\[42px\]{padding-left: 42px} .pl-\[60px\]{padding-left: 60px} .pr-0\.5{padding-right: 0.125rem} .pr-1{padding-right: 0.25rem} .pr-10{padding-right: 2.5rem} .pr-2{padding-right: 0.5rem} .pr-2\.5{padding-right: 0.625rem} .pr-3{padding-right: 0.75rem} .pr-6{padding-right: 1.5rem} .pr-7{padding-right: 1.75rem} .pr-8{padding-right: 2rem} .pt-0{padding-top: 0px} .pt-0\.5{padding-top: 0.125rem} .pt-1{padding-top: 0.25rem} .pt-1\.5{padding-top: 0.375rem} .pt-10{padding-top: 2.5rem} .pt-2{padding-top: 0.5rem} .pt-2\.5{padding-top: 0.625rem} .pt-3{padding-top: 0.75rem} .pt-4{padding-top: 1rem} .pt-5{padding-top: 1.25rem} .pt-6{padding-top: 1.5rem} .pt-\[2px\]{padding-top: 2px} .pt-\[3px\]{padding-top: 3px} .text-left{text-align: left} .text-center{text-align: center} .text-right{text-align: right} .align-middle{vertical-align: middle} .font-mono{font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace} .text-2xl{font-size: 1.5rem; line-height: 2rem} .text-3xl{font-size: 1.875rem; line-height: 2.25rem} .text-4xl{font-size: 2.25rem; line-height: 2.5rem} .text-\[0\.8rem\]{font-size: 0.8rem} .text-\[10\.5px\]{font-size: 10.5px} .text-\[10px\]{font-size: 10px} .text-\[11\.5px\]{font-size: 11.5px} .text-\[11px\]{font-size: 11px} .text-\[12\.5px\]{font-size: 12.5px} .text-\[12px\]{font-size: 12px} .text-\[13\.5px\]{font-size: 13.5px} .text-\[13px\]{font-size: 13px} .text-\[14px\]{font-size: 14px} .text-\[15px\]{font-size: 15px} .text-\[16px\]{font-size: 16px} .text-\[18px\]{font-size: 18px} .text-\[20px\]{font-size: 20px} .text-\[22px\]{font-size: 22px} .text-\[24px\]{font-size: 24px} .text-\[26px\]{font-size: 26px} .text-\[28px\]{font-size: 28px} .text-\[9\.5px\]{font-size: 9.5px} .text-\[9px\]{font-size: 9px} .text-base{font-size: 1rem; line-height: 1.5rem} .text-lg{font-size: 1.125rem; line-height: 1.75rem} .text-sm{font-size: 0.875rem; line-height: 1.25rem} .text-xl{font-size: 1.25rem; line-height: 1.75rem} .text-xs{font-size: 0.75rem; line-height: 1rem} .font-bold{font-weight: 700} .font-medium{font-weight: 500} .font-normal{font-weight: 400} .font-semibold{font-weight: 600} .uppercase{text-transform: uppercase} .lowercase{text-transform: lowercase} .capitalize{text-transform: capitalize} .normal-case{text-transform: none} .italic{font-style: italic} .tabular-nums{--tw-numeric-spacing: tabular-nums; font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)} .leading-4{line-height: 1rem} .leading-\[1\.15\]{line-height: 1.15} .leading-\[1\.3\]{line-height: 1.3} .leading-\[1\.45\]{line-height: 1.45} .leading-\[1\.55\]{line-height: 1.55} .leading-\[1\.5\]{line-height: 1.5} .leading-none{line-height: 1} .leading-relaxed{line-height: 1.625} .leading-snug{line-height: 1.375} .leading-tight{line-height: 1.25} .tracking-\[0\.12em\]{letter-spacing: 0.12em} .tracking-\[0\.18em\]{letter-spacing: 0.18em} .tracking-\[1\.2px\]{letter-spacing: 1.2px} .tracking-\[1\.4px\]{letter-spacing: 1.4px} .tracking-\[1px\]{letter-spacing: 1px} .tracking-normal{letter-spacing: 0em} .tracking-tight{letter-spacing: -0.025em} .tracking-wide{letter-spacing: 0.025em} .tracking-wider{letter-spacing: 0.05em} .tracking-widest{letter-spacing: 0.1em} .text-accent-foreground{color: hsl(var(--accent-foreground))} .text-amber-400{--tw-text-opacity: 1; color: rgb(251 191 36 / var(--tw-text-opacity, 1))} .text-amber-500{--tw-text-opacity: 1; color: rgb(245 158 11 / var(--tw-text-opacity, 1))} .text-amber-600{--tw-text-opacity: 1; color: rgb(217 119 6 / var(--tw-text-opacity, 1))} .text-amber-600\/70{color: rgb(217 119 6 / 0.7)} .text-amber-700{--tw-text-opacity: 1; color: rgb(180 83 9 / var(--tw-text-opacity, 1))} .text-amber-800{--tw-text-opacity: 1; color: rgb(146 64 14 / var(--tw-text-opacity, 1))} .text-amber-900{--tw-text-opacity: 1; color: rgb(120 53 15 / var(--tw-text-opacity, 1))} .text-audrey{color: hsl(var(--audrey-600))} .text-audrey-600{color: hsl(var(--audrey-600))} .text-audrey-700{color: hsl(var(--audrey-700))} .text-background{color: hsl(var(--background))} .text-blue-500{--tw-text-opacity: 1; color: rgb(59 130 246 / var(--tw-text-opacity, 1))} .text-blue-600{--tw-text-opacity: 1; color: rgb(37 99 235 / var(--tw-text-opacity, 1))} .text-blue-700{--tw-text-opacity: 1; color: rgb(29 78 216 / var(--tw-text-opacity, 1))} .text-blue-800{--tw-text-opacity: 1; color: rgb(30 64 175 / var(--tw-text-opacity, 1))} .text-blue-900{--tw-text-opacity: 1; color: rgb(30 58 138 / var(--tw-text-opacity, 1))} .text-card-foreground{color: hsl(var(--card-foreground))} .text-current{color: currentColor} .text-destructive{color: hsl(var(--destructive))} .text-destructive-foreground{color: hsl(var(--destructive-foreground))} .text-emerald-400\/70{color: rgb(52 211 153 / 0.7)} .text-emerald-400\/90{color: rgb(52 211 153 / 0.9)} .text-emerald-600{--tw-text-opacity: 1; color: rgb(5 150 105 / var(--tw-text-opacity, 1))} .text-emerald-700{--tw-text-opacity: 1; color: rgb(4 120 87 / var(--tw-text-opacity, 1))} .text-emerald-800{--tw-text-opacity: 1; color: rgb(6 95 70 / var(--tw-text-opacity, 1))} .text-emerald-800\/80{color: rgb(6 95 70 / 0.8)} .text-emerald-900{--tw-text-opacity: 1; color: rgb(6 78 59 / var(--tw-text-opacity, 1))} .text-foreground{color: hsl(var(--foreground))} .text-foreground\/50{color: hsl(var(--foreground) / 0.5)} .text-foreground\/80{color: hsl(var(--foreground) / 0.8)} .text-gray-100{--tw-text-opacity: 1; color: rgb(243 244 246 / var(--tw-text-opacity, 1))} .text-gray-300{--tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity, 1))} .text-gray-400{--tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity, 1))} .text-gray-500{--tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity, 1))} .text-gray-600{--tw-text-opacity: 1; color: rgb(75 85 99 / var(--tw-text-opacity, 1))} .text-gray-700{--tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1))} .text-gray-800{--tw-text-opacity: 1; color: rgb(31 41 55 / var(--tw-text-opacity, 1))} .text-gray-900{--tw-text-opacity: 1; color: rgb(17 24 39 / var(--tw-text-opacity, 1))} .text-green-400{--tw-text-opacity: 1; color: rgb(74 222 128 / var(--tw-text-opacity, 1))} .text-green-500{--tw-text-opacity: 1; color: rgb(34 197 94 / var(--tw-text-opacity, 1))} .text-green-600{--tw-text-opacity: 1; color: rgb(22 163 74 / var(--tw-text-opacity, 1))} .text-green-700{--tw-text-opacity: 1; color: rgb(21 128 61 / var(--tw-text-opacity, 1))} .text-green-800{--tw-text-opacity: 1; color: rgb(22 101 52 / var(--tw-text-opacity, 1))} .text-green-900{--tw-text-opacity: 1; color: rgb(20 83 45 / var(--tw-text-opacity, 1))} .text-indigo-400{--tw-text-opacity: 1; color: rgb(129 140 248 / var(--tw-text-opacity, 1))} .text-indigo-500{--tw-text-opacity: 1; color: rgb(99 102 241 / var(--tw-text-opacity, 1))} .text-indigo-600{--tw-text-opacity: 1; color: rgb(79 70 229 / var(--tw-text-opacity, 1))} .text-indigo-700{--tw-text-opacity: 1; color: rgb(67 56 202 / var(--tw-text-opacity, 1))} .text-indigo-800{--tw-text-opacity: 1; color: rgb(55 48 163 / var(--tw-text-opacity, 1))} .text-indigo-900{--tw-text-opacity: 1; color: rgb(49 46 129 / var(--tw-text-opacity, 1))} .text-muted-foreground{color: hsl(var(--muted-foreground))} .text-muted-foreground\/60{color: hsl(var(--muted-foreground) / 0.6)} .text-orange-500{--tw-text-opacity: 1; color: rgb(249 115 22 / var(--tw-text-opacity, 1))} .text-orange-600{--tw-text-opacity: 1; color: rgb(234 88 12 / var(--tw-text-opacity, 1))} .text-orange-700{--tw-text-opacity: 1; color: rgb(194 65 12 / var(--tw-text-opacity, 1))} .text-orange-800{--tw-text-opacity: 1; color: rgb(154 52 18 / var(--tw-text-opacity, 1))} .text-popover-foreground{color: hsl(var(--popover-foreground))} .text-primary{color: hsl(var(--primary))} .text-primary-foreground{color: hsl(var(--primary-foreground))} .text-purple-400{--tw-text-opacity: 1; color: rgb(192 132 252 / var(--tw-text-opacity, 1))} .text-purple-600{--tw-text-opacity: 1; color: rgb(147 51 234 / var(--tw-text-opacity, 1))} .text-purple-700{--tw-text-opacity: 1; color: rgb(126 34 206 / var(--tw-text-opacity, 1))} .text-purple-800{--tw-text-opacity: 1; color: rgb(107 33 168 / var(--tw-text-opacity, 1))} .text-red-200\/90{color: rgb(254 202 202 / 0.9)} .text-red-400{--tw-text-opacity: 1; color: rgb(248 113 113 / var(--tw-text-opacity, 1))} .text-red-500{--tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity, 1))} .text-red-600{--tw-text-opacity: 1; color: rgb(220 38 38 / var(--tw-text-opacity, 1))} .text-red-700{--tw-text-opacity: 1; color: rgb(185 28 28 / var(--tw-text-opacity, 1))} .text-red-800{--tw-text-opacity: 1; color: rgb(153 27 27 / var(--tw-text-opacity, 1))} .text-red-900{--tw-text-opacity: 1; color: rgb(127 29 29 / var(--tw-text-opacity, 1))} .text-rose-300{--tw-text-opacity: 1; color: rgb(253 164 175 / var(--tw-text-opacity, 1))} .text-rose-500{--tw-text-opacity: 1; color: rgb(244 63 94 / var(--tw-text-opacity, 1))} .text-rose-600{--tw-text-opacity: 1; color: rgb(225 29 72 / var(--tw-text-opacity, 1))} .text-rose-700{--tw-text-opacity: 1; color: rgb(190 18 60 / var(--tw-text-opacity, 1))} .text-secondary-foreground{color: hsl(var(--secondary-foreground))} .text-sidebar-foreground{color: hsl(var(--sidebar-foreground))} .text-sidebar-foreground\/70{color: hsl(var(--sidebar-foreground) / 0.7)} .text-sky-400\/70{color: rgb(56 189 248 / 0.7)} .text-slate-600{--tw-text-opacity: 1; color: rgb(71 85 105 / var(--tw-text-opacity, 1))} .text-slate-800{--tw-text-opacity: 1; color: rgb(30 41 59 / var(--tw-text-opacity, 1))} .text-stone-300{--tw-text-opacity: 1; color: rgb(214 211 209 / var(--tw-text-opacity, 1))} .text-stone-400{--tw-text-opacity: 1; color: rgb(168 162 158 / var(--tw-text-opacity, 1))} .text-stone-500{--tw-text-opacity: 1; color: rgb(120 113 108 / var(--tw-text-opacity, 1))} .text-stone-600{--tw-text-opacity: 1; color: rgb(87 83 78 / var(--tw-text-opacity, 1))} .text-stone-700{--tw-text-opacity: 1; color: rgb(68 64 60 / var(--tw-text-opacity, 1))} .text-stone-800{--tw-text-opacity: 1; color: rgb(41 37 36 / var(--tw-text-opacity, 1))} .text-stone-900{--tw-text-opacity: 1; color: rgb(28 25 23 / var(--tw-text-opacity, 1))} .text-violet-600{--tw-text-opacity: 1; color: rgb(124 58 237 / var(--tw-text-opacity, 1))} .text-violet-800{--tw-text-opacity: 1; color: rgb(91 33 182 / var(--tw-text-opacity, 1))} .text-white{--tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1))} .text-white\/30{color: rgb(255 255 255 / 0.3)} .text-white\/35{color: rgb(255 255 255 / 0.35)} .text-white\/40{color: rgb(255 255 255 / 0.4)} .text-white\/45{color: rgb(255 255 255 / 0.45)} .text-white\/50{color: rgb(255 255 255 / 0.5)} .text-white\/55{color: rgb(255 255 255 / 0.55)} .text-white\/60{color: rgb(255 255 255 / 0.6)} .text-white\/70{color: rgb(255 255 255 / 0.7)} .text-white\/80{color: rgb(255 255 255 / 0.8)} .text-white\/85{color: rgb(255 255 255 / 0.85)} .text-yellow-600{--tw-text-opacity: 1; color: rgb(202 138 4 / var(--tw-text-opacity, 1))} .text-yellow-700{--tw-text-opacity: 1; color: rgb(161 98 7 / var(--tw-text-opacity, 1))} .text-yellow-800{--tw-text-opacity: 1; color: rgb(133 77 14 / var(--tw-text-opacity, 1))} .text-zinc-100{--tw-text-opacity: 1; color: rgb(244 244 245 / var(--tw-text-opacity, 1))} .text-zinc-300{--tw-text-opacity: 1; color: rgb(212 212 216 / var(--tw-text-opacity, 1))} .text-zinc-400{--tw-text-opacity: 1; color: rgb(161 161 170 / var(--tw-text-opacity, 1))} .text-zinc-50{--tw-text-opacity: 1; color: rgb(250 250 250 / var(--tw-text-opacity, 1))} .text-zinc-500{--tw-text-opacity: 1; color: rgb(113 113 122 / var(--tw-text-opacity, 1))} .text-zinc-600{--tw-text-opacity: 1; color: rgb(82 82 91 / var(--tw-text-opacity, 1))} .text-zinc-700{--tw-text-opacity: 1; color: rgb(63 63 70 / var(--tw-text-opacity, 1))} .text-zinc-800{--tw-text-opacity: 1; color: rgb(39 39 42 / var(--tw-text-opacity, 1))} .text-zinc-900{--tw-text-opacity: 1; color: rgb(24 24 27 / var(--tw-text-opacity, 1))} .text-zinc-950{--tw-text-opacity: 1; color: rgb(9 9 11 / var(--tw-text-opacity, 1))} .underline{text-decoration-line: underline} .line-through{text-decoration-line: line-through} .underline-offset-2{text-underline-offset: 2px} .underline-offset-4{text-underline-offset: 4px} .opacity-0{opacity: 0} .opacity-100{opacity: 1} .opacity-40{opacity: 0.4} .opacity-50{opacity: 0.5} .opacity-60{opacity: 0.6} .opacity-70{opacity: 0.7} .opacity-90{opacity: 0.9} .opacity-\[0\.07\]{opacity: 0.07} .shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-border)); --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow: 0 10px 30px rgba(0,0,0,0.08); --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.35\)\]{--tw-shadow: 0 10px 30px rgba(0,0,0,0.35); --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-\[0_1px_0_0_hsl\(var\(--border\)\)\]{--tw-shadow: 0 1px 0 0 hsl(var(--border)); --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-\[0_1px_0_rgba\(0\2c 0\2c 0\2c 0\.02\)\]{--tw-shadow: 0 1px 0 rgba(0,0,0,0.02); --tw-shadow-colored: 0 1px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-\[0_1px_2px_0_rgb\(0_0_0_\/_0\.04\)\]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.04); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-\[0_1px_2px_0_rgba\(10\2c 10\2c 12\2c 0\.04\)\2c 0_8px_24px_-12px_rgba\(10\2c 10\2c 12\2c 0\.12\)\]{--tw-shadow: 0 1px 2px 0 rgba(10,10,12,0.04),0 8px 24px -12px rgba(10,10,12,0.12); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color), 0 8px 24px -12px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-\[0_1px_3px_0_rgba\(10\2c 10\2c 12\2c 0\.45\)\2c 0_2px_6px_0_rgba\(10\2c 10\2c 12\2c 0\.25\)\2c inset_0_1px_0_0_rgba\(255\2c 255\2c 255\2c 0\.12\)\]{--tw-shadow: 0 1px 3px 0 rgba(10,10,12,0.45),0 2px 6px 0 rgba(10,10,12,0.25),inset 0 1px 0 0 rgba(255,255,255,0.12); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 2px 6px 0 var(--tw-shadow-color), inset 0 1px 0 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.06\)\]{--tw-shadow: inset 0 1px 0 rgba(255,255,255,0.06); --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-none{--tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .outline-none{outline: 2px solid transparent; outline-offset: 2px} .outline{outline-style: solid} .ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .ring-amber-200{--tw-ring-opacity: 1; --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1))} .ring-amber-500{--tw-ring-opacity: 1; --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))} .ring-black{--tw-ring-opacity: 1; --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))} .ring-blue-200{--tw-ring-opacity: 1; --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1))} .ring-blue-400{--tw-ring-opacity: 1; --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))} .ring-blue-500{--tw-ring-opacity: 1; --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))} .ring-emerald-200{--tw-ring-opacity: 1; --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1))} .ring-gray-500{--tw-ring-opacity: 1; --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))} .ring-green-400{--tw-ring-opacity: 1; --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1))} .ring-green-500{--tw-ring-opacity: 1; --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))} .ring-red-200{--tw-ring-opacity: 1; --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1))} .ring-red-500{--tw-ring-opacity: 1; --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))} .ring-ring{--tw-ring-color: hsl(var(--ring))} .ring-sidebar-ring{--tw-ring-color: hsl(var(--sidebar-ring))} .ring-violet-400{--tw-ring-opacity: 1; --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1))} .ring-white{--tw-ring-opacity: 1; --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))} .ring-zinc-200{--tw-ring-opacity: 1; --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1))} .ring-zinc-300{--tw-ring-opacity: 1; --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1))} .ring-zinc-900{--tw-ring-opacity: 1; --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1))} .ring-opacity-5{--tw-ring-opacity: 0.05} .ring-offset-background{--tw-ring-offset-color: hsl(var(--background))} .blur{--tw-blur: blur(8px); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)} .filter{filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)} .backdrop-blur{--tw-backdrop-blur: blur(8px); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)} .backdrop-blur-sm{--tw-backdrop-blur: blur(4px); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)} .transition{transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .transition-\[grid-template-rows\]{transition-property: grid-template-rows; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .transition-\[left\2c right\2c width\]{transition-property: left,right,width; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .transition-\[margin\2c opa\]{transition-property: margin,opa; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .transition-\[width\2c height\2c padding\]{transition-property: width,height,padding; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .transition-\[width\]{transition-property: width; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .transition-all{transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .transition-colors{transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .transition-none{transition-property: none} .transition-opacity{transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .transition-shadow{transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .transition-transform{transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .duration-1000{transition-duration: 1000ms} .duration-150{transition-duration: 150ms} .duration-200{transition-duration: 200ms} .duration-300{transition-duration: 300ms} .duration-500{transition-duration: 500ms} .ease-in-out{transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)} .ease-linear{transition-timing-function: linear} .ease-out{transition-timing-function: cubic-bezier(0, 0, 0.2, 1)} @keyframes enter{from{opacity: var(--tw-enter-opacity, 1); transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))} } @keyframes exit{to{opacity: var(--tw-exit-opacity, 1); transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))} } .animate-in{animation-name: enter; animation-duration: 150ms; --tw-enter-opacity: initial; --tw-enter-scale: initial; --tw-enter-rotate: initial; --tw-enter-translate-x: initial; --tw-enter-translate-y: initial} .fade-in-0{--tw-enter-opacity: 0} .fade-in-80{--tw-enter-opacity: 0.8} .zoom-in-95{--tw-enter-scale: .95} .duration-1000{animation-duration: 1000ms} .duration-150{animation-duration: 150ms} .duration-200{animation-duration: 200ms} .duration-300{animation-duration: 300ms} .duration-500{animation-duration: 500ms} .ease-in-out{animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1)} .ease-linear{animation-timing-function: linear} .ease-out{animation-timing-function: cubic-bezier(0, 0, 0.2, 1)} .running{animation-play-state: running} .ledger{background-image: radial-gradient(circle, rgba(0, 0, 0, 0.06) 1px, transparent 1px); background-size: 8px 8px} .animate-pulse-subtle{animation: pulse-subtle 3s ease-in-out infinite} @keyframes pulse-subtle{0%, 100%{opacity: 1} 50%{opacity: 0.98} } .scrollbar-thin{scrollbar-width: thin; scrollbar-color: transparent transparent; transition: scrollbar-color 0.2s ease} .scrollbar-thin:hover, .scrollbar-thin:focus-within{scrollbar-color: rgba(212, 212, 216, 0.45) transparent} .scrollbar-thin::-webkit-scrollbar{width: 6px; height: 6px} .scrollbar-thin::-webkit-scrollbar-track{background: transparent} .scrollbar-thin::-webkit-scrollbar-thumb{background-color: transparent; border-radius: 9999px; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease} .scrollbar-thin:hover::-webkit-scrollbar-thumb, .scrollbar-thin:focus-within::-webkit-scrollbar-thumb{background-color: rgba(212, 212, 216, 0.45)} .scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color: rgba(212, 212, 216, 0.7)} .scrollbar-thin::-webkit-scrollbar-corner{background: transparent} .\[animation-delay\:0ms\]{animation-delay: 0ms} .\[animation-delay\:150ms\]{animation-delay: 150ms} .\[animation-delay\:300ms\]{animation-delay: 300ms} .\[animation-duration\:2\.4s\]{animation-duration: 2.4s} .file\:border-0::file-selector-button{border-width: 0px} .file\:bg-transparent::file-selector-button{background-color: transparent} .file\:text-sm::file-selector-button{font-size: 0.875rem; line-height: 1.25rem} .file\:font-medium::file-selector-button{font-weight: 500} .file\:text-foreground::file-selector-button{color: hsl(var(--foreground))} .placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity, 1))} .placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity, 1))} .placeholder\:text-muted-foreground::-moz-placeholder{color: hsl(var(--muted-foreground))} .placeholder\:text-muted-foreground::placeholder{color: hsl(var(--muted-foreground))} .placeholder\:text-stone-300::-moz-placeholder{--tw-text-opacity: 1; color: rgb(214 211 209 / var(--tw-text-opacity, 1))} .placeholder\:text-stone-300::placeholder{--tw-text-opacity: 1; color: rgb(214 211 209 / var(--tw-text-opacity, 1))} .placeholder\:text-white\/30::-moz-placeholder{color: rgb(255 255 255 / 0.3)} .placeholder\:text-white\/30::placeholder{color: rgb(255 255 255 / 0.3)} .before\:mr-1\.5::before{content: var(--tw-content); margin-right: 0.375rem} .before\:inline-block::before{content: var(--tw-content); display: inline-block} .before\:h-1\.5::before{content: var(--tw-content); height: 0.375rem} .before\:w-1\.5::before{content: var(--tw-content); width: 0.375rem} @keyframes pulse{50%{content: var(--tw-content); opacity: .5} } .before\:animate-pulse::before{content: var(--tw-content); animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite} .before\:rounded-full::before{content: var(--tw-content); border-radius: 9999px} .before\:bg-audrey-500::before{content: var(--tw-content); background-color: hsl(var(--audrey-500))} .before\:bg-emerald-500::before{content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1))} .before\:bg-rose-500::before{content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1))} .before\:bg-slate-400::before{content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1))} .before\:bg-stone-400::before{content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1))} .before\:bg-yellow-500::before{content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1))} .before\:content-\[\'\'\]::before{--tw-content: ''; content: var(--tw-content)} .after\:absolute::after{content: var(--tw-content); position: absolute} .after\:-inset-2::after{content: var(--tw-content); inset: -0.5rem} .after\:inset-y-0::after{content: var(--tw-content); top: 0px; bottom: 0px} .after\:left-1\/2::after{content: var(--tw-content); left: 50%} .after\:w-1::after{content: var(--tw-content); width: 0.25rem} .after\:w-\[2px\]::after{content: var(--tw-content); width: 2px} .after\:-translate-x-1\/2::after{content: var(--tw-content); --tw-translate-x: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .first\:rounded-l-md:first-child{border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem} .first\:border-l:first-child{border-left-width: 1px} .last\:rounded-r-md:last-child{border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem} .last\:border-0:last-child{border-width: 0px} .last\:border-b-0:last-child{border-bottom-width: 0px} .focus-within\:relative:focus-within{position: relative} .focus-within\:z-20:focus-within{z-index: 20} .focus-within\:border-zinc-400:focus-within{--tw-border-opacity: 1; border-color: rgb(161 161 170 / var(--tw-border-opacity, 1))} .focus-within\:ring-1:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .focus-within\:ring-ring:focus-within{--tw-ring-color: hsl(var(--ring))} .focus-within\:ring-zinc-200:focus-within{--tw-ring-opacity: 1; --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1))} .focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width: 2px} .hover\:border-emerald-400:hover{--tw-border-opacity: 1; border-color: rgb(52 211 153 / var(--tw-border-opacity, 1))} .hover\:border-gray-300:hover{--tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))} .hover\:border-red-300:hover{--tw-border-opacity: 1; border-color: rgb(252 165 165 / var(--tw-border-opacity, 1))} .hover\:border-red-400:hover{--tw-border-opacity: 1; border-color: rgb(248 113 113 / var(--tw-border-opacity, 1))} .hover\:border-stone-300:hover{--tw-border-opacity: 1; border-color: rgb(214 211 209 / var(--tw-border-opacity, 1))} .hover\:border-white\/\[0\.14\]:hover{border-color: rgb(255 255 255 / 0.14)} .hover\:border-zinc-300:hover{--tw-border-opacity: 1; border-color: rgb(212 212 216 / var(--tw-border-opacity, 1))} .hover\:border-zinc-400:hover{--tw-border-opacity: 1; border-color: rgb(161 161 170 / var(--tw-border-opacity, 1))} .hover\:border-zinc-500:hover{--tw-border-opacity: 1; border-color: rgb(113 113 122 / var(--tw-border-opacity, 1))} .hover\:bg-accent:hover{background-color: hsl(var(--accent))} .hover\:bg-amber-50\/40:hover{background-color: rgb(255 251 235 / 0.4)} .hover\:bg-amber-50\/50:hover{background-color: rgb(255 251 235 / 0.5)} .hover\:bg-audrey-100:hover{background-color: hsl(var(--audrey-100))} .hover\:bg-black:hover{--tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))} .hover\:bg-blue-100:hover{--tw-bg-opacity: 1; background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1))} .hover\:bg-blue-200:hover{--tw-bg-opacity: 1; background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1))} .hover\:bg-blue-50:hover{--tw-bg-opacity: 1; background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1))} .hover\:bg-blue-50\/20:hover{background-color: rgb(239 246 255 / 0.2)} .hover\:bg-blue-50\/30:hover{background-color: rgb(239 246 255 / 0.3)} .hover\:bg-blue-700:hover{--tw-bg-opacity: 1; background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1))} .hover\:bg-destructive\/10:hover{background-color: hsl(var(--destructive) / 0.1)} .hover\:bg-destructive\/80:hover{background-color: hsl(var(--destructive) / 0.8)} .hover\:bg-destructive\/90:hover{background-color: hsl(var(--destructive) / 0.9)} .hover\:bg-emerald-100:hover{--tw-bg-opacity: 1; background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1))} .hover\:bg-emerald-50:hover{--tw-bg-opacity: 1; background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1))} .hover\:bg-emerald-500\/10:hover{background-color: rgb(16 185 129 / 0.1)} .hover\:bg-emerald-700:hover{--tw-bg-opacity: 1; background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1))} .hover\:bg-gray-100:hover{--tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))} .hover\:bg-gray-200:hover{--tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))} .hover\:bg-gray-50:hover{--tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))} .hover\:bg-gray-50\/50:hover{background-color: rgb(249 250 251 / 0.5)} .hover\:bg-gray-500\/10:hover{background-color: rgb(107 114 128 / 0.1)} .hover\:bg-green-100:hover{--tw-bg-opacity: 1; background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1))} .hover\:bg-green-200:hover{--tw-bg-opacity: 1; background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1))} .hover\:bg-green-50:hover{--tw-bg-opacity: 1; background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1))} .hover\:bg-green-700:hover{--tw-bg-opacity: 1; background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1))} .hover\:bg-indigo-100:hover{--tw-bg-opacity: 1; background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1))} .hover\:bg-indigo-700:hover{--tw-bg-opacity: 1; background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1))} .hover\:bg-muted:hover{background-color: hsl(var(--muted))} .hover\:bg-muted\/30:hover{background-color: hsl(var(--muted) / 0.3)} .hover\:bg-muted\/50:hover{background-color: hsl(var(--muted) / 0.5)} .hover\:bg-muted\/60:hover{background-color: hsl(var(--muted) / 0.6)} .hover\:bg-primary\/10:hover{background-color: hsl(var(--primary) / 0.1)} .hover\:bg-primary\/80:hover{background-color: hsl(var(--primary) / 0.8)} .hover\:bg-primary\/90:hover{background-color: hsl(var(--primary) / 0.9)} .hover\:bg-purple-100:hover{--tw-bg-opacity: 1; background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1))} .hover\:bg-red-100:hover{--tw-bg-opacity: 1; background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1))} .hover\:bg-red-200:hover{--tw-bg-opacity: 1; background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1))} .hover\:bg-red-50:hover{--tw-bg-opacity: 1; background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1))} .hover\:bg-red-700:hover{--tw-bg-opacity: 1; background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1))} .hover\:bg-rose-50:hover{--tw-bg-opacity: 1; background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1))} .hover\:bg-rose-500\/10:hover{background-color: rgb(244 63 94 / 0.1)} .hover\:bg-secondary:hover{background-color: hsl(var(--secondary))} .hover\:bg-secondary\/80:hover{background-color: hsl(var(--secondary) / 0.8)} .hover\:bg-sidebar-accent:hover{background-color: hsl(var(--sidebar-accent))} .hover\:bg-sky-500\/10:hover{background-color: rgb(14 165 233 / 0.1)} .hover\:bg-stone-100:hover{--tw-bg-opacity: 1; background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1))} .hover\:bg-stone-100\/60:hover{background-color: rgb(245 245 244 / 0.6)} .hover\:bg-stone-100\/70:hover{background-color: rgb(245 245 244 / 0.7)} .hover\:bg-stone-50:hover{--tw-bg-opacity: 1; background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1))} .hover\:bg-stone-50\/60:hover{background-color: rgb(250 250 249 / 0.6)} .hover\:bg-stone-800:hover{--tw-bg-opacity: 1; background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1))} .hover\:bg-transparent:hover{background-color: transparent} .hover\:bg-violet-200:hover{--tw-bg-opacity: 1; background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1))} .hover\:bg-white\/15:hover{background-color: rgb(255 255 255 / 0.15)} .hover\:bg-white\/25:hover{background-color: rgb(255 255 255 / 0.25)} .hover\:bg-white\/5:hover{background-color: rgb(255 255 255 / 0.05)} .hover\:bg-white\/\[0\.03\]:hover{background-color: rgb(255 255 255 / 0.03)} .hover\:bg-white\/\[0\.04\]:hover{background-color: rgb(255 255 255 / 0.04)} .hover\:bg-white\/\[0\.06\]:hover{background-color: rgb(255 255 255 / 0.06)} .hover\:bg-white\/\[0\.08\]:hover{background-color: rgb(255 255 255 / 0.08)} .hover\:bg-zinc-100:hover{--tw-bg-opacity: 1; background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1))} .hover\:bg-zinc-100\/60:hover{background-color: rgb(244 244 245 / 0.6)} .hover\:bg-zinc-100\/70:hover{background-color: rgb(244 244 245 / 0.7)} .hover\:bg-zinc-200\/40:hover{background-color: rgb(228 228 231 / 0.4)} .hover\:bg-zinc-200\/70:hover{background-color: rgb(228 228 231 / 0.7)} .hover\:bg-zinc-50:hover{--tw-bg-opacity: 1; background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1))} .hover\:bg-zinc-50\/70:hover{background-color: rgb(250 250 250 / 0.7)} .hover\:bg-zinc-900:hover{--tw-bg-opacity: 1; background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1))} .hover\:text-accent-foreground:hover{color: hsl(var(--accent-foreground))} .hover\:text-audrey-700:hover{color: hsl(var(--audrey-700))} .hover\:text-blue-500:hover{--tw-text-opacity: 1; color: rgb(59 130 246 / var(--tw-text-opacity, 1))} .hover\:text-blue-600:hover{--tw-text-opacity: 1; color: rgb(37 99 235 / var(--tw-text-opacity, 1))} .hover\:text-blue-700:hover{--tw-text-opacity: 1; color: rgb(29 78 216 / var(--tw-text-opacity, 1))} .hover\:text-blue-800:hover{--tw-text-opacity: 1; color: rgb(30 64 175 / var(--tw-text-opacity, 1))} .hover\:text-destructive:hover{color: hsl(var(--destructive))} .hover\:text-emerald-300:hover{--tw-text-opacity: 1; color: rgb(110 231 183 / var(--tw-text-opacity, 1))} .hover\:text-emerald-700:hover{--tw-text-opacity: 1; color: rgb(4 120 87 / var(--tw-text-opacity, 1))} .hover\:text-emerald-800:hover{--tw-text-opacity: 1; color: rgb(6 95 70 / var(--tw-text-opacity, 1))} .hover\:text-foreground:hover{color: hsl(var(--foreground))} .hover\:text-foreground\/70:hover{color: hsl(var(--foreground) / 0.7)} .hover\:text-gray-600:hover{--tw-text-opacity: 1; color: rgb(75 85 99 / var(--tw-text-opacity, 1))} .hover\:text-gray-700:hover{--tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1))} .hover\:text-gray-800:hover{--tw-text-opacity: 1; color: rgb(31 41 55 / var(--tw-text-opacity, 1))} .hover\:text-gray-900:hover{--tw-text-opacity: 1; color: rgb(17 24 39 / var(--tw-text-opacity, 1))} .hover\:text-green-700:hover{--tw-text-opacity: 1; color: rgb(21 128 61 / var(--tw-text-opacity, 1))} .hover\:text-green-800:hover{--tw-text-opacity: 1; color: rgb(22 101 52 / var(--tw-text-opacity, 1))} .hover\:text-muted-foreground:hover{color: hsl(var(--muted-foreground))} .hover\:text-primary:hover{color: hsl(var(--primary))} .hover\:text-red-500:hover{--tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity, 1))} .hover\:text-red-600:hover{--tw-text-opacity: 1; color: rgb(220 38 38 / var(--tw-text-opacity, 1))} .hover\:text-red-700:hover{--tw-text-opacity: 1; color: rgb(185 28 28 / var(--tw-text-opacity, 1))} .hover\:text-red-800:hover{--tw-text-opacity: 1; color: rgb(153 27 27 / var(--tw-text-opacity, 1))} .hover\:text-rose-200:hover{--tw-text-opacity: 1; color: rgb(254 205 211 / var(--tw-text-opacity, 1))} .hover\:text-rose-300:hover{--tw-text-opacity: 1; color: rgb(253 164 175 / var(--tw-text-opacity, 1))} .hover\:text-rose-700:hover{--tw-text-opacity: 1; color: rgb(190 18 60 / var(--tw-text-opacity, 1))} .hover\:text-sidebar-accent-foreground:hover{color: hsl(var(--sidebar-accent-foreground))} .hover\:text-sky-300:hover{--tw-text-opacity: 1; color: rgb(125 211 252 / var(--tw-text-opacity, 1))} .hover\:text-stone-600:hover{--tw-text-opacity: 1; color: rgb(87 83 78 / var(--tw-text-opacity, 1))} .hover\:text-stone-700:hover{--tw-text-opacity: 1; color: rgb(68 64 60 / var(--tw-text-opacity, 1))} .hover\:text-stone-800:hover{--tw-text-opacity: 1; color: rgb(41 37 36 / var(--tw-text-opacity, 1))} .hover\:text-stone-900:hover{--tw-text-opacity: 1; color: rgb(28 25 23 / var(--tw-text-opacity, 1))} .hover\:text-white:hover{--tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1))} .hover\:text-zinc-100:hover{--tw-text-opacity: 1; color: rgb(244 244 245 / var(--tw-text-opacity, 1))} .hover\:text-zinc-600:hover{--tw-text-opacity: 1; color: rgb(82 82 91 / var(--tw-text-opacity, 1))} .hover\:text-zinc-700:hover{--tw-text-opacity: 1; color: rgb(63 63 70 / var(--tw-text-opacity, 1))} .hover\:text-zinc-800:hover{--tw-text-opacity: 1; color: rgb(39 39 42 / var(--tw-text-opacity, 1))} .hover\:text-zinc-900:hover{--tw-text-opacity: 1; color: rgb(24 24 27 / var(--tw-text-opacity, 1))} .hover\:underline:hover{text-decoration-line: underline} .hover\:no-underline:hover{text-decoration-line: none} .hover\:opacity-100:hover{opacity: 1} .hover\:opacity-80:hover{opacity: 0.8} .hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent)); --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .hover\:shadow-\[0_1px_2px_0_rgba\(10\2c 10\2c 12\2c 0\.04\)\]:hover{--tw-shadow: 0 1px 2px 0 rgba(10,10,12,0.04); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .hover\:shadow-\[0_2px_8px_0_rgb\(0_0_0_\/_0\.06\)\]:hover{--tw-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.06); --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .hover\:brightness-95:hover{--tw-brightness: brightness(.95); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)} .hover\:after\:bg-sidebar-border:hover::after{content: var(--tw-content); background-color: hsl(var(--sidebar-border))} .focus\:border-amber-500:focus{--tw-border-opacity: 1; border-color: rgb(245 158 11 / var(--tw-border-opacity, 1))} .focus\:border-transparent:focus{border-color: transparent} .focus\:border-zinc-400:focus{--tw-border-opacity: 1; border-color: rgb(161 161 170 / var(--tw-border-opacity, 1))} .focus\:bg-accent:focus{background-color: hsl(var(--accent))} .focus\:bg-red-50:focus{--tw-bg-opacity: 1; background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1))} .focus\:bg-zinc-50:focus{--tw-bg-opacity: 1; background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1))} .focus\:text-accent-foreground:focus{color: hsl(var(--accent-foreground))} .focus\:text-destructive:focus{color: hsl(var(--destructive))} .focus\:text-emerald-700:focus{--tw-text-opacity: 1; color: rgb(4 120 87 / var(--tw-text-opacity, 1))} .focus\:text-red-600:focus{--tw-text-opacity: 1; color: rgb(220 38 38 / var(--tw-text-opacity, 1))} .focus\:text-red-700:focus{--tw-text-opacity: 1; color: rgb(185 28 28 / var(--tw-text-opacity, 1))} .focus\:opacity-100:focus{opacity: 1} .focus\:outline-none:focus{outline: 2px solid transparent; outline-offset: 2px} .focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .focus\:ring-blue-500:focus{--tw-ring-opacity: 1; --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))} .focus\:ring-primary:focus{--tw-ring-color: hsl(var(--primary))} .focus\:ring-red-600:focus{--tw-ring-opacity: 1; --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1))} .focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))} .focus\:ring-white\/25:focus{--tw-ring-color: rgb(255 255 255 / 0.25)} .focus\:ring-zinc-200:focus{--tw-ring-opacity: 1; --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1))} .focus\:ring-zinc-400:focus{--tw-ring-opacity: 1; --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1))} .focus\:ring-zinc-900\/10:focus{--tw-ring-color: rgb(24 24 27 / 0.1)} .focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px} .focus-visible\:rounded-sm:focus-visible{border-radius: 0.125rem} .focus-visible\:underline:focus-visible{text-decoration-line: underline} .focus-visible\:outline-none:focus-visible{outline: 2px solid transparent; outline-offset: 2px} .focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .focus-visible\:ring-blue-500:focus-visible{--tw-ring-opacity: 1; --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))} .focus-visible\:ring-indigo-400:focus-visible{--tw-ring-opacity: 1; --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1))} .focus-visible\:ring-red-500:focus-visible{--tw-ring-opacity: 1; --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))} .focus-visible\:ring-red-600:focus-visible{--tw-ring-opacity: 1; --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1))} .focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))} .focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color: hsl(var(--sidebar-ring))} .focus-visible\:ring-white\/30:focus-visible{--tw-ring-color: rgb(255 255 255 / 0.3)} .focus-visible\:ring-zinc-500\/60:focus-visible{--tw-ring-color: rgb(113 113 122 / 0.6)} .focus-visible\:ring-zinc-900\/10:focus-visible{--tw-ring-color: rgb(24 24 27 / 0.1)} .focus-visible\:ring-zinc-900\/15:focus-visible{--tw-ring-color: rgb(24 24 27 / 0.15)} .focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width: 0px} .focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px} .focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px} .focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))} .focus-visible\:ring-offset-zinc-950:focus-visible{--tw-ring-offset-color: #09090b} .active\:translate-y-0:active{--tw-translate-y: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .active\:translate-y-px:active{--tw-translate-y: 1px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .active\:cursor-grabbing:active{cursor: grabbing} .active\:bg-sidebar-accent:active{background-color: hsl(var(--sidebar-accent))} .active\:text-sidebar-accent-foreground:active{color: hsl(var(--sidebar-accent-foreground))} .disabled\:pointer-events-none:disabled{pointer-events: none} .disabled\:cursor-not-allowed:disabled{cursor: not-allowed} .disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1; background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1))} .disabled\:bg-zinc-50:disabled{--tw-bg-opacity: 1; background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1))} .disabled\:opacity-40:disabled{opacity: 0.4} .disabled\:opacity-50:disabled{opacity: 0.5} .disabled\:hover\:bg-emerald-50\/60:hover:disabled{background-color: rgb(236 253 245 / 0.6)} .group[open] .group-open\:rotate-90{--tw-rotate: 90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity: 1} .group:hover .group-hover\:border-zinc-700{--tw-border-opacity: 1; border-color: rgb(63 63 70 / var(--tw-border-opacity, 1))} .group:hover .group-hover\:bg-gray-400\/40{background-color: rgb(156 163 175 / 0.4)} .group:hover .group-hover\:bg-zinc-900\/80{background-color: rgb(24 24 27 / 0.8)} .group:hover .group-hover\:text-stone-700{--tw-text-opacity: 1; color: rgb(68 64 60 / var(--tw-text-opacity, 1))} .group:hover .group-hover\:text-zinc-600{--tw-text-opacity: 1; color: rgb(82 82 91 / var(--tw-text-opacity, 1))} .group\/back:hover .group-hover\/back\:opacity-0{opacity: 0} .group\/back:hover .group-hover\/back\:opacity-100{opacity: 1} .group\/custom:hover .group-hover\/custom\:opacity-100{opacity: 1} .group\/menu-item:hover .group-hover\/menu-item\:opacity-100{opacity: 1} .group\/sess:hover .group-hover\/sess\:opacity-100{opacity: 1} .group:hover .group-hover\:opacity-100{opacity: 1} .group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color: hsl(var(--muted) / 0.4)} .group.toaster .group-\[\.toaster\]\:border-border{border-color: hsl(var(--border))} .group.toast .group-\[\.toast\]\:bg-muted{background-color: hsl(var(--muted))} .group.toast .group-\[\.toast\]\:bg-primary{background-color: hsl(var(--primary))} .group.toaster .group-\[\.toaster\]\:bg-background{background-color: hsl(var(--background))} .group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1; color: rgb(252 165 165 / var(--tw-text-opacity, 1))} .group.toast .group-\[\.toast\]\:text-muted-foreground{color: hsl(var(--muted-foreground))} .group.toast .group-\[\.toast\]\:text-primary-foreground{color: hsl(var(--primary-foreground))} .group.toaster .group-\[\.toaster\]\:text-foreground{color: hsl(var(--foreground))} .group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color: hsl(var(--destructive) / 0.3)} .group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color: hsl(var(--destructive))} .group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color: hsl(var(--destructive-foreground))} .group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1; color: rgb(254 242 242 / var(--tw-text-opacity, 1))} .group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))} .group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1; --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))} .group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626} .peer\/menu-button:hover ~ .peer-hover\/menu-button\:text-sidebar-accent-foreground{color: hsl(var(--sidebar-accent-foreground))} .peer:disabled ~ .peer-disabled\:cursor-not-allowed{cursor: not-allowed} .peer:disabled ~ .peer-disabled\:opacity-70{opacity: 0.7} .has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color: hsl(var(--sidebar-background))} .has-\[\:disabled\]\:opacity-50:has(:disabled){opacity: 0.5} .group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right: 2rem} .aria-disabled\:pointer-events-none[aria-disabled="true"]{pointer-events: none} .aria-disabled\:opacity-50[aria-disabled="true"]{opacity: 0.5} .aria-selected\:bg-accent[aria-selected="true"]{background-color: hsl(var(--accent))} .aria-selected\:bg-accent\/50[aria-selected="true"]{background-color: hsl(var(--accent) / 0.5)} .aria-selected\:text-accent-foreground[aria-selected="true"]{color: hsl(var(--accent-foreground))} .aria-selected\:text-muted-foreground[aria-selected="true"]{color: hsl(var(--muted-foreground))} .aria-selected\:opacity-30[aria-selected="true"]{opacity: 0.3} .data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"]{pointer-events: none} .data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events: none} .data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"]{height: 1px} .data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"]{width: 100%} .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"]{--tw-translate-y: 0.25rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .data-\[side\=left\]\:-translate-x-1[data-side="left"]{--tw-translate-x: -0.25rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .data-\[side\=right\]\:translate-x-1[data-side="right"]{--tw-translate-x: 0.25rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .data-\[side\=top\]\:-translate-y-1[data-side="top"]{--tw-translate-y: -0.25rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .data-\[state\=checked\]\:translate-x-5[data-state="checked"]{--tw-translate-x: 1.25rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"]{--tw-translate-x: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"]{--tw-translate-x: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"]{--tw-translate-x: var(--radix-toast-swipe-end-x); transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"]{--tw-translate-x: var(--radix-toast-swipe-move-x); transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} @keyframes accordion-up{from{height: var(--radix-accordion-content-height)} to{height: 0} } .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"]{animation: accordion-up 0.2s ease-out} @keyframes accordion-down{from{height: 0} to{height: var(--radix-accordion-content-height)} } .data-\[state\=open\]\:animate-accordion-down[data-state="open"]{animation: accordion-down 0.2s ease-out} .data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"]{flex-direction: column} .data-\[state\=open\]\:border-zinc-900[data-state="open"]{--tw-border-opacity: 1; border-color: rgb(24 24 27 / var(--tw-border-opacity, 1))} .data-\[active\=true\]\:bg-sidebar-accent[data-active="true"]{background-color: hsl(var(--sidebar-accent))} .data-\[active\]\:bg-accent\/50[data-active]{background-color: hsl(var(--accent) / 0.5)} .data-\[selected\=\'true\'\]\:bg-accent[data-selected='true']{background-color: hsl(var(--accent))} .data-\[state\=active\]\:bg-background[data-state="active"]{background-color: hsl(var(--background))} .data-\[state\=active\]\:bg-white[data-state="active"]{--tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))} .data-\[state\=checked\]\:bg-primary[data-state="checked"]{background-color: hsl(var(--primary))} .data-\[state\=checked\]\:bg-white[data-state="checked"]{--tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))} .data-\[state\=on\]\:bg-accent[data-state="on"]{background-color: hsl(var(--accent))} .data-\[state\=open\]\:bg-accent[data-state="open"]{background-color: hsl(var(--accent))} .data-\[state\=open\]\:bg-accent\/50[data-state="open"]{background-color: hsl(var(--accent) / 0.5)} .data-\[state\=open\]\:bg-secondary[data-state="open"]{background-color: hsl(var(--secondary))} .data-\[state\=open\]\:bg-zinc-900[data-state="open"]{--tw-bg-opacity: 1; background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1))} .data-\[state\=selected\]\:bg-muted[data-state="selected"]{background-color: hsl(var(--muted))} .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"]{background-color: hsl(var(--input))} .data-\[active\=true\]\:font-medium[data-active="true"]{font-weight: 500} .data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"]{color: hsl(var(--sidebar-accent-foreground))} .data-\[selected\=true\]\:text-accent-foreground[data-selected="true"]{color: hsl(var(--accent-foreground))} .data-\[state\=active\]\:text-foreground[data-state="active"]{color: hsl(var(--foreground))} .data-\[state\=active\]\:text-zinc-950[data-state="active"]{--tw-text-opacity: 1; color: rgb(9 9 11 / var(--tw-text-opacity, 1))} .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"]{color: hsl(var(--primary-foreground))} .data-\[state\=checked\]\:text-purple-600[data-state="checked"]{--tw-text-opacity: 1; color: rgb(147 51 234 / var(--tw-text-opacity, 1))} .data-\[state\=on\]\:text-accent-foreground[data-state="on"]{color: hsl(var(--accent-foreground))} .data-\[state\=open\]\:text-accent-foreground[data-state="open"]{color: hsl(var(--accent-foreground))} .data-\[state\=open\]\:text-muted-foreground[data-state="open"]{color: hsl(var(--muted-foreground))} .data-\[state\=open\]\:text-white[data-state="open"]{--tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1))} .data-\[disabled\=true\]\:opacity-50[data-disabled="true"]{opacity: 0.5} .data-\[disabled\=true\]\:opacity-60[data-disabled="true"]{opacity: 0.6} .data-\[disabled\]\:opacity-50[data-disabled]{opacity: 0.5} .data-\[state\=open\]\:opacity-100[data-state="open"]{opacity: 1} .data-\[state\=active\]\:shadow-sm[data-state="active"]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .data-\[state\=active\]\:ring-1[data-state="active"]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)} .data-\[state\=active\]\:ring-zinc-200[data-state="active"]{--tw-ring-opacity: 1; --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1))} .data-\[swipe\=move\]\:transition-none[data-swipe="move"]{transition-property: none} .data-\[state\=closed\]\:duration-300[data-state="closed"]{transition-duration: 300ms} .data-\[state\=open\]\:duration-500[data-state="open"]{transition-duration: 500ms} .data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"]{animation-name: enter; animation-duration: 150ms; --tw-enter-opacity: initial; --tw-enter-scale: initial; --tw-enter-rotate: initial; --tw-enter-translate-x: initial; --tw-enter-translate-y: initial} .data-\[state\=open\]\:animate-in[data-state="open"]{animation-name: enter; animation-duration: 150ms; --tw-enter-opacity: initial; --tw-enter-scale: initial; --tw-enter-rotate: initial; --tw-enter-translate-x: initial; --tw-enter-translate-y: initial} .data-\[state\=visible\]\:animate-in[data-state="visible"]{animation-name: enter; animation-duration: 150ms; --tw-enter-opacity: initial; --tw-enter-scale: initial; --tw-enter-rotate: initial; --tw-enter-translate-x: initial; --tw-enter-translate-y: initial} .data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"]{animation-name: exit; animation-duration: 150ms; --tw-exit-opacity: initial; --tw-exit-scale: initial; --tw-exit-rotate: initial; --tw-exit-translate-x: initial; --tw-exit-translate-y: initial} .data-\[state\=closed\]\:animate-out[data-state="closed"]{animation-name: exit; animation-duration: 150ms; --tw-exit-opacity: initial; --tw-exit-scale: initial; --tw-exit-rotate: initial; --tw-exit-translate-x: initial; --tw-exit-translate-y: initial} .data-\[state\=hidden\]\:animate-out[data-state="hidden"]{animation-name: exit; animation-duration: 150ms; --tw-exit-opacity: initial; --tw-exit-scale: initial; --tw-exit-rotate: initial; --tw-exit-translate-x: initial; --tw-exit-translate-y: initial} .data-\[swipe\=end\]\:animate-out[data-swipe="end"]{animation-name: exit; animation-duration: 150ms; --tw-exit-opacity: initial; --tw-exit-scale: initial; --tw-exit-rotate: initial; --tw-exit-translate-x: initial; --tw-exit-translate-y: initial} .data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"]{--tw-enter-opacity: 0} .data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"]{--tw-exit-opacity: 0} .data-\[state\=closed\]\:fade-out-0[data-state="closed"]{--tw-exit-opacity: 0} .data-\[state\=closed\]\:fade-out-80[data-state="closed"]{--tw-exit-opacity: 0.8} .data-\[state\=hidden\]\:fade-out[data-state="hidden"]{--tw-exit-opacity: 0} .data-\[state\=open\]\:fade-in-0[data-state="open"]{--tw-enter-opacity: 0} .data-\[state\=visible\]\:fade-in[data-state="visible"]{--tw-enter-opacity: 0} .data-\[state\=closed\]\:zoom-out-95[data-state="closed"]{--tw-exit-scale: .95} .data-\[state\=open\]\:zoom-in-90[data-state="open"]{--tw-enter-scale: .9} .data-\[state\=open\]\:zoom-in-95[data-state="open"]{--tw-enter-scale: .95} .data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"]{--tw-enter-translate-x: 13rem} .data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"]{--tw-enter-translate-x: -13rem} .data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"]{--tw-exit-translate-x: 13rem} .data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"]{--tw-exit-translate-x: -13rem} .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"]{--tw-enter-translate-y: -0.5rem} .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"]{--tw-enter-translate-x: 0.5rem} .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"]{--tw-enter-translate-x: -0.5rem} .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"]{--tw-enter-translate-y: 0.5rem} .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"]{--tw-exit-translate-y: 100%} .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"]{--tw-exit-translate-x: -100%} .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"]{--tw-exit-translate-x: -50%} .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"]{--tw-exit-translate-x: 100%} .data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"]{--tw-exit-translate-x: 100%} .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"]{--tw-exit-translate-y: -100%} .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"]{--tw-exit-translate-y: -48%} .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"]{--tw-enter-translate-y: 100%} .data-\[state\=open\]\:slide-in-from-left[data-state="open"]{--tw-enter-translate-x: -100%} .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"]{--tw-enter-translate-x: -50%} .data-\[state\=open\]\:slide-in-from-right[data-state="open"]{--tw-enter-translate-x: 100%} .data-\[state\=open\]\:slide-in-from-top[data-state="open"]{--tw-enter-translate-y: -100%} .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"]{--tw-enter-translate-y: -48%} .data-\[state\=open\]\:slide-in-from-top-full[data-state="open"]{--tw-enter-translate-y: -100%} .data-\[state\=closed\]\:duration-300[data-state="closed"]{animation-duration: 300ms} .data-\[state\=open\]\:duration-500[data-state="open"]{animation-duration: 500ms} .data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]::after{content: var(--tw-content); left: 0px} .data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]::after{content: var(--tw-content); height: 0.25rem} .data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]::after{content: var(--tw-content); width: 100%} .data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]::after{content: var(--tw-content); --tw-translate-y: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]::after{content: var(--tw-content); --tw-translate-x: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state="open"]{background-color: hsl(var(--sidebar-accent))} .data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state="open"]{color: hsl(var(--sidebar-accent-foreground))} .group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left: calc(var(--sidebar-width) * -1)} .group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right: calc(var(--sidebar-width) * -1)} .group[data-side="left"] .group-data-\[side\=left\]\:-right-4{right: -1rem} .group[data-side="right"] .group-data-\[side\=right\]\:left-0{left: 0px} .group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top: -2rem} .group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:hidden{display: none} .group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!size-8{width: 2rem !important; height: 2rem !important} .group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width: var(--sidebar-width-icon)} .group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width: calc(var(--sidebar-width-icon) + 1rem)} .group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width: calc(var(--sidebar-width-icon) + 1rem + 2px)} .group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:w-0{width: 0px} .group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .group[data-side="right"] .group-data-\[side\=right\]\:rotate-180{--tw-rotate: 180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .group[data-state="open"] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow: hidden} .group[data-variant="floating"] .group-data-\[variant\=floating\]\:rounded-lg{border-radius: 0.5rem} .group[data-variant="floating"] .group-data-\[variant\=floating\]\:border{border-width: 1px} .group[data-side="left"] .group-data-\[side\=left\]\:border-r{border-right-width: 1px} .group[data-side="right"] .group-data-\[side\=right\]\:border-l{border-left-width: 1px} .group[data-variant="floating"] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color: hsl(var(--sidebar-border))} .group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-0{padding: 0px !important} .group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-2{padding: 0.5rem !important} .group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:opacity-0{opacity: 0} .group[data-variant="floating"] .group-data-\[variant\=floating\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} .group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:after\:left-full::after{content: var(--tw-content); left: 100%} .group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{background-color: hsl(var(--sidebar-background))} .peer\/menu-button[data-size="default"] ~ .peer-data-\[size\=default\]\/menu-button\:top-1\.5{top: 0.375rem} .peer\/menu-button[data-size="lg"] ~ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top: 0.625rem} .peer\/menu-button[data-size="sm"] ~ .peer-data-\[size\=sm\]\/menu-button\:top-1{top: 0.25rem} .peer[data-variant="inset"] ~ .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height: calc(100svh - 1rem)} .peer\/menu-button[data-active="true"] ~ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color: hsl(var(--sidebar-accent-foreground))} .dark\:border-blue-800:is(.dark *){--tw-border-opacity: 1; border-color: rgb(30 64 175 / var(--tw-border-opacity, 1))} .dark\:border-destructive:is(.dark *){border-color: hsl(var(--destructive))} .dark\:bg-blue-950:is(.dark *){--tw-bg-opacity: 1; background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1))} .dark\:bg-blue-950\/30:is(.dark *){background-color: rgb(23 37 84 / 0.3)} .dark\:bg-gray-900\/30:is(.dark *){background-color: rgb(17 24 39 / 0.3)} .dark\:bg-green-900\/30:is(.dark *){background-color: rgb(20 83 45 / 0.3)} .dark\:bg-orange-900\/30:is(.dark *){background-color: rgb(124 45 18 / 0.3)} .dark\:bg-red-900\/30:is(.dark *){background-color: rgb(127 29 29 / 0.3)} .dark\:bg-red-950\/20:is(.dark *){background-color: rgb(69 10 10 / 0.2)} .dark\:bg-yellow-900:is(.dark *){--tw-bg-opacity: 1; background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1))} .dark\:bg-yellow-900\/30:is(.dark *){background-color: rgb(113 63 18 / 0.3)} .dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1; color: rgb(191 219 254 / var(--tw-text-opacity, 1))} .dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity, 1))} .dark\:text-green-400:is(.dark *){--tw-text-opacity: 1; color: rgb(74 222 128 / var(--tw-text-opacity, 1))} .dark\:text-orange-400:is(.dark *){--tw-text-opacity: 1; color: rgb(251 146 60 / var(--tw-text-opacity, 1))} .dark\:text-red-400:is(.dark *){--tw-text-opacity: 1; color: rgb(248 113 113 / var(--tw-text-opacity, 1))} @media (min-width: 640px){.sm\:bottom-0{bottom: 0px} .sm\:right-0{right: 0px} .sm\:top-auto{top: auto} .sm\:mt-0{margin-top: 0px} .sm\:block{display: block} .sm\:inline{display: inline} .sm\:flex{display: flex} .sm\:max-w-\[1100px\]{max-width: 1100px} .sm\:max-w-\[420px\]{max-width: 420px} .sm\:max-w-\[425px\]{max-width: 425px} .sm\:max-w-\[520px\]{max-width: 520px} .sm\:max-w-\[640px\]{max-width: 640px} .sm\:max-w-\[800px\]{max-width: 800px} .sm\:max-w-md{max-width: 28rem} .sm\:max-w-sm{max-width: 24rem} .sm\:flex-row{flex-direction: row} .sm\:flex-col{flex-direction: column} .sm\:justify-end{justify-content: flex-end} .sm\:gap-2\.5{gap: 0.625rem} .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))} .sm\:rounded-lg{border-radius: 0.5rem} .sm\:px-6{padding-left: 1.5rem; padding-right: 1.5rem} .sm\:px-8{padding-left: 2rem; padding-right: 2rem} .sm\:text-left{text-align: left} .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"]{--tw-enter-translate-y: 100%} } @media (min-width: 768px){.md\:absolute{position: absolute} .md\:block{display: block} .md\:flex{display: flex} .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width: var(--radix-navigation-menu-viewport-width)} .md\:w-auto{width: auto} .md\:max-w-\[420px\]{max-width: 420px} .md\:grid-cols-2{grid-template-columns: repeat(2, minmax(0, 1fr))} .md\:grid-cols-3{grid-template-columns: repeat(3, minmax(0, 1fr))} .md\:grid-cols-4{grid-template-columns: repeat(4, minmax(0, 1fr))} .md\:text-sm{font-size: 0.875rem; line-height: 1.25rem} .md\:opacity-0{opacity: 0} .after\:md\:hidden::after{content: var(--tw-content); display: none} .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:m-2{margin: 0.5rem} .peer[data-state="collapsed"][data-variant="inset"] ~ .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left: 0.5rem} .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:ml-0{margin-left: 0px} .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius: 0.75rem} .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)} } @media (min-width: 1024px){.lg\:col-span-1{grid-column: span 1 / span 1} .lg\:col-span-2{grid-column: span 2 / span 2} .lg\:col-span-4{grid-column: span 4 / span 4} .lg\:col-span-5{grid-column: span 5 / span 5} .lg\:col-span-7{grid-column: span 7 / span 7} .lg\:col-span-8{grid-column: span 8 / span 8} .lg\:block{display: block} .lg\:grid-cols-12{grid-template-columns: repeat(12, minmax(0, 1fr))} .lg\:grid-cols-2{grid-template-columns: repeat(2, minmax(0, 1fr))} .lg\:grid-cols-3{grid-template-columns: repeat(3, minmax(0, 1fr))} .lg\:grid-cols-4{grid-template-columns: repeat(4, minmax(0, 1fr))} .lg\:grid-cols-5{grid-template-columns: repeat(5, minmax(0, 1fr))} .lg\:grid-cols-7{grid-template-columns: repeat(7, minmax(0, 1fr))} .lg\:px-8{padding-left: 2rem; padding-right: 2rem} } @media print{.print\:p-4{padding: 1rem} } .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right: 0px} .\[\&\>\*\]\:bg-zinc-100>*{--tw-bg-opacity: 1; background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1))} .\[\&\>\*\]\:transition-transform>*{transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms} .\[\&\>\*\]\:duration-500>*{transition-duration: 500ms; animation-duration: 500ms} .\[\&\>button\:hover\]\:bg-white\/5>button:hover{background-color: rgb(255 255 255 / 0.05)} .\[\&\>button\:hover\]\:text-zinc-100>button:hover{--tw-text-opacity: 1; color: rgb(244 244 245 / var(--tw-text-opacity, 1))} .\[\&\>button\>svg\]\:h-4>button>svg{height: 1rem} .\[\&\>button\>svg\]\:w-4>button>svg{width: 1rem} .\[\&\>button\]\:right-5>button{right: 1.25rem} .\[\&\>button\]\:top-5>button{top: 1.25rem} .\[\&\>button\]\:hidden>button{display: none} .\[\&\>button\]\:rounded-md>button{border-radius: 0.375rem} .\[\&\>button\]\:text-zinc-500>button{--tw-text-opacity: 1; color: rgb(113 113 122 / var(--tw-text-opacity, 1))} .\[\&\>button\]\:opacity-100>button{opacity: 1} .\[\&\>span\:last-child\]\:truncate>span:last-child{overflow: hidden; text-overflow: ellipsis; white-space: nowrap} .\[\&\>span\]\:line-clamp-1>span{overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1} .\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .\[\&\>svg\]\:absolute>svg{position: absolute} .\[\&\>svg\]\:left-4>svg{left: 1rem} .\[\&\>svg\]\:top-4>svg{top: 1rem} .\[\&\>svg\]\:size-3\.5>svg{width: 0.875rem; height: 0.875rem} .\[\&\>svg\]\:size-4>svg{width: 1rem; height: 1rem} .\[\&\>svg\]\:h-2\.5>svg{height: 0.625rem} .\[\&\>svg\]\:h-3>svg{height: 0.75rem} .\[\&\>svg\]\:w-2\.5>svg{width: 0.625rem} .\[\&\>svg\]\:w-3>svg{width: 0.75rem} .\[\&\>svg\]\:shrink-0>svg{flex-shrink: 0} .\[\&\>svg\]\:text-destructive>svg{color: hsl(var(--destructive))} .\[\&\>svg\]\:text-foreground>svg{color: hsl(var(--foreground))} .\[\&\>svg\]\:text-muted-foreground>svg{color: hsl(var(--muted-foreground))} .\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color: hsl(var(--sidebar-accent-foreground))} .\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left: 1.75rem} .\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width: 0px} .\[\&\[aria-selected\]\.range-end\]\:rounded-r-md[aria-selected].range-end{border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem} .\[\&\[aria-selected\]\>button\]\:hover\:bg-primary:hover[aria-selected]>button{background-color: hsl(var(--primary))} .\[\&\[aria-selected\]\>button\]\:hover\:text-primary-foreground:hover[aria-selected]>button{color: hsl(var(--primary-foreground))} .\[\&\[aria-selected\]\[data-outside\]\]\:bg-accent\/50[aria-selected][data-outside]{background-color: hsl(var(--accent) / 0.5)} .first\:\[\&\[aria-selected\]\]\:rounded-l-md[aria-selected]:first-child{border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem} .last\:\[\&\[aria-selected\]\]\:rounded-r-md[aria-selected]:last-child{border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem} .\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate: 90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))} .\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill: hsl(var(--muted-foreground))} .\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke='#ccc']{stroke: hsl(var(--border) / 0.5)} .\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke: hsl(var(--border))} .\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke='#fff']{stroke: transparent} .\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline: 2px solid transparent; outline-offset: 2px} .\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke='#ccc']{stroke: hsl(var(--border))} .\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector{fill: hsl(var(--muted))} .\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill: hsl(var(--muted))} .\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke='#ccc']{stroke: hsl(var(--border))} .\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke='#fff']{stroke: transparent} .\[\&_\.recharts-sector\]\:outline-none .recharts-sector{outline: 2px solid transparent; outline-offset: 2px} .\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline: 2px solid transparent; outline-offset: 2px} .\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left: 0.5rem; padding-right: 0.5rem} .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top: 0.375rem; padding-bottom: 0.375rem} .\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size: 0.75rem; line-height: 1rem} .\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight: 500} .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color: hsl(var(--muted-foreground))} .\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group]{padding-top: 0px} .\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left: 0.5rem; padding-right: 0.5rem} .\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height: 1.25rem} .\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width: 1.25rem} .\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height: 3rem} .\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left: 0.5rem; padding-right: 0.5rem} .\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top: 0.75rem; padding-bottom: 0.75rem} .\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height: 1.25rem} .\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width: 1.25rem} .\[\&_p\]\:leading-relaxed p{line-height: 1.625} .\[\&_svg\]\:pointer-events-none svg{pointer-events: none} .\[\&_svg\]\:size-4 svg{width: 1rem; height: 1rem} .\[\&_svg\]\:shrink-0 svg{flex-shrink: 0} .\[\&_table\]\:border-collapse table{border-collapse: collapse} .\[\&_table\]\:border table{border-width: 1px} .\[\&_table\]\:text-xs table{font-size: 0.75rem; line-height: 1rem} .\[\&_table\]\:text-gray-600 table{--tw-text-opacity: 1; color: rgb(75 85 99 / var(--tw-text-opacity, 1))} .\[\&_table_td\]\:border table td{border-width: 1px} .\[\&_table_th\]\:border table th{border-width: 1px} .\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width: 0px} .\[\&_tr\]\:border-b tr{border-bottom-width: 1px} [data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right: -0.5rem} [data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor: e-resize} [data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor: w-resize} [data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left: -0.5rem} [data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor: w-resize} [data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor: e-resize} 