@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";: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{-webkit-backdrop-filter:invert(100%);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) translate(-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)}.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:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.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:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;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;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) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left: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::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgb(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgb(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color, var(--xy-background-color-props, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}:root{--amp-font-family: "DM Sans", Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;--amp-colors-white: #ffffff;--amp-colors-black: #111111;--amp-colors-primary: #000000;--amp-colors-neutral-25: #FEFEFE;--amp-colors-neutral-50: #FDFCFD;--amp-colors-neutral-100: #FAFAFC;--amp-colors-neutral-200: #F6F5F9;--amp-colors-neutral-300: #F1EFF5;--amp-colors-neutral-400: #EDEAF2;--amp-colors-neutral-500: #E8E5EF;--amp-colors-neutral-600: #918E95;--amp-colors-neutral-700: #646266;--amp-colors-neutral-800: #363638;--amp-colors-neutral-900: #1D1D1D;--amp-colors-text-standout: light-dark(var(--amp-colors-black), var(--amp-colors-white));--amp-colors-text-regular: light-dark(var(--amp-colors-neutral-900), var(--amp-colors-neutral-100));--amp-colors-text-muted: light-dark(var(--amp-colors-neutral-700), var(--amp-colors-neutral-200));--amp-colors-bg-primary: light-dark(var(--amp-colors-white), var(--amp-colors-neutral-800));--amp-colors-bg-secondary: light-dark(var(--amp-colors-neutral-50), var(--amp-colors-neutral-900));--amp-colors-bg-highlight: light-dark(var(--amp-colors-neutral-300), var(--amp-colors-neutral-700));--amp-colors-border: light-dark(var(--amp-colors-neutral-300), var(--amp-colors-neutral-700));--amp-default-border-radius: 6px;--amp-colors-status-critical-dark: #702525;--amp-colors-status-critical: #E73D3D;--amp-colors-status-critical-muted: #FFD9D9;--amp-colors-link-text: light-dark(var(--amp-colors-neutral-900), var(--amp-colors-neutral-50));--amp-colors-link-focus: light-dark(var(--amp-colors-neutral-700), var(--amp-colors-neutral-700));--amp-colors-link-active: light-dark(var(--amp-colors-neutral-700), var(--amp-colors-neutral-200));--amp-colors-button-primary: var(--amp-colors-primary);--amp-colors-button-text: var(--amp-colors-white);--amp-colors-input-border-default: light-dark(var(--amp-colors-neutral-500), var(--amp-colors-neutral-700));--amp-colors-input-border-disabled: light-dark(var(--amp-colors-neutral-500), var(--amp-colors-neutral-600));--amp-colors-input-border-focus: light-dark(var(--amp-colors-neutral-900), var(--amp-colors-neutral-50));--amp-colors-input-border-hover: light-dark(var(--amp-colors-neutral-500), var(--amp-colors-neutral-600));--amp-colors-input-content-default: light-dark(var(--amp-colors-black), var(--amp-colors-white));--amp-colors-input-content-disabled: var(--amp-colors-neutral-600);--amp-colors-input-content-placeholder-text: var(--amp-colors-neutral-600);--amp-colors-input-surface-default: light-dark(var(--amp-colors-white), var(--amp-colors-neutral-900));--amp-colors-input-surface-disabled: light-dark(var(--amp-colors-neutral-200), var(--amp-colors-neutral-700));--amp-colors-input-surface-focus: light-dark(var(--amp-colors-white), var(--amp-colors-black));--amp-colors-input-surface-hover: light-dark(var(--amp-colors-neutral-200), var(--amp-colors-neutral-800))}._box_1p7c5_1{border-radius:var(--amp-default-border-radius);background-color:var(--amp-colors-bg-primary);border:1px solid var(--amp-colors-border)}._container_1wvzr_1{max-width:60ch;margin-left:auto;margin-right:auto}._errorBoxContainer_4sdb2_1{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:30px;min-height:300px}._errorBox_4sdb2_1{display:flex;justify-content:center;align-items:center;padding:1em 2rem;border-radius:var(--amp-default-border-radius);background-color:var(--amp-colors-status-critical-muted);border:1px solid var(--amp-colors-status-critical-muted)}._errorText_4sdb2_20{color:var(--amp-colors-status-critical-dark)}._loader_6ubm6_1{animation:_rotate_6ubm6_1 1s infinite;height:50px;width:50px}._loader_6ubm6_1:before,._loader_6ubm6_1:after{border-radius:50%;content:"";display:block;height:20px;width:20px}._loader_6ubm6_1:before{animation:_ball1_6ubm6_1 1s infinite;background-color:var(--amp-colors-primary);box-shadow:30px 0 0 var(--amp-colors-neutral-700);margin-bottom:10px}._loader_6ubm6_1:after{animation:_ball2_6ubm6_1 1s infinite;background-color:var(--amp-colors-neutral-700);box-shadow:30px 0 0 var(--amp-colors-primary)}@keyframes _rotate_6ubm6_1{0%{transform:rotate(0) scale(.8)}50%{transform:rotate(360deg) scale(1.2)}to{transform:rotate(720deg) scale(.8)}}@keyframes _ball1_6ubm6_1{0%{box-shadow:30px 0 0 var(--amp-colors-neutral-700)}50%{box-shadow:0 0 0 var(--amp-colors-neutral-700);margin-bottom:0;transform:translate(15px,15px)}to{box-shadow:30px 0 0 var(--amp-colors-neutral-700);margin-bottom:10px}}@keyframes _ball2_6ubm6_1{0%{box-shadow:30px 0 0 var(--amp-colors-primary)}50%{box-shadow:0 0 0 var(--amp-colors-primary);margin-top:-20px;transform:translate(15px,15px)}to{box-shadow:30px 0 0 var(--amp-colors-primary);margin-top:0}}._resetContainer_lkwv9_4 *,._resetContainer_lkwv9_4 *:before,._resetContainer_lkwv9_4 *:after{box-sizing:border-box}._resetContainer_lkwv9_4 *{font-family:var(--amp-font-family)}._resetContainer_lkwv9_4 body,._resetContainer_lkwv9_4 h1,._resetContainer_lkwv9_4 h2,._resetContainer_lkwv9_4 h3,._resetContainer_lkwv9_4 h4,._resetContainer_lkwv9_4 h5,._resetContainer_lkwv9_4 h6,._resetContainer_lkwv9_4 p{margin:0;padding:0}._resetContainer_lkwv9_4 button{cursor:pointer}._button_1kk7v_1{color:var(--amp-colors-button-text);background-color:var(--amp-colors-button-primary);border-radius:var(--amp-default-border-radius);border:1px solid;border-color:var(--amp-colors-border);height:2.5rem;font-size:1rem;font-weight:500;line-height:1.5rem;padding:0 1rem;transition:all .1s ease}._button_1kk7v_1:hover{opacity:.8}._buttonError_1kk7v_20{border:1px solid var(--amp-colors-status-critical)}._button_1kk7v_1:focus:enabled{border:2px solid var(--amp-colors-input-border-focus);outline:none}._button_1kk7v_1:disabled{opacity:.5;cursor:not-allowed}._danger_1kk7v_34{color:var(--amp-colors-status-critical);background-color:var(--amp-colors-bg-secondary)}._ghost_1kk7v_39{border-color:var(--amp-colors-border);background-color:var(--amp-colors-bg-secondary);color:var(--amp-colors-text-regular)}._comboboxContainer_9s7ov_1{width:100%;display:flex;flex-direction:column;gap:.5rem}._label_9s7ov_8{font-size:1rem}._inputContainer_9s7ov_12{display:flex;border:1px solid;border-color:var(--amp-colors-input-border-default);border-radius:var(--amp-default-border-radius)}._input_9s7ov_12{padding:.5rem;width:100%;font-size:1rem;background-color:var(--amp-colors-input-surface-default);color:var(--amp-colors-input-content-default);border-top-left-radius:var(--amp-default-border-radius);border-bottom-left-radius:var(--amp-default-border-radius)}._input_9s7ov_12:focus-visible{outline:1px solid var(--amp-colors-input-border-focus)}._toggleButton_9s7ov_33{padding:.5rem;cursor:pointer;background-color:var(--amp-colors-bg-highlight)}._menu_9s7ov_39{position:absolute;background-color:var(--amp-colors-input-surface-default);width:100%;max-height:200px;overflow-y:auto;margin-top:.25rem;border:1px solid;border-color:var(--amp-colors-input-border-default);z-index:10;border-radius:var(--amp-default-border-radius);padding:0;font-size:.8rem}._menuItem_9s7ov_54{padding:.5rem;display:flex;flex-direction:column}._menuItem_9s7ov_54:hover,._highlighted_9s7ov_61{background-color:var(--amp-colors-input-surface-hover)}._selected_9s7ov_65{font-weight:700}._hidden_9s7ov_69{display:none}._formControl_9qd8d_1{margin-bottom:.25rem}._formLabel_9qd8d_5{font-weight:700;margin-bottom:.5rem;display:block}._formLabelRequired_9qd8d_11:after{content:" *";color:var(--amp-colors-status-critical-dark)}._formInput_9qd8d_16{position:relative}._formInputInvalid_9qd8d_20 input{border-color:var(--amp-colors-status-critical)}._formError_9qd8d_24{color:var(--amp-colors-status-critical-dark);font-size:.875rem;margin-top:.5rem}._disabled_9qd8d_30{opacity:.6;pointer-events:none}._divider_1kmoj_1{border:none;height:1px;background:var(--amp-colors-border)}._checkboxGroupContainer_1ya1t_1{margin-bottom:10px;border:1px solid var(--amp-colors-border);border-radius:var(--amp-default-border-radius)}._stack_1ya1t_6{overflow-y:scroll;max-height:300px}._selectAllContainer_1ya1t_11{background-color:var(--amp-colors-bg-highlight);padding:8px 10px;display:flex;align-items:center}._fieldContainer_1ya1t_18{padding:8px 10px;border-bottom:1px solid var(--amp-colors-border);display:flex;align-items:center}._checkbox_1ya1t_1{margin-right:10px;background-color:var(--amp-colors-bg-primary);width:20px;height:20px;border-radius:4px;display:flex;justify-content:center;border:1px solid var(--amp-colors-input-border-default);cursor:pointer;flex:none}._checkbox_1ya1t_1:hover{background-color:var(--amp-colors-input-surface-hover);border-color:var(--amp-colors-input-border-hover)}._checkbox_1ya1t_1:focus{box-shadow:0 0 0 2px var(--amp-colors-focus-border);border-color:var(--amp-colors-input-border-focus)}._input_10rzg_1{border-radius:var(--amp-default-border-radius);border:1px solid;border-color:var(--amp-colors-input-border-default);height:2.5rem;transition:all .2s ease-in;color:var(--amp-colors-input-content-default);background-color:var(--amp-colors-input-surface-default);font-size:1rem;font-weight:400;line-height:1.5rem;padding:0 1rem;width:100%;transition:all .1s ease}._input_10rzg_1:hover{border-color:var(--amp-colors-input-border-hover);background-color:var(--amp-colors-input-surface-hover)}._input_10rzg_1::-moz-placeholder{color:var(--amp-colors-input-content-placeholder-text)}._input_10rzg_1::placeholder{color:var(--amp-colors-input-content-placeholder-text)}._inputError_10rzg_27{border:1px solid var(--amp-colors-status-critical)}._input_10rzg_1:focus:enabled{border:2px solid var(--amp-colors-input-border-focus);outline:none;background-color:var(--amp-colors-input-surface-focus)}._input_10rzg_1:disabled{background-color:var(--amp-colors-input-surface-disabled);border:1px solid var(--amp-colors-input-border-disabled);color:var(--amp-colors-input-content-disabled)}._error_10rzg_43{color:var(--amp-colors-status-critical);font-size:.875rem;font-weight:400;line-height:1.25rem}._link_oo2kv_1{color:var(--amp-colors-link-text);text-decoration:none;font-weight:500}._link_oo2kv_1:hover,._link_oo2kv_1:focus{text-decoration:underline;outline:none}._link_oo2kv_1:focus{outline:2px solid var(--amp-colors-link-focus);outline-offset:2px}._link_oo2kv_1:active{color:var(--amp-colors-link-active)}._textarea_18zl4_1{border-radius:var(--amp-default-border-radius);border:1px solid;border-color:var(--amp-colors-input-border-default);background-color:var(--amp-colors-input-surface-default);color:var(--amp-colors-input-content-default);font-size:1rem;font-weight:400;line-height:1.5rem;padding:.5rem 1rem;transition:all .05s ease-in}._textareaError_18zl4_14{border-color:var(--amp-colors-status-critical)}._textarea_18zl4_1:focus:enabled{border:2px solid var(--amp-colors-input-border-focus);outline:none}._textarea_18zl4_1:disabled{color:var(--amp-colors-input-content-disabled);background-color:var(--amp-colors-input-surface-disabled);border:1px solid var(--amp-colors-input-border-disabled)}._error_18zl4_29{color:var(--amp-colors-status-critical-dark);font-size:.875rem;font-weight:400;line-height:1.25rem}._tabsRoot_ktpr0_1{display:flex;width:100%}._tabsList_ktpr0_6{display:flex;flex-direction:column;width:100%}._tabTrigger_ktpr0_12{all:unset;padding:10px;cursor:pointer;background-color:var(--amp-colors-tabs-background);border-radius:var(--amp-default-border-radius);margin-bottom:5px}._tabTrigger_ktpr0_12:hover,._tabTrigger_ktpr0_12[data-state=active]{background-color:var(--amp-colors-bg-highlight)}._danger_ktpr0_29{color:var(--amp-colors-status-critical)}.calcom-atoms .react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.calcom-atoms .react-tel-input :disabled{cursor:not-allowed}.calcom-atoms .react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACmCAMAAAACnqETAAADAFBMVEUAAAD30gQCKn0GJJ4MP4kMlD43WGf9/f329vcBAQHhAADx8vHvAwL8AQL7UlL4RUUzqDP2MjLp6un2Jyj0Ghn2PTr9fHvi5OJYuln7Xl75+UPpNzXUAQH29jH6cXC+AAIAJwBNtE/23Ff5aGdDr0TJAQHsZV3qR0IAOQB3x3fdRD/Z2NvuWFLkcG7fVlH4kI4AAlXO0M8BATsdS6MCagIBfQEASgPoKSc4VKL442q4xeQAigD46eetAABYd9jvf3nZMiwAAoD30zz55X5ng9tPbKZnwGXz8x77+lY7OTjzzikABGsenh72pKNPldEAWgHgGBgAACH88/Gqt95JR0OWAwP3uLd/qdr53kMBBJJ3d3XMPTpWer8NnAwABKPH1O1VVFIuLSz13NtZnlf2kEh9keLn7vfZ4vNkZGHzvwJIXZRfZLuDwfv4y8tvk79LlUblzsxorGcCBusFKuYCCcdmfq5jqvlxt/tzktEABLb8/HL2tlTAw8SLlMFpj/ZlpNhBZ81BYbQcGxuToN9SYdjXY2Lz7lD0dCQ6S9Dm0EUCYPdDlvWWvd2AnviXqc11eMZTqPc3cPMCRev16ZrRUE0Hf/tNT7HIJyTptDVTffSsTkvhtgQ0T4jigoFUx/g+hsX9/QUHzQY1dbJ7sHV02Pduvd0leiK1XmaTrfpCQPgELrrdsrY1NamgyPrh03iPxosvX92ysbCgoZzk5kP1YD7t6AILnu+45LykNS40qvXDdHnR6tBennz6u3TSxU1Or9Swz6wqzCsPZKzglJbIqEY8hDhyAgFzbJxuOC+Li4d9sJLFsnhwbvH2d1A3kzAqPZQITsN76nq2dzaZdKJf4F6RJkb078YFiM+tnWZGh2F+dDibykYoMcsnekdI1UhCAwWb25qVkEq43km9yBrclQMGwfyZ3/zZ2QK9gJxsJWCBUk32QwqOSYKRxh6Xdm3B4oMW22EPZzawnR72kgZltCqPxrdH1dkBkqDdWwwMwMO9O2sqKXHvipPGJkzlRVLhJjVIs9KrAAAAB3RSTlMA/v3+/Pn9Fk05qAAAUU9JREFUeNp0nAlYVNcVxzHazoroGBkXhAgCCjMsroDoKIgKdFABBwQUnSAoCqLRFBfcCBIM4kbqShO1hlSrCJqQQmNssVFqjBarsdjFJWlMTOLXJDZt8/X7+j/n3pk3vNq/bb8+3nbP79137/+dd954qTVt8uTJL73OMhqNer03ady4cWOhWbNmjV+0FfKGjMb36Y9/1fXUst9cb2y8/lpb797z5k2dOjXVD9Ljn59fcHBwQEDAgGch3l9on6feeeedn0r9kvT222+/sErRgvcDArwV8f5tN/rcvPnMZ22pqVFRSVGjR38k9Rsp9fLql/MXLj20VGjt2rVeak2Og/auI/kHBQ3We/tCo0ZNhwYNGj58/NaWlpbOyMhIX1//2/jTrICvckhXruQsWbJw4cL3tzhPORynSk5lZWVtglL9IkmdDQ05NqvVGhLwbKSUL+Tvb9yH/2sj+eN0IZZ3fvq3Hnp71ZtCOyofdnTYSzq9xX7UtsF9+/Y1FpeZT54sc2aUlq6Jy89YM/qj2oZaoeOkMR8dV/Tee++NWb04rrA5MRYKDAyc/NKCpwDIyKhE9LEzZ/r4DLQAAE6EyEeM6AcNH7m1pTMnB+fHX7tG9Bs0Xt+GwM/frqm5tz950aKDk6rsiA0xbUrbRAii/BDeV9bGhQsPRlyOCAuZ9GykZwT++n2RHPnVYQU+oaFDPQD8jEQAPiDdaLPaHGVXbn/O7YHQuIH9B/gYgzts1iqrtSopKWlNRkzS6I8arFaOFvTfew8AfiYil/rN6sWTKwtbArOzExISUl7+vwCuQNt8Bg71AQCcTwNpWeFbW3IIQEmJr08XgIzX2xDcvZrs7Jru5EWXwwKSwh2RkQ77w7Q0bXp6YRoDaKO+kZl8MCwsYpJ3pEf8liAAoPhDhqUMQ/wAkF+oqKiosJYA7HxotdnTtVe6Pr/S0h+AI90QffU3T9obGuwdD5PqkmJiMtbM+ajWI/60TX0COhoarAAE1dfXV80FgMmLi1oSKP7/B6ASAGyBV4YM7D/Bx8/bF7g5fgmgEwCCSiJtJQRgxEi9zZqVdYUu9pW0tLCIgOvxdR0dpxx5aWl7EzV7CYDV+tXnCzMzkzMvE4AFlTuhZaSf/OQny1L32RC+JcHikzJ06NAJoe+YNKRbsbG3xPlWZTxssNmdOP/J27ffudLJ60V7DAaT1lxRVvfwYe3Jlrq4uJiKjAwAcIWP+BkAhV/i7HA0uAG8BAIUf8qfzvwvgJcQf+XMK4GWi8OGTpgQ6uftzwC0LIM2WgcASwaXOBwlA7v6/YgAhFRt2pRGeu0/UyImbal77eHDo2kVAJAeKwE0fl6P63/5nSlTAKBCiR8AovbZEL9lf8I5AMD5booAE7OzY8X5fhGJi0/nTzTcMh+80iIBaF0APqvIu3EjqfRGcV3S4aSKYk8AaW4ADU4gOFlfn8sAXnoJBDpTCMDL87zU2kwATl+x1Nw+P2HChKHBBMDHFT8DwGjX11FSYu/f/aMf9XtOjwAacf2hmxRg7ywXDrr30kb7NVhDquo/z0y+nJs7ZUoYA5DxM4BFmcnJyV93PzjbvQhK3urqAYF7xflWVT5ssDaU4Ox7T9+6Ei4BaN0AUkvXJEExMTGHD9cdFgA2yfgZQAP1f0dJw0lrfS4BmIb4z5yZBgL/H8DibbehGROenQ0AQRhvZPwQAGDQ8wlqsFkmdP9ofr/n/OgK2ml1xxQECAAy/tdee++91wCA1mfWJy/KXUTr536T+O67764X2r9//T+3JkPdDx50f7qItDXfff+zeAxY1lYV0VCmPV1Ts5fGAGUYDbHpo0qT6vKTignAtWvXiuf0StwGZZPQybMPAYC8/xF/bj0AUPwvvzytKCdl6dMAvJxRuXjxkCHnL86YMXs2A8B4m4yWQTrdIp0uByMajcATJrwzXwCIiIjAFSrbJwGI+FlH00YH8/rQy5enQPsYgBK/BLCI1c0Afonhn/XjH8MNLP9o1Y4Pfg795N9hYQ23bt1q4fb07z+A/ITR2J8AFJnqOP7iuj7Fc35TK+9/bkPaM+NGiSnsB6wRIwGA4n/5T5Pzc5aeeAqAP1VCM4niWRqVgr1p1sEYlskNJQC4BQZbLJi0MAgCgBUKqYo3VEVEhIWFTZqXtYmVxiIAtB4QeDUAvMuSFBgAJCkwAKHlLAKw4wMIFG5URVgdLdwedEq6BuCgj1qzpi4uiVScYa6I0fWKJQVC2aRDY0eNWrlyECwMMIDDc2vZ6UF0F7z8tB5w4kTvtZ+ygklGkk4lvZ6sne45SDg8aJIQ2z+4Mmg0qcfauXPnfvPNN9XV/1S0VSWyf1Ls4FZ5aIHu/blGKb2UOM0ckq4PmsZ2b8yYMb2l4FbhX8ePHwmhuSPXkhaQ5q0tXzBvntdUUq9eSyFu9njXxpA74Leg198yktRWVI4OkAkymw2Q3WO90+nnN3u2H0QkHI6JpHHj2GvTYdsupd68GfVZ4yTJqJeUaNKhQ+rzCUvOMXEr//4vD3333XdLe+rRJx4iqumDnT2O5zW1HII1hPLy8pJGjz9GWgk9D61Al4fWkWay9VRbUa1GEVCYDRoonu0dr++n0ZQ0dMCNdDRYHVrtuImjWHQ80lvfl4WfhJetw1CFm6h+rkazd28iJHvyIe/IHt7ZOBY7o4GPH4smPqf7nRwz/sH6bmmi2HtvYiBUYPxEcZakt701PdsPAIhb3DBbYmIIAOK+F9HXJ6z7t799AwDI48+cOQRi66m2ogoAYVwIQEkQb8DrJza1azRWq9NpjUjXtg+aNXHU9EEQHW/YsGFD3toHMFZbgzUsDNPkPgAgpScG1vA4TgB8PZATAAoc6IasWPHhhwCQkyNCdwMIJCVqDabA8+cAAJFLYVD92dvpjvQe7ZcA7p0/350dEzNmy+iRAHBPrO9+AwB41Of4h2HoFdZYhsfL7ej7QmbSBdED/GkDXv+ju9Pv4i9mM+g09Rs1duKoQSQR/4whb7msbFhufHy8M2xup6AZ3sHzWOChaveIWQCtn00A7s/84MDuD4bd+fBDcYEukrVna5fwMQPAsqnQZOqqLtBzezysvHd6z/YLANndUELMGAmgXqzPfeON3+IE8PHbuL2YegYCAO+/fz/io2VMM+5HpR/BGXIPGCzix3oAaBo13aApK9Mahg8fNAo9ANsPGi7iB4BLZRUPH9advJGb6zx+3Jk7FwFtCNekNzQUabW3cAv0Ek9uUA0U+PGsY4NmzrxQVBS3e82wGQDA7bvI8SsAsgNP7y26HV4GALyeJzGaY5J18fZ4GT+3DwBK8/K2ZF/s7v46ZYwEsMJHrJ/gApBJ8QPAs9gh2BYBnT077OwUnvcBwB0/nCEAQPFBdADefv5dPEu3p2u18e39Bg2aPou2h9wNmP3wi7bGL9qsuVOcizoBgM/X0BBtamggK2wGABn+WSLw8awm9P4Du3ecys+aMWPGt6J9medF/EsBIBbxJxSFm4vM5moJAOGL+AHAO90jfglgy5bshO7uFAIQM2fkyhUr6sX6fW+MJQDYX1wvWI/+uOIc79mziJec4ESxDPGy6AF9RfzYHgBw02s7yswNhf1GDJ8+lvcfPgKrxfoAa0S9uP9HTV95LHdur8TzuF7W5OSqDdEGAFiaiIjk9U8hAMdw+1Ts3r37VPOMGR/K9l3k+CUA9P9b4c6y8LKC6upqAiDj3wpxD1Dix/m9Uku3KAD6xMx5DgC6xfrLYwnAEuw/jOJnAMHjpnvECwA8aK5YseK3EA2aogf0pQNIAIOaXI8S0/sBAPaHaLUEIOJHPmjUsWACACN7/qLVmoz2Zjabv3x8X+oBdP/DWeih94d9sHv3BzO+fOOND6l9C93xL00BgOy97dHo/ZHm6EcAwM8OHlZ+YLpFtF9eQAGA9+81pg8DQCzdU3D9Ef/YN3AC8OP4Z5D1DBg7XYmfAKitqYl7AA8AvDxxVLtGW1VVVhYRZjC0jhg/Tuzv3j6gCuEjfghGYd/cXrFk5BNqai4K633k938h/Zp15C8Tx68E7X7Dtm2b8QZEAH743j8gYQQwC8TGlp08Z7ZWC+k/4eFf6pc//Sje3+TZ/pFeqXkQ7hoIhhoAnve8ogRgCQZBMQsgTgBgXykpAoDKmpoIuJP/wMvzwaOKHkisVfUnDYZZ2J/k3n4ST/94UiHt2/d+Lx7yttFAXnP+60W6+X9ggQFzGDdeOJT791fQNAgAv/qHFFMAAJou7AWQBCAkKXzknW71bD96APnWQ4c+hthRsv1Ty2WNA4InwYYpzhJSW1MT+lmkxx9awyfNhQVmvf9+c9M4kVt1by8tsmuLub3I/in6er7URGkh1SZ1znfk/xR9o2oP7F8Pax1vbO8RgJcwhYp8BvpMcD1t+0GffPJ7xUo+CA54Yc+DPXv2vGA0vkBavfqIW+xeH3kr8iJ9QxJegQNpu/TMzZupnzXOkQ7+OkumeCCOU+Si2Sr7kR6RkQZ/iA0y62PWVKlUiLy8fsz1MSd6s+YhLz1vu0t7ILS4T1Rqn2cU9fF6YQdpMZIAG6dNmzZ5bX+7PZKGsXi0CM9xwZ+0DmuVnejxsHMDJu3Zu24vkrT+QTtYq4/8nvWHPzyeCa2HUySRbzMKAO9CGhZ15Pku67uGlaS7frzoeFat26uY2CpzijiIrbKfLdH2buy7eKLkR8oAaXWhQNLH8+qEKirKy0tLS6O8bXVZQpvg8dPmbV/O+jH0IvRClLY06hkPAcBGqLa19ckBzC0HVg+0R9rQFpqFtWER1oBPhr3+eutPocevPzIaBwTseTORAu/rQ7sd2AgA4g69T1PlfmGVsX9fn8ESALk4ER5Gsb/Mny2tbzGkPQwASH1s2iTDBwC2yhYeVdgq+yXODAwpCCzAozT7Dml12fqR8VGcOMtk9A0pkUvsI7YvR+DQrl2vQLtWpdbFPAVAq8lgMrcygKEEoKQsJKTMYQgLDQn4ZN3r60T43ngSrH5g1rBcWaINAoCMX1plXq8GoBUAXNYX4RcfPqzVXa8tqk3bpATAVtnCVpytsp8tsCBifcJVil8BoFhfu7OE5RCyGn0HWxweQLYvf/HF2tp1T568IgD0Gf2MJilKBSCrPf5Cc3h76e4zuwmAv8ZqQ5cLMwwNA4DWn+IfwoeqX3/8kQvAQC2rGQCU+NkqywuiAqAVACa6rO/hYsR/uBi3wKZd7wGA1gPAcEvfhAQAmEEA4DwLEgo4/tmzwyYdYqurWF+9zWKxhCKlTjnV2WEBxkhHX5/G8jSZEZoKALWJWbuyYgWBVRgA6vqk9hgDNh54YtI2t2jbn5wBgAl2m1XTYAmxhFoNU5DG/uRnHuG/d/yjEa0X7kID+99tgu6OxTytxK8A0KoAaCGexz+rWHPpUtKaG4e1hwnAhhNZlLtMhwyG+HhDGVvl0PXZ2fv7w3oMe8vPijuf4of2AQCyutDmzWdI1zcv0Psr8SOFF2As0Th8Qr84CiEzcjSKni09b4l5C+al4r9uAcCBA1nthuYKc3spA4i0hWgNdFazgbK8n3iEjzct380S1rd/f+mkAECJH87O21/2v76eALQM4MiRX0+MKqXsFXSYAei8/d3WXLHaoQNTUga4AYSGiesPTSEASvwEwCrin4D4GYAv4m9MS5M5yalGX1uixccntCDwKqf5n5FSboGNBw4caG03m1tbz5zZs3v1bAAAKvtJDAuzAeD1c0r4DEBY4f4DKH4C8AclfgYQxFl0etRWAAj+RwjA6DUyfuoC3xt02F6JnwDQ8UNpeQAB+DTY6op/HxJLU+au3jj5JYRPwvR5ZoFN3v12oVxjkE+oXbG+4o71WH5dJa9VALD7wBPMArvP7AEAfaTVgm3NZkzcszHoBCvhM4BvhTcfMOCB8OZH/sDxp0hrCwA8PvKjNqkaAPaL80sAyvU3fF+sU1tptspDaRkA3gKAEIoforwaAPhZ3f2de4RWeUvAARqDKH65ZDKE7/nxriexm17ZtO0JxvhXX1n1Q5UAYCMQTCsvn7ybEuYL9JE2q9jfZJoSBgADEP5xt757MJM0xMcHUUOfzr9Pywlua+vtThhJAOvdPYDc/LjRayC+CxiDTm2l2SpbeJmPHywzyhLDXH1ICI96wEAcAlIr4ABKSThuXt4c75ByyJ2Zj9qDWbD2SSJmAdaqBSp5CdPoB5frx9LDdEVDG6C5cKnB/xz1kdB3rAcP2Bb7+X0q9GtOXirWU7HGEgBSwI/CoehosrIT2f7pFKmtNFvlYF4W/jvAI6kMoX2y1kBIZKBHu1PDwfNI7A1ZbP+UIgPMAn08hFnAIOROal3P6pnlzSQlK8pHf4F2s+AwjSRNvDsCadl76bQif9tbqDBdNvzPfxcy8+nCw1OULDDrOukEi7PXnngo+IDLY8UZZMmGOmsMn09yPTI8VwjhWEUkXIY4mYVu2/7qq9tJXuqsLoxJj+XMZqEWUmdnskabf8olWOI9Rl9Ik07vqeh1id/EpqZRUGKOhksqxveuZGm0Idx3g//+BPrd734n793wXnuFEoUOXc+ClJcrC4wiI8rv0On4GNUbbh8TBRtwDOPVWerxv2P9SuiPukKcBwd0xRPusuLSH+/xUmd1r9dm5XsuZzZ35kBLxCt+ANBoihA5CY6YAODEmnS8KRpIr7cBgJp2uyDkahcmi+EAUE7SpvPQFRrw9yfcvk5nPHUyApDokQWPBQCOXN7DafPo+ABH1RN8fL0t6OrVq1X3eC7C8dVZ6vHu2P/4xz//WQDAQ44rnmhXFlrYYxeAW+mJ6bcSEyUAEFCyqJdPfkX6HLp8+fJXBEBTyAR2uAD0tWjSfbh9BGAUxX/1zi8HVXcpAHZq03m9BNBptXY4ET8DUOKXANJk/AxAFETYbO/ayJ3aACAwcH3gep/Qru4PUZ8w/nW8X9gWOMSdZR7bRG81jkOU1XjeDUArFOey4i++WFW1vr4NAMTLaFjLvekuAJvylYKIXIcvFcQItzLB9o5G44CzylcA+Pe1+GjS+fojwGDO4hbcOfuXX35bnZ0deIgB7Nyp1QqrygB+1Wb9lbOBAUQTAOV1XuwhdRZXI7Q3UVplfSKS45aEc0MH9p/yTveKkQCw7WrIXneWmYDMrD3++Mnx47x8Iqt8GiTs4+bJ8y6V3Xj4sOLkjV27qjA9AYCBvGJsQkLgXraKBAAEOsCdZPfLdbjjRwQAUOJvxy7t/BK+NKuPhqVYTX6PEHJ101+qq8MWLcrUqdf/ne5Pa+OvMLPRPB3dBw+ychaDSkers7gaFiAliv31sSHr14euv0o8n322XoeAHXhwOyuydsMYwJDax0+ePD5OywCA8NM4fAIwdWfdtIqKvKyMXbuKDPWFRS8wAG3r3lvtF0RBAveANuqv7K2Dc+3K9Z/g7gGtlKRja9sjPjSQF6/eqc7+9ttztKz3Z6uarl22BcqL+jvdo1URvyqzGbSUpOTX6XlkW0mvpaqzuBLA6dOxOD4DKMA7koRzaMyUf3+xczUCvlVgic+m+CWAIUNqjz95vEkBwJdfAniVhj6+/xuRjGyTAO42XRjVxJMfACjxE4CuveRlC2SO7d13NJD59yJFSQD0QRj+tPHu7flhpqv6y+pv/9lF7wn0QexZ4g1bBIBZBCAnIsJaEm+QAJT4f/Naqrmndd2wCFMPhuHTp3OWQDk6vS1hfcL+6v6I/iU8vgPAkAs1+5vPIn62zt6+56AsdNChjx49OqcvwsEQPx2OjwcAIv5d+YW5hfkSgNZ814wNGADHP0HEo58Q8PXe2Fjx/JkCxd7T8uXn+CUA3P4AILcPFu8NuqrDziF+lND4hfCjigAQsywKozQN0Esc8eJ89LTHLk8+7ZmV+LnBnJX2KNAA8KvVQ//9xWTYkDNnJq9VW2m5XF8vl2lSx/X3AMDhU35kee7yXS94mfh8St78RNZDOetAEwBAmaRjoS6t4a7M0TKFcWxNtfE+cvvgsWKCjs3U8jwFAGxd0w150DIAkHO0QSjaSPM3Pa6BI+RnVtojAPAErBRo6AeHtN1YDP8uRra1aiutXgYALTZ1H287pn+SxAAA0pFB0aQT7wuzKbOQwV93kfC/Qt13j/TI0k5kg2Yqox1YY0VBwlKdWXgx6VvLzKlRrPEjRU53Q7QQdpenE/bW7G7JBpZOpUmfLVi9arXQWkhtpdXLZP8WzFsQFx3Hh2vm/CjrBZaX9UbvmzenotZWWmpZ3AOJUgvCtkq/2u2Vy0lmbiOfZhxLqSWuyC/FpS5qbCyiW/6LUm/om2rv6mrvR9VGyCRkNErs6uOprS2bcpaZ91Bbd0CTmsTiPd/i8gtuzxGVPpoIebTY61qJ+aT9pJOytEnQ6NfiSBlxcbWsMTRG7LBtdFvJ8nxI9FAyKEhgkJRa4jqHpigjQxMZqamry/fV1Hk3eWRx198zmjTpmEZovSbe7tRGq4+ntraGnlY9nJfT47Wu5YAGVIKSZIEF7y8KOrg9R5C++r2iI6/W9myvF2p3/YNwyqQYcl/Fc14TkcNAk+r60AkPhBzg0wkA4GNi2fyDCMAg5VURKkfz4uwOzWJN0GBNuR0Qrnk3jTrrqlh68O1wvDlyNCBp6R+k0Tqq7ACgOp7K2koA6b7xSgFGeuTgvkElWBYAEDgidxVY8P5c0DGMrbLTgx908tVTPdo73uumw+4baW94WByTlp+fFuMCkJGhBqD1ACCeFP2pTg/WVzkgTpiXUV6GtCCeD4Li82N29vYGoDs1/Lrvy379ngcADaWtg0JwMAe8ufp46gIM+brdYnEKL4/lSF5fItqjFE6ms6/g/UVBB18Qb1xgeno4x7qqf/XUKdr81i2ZIfJaU1LR0YEsbUxMWmnFUQEgP5/sYFxceXlWn1XIGR6w0JzDWosGZ2SIBgeFwJvDeBBvtxWVz5Ior2Xle486i4KIO1fP3aEXkiv0QQ47pa9CQoTTnP304227d08ejwMsszRaylwAZIGDvwCw/RQ8ObRRaBUXcIiCDpwPAN6NvQoN5vgHngOA5XT7NDVJa+31WUXSjRsxa27EXEuLawGAo3HU/+OysnBjlpdmPeNnExkYV16+HO3NEKMQJjgrGizjl1a0MTLI4xL2vek9KrBg+IiuhBRUFhMAfrojiae74Kcf715m8j0+ngDgj/vBR9QOAyArUmj2njc5cJmkOLCKa5u5PTO4YMM7cR0REPELAMtxxA0bpDX3SsXYFwNdu5bWmZN0bc7RjNraOMSPHpBRCgCrKWcYKq//njNrp4kGmyCQCQlGg5X40WDZA3z6u3vAnUEjRtw5d+5LAJi/Qm9xcOstFht9JxHp9/TjDeteKJyd7AFhuVPKhFX39vcXXd4hssjbuQO4IGxkAD6iPZy1Rg9Yj/g5/IGPAGD58kJ42Q0bwnE8AUDG39mZl5eToyMAiL62Fok2AkD34O7QM26jlIcG14oui6sYEjymrpxeyuUJlaZuqViWnz5Y0x8AQpt7J6V6Hxs+4k4N2chD386f/6EeRseB9lso89oBY6I+3lhVAQYDSHfud5qEkUEWGftj574ii2xWUqJyPTqfKOjg/WlQ5P7v4wJwSguhoJEV7hW1huOHKO1xDQD45aJWWyoAUAPOhBEAgwtAbZ2YhC2haDA/bbkfNvKmxmRobJF5mgEDNL/Q2EPKU72nD7rPPhq5rwf9CIDdageAUK2hod4GAKrj/U8BRiQ/ju8/R/7UJ4Ssbl9HutbpL63uUws2RH/k5bKe1vrKq8td1nsflDsXAES5OXQY9da639SS6uQswAC0ByyTlR6QAQkbEgIBQNbicggY8qCpdRpb3M6dNAguS4rTWC4ZjwVCXIABCitgdZ2RGNBDMAs4bSUAoDre/xRgsCFYvx5hkbkVVjfIv6/L6j61YIMLOs7ysuvttdSRV+vcnqEecycAiFpbFtUbiEpbzpiy6NKsDlhL/pS1ZQuq6TZwkjCYJOtuSVNJpZ8nIQeaf/NmPlKyz9R+b4T++cj46JF+9iM9JK2un5+0uurjkX2T5Qsso5Df/7O6smCj5/a93oI+5eUjKu0JVpLMJK/r18PDZRaWq4i3k0ykcHbLKmcqaoVlCvcQtGjEjyZ6emF1Fre3CpDa6vKZhbHn8wdLueytnqU8n7CTFSllugeMik0WaJd6CrUZDTfmwep/cY3S5M/hmqjP73V9Mj0uKjnA7ZQtFebiRWiVt8x/yrHW6GE1SYf8Hraa2psUa2m0QWRlQ0QWd8FiUrkrL5XK+ytm13iiUog3mzZtQbANsrpL7CfpySCz+G8BXEChYRVAxj1vSsmCDVUBxTfFTq3zpDO+Li5/Q9OFlrg6tdX2MovZCn6MtXM7PS8LAPQ+HQA48IcPeardqFesJtf6HvL2bby97tat9unCCQIAz/ORkWKeBwB3PgafKWxOFVYXCYvjwuqe4NAlnpcIgIhcFkQAAAfOfwwNIwAALR4IkKEpMJp6ZrWj1QUUgx2Yde32G/hIB+VVx6LUVlsCcF2Dyt4MQBzvFQgAKP62pvA2CUBaTZmF/RjLEV+dn7nuVvuo4fQRFQBYoHRH31DKAgdX5EMSb0ZGXIy0uiU+JcLqEoBprvgZgBK/BKDEHxYBAIMEAG16NQDoJYAdO7QCQAKnL043N5+mbpB4qNEZ77CXlFRk5FMJfFOd/OyOxJ/deZ1A99+8Weue5gjALphFLL+yezcB2AhZmy5Y2Wnh9feSCGE1ET8DAM2D3WeHDKFuMGi80R/hl+CjqvgSBsBlc5V0vMpCqigRF4viN7AVXV252B3+S8jaKtdTZoH5q7IIaUUjJnEBhYHWxysA3ty4482Nb2r5+KyMuvw64fQqnBknT2aU7aQe0PX8MqoXaKUsaCvivWvQmiQA7qHQ5t7bkSt5RctWYzcD2MEAwsNDJICvFi7sewf6knRnIltPn8vdxGNYvGkcAPj42OPt9hJfTqpyAws1GRnaImRBXQAQf4mBG7i2snwnaxlp51R1FjnEYRfqgBo69nHO0YD1ngAKNxbiP7S9BFAXV1EhnN7D8KLw5riiirq4lXUHK47VIf6mC63tTU3trU3T78IJilJSpQcAwK5XeLlQAXCg6oMbVYife8DCep8RSqkpACD+e0hL70UPGD5S70/pLXQ6pyhY4BzfYi20uNDgBoD4Bxi4gQyQZnVZPK3OMquXOecIdgQA0vMGuPwbD+yg9RIA4o8T20+tAFvxlV59Te6y0Vh5wWQytLYaTOgBAFCp3KNiEPzxrldUADD8VV06/wUWfw4AZDUVqzoSy2GXHwyZiTGgHwGhLHGoj7Mk0jmUAVS4D54BxcVcr90E5fUfkJTGb36ox4gSDwg9hkthP4RQCDtu3Ic6dYEDF1CYPAHweowBwgqPbVoJyXJXfFCxrCgjDv8Jr4urO51bk1GBLDOUQ+IssxesKKlSqveeH7+iBnAAqo/YTTogsq49rOfB7m23brUOp2UGQNH4DJ1gEVnledP47pKvfLdEqd/9occo8TMAJX4CoFXilwBg+lQA5HoFAIcvviiZWsHXH4q5nVDzk9HqLLNXUaFLJlORqahuz4uQOCDPAkblUYvkx1bTw3oGt3Xi4ivLsoDBnVWeygNc3mYSsoQA4PnyFwDIMCglD8EjXc3/kAQAPbPE4Wx9PW6BF6RDkW1ci2+K+JsngQE9AB2QOwEudGNdRoU6y+zl/ohMmjWyf6uiyfduWEVSnJ0wZLw4UvkMTaebCCuqLOtVFQxKGasQdwSYZdcZPWweSykFFuKwlZxoOBdQXIiGmvUkVxJ5g5TaSivnHs3SqeQ1UZUl7Q1p9Bp3kQWvFicXNvvQfGX7cR8fmqs6oPozOp1KAqgClSyw1AKSnqVA/PbTXj3E7RWnn/81jrcb4loHme7+n/Pz5krWuu3GM5+hVnmOfAICAFVWtzdVE9g05VApHvNTPawnW8fLiYmPeXvofmCNztv2lRxRuG/p1AUXOl6rrDd6WFGyyqsXQ4oXnKe3sRIT2f5YAsY2PV4nNJPUS2nv/a9wQJ3yewPiW2OcP3wDN8LQvIHP3zO+7/kXJ8IvrYGuJBUDgEhqyruaAJSXa0I0eaSjRwGA1otw2DrqOs8HBt6hzb+tSbi4RAdn17jE/UI7UwJw+Po6xLOFjmsroj//fEMmr+eCCovl6lUfeqHu47d2scsG0WA5eSqMj1AovM/QiAB8JXZnnRvBul6u9k4/v9Ccmbzwn8ZIgROwwDPET6sxdeaEa5xOTfiSnHA+//OeWetce0cDVAzl5BwGgNb29lb570L73fZ+AFCqsWg4fgCIYuspLidbVxzwNgggzZOQ0o2AyNpG2JWHKQZgJ6sdycvR3CGdDbYyE6kFABD/+uyEgoFcUBHQEAHVV1XxZyNhcwUAy/r1FP+UiIBZo0zmY+2etcQc//3uzE5T54P1evSokvj4SB/w7I/jAUB4Z3N6ZF8f3/TmJRsYwMILraQLUOvwz8ocHR2ODlSo5V65sg8ANKx0B7IsJGGtLaraXXF+Nir0/r77fPb58wkXM1HAAACUpbZjvQJAfJY00EnLRt8gdPXPIyIuiwoRLqi4mlBQkFI9gQFQUWpDhNNZbwWAXADg+AMD9w8dOmVKaMAsg2FQ+3BYFs/2TL+/EIN4Z8qjgXqjf4kdpoP7kwCgMWkdMGNDI03hOD+11+xhrWWt8uHiwyfbGk+6AdjtjkhhPV3Fx2F0/tnyszixP9cCy8/UshP2y8/Q7Brg9sHeImvLX42JlLADy+E4HrxxZlhY8gSuEGGrjOrnagAg4wMA9RH4lCu+w5lLADpQ+mlxxm8LvFUytKTEcnCWofV5fOVzzAmVlDk7yAneP4/4M79GcSoBcJb4l8SHIH4+Hj8oNoeGLtv8kNojASjWGlnwS5eK16BMM6eidMlhFwBtpK/Bw3qGqqyn2J+SkASAPtM6fz7l62QG4O8RvwQQL95qOGnZDeCyLGaGVeYesL8ayxKANl6Lt125+/DV2CVTZZGzcrHZPDmvbPLm8O/RA4a39+uux+WQF2T6/ZZMxJ/yDbcHPcBGPYDjFwBM2lPL8jafyTCF4/zUXrOHlY7iStXDEDlUAPCNdzgdeHqz8z9Hwzx8SQoAR4/S6/yYo1FsPbUKADipewnZeMvxZcrS7q2LuNY3TMYPAQAUSfHbeDma/1xmtdIYYMYYQE5yYEFKyjdoLwMIC4sHAPzHSQAqKovi8L5w2uT8yrz8uPLiWStN7Su60COnkADg8fkWU2dmZkr/ZwWAoCCMAUEU/7M4np9BE57TrM3avLm8sHnhBkM0ffbX4S4mdoSNXiPiv3b7ypIlt2/rvNjaYnwXFQb99QRAO5QB4Fvio6PZeor4OAury7mYXfMtWeFvD/X6OpNqfbtkXpYLIkTBhX1w30gDA6D9Mfp2d/cTn6kZg7gQoLpaFlQsKH/J9Sj6p1/8Yktq76LFIDAtP39yXn5dXv4zs5DFqFB06Us8jYZn7v/GVRCBW4qrC4aKMQA9wJyzJFqbn2+IXrgkmgHkDqRV8nwE4DDU53DO7dt0C6gLCqZi+tdatHlyGhjN1lPL4vVbAwPvu2aVOyn7dd4h92ReVhREqAsuxk6XqyFplT0LMILXyklQUpiaVJlfWRkXt7g8P6M8I2Na1KyVpTt2vPjiRgjO/MAq3RKopsDd3lNFbuVDWTj/hmYTj3ctzQYCEIFRVzkfirUheRdcAwB1lpXsnyHAFOVyj2w9hdPk9UsPjVM+Oxv/9cdzx49VliF1wcVY1S84eBg9JavMLlyqeOrhw6mpl4qjooqfiSruM+sErLmHYP7++sijvduVYgfa7gX1+XV6Y48TzoF6WOFPDilfxZHUWWB1VlY+Fe12qTe0wCOIQKkE+SaAQcp6E1JvlZRSYaH+AyCPn1sTnxMqmq2SOsurXl5L6vUWnYFb4KXWJ3v39viFBXXWVFpT/EFY0wOiSjg//03Wmd5ZdRcSL9SJdyN4MRK4cuX69bHvtjWyLn4claHNqFCssfN/ACSSlF+MGKC8+fSFjHPbWOJ4Bw/+1VsldXvVy2sXQ+ug2Fgy108DwIHXPr4gfmHhs4fQDegL0g2dPhI20/2ISwA4B52fv5EeQncAwGk0/HReHj/u5qUGrny+oCBWNPhg48GuKK3GcMkKcR2DddI8IfQYIffvA8hfjEDBBklG4A8AHDj0DnTwr656mAApdZZXvcxWe+bM27e3bQujn/J6CoDH/FFkQs1dBnCiklL4izERbebSUmEMTE3HzOIzOQaw42+dnX/bCBGAFjS/heNXADQ27u+6eLHrIABkGOouKVmdsgyhiooMoU/58/ga1vnzNV/j9beUqB94v02JnwDopFxPzOqCCvUyAZi8rQa/d5f9fwAkcg/APXteApgGFWq0hZM9ANx9fkWTJ4CizOQiAWDBYnR8cf1BYHNq4PMAEAgACfsPgkBXVMWlS+gBso6lapJGqKVFI6T+BQpTz6ywuSzeKVVG6tCxtrZsdQPgeLu65C9W8LLyCxEAgFlm2+2IiHsAMOWpAKgHXKAe8AQE3j5BxMrp/NO4tJQBtFOKpp2sJAPYsTwuOTnuRQbwfcWNG5eEMLdc0kkABxMu7t+f0nWzK75nlrdMxpe8SAGgxA8fYVJlhf+nFpkVvUSn6RQAOCtd39WVi3gJQKS4f0R9bxAATAaAewUFADDlqQD+W9y1hkVRRmGyy+6ygrYleMVCM4sQoRvQKiFSBlG56CZiYYigEIgFlcJWhIJ0YUuUCLMbT1mhS4ClaRJPEQRElhbhpRD1qSyhInvq6f6e832zMzta/arebm4zOzvnnW9n3j3fOe9H8f/gev6HH57vpPZyMAbK0pESpAfz/YKA5YuWvb9skdnMBGCq6PO2lpbMz6l19pWhUZdg8h1ljvLHSOCiZUxASxyw/eM9F7Cbn1LHNGWugYHyv3pJgIcDhSRAla5B/zQCZNvdnj2y7U73/lAiYFVJ3/33980jJXkqAsDA84e+aaorq5MEYCaLlBjiVwgw73z//eadZgAEIAV3O6YB9qN4CASQ1t/KMkP82BEE4Mu/5+ieoyDA6pnVzd3G6Ni3r0P8aVqwNA94nJDcetfnWyRuB7Z80rqDvv8MPA+36y1M9W13escIEACVNW9eX9+8vyIghr0Fnq/r/IEdFnq/xP1fwbHjprFqZyYCvHDaYzRXGBkHJAoCArby5qtJa4KAGctAwIzqTR9/vP3j7Xu20whQ69gwAs7UgbPIfGyRRUYxs1LMCzy6tnWTGj8R8CkDnUfyDyc5WOiyxCtmQmTOGxcXd20cm7mdTIALI4DwvHBYGOopjceO9czaggDcA0TBA+4BIGCSsp1mr8YIAgKrqqs/BrbvOWr1lMa5egJ0WWQQAIhqXgAEqE9BQu+3OuilvL7W+FZKOAmHvYuBkwl4rV81WCB4CmNtgncag+XfKyr0bWyiq7kK2MDQdb2dPALUtzPWywznWolWoFcD/fv1Ul6pE1DKjVmkiloGPgMvPTh/qpGOWjsGoPeZUlF9+ypv//pVTspyLe5S3n/paR5YynvfweDt+qzzEAn5CWhkdySGR2NKMD4+1oH/c5WAsv9lO9qSqJZ5k5LbNgukKuerrxUmKrSXzyTQ2moSuJEgiiouIKBfAPBTpWO0IzJS9rAsWNAWPLR0ZQw9VyIisH1UQcnXnJVdSYjg/U/Twcdvl5/fewzejv0ZSlZ2SDmhsLs7t5w+I2yIozwjwwGxjFcZkflh+iz1L7VBtW+jzc3pzM8CwoyGUM7hBcjz5YIKqTSBaWrWWbTxcVZ6IHhgYNMAZ6Vv7ADEk4J9jgUBE1TpiConQzls5WJji2IHStN+8vErCEzzpSqlEVtnVG0dylnZEioQmMf7y7jnzXMTEDjBF/aHAG/n/YHD54us8xDE7WjurLVXuPDDlAjIiUzPyTcY8ImRKSBAZH0PHJAFF4+/jfDwd2wl5c5jw8xB9cSAzVeeL0tleZ8gpYik6yRlQp0KMSkrXb3uq2EXvpv8LmWluWNFEIAqBDcBqnSMTiQCEH7R/D2lu1ItkJZdBWm+aWkj0qq2YjtnZbkKawbvf4TQ39/d3d/Pf/TZFVjg+xID22l/jv6aiyYOP4DECBNQX9HgKMx3VRAB0Q5k9nNiiYCUICaA4p84ejTCp/25zQ21zCCgvHxmJUZAoYEJkOcLLzQMDE5fsRcaLDQ+BA5to8IwImCA4qcn7cePX6cSAG8zI0nj8WJ6fJQqHeMdiZH5dPk3IXyjOf/rkC5fhF9QUFp69jkoNOSsLBdIzOD9ScGcf+gio/GiQ+dfjxcYMV2SAN6O/YGJzcaJQuoSARXfFDkiwztiYjPzw8opNZcSaTBGRpYnwhwT+59/WEijfux/heI4URk+8+aamZWzzTKNPUyebxKZwRURwskLbSqatCj+nTsPCQJ8/Dyn35kAY27nV7VaAiZdDAjT03gUfdLl79rVbcxw5M+mvjykMEePSyutikPpKkvXEtkxzwQA2wzANv6jT0RBYJcggLfT/ofroKK2NSOi4ZOHOEBAaE650VEUkwkC+LGNf5SkJRFwzWiaGm08QbW+xxxZe/dWOvdmhs901EzP1BAgpO9UR74U4sBZbSYm4KNtOz8iIAlLSlGVSgoB/vUDQWb+bSAIGMnnTlL0ivgcXP62Tbu6zZE54bDW+toPI6CrNC6utPQcGgEsXRE/CGDlxe1Tt8Ay8NAtz9KffWBmtpXCv/NO1RFip9G80+hfh+MTAfmFFbGO0AUdMZnhsbPLUzLSMQjQ05kY5J8YGUv7L2scfaB/XOMLtH+8MysWU9tAT0tfX7gkwGgdIaWvvlZZEPAhj4DPQIDOoYIJ2GdsQFkiDDLcBJyvFjzE5+Dmtys7qDwW1ZIgAFJza0HaCIRf+v3XisMD1+IKAoRIsaRmp2/nP/pEzPAkgM3TcAecOFwc35Gf73C5CuubY9rDQQCMkVPgCms04kVkfvhs3v/9/nHj+hE/E1CE+LmYt69vtyQAOWSY1UkCZPyybQ7KkupCP9yG+ImAG2vUyXYyiLyCCfBvaPDXEGA8Xy14iM9v67Tj4u++dPduJiCgYF7p2WdXVZ177tenfT9CODzw58Wx9OQMlq/9ppvsvufSn/EVmAECKEGnOkIMP7TN/9A1fHwiIL+jor4+ph7FuUxAeUo+EwBvcBDA+7//Pp8PEyDiZ4AAPl8iQErfE4cPc8GSBNr4hDK/Wrb9ieOp8YGAffvEF078NmDpeI1a4DC1vjYxJ5YQDuArMCuwC4MItjaY7Kq6lmtz5VOApScr2DE3QcvjP4APPZ9fYpyyljdetMkWFnJ2lghIsVgc+UYjnoL+QeGz9ftP5cd/bCxYIJhk1tn6F7XC+qzzeP32K94ABAEXAyCApOONkwGRtT1rSLxaPQzAP4qwdKk34wvOEn/xKnDUmzBGB9477w4gj7frfX01hg8MvMbfYRZLmHAX4/35DfyOydjbo5pZJn1zvSXUUmEBVb4L6D+f/yMKQKYRvPKSBgeTUKp7gdT0c3XSNSlaZqzjo4upse0DAVFcDHytgmt3rwDqLNQXbekwAaLAwky1x3w8ofRVua/P4iImwwcGNQ198OBBLy2mMlQSnQGLF/vOnD5scyCjTPEpVnZhFjRtdkrbHX8U4JVUUVFfUeF4z2wjWHN9NtZ5SNFop8PBZXzF6dmjID0/ePjh4vLyYsXn4davd0mI/uKh8CWm2Wwz5uN2ki8xS1tRsMDHQy2ytnfzTn3tMLLQhocNAcETpOPEwaHeBz0IQLM5Q5ixzX4iIzVjZUZ2yr0ls8gQvEw6RNCdZm8+vmLjbXZjsGfbnTGdunBEgYa31/6KehdKS9dMkVlfH79JfdousCSnK7ANPviRlgBIz4TmDx7+xlUyq6T+vpkzUeM0EwSkKSil2l2y2AQBNTWoxiSLTZa2ggA+HipRAf65DxABOBN3HpMImGS42cClc+w4sXmoNfVlDwI4cDm7Ezt7UmpMQkRIRMLqEkYZHCJYOmeGH99xfDcISDWkTvHwPU7npplhskADBDhcaE5fY7EycimrmqvxCU5yBoIAZ0YqbEKH5W678VgFcsz7R4/u3MsIy7ZZFaQCtZMFAYsWGY3bXmACRgoCjGaWtg8h06Ma3N3+4Dlau/xRAd6CAJmCIQJsqanW0zUE5GjihxvdsOyYkEC/iLensB98SZl0iNiLG+bx3cczZ4832g1TZPxyBKRsYTM04XiBr0CM0+VyrrmYSwKmjB+6o2CS77qFC5WSl2hnW1tloiUE99yQoIuoDW3WrP19eAYMGwY16uuN2IDsXbtkSQwREGrYtuydDiLgHZNa22tmKawYQsRUiIIFs2cWOMgA3Ky+tuy2W63eY4d4jgCKX5qxPZFhD5oVaX9xeiPiBwGKQ0T4pszdxzcdnz0+WG2rpPoD5fMofiYgz4HLDygjYKhrfqDvsGTFwQEEVGbh8o84e5h950RuQ5vVtx8MjEP8RIA4YEJX6S7hQEG+xKGGmnfeWW5sJgLU2l4LZX0VApo3SkcIszZ+aeCw+D5gJq8Qcesv3t6bdyN9oBCwocKloKmpyTW4KmHx4mGLnVOyED9QdmxvZlvbk20gYNPu3cfDmQAZPxOwfosYfTTbRZ4kXhdQ/z6AEUfCYLz3QGDwsGS+/A8IAootCfh2+gUdIqlMI2B0H+KfQfFTZ6c6AjgLS77Eoc3L33lnUUcz+RKrtb0Wer86AmKE9jfrsrj06j5NQcMvYzdu5OsvQStKuGd3z8g0Bc7CzY/RyASobYAQckPCTdK3mJukqP6A70G4Aymf52W1EZRvsTWXtHM20hUSndEZVrQt4vKPFFJ58jdNfXPm9I07wZnJfaZt8maxU6D5PCKgbhkufkcz+RKTtJUE8PvlPeD55/kxcPfa0++RM/EA2d9ByRnuY8cV4RU2NSo1dcpULQHlhoxYEf4ZggAZ/jyE31g1NV+N/9iQ3aZp5Fs8nCDOn9sBRDl0SBSyxl5jgy/RZnWnQfunwdWcgPRG3NEgKviZkNs8XErJyW8coJo4jh+pWZNH29pVw88jX2I00eBGENRMvsQsRQUB/H4qxmasB2BuFp0jg+dmrefCxk4iAjhLTO5x08JgTD9pWpibAHiRWSIRvyDgSRDA8SN8ip8IcMdfXX0MBJBvscZHGN5iiJ8IyL5wTDYISLUB6n28FtpftrkxC0d98JCy+9e5peR57FEk8SkI0ElN8iVGaVxNjdFcCF9isV0QwNvXqklvgAjIkUOAAQImGW82KlVaIOACOKmOBwMqATnKUwA8yBEgKWACshQdn3kcbYDsW6w5v7UYeQSaqU6lEUBunLUCbxOGfr90A5qtjiqAYuqsu0yVkqjj9YBeatLmGmRlC4NCF7m3hwbR/zmPtq8FtPZm0bpaXsg/88sWNcuJ/81QGFCW01DA8k+iCsD+HrtwOhonqIh9pZgCYpghfIXF1RcNegLu1rVeb0+p2pDkmTcmWenO4QI2BXJIXRYVdUWS5h1508aqWXZAX2sszNDUz1uvgvXzKZf40MwX6R0puCXvVeC009T0uSZGL5aimlrgsbq2NdPARqFSAgp4++juYqdmsawwesRrpbPNs1Y4NcpiycbuLqcLv7OzKqfe8d6XG0UWF4Djg77WGFIaULPU6kQJpm0efXTtqZf4GFD8vkx6RwquRdYsEeI9aRSyppw2JYwHATiQphZ4rK5tDVnV6kt8gbQZcVuxHQEmInBgMyAIuIZqd6Ujg00bPhPgb8/KaiqrbGrLbNkNApAvp/dI5OprjSGllx9oKiiQWV8QgMB/+OabH14ngIBTLfGB0IXXGQjQOVLk0WSvcJTg/b1HjRmT3NWVfDWDCcDxNLXAcqkrV0y3UGKUVv4KS06k4a5IvsFGg82W4pTxny4IQPzI+E1sngil5yZABvhCtr2msrKsrL2sJbNpSWwYCHjpvQx1u77WGAQ0lXVtLaiSWV8i4BCmYcYJBtby8ckugn1ozf5iBHD8TIDekSKPJns1S4SMRU3pxStXagkAnZpaYNGuHjElLcIqCVhY2DCnetjWrajuRUbI2L1ypc3s3Mzxn75ZElDnP3L4yJ3NUHoKAcoVDsKZVFa2tcMvP65lScvUOx5JwdpRe1ezozwmS30CRslaY5WArtTcLrmEBxMw7hmgkVYgen2tCDg1JCRVU5w9wPEzAXpHCnah1SwRMgQP3ITkZDseusBz8V6cNVVrgQUBFYGrdwRWSHO0woVz6ue8m3z2OaVLUZxs6541q9uwsuH4McJxk5l+506sI9P+kcNJKofILyjPWI7CXB0IaI/tmUEE7G8JuyPSkIFs0XEpTVuJAG2tsSAgI7iKs54gAN/9ZwjjBAHpQnnWObOF9BZKEvFLAvSOFAoBSOLheIIAFDFnX6olQK4mp86vm8v37i2HYwET0DBnznx8P7efc24ptmMEVNhsIe4sKxFw/sSLzIdkgYM+CxtKBLS0NM3vw11uMBNfgUhaNkuugLYaI0CNX0rpAy1dUWVx4v0g4NFHrxUj4DUQcKcgIDUqCgSYFQIGZPyt75r0jhRUIHF/ibpECBEA45mNl3KPPAgQq8npCDBmwARItKlRre2cBvpl0Ps4B2zrtmVPkPFJApBTbTbX1TWPBAH6goWhWI+wMhMFUC0tRwaXbAYBuP4Z6nS5rtaYf0scaKqqKsX7FQLoHnBtx2uCAGVPbvNKZwKMRhl+77smvSPFipmo9OD4BQFGIDk7N5mPgQssaoU1tcB6H18QUN9O8QNzh3LACcPUggQmgB4AdTv9rxl+1clLbnh3pq3bvHl+S8sgsGTzbBCwyuJu6zHX6muNJ9MSH+/jAPx+IgC3vh8OH0b8TADf1QFaLg1marcyAQNMQG8rCNA7UqygUieO/1U+Ht+YduzINQv4i1phtRYYBEzx8PFFbW77EqXN7N2rva/tDtEvqWH+uyU3QMDqrErG5vDNRMBe7ZoarfpaY7HEh/r+9fT4B15nEAGA6LYGmACcungMAia9IwXXInMWex4fz6wWTwgChhJyGd6EC7QqDTB5ojVNV5BAVN+od3AANJP0c8NUeTo7r3U8jqsuqaGrNZZaW33/ep37WR5B02amb03TO1LQXis2cIGEPF8mxw0vo4TSO6lRngycm8f6c3mL895Tz2D7IGRuUvQR8i6Tvr46qXoGgAINLomYCgz19qw/GeMMv2l8uPNxxQhZ3/ZmtCkwQ1pbLM+6cQvDKODuHLuccBrjlFL6KkDbR6f3Fc5YzwVaAi7X3WshTRmyE9NUbFxsSHwPwJewweXaHw2dW78SSBPS9Ko6T6l6BrLHqATOEXg6zDvbZseyvAEy6zu2MiElISTFnuh0kt1g1lSeKFXPx6Jvw4MpitYW5Rb9+bO5GytfIX3VeISPsFqwIXyJ9b7C/kgZKVnrzrIyFwhwNyPj7rTMlFecQrGvATrLmpYhY5SV5YLUTGNpSgURNVqpCgJycvCDTVr0gQCbPcAOF6ULpZMUChsnTAAdYoa/CATgt4Z6PhabgWtm+bUgQLPuDlas0J0/CEBgmtXx1HiEj7BnBsq80+slt0cwrW35yB14g7L/fU1N5SBgUd225prmZvzT8QIIWJyBq4/w9zaVHXiBCWgX8Z+tFEQs12QYckHADcgv5CN+SUDqJVi2WcQPAi5IwHjxi9pRVNQCFE2FoUIGtxKuIkxPeiUxalSq36jixYziFZ9tOwQoo+DDZyUBLpdRIQAXViN9RTx3bdnyKKUh7lrrE8J1pAUFUqh54bHEEBO6L92xXsaP3ekNdxIBzc11zXUdy5mANcZVxmJx+V9A3osIcLnjv8SeS1ng5WrbSOhS/ZIYdlsCHtDSIv/C8UUJiVEbEzc6isKZgLAVM+1m+xrCQWBNdN4jAci8+zqJEJTu3qp+PTRSuK4C+dHl/BoE0Fp2Bw4I6QsCEM2WlIwMUPDoQyCACyZm4IRYamsJoCzFS3dgvh1QZpxLvkCWt3lnc0dH3aLlNcsQcF7kquJVuPxNB16QBLTL+M+eYIew4CzwIqVSDwREqPETAUNxBTTl9xfMjSzescNZviM8fMCR4ggHAZhtUOJ/GQQsDh6VGuI7cxURsMZNgHL8IL5gD3f+8ENPA7JMd93Jnz8aNSaHxep44oLiB3IK4gcBomAibdy4UsSvJ+AOEKAvOJisLqbGAa/A+HfSt5/iv4wIcHH8IwKy3W12y/3l+TEBFL+6GpzNMwucixHEX38QMLBsERGAG4wHAaHOmc7a6Rw/E6B9vyRgeWddTc+yh4gAWcDR3y+lr/ARvj09/faHeLuQ3jNQyS1Xm5u28WfCbwI/t+oLDkiaNjMKmwUBaxo6cfk5fiKggeIfRj/OcEtpvhxZ4EWaR23hkJynn0b80qP0uTAmQOMHEO1E/JVU4VS0bFlReNjcL38W+Jjwc+/4jW/nTg/FuuF8fuvmHpSOQwC7zrBP8H03d7bcdwNPtbEZm0b6Ch9h3Ai2KFNxbqXGaX0vvXRFAB7L0REBYt21ukV0xfPqcfkXyfiR9Y12pQ3zTbCiBubQRcOx/+XXLJqjdWgAAc/h+iN+JmC2TY2fgBGgVHjtxlK54WGn8AkOsEepr1es4tEB5AEHo0Wef0ts7O0iQM5Sq6vjgQB1KpK2mw3ysy2M0JPa5k7K8roNKd4hmOZ0lnVqV6ML2+Vn99/ZXDdyotj/suWeDg1UEIG7AB4CjNlmXe1wvJPL3ABRkPFPPsG3riIo3xEQIGcZRZhEgPoUoP312y93t/HJ1eZOMifTFRwAJi2ODr7g8frdd9+/6jLs7y5AMHmC5B+yzO4SB5Jz0gwil0ACkHPCEv/kE6zvslOFsgCXVyAHitU5dFJabscO2iy211kmT4zXFUioApyxoiF4UrCKKVfrs7TwRvFwJt7Rdvqxj4cc26Skvrm0gl0hNrAWlu+9SpGm+uONB7T11nkEFvj4B2jV7T958uPT5k4+7zvluumPZxZQzdSefEVncRHlKRXvhLXMI8WPKHeeFfWpU66+2I2bxuuztDeopjkPA2+dIWt9xSIwsWFsniYW1SA5PFYWSLg/T18wofcN5l+D5JPlqidtkGTq3OXx+ZM7MLkB++7QDp7BMZ3sU5zqB6td5TUIeH29RyelT9QkjfEuCPDw+gIBWEYZi2lLPL5dn6X9vkK7uvqun0St78bg2KL89vZYIgB5e9EoCCFABCRkB4waFSgelWVy9ThVCut9gykfkJ7TiQVPmnqK1tyfZJrfE9ilfj4I2LFxdce+jn3+b/ASG3x+2Zj/svtJn+JRtByesj8IwK+kyFSLgoU+fl1pJcDoRrqTNvanpKutuUBxvXVXdwgYUAjQL2xMxcvrqhcutNqruc3tmFzSIraoKbCqpWg2ETBTNEqyEPLB9Ugd5et2f6tkSyMH4AQc0eK5H1NREWHj43OOL316J9DUfpAIWNJXUqDWOk/uwFjZV7gv1PLGp5IAX7vdzzfAHjJB+BRnj4Kxsbrw8hkPbXvo0ewQBe9CKnaljR5dMoj4B68dfcTgqbUt9fVL2g3Z5yhfKzYsMDaT+dghiyQgrQWPgVBrbkvuu9W9+bLWt6ioottNADu9BUIOEwF2q93X94QEapI4feLOOhs5/u6KCmuMQkBDw/T0+9e0d7b3HLw/2tQQtHB/ybw0WTsMAlZvWr3vDf+gjn1MAElfu1+C1c8vdQJtlxdMXXj5jIefKXxw/c8+Er1QSl1bYex73eC4/bcNjpMEpNTUpIiChvr65x21BssxBXRArK6N+M+/iKRv647OzoUNDXMKl7TX7tmDEeBYwKvLhYe3NLWAAG7MdHG36BgmIISywr7utrloJ8evpt0pfuSpkaN2kfSFUnQ1dC5Ys6aop70FvxVMFqyEg4qVNFkLfB4TsG/fGxQ/pu9J+dl9rX7D7NZRtF1XOwwCHq149MEv8UoABPAIaBwcd+2rg9cyAXyNm2XBQkPnlztiUqBZBIbwCGCLjzp/MxPgKK+GCij0r9/elrO9N56qLlnptBw4MBg+m5e8cFH8IECt5j7BGH7iininev1PT9osa4PxiypGSGsQ0NlQ1g4CsEY6pDKPgMZ5aUoW+rw3Vg+sw7y1nL4XBASEWBP8Un1puz5r7XXWaw8+mNJtVbDQZ8LWNEUJv/pqY3+k+v0X94DumApHtLpiob5NjdvcPr7utsJaavOSBIQTAZktLWeFzz6dZmpcFH8ZF0EtjaCeYVmQgIWTk4o1M4+VWVPNuuODgPbOpibcAfct20cEzJ+zv0TMoigEVK/m+CUByDonJEwYAWfJS2i7LmsNAh5c/60GV/gEY4EkjVsc33SgvbDEHdTXqlvxFFgQPUSF3pzse9z+GVWEgp9AgIj/0ieBcNPp90xfsMDF/cJXEgEbIsoA8l0mxA3qzdN4Ieh3VOmNLG9WT1N7T0/PvmUvEwFL+maUqtIZBLy9eqMIXxKAeO2pVmvCKN6ul9pev6z/9lktAd471BwtcF6e6vIEHkBAyu54TfzxenMyOFMzygWGTOXHP0HU+t56j3ITdF0IoJbX8/N88MiWE0sEb/1C0LfiPJwNrsCypvY3yHHC1FMwSiOVQQAeg7J8AzD9g7TGCPiOcYWCabqCB9XxVqAt3mPR1l9MOkD+aZ2Jz9CW+tL205OAQV43mBPQemmql776haClFI6Pjxbo1e1vMs31qDn4J2ntpZeKVgzkB6y+7tetEr2M7b0vM2B6JrerWdbLTxzBB+qzynqCshT4BfAMvX7JjPjElKypUxMdiZI3xV3CIrPEdDlOkyDmXj1yhMsfFOxou/XYx0mQ3sBUQH98fbxeeql4jq1h/vwGm1153bpDwaZO16ae3pdp4QG4aSvb3W1uFzWW9KHAAQUNgFrQYFINHAmmLMMW+sv4ovimN5htFVjj62HCzcDp8UYkiOm2K+6Cs3k1OpRVKlnhvPe43oHTvlSQ8X7UykPyNWFpkpDexe4CjgqrrbvCUIG/u7u7K1z6eEWBREKC6sBgt7UvXDjfliBf66XpyzcXw4UX5dlyu2JudrgR1lq37R+k6WwOXRY0cIpN9SF+NWuLdCDBrDD8xqZYUHpbwfe8dEJkfEa6IyMyIzIofDM1SIAAIRttstY3773pq5TjkTna+4unf6M5/lLZZrfaXcBRERGD6CNKbLaIwLLGTindu7oUKcxS0Wq1qw4MCWBgznxriHgNy1as2vQmgMLNuI4hgoDp0y9Us8Bk7tXYuB/3wMHGfhCgncpae5pYKFlK3XlHs7YYHzM+Zn5sPY3LWeZCEFCyEi1jW7bwyh5vtX6ptAF+DFSblMXYbObuzs5uKwhYtQrF2qNJqpOP8WlEsOpzvEFI7417Kzcvwn0QBEBDlJQsdux9zzXuSFl3EMULFMxQpDCEiJ/Nb1jACOswxYEhwTZ/DjHAr/F+Q4qM/+mON0EA1ieFR+aFQkoyAbj8TXPQlHek8dAHTMBTMn5MZgqhk91gtIv9s7Y8Rlj/li8oP8dvndkaE2M1SpdReIzqsr6FICCCYMzo6Ww6UiEIOHzg8OETh6+l2uM8nqVIxwDiLHJSFknv4tq9mzfvq2letjnMaQx1BZY4sVNZo6sisZDPZ96M0aPj4s5mKQxlZLdhPCOppUhFMICCgCXWEHptaG7GIBDxPx3XEX36zewRugBnL9vi6PL34RnY19j45utrP3n4ecKbEpdCGAHGhiVGaoDfjnsALr/lQf8P+L6UXm+hiSCcvkShrna4cKkwWcFPIXNPj9koCDgwsbFxeP+1JJ3xGvEXrzlYnIEs2ZqkY85KVHdnEQF1ze+AgIxIgyHCFpy7uqy5OAMEsI0vjZcROH8mAPEGQCj5ZZ/rlooh1iW33bbEGoXXMRUx3Rkcf08cLWV98kLJB+jyX4fLX0fT16d5ZpVp/UASxsaL68XqcTwCHnzrg5eZQb/qG1J4+Ct4K10bv4YAY4WrtrY+NHSFGAEnTvQfuZZylnjN8R8EA5QjjHZL6X3LQMDs4sgUw7JAIqAx0uEPAvj8S5EWl1KYpKEd9Xw0Ia9KRTDwwAMLU6PO9jZ0d3P4lOmJewME6KTkVa6SPmigvsbDb74mCFDjJwIGXU3AEQX70Umi+qQGpba/fLNqsksE97KUdsO0IUa47GCuqbbWbAmlgFHwcWI4jk6lt71uvwdRshOfpfyU6Ozra9rMXWaNByqaWppccUGQ0uL8x20dgaSxJIDiDaH4tVIxxLrwgQfmpIZ466WpXkp+4VooLj8qWCQBavyvjtvwjOfrL/yy/ahVW3yDfAKqM/j+z4Crr6VQ5yvMBAQCZloMGgFQVrgEXYX9OBoRoD8fECB/SvUAggBzs6UszlVcaGYCeK0KavbD/kzAqaUixsB1ty1J9e5Vbsp7qvYgw3GStCQp3NdY8vzrDBCgPvUIG3y6BLYKeAepbFrS/f27XlZshm9gRF/h6SsMAuRTgN7DBOArII7feKqCjHihH+QwYAL487qRpmMC9FL4r6Virgmo7WVAYP7Ue0ppif+1/4sTH7izrm5jsA0C+v2nELhEpJrhr1teTilEUCCOcvRortxpxYqkJOXopyrI0LflWdxrTwicJIUf2GCaq5WGSTC4nzZtndvyIgzgo2G7B2SNw1VXjQw9R/N+/epzQZM1OWZgnhszGJfq8MckTbGtbdIfXv82TD0xAzs00jDJiaxncIIsY1s3Nyy/PMgRCTsouR0ODVF+qpPt2P66ukOWBPX9l9cp6CkoaEk7z2io+YaADlfCVaNHqEBKqErGHa4QkD3l92xeZZWqAX+fku31b8M0vy8QpbCKFGYCVq97e906tvYhAiLb2spRmy+2gwBEfoni4njJ2MGYi5ZftDNhgnw/CLhIunuPXJ6WVjMZN9FOrRSeN8LdIgkwAUVFOQtynAvuKSrCC4Ph1z9+tRm6ugw2/MFg8Pq3QVnVsq+q3VlSImAdCEhel2tMTU5uRYNCZnkbehPk9pBsuwLy6LzQ1BlxzfKROy3yfweDAMR/jSwrWT7ZuDLBMCBvgj/9tHU8CKDoq6q8CRczAU6MAAyBBQvwgi/879lRUfRvw39BgCuwqa9MWeh4jkkSkJycm1yLv0BAZmI59WZI6asvUKC8PFWLi6zGyCtAgDR3H3PObQ+keUfFzAqJql5XnZzMbnCt80Yg/LRzq6puSsPEEAgQGOjJFH8wEH4dExx8MS7/f0JA55KyOftlv8WGsj3JYi2L5GRj7eNvm0FAW2Ybxf+LlL46qUq+vX2B15xPFilw9Zl43uV1irm9IMAeMmuW3Sj5hRIUBFS99VZV2lg3AZkopJQMSJ/jm25KMPxHBPS0NO0vk+eHE5wWLK29UpPffhwjQC999W1uuIeU1cD1REwlnT8ZBMjhf+W5D4AAc8isAnM1H5L79ogA79KqHxdV/aQSgPjBQLgkgG8D+Ps/ImAJrv+c990LKU9bLU82udZci2puvfRtL9Sux19/namzERUFO/3FdGBklljiYqRKAHyWv8Is4k8//cQNGCDAG6iqajmGphVJQHgPCBhQRkAqf/v/s3vAEjV+QQDHT0DG7vFWvdTEkFduGDxiBiOoXWLxGqVgQV3i4qZzHzCVggBzzziNFJ43huMvrfqpCk07IICR2TMwHwNAfQoA/9VToM+15HzNQspz8fgHkiUNraeQvu48MGDqp6fgYnfFQrS6xMWFY667rdTbaK45wBBGF5fNGKN1uU0GAYz5bh1wCS484T/TAUdNk7ULKSuFvK0SJ0lfHS677MzyFZrV1NQlLi6Aj9dYb3+T55IXM9CxogAcV/3vSvC/Bj1utPD6n/EnnaQbrf6BCX0AAAAASUVORK5CYII=)}.calcom-atoms .react-tel-input .ad{background-position:-16px 0}.calcom-atoms .react-tel-input .ae{background-position:-32px 0}.calcom-atoms .react-tel-input .af{background-position:-48px 0}.calcom-atoms .react-tel-input .ag{background-position:-64px 0}.calcom-atoms .react-tel-input .ai{background-position:-80px 0}.calcom-atoms .react-tel-input .al{background-position:-96px 0}.calcom-atoms .react-tel-input .am{background-position:-112px 0}.calcom-atoms .react-tel-input .ao{background-position:-128px 0}.calcom-atoms .react-tel-input .ar{background-position:-144px 0}.calcom-atoms .react-tel-input .as{background-position:-160px 0}.calcom-atoms .react-tel-input .at{background-position:-176px 0}.calcom-atoms .react-tel-input .au{background-position:-192px 0}.calcom-atoms .react-tel-input .aw{background-position:-208px 0}.calcom-atoms .react-tel-input .az{background-position:-224px 0}.calcom-atoms .react-tel-input .ba{background-position:-240px 0}.calcom-atoms .react-tel-input .bb{background-position:0 -11px}.calcom-atoms .react-tel-input .bd{background-position:-16px -11px}.calcom-atoms .react-tel-input .be{background-position:-32px -11px}.calcom-atoms .react-tel-input .bf{background-position:-48px -11px}.calcom-atoms .react-tel-input .bg{background-position:-64px -11px}.calcom-atoms .react-tel-input .bh{background-position:-80px -11px}.calcom-atoms .react-tel-input .bi{background-position:-96px -11px}.calcom-atoms .react-tel-input .bj{background-position:-112px -11px}.calcom-atoms .react-tel-input .bm{background-position:-128px -11px}.calcom-atoms .react-tel-input .bn{background-position:-144px -11px}.calcom-atoms .react-tel-input .bo{background-position:-160px -11px}.calcom-atoms .react-tel-input .br{background-position:-176px -11px}.calcom-atoms .react-tel-input .bs{background-position:-192px -11px}.calcom-atoms .react-tel-input .bt{background-position:-208px -11px}.calcom-atoms .react-tel-input .bw{background-position:-224px -11px}.calcom-atoms .react-tel-input .by{background-position:-240px -11px}.calcom-atoms .react-tel-input .bz{background-position:0 -22px}.calcom-atoms .react-tel-input .ca{background-position:-16px -22px}.calcom-atoms .react-tel-input .cd{background-position:-32px -22px}.calcom-atoms .react-tel-input .cf{background-position:-48px -22px}.calcom-atoms .react-tel-input .cg{background-position:-64px -22px}.calcom-atoms .react-tel-input .ch{background-position:-80px -22px}.calcom-atoms .react-tel-input .ci{background-position:-96px -22px}.calcom-atoms .react-tel-input .ck{background-position:-112px -22px}.calcom-atoms .react-tel-input .cl{background-position:-128px -22px}.calcom-atoms .react-tel-input .cm{background-position:-144px -22px}.calcom-atoms .react-tel-input .cn{background-position:-160px -22px}.calcom-atoms .react-tel-input .co{background-position:-176px -22px}.calcom-atoms .react-tel-input .cr{background-position:-192px -22px}.calcom-atoms .react-tel-input .cu{background-position:-208px -22px}.calcom-atoms .react-tel-input .cv{background-position:-224px -22px}.calcom-atoms .react-tel-input .cw{background-position:-240px -22px}.calcom-atoms .react-tel-input .cy{background-position:0 -33px}.calcom-atoms .react-tel-input .cz{background-position:-16px -33px}.calcom-atoms .react-tel-input .de{background-position:-32px -33px}.calcom-atoms .react-tel-input .dj{background-position:-48px -33px}.calcom-atoms .react-tel-input .dk{background-position:-64px -33px}.calcom-atoms .react-tel-input .dm{background-position:-80px -33px}.calcom-atoms .react-tel-input .do{background-position:-96px -33px}.calcom-atoms .react-tel-input .dz{background-position:-112px -33px}.calcom-atoms .react-tel-input .ec{background-position:-128px -33px}.calcom-atoms .react-tel-input .ee{background-position:-144px -33px}.calcom-atoms .react-tel-input .eg{background-position:-160px -33px}.calcom-atoms .react-tel-input .er{background-position:-176px -33px}.calcom-atoms .react-tel-input .es{background-position:-192px -33px}.calcom-atoms .react-tel-input .et{background-position:-208px -33px}.calcom-atoms .react-tel-input .fi{background-position:-224px -33px}.calcom-atoms .react-tel-input .fj{background-position:-240px -33px}.calcom-atoms .react-tel-input .fk{background-position:0 -44px}.calcom-atoms .react-tel-input .fm{background-position:-16px -44px}.calcom-atoms .react-tel-input .fo{background-position:-32px -44px}.calcom-atoms .react-tel-input .bl,.calcom-atoms .react-tel-input .fr,.calcom-atoms .react-tel-input .mf{background-position:-48px -44px}.calcom-atoms .react-tel-input .ga{background-position:-64px -44px}.calcom-atoms .react-tel-input .gb{background-position:-80px -44px}.calcom-atoms .react-tel-input .gd{background-position:-96px -44px}.calcom-atoms .react-tel-input .ge{background-position:-112px -44px}.calcom-atoms .react-tel-input .gf{background-position:-128px -44px}.calcom-atoms .react-tel-input .gh{background-position:-144px -44px}.calcom-atoms .react-tel-input .gi{background-position:-160px -44px}.calcom-atoms .react-tel-input .gl{background-position:-176px -44px}.calcom-atoms .react-tel-input .gm{background-position:-192px -44px}.calcom-atoms .react-tel-input .gn{background-position:-208px -44px}.calcom-atoms .react-tel-input .gp{background-position:-224px -44px}.calcom-atoms .react-tel-input .gq{background-position:-240px -44px}.calcom-atoms .react-tel-input .gr{background-position:0 -55px}.calcom-atoms .react-tel-input .gt{background-position:-16px -55px}.calcom-atoms .react-tel-input .gu{background-position:-32px -55px}.calcom-atoms .react-tel-input .gw{background-position:-48px -55px}.calcom-atoms .react-tel-input .gy{background-position:-64px -55px}.calcom-atoms .react-tel-input .hk{background-position:-80px -55px}.calcom-atoms .react-tel-input .hn{background-position:-96px -55px}.calcom-atoms .react-tel-input .hr{background-position:-112px -55px}.calcom-atoms .react-tel-input .ht{background-position:-128px -55px}.calcom-atoms .react-tel-input .hu{background-position:-144px -55px}.calcom-atoms .react-tel-input .id{background-position:-160px -55px}.calcom-atoms .react-tel-input .ie{background-position:-176px -55px}.calcom-atoms .react-tel-input .il{background-position:-192px -55px}.calcom-atoms .react-tel-input .in{background-position:-208px -55px}.calcom-atoms .react-tel-input .io{background-position:-224px -55px}.calcom-atoms .react-tel-input .iq{background-position:-240px -55px}.calcom-atoms .react-tel-input .ir{background-position:0 -66px}.calcom-atoms .react-tel-input .is{background-position:-16px -66px}.calcom-atoms .react-tel-input .it{background-position:-32px -66px}.calcom-atoms .react-tel-input .je{background-position:-144px -154px}.calcom-atoms .react-tel-input .jm{background-position:-48px -66px}.calcom-atoms .react-tel-input .jo{background-position:-64px -66px}.calcom-atoms .react-tel-input .jp{background-position:-80px -66px}.calcom-atoms .react-tel-input .ke{background-position:-96px -66px}.calcom-atoms .react-tel-input .kg{background-position:-112px -66px}.calcom-atoms .react-tel-input .kh{background-position:-128px -66px}.calcom-atoms .react-tel-input .ki{background-position:-144px -66px}.calcom-atoms .react-tel-input .xk{background-position:-128px -154px}.calcom-atoms .react-tel-input .km{background-position:-160px -66px}.calcom-atoms .react-tel-input .kn{background-position:-176px -66px}.calcom-atoms .react-tel-input .kp{background-position:-192px -66px}.calcom-atoms .react-tel-input .kr{background-position:-208px -66px}.calcom-atoms .react-tel-input .kw{background-position:-224px -66px}.calcom-atoms .react-tel-input .ky{background-position:-240px -66px}.calcom-atoms .react-tel-input .kz{background-position:0 -77px}.calcom-atoms .react-tel-input .la{background-position:-16px -77px}.calcom-atoms .react-tel-input .lb{background-position:-32px -77px}.calcom-atoms .react-tel-input .lc{background-position:-48px -77px}.calcom-atoms .react-tel-input .li{background-position:-64px -77px}.calcom-atoms .react-tel-input .lk{background-position:-80px -77px}.calcom-atoms .react-tel-input .lr{background-position:-96px -77px}.calcom-atoms .react-tel-input .ls{background-position:-112px -77px}.calcom-atoms .react-tel-input .lt{background-position:-128px -77px}.calcom-atoms .react-tel-input .lu{background-position:-144px -77px}.calcom-atoms .react-tel-input .lv{background-position:-160px -77px}.calcom-atoms .react-tel-input .ly{background-position:-176px -77px}.calcom-atoms .react-tel-input .ma{background-position:-192px -77px}.calcom-atoms .react-tel-input .mc{background-position:-208px -77px}.calcom-atoms .react-tel-input .md{background-position:-224px -77px}.calcom-atoms .react-tel-input .me{background-position:-112px -154px;height:12px}.calcom-atoms .react-tel-input .mg{background-position:0 -88px}.calcom-atoms .react-tel-input .mh{background-position:-16px -88px}.calcom-atoms .react-tel-input .mk{background-position:-32px -88px}.calcom-atoms .react-tel-input .ml{background-position:-48px -88px}.calcom-atoms .react-tel-input .mm{background-position:-64px -88px}.calcom-atoms .react-tel-input .mn{background-position:-80px -88px}.calcom-atoms .react-tel-input .mo{background-position:-96px -88px}.calcom-atoms .react-tel-input .mp{background-position:-112px -88px}.calcom-atoms .react-tel-input .mq{background-position:-128px -88px}.calcom-atoms .react-tel-input .mr{background-position:-144px -88px}.calcom-atoms .react-tel-input .ms{background-position:-160px -88px}.calcom-atoms .react-tel-input .mt{background-position:-176px -88px}.calcom-atoms .react-tel-input .mu{background-position:-192px -88px}.calcom-atoms .react-tel-input .mv{background-position:-208px -88px}.calcom-atoms .react-tel-input .mw{background-position:-224px -88px}.calcom-atoms .react-tel-input .mx{background-position:-240px -88px}.calcom-atoms .react-tel-input .my{background-position:0 -99px}.calcom-atoms .react-tel-input .mz{background-position:-16px -99px}.calcom-atoms .react-tel-input .na{background-position:-32px -99px}.calcom-atoms .react-tel-input .nc{background-position:-48px -99px}.calcom-atoms .react-tel-input .ne{background-position:-64px -99px}.calcom-atoms .react-tel-input .nf{background-position:-80px -99px}.calcom-atoms .react-tel-input .ng{background-position:-96px -99px}.calcom-atoms .react-tel-input .ni{background-position:-112px -99px}.calcom-atoms .react-tel-input .bq,.calcom-atoms .react-tel-input .nl{background-position:-128px -99px}.calcom-atoms .react-tel-input .no{background-position:-144px -99px}.calcom-atoms .react-tel-input .np{background-position:-160px -99px}.calcom-atoms .react-tel-input .nr{background-position:-176px -99px}.calcom-atoms .react-tel-input .nu{background-position:-192px -99px}.calcom-atoms .react-tel-input .nz{background-position:-208px -99px}.calcom-atoms .react-tel-input .om{background-position:-224px -99px}.calcom-atoms .react-tel-input .pa{background-position:-240px -99px}.calcom-atoms .react-tel-input .pe{background-position:0 -110px}.calcom-atoms .react-tel-input .pf{background-position:-16px -110px}.calcom-atoms .react-tel-input .pg{background-position:-32px -110px}.calcom-atoms .react-tel-input .ph{background-position:-48px -110px}.calcom-atoms .react-tel-input .pk{background-position:-64px -110px}.calcom-atoms .react-tel-input .pl{background-position:-80px -110px}.calcom-atoms .react-tel-input .pm{background-position:-96px -110px}.calcom-atoms .react-tel-input .pr{background-position:-112px -110px}.calcom-atoms .react-tel-input .ps{background-position:-128px -110px}.calcom-atoms .react-tel-input .pt{background-position:-144px -110px}.calcom-atoms .react-tel-input .pw{background-position:-160px -110px}.calcom-atoms .react-tel-input .py{background-position:-176px -110px}.calcom-atoms .react-tel-input .qa{background-position:-192px -110px}.calcom-atoms .react-tel-input .re{background-position:-208px -110px}.calcom-atoms .react-tel-input .ro{background-position:-224px -110px}.calcom-atoms .react-tel-input .rs{background-position:-240px -110px}.calcom-atoms .react-tel-input .ru{background-position:0 -121px}.calcom-atoms .react-tel-input .rw{background-position:-16px -121px}.calcom-atoms .react-tel-input .sa{background-position:-32px -121px}.calcom-atoms .react-tel-input .sb{background-position:-48px -121px}.calcom-atoms .react-tel-input .sc{background-position:-64px -121px}.calcom-atoms .react-tel-input .sd{background-position:-80px -121px}.calcom-atoms .react-tel-input .se{background-position:-96px -121px}.calcom-atoms .react-tel-input .sg{background-position:-112px -121px}.calcom-atoms .react-tel-input .sh{background-position:-128px -121px}.calcom-atoms .react-tel-input .si{background-position:-144px -121px}.calcom-atoms .react-tel-input .sk{background-position:-160px -121px}.calcom-atoms .react-tel-input .sl{background-position:-176px -121px}.calcom-atoms .react-tel-input .sm{background-position:-192px -121px}.calcom-atoms .react-tel-input .sn{background-position:-208px -121px}.calcom-atoms .react-tel-input .so{background-position:-224px -121px}.calcom-atoms .react-tel-input .sr{background-position:-240px -121px}.calcom-atoms .react-tel-input .ss{background-position:0 -132px}.calcom-atoms .react-tel-input .st{background-position:-16px -132px}.calcom-atoms .react-tel-input .sv{background-position:-32px -132px}.calcom-atoms .react-tel-input .sx{background-position:-48px -132px}.calcom-atoms .react-tel-input .sy{background-position:-64px -132px}.calcom-atoms .react-tel-input .sz{background-position:-80px -132px}.calcom-atoms .react-tel-input .tc{background-position:-96px -132px}.calcom-atoms .react-tel-input .td{background-position:-112px -132px}.calcom-atoms .react-tel-input .tg{background-position:-128px -132px}.calcom-atoms .react-tel-input .th{background-position:-144px -132px}.calcom-atoms .react-tel-input .tj{background-position:-160px -132px}.calcom-atoms .react-tel-input .tk{background-position:-176px -132px}.calcom-atoms .react-tel-input .tl{background-position:-192px -132px}.calcom-atoms .react-tel-input .tm{background-position:-208px -132px}.calcom-atoms .react-tel-input .tn{background-position:-224px -132px}.calcom-atoms .react-tel-input .to{background-position:-240px -132px}.calcom-atoms .react-tel-input .tr{background-position:0 -143px}.calcom-atoms .react-tel-input .tt{background-position:-16px -143px}.calcom-atoms .react-tel-input .tv{background-position:-32px -143px}.calcom-atoms .react-tel-input .tw{background-position:-48px -143px}.calcom-atoms .react-tel-input .tz{background-position:-64px -143px}.calcom-atoms .react-tel-input .ua{background-position:-80px -143px}.calcom-atoms .react-tel-input .ug{background-position:-96px -143px}.calcom-atoms .react-tel-input .us{background-position:-112px -143px}.calcom-atoms .react-tel-input .uy{background-position:-128px -143px}.calcom-atoms .react-tel-input .uz{background-position:-144px -143px}.calcom-atoms .react-tel-input .va{background-position:-160px -143px}.calcom-atoms .react-tel-input .vc{background-position:-176px -143px}.calcom-atoms .react-tel-input .ve{background-position:-192px -143px}.calcom-atoms .react-tel-input .vg{background-position:-208px -143px}.calcom-atoms .react-tel-input .vi{background-position:-224px -143px}.calcom-atoms .react-tel-input .vn{background-position:-240px -143px}.calcom-atoms .react-tel-input .vu{background-position:0 -154px}.calcom-atoms .react-tel-input .wf{background-position:-16px -154px}.calcom-atoms .react-tel-input .ws{background-position:-32px -154px}.calcom-atoms .react-tel-input .ye{background-position:-48px -154px}.calcom-atoms .react-tel-input .za{background-position:-64px -154px}.calcom-atoms .react-tel-input .zm{background-position:-80px -154px}.calcom-atoms .react-tel-input .zw{background-position:-96px -154px}.calcom-atoms .react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.calcom-atoms .react-tel-input .hide{display:none}.calcom-atoms .react-tel-input .v-hide{visibility:hidden}.calcom-atoms .react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #cacaca;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.calcom-atoms .react-tel-input .form-control.invalid-number,.calcom-atoms .react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.calcom-atoms .react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.calcom-atoms .react-tel-input .flag-dropdown:focus,.calcom-atoms .react-tel-input .flag-dropdown:hover{cursor:pointer}.calcom-atoms .react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.calcom-atoms .react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.calcom-atoms .react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.calcom-atoms .react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.calcom-atoms .react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.calcom-atoms .react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.calcom-atoms .react-tel-input .selected-flag:focus,.calcom-atoms .react-tel-input .selected-flag:hover{background-color:#fff}.calcom-atoms .react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.calcom-atoms .react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #555}.calcom-atoms .react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.calcom-atoms .react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.calcom-atoms .react-tel-input .country-list .flag{display:inline-block}.calcom-atoms .react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.calcom-atoms .react-tel-input .country-list .country{padding:7px 9px}.calcom-atoms .react-tel-input .country-list .country .dial-code{color:#6b6b6b}.calcom-atoms .react-tel-input .country-list .country.highlight,.calcom-atoms .react-tel-input .country-list .country:hover{background-color:#f1f1f1}.calcom-atoms .react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.calcom-atoms .react-tel-input .country-list .country-name{margin-right:6px}.calcom-atoms .react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.calcom-atoms .react-tel-input .country-list .search-emoji{font-size:15px}.calcom-atoms .react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.calcom-atoms .react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.calcom-atoms .react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.calcom-atoms .react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/.calcom-atoms{font-family:var(--font-inter),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.calcom-atoms select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.calcom-atoms [type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}.calcom-atoms [type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}.calcom-atoms [type=checkbox]:checked:focus,.calcom-atoms [type=checkbox]:checked:hover,.calcom-atoms [type=radio]:checked:focus,.calcom-atoms [type=radio]:checked:hover{border-color:#0000;background-color:currentColor}.calcom-atoms [type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");border-color:#0000;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}.calcom-atoms *{scrollbar-color:auto;scrollbar-width:auto}.calcom-atoms{--background:0 0% 100%;--foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--popover:0 0% 100%;--popover-foreground:222.2 47.4% 11.2%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--card:0 0% 100%;--card-foreground:222.2 47.4% 11.2%;--primary:222.2 47.4% 11.2%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 100% 50%;--destructive-foreground:210 40% 98%;--ring:215 20.2% 65.1%;--radius:.5rem;--cal-bg-inverted:#111827;--cal-bg-info:#dee9fc;--cal-bg-success:#e2fbe8;--cal-bg-attention:#fceed8;--cal-bg-error:#f9e3e2;--cal-bg-dark-error:#752522;--cal-border-emphasis:#9ca3af;--cal-border-error:#aa2e26;--cal-text-emphasis:#111827;--cal-text:#374151;--cal-text-muted:#9ca3af;--cal-text-info:#253985;--cal-text-attention:#73321b;--cal-text-error:#752522;--cal-brand-emphasis:#101010}.calcom-atoms .dark{--background:224 71% 4%;--foreground:213 31% 91%;--muted:223 47% 11%;--muted-foreground:215.4 16.3% 56.9%;--accent:216 34% 17%;--accent-foreground:210 40% 98%;--popover:224 71% 4%;--popover-foreground:215 20.2% 65.1%;--border:216 34% 17%;--input:216 34% 17%;--card:224 71% 4%;--card-foreground:213 31% 91%;--primary:210 40% 98%;--primary-foreground:222.2 47.4% 1.2%;--secondary:222.2 47.4% 11.2%;--secondary-foreground:210 40% 98%;--destructive:0 63% 31%;--destructive-foreground:210 40% 98%;--ring:216 34% 17%;--radius:.5rem;--cal-bg-emphasis:#2b2b2b;--cal-bg:#101010;--cal-bg-subtle:#2b2b2b;--cal-bg-muted:#1c1c1c;--cal-bg-info:#263fa9;--cal-bg-success:#306339;--cal-bg-attention:#8e3b1f;--cal-bg-error:#8c2822;--cal-bg-dark-error:#752522;--cal-border-emphasis:#575757;--cal-border:#444;--cal-border-subtle:#2b2b2b;--cal-border-booker:#2b2b2b;--cal-border-muted:#1c1c1c;--cal-border-error:#aa2e26;--cal-text-emphasis:#f3f4f6;--cal-text-subtle:#a5a5a5;--cal-text-inverted:#101010;--cal-text-success:#e2fbe8;--cal-text-attention:#fceed8;--cal-text-error:#f9e3e2;--cal-brand-emphasis:#e1e1e1}.calcom-atoms *{border-color:hsl(var(--border))}.calcom-atoms{background-color:hsl(var(--background));color:hsl(var(--foreground));font-feature-settings:"rlig" 1,"calt" 1;font-family:inherit!important}.calcom-atoms .container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width:1400px){.calcom-atoms .container{max-width:1400px}}.calcom-atoms .prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.calcom-atoms .prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.calcom-atoms .prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.calcom-atoms .prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.calcom-atoms .pointer-events-auto{pointer-events:auto}.calcom-atoms .inset-y-2{top:.5rem;bottom:.5rem}.calcom-atoms .left-\[50\%\]{left:50%}.calcom-atoms .top-\[50\%\]{top:50%}.calcom-atoms .z-\[100\]{z-index:100}.calcom-atoms .m-5{margin:1.25rem}.calcom-atoms .line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.calcom-atoms .line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.calcom-atoms .h-52{height:13rem}.calcom-atoms .min-h-7{min-height:1.75rem}.calcom-atoms .w-0\.5{width:.125rem}.calcom-atoms .w-\[10px\]{width:10px}.calcom-atoms .w-\[27px\]{width:27px}.calcom-atoms .w-\[40rem\]{width:40rem}.calcom-atoms .w-\[90\%\]{width:90%}.calcom-atoms .w-\[95vw\]{width:95vw}.calcom-atoms .max-w-lg{max-width:32rem}.calcom-atoms .flex-grow,.calcom-atoms .grow{flex-grow:1}.calcom-atoms .translate-x-1\/2,.calcom-atoms .translate-x-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .translate-x-\[-50\%\]{--tw-translate-x:-50%}.calcom-atoms .translate-x-full,.calcom-atoms .translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .translate-y-\[-50\%\]{--tw-translate-y:-50%}.calcom-atoms .scale-0,.calcom-atoms .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .list-none{list-style-type:none}.calcom-atoms .columns-2{-moz-columns:2;-moz-column-count:2;column-count:2}.calcom-atoms .columns-3{-moz-columns:3;-moz-column-count:3;column-count:3}.calcom-atoms .columns-4{-moz-columns:4;-moz-column-count:4;column-count:4}.calcom-atoms .space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.calcom-atoms .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calcom-atoms .text-ellipsis{text-overflow:ellipsis}.calcom-atoms .rounded-lg{border-radius:var(--radius)}.calcom-atoms .rounded-md{border-radius:calc(var(--radius) - 2px)}.calcom-atoms .rounded-sm{border-radius:calc(var(--radius) - 4px)}.calcom-atoms .rounded-b-lg{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.calcom-atoms .rounded-b-md{border-bottom-right-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.calcom-atoms .rounded-l-lg{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.calcom-atoms .rounded-l-md{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.calcom-atoms .rounded-l-sm{border-top-left-radius:calc(var(--radius) - 4px);border-bottom-left-radius:calc(var(--radius) - 4px)}.calcom-atoms .rounded-r-lg{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.calcom-atoms .rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.calcom-atoms .rounded-r-sm{border-top-right-radius:calc(var(--radius) - 4px);border-bottom-right-radius:calc(var(--radius) - 4px)}.calcom-atoms .rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.calcom-atoms .rounded-t-md{border-top-left-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.calcom-atoms .border-destructive{border-color:hsl(var(--destructive))}.calcom-atoms .border-input{border-color:hsl(var(--input))}.calcom-atoms .bg-background{background-color:hsl(var(--background))}.calcom-atoms .bg-black\/30{background-color:#1111114d}.calcom-atoms .bg-black\/80{background-color:#111c}.calcom-atoms .bg-destructive{background-color:hsl(var(--destructive))}.calcom-atoms .bg-popover{background-color:hsl(var(--popover))}.calcom-atoms .bg-primary{background-color:hsl(var(--primary))}.calcom-atoms .bg-secondary{background-color:hsl(var(--secondary))}.calcom-atoms .px-10{padding-left:2.5rem;padding-right:2.5rem}.calcom-atoms .font-cal{font-family:var(--font-cal),ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.calcom-atoms .font-sans{font-family:var(--font-inter),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.calcom-atoms .text-destructive-foreground{color:hsl(var(--destructive-foreground))}.calcom-atoms .text-foreground{color:hsl(var(--foreground))}.calcom-atoms .text-foreground\/50{color:hsl(var(--foreground)/.5)}.calcom-atoms .text-primary{color:hsl(var(--primary))}.calcom-atoms .text-primary-foreground{color:hsl(var(--primary-foreground))}.calcom-atoms .text-secondary-foreground{color:hsl(var(--secondary-foreground))}.calcom-atoms .underline-offset-4{text-underline-offset:4px}.calcom-atoms .opacity-90{opacity:.9}.calcom-atoms .ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.calcom-atoms .blur,.calcom-atoms .drop-shadow{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)}.calcom-atoms .grayscale,.calcom-atoms .invert{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)}.calcom-atoms .sepia{--tw-sepia:sepia(100%)}.calcom-atoms .filter,.calcom-atoms .sepia{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)}.calcom-atoms .backdrop-blur,.calcom-atoms .backdrop-grayscale{-webkit-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-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)}.calcom-atoms .backdrop-invert,.calcom-atoms .backdrop-sepia{-webkit-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-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)}.calcom-atoms .backdrop-filter{-webkit-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-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)}.calcom-atoms .paused{animation-play-state:paused}.calcom-atoms .repeat-1{animation-iteration-count:1}.calcom-atoms *,.calcom-atoms :after,.calcom-atoms :before{box-sizing:border-box;border:0 solid #e5e7eb}.calcom-atoms :after,.calcom-atoms :before{--tw-content:""}.calcom-atoms{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-inter),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;font-feature-settings:normal;font-variation-settings:normal;margin:0;line-height:inherit}.calcom-atoms hr{height:0;color:inherit;border-top-width:1px}.calcom-atoms abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.calcom-atoms h1,.calcom-atoms h2,.calcom-atoms h3,.calcom-atoms h4,.calcom-atoms h5,.calcom-atoms h6{font-size:inherit;font-weight:inherit}.calcom-atoms a{color:inherit;text-decoration:inherit}.calcom-atoms b,.calcom-atoms strong{font-weight:bolder}.calcom-atoms code,.calcom-atoms kbd,.calcom-atoms pre,.calcom-atoms samp{font-family:Roboto Mono,monospace;font-size:1em}.calcom-atoms small{font-size:80%}.calcom-atoms sub,.calcom-atoms sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}.calcom-atoms sub{bottom:-.25em}.calcom-atoms sup{top:-.5em}.calcom-atoms table{text-indent:0;border-color:inherit;border-collapse:collapse}.calcom-atoms button,.calcom-atoms input,.calcom-atoms optgroup,.calcom-atoms select,.calcom-atoms textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}.calcom-atoms button,.calcom-atoms select{text-transform:none}.calcom-atoms [type=button],.calcom-atoms [type=reset],.calcom-atoms [type=submit],.calcom-atoms button{-webkit-appearance:button;background-color:initial;background-image:none}.calcom-atoms :-moz-focusring{outline:auto}.calcom-atoms :-moz-ui-invalid{box-shadow:none}.calcom-atoms progress{vertical-align:initial}.calcom-atoms ::-webkit-inner-spin-button,.calcom-atoms ::-webkit-outer-spin-button{height:auto}.calcom-atoms [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.calcom-atoms ::-webkit-search-decoration{-webkit-appearance:none}.calcom-atoms ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.calcom-atoms summary{display:list-item}.calcom-atoms blockquote,.calcom-atoms dd,.calcom-atoms dl,.calcom-atoms fieldset,.calcom-atoms figure,.calcom-atoms h1,.calcom-atoms h2,.calcom-atoms h3,.calcom-atoms h4,.calcom-atoms h5,.calcom-atoms h6,.calcom-atoms hr,.calcom-atoms p,.calcom-atoms pre{margin:0}.calcom-atoms fieldset,.calcom-atoms legend{padding:0}.calcom-atoms menu,.calcom-atoms ol,.calcom-atoms ul{list-style:none;margin:0;padding:0}.calcom-atoms dialog{padding:0}.calcom-atoms textarea{resize:vertical}.calcom-atoms input::-moz-placeholder,.calcom-atoms textarea::-moz-placeholder{color:#9ca3af}.calcom-atoms input::placeholder,.calcom-atoms textarea::placeholder{color:#9ca3af}.calcom-atoms [role=button],.calcom-atoms button{cursor:pointer}.calcom-atoms :disabled{cursor:default}.calcom-atoms audio,.calcom-atoms canvas,.calcom-atoms embed,.calcom-atoms iframe,.calcom-atoms img,.calcom-atoms object,.calcom-atoms svg,.calcom-atoms video{display:block;vertical-align:middle}.calcom-atoms img,.calcom-atoms video{max-width:100%;height:auto}.calcom-atoms [hidden]{display:none}.calcom-atoms [multiple],.calcom-atoms [type=date],.calcom-atoms [type=datetime-local],.calcom-atoms [type=email],.calcom-atoms [type=month],.calcom-atoms [type=number],.calcom-atoms [type=password],.calcom-atoms [type=search],.calcom-atoms [type=tel],.calcom-atoms [type=text],.calcom-atoms [type=time],.calcom-atoms [type=url],.calcom-atoms [type=week],.calcom-atoms select,.calcom-atoms textarea{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}.calcom-atoms [multiple]:focus,.calcom-atoms [type=date]:focus,.calcom-atoms [type=datetime-local]:focus,.calcom-atoms [type=email]:focus,.calcom-atoms [type=month]:focus,.calcom-atoms [type=number]:focus,.calcom-atoms [type=password]:focus,.calcom-atoms [type=search]:focus,.calcom-atoms [type=tel]:focus,.calcom-atoms [type=text]:focus,.calcom-atoms [type=time]:focus,.calcom-atoms [type=url]:focus,.calcom-atoms [type=week]:focus,.calcom-atoms select:focus,.calcom-atoms textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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);border-color:#2563eb}.calcom-atoms input::-moz-placeholder,.calcom-atoms textarea::-moz-placeholder{color:#6b7280;opacity:1}.calcom-atoms input::placeholder,.calcom-atoms textarea::placeholder{color:#6b7280;opacity:1}.calcom-atoms ::-webkit-datetime-edit-fields-wrapper{padding:0}.calcom-atoms ::-webkit-date-and-time-value{min-height:1.5em}.calcom-atoms ::-webkit-datetime-edit,.calcom-atoms ::-webkit-datetime-edit-day-field,.calcom-atoms ::-webkit-datetime-edit-hour-field,.calcom-atoms ::-webkit-datetime-edit-meridiem-field,.calcom-atoms ::-webkit-datetime-edit-millisecond-field,.calcom-atoms ::-webkit-datetime-edit-minute-field,.calcom-atoms ::-webkit-datetime-edit-month-field,.calcom-atoms ::-webkit-datetime-edit-second-field,.calcom-atoms ::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}.calcom-atoms select{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggc3Ryb2tlPSIjNkI3MjgwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtNiA4IDQgNCA0LTQiLz48L3N2Zz4=);background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.calcom-atoms [multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}.calcom-atoms [type=checkbox],.calcom-atoms [type=radio]{-moz-appearance:none;-webkit-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}.calcom-atoms [type=checkbox]{border-radius:0}.calcom-atoms [type=radio]{border-radius:100%}.calcom-atoms [type=checkbox]:focus,.calcom-atoms [type=radio]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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)}.calcom-atoms [type=checkbox]:checked,.calcom-atoms [type=radio]:checked{border-color:#0000;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}.calcom-atoms [type=checkbox]:checked{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTEyLjIwNyA0Ljc5M2ExIDEgMCAwIDEgMCAxLjQxNGwtNSA1YTEgMSAwIDAgMS0xLjQxNCAwbC0yLTJhMSAxIDAgMCAxIDEuNDE0LTEuNDE0TDYuNSA5LjA4Nmw0LjI5My00LjI5M2ExIDEgMCAwIDEgMS40MTQgMHoiLz48L3N2Zz4=)}.calcom-atoms [type=radio]:checked{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjMiLz48L3N2Zz4=)}.calcom-atoms [type=checkbox]:checked:focus,.calcom-atoms [type=checkbox]:checked:hover,.calcom-atoms [type=checkbox]:indeterminate,.calcom-atoms [type=radio]:checked:focus,.calcom-atoms [type=radio]:checked:hover{border-color:#0000;background-color:currentColor}.calcom-atoms [type=checkbox]:indeterminate{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTQgOGg4Ii8+PC9zdmc+);background-size:100% 100%;background-position:50%;background-repeat:no-repeat}.calcom-atoms [type=checkbox]:indeterminate:focus,.calcom-atoms [type=checkbox]:indeterminate:hover{border-color:#0000;background-color:currentColor}.calcom-atoms [type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}.calcom-atoms [type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.calcom-atoms *{scrollbar-color:auto;scrollbar-width:auto;border-color:var(--cal-border,#d1d5db)}.calcom-atoms *,.calcom-atoms ::backdrop,.calcom-atoms :after,.calcom-atoms :before{--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:#3b82f680;--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: }.calcom-atoms .container{width:100%}@media (min-width:640px){.calcom-atoms .container{max-width:640px}}@media (min-width:768px){.calcom-atoms .container{max-width:768px}}@media (min-width:1024px){.calcom-atoms .container{max-width:1024px}}@media (min-width:1280px){.calcom-atoms .container{max-width:1280px}}@media (min-width:1536px){.calcom-atoms .container{max-width:1536px}}.calcom-atoms .prose{color:var(--tw-prose-body);max-width:65ch}.calcom-atoms .prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.calcom-atoms .prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.calcom-atoms .prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.calcom-atoms .prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.calcom-atoms .prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.calcom-atoms .prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.calcom-atoms .prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.calcom-atoms .prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.calcom-atoms .prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.calcom-atoms .prose :where(ol[type=As]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.calcom-atoms .prose :where(ol[type=as]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.calcom-atoms .prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.calcom-atoms .prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.calcom-atoms .prose :where(ol[type=Is]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.calcom-atoms .prose :where(ol[type=is]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.calcom-atoms .prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.calcom-atoms .prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.calcom-atoms .prose :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.calcom-atoms .prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.calcom-atoms .prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.calcom-atoms .prose :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.calcom-atoms .prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.calcom-atoms .prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.calcom-atoms .prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.calcom-atoms .prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900;color:inherit}.calcom-atoms .prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.calcom-atoms .prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800;color:inherit}.calcom-atoms .prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.calcom-atoms .prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.calcom-atoms .prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.calcom-atoms .prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.calcom-atoms .prose :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.calcom-atoms .prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.calcom-atoms .prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.calcom-atoms .prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.calcom-atoms .prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.calcom-atoms .prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.calcom-atoms .prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.calcom-atoms .prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.calcom-atoms .prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.calcom-atoms .prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.calcom-atoms .prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.calcom-atoms .prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.calcom-atoms .prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.calcom-atoms .prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.calcom-atoms .prose :where(pre code):not(:where([class~=not-prose] *)){background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.calcom-atoms .prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.calcom-atoms .prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.calcom-atoms .prose :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.calcom-atoms .prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.calcom-atoms .prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.calcom-atoms .prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.calcom-atoms .prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.calcom-atoms .prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:initial}.calcom-atoms .prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.calcom-atoms .prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.calcom-atoms .prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.calcom-atoms .prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.calcom-atoms .prose :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.calcom-atoms .prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.calcom-atoms .prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.calcom-atoms .prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.calcom-atoms .prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.calcom-atoms .prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.calcom-atoms .prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.calcom-atoms .prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.calcom-atoms .prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.calcom-atoms .prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.calcom-atoms .prose :where(ul ul,.calcom-atoms ul ol,.calcom-atoms ol ul,.calcom-atoms ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.calcom-atoms .prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.calcom-atoms .prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.calcom-atoms .prose :where(tbody td,.calcom-atoms tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.calcom-atoms .prose :where(tbody td:first-child,.calcom-atoms tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.calcom-atoms .prose :where(tbody td:last-child,.calcom-atoms tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.calcom-atoms .prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.calcom-atoms .prose-sm{font-size:.875rem;line-height:1.7142857}.calcom-atoms .prose-sm :where(p):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.calcom-atoms .prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.calcom-atoms .prose-sm :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.calcom-atoms .prose-sm :where(h1):not(:where([class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.calcom-atoms .prose-sm :where(h2):not(:where([class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.calcom-atoms .prose-sm :where(h3):not(:where([class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.calcom-atoms .prose-sm :where(h4):not(:where([class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.calcom-atoms .prose-sm :where(img):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.calcom-atoms .prose-sm :where(video):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.calcom-atoms .prose-sm :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.calcom-atoms .prose-sm :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.calcom-atoms .prose-sm :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.calcom-atoms .prose-sm :where(code):not(:where([class~=not-prose] *)){font-size:.8571429em}.calcom-atoms .prose-sm :where(h2 code):not(:where([class~=not-prose] *)){font-size:.9em}.calcom-atoms .prose-sm :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.calcom-atoms .prose-sm :where(pre):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.calcom-atoms .prose-sm :where(ol):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.calcom-atoms .prose-sm :where(ul):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.calcom-atoms .prose-sm :where(li):not(:where([class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.calcom-atoms .prose-sm :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.calcom-atoms .prose-sm :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.calcom-atoms .prose-sm :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.calcom-atoms .prose-sm :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.calcom-atoms .prose-sm :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.calcom-atoms .prose-sm :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.calcom-atoms .prose-sm :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.calcom-atoms .prose-sm :where(ul ul,.calcom-atoms ul ol,.calcom-atoms ol ul,.calcom-atoms ol ol):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.calcom-atoms .prose-sm :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.calcom-atoms .prose-sm :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose-sm :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose-sm :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose-sm :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose-sm :where(table):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.calcom-atoms .prose-sm :where(thead th):not(:where([class~=not-prose] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.calcom-atoms .prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.calcom-atoms .prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.calcom-atoms .prose-sm :where(tbody td,.calcom-atoms tfoot td):not(:where([class~=not-prose] *)){padding:.6666667em 1em}.calcom-atoms .prose-sm :where(tbody td:first-child,.calcom-atoms tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.calcom-atoms .prose-sm :where(tbody td:last-child,.calcom-atoms tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.calcom-atoms .prose-sm :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose-sm :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.calcom-atoms .prose-base :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.calcom-atoms .prose-base :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.calcom-atoms .prose-base :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.calcom-atoms .prose-base :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.calcom-atoms .prose-base :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.calcom-atoms .prose-base :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose-base :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.calcom-atoms .prose-lg :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.calcom-atoms .prose-lg :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.calcom-atoms .prose-lg :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.calcom-atoms .prose-lg :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.calcom-atoms .prose-lg :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.calcom-atoms .prose-lg :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose-lg :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.calcom-atoms .prose-xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.calcom-atoms .prose-xl :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.calcom-atoms .prose-xl :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.calcom-atoms .prose-xl :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.calcom-atoms .prose-xl :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.calcom-atoms .prose-xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose-xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.calcom-atoms .prose-2xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8333333em;margin-bottom:.8333333em}.calcom-atoms .prose-2xl :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.calcom-atoms .prose-2xl :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.calcom-atoms .prose-2xl :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.calcom-atoms .prose-2xl :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.calcom-atoms .prose-2xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.calcom-atoms .prose-2xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.calcom-atoms .prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.calcom-atoms .scroll-bar{--scrollbar-track:initial;--scrollbar-thumb:initial;--scrollbar-corner:initial;--scrollbar-track-hover:var(--scrollbar-track);--scrollbar-thumb-hover:var(--scrollbar-thumb);--scrollbar-corner-hover:var(--scrollbar-corner);--scrollbar-track-active:var(--scrollbar-track-hover);--scrollbar-thumb-active:var(--scrollbar-thumb-hover);--scrollbar-corner-active:var(--scrollbar-corner-hover);scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);overflow:overlay}.calcom-atoms .scroll-bar.overflow-x-hidden{overflow-x:hidden}.calcom-atoms .scroll-bar.overflow-y-hidden{overflow-y:hidden}.calcom-atoms .scroll-bar::-webkit-scrollbar-track{background-color:var(--scrollbar-track)}.calcom-atoms .scroll-bar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb)}.calcom-atoms .scroll-bar::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner)}.calcom-atoms .scroll-bar::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover)}.calcom-atoms .scroll-bar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.calcom-atoms .scroll-bar::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover)}.calcom-atoms .scroll-bar::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active)}.calcom-atoms .scroll-bar::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active)}.calcom-atoms .scroll-bar::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active)}.calcom-atoms .scroll-bar{scrollbar-width:thin}.calcom-atoms .scroll-bar::-webkit-scrollbar{width:8px;height:8px}.calcom-atoms .scroll-bar{--scrollbar-track:#0000;--scrollbar-thumb:#d1d5db}.calcom-atoms .scroll-bar::-webkit-scrollbar-thumb{border-radius:.375rem}.calcom-atoms :is(.dark .scroll-bar){--scrollbar-thumb:#444}.calcom-atoms .slider{position:relative;display:flex;height:1rem;width:10rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center}.calcom-atoms .slider>.slider-track{position:relative;height:.25rem;flex-grow:1;border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.calcom-atoms .slider .slider-range{position:absolute;height:100%}.calcom-atoms .slider .slider-range,.calcom-atoms .slider .slider-thumb{border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.calcom-atoms .slider .slider-thumb{display:block;height:.75rem;width:.75rem;cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calcom-atoms .slider .slider-thumb:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.calcom-atoms .slider .slider-thumb:focus{box-shadow:0 0 0 4px #0003}.calcom-atoms .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}.calcom-atoms .not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.calcom-atoms .pointer-events-none{pointer-events:none}.calcom-atoms .\!visible{visibility:visible!important}.calcom-atoms .visible{visibility:visible}.calcom-atoms .invisible{visibility:hidden}.calcom-atoms .collapse{visibility:collapse}.calcom-atoms .\!static{position:static!important}.calcom-atoms .static{position:static}.calcom-atoms .fixed{position:fixed}.calcom-atoms .absolute{position:absolute}.calcom-atoms .relative{position:relative}.calcom-atoms .sticky{position:sticky}.calcom-atoms .-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.calcom-atoms .inset-0{top:0;right:0;bottom:0;left:0}.calcom-atoms .inset-x-0{left:0;right:0}.calcom-atoms .inset-x-1{left:.25rem;right:.25rem}.calcom-atoms .inset-y-0{top:0;bottom:0}.calcom-atoms .-bottom-0{bottom:0}.calcom-atoms .-bottom-0\.5{bottom:-.125rem}.calcom-atoms .-bottom-1{bottom:-.25rem}.calcom-atoms .-left-\[12px\]{left:-12px}.calcom-atoms .-right-0{right:0}.calcom-atoms .-right-0\.5{right:-.125rem}.calcom-atoms .-right-1{right:-.25rem}.calcom-atoms .-top-\[2px\]{top:-2px}.calcom-atoms .-top-px{top:-1px}.calcom-atoms .bottom-0{bottom:0}.calcom-atoms .bottom-1{bottom:.25rem}.calcom-atoms .bottom-2{bottom:.5rem}.calcom-atoms .bottom-20{bottom:5rem}.calcom-atoms .bottom-3{bottom:.75rem}.calcom-atoms .bottom-4{bottom:1rem}.calcom-atoms .bottom-6{bottom:1.5rem}.calcom-atoms .bottom-7{bottom:1.75rem}.calcom-atoms .bottom-\[6px\]{bottom:6px}.calcom-atoms .bottom-px{bottom:1px}.calcom-atoms .left-0{left:0}.calcom-atoms .left-0\.5{left:.125rem}.calcom-atoms .left-1{left:.25rem}.calcom-atoms .left-1\/2{left:50%}.calcom-atoms .left-1\/4{left:25%}.calcom-atoms .left-2{left:.5rem}.calcom-atoms .left-3{left:.75rem}.calcom-atoms .left-4{left:1rem}.calcom-atoms .left-6{left:1.5rem}.calcom-atoms .left-8{left:2rem}.calcom-atoms .left-\[calc\(50\%\+calc\(var\(--booker-meta-width\,0px\)\/2\)\)\]{left:calc(50% + var(--booker-meta-width,0px)/2)}.calcom-atoms .left-px{left:1px}.calcom-atoms .right-0{right:0}.calcom-atoms .right-1{right:.25rem}.calcom-atoms .right-1\/2{right:50%}.calcom-atoms .right-2{right:.5rem}.calcom-atoms .right-3{right:.75rem}.calcom-atoms .right-4{right:1rem}.calcom-atoms .right-6{right:1.5rem}.calcom-atoms .right-8{right:2rem}.calcom-atoms .right-\[2px\]{right:2px}.calcom-atoms .right-px{right:1px}.calcom-atoms .top-0{top:0}.calcom-atoms .top-1{top:.25rem}.calcom-atoms .top-1\/2{top:50%}.calcom-atoms .top-2{top:.5rem}.calcom-atoms .top-2\.5{top:.625rem}.calcom-atoms .top-3{top:.75rem}.calcom-atoms .top-4{top:1rem}.calcom-atoms .top-40{top:10rem}.calcom-atoms .top-6{top:1.5rem}.calcom-atoms .top-8{top:2rem}.calcom-atoms .top-\[0\.9rem\]{top:.9rem}.calcom-atoms .top-\[var\(--calendar-dates-sticky-offset\,0px\)\]{top:var(--calendar-dates-sticky-offset,0)}.calcom-atoms .top-px{top:1px}.calcom-atoms .isolate{isolation:isolate}.calcom-atoms .isolation-auto{isolation:auto}.calcom-atoms .-z-10{z-index:-10}.calcom-atoms .z-0{z-index:0}.calcom-atoms .z-10{z-index:10}.calcom-atoms .z-20{z-index:20}.calcom-atoms .z-30{z-index:30}.calcom-atoms .z-40{z-index:40}.calcom-atoms .z-50{z-index:50}.calcom-atoms .z-\[2\]{z-index:2}.calcom-atoms .z-\[60\]{z-index:60}.calcom-atoms .z-\[80\]{z-index:80}.calcom-atoms .order-2{order:2}.calcom-atoms .order-none{order:0}.calcom-atoms .col-span-1{grid-column:span 1/span 1}.calcom-atoms .col-span-10{grid-column:span 10/span 10}.calcom-atoms .col-span-11{grid-column:span 11/span 11}.calcom-atoms .col-span-12{grid-column:span 12/span 12}.calcom-atoms .col-span-2{grid-column:span 2/span 2}.calcom-atoms .col-span-3{grid-column:span 3/span 3}.calcom-atoms .col-span-4{grid-column:span 4/span 4}.calcom-atoms .col-span-5{grid-column:span 5/span 5}.calcom-atoms .col-span-6{grid-column:span 6/span 6}.calcom-atoms .col-span-7{grid-column:span 7/span 7}.calcom-atoms .col-span-8{grid-column:span 8/span 8}.calcom-atoms .col-span-9{grid-column:span 9/span 9}.calcom-atoms .col-start-1{grid-column-start:1}.calcom-atoms .col-start-2{grid-column-start:2}.calcom-atoms .col-start-3{grid-column-start:3}.calcom-atoms .col-start-4{grid-column-start:4}.calcom-atoms .col-start-5{grid-column-start:5}.calcom-atoms .col-start-6{grid-column-start:6}.calcom-atoms .col-start-7{grid-column-start:7}.calcom-atoms .col-end-1{grid-column-end:1}.calcom-atoms .col-end-2{grid-column-end:2}.calcom-atoms .row-span-full{grid-row:1/-1}.calcom-atoms .row-start-1{grid-row-start:1}.calcom-atoms .row-end-1{grid-row-end:1}.calcom-atoms .float-right{float:right}.calcom-atoms .float-left{float:left}.calcom-atoms .\!m-0{margin:0!important}.calcom-atoms .m-0{margin:0}.calcom-atoms .m-1{margin:.25rem}.calcom-atoms .m-10{margin:2.5rem}.calcom-atoms .m-2{margin:.5rem}.calcom-atoms .m-4{margin:1rem}.calcom-atoms .m-8{margin:2rem}.calcom-atoms .m-auto{margin:auto}.calcom-atoms .\!my-0{margin-top:0!important;margin-bottom:0!important}.calcom-atoms .-mx-1{margin-left:-.25rem;margin-right:-.25rem}.calcom-atoms .-mx-2{margin-left:-.5rem;margin-right:-.5rem}.calcom-atoms .-mx-4{margin-left:-1rem;margin-right:-1rem}.calcom-atoms .-mx-8{margin-left:-2rem;margin-right:-2rem}.calcom-atoms .-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.calcom-atoms .-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.calcom-atoms .mx-0{margin-left:0;margin-right:0}.calcom-atoms .mx-1{margin-left:.25rem;margin-right:.25rem}.calcom-atoms .mx-2{margin-left:.5rem;margin-right:.5rem}.calcom-atoms .mx-3{margin-left:.75rem;margin-right:.75rem}.calcom-atoms .mx-4{margin-left:1rem;margin-right:1rem}.calcom-atoms .mx-5{margin-left:1.25rem;margin-right:1.25rem}.calcom-atoms .mx-6{margin-left:1.5rem;margin-right:1.5rem}.calcom-atoms .mx-8{margin-left:2rem;margin-right:2rem}.calcom-atoms .mx-auto{margin-left:auto;margin-right:auto}.calcom-atoms .my-0{margin-top:0;margin-bottom:0}.calcom-atoms .my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.calcom-atoms .my-1{margin-top:.25rem;margin-bottom:.25rem}.calcom-atoms .my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.calcom-atoms .my-2{margin-top:.5rem;margin-bottom:.5rem}.calcom-atoms .my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.calcom-atoms .my-24{margin-top:6rem;margin-bottom:6rem}.calcom-atoms .my-3{margin-top:.75rem;margin-bottom:.75rem}.calcom-atoms .my-4{margin-top:1rem;margin-bottom:1rem}.calcom-atoms .my-5{margin-top:1.25rem;margin-bottom:1.25rem}.calcom-atoms .my-6{margin-top:1.5rem;margin-bottom:1.5rem}.calcom-atoms .my-7{margin-top:1.75rem;margin-bottom:1.75rem}.calcom-atoms .my-8{margin-top:2rem;margin-bottom:2rem}.calcom-atoms .my-auto{margin-top:auto;margin-bottom:auto}.calcom-atoms .\!mb-0{margin-bottom:0!important}.calcom-atoms .\!mb-3{margin-bottom:.75rem!important}.calcom-atoms .\!mt-0{margin-top:0!important}.calcom-atoms .\!mt-2{margin-top:.5rem!important}.calcom-atoms .\!mt-4{margin-top:1rem!important}.calcom-atoms .-mb-0{margin-bottom:0}.calcom-atoms .-mb-1{margin-bottom:-.25rem}.calcom-atoms .-mb-2{margin-bottom:-.5rem}.calcom-atoms .-mb-20{margin-bottom:-5rem}.calcom-atoms .-mb-3{margin-bottom:-.75rem}.calcom-atoms .-mb-4{margin-bottom:-1rem}.calcom-atoms .-mb-6{margin-bottom:-1.5rem}.calcom-atoms .-mb-px{margin-bottom:-1px}.calcom-atoms .-ml-0{margin-left:0}.calcom-atoms .-ml-0\.5{margin-left:-.125rem}.calcom-atoms .-ml-1{margin-left:-.25rem}.calcom-atoms .-ml-14{margin-left:-3.5rem}.calcom-atoms .-ml-2{margin-left:-.5rem}.calcom-atoms .-ml-3{margin-left:-.75rem}.calcom-atoms .-ml-4{margin-left:-1rem}.calcom-atoms .-ml-6{margin-left:-1.5rem}.calcom-atoms .-ml-8{margin-left:-2rem}.calcom-atoms .-ml-\[13px\]{margin-left:-13px}.calcom-atoms .-ml-\[3px\]{margin-left:-3px}.calcom-atoms .-ml-px{margin-left:-1px}.calcom-atoms .-mr-0{margin-right:0}.calcom-atoms .-mr-1{margin-right:-.25rem}.calcom-atoms .-mr-2{margin-right:-.5rem}.calcom-atoms .-mr-3{margin-right:-.75rem}.calcom-atoms .-mr-4{margin-right:-1rem}.calcom-atoms .-mr-6{margin-right:-1.5rem}.calcom-atoms .-mr-px{margin-right:-1px}.calcom-atoms .-mt-0{margin-top:0}.calcom-atoms .-mt-0\.5{margin-top:-.125rem}.calcom-atoms .-mt-1{margin-top:-.25rem}.calcom-atoms .-mt-1\.5{margin-top:-.375rem}.calcom-atoms .-mt-10{margin-top:-2.5rem}.calcom-atoms .-mt-11{margin-top:-2.75rem}.calcom-atoms .-mt-2{margin-top:-.5rem}.calcom-atoms .-mt-2\.5{margin-top:-.625rem}.calcom-atoms .-mt-3{margin-top:-.75rem}.calcom-atoms .-mt-4{margin-top:-1rem}.calcom-atoms .-mt-6{margin-top:-1.5rem}.calcom-atoms .-mt-7{margin-top:-1.75rem}.calcom-atoms .-mt-\[2px\]{margin-top:-2px}.calcom-atoms .-mt-px{margin-top:-1px}.calcom-atoms .mb-0{margin-bottom:0}.calcom-atoms .mb-0\.5{margin-bottom:.125rem}.calcom-atoms .mb-1{margin-bottom:.25rem}.calcom-atoms .mb-10{margin-bottom:2.5rem}.calcom-atoms .mb-16{margin-bottom:4rem}.calcom-atoms .mb-2{margin-bottom:.5rem}.calcom-atoms .mb-2\.5{margin-bottom:.625rem}.calcom-atoms .mb-3{margin-bottom:.75rem}.calcom-atoms .mb-4{margin-bottom:1rem}.calcom-atoms .mb-5{margin-bottom:1.25rem}.calcom-atoms .mb-6{margin-bottom:1.5rem}.calcom-atoms .mb-8{margin-bottom:2rem}.calcom-atoms .mb-\[-1px\]{margin-bottom:-1px}.calcom-atoms .mb-\[9px\]{margin-bottom:9px}.calcom-atoms .mb-auto{margin-bottom:auto}.calcom-atoms .mb-px{margin-bottom:1px}.calcom-atoms .me-1{margin-inline-end:.25rem}.calcom-atoms .me-1\.5{margin-inline-end:.375rem}.calcom-atoms .me-2{margin-inline-end:.5rem}.calcom-atoms .me-3{margin-inline-end:.75rem}.calcom-atoms .me-4{margin-inline-end:1rem}.calcom-atoms .me-5{margin-inline-end:1.25rem}.calcom-atoms .me-\[10px\]{margin-inline-end:10px}.calcom-atoms .ml-0{margin-left:0}.calcom-atoms .ml-1{margin-left:.25rem}.calcom-atoms .ml-1\.5{margin-left:.375rem}.calcom-atoms .ml-11{margin-left:2.75rem}.calcom-atoms .ml-16{margin-left:4rem}.calcom-atoms .ml-2{margin-left:.5rem}.calcom-atoms .ml-3{margin-left:.75rem}.calcom-atoms .ml-4{margin-left:1rem}.calcom-atoms .ml-5{margin-left:1.25rem}.calcom-atoms .ml-6{margin-left:1.5rem}.calcom-atoms .ml-7{margin-left:1.75rem}.calcom-atoms .ml-8{margin-left:2rem}.calcom-atoms .ml-\[-1px\]{margin-left:-1px}.calcom-atoms .ml-auto{margin-left:auto}.calcom-atoms .ml-px{margin-left:1px}.calcom-atoms .mr-0{margin-right:0}.calcom-atoms .mr-1{margin-right:.25rem}.calcom-atoms .mr-1\.5{margin-right:.375rem}.calcom-atoms .mr-12{margin-right:3rem}.calcom-atoms .mr-2{margin-right:.5rem}.calcom-atoms .mr-3{margin-right:.75rem}.calcom-atoms .mr-4{margin-right:1rem}.calcom-atoms .mr-5{margin-right:1.25rem}.calcom-atoms .mr-6{margin-right:1.5rem}.calcom-atoms .mr-7{margin-right:1.75rem}.calcom-atoms .mr-8{margin-right:2rem}.calcom-atoms .mr-\[11px\]{margin-right:11px}.calcom-atoms .mr-\[9px\]{margin-right:9px}.calcom-atoms .mr-auto{margin-right:auto}.calcom-atoms .mr-px{margin-right:1px}.calcom-atoms .ms-1{margin-inline-start:.25rem}.calcom-atoms .ms-2{margin-inline-start:.5rem}.calcom-atoms .ms-3{margin-inline-start:.75rem}.calcom-atoms .ms-4{margin-inline-start:1rem}.calcom-atoms .ms-auto{margin-inline-start:auto}.calcom-atoms .mt-0{margin-top:0}.calcom-atoms .mt-0\.5{margin-top:.125rem}.calcom-atoms .mt-1{margin-top:.25rem}.calcom-atoms .mt-1\.5{margin-top:.375rem}.calcom-atoms .mt-10{margin-top:2.5rem}.calcom-atoms .mt-12{margin-top:3rem}.calcom-atoms .mt-2{margin-top:.5rem}.calcom-atoms .mt-2\.5{margin-top:.625rem}.calcom-atoms .mt-24{margin-top:6rem}.calcom-atoms .mt-3{margin-top:.75rem}.calcom-atoms .mt-4{margin-top:1rem}.calcom-atoms .mt-5{margin-top:1.25rem}.calcom-atoms .mt-6{margin-top:1.5rem}.calcom-atoms .mt-7{margin-top:1.75rem}.calcom-atoms .mt-8{margin-top:2rem}.calcom-atoms .mt-9{margin-top:2.25rem}.calcom-atoms .mt-\[22px\]{margin-top:22px}.calcom-atoms .mt-\[2px\]{margin-top:2px}.calcom-atoms .mt-\[3px\]{margin-top:3px}.calcom-atoms .mt-\[9px\]{margin-top:9px}.calcom-atoms .mt-auto{margin-top:auto}.calcom-atoms .mt-px{margin-top:1px}.calcom-atoms .box-border{box-sizing:border-box}.calcom-atoms .line-clamp-1{-webkit-line-clamp:1}.calcom-atoms .line-clamp-1,.calcom-atoms .line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.calcom-atoms .line-clamp-2{-webkit-line-clamp:2}.calcom-atoms .line-clamp-3{-webkit-line-clamp:3}.calcom-atoms .line-clamp-3,.calcom-atoms .line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.calcom-atoms .line-clamp-4{-webkit-line-clamp:4}.calcom-atoms .block{display:block}.calcom-atoms .inline-block{display:inline-block}.calcom-atoms .inline{display:inline}.calcom-atoms .\!flex{display:flex!important}.calcom-atoms .flex{display:flex}.calcom-atoms .inline-flex{display:inline-flex}.calcom-atoms .\!table{display:table!important}.calcom-atoms .table{display:table}.calcom-atoms .inline-table{display:inline-table}.calcom-atoms .table-caption{display:table-caption}.calcom-atoms .table-cell{display:table-cell}.calcom-atoms .table-column{display:table-column}.calcom-atoms .table-column-group{display:table-column-group}.calcom-atoms .table-footer-group{display:table-footer-group}.calcom-atoms .table-header-group{display:table-header-group}.calcom-atoms .table-row-group{display:table-row-group}.calcom-atoms .table-row{display:table-row}.calcom-atoms .flow-root{display:flow-root}.calcom-atoms .grid{display:grid}.calcom-atoms .inline-grid{display:inline-grid}.calcom-atoms .contents{display:contents}.calcom-atoms .list-item{display:list-item}.calcom-atoms .hidden{display:none}.calcom-atoms .aspect-square{aspect-ratio:1/1}.calcom-atoms .aspect-video{aspect-ratio:16/9}.calcom-atoms .\!h-32{height:8rem!important}.calcom-atoms .h-0{height:0}.calcom-atoms .h-0\.5{height:.125rem}.calcom-atoms .h-1{height:.25rem}.calcom-atoms .h-1\/2{height:50%}.calcom-atoms .h-1\/3{height:33.333333%}.calcom-atoms .h-1\/4{height:25%}.calcom-atoms .h-10{height:2.5rem}.calcom-atoms .h-11{height:2.75rem}.calcom-atoms .h-12{height:3rem}.calcom-atoms .h-14{height:3.5rem}.calcom-atoms .h-16{height:4rem}.calcom-atoms .h-2{height:.5rem}.calcom-atoms .h-2\.5{height:.625rem}.calcom-atoms .h-20{height:5rem}.calcom-atoms .h-24{height:6rem}.calcom-atoms .h-3{height:.75rem}.calcom-atoms .h-3\.5{height:.875rem}.calcom-atoms .h-32{height:8rem}.calcom-atoms .h-4{height:1rem}.calcom-atoms .h-40{height:10rem}.calcom-atoms .h-44{height:11rem}.calcom-atoms .h-5{height:1.25rem}.calcom-atoms .h-5\/6{height:83.333333%}.calcom-atoms .h-6{height:1.5rem}.calcom-atoms .h-60{height:15rem}.calcom-atoms .h-64{height:16rem}.calcom-atoms .h-7{height:1.75rem}.calcom-atoms .h-8{height:2rem}.calcom-atoms .h-80{height:20rem}.calcom-atoms .h-9{height:2.25rem}.calcom-atoms .h-\[--calendar-offset-top\]{height:var(--calendar-offset-top)}.calcom-atoms .h-\[100vh\]{height:100vh}.calcom-atoms .h-\[10px\]{height:10px}.calcom-atoms .h-\[110px\]{height:110px}.calcom-atoms .h-\[14px\]{height:14px}.calcom-atoms .h-\[16px\]{height:16px}.calcom-atoms .h-\[1px\]{height:1px}.calcom-atoms .h-\[200px\]{height:200px}.calcom-atoms .h-\[20px\]{height:20px}.calcom-atoms .h-\[212px\]{height:212px}.calcom-atoms .h-\[26px\]{height:26px}.calcom-atoms .h-\[28px\]{height:28px}.calcom-atoms .h-\[34px\]{height:34px}.calcom-atoms .h-\[36px\]{height:36px}.calcom-atoms .h-\[38px\]{height:38px}.calcom-atoms .h-\[400px\]{height:400px}.calcom-atoms .h-\[40px\]{height:40px}.calcom-atoms .h-\[414px\]{height:414px}.calcom-atoms .h-\[54px\]{height:54px}.calcom-atoms .h-\[55vh\]{height:55vh}.calcom-atoms .h-\[5px\]{height:5px}.calcom-atoms .h-\[70px\]{height:70px}.calcom-atoms .h-\[72px\]{height:72px}.calcom-atoms .h-\[90px\]{height:90px}.calcom-atoms .h-\[90vh\]{height:90vh}.calcom-atoms .h-\[calc\(100\%-50px\)\]{height:calc(100% - 50px)}.calcom-atoms .h-\[calc\(100vh-2rem\)\]{height:calc(100vh - 2rem)}.calcom-atoms .h-auto{height:auto}.calcom-atoms .h-fit{height:-moz-fit-content;height:fit-content}.calcom-atoms .h-full{height:100%}.calcom-atoms .h-min{height:-moz-min-content;height:min-content}.calcom-atoms .h-px{height:1px}.calcom-atoms .h-screen{height:100vh}.calcom-atoms .max-h-20{max-height:5rem}.calcom-atoms .max-h-24{max-height:6rem}.calcom-atoms .max-h-4{max-height:1rem}.calcom-atoms .max-h-40{max-height:10rem}.calcom-atoms .max-h-48{max-height:12rem}.calcom-atoms .max-h-6{max-height:1.5rem}.calcom-atoms .max-h-64{max-height:16rem}.calcom-atoms .max-h-72{max-height:18rem}.calcom-atoms .max-h-80{max-height:20rem}.calcom-atoms .max-h-9{max-height:2.25rem}.calcom-atoms .max-h-\[180px\]{max-height:180px}.calcom-atoms .max-h-\[300px\]{max-height:300px}.calcom-atoms .max-h-\[390px\]{max-height:390px}.calcom-atoms .max-h-\[400px\]{max-height:400px}.calcom-atoms .max-h-\[45vh\]{max-height:45vh}.calcom-atoms .max-h-\[500px\]{max-height:500px}.calcom-atoms .max-h-\[80vh\]{max-height:80vh}.calcom-atoms .max-h-\[85vh\]{max-height:85vh}.calcom-atoms .max-h-\[95vh\]{max-height:95vh}.calcom-atoms .max-h-\[calc\(100vh-2rem\)\]{max-height:calc(100vh - 2rem)}.calcom-atoms .max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.calcom-atoms .max-h-full{max-height:100%}.calcom-atoms .max-h-none{max-height:none}.calcom-atoms .max-h-screen{max-height:100vh}.calcom-atoms .\!min-h-0{min-height:0!important}.calcom-atoms .\!min-h-9{min-height:2.25rem!important}.calcom-atoms .\!min-h-\[36px\]{min-height:36px!important}.calcom-atoms .min-h-10{min-height:2.5rem}.calcom-atoms .min-h-16{min-height:4rem}.calcom-atoms .min-h-24{min-height:6rem}.calcom-atoms .min-h-3{min-height:.75rem}.calcom-atoms .min-h-3\.5{min-height:.875rem}.calcom-atoms .min-h-36{min-height:9rem}.calcom-atoms .min-h-4{min-height:1rem}.calcom-atoms .min-h-48{min-height:12rem}.calcom-atoms .min-h-5{min-height:1.25rem}.calcom-atoms .min-h-52{min-height:13rem}.calcom-atoms .min-h-6{min-height:1.5rem}.calcom-atoms .min-h-8{min-height:2rem}.calcom-atoms .min-h-80{min-height:20rem}.calcom-atoms .min-h-9{min-height:2.25rem}.calcom-atoms .min-h-\[100dvh\]{min-height:100dvh}.calcom-atoms .min-h-\[180px\]{min-height:180px}.calcom-atoms .min-h-\[200px\]{min-height:200px}.calcom-atoms .min-h-\[295px\]{min-height:295px}.calcom-atoms .min-h-\[315px\]{min-height:315px}.calcom-atoms .min-h-\[36px\]{min-height:36px}.calcom-atoms .min-h-\[450px\]{min-height:450px}.calcom-atoms .min-h-\[calc\(100dvh\)\]{min-height:100dvh}.calcom-atoms .min-h-full{min-height:100%}.calcom-atoms .min-h-screen{min-height:100vh}.calcom-atoms .\!w-32{width:8rem!important}.calcom-atoms .\!w-48{width:12rem!important}.calcom-atoms .\!w-64{width:16rem!important}.calcom-atoms .\!w-auto{width:auto!important}.calcom-atoms .w-0{width:0}.calcom-atoms .w-1{width:.25rem}.calcom-atoms .w-1\/12{width:8.333333%}.calcom-atoms .w-1\/2{width:50%}.calcom-atoms .w-1\/3{width:33.333333%}.calcom-atoms .w-1\/4{width:25%}.calcom-atoms .w-1\/6{width:16.666667%}.calcom-atoms .w-10{width:2.5rem}.calcom-atoms .w-10\/12{width:83.333333%}.calcom-atoms .w-11{width:2.75rem}.calcom-atoms .w-12{width:3rem}.calcom-atoms .w-14{width:3.5rem}.calcom-atoms .w-16{width:4rem}.calcom-atoms .w-2{width:.5rem}.calcom-atoms .w-2\.5{width:.625rem}.calcom-atoms .w-2\/3{width:66.666667%}.calcom-atoms .w-20{width:5rem}.calcom-atoms .w-24{width:6rem}.calcom-atoms .w-28{width:7rem}.calcom-atoms .w-3{width:.75rem}.calcom-atoms .w-3\.5{width:.875rem}.calcom-atoms .w-3\/4{width:75%}.calcom-atoms .w-32{width:8rem}.calcom-atoms .w-36{width:9rem}.calcom-atoms .w-4{width:1rem}.calcom-atoms .w-4\/5{width:80%}.calcom-atoms .w-40{width:10rem}.calcom-atoms .w-44{width:11rem}.calcom-atoms .w-48{width:12rem}.calcom-atoms .w-5{width:1.25rem}.calcom-atoms .w-5\/6{width:83.333333%}.calcom-atoms .w-52{width:13rem}.calcom-atoms .w-56{width:14rem}.calcom-atoms .w-6{width:1.5rem}.calcom-atoms .w-60{width:15rem}.calcom-atoms .w-64{width:16rem}.calcom-atoms .w-7{width:1.75rem}.calcom-atoms .w-72{width:18rem}.calcom-atoms .w-8{width:2rem}.calcom-atoms .w-80{width:20rem}.calcom-atoms .w-9{width:2.25rem}.calcom-atoms .w-\[100px\]{width:100px}.calcom-atoms .w-\[106px\]{width:106px}.calcom-atoms .w-\[120px\]{width:120px}.calcom-atoms .w-\[130px\]{width:130px}.calcom-atoms .w-\[14px\]{width:14px}.calcom-atoms .w-\[16px\]{width:16px}.calcom-atoms .w-\[20\%\]{width:20%}.calcom-atoms .w-\[200px\]{width:200px}.calcom-atoms .w-\[20px\]{width:20px}.calcom-atoms .w-\[276px\]{width:276px}.calcom-atoms .w-\[30rem\]{width:30rem}.calcom-atoms .w-\[34px\]{width:34px}.calcom-atoms .w-\[36px\]{width:36px}.calcom-atoms .w-\[42px\]{width:42px}.calcom-atoms .w-\[46px\]{width:46px}.calcom-atoms .w-\[49px\]{width:49px}.calcom-atoms .w-\[5px\]{width:5px}.calcom-atoms .w-\[70px\]{width:70px}.calcom-atoms .w-\[72px\]{width:72px}.calcom-atoms .w-\[90px\]{width:90px}.calcom-atoms .w-\[calc\(100\%\+16px\)\]{width:calc(100% + 16px)}.calcom-atoms .w-\[calc\(100\%-1px\)\]{width:calc(100% - 1px)}.calcom-atoms .w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}.calcom-atoms .w-\[var\(--booker-timeslots-width\)\]{width:var(--booker-timeslots-width)}.calcom-atoms .w-auto{width:auto}.calcom-atoms .w-fit{width:-moz-fit-content;width:fit-content}.calcom-atoms .w-full{width:100%}.calcom-atoms .w-max{width:-moz-max-content;width:max-content}.calcom-atoms .w-px{width:1px}.calcom-atoms .w-screen{width:100vw}.calcom-atoms .min-w-0{min-width:0}.calcom-atoms .min-w-10{min-width:2.5rem}.calcom-atoms .min-w-16{min-width:4rem}.calcom-atoms .min-w-24{min-width:6rem}.calcom-atoms .min-w-3{min-width:.75rem}.calcom-atoms .min-w-3\.5{min-width:.875rem}.calcom-atoms .min-w-32{min-width:8rem}.calcom-atoms .min-w-4{min-width:1rem}.calcom-atoms .min-w-40{min-width:10rem}.calcom-atoms .min-w-48{min-width:12rem}.calcom-atoms .min-w-5{min-width:1.25rem}.calcom-atoms .min-w-56{min-width:14rem}.calcom-atoms .min-w-6{min-width:1.5rem}.calcom-atoms .min-w-60{min-width:15rem}.calcom-atoms .min-w-8{min-width:2rem}.calcom-atoms .min-w-80{min-width:20rem}.calcom-atoms .min-w-9{min-width:2.25rem}.calcom-atoms .min-w-\[10rem\]{min-width:10rem}.calcom-atoms .min-w-\[150px\]{min-width:150px}.calcom-atoms .min-w-\[34px\]{min-width:34px}.calcom-atoms .min-w-\[36px\]{min-width:36px}.calcom-atoms .min-w-\[40px\]{min-width:40px}.calcom-atoms .min-w-\[42px\]{min-width:42px}.calcom-atoms .min-w-\[88px\]{min-width:88px}.calcom-atoms .min-w-\[90\%\]{min-width:90%}.calcom-atoms .min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.calcom-atoms .min-w-full{min-width:100%}.calcom-atoms .min-w-max{min-width:-moz-max-content;min-width:max-content}.calcom-atoms .min-w-min{min-width:-moz-min-content;min-width:min-content}.calcom-atoms .max-w-28{max-width:7rem}.calcom-atoms .max-w-2xl{max-width:42rem}.calcom-atoms .max-w-36{max-width:9rem}.calcom-atoms .max-w-3xl{max-width:48rem}.calcom-atoms .max-w-44{max-width:11rem}.calcom-atoms .max-w-4xl{max-width:56rem}.calcom-atoms .max-w-52{max-width:13rem}.calcom-atoms .max-w-56{max-width:14rem}.calcom-atoms .max-w-5xl{max-width:64rem}.calcom-atoms .max-w-60{max-width:15rem}.calcom-atoms .max-w-64{max-width:16rem}.calcom-atoms .max-w-7xl{max-width:80rem}.calcom-atoms .max-w-80{max-width:20rem}.calcom-atoms .max-w-96{max-width:24rem}.calcom-atoms .max-w-\[1440px\]{max-width:1440px}.calcom-atoms .max-w-\[2000px\]{max-width:2000px}.calcom-atoms .max-w-\[22rem\]{max-width:22rem}.calcom-atoms .max-w-\[250px\]{max-width:250px}.calcom-atoms .max-w-\[280px\]{max-width:280px}.calcom-atoms .max-w-\[420px\]{max-width:420px}.calcom-atoms .max-w-\[43em\]{max-width:43em}.calcom-atoms .max-w-\[500px\]{max-width:500px}.calcom-atoms .max-w-\[50ch\]{max-width:50ch}.calcom-atoms .max-w-\[600px\]{max-width:600px}.calcom-atoms .max-w-\[90\%\]{max-width:90%}.calcom-atoms .max-w-\[90vw\]{max-width:90vw}.calcom-atoms .max-w-full{max-width:100%}.calcom-atoms .max-w-md{max-width:28rem}.calcom-atoms .max-w-none{max-width:none}.calcom-atoms .max-w-screen{max-width:100vw}.calcom-atoms .max-w-screen-lg{max-width:1024px}.calcom-atoms .max-w-screen-sm{max-width:640px}.calcom-atoms .max-w-sm{max-width:24rem}.calcom-atoms .max-w-xl{max-width:36rem}.calcom-atoms .max-w-xs{max-width:20rem}.calcom-atoms .flex-1{flex:1 1 0%}.calcom-atoms .flex-auto{flex:1 1 auto}.calcom-atoms .flex-none{flex:none}.calcom-atoms .flex-shrink{flex-shrink:1}.calcom-atoms .flex-shrink-0{flex-shrink:0}.calcom-atoms .shrink{flex-shrink:1}.calcom-atoms .shrink-0{flex-shrink:0}.calcom-atoms .flex-grow{flex-grow:1}.calcom-atoms .flex-grow-0{flex-grow:0}.calcom-atoms .grow{flex-grow:1}.calcom-atoms .basis-1\/5{flex-basis:20%}.calcom-atoms .basis-2\/5{flex-basis:40%}.calcom-atoms .basis-3\/5{flex-basis:60%}.calcom-atoms .table-fixed{table-layout:fixed}.calcom-atoms .caption-bottom{caption-side:bottom}.calcom-atoms .border-collapse{border-collapse:collapse}.calcom-atoms .border-separate{border-collapse:initial}.calcom-atoms .border-spacing-0{--tw-border-spacing-x:0px;--tw-border-spacing-y:0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.calcom-atoms .origin-center{transform-origin:center}.calcom-atoms .origin-top-right{transform-origin:top right}.calcom-atoms .-translate-x-0{--tw-translate-x:-0px}.calcom-atoms .-translate-x-0,.calcom-atoms .-translate-x-0\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .-translate-x-0\.5{--tw-translate-x:-.125rem}.calcom-atoms .-translate-x-1\/2{--tw-translate-x:-50%}.calcom-atoms .-translate-x-1\/2,.calcom-atoms .-translate-x-\[228px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .-translate-x-\[228px\]{--tw-translate-x:-228px}.calcom-atoms .-translate-x-\[232px\]{--tw-translate-x:-232px}.calcom-atoms .-translate-x-\[232px\],.calcom-atoms .-translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .-translate-x-full{--tw-translate-x:-100%}.calcom-atoms .-translate-y-1\/2{--tw-translate-y:-50%}.calcom-atoms .-translate-y-1\/2,.calcom-atoms .translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .translate-x-0{--tw-translate-x:0px}.calcom-atoms .translate-x-1\/2{--tw-translate-x:50%}.calcom-atoms .translate-x-1\/2,.calcom-atoms .translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .translate-x-full{--tw-translate-x:100%}.calcom-atoms .translate-y-\[2px\]{--tw-translate-y:2px}.calcom-atoms .translate-y-\[2px\],.calcom-atoms .translate-y-\[8px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .translate-y-\[8px\]{--tw-translate-y:8px}.calcom-atoms .-rotate-180{--tw-rotate:-180deg}.calcom-atoms .-rotate-180,.calcom-atoms .rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .rotate-180{--tw-rotate:180deg}.calcom-atoms .rotate-45{--tw-rotate:45deg}.calcom-atoms .rotate-45,.calcom-atoms .scale-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .scale-0{--tw-scale-x:0;--tw-scale-y:0}.calcom-atoms .scale-100{--tw-scale-x:1;--tw-scale-y:1}.calcom-atoms .scale-100,.calcom-atoms .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.calcom-atoms .animate-fade-in-up{animation:fade-in-up .6s var(--animation-delay,0ms) cubic-bezier(.21,1.02,.73,1) forwards}.calcom-atoms .animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.calcom-atoms .animate-spin{animation:spin 1s linear infinite}@keyframes spinning{to{transform:rotate(1turn)}}.calcom-atoms .animate-spinning{animation:spinning .75s linear infinite}.calcom-atoms .\!cursor-pointer{cursor:pointer!important}.calcom-atoms .cursor-default{cursor:default}.calcom-atoms .cursor-not-allowed{cursor:not-allowed}.calcom-atoms .cursor-pointer{cursor:pointer}.calcom-atoms .cursor-text{cursor:text}.calcom-atoms .cursor-wait{cursor:wait}.calcom-atoms .select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.calcom-atoms .resize{resize:both}.calcom-atoms .snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.calcom-atoms .snap-mandatory{--tw-scroll-snap-strictness:mandatory}.calcom-atoms .snap-center{scroll-snap-align:center}.calcom-atoms .list-decimal{list-style-type:decimal}.calcom-atoms .list-disc{list-style-type:disc}.calcom-atoms .appearance-none{-moz-appearance:none;-webkit-appearance:none;appearance:none}.calcom-atoms .auto-cols-auto{grid-auto-columns:auto}.calcom-atoms .auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.calcom-atoms .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.calcom-atoms .grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.calcom-atoms .grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.calcom-atoms .grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.calcom-atoms .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.calcom-atoms .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.calcom-atoms .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.calcom-atoms .grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.calcom-atoms .grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.calcom-atoms .grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.calcom-atoms .grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.calcom-atoms .grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.calcom-atoms .grid-cols-none{grid-template-columns:none}.calcom-atoms .grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.calcom-atoms .grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.calcom-atoms .flex-row{flex-direction:row}.calcom-atoms .flex-row-reverse{flex-direction:row-reverse}.calcom-atoms .flex-col{flex-direction:column}.calcom-atoms .flex-col-reverse{flex-direction:column-reverse}.calcom-atoms .flex-wrap{flex-wrap:wrap}.calcom-atoms .flex-nowrap{flex-wrap:nowrap}.calcom-atoms .content-center{align-content:center}.calcom-atoms .items-start{align-items:flex-start}.calcom-atoms .items-end{align-items:flex-end}.calcom-atoms .items-center{align-items:center}.calcom-atoms .items-baseline{align-items:baseline}.calcom-atoms .items-stretch{align-items:stretch}.calcom-atoms .justify-start{justify-content:flex-start}.calcom-atoms .justify-end{justify-content:flex-end}.calcom-atoms .justify-center{justify-content:center}.calcom-atoms .justify-between{justify-content:space-between}.calcom-atoms .justify-around{justify-content:space-around}.calcom-atoms .justify-evenly{justify-content:space-evenly}.calcom-atoms .justify-items-center{justify-items:center}.calcom-atoms .gap-0{gap:0}.calcom-atoms .gap-0\.5{gap:.125rem}.calcom-atoms .gap-1{gap:.25rem}.calcom-atoms .gap-2{gap:.5rem}.calcom-atoms .gap-3{gap:.75rem}.calcom-atoms .gap-4{gap:1rem}.calcom-atoms .gap-5{gap:1.25rem}.calcom-atoms .gap-6{gap:1.5rem}.calcom-atoms .gap-8{gap:2rem}.calcom-atoms .gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.calcom-atoms .gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.calcom-atoms .gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.calcom-atoms .gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.calcom-atoms .gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.calcom-atoms .gap-y-1{row-gap:.25rem}.calcom-atoms .gap-y-2{row-gap:.5rem}.calcom-atoms .gap-y-3{row-gap:.75rem}.calcom-atoms .gap-y-4{row-gap:1rem}.calcom-atoms .gap-y-6{row-gap:1.5rem}.calcom-atoms .gap-y-8{row-gap:2rem}.calcom-atoms .space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.75rem*var(--tw-space-x-reverse));margin-left:calc(2.75rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .space-x-2\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem*var(--tw-space-x-reverse));margin-left:calc(.625rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .space-x-3\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.875rem*var(--tw-space-x-reverse));margin-left:calc(.875rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .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*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .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*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .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*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1px*var(--tw-space-x-reverse));margin-left:calc(1px*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.calcom-atoms .space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.calcom-atoms .space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.calcom-atoms .space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.calcom-atoms .space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.calcom-atoms .space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.calcom-atoms .space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.calcom-atoms .space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.calcom-atoms .space-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.calcom-atoms .space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.calcom-atoms .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*(1 - var(--tw-divide-x-reverse)))}.calcom-atoms .divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.calcom-atoms .divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px*var(--tw-divide-y-reverse))}.calcom-atoms .divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:1}.calcom-atoms .divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.calcom-atoms .divide-amber-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 243 199/var(--tw-divide-opacity))}.calcom-atoms .divide-amber-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 230 138/var(--tw-divide-opacity))}.calcom-atoms .divide-amber-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(252 211 77/var(--tw-divide-opacity))}.calcom-atoms .divide-amber-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(251 191 36/var(--tw-divide-opacity))}.calcom-atoms .divide-amber-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 251 235/var(--tw-divide-opacity))}.calcom-atoms .divide-amber-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(245 158 11/var(--tw-divide-opacity))}.calcom-atoms .divide-amber-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(217 119 6/var(--tw-divide-opacity))}.calcom-atoms .divide-amber-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(180 83 9/var(--tw-divide-opacity))}.calcom-atoms .divide-amber-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(146 64 14/var(--tw-divide-opacity))}.calcom-atoms .divide-amber-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(120 53 15/var(--tw-divide-opacity))}.calcom-atoms .divide-black>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(17 17 17/var(--tw-divide-opacity))}.calcom-atoms .divide-blue-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(219 234 254/var(--tw-divide-opacity))}.calcom-atoms .divide-blue-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(191 219 254/var(--tw-divide-opacity))}.calcom-atoms .divide-blue-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(147 197 253/var(--tw-divide-opacity))}.calcom-atoms .divide-blue-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(96 165 250/var(--tw-divide-opacity))}.calcom-atoms .divide-blue-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(239 246 255/var(--tw-divide-opacity))}.calcom-atoms .divide-blue-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(59 130 246/var(--tw-divide-opacity))}.calcom-atoms .divide-blue-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(37 99 235/var(--tw-divide-opacity))}.calcom-atoms .divide-blue-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(29 78 216/var(--tw-divide-opacity))}.calcom-atoms .divide-blue-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(30 64 175/var(--tw-divide-opacity))}.calcom-atoms .divide-blue-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(30 58 138/var(--tw-divide-opacity))}.calcom-atoms .divide-cyan-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(207 250 254/var(--tw-divide-opacity))}.calcom-atoms .divide-cyan-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(165 243 252/var(--tw-divide-opacity))}.calcom-atoms .divide-cyan-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(103 232 249/var(--tw-divide-opacity))}.calcom-atoms .divide-cyan-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(34 211 238/var(--tw-divide-opacity))}.calcom-atoms .divide-cyan-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(236 254 255/var(--tw-divide-opacity))}.calcom-atoms .divide-cyan-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(6 182 212/var(--tw-divide-opacity))}.calcom-atoms .divide-cyan-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(8 145 178/var(--tw-divide-opacity))}.calcom-atoms .divide-cyan-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(14 116 144/var(--tw-divide-opacity))}.calcom-atoms .divide-cyan-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(21 94 117/var(--tw-divide-opacity))}.calcom-atoms .divide-cyan-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(22 78 99/var(--tw-divide-opacity))}.calcom-atoms .divide-default>:not([hidden])~:not([hidden]){border-color:var(--cal-border,#d1d5db)}.calcom-atoms .divide-emerald-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 250 229/var(--tw-divide-opacity))}.calcom-atoms .divide-emerald-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(167 243 208/var(--tw-divide-opacity))}.calcom-atoms .divide-emerald-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(110 231 183/var(--tw-divide-opacity))}.calcom-atoms .divide-emerald-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(52 211 153/var(--tw-divide-opacity))}.calcom-atoms .divide-emerald-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(236 253 245/var(--tw-divide-opacity))}.calcom-atoms .divide-emerald-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(16 185 129/var(--tw-divide-opacity))}.calcom-atoms .divide-emerald-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(5 150 105/var(--tw-divide-opacity))}.calcom-atoms .divide-emerald-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(4 120 87/var(--tw-divide-opacity))}.calcom-atoms .divide-emerald-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(6 95 70/var(--tw-divide-opacity))}.calcom-atoms .divide-emerald-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(6 78 59/var(--tw-divide-opacity))}.calcom-atoms .divide-fuchsia-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(250 232 255/var(--tw-divide-opacity))}.calcom-atoms .divide-fuchsia-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(245 208 254/var(--tw-divide-opacity))}.calcom-atoms .divide-fuchsia-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(240 171 252/var(--tw-divide-opacity))}.calcom-atoms .divide-fuchsia-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(232 121 249/var(--tw-divide-opacity))}.calcom-atoms .divide-fuchsia-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 244 255/var(--tw-divide-opacity))}.calcom-atoms .divide-fuchsia-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(217 70 239/var(--tw-divide-opacity))}.calcom-atoms .divide-fuchsia-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(192 38 211/var(--tw-divide-opacity))}.calcom-atoms .divide-fuchsia-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(162 28 175/var(--tw-divide-opacity))}.calcom-atoms .divide-fuchsia-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(134 25 143/var(--tw-divide-opacity))}.calcom-atoms .divide-fuchsia-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(112 26 117/var(--tw-divide-opacity))}.calcom-atoms .divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity))}.calcom-atoms .divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.calcom-atoms .divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 213 219/var(--tw-divide-opacity))}.calcom-atoms .divide-gray-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(156 163 175/var(--tw-divide-opacity))}.calcom-atoms .divide-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(249 250 251/var(--tw-divide-opacity))}.calcom-atoms .divide-gray-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(107 114 128/var(--tw-divide-opacity))}.calcom-atoms .divide-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(75 85 99/var(--tw-divide-opacity))}.calcom-atoms .divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(55 65 81/var(--tw-divide-opacity))}.calcom-atoms .divide-gray-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(31 41 55/var(--tw-divide-opacity))}.calcom-atoms .divide-gray-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(17 24 39/var(--tw-divide-opacity))}.calcom-atoms .divide-green-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(220 252 231/var(--tw-divide-opacity))}.calcom-atoms .divide-green-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(187 247 208/var(--tw-divide-opacity))}.calcom-atoms .divide-green-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(134 239 172/var(--tw-divide-opacity))}.calcom-atoms .divide-green-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(74 222 128/var(--tw-divide-opacity))}.calcom-atoms .divide-green-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(240 253 244/var(--tw-divide-opacity))}.calcom-atoms .divide-green-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(34 197 94/var(--tw-divide-opacity))}.calcom-atoms .divide-green-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(22 163 74/var(--tw-divide-opacity))}.calcom-atoms .divide-green-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(21 128 61/var(--tw-divide-opacity))}.calcom-atoms .divide-green-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(22 101 52/var(--tw-divide-opacity))}.calcom-atoms .divide-green-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(20 83 45/var(--tw-divide-opacity))}.calcom-atoms .divide-indigo-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(224 231 255/var(--tw-divide-opacity))}.calcom-atoms .divide-indigo-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(199 210 254/var(--tw-divide-opacity))}.calcom-atoms .divide-indigo-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(165 180 252/var(--tw-divide-opacity))}.calcom-atoms .divide-indigo-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(129 140 248/var(--tw-divide-opacity))}.calcom-atoms .divide-indigo-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(238 242 255/var(--tw-divide-opacity))}.calcom-atoms .divide-indigo-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(99 102 241/var(--tw-divide-opacity))}.calcom-atoms .divide-indigo-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(79 70 229/var(--tw-divide-opacity))}.calcom-atoms .divide-indigo-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(67 56 202/var(--tw-divide-opacity))}.calcom-atoms .divide-indigo-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(55 48 163/var(--tw-divide-opacity))}.calcom-atoms .divide-indigo-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(49 46 129/var(--tw-divide-opacity))}.calcom-atoms .divide-lime-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(236 252 203/var(--tw-divide-opacity))}.calcom-atoms .divide-lime-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(217 249 157/var(--tw-divide-opacity))}.calcom-atoms .divide-lime-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(190 242 100/var(--tw-divide-opacity))}.calcom-atoms .divide-lime-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(163 230 53/var(--tw-divide-opacity))}.calcom-atoms .divide-lime-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(247 254 231/var(--tw-divide-opacity))}.calcom-atoms .divide-lime-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(132 204 22/var(--tw-divide-opacity))}.calcom-atoms .divide-lime-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(101 163 13/var(--tw-divide-opacity))}.calcom-atoms .divide-lime-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(77 124 15/var(--tw-divide-opacity))}.calcom-atoms .divide-lime-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(63 98 18/var(--tw-divide-opacity))}.calcom-atoms .divide-lime-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(54 83 20/var(--tw-divide-opacity))}.calcom-atoms .divide-neutral-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(245 245 245/var(--tw-divide-opacity))}.calcom-atoms .divide-neutral-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 229 229/var(--tw-divide-opacity))}.calcom-atoms .divide-neutral-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(212 212 212/var(--tw-divide-opacity))}.calcom-atoms .divide-neutral-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(163 163 163/var(--tw-divide-opacity))}.calcom-atoms .divide-neutral-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(250 250 250/var(--tw-divide-opacity))}.calcom-atoms .divide-neutral-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(115 115 115/var(--tw-divide-opacity))}.calcom-atoms .divide-neutral-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(82 82 82/var(--tw-divide-opacity))}.calcom-atoms .divide-neutral-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(64 64 64/var(--tw-divide-opacity))}.calcom-atoms .divide-neutral-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(38 38 38/var(--tw-divide-opacity))}.calcom-atoms .divide-neutral-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(23 23 23/var(--tw-divide-opacity))}.calcom-atoms .divide-orange-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 237 213/var(--tw-divide-opacity))}.calcom-atoms .divide-orange-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 215 170/var(--tw-divide-opacity))}.calcom-atoms .divide-orange-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 186 116/var(--tw-divide-opacity))}.calcom-atoms .divide-orange-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(251 146 60/var(--tw-divide-opacity))}.calcom-atoms .divide-orange-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 247 237/var(--tw-divide-opacity))}.calcom-atoms .divide-orange-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(249 115 22/var(--tw-divide-opacity))}.calcom-atoms .divide-orange-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(234 88 12/var(--tw-divide-opacity))}.calcom-atoms .divide-orange-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(194 65 12/var(--tw-divide-opacity))}.calcom-atoms .divide-orange-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(154 52 18/var(--tw-divide-opacity))}.calcom-atoms .divide-orange-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(124 45 18/var(--tw-divide-opacity))}.calcom-atoms .divide-pink-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(252 231 243/var(--tw-divide-opacity))}.calcom-atoms .divide-pink-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(251 207 232/var(--tw-divide-opacity))}.calcom-atoms .divide-pink-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(249 168 212/var(--tw-divide-opacity))}.calcom-atoms .divide-pink-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(244 114 182/var(--tw-divide-opacity))}.calcom-atoms .divide-pink-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 242 248/var(--tw-divide-opacity))}.calcom-atoms .divide-pink-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(236 72 153/var(--tw-divide-opacity))}.calcom-atoms .divide-pink-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(219 39 119/var(--tw-divide-opacity))}.calcom-atoms .divide-pink-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(190 24 93/var(--tw-divide-opacity))}.calcom-atoms .divide-pink-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(131 24 67/var(--tw-divide-opacity))}.calcom-atoms .divide-purple-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 232 255/var(--tw-divide-opacity))}.calcom-atoms .divide-purple-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(233 213 255/var(--tw-divide-opacity))}.calcom-atoms .divide-purple-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(216 180 254/var(--tw-divide-opacity))}.calcom-atoms .divide-purple-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(192 132 252/var(--tw-divide-opacity))}.calcom-atoms .divide-purple-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(250 245 255/var(--tw-divide-opacity))}.calcom-atoms .divide-purple-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(168 85 247/var(--tw-divide-opacity))}.calcom-atoms .divide-purple-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(147 51 234/var(--tw-divide-opacity))}.calcom-atoms .divide-purple-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(126 34 206/var(--tw-divide-opacity))}.calcom-atoms .divide-purple-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(107 33 168/var(--tw-divide-opacity))}.calcom-atoms .divide-purple-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(88 28 135/var(--tw-divide-opacity))}.calcom-atoms .divide-red-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 226 226/var(--tw-divide-opacity))}.calcom-atoms .divide-red-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 202 202/var(--tw-divide-opacity))}.calcom-atoms .divide-red-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(252 165 165/var(--tw-divide-opacity))}.calcom-atoms .divide-red-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(248 113 113/var(--tw-divide-opacity))}.calcom-atoms .divide-red-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 242 242/var(--tw-divide-opacity))}.calcom-atoms .divide-red-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(239 68 68/var(--tw-divide-opacity))}.calcom-atoms .divide-red-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(220 38 38/var(--tw-divide-opacity))}.calcom-atoms .divide-red-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(185 28 28/var(--tw-divide-opacity))}.calcom-atoms .divide-red-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(153 27 27/var(--tw-divide-opacity))}.calcom-atoms .divide-red-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(127 29 29/var(--tw-divide-opacity))}.calcom-atoms .divide-rose-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 228 230/var(--tw-divide-opacity))}.calcom-atoms .divide-rose-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 205 211/var(--tw-divide-opacity))}.calcom-atoms .divide-rose-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 164 175/var(--tw-divide-opacity))}.calcom-atoms .divide-rose-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(251 113 133/var(--tw-divide-opacity))}.calcom-atoms .divide-rose-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 241 242/var(--tw-divide-opacity))}.calcom-atoms .divide-rose-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(244 63 94/var(--tw-divide-opacity))}.calcom-atoms .divide-rose-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(225 29 72/var(--tw-divide-opacity))}.calcom-atoms .divide-rose-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(190 18 60/var(--tw-divide-opacity))}.calcom-atoms .divide-rose-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(159 18 57/var(--tw-divide-opacity))}.calcom-atoms .divide-rose-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(136 19 55/var(--tw-divide-opacity))}.calcom-atoms .divide-sky-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(224 242 254/var(--tw-divide-opacity))}.calcom-atoms .divide-sky-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(186 230 253/var(--tw-divide-opacity))}.calcom-atoms .divide-sky-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(125 211 252/var(--tw-divide-opacity))}.calcom-atoms .divide-sky-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(56 189 248/var(--tw-divide-opacity))}.calcom-atoms .divide-sky-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(240 249 255/var(--tw-divide-opacity))}.calcom-atoms .divide-sky-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(14 165 233/var(--tw-divide-opacity))}.calcom-atoms .divide-sky-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(2 132 199/var(--tw-divide-opacity))}.calcom-atoms .divide-sky-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(3 105 161/var(--tw-divide-opacity))}.calcom-atoms .divide-sky-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(7 89 133/var(--tw-divide-opacity))}.calcom-atoms .divide-sky-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(12 74 110/var(--tw-divide-opacity))}.calcom-atoms .divide-slate-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 245 249/var(--tw-divide-opacity))}.calcom-atoms .divide-slate-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(226 232 240/var(--tw-divide-opacity))}.calcom-atoms .divide-slate-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(203 213 225/var(--tw-divide-opacity))}.calcom-atoms .divide-slate-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(148 163 184/var(--tw-divide-opacity))}.calcom-atoms .divide-slate-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(248 250 252/var(--tw-divide-opacity))}.calcom-atoms .divide-slate-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(100 116 139/var(--tw-divide-opacity))}.calcom-atoms .divide-slate-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(71 85 105/var(--tw-divide-opacity))}.calcom-atoms .divide-slate-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(51 65 85/var(--tw-divide-opacity))}.calcom-atoms .divide-slate-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(30 41 59/var(--tw-divide-opacity))}.calcom-atoms .divide-slate-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(15 23 42/var(--tw-divide-opacity))}.calcom-atoms .divide-stone-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(245 245 244/var(--tw-divide-opacity))}.calcom-atoms .divide-stone-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(231 229 228/var(--tw-divide-opacity))}.calcom-atoms .divide-stone-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(214 211 209/var(--tw-divide-opacity))}.calcom-atoms .divide-stone-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(168 162 158/var(--tw-divide-opacity))}.calcom-atoms .divide-stone-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(250 250 249/var(--tw-divide-opacity))}.calcom-atoms .divide-stone-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(120 113 108/var(--tw-divide-opacity))}.calcom-atoms .divide-stone-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(87 83 78/var(--tw-divide-opacity))}.calcom-atoms .divide-stone-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(68 64 60/var(--tw-divide-opacity))}.calcom-atoms .divide-stone-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(41 37 36/var(--tw-divide-opacity))}.calcom-atoms .divide-stone-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(28 25 23/var(--tw-divide-opacity))}.calcom-atoms .divide-subtle>:not([hidden])~:not([hidden]){border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .divide-teal-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(204 251 241/var(--tw-divide-opacity))}.calcom-atoms .divide-teal-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(153 246 228/var(--tw-divide-opacity))}.calcom-atoms .divide-teal-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(94 234 212/var(--tw-divide-opacity))}.calcom-atoms .divide-teal-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(45 212 191/var(--tw-divide-opacity))}.calcom-atoms .divide-teal-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(240 253 250/var(--tw-divide-opacity))}.calcom-atoms .divide-teal-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(20 184 166/var(--tw-divide-opacity))}.calcom-atoms .divide-teal-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(13 148 136/var(--tw-divide-opacity))}.calcom-atoms .divide-teal-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(15 118 110/var(--tw-divide-opacity))}.calcom-atoms .divide-teal-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(17 94 89/var(--tw-divide-opacity))}.calcom-atoms .divide-teal-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(19 78 74/var(--tw-divide-opacity))}.calcom-atoms .divide-transparent>:not([hidden])~:not([hidden]){border-color:#0000}.calcom-atoms .divide-violet-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(237 233 254/var(--tw-divide-opacity))}.calcom-atoms .divide-violet-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(221 214 254/var(--tw-divide-opacity))}.calcom-atoms .divide-violet-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(196 181 253/var(--tw-divide-opacity))}.calcom-atoms .divide-violet-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(167 139 250/var(--tw-divide-opacity))}.calcom-atoms .divide-violet-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(245 243 255/var(--tw-divide-opacity))}.calcom-atoms .divide-violet-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(139 92 246/var(--tw-divide-opacity))}.calcom-atoms .divide-violet-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(124 58 237/var(--tw-divide-opacity))}.calcom-atoms .divide-violet-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(109 40 217/var(--tw-divide-opacity))}.calcom-atoms .divide-violet-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(91 33 182/var(--tw-divide-opacity))}.calcom-atoms .divide-violet-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(76 29 149/var(--tw-divide-opacity))}.calcom-atoms .divide-white>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255/var(--tw-divide-opacity))}.calcom-atoms .divide-yellow-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 249 195/var(--tw-divide-opacity))}.calcom-atoms .divide-yellow-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 240 138/var(--tw-divide-opacity))}.calcom-atoms .divide-yellow-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 224 71/var(--tw-divide-opacity))}.calcom-atoms .divide-yellow-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(250 204 21/var(--tw-divide-opacity))}.calcom-atoms .divide-yellow-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 252 232/var(--tw-divide-opacity))}.calcom-atoms .divide-yellow-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(234 179 8/var(--tw-divide-opacity))}.calcom-atoms .divide-yellow-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(202 138 4/var(--tw-divide-opacity))}.calcom-atoms .divide-yellow-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(161 98 7/var(--tw-divide-opacity))}.calcom-atoms .divide-yellow-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(133 77 14/var(--tw-divide-opacity))}.calcom-atoms .divide-yellow-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(113 63 18/var(--tw-divide-opacity))}.calcom-atoms .divide-zinc-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(244 244 245/var(--tw-divide-opacity))}.calcom-atoms .divide-zinc-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(228 228 231/var(--tw-divide-opacity))}.calcom-atoms .divide-zinc-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(212 212 216/var(--tw-divide-opacity))}.calcom-atoms .divide-zinc-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(161 161 170/var(--tw-divide-opacity))}.calcom-atoms .divide-zinc-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(250 250 250/var(--tw-divide-opacity))}.calcom-atoms .divide-zinc-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(113 113 122/var(--tw-divide-opacity))}.calcom-atoms .divide-zinc-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(82 82 91/var(--tw-divide-opacity))}.calcom-atoms .divide-zinc-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(63 63 70/var(--tw-divide-opacity))}.calcom-atoms .divide-zinc-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(39 39 42/var(--tw-divide-opacity))}.calcom-atoms .divide-zinc-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(24 24 27/var(--tw-divide-opacity))}.calcom-atoms .place-self-center{place-self:center}.calcom-atoms .self-start{align-self:flex-start}.calcom-atoms .self-end{align-self:flex-end}.calcom-atoms .self-center{align-self:center}.calcom-atoms .self-stretch{align-self:stretch}.calcom-atoms .justify-self-end{justify-self:end}.calcom-atoms .overflow-auto{overflow:auto}.calcom-atoms .overflow-hidden{overflow:hidden}.calcom-atoms .overflow-clip{overflow:clip}.calcom-atoms .overflow-visible{overflow:visible}.calcom-atoms .overflow-scroll{overflow:scroll}.calcom-atoms .overflow-x-auto{overflow-x:auto}.calcom-atoms .overflow-y-auto{overflow-y:auto}.calcom-atoms .overflow-x-hidden{overflow-x:hidden}.calcom-atoms .overflow-y-hidden{overflow-y:hidden}.calcom-atoms .overflow-x-clip{overflow-x:clip}.calcom-atoms .overflow-x-scroll{overflow-x:scroll}.calcom-atoms .\!overflow-y-scroll{overflow-y:scroll!important}.calcom-atoms .overflow-y-scroll{overflow-y:scroll}.calcom-atoms .scroll-auto{scroll-behavior:auto}.calcom-atoms .truncate{overflow:hidden;white-space:nowrap}.calcom-atoms .overflow-ellipsis,.calcom-atoms .text-ellipsis,.calcom-atoms .truncate{text-overflow:ellipsis}.calcom-atoms .text-clip{text-overflow:clip}.calcom-atoms .whitespace-normal{white-space:normal}.calcom-atoms .whitespace-nowrap{white-space:nowrap}.calcom-atoms .whitespace-pre{white-space:pre}.calcom-atoms .whitespace-pre-wrap{white-space:pre-wrap}.calcom-atoms .break-words{overflow-wrap:break-word}.calcom-atoms .break-all{word-break:break-all}.calcom-atoms .rounded{border-radius:.25rem}.calcom-atoms .rounded-2xl{border-radius:1rem}.calcom-atoms .rounded-3xl{border-radius:1.5rem}.calcom-atoms .rounded-\[1px\]{border-radius:1px}.calcom-atoms .rounded-\[32px\]{border-radius:32px}.calcom-atoms .rounded-\[4px\]{border-radius:4px}.calcom-atoms .rounded-\[5px\]{border-radius:5px}.calcom-atoms .rounded-\[6px\]{border-radius:6px}.calcom-atoms .rounded-full{border-radius:9999px}.calcom-atoms .rounded-lg{border-radius:.5rem}.calcom-atoms .rounded-md{border-radius:.375rem}.calcom-atoms .rounded-none{border-radius:0}.calcom-atoms .rounded-sm{border-radius:.125rem}.calcom-atoms .rounded-xl{border-radius:.75rem}.calcom-atoms .rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.calcom-atoms .rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.calcom-atoms .rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.calcom-atoms .rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms .rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.calcom-atoms .rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.calcom-atoms .rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.calcom-atoms .rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.calcom-atoms .rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.calcom-atoms .rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.calcom-atoms .rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms .rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.calcom-atoms .rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.calcom-atoms .rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.calcom-atoms .rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.calcom-atoms .rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.calcom-atoms .rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.calcom-atoms .rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.calcom-atoms .rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.calcom-atoms .rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.calcom-atoms .rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.calcom-atoms .rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.calcom-atoms .rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.calcom-atoms .rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.calcom-atoms .rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.calcom-atoms .rounded-bl{border-bottom-left-radius:.25rem}.calcom-atoms .rounded-bl-2xl{border-bottom-left-radius:1rem}.calcom-atoms .rounded-bl-md{border-bottom-left-radius:.375rem}.calcom-atoms .rounded-br{border-bottom-right-radius:.25rem}.calcom-atoms .rounded-br-md{border-bottom-right-radius:.375rem}.calcom-atoms .rounded-br-none{border-bottom-right-radius:0}.calcom-atoms .rounded-tl{border-top-left-radius:.25rem}.calcom-atoms .rounded-tl-2xl{border-top-left-radius:1rem}.calcom-atoms .rounded-tl-lg{border-top-left-radius:.5rem}.calcom-atoms .rounded-tr{border-top-right-radius:.25rem}.calcom-atoms .rounded-tr-lg{border-top-right-radius:.5rem}.calcom-atoms .\!border-0{border-width:0!important}.calcom-atoms .border{border-width:1px}.calcom-atoms .border-0{border-width:0}.calcom-atoms .border-2{border-width:2px}.calcom-atoms .border-4{border-width:4px}.calcom-atoms .border-\[1\.5px\]{border-width:1.5px}.calcom-atoms .border-\[1px\]{border-width:1px}.calcom-atoms .border-booker-width{border-width:var(--cal-border-booker-width,1px)}.calcom-atoms .border-x{border-left-width:1px;border-right-width:1px}.calcom-atoms .border-y{border-top-width:1px;border-bottom-width:1px}.calcom-atoms .border-y-0{border-top-width:0;border-bottom-width:0}.calcom-atoms .border-b{border-bottom-width:1px}.calcom-atoms .border-b-0{border-bottom-width:0}.calcom-atoms .border-b-2{border-bottom-width:2px}.calcom-atoms .border-b-4{border-bottom-width:4px}.calcom-atoms .border-l{border-left-width:1px}.calcom-atoms .border-l-0{border-left-width:0}.calcom-atoms .border-l-2{border-left-width:2px}.calcom-atoms .border-l-4{border-left-width:4px}.calcom-atoms .border-r{border-right-width:1px}.calcom-atoms .border-r-0{border-right-width:0}.calcom-atoms .border-r-2{border-right-width:2px}.calcom-atoms .border-r-4{border-right-width:4px}.calcom-atoms .border-t{border-top-width:1px}.calcom-atoms .border-t-0{border-top-width:0}.calcom-atoms .border-t-2{border-top-width:2px}.calcom-atoms .border-t-4{border-top-width:4px}.calcom-atoms .border-solid{border-style:solid}.calcom-atoms .border-dashed{border-style:dashed}.calcom-atoms .border-none{border-style:none}.calcom-atoms .\!border-muted{border-color:var(--cal-border-muted,#f3f4f6)!important}.calcom-atoms .\!border-red-700{--tw-border-opacity:1!important;border-color:rgb(185 28 28/var(--tw-border-opacity))!important}.calcom-atoms .border-amber-100{--tw-border-opacity:1;border-color:rgb(254 243 199/var(--tw-border-opacity))}.calcom-atoms .border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity))}.calcom-atoms .border-amber-300{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity))}.calcom-atoms .border-amber-400{--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity))}.calcom-atoms .border-amber-50{--tw-border-opacity:1;border-color:rgb(255 251 235/var(--tw-border-opacity))}.calcom-atoms .border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity))}.calcom-atoms .border-amber-600{--tw-border-opacity:1;border-color:rgb(217 119 6/var(--tw-border-opacity))}.calcom-atoms .border-amber-700{--tw-border-opacity:1;border-color:rgb(180 83 9/var(--tw-border-opacity))}.calcom-atoms .border-amber-800{--tw-border-opacity:1;border-color:rgb(146 64 14/var(--tw-border-opacity))}.calcom-atoms .border-amber-900{--tw-border-opacity:1;border-color:rgb(120 53 15/var(--tw-border-opacity))}.calcom-atoms .border-black{--tw-border-opacity:1;border-color:rgb(17 17 17/var(--tw-border-opacity))}.calcom-atoms .border-blue-100{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity))}.calcom-atoms .border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.calcom-atoms .border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.calcom-atoms .border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.calcom-atoms .border-blue-50{--tw-border-opacity:1;border-color:rgb(239 246 255/var(--tw-border-opacity))}.calcom-atoms .border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.calcom-atoms .border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.calcom-atoms .border-blue-700{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.calcom-atoms .border-blue-800{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity))}.calcom-atoms .border-blue-900{--tw-border-opacity:1;border-color:rgb(30 58 138/var(--tw-border-opacity))}.calcom-atoms .border-booker{border-color:var(--cal-border-booker,#e5e7eb)}.calcom-atoms .border-brand-default{border-color:var(--cal-brand,#111827)}.calcom-atoms .border-cyan-100{--tw-border-opacity:1;border-color:rgb(207 250 254/var(--tw-border-opacity))}.calcom-atoms .border-cyan-200{--tw-border-opacity:1;border-color:rgb(165 243 252/var(--tw-border-opacity))}.calcom-atoms .border-cyan-300{--tw-border-opacity:1;border-color:rgb(103 232 249/var(--tw-border-opacity))}.calcom-atoms .border-cyan-400{--tw-border-opacity:1;border-color:rgb(34 211 238/var(--tw-border-opacity))}.calcom-atoms .border-cyan-50{--tw-border-opacity:1;border-color:rgb(236 254 255/var(--tw-border-opacity))}.calcom-atoms .border-cyan-500{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity))}.calcom-atoms .border-cyan-600{--tw-border-opacity:1;border-color:rgb(8 145 178/var(--tw-border-opacity))}.calcom-atoms .border-cyan-700{--tw-border-opacity:1;border-color:rgb(14 116 144/var(--tw-border-opacity))}.calcom-atoms .border-cyan-800{--tw-border-opacity:1;border-color:rgb(21 94 117/var(--tw-border-opacity))}.calcom-atoms .border-cyan-900{--tw-border-opacity:1;border-color:rgb(22 78 99/var(--tw-border-opacity))}.calcom-atoms .border-default{border-color:var(--cal-border,#d1d5db)}.calcom-atoms .border-emerald-100{--tw-border-opacity:1;border-color:rgb(209 250 229/var(--tw-border-opacity))}.calcom-atoms .border-emerald-200{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity))}.calcom-atoms .border-emerald-300{--tw-border-opacity:1;border-color:rgb(110 231 183/var(--tw-border-opacity))}.calcom-atoms .border-emerald-400{--tw-border-opacity:1;border-color:rgb(52 211 153/var(--tw-border-opacity))}.calcom-atoms .border-emerald-50{--tw-border-opacity:1;border-color:rgb(236 253 245/var(--tw-border-opacity))}.calcom-atoms .border-emerald-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity))}.calcom-atoms .border-emerald-600{--tw-border-opacity:1;border-color:rgb(5 150 105/var(--tw-border-opacity))}.calcom-atoms .border-emerald-700{--tw-border-opacity:1;border-color:rgb(4 120 87/var(--tw-border-opacity))}.calcom-atoms .border-emerald-800{--tw-border-opacity:1;border-color:rgb(6 95 70/var(--tw-border-opacity))}.calcom-atoms .border-emerald-900{--tw-border-opacity:1;border-color:rgb(6 78 59/var(--tw-border-opacity))}.calcom-atoms .border-emphasis{border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms .border-error{border-color:var(--cal-border-error,#aa2e26)}.calcom-atoms .border-fuchsia-100{--tw-border-opacity:1;border-color:rgb(250 232 255/var(--tw-border-opacity))}.calcom-atoms .border-fuchsia-200{--tw-border-opacity:1;border-color:rgb(245 208 254/var(--tw-border-opacity))}.calcom-atoms .border-fuchsia-300{--tw-border-opacity:1;border-color:rgb(240 171 252/var(--tw-border-opacity))}.calcom-atoms .border-fuchsia-400{--tw-border-opacity:1;border-color:rgb(232 121 249/var(--tw-border-opacity))}.calcom-atoms .border-fuchsia-50{--tw-border-opacity:1;border-color:rgb(253 244 255/var(--tw-border-opacity))}.calcom-atoms .border-fuchsia-500{--tw-border-opacity:1;border-color:rgb(217 70 239/var(--tw-border-opacity))}.calcom-atoms .border-fuchsia-600{--tw-border-opacity:1;border-color:rgb(192 38 211/var(--tw-border-opacity))}.calcom-atoms .border-fuchsia-700{--tw-border-opacity:1;border-color:rgb(162 28 175/var(--tw-border-opacity))}.calcom-atoms .border-fuchsia-800{--tw-border-opacity:1;border-color:rgb(134 25 143/var(--tw-border-opacity))}.calcom-atoms .border-fuchsia-900{--tw-border-opacity:1;border-color:rgb(112 26 117/var(--tw-border-opacity))}.calcom-atoms .border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.calcom-atoms .border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.calcom-atoms .border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.calcom-atoms .border-gray-300\/20{border-color:#d1d5db33}.calcom-atoms .border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.calcom-atoms .border-gray-50{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity))}.calcom-atoms .border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.calcom-atoms .border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.calcom-atoms .border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.calcom-atoms .border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.calcom-atoms .border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.calcom-atoms .border-green-100{--tw-border-opacity:1;border-color:rgb(220 252 231/var(--tw-border-opacity))}.calcom-atoms .border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity))}.calcom-atoms .border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.calcom-atoms .border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity))}.calcom-atoms .border-green-50{--tw-border-opacity:1;border-color:rgb(240 253 244/var(--tw-border-opacity))}.calcom-atoms .border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.calcom-atoms .border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.calcom-atoms .border-green-700{--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity))}.calcom-atoms .border-green-800{--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity))}.calcom-atoms .border-green-900{--tw-border-opacity:1;border-color:rgb(20 83 45/var(--tw-border-opacity))}.calcom-atoms .border-indigo-100{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity))}.calcom-atoms .border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity))}.calcom-atoms .border-indigo-300{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.calcom-atoms .border-indigo-400{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.calcom-atoms .border-indigo-50{--tw-border-opacity:1;border-color:rgb(238 242 255/var(--tw-border-opacity))}.calcom-atoms .border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.calcom-atoms .border-indigo-600{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity))}.calcom-atoms .border-indigo-700{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity))}.calcom-atoms .border-indigo-800{--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity))}.calcom-atoms .border-indigo-900{--tw-border-opacity:1;border-color:rgb(49 46 129/var(--tw-border-opacity))}.calcom-atoms .border-inverted{border-color:var(--cal-bg-inverted)}.calcom-atoms .border-lime-100{--tw-border-opacity:1;border-color:rgb(236 252 203/var(--tw-border-opacity))}.calcom-atoms .border-lime-200{--tw-border-opacity:1;border-color:rgb(217 249 157/var(--tw-border-opacity))}.calcom-atoms .border-lime-300{--tw-border-opacity:1;border-color:rgb(190 242 100/var(--tw-border-opacity))}.calcom-atoms .border-lime-400{--tw-border-opacity:1;border-color:rgb(163 230 53/var(--tw-border-opacity))}.calcom-atoms .border-lime-50{--tw-border-opacity:1;border-color:rgb(247 254 231/var(--tw-border-opacity))}.calcom-atoms .border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity))}.calcom-atoms .border-lime-600{--tw-border-opacity:1;border-color:rgb(101 163 13/var(--tw-border-opacity))}.calcom-atoms .border-lime-700{--tw-border-opacity:1;border-color:rgb(77 124 15/var(--tw-border-opacity))}.calcom-atoms .border-lime-800{--tw-border-opacity:1;border-color:rgb(63 98 18/var(--tw-border-opacity))}.calcom-atoms .border-lime-900{--tw-border-opacity:1;border-color:rgb(54 83 20/var(--tw-border-opacity))}.calcom-atoms .border-muted{border-color:var(--cal-border-muted,#f3f4f6)}.calcom-atoms .border-neutral-100{--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity))}.calcom-atoms .border-neutral-200{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity))}.calcom-atoms .border-neutral-300{--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity))}.calcom-atoms .border-neutral-400{--tw-border-opacity:1;border-color:rgb(163 163 163/var(--tw-border-opacity))}.calcom-atoms .border-neutral-50{--tw-border-opacity:1;border-color:rgb(250 250 250/var(--tw-border-opacity))}.calcom-atoms .border-neutral-500{--tw-border-opacity:1;border-color:rgb(115 115 115/var(--tw-border-opacity))}.calcom-atoms .border-neutral-600{--tw-border-opacity:1;border-color:rgb(82 82 82/var(--tw-border-opacity))}.calcom-atoms .border-neutral-700{--tw-border-opacity:1;border-color:rgb(64 64 64/var(--tw-border-opacity))}.calcom-atoms .border-neutral-800{--tw-border-opacity:1;border-color:rgb(38 38 38/var(--tw-border-opacity))}.calcom-atoms .border-neutral-900{--tw-border-opacity:1;border-color:rgb(23 23 23/var(--tw-border-opacity))}.calcom-atoms .border-orange-100{--tw-border-opacity:1;border-color:rgb(255 237 213/var(--tw-border-opacity))}.calcom-atoms .border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity))}.calcom-atoms .border-orange-300{--tw-border-opacity:1;border-color:rgb(253 186 116/var(--tw-border-opacity))}.calcom-atoms .border-orange-400{--tw-border-opacity:1;border-color:rgb(251 146 60/var(--tw-border-opacity))}.calcom-atoms .border-orange-50{--tw-border-opacity:1;border-color:rgb(255 247 237/var(--tw-border-opacity))}.calcom-atoms .border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity))}.calcom-atoms .border-orange-600{--tw-border-opacity:1;border-color:rgb(234 88 12/var(--tw-border-opacity))}.calcom-atoms .border-orange-700{--tw-border-opacity:1;border-color:rgb(194 65 12/var(--tw-border-opacity))}.calcom-atoms .border-orange-800{--tw-border-opacity:1;border-color:rgb(154 52 18/var(--tw-border-opacity))}.calcom-atoms .border-orange-900{--tw-border-opacity:1;border-color:rgb(124 45 18/var(--tw-border-opacity))}.calcom-atoms .border-pink-100{--tw-border-opacity:1;border-color:rgb(252 231 243/var(--tw-border-opacity))}.calcom-atoms .border-pink-200{--tw-border-opacity:1;border-color:rgb(251 207 232/var(--tw-border-opacity))}.calcom-atoms .border-pink-300{--tw-border-opacity:1;border-color:rgb(249 168 212/var(--tw-border-opacity))}.calcom-atoms .border-pink-400{--tw-border-opacity:1;border-color:rgb(244 114 182/var(--tw-border-opacity))}.calcom-atoms .border-pink-50{--tw-border-opacity:1;border-color:rgb(253 242 248/var(--tw-border-opacity))}.calcom-atoms .border-pink-500{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity))}.calcom-atoms .border-pink-600{--tw-border-opacity:1;border-color:rgb(219 39 119/var(--tw-border-opacity))}.calcom-atoms .border-pink-700{--tw-border-opacity:1;border-color:rgb(190 24 93/var(--tw-border-opacity))}.calcom-atoms .border-pink-900{--tw-border-opacity:1;border-color:rgb(131 24 67/var(--tw-border-opacity))}.calcom-atoms .border-purple-100{--tw-border-opacity:1;border-color:rgb(243 232 255/var(--tw-border-opacity))}.calcom-atoms .border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity))}.calcom-atoms .border-purple-300{--tw-border-opacity:1;border-color:rgb(216 180 254/var(--tw-border-opacity))}.calcom-atoms .border-purple-400{--tw-border-opacity:1;border-color:rgb(192 132 252/var(--tw-border-opacity))}.calcom-atoms .border-purple-50{--tw-border-opacity:1;border-color:rgb(250 245 255/var(--tw-border-opacity))}.calcom-atoms .border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity))}.calcom-atoms .border-purple-600{--tw-border-opacity:1;border-color:rgb(147 51 234/var(--tw-border-opacity))}.calcom-atoms .border-purple-700{--tw-border-opacity:1;border-color:rgb(126 34 206/var(--tw-border-opacity))}.calcom-atoms .border-purple-800{--tw-border-opacity:1;border-color:rgb(107 33 168/var(--tw-border-opacity))}.calcom-atoms .border-purple-900{--tw-border-opacity:1;border-color:rgb(88 28 135/var(--tw-border-opacity))}.calcom-atoms .border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity))}.calcom-atoms .border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.calcom-atoms .border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.calcom-atoms .border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.calcom-atoms .border-red-50{--tw-border-opacity:1;border-color:rgb(254 242 242/var(--tw-border-opacity))}.calcom-atoms .border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.calcom-atoms .border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.calcom-atoms .border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.calcom-atoms .border-red-800{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity))}.calcom-atoms .border-red-900{--tw-border-opacity:1;border-color:rgb(127 29 29/var(--tw-border-opacity))}.calcom-atoms .border-rose-100{--tw-border-opacity:1;border-color:rgb(255 228 230/var(--tw-border-opacity))}.calcom-atoms .border-rose-200{--tw-border-opacity:1;border-color:rgb(254 205 211/var(--tw-border-opacity))}.calcom-atoms .border-rose-300{--tw-border-opacity:1;border-color:rgb(253 164 175/var(--tw-border-opacity))}.calcom-atoms .border-rose-400{--tw-border-opacity:1;border-color:rgb(251 113 133/var(--tw-border-opacity))}.calcom-atoms .border-rose-50{--tw-border-opacity:1;border-color:rgb(255 241 242/var(--tw-border-opacity))}.calcom-atoms .border-rose-500{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity))}.calcom-atoms .border-rose-600{--tw-border-opacity:1;border-color:rgb(225 29 72/var(--tw-border-opacity))}.calcom-atoms .border-rose-700{--tw-border-opacity:1;border-color:rgb(190 18 60/var(--tw-border-opacity))}.calcom-atoms .border-rose-800{--tw-border-opacity:1;border-color:rgb(159 18 57/var(--tw-border-opacity))}.calcom-atoms .border-rose-900{--tw-border-opacity:1;border-color:rgb(136 19 55/var(--tw-border-opacity))}.calcom-atoms .border-sky-100{--tw-border-opacity:1;border-color:rgb(224 242 254/var(--tw-border-opacity))}.calcom-atoms .border-sky-200{--tw-border-opacity:1;border-color:rgb(186 230 253/var(--tw-border-opacity))}.calcom-atoms .border-sky-300{--tw-border-opacity:1;border-color:rgb(125 211 252/var(--tw-border-opacity))}.calcom-atoms .border-sky-400{--tw-border-opacity:1;border-color:rgb(56 189 248/var(--tw-border-opacity))}.calcom-atoms .border-sky-50{--tw-border-opacity:1;border-color:rgb(240 249 255/var(--tw-border-opacity))}.calcom-atoms .border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.calcom-atoms .border-sky-600{--tw-border-opacity:1;border-color:rgb(2 132 199/var(--tw-border-opacity))}.calcom-atoms .border-sky-700{--tw-border-opacity:1;border-color:rgb(3 105 161/var(--tw-border-opacity))}.calcom-atoms .border-sky-800{--tw-border-opacity:1;border-color:rgb(7 89 133/var(--tw-border-opacity))}.calcom-atoms .border-sky-900{--tw-border-opacity:1;border-color:rgb(12 74 110/var(--tw-border-opacity))}.calcom-atoms .border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity))}.calcom-atoms .border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.calcom-atoms .border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity))}.calcom-atoms .border-slate-400{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity))}.calcom-atoms .border-slate-50{--tw-border-opacity:1;border-color:rgb(248 250 252/var(--tw-border-opacity))}.calcom-atoms .border-slate-500{--tw-border-opacity:1;border-color:rgb(100 116 139/var(--tw-border-opacity))}.calcom-atoms .border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity))}.calcom-atoms .border-slate-700{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity))}.calcom-atoms .border-slate-800{--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity))}.calcom-atoms .border-slate-900{--tw-border-opacity:1;border-color:rgb(15 23 42/var(--tw-border-opacity))}.calcom-atoms .border-stone-100{--tw-border-opacity:1;border-color:rgb(245 245 244/var(--tw-border-opacity))}.calcom-atoms .border-stone-200{--tw-border-opacity:1;border-color:rgb(231 229 228/var(--tw-border-opacity))}.calcom-atoms .border-stone-300{--tw-border-opacity:1;border-color:rgb(214 211 209/var(--tw-border-opacity))}.calcom-atoms .border-stone-400{--tw-border-opacity:1;border-color:rgb(168 162 158/var(--tw-border-opacity))}.calcom-atoms .border-stone-50{--tw-border-opacity:1;border-color:rgb(250 250 249/var(--tw-border-opacity))}.calcom-atoms .border-stone-500{--tw-border-opacity:1;border-color:rgb(120 113 108/var(--tw-border-opacity))}.calcom-atoms .border-stone-600{--tw-border-opacity:1;border-color:rgb(87 83 78/var(--tw-border-opacity))}.calcom-atoms .border-stone-700{--tw-border-opacity:1;border-color:rgb(68 64 60/var(--tw-border-opacity))}.calcom-atoms .border-stone-800{--tw-border-opacity:1;border-color:rgb(41 37 36/var(--tw-border-opacity))}.calcom-atoms .border-stone-900{--tw-border-opacity:1;border-color:rgb(28 25 23/var(--tw-border-opacity))}.calcom-atoms .border-subtle{border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .border-teal-100{--tw-border-opacity:1;border-color:rgb(204 251 241/var(--tw-border-opacity))}.calcom-atoms .border-teal-200{--tw-border-opacity:1;border-color:rgb(153 246 228/var(--tw-border-opacity))}.calcom-atoms .border-teal-300{--tw-border-opacity:1;border-color:rgb(94 234 212/var(--tw-border-opacity))}.calcom-atoms .border-teal-400{--tw-border-opacity:1;border-color:rgb(45 212 191/var(--tw-border-opacity))}.calcom-atoms .border-teal-50{--tw-border-opacity:1;border-color:rgb(240 253 250/var(--tw-border-opacity))}.calcom-atoms .border-teal-500{--tw-border-opacity:1;border-color:rgb(20 184 166/var(--tw-border-opacity))}.calcom-atoms .border-teal-600{--tw-border-opacity:1;border-color:rgb(13 148 136/var(--tw-border-opacity))}.calcom-atoms .border-teal-700{--tw-border-opacity:1;border-color:rgb(15 118 110/var(--tw-border-opacity))}.calcom-atoms .border-teal-800{--tw-border-opacity:1;border-color:rgb(17 94 89/var(--tw-border-opacity))}.calcom-atoms .border-teal-900{--tw-border-opacity:1;border-color:rgb(19 78 74/var(--tw-border-opacity))}.calcom-atoms .border-transparent{border-color:#0000}.calcom-atoms .border-violet-100{--tw-border-opacity:1;border-color:rgb(237 233 254/var(--tw-border-opacity))}.calcom-atoms .border-violet-200{--tw-border-opacity:1;border-color:rgb(221 214 254/var(--tw-border-opacity))}.calcom-atoms .border-violet-300{--tw-border-opacity:1;border-color:rgb(196 181 253/var(--tw-border-opacity))}.calcom-atoms .border-violet-400{--tw-border-opacity:1;border-color:rgb(167 139 250/var(--tw-border-opacity))}.calcom-atoms .border-violet-50{--tw-border-opacity:1;border-color:rgb(245 243 255/var(--tw-border-opacity))}.calcom-atoms .border-violet-500{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity))}.calcom-atoms .border-violet-600{--tw-border-opacity:1;border-color:rgb(124 58 237/var(--tw-border-opacity))}.calcom-atoms .border-violet-700{--tw-border-opacity:1;border-color:rgb(109 40 217/var(--tw-border-opacity))}.calcom-atoms .border-violet-800{--tw-border-opacity:1;border-color:rgb(91 33 182/var(--tw-border-opacity))}.calcom-atoms .border-violet-900{--tw-border-opacity:1;border-color:rgb(76 29 149/var(--tw-border-opacity))}.calcom-atoms .border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.calcom-atoms .border-yellow-100{--tw-border-opacity:1;border-color:rgb(254 249 195/var(--tw-border-opacity))}.calcom-atoms .border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity))}.calcom-atoms .border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity))}.calcom-atoms .border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.calcom-atoms .border-yellow-50{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity))}.calcom-atoms .border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity))}.calcom-atoms .border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity))}.calcom-atoms .border-yellow-700{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity))}.calcom-atoms .border-yellow-800{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity))}.calcom-atoms .border-yellow-900{--tw-border-opacity:1;border-color:rgb(113 63 18/var(--tw-border-opacity))}.calcom-atoms .border-zinc-100{--tw-border-opacity:1;border-color:rgb(244 244 245/var(--tw-border-opacity))}.calcom-atoms .border-zinc-200{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity))}.calcom-atoms .border-zinc-300{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.calcom-atoms .border-zinc-400{--tw-border-opacity:1;border-color:rgb(161 161 170/var(--tw-border-opacity))}.calcom-atoms .border-zinc-50{--tw-border-opacity:1;border-color:rgb(250 250 250/var(--tw-border-opacity))}.calcom-atoms .border-zinc-500{--tw-border-opacity:1;border-color:rgb(113 113 122/var(--tw-border-opacity))}.calcom-atoms .border-zinc-600{--tw-border-opacity:1;border-color:rgb(82 82 91/var(--tw-border-opacity))}.calcom-atoms .border-zinc-700{--tw-border-opacity:1;border-color:rgb(63 63 70/var(--tw-border-opacity))}.calcom-atoms .border-zinc-800{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.calcom-atoms .border-zinc-900{--tw-border-opacity:1;border-color:rgb(24 24 27/var(--tw-border-opacity))}.calcom-atoms .border-b-black{--tw-border-opacity:1;border-bottom-color:rgb(17 17 17/var(--tw-border-opacity))}.calcom-atoms .border-b-subtle{border-bottom-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .border-l-default{border-left-color:var(--cal-border,#d1d5db)}.calcom-atoms .border-r-transparent{border-right-color:#0000}.calcom-atoms .\!bg-default{background-color:var(--cal-bg,#fff)!important}.calcom-atoms .\!bg-orange-100{--tw-bg-opacity:1!important;background-color:rgb(255 237 213/var(--tw-bg-opacity))!important}.calcom-atoms .\!bg-subtle{background-color:var(--cal-bg-subtle)!important}.calcom-atoms .\!bg-success{background-color:var(--cal-bg-success)!important}.calcom-atoms .\!bg-transparent{background-color:initial!important}.calcom-atoms .bg-\[\#FAFAFA\]{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.calcom-atoms .bg-\[\#ffc439\]{--tw-bg-opacity:1;background-color:rgb(255 196 57/var(--tw-bg-opacity))}.calcom-atoms .bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.calcom-atoms .bg-amber-200{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity))}.calcom-atoms .bg-amber-300{--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity))}.calcom-atoms .bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity))}.calcom-atoms .bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity))}.calcom-atoms .bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity))}.calcom-atoms .bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity))}.calcom-atoms .bg-amber-700{--tw-bg-opacity:1;background-color:rgb(180 83 9/var(--tw-bg-opacity))}.calcom-atoms .bg-amber-800{--tw-bg-opacity:1;background-color:rgb(146 64 14/var(--tw-bg-opacity))}.calcom-atoms .bg-amber-900{--tw-bg-opacity:1;background-color:rgb(120 53 15/var(--tw-bg-opacity))}.calcom-atoms .bg-attention{background-color:var(--cal-bg-attention)}.calcom-atoms .bg-black{--tw-bg-opacity:1;background-color:rgb(17 17 17/var(--tw-bg-opacity))}.calcom-atoms .bg-black\/50{background-color:#12121280}.calcom-atoms .bg-black\/60{background-color:#12121299}.calcom-atoms .bg-black\/80{background-color:#121212cc}.calcom-atoms .bg-black\/\[3\%\]{background-color:#12121208}.calcom-atoms .bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.calcom-atoms .bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.calcom-atoms .bg-blue-300{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity))}.calcom-atoms .bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity))}.calcom-atoms .bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.calcom-atoms .bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.calcom-atoms .bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.calcom-atoms .bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.calcom-atoms .bg-blue-800{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity))}.calcom-atoms .bg-blue-900{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}.calcom-atoms .bg-brand-accent{background-color:var(--cal-brand-accent,#fff)}.calcom-atoms .bg-brand-default{background-color:var(--cal-brand,#111827)}.calcom-atoms .bg-brand-subtle{background-color:var(--cal-brand-subtle,#9ca3af)}.calcom-atoms .bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity))}.calcom-atoms .bg-cyan-200{--tw-bg-opacity:1;background-color:rgb(165 243 252/var(--tw-bg-opacity))}.calcom-atoms .bg-cyan-300{--tw-bg-opacity:1;background-color:rgb(103 232 249/var(--tw-bg-opacity))}.calcom-atoms .bg-cyan-400{--tw-bg-opacity:1;background-color:rgb(34 211 238/var(--tw-bg-opacity))}.calcom-atoms .bg-cyan-50{--tw-bg-opacity:1;background-color:rgb(236 254 255/var(--tw-bg-opacity))}.calcom-atoms .bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity))}.calcom-atoms .bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity))}.calcom-atoms .bg-cyan-700{--tw-bg-opacity:1;background-color:rgb(14 116 144/var(--tw-bg-opacity))}.calcom-atoms .bg-cyan-800{--tw-bg-opacity:1;background-color:rgb(21 94 117/var(--tw-bg-opacity))}.calcom-atoms .bg-cyan-900{--tw-bg-opacity:1;background-color:rgb(22 78 99/var(--tw-bg-opacity))}.calcom-atoms .bg-default{background-color:var(--cal-bg,#fff)}.calcom-atoms .bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.calcom-atoms .bg-emerald-200{--tw-bg-opacity:1;background-color:rgb(167 243 208/var(--tw-bg-opacity))}.calcom-atoms .bg-emerald-300{--tw-bg-opacity:1;background-color:rgb(110 231 183/var(--tw-bg-opacity))}.calcom-atoms .bg-emerald-400{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity))}.calcom-atoms .bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity))}.calcom-atoms .bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity))}.calcom-atoms .bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity))}.calcom-atoms .bg-emerald-700{--tw-bg-opacity:1;background-color:rgb(4 120 87/var(--tw-bg-opacity))}.calcom-atoms .bg-emerald-800{--tw-bg-opacity:1;background-color:rgb(6 95 70/var(--tw-bg-opacity))}.calcom-atoms .bg-emerald-900{--tw-bg-opacity:1;background-color:rgb(6 78 59/var(--tw-bg-opacity))}.calcom-atoms .bg-emphasis{background-color:var(--cal-bg-emphasis)}.calcom-atoms .bg-error{background-color:var(--cal-bg-error)}.calcom-atoms .bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgb(250 232 255/var(--tw-bg-opacity))}.calcom-atoms .bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgb(245 208 254/var(--tw-bg-opacity))}.calcom-atoms .bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgb(240 171 252/var(--tw-bg-opacity))}.calcom-atoms .bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgb(232 121 249/var(--tw-bg-opacity))}.calcom-atoms .bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgb(253 244 255/var(--tw-bg-opacity))}.calcom-atoms .bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb(217 70 239/var(--tw-bg-opacity))}.calcom-atoms .bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgb(192 38 211/var(--tw-bg-opacity))}.calcom-atoms .bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgb(162 28 175/var(--tw-bg-opacity))}.calcom-atoms .bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgb(134 25 143/var(--tw-bg-opacity))}.calcom-atoms .bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgb(112 26 117/var(--tw-bg-opacity))}.calcom-atoms .bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.calcom-atoms .bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.calcom-atoms .bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.calcom-atoms .bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.calcom-atoms .bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.calcom-atoms .bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.calcom-atoms .bg-gray-500\/10{background-color:#6b72801a}.calcom-atoms .bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.calcom-atoms .bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.calcom-atoms .bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.calcom-atoms .bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.calcom-atoms .bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.calcom-atoms .bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.calcom-atoms .bg-green-300{--tw-bg-opacity:1;background-color:rgb(134 239 172/var(--tw-bg-opacity))}.calcom-atoms .bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity))}.calcom-atoms .bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.calcom-atoms .bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.calcom-atoms .bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.calcom-atoms .bg-green-700{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity))}.calcom-atoms .bg-green-800{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity))}.calcom-atoms .bg-green-900{--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity))}.calcom-atoms .bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity))}.calcom-atoms .bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity))}.calcom-atoms .bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity))}.calcom-atoms .bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.calcom-atoms .bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity))}.calcom-atoms .bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.calcom-atoms .bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.calcom-atoms .bg-indigo-700{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.calcom-atoms .bg-indigo-800{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity))}.calcom-atoms .bg-indigo-900{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity))}.calcom-atoms .bg-info{background-color:var(--cal-bg-info)}.calcom-atoms .bg-inherit{background-color:inherit}.calcom-atoms .bg-inverted{background-color:var(--cal-bg-inverted)}.calcom-atoms .bg-lime-100{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity))}.calcom-atoms .bg-lime-200{--tw-bg-opacity:1;background-color:rgb(217 249 157/var(--tw-bg-opacity))}.calcom-atoms .bg-lime-300{--tw-bg-opacity:1;background-color:rgb(190 242 100/var(--tw-bg-opacity))}.calcom-atoms .bg-lime-400{--tw-bg-opacity:1;background-color:rgb(163 230 53/var(--tw-bg-opacity))}.calcom-atoms .bg-lime-50{--tw-bg-opacity:1;background-color:rgb(247 254 231/var(--tw-bg-opacity))}.calcom-atoms .bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity))}.calcom-atoms .bg-lime-600{--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity))}.calcom-atoms .bg-lime-700{--tw-bg-opacity:1;background-color:rgb(77 124 15/var(--tw-bg-opacity))}.calcom-atoms .bg-lime-800{--tw-bg-opacity:1;background-color:rgb(63 98 18/var(--tw-bg-opacity))}.calcom-atoms .bg-lime-900{--tw-bg-opacity:1;background-color:rgb(54 83 20/var(--tw-bg-opacity))}.calcom-atoms .bg-muted{background-color:var(--cal-bg-muted)}.calcom-atoms .bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.calcom-atoms .bg-neutral-200{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity))}.calcom-atoms .bg-neutral-300{--tw-bg-opacity:1;background-color:rgb(212 212 212/var(--tw-bg-opacity))}.calcom-atoms .bg-neutral-400{--tw-bg-opacity:1;background-color:rgb(163 163 163/var(--tw-bg-opacity))}.calcom-atoms .bg-neutral-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.calcom-atoms .bg-neutral-500{--tw-bg-opacity:1;background-color:rgb(115 115 115/var(--tw-bg-opacity))}.calcom-atoms .bg-neutral-600{--tw-bg-opacity:1;background-color:rgb(82 82 82/var(--tw-bg-opacity))}.calcom-atoms .bg-neutral-700{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity))}.calcom-atoms .bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity))}.calcom-atoms .bg-neutral-900{--tw-bg-opacity:1;background-color:rgb(23 23 23/var(--tw-bg-opacity))}.calcom-atoms .bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity))}.calcom-atoms .bg-orange-200{--tw-bg-opacity:1;background-color:rgb(254 215 170/var(--tw-bg-opacity))}.calcom-atoms .bg-orange-300{--tw-bg-opacity:1;background-color:rgb(253 186 116/var(--tw-bg-opacity))}.calcom-atoms .bg-orange-400{--tw-bg-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity))}.calcom-atoms .bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity))}.calcom-atoms .bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity))}.calcom-atoms .bg-orange-600{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity))}.calcom-atoms .bg-orange-700{--tw-bg-opacity:1;background-color:rgb(194 65 12/var(--tw-bg-opacity))}.calcom-atoms .bg-orange-800{--tw-bg-opacity:1;background-color:rgb(154 52 18/var(--tw-bg-opacity))}.calcom-atoms .bg-orange-900{--tw-bg-opacity:1;background-color:rgb(124 45 18/var(--tw-bg-opacity))}.calcom-atoms .bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity))}.calcom-atoms .bg-pink-200{--tw-bg-opacity:1;background-color:rgb(251 207 232/var(--tw-bg-opacity))}.calcom-atoms .bg-pink-300{--tw-bg-opacity:1;background-color:rgb(249 168 212/var(--tw-bg-opacity))}.calcom-atoms .bg-pink-400{--tw-bg-opacity:1;background-color:rgb(244 114 182/var(--tw-bg-opacity))}.calcom-atoms .bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity))}.calcom-atoms .bg-pink-500{--tw-bg-opacity:1;background-color:rgb(236 72 153/var(--tw-bg-opacity))}.calcom-atoms .bg-pink-600{--tw-bg-opacity:1;background-color:rgb(219 39 119/var(--tw-bg-opacity))}.calcom-atoms .bg-pink-700{--tw-bg-opacity:1;background-color:rgb(190 24 93/var(--tw-bg-opacity))}.calcom-atoms .bg-pink-900{--tw-bg-opacity:1;background-color:rgb(131 24 67/var(--tw-bg-opacity))}.calcom-atoms .bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity))}.calcom-atoms .bg-purple-200{--tw-bg-opacity:1;background-color:rgb(233 213 255/var(--tw-bg-opacity))}.calcom-atoms .bg-purple-300{--tw-bg-opacity:1;background-color:rgb(216 180 254/var(--tw-bg-opacity))}.calcom-atoms .bg-purple-400{--tw-bg-opacity:1;background-color:rgb(192 132 252/var(--tw-bg-opacity))}.calcom-atoms .bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity))}.calcom-atoms .bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity))}.calcom-atoms .bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity))}.calcom-atoms .bg-purple-700{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity))}.calcom-atoms .bg-purple-800{--tw-bg-opacity:1;background-color:rgb(107 33 168/var(--tw-bg-opacity))}.calcom-atoms .bg-purple-900{--tw-bg-opacity:1;background-color:rgb(88 28 135/var(--tw-bg-opacity))}.calcom-atoms .bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.calcom-atoms .bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.calcom-atoms .bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity))}.calcom-atoms .bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.calcom-atoms .bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.calcom-atoms .bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.calcom-atoms .bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.calcom-atoms .bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.calcom-atoms .bg-red-800{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.calcom-atoms .bg-red-900{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.calcom-atoms .bg-rose-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity))}.calcom-atoms .bg-rose-200{--tw-bg-opacity:1;background-color:rgb(254 205 211/var(--tw-bg-opacity))}.calcom-atoms .bg-rose-300{--tw-bg-opacity:1;background-color:rgb(253 164 175/var(--tw-bg-opacity))}.calcom-atoms .bg-rose-400{--tw-bg-opacity:1;background-color:rgb(251 113 133/var(--tw-bg-opacity))}.calcom-atoms .bg-rose-50{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity))}.calcom-atoms .bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity))}.calcom-atoms .bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity))}.calcom-atoms .bg-rose-700{--tw-bg-opacity:1;background-color:rgb(190 18 60/var(--tw-bg-opacity))}.calcom-atoms .bg-rose-800{--tw-bg-opacity:1;background-color:rgb(159 18 57/var(--tw-bg-opacity))}.calcom-atoms .bg-rose-900{--tw-bg-opacity:1;background-color:rgb(136 19 55/var(--tw-bg-opacity))}.calcom-atoms .bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity))}.calcom-atoms .bg-sky-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity))}.calcom-atoms .bg-sky-300{--tw-bg-opacity:1;background-color:rgb(125 211 252/var(--tw-bg-opacity))}.calcom-atoms .bg-sky-400{--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity))}.calcom-atoms .bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.calcom-atoms .bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity))}.calcom-atoms .bg-sky-600{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity))}.calcom-atoms .bg-sky-700{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity))}.calcom-atoms .bg-sky-800{--tw-bg-opacity:1;background-color:rgb(7 89 133/var(--tw-bg-opacity))}.calcom-atoms .bg-sky-900{--tw-bg-opacity:1;background-color:rgb(12 74 110/var(--tw-bg-opacity))}.calcom-atoms .bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.calcom-atoms .bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.calcom-atoms .bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity))}.calcom-atoms .bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity))}.calcom-atoms .bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.calcom-atoms .bg-slate-500{--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity))}.calcom-atoms .bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity))}.calcom-atoms .bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity))}.calcom-atoms .bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.calcom-atoms .bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}.calcom-atoms .bg-stone-100{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity))}.calcom-atoms .bg-stone-200{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity))}.calcom-atoms .bg-stone-300{--tw-bg-opacity:1;background-color:rgb(214 211 209/var(--tw-bg-opacity))}.calcom-atoms .bg-stone-400{--tw-bg-opacity:1;background-color:rgb(168 162 158/var(--tw-bg-opacity))}.calcom-atoms .bg-stone-50{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity))}.calcom-atoms .bg-stone-500{--tw-bg-opacity:1;background-color:rgb(120 113 108/var(--tw-bg-opacity))}.calcom-atoms .bg-stone-600{--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity))}.calcom-atoms .bg-stone-700{--tw-bg-opacity:1;background-color:rgb(68 64 60/var(--tw-bg-opacity))}.calcom-atoms .bg-stone-800{--tw-bg-opacity:1;background-color:rgb(41 37 36/var(--tw-bg-opacity))}.calcom-atoms .bg-stone-900{--tw-bg-opacity:1;background-color:rgb(28 25 23/var(--tw-bg-opacity))}.calcom-atoms .bg-subtle{background-color:var(--cal-bg-subtle)}.calcom-atoms .bg-success{background-color:var(--cal-bg-success)}.calcom-atoms .bg-teal-100{--tw-bg-opacity:1;background-color:rgb(204 251 241/var(--tw-bg-opacity))}.calcom-atoms .bg-teal-200{--tw-bg-opacity:1;background-color:rgb(153 246 228/var(--tw-bg-opacity))}.calcom-atoms .bg-teal-300{--tw-bg-opacity:1;background-color:rgb(94 234 212/var(--tw-bg-opacity))}.calcom-atoms .bg-teal-400{--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity))}.calcom-atoms .bg-teal-50{--tw-bg-opacity:1;background-color:rgb(240 253 250/var(--tw-bg-opacity))}.calcom-atoms .bg-teal-500{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity))}.calcom-atoms .bg-teal-600{--tw-bg-opacity:1;background-color:rgb(13 148 136/var(--tw-bg-opacity))}.calcom-atoms .bg-teal-700{--tw-bg-opacity:1;background-color:rgb(15 118 110/var(--tw-bg-opacity))}.calcom-atoms .bg-teal-800{--tw-bg-opacity:1;background-color:rgb(17 94 89/var(--tw-bg-opacity))}.calcom-atoms .bg-teal-900{--tw-bg-opacity:1;background-color:rgb(19 78 74/var(--tw-bg-opacity))}.calcom-atoms .bg-transparent{background-color:initial}.calcom-atoms .bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity))}.calcom-atoms .bg-violet-200{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity))}.calcom-atoms .bg-violet-300{--tw-bg-opacity:1;background-color:rgb(196 181 253/var(--tw-bg-opacity))}.calcom-atoms .bg-violet-400{--tw-bg-opacity:1;background-color:rgb(167 139 250/var(--tw-bg-opacity))}.calcom-atoms .bg-violet-50{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity))}.calcom-atoms .bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity))}.calcom-atoms .bg-violet-600{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity))}.calcom-atoms .bg-violet-700{--tw-bg-opacity:1;background-color:rgb(109 40 217/var(--tw-bg-opacity))}.calcom-atoms .bg-violet-800{--tw-bg-opacity:1;background-color:rgb(91 33 182/var(--tw-bg-opacity))}.calcom-atoms .bg-violet-900{--tw-bg-opacity:1;background-color:rgb(76 29 149/var(--tw-bg-opacity))}.calcom-atoms .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.calcom-atoms .bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.calcom-atoms .bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity))}.calcom-atoms .bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity))}.calcom-atoms .bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.calcom-atoms .bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.calcom-atoms .bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.calcom-atoms .bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.calcom-atoms .bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.calcom-atoms .bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity))}.calcom-atoms .bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}.calcom-atoms .bg-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.calcom-atoms .bg-zinc-200{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity))}.calcom-atoms .bg-zinc-300{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity))}.calcom-atoms .bg-zinc-400{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity))}.calcom-atoms .bg-zinc-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.calcom-atoms .bg-zinc-500{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity))}.calcom-atoms .bg-zinc-600{--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity))}.calcom-atoms .bg-zinc-700{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity))}.calcom-atoms .bg-zinc-800{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity))}.calcom-atoms .bg-zinc-900{--tw-bg-opacity:1;background-color:rgb(24 24 27/var(--tw-bg-opacity))}.calcom-atoms .bg-opacity-30{--tw-bg-opacity:.3}.calcom-atoms .bg-opacity-40{--tw-bg-opacity:.4}.calcom-atoms .bg-opacity-5{--tw-bg-opacity:.05}.calcom-atoms .bg-opacity-50{--tw-bg-opacity:.5}.calcom-atoms .bg-opacity-70{--tw-bg-opacity:.7}.calcom-atoms .bg-opacity-90{--tw-bg-opacity:.9}.calcom-atoms .bg-gradient-primary{background-image:radial-gradient(162.05% 170% at 109.58% 35%,#667593 0,#e3e3e3)}.calcom-atoms .bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.calcom-atoms .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.calcom-atoms .from-transparent{--tw-gradient-from:#0000 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.calcom-atoms .to-default{--tw-gradient-to:var(--cal-bg,#fff) var(--tw-gradient-to-position)}.calcom-atoms .bg-cover{background-size:cover}.calcom-atoms .bg-clip-text{-webkit-background-clip:text;background-clip:text}.calcom-atoms .bg-center{background-position:50%}.calcom-atoms .bg-repeat{background-repeat:repeat}.calcom-atoms .bg-no-repeat{background-repeat:no-repeat}.calcom-atoms .fill-blue-500{fill:#3b82f6}.calcom-atoms .fill-current{fill:currentColor}.calcom-atoms .fill-default{fill:var(--cal-text,#374151)}.calcom-atoms .fill-emphasis{fill:var(--cal-text-emphasis,#111827)}.calcom-atoms .fill-muted{fill:var(--cal-text-muted,#9ca3af)}.calcom-atoms .fill-orange-400{fill:#fb923c}.calcom-atoms .fill-transparent{fill:#0000}.calcom-atoms .stroke-2{stroke-width:2}.calcom-atoms .stroke-\[1\.3px\]{stroke-width:1.3px}.calcom-atoms .stroke-\[1\.5px\]{stroke-width:1.5px}.calcom-atoms .stroke-\[2\.5px\]{stroke-width:2.5px}.calcom-atoms .stroke-\[2px\]{stroke-width:2px}.calcom-atoms .stroke-\[3px\]{stroke-width:3px}.calcom-atoms .object-contain{-o-object-fit:contain;object-fit:contain}.calcom-atoms .object-cover{-o-object-fit:cover;object-fit:cover}.calcom-atoms .object-left{-o-object-position:left;object-position:left}.calcom-atoms .\!p-0{padding:0!important}.calcom-atoms .\!p-1{padding:.25rem!important}.calcom-atoms .\!p-2{padding:.5rem!important}.calcom-atoms .\!p-5{padding:1.25rem!important}.calcom-atoms .p-0{padding:0}.calcom-atoms .p-0\.5{padding:.125rem}.calcom-atoms .p-1{padding:.25rem}.calcom-atoms .p-1\.5{padding:.375rem}.calcom-atoms .p-10{padding:2.5rem}.calcom-atoms .p-2{padding:.5rem}.calcom-atoms .p-2\.5{padding:.625rem}.calcom-atoms .p-3{padding:.75rem}.calcom-atoms .p-4{padding:1rem}.calcom-atoms .p-5{padding:1.25rem}.calcom-atoms .p-6{padding:1.5rem}.calcom-atoms .p-7{padding:1.75rem}.calcom-atoms .p-8{padding:2rem}.calcom-atoms .p-\[1px\]{padding:1px}.calcom-atoms .p-\[6px\]{padding:6px}.calcom-atoms .p-px{padding:1px}.calcom-atoms .\!px-0{padding-left:0!important;padding-right:0!important}.calcom-atoms .\!py-0{padding-top:0!important;padding-bottom:0!important}.calcom-atoms .px-0{padding-left:0;padding-right:0}.calcom-atoms .px-1{padding-left:.25rem;padding-right:.25rem}.calcom-atoms .px-1\.5{padding-left:.375rem;padding-right:.375rem}.calcom-atoms .px-12{padding-left:3rem;padding-right:3rem}.calcom-atoms .px-2{padding-left:.5rem;padding-right:.5rem}.calcom-atoms .px-3{padding-left:.75rem;padding-right:.75rem}.calcom-atoms .px-3\.5{padding-left:.875rem;padding-right:.875rem}.calcom-atoms .px-4{padding-left:1rem;padding-right:1rem}.calcom-atoms .px-5{padding-left:1.25rem;padding-right:1.25rem}.calcom-atoms .px-6{padding-left:1.5rem;padding-right:1.5rem}.calcom-atoms .px-8{padding-left:2rem;padding-right:2rem}.calcom-atoms .px-9{padding-left:2.25rem;padding-right:2.25rem}.calcom-atoms .px-\[10px\]{padding-left:10px;padding-right:10px}.calcom-atoms .px-\[6px\]{padding-left:6px;padding-right:6px}.calcom-atoms .px-px{padding-left:1px;padding-right:1px}.calcom-atoms .py-0{padding-top:0;padding-bottom:0}.calcom-atoms .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.calcom-atoms .py-1{padding-top:.25rem;padding-bottom:.25rem}.calcom-atoms .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.calcom-atoms .py-10{padding-top:2.5rem;padding-bottom:2.5rem}.calcom-atoms .py-12{padding-top:3rem;padding-bottom:3rem}.calcom-atoms .py-14{padding-top:3.5rem;padding-bottom:3.5rem}.calcom-atoms .py-2{padding-top:.5rem;padding-bottom:.5rem}.calcom-atoms .py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.calcom-atoms .py-24{padding-top:6rem;padding-bottom:6rem}.calcom-atoms .py-3{padding-top:.75rem;padding-bottom:.75rem}.calcom-atoms .py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.calcom-atoms .py-4{padding-top:1rem;padding-bottom:1rem}.calcom-atoms .py-5{padding-top:1.25rem;padding-bottom:1.25rem}.calcom-atoms .py-6{padding-top:1.5rem;padding-bottom:1.5rem}.calcom-atoms .py-8{padding-top:2rem;padding-bottom:2rem}.calcom-atoms .py-\[10px\]{padding-top:10px;padding-bottom:10px}.calcom-atoms .py-\[10x\]{padding-top:10x;padding-bottom:10x}.calcom-atoms .py-\[19px\]{padding-top:19px;padding-bottom:19px}.calcom-atoms .py-\[2px\]{padding-top:2px;padding-bottom:2px}.calcom-atoms .py-\[5px\]{padding-top:5px;padding-bottom:5px}.calcom-atoms .py-\[6px\]{padding-top:6px;padding-bottom:6px}.calcom-atoms .py-px{padding-top:1px;padding-bottom:1px}.calcom-atoms .\!pb-0{padding-bottom:0!important}.calcom-atoms .\!pl-0{padding-left:0!important}.calcom-atoms .pb-0{padding-bottom:0}.calcom-atoms .pb-1{padding-bottom:.25rem}.calcom-atoms .pb-10{padding-bottom:2.5rem}.calcom-atoms .pb-11{padding-bottom:2.75rem}.calcom-atoms .pb-12{padding-bottom:3rem}.calcom-atoms .pb-2{padding-bottom:.5rem}.calcom-atoms .pb-2\.5{padding-bottom:.625rem}.calcom-atoms .pb-20{padding-bottom:5rem}.calcom-atoms .pb-3{padding-bottom:.75rem}.calcom-atoms .pb-4{padding-bottom:1rem}.calcom-atoms .pb-5{padding-bottom:1.25rem}.calcom-atoms .pb-6{padding-bottom:1.5rem}.calcom-atoms .pb-7{padding-bottom:1.75rem}.calcom-atoms .pb-8{padding-bottom:2rem}.calcom-atoms .pb-\[1\.5px\]{padding-bottom:1.5px}.calcom-atoms .pb-px{padding-bottom:1px}.calcom-atoms .pe-2{padding-inline-end:.5rem}.calcom-atoms .pe-3{padding-inline-end:.75rem}.calcom-atoms .pl-0{padding-left:0}.calcom-atoms .pl-1{padding-left:.25rem}.calcom-atoms .pl-10{padding-left:2.5rem}.calcom-atoms .pl-16{padding-left:4rem}.calcom-atoms .pl-2{padding-left:.5rem}.calcom-atoms .pl-2\.5{padding-left:.625rem}.calcom-atoms .pl-3{padding-left:.75rem}.calcom-atoms .pl-4{padding-left:1rem}.calcom-atoms .pl-5{padding-left:1.25rem}.calcom-atoms .pl-6{padding-left:1.5rem}.calcom-atoms .pl-px{padding-left:1px}.calcom-atoms .pr-0{padding-right:0}.calcom-atoms .pr-1{padding-right:.25rem}.calcom-atoms .pr-10{padding-right:2.5rem}.calcom-atoms .pr-12{padding-right:3rem}.calcom-atoms .pr-2{padding-right:.5rem}.calcom-atoms .pr-2\.5{padding-right:.625rem}.calcom-atoms .pr-3{padding-right:.75rem}.calcom-atoms .pr-4{padding-right:1rem}.calcom-atoms .pr-6{padding-right:1.5rem}.calcom-atoms .pr-8{padding-right:2rem}.calcom-atoms .pr-px{padding-right:1px}.calcom-atoms .ps-1{padding-inline-start:.25rem}.calcom-atoms .ps-6{padding-inline-start:1.5rem}.calcom-atoms .pt-0{padding-top:0}.calcom-atoms .pt-0\.5{padding-top:.125rem}.calcom-atoms .pt-1{padding-top:.25rem}.calcom-atoms .pt-12{padding-top:3rem}.calcom-atoms .pt-16{padding-top:4rem}.calcom-atoms .pt-2{padding-top:.5rem}.calcom-atoms .pt-3{padding-top:.75rem}.calcom-atoms .pt-4{padding-top:1rem}.calcom-atoms .pt-5{padding-top:1.25rem}.calcom-atoms .pt-6{padding-top:1.5rem}.calcom-atoms .pt-8{padding-top:2rem}.calcom-atoms .pt-9{padding-top:2.25rem}.calcom-atoms .pt-\[100\%\]{padding-top:100%}.calcom-atoms .pt-\[6px\]{padding-top:6px}.calcom-atoms .pt-px{padding-top:1px}.calcom-atoms .text-left{text-align:left}.calcom-atoms .text-center{text-align:center}.calcom-atoms .text-right{text-align:right}.calcom-atoms .align-baseline{vertical-align:initial}.calcom-atoms .align-top{vertical-align:top}.calcom-atoms .align-middle{vertical-align:middle}.calcom-atoms .align-bottom{vertical-align:bottom}.calcom-atoms .align-text-top{vertical-align:text-top}.calcom-atoms .\!font-cal{font-family:var(--font-cal),ui-serif,Georgia,Cambria,times new roman,Times,serif!important}.calcom-atoms .font-cal{font-family:var(--font-cal),ui-serif,Georgia,Cambria,times new roman,Times,serif}.calcom-atoms .font-mono{font-family:Roboto Mono,monospace}.calcom-atoms .font-sans{font-family:var(--font-inter),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.calcom-atoms .\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.calcom-atoms .text-2xl{font-size:1.5rem;line-height:2rem}.calcom-atoms .text-3xl{font-size:1.875rem;line-height:2.25rem}.calcom-atoms .text-4xl{font-size:2.25rem;line-height:2.5rem}.calcom-atoms .text-6xl{font-size:3.75rem;line-height:1}.calcom-atoms .text-\[0\.5rem\]{font-size:.5rem}.calcom-atoms .text-\[0px\]{font-size:0}.calcom-atoms .text-\[10px\]{font-size:10px}.calcom-atoms .text-\[12px\]{font-size:12px}.calcom-atoms .text-\[13px\]{font-size:13px}.calcom-atoms .text-\[14px\]{font-size:14px}.calcom-atoms .text-\[28px\]{font-size:28px}.calcom-atoms .text-base{font-size:1rem;line-height:1.5rem}.calcom-atoms .text-lg{font-size:1.125rem;line-height:1.75rem}.calcom-atoms .text-sm{font-size:.875rem;line-height:1.25rem}.calcom-atoms .text-xl{font-size:1.25rem;line-height:1.75rem}.calcom-atoms .text-xs{font-size:.75rem;line-height:1rem}.calcom-atoms .\!font-normal{font-weight:400!important}.calcom-atoms .font-bold{font-weight:700}.calcom-atoms .font-extrabold{font-weight:800}.calcom-atoms .font-extralight{font-weight:200}.calcom-atoms .font-light{font-weight:300}.calcom-atoms .font-medium{font-weight:500}.calcom-atoms .font-normal{font-weight:400}.calcom-atoms .font-semibold{font-weight:600}.calcom-atoms .uppercase{text-transform:uppercase}.calcom-atoms .lowercase{text-transform:lowercase}.calcom-atoms .capitalize{text-transform:capitalize}.calcom-atoms .normal-case{text-transform:none}.calcom-atoms .italic{font-style:italic}.calcom-atoms .not-italic{font-style:normal}.calcom-atoms .normal-nums{font-variant-numeric:normal}.calcom-atoms .ordinal{--tw-ordinal:ordinal}.calcom-atoms .ordinal,.calcom-atoms .slashed-zero{font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.calcom-atoms .slashed-zero{--tw-slashed-zero:slashed-zero}.calcom-atoms .lining-nums{--tw-numeric-figure:lining-nums}.calcom-atoms .lining-nums,.calcom-atoms .oldstyle-nums{font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.calcom-atoms .oldstyle-nums{--tw-numeric-figure:oldstyle-nums}.calcom-atoms .proportional-nums{--tw-numeric-spacing:proportional-nums}.calcom-atoms .proportional-nums,.calcom-atoms .tabular-nums{font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.calcom-atoms .tabular-nums{--tw-numeric-spacing:tabular-nums}.calcom-atoms .diagonal-fractions{--tw-numeric-fraction:diagonal-fractions;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.calcom-atoms .leading-3{line-height:.75rem}.calcom-atoms .leading-4{line-height:1rem}.calcom-atoms .leading-5{line-height:1.25rem}.calcom-atoms .leading-6{line-height:1.5rem}.calcom-atoms .leading-7{line-height:1.75rem}.calcom-atoms .leading-\[0\]{line-height:0}.calcom-atoms .leading-\[18px\]{line-height:18px}.calcom-atoms .leading-none{line-height:1}.calcom-atoms .leading-normal{line-height:1.5}.calcom-atoms .leading-tight{line-height:1.25}.calcom-atoms .tracking-\[0\.01em\]{letter-spacing:.01em}.calcom-atoms .tracking-normal{letter-spacing:0}.calcom-atoms .tracking-tight{letter-spacing:-.025em}.calcom-atoms .tracking-wide{letter-spacing:.025em}.calcom-atoms .tracking-wider{letter-spacing:.05em}.calcom-atoms .tracking-widest{letter-spacing:.1em}.calcom-atoms .\!text-default{color:var(--cal-text,#374151)!important}.calcom-atoms .\!text-emphasis{color:var(--cal-text-emphasis,#111827)!important}.calcom-atoms .\!text-green-700{--tw-text-opacity:1!important;color:rgb(21 128 61/var(--tw-text-opacity))!important}.calcom-atoms .\!text-orange-900{--tw-text-opacity:1!important;color:rgb(124 45 18/var(--tw-text-opacity))!important}.calcom-atoms .\!text-red-700{--tw-text-opacity:1!important;color:rgb(185 28 28/var(--tw-text-opacity))!important}.calcom-atoms .text-\[\#5B93F9\]{--tw-text-opacity:1;color:rgb(91 147 249/var(--tw-text-opacity))}.calcom-atoms .text-\[--cal-brand\]{color:var(--cal-brand)}.calcom-atoms .text-amber-100{--tw-text-opacity:1;color:rgb(254 243 199/var(--tw-text-opacity))}.calcom-atoms .text-amber-200{--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity))}.calcom-atoms .text-amber-300{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity))}.calcom-atoms .text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity))}.calcom-atoms .text-amber-50{--tw-text-opacity:1;color:rgb(255 251 235/var(--tw-text-opacity))}.calcom-atoms .text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity))}.calcom-atoms .text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity))}.calcom-atoms .text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity))}.calcom-atoms .text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity))}.calcom-atoms .text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.calcom-atoms .text-attention{color:var(--cal-text-attention,#73321b)}.calcom-atoms .text-black{--tw-text-opacity:1;color:rgb(17 17 17/var(--tw-text-opacity))}.calcom-atoms .text-blue-100{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity))}.calcom-atoms .text-blue-200{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.calcom-atoms .text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.calcom-atoms .text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.calcom-atoms .text-blue-50{--tw-text-opacity:1;color:rgb(239 246 255/var(--tw-text-opacity))}.calcom-atoms .text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.calcom-atoms .text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.calcom-atoms .text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.calcom-atoms .text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.calcom-atoms .text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity))}.calcom-atoms .text-brand{color:var(--cal-brand-text,"white")}.calcom-atoms .text-current{color:currentColor}.calcom-atoms .text-cyan-100{--tw-text-opacity:1;color:rgb(207 250 254/var(--tw-text-opacity))}.calcom-atoms .text-cyan-200{--tw-text-opacity:1;color:rgb(165 243 252/var(--tw-text-opacity))}.calcom-atoms .text-cyan-300{--tw-text-opacity:1;color:rgb(103 232 249/var(--tw-text-opacity))}.calcom-atoms .text-cyan-400{--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity))}.calcom-atoms .text-cyan-50{--tw-text-opacity:1;color:rgb(236 254 255/var(--tw-text-opacity))}.calcom-atoms .text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity))}.calcom-atoms .text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity))}.calcom-atoms .text-cyan-700{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity))}.calcom-atoms .text-cyan-800{--tw-text-opacity:1;color:rgb(21 94 117/var(--tw-text-opacity))}.calcom-atoms .text-cyan-900{--tw-text-opacity:1;color:rgb(22 78 99/var(--tw-text-opacity))}.calcom-atoms .text-default{color:var(--cal-text,#374151)}.calcom-atoms .text-emerald-100{--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity))}.calcom-atoms .text-emerald-200{--tw-text-opacity:1;color:rgb(167 243 208/var(--tw-text-opacity))}.calcom-atoms .text-emerald-300{--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity))}.calcom-atoms .text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}.calcom-atoms .text-emerald-50{--tw-text-opacity:1;color:rgb(236 253 245/var(--tw-text-opacity))}.calcom-atoms .text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.calcom-atoms .text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.calcom-atoms .text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.calcom-atoms .text-emerald-800{--tw-text-opacity:1;color:rgb(6 95 70/var(--tw-text-opacity))}.calcom-atoms .text-emerald-900{--tw-text-opacity:1;color:rgb(6 78 59/var(--tw-text-opacity))}.calcom-atoms .text-emphasis{color:var(--cal-text-emphasis,#111827)}.calcom-atoms .text-error{color:var(--cal-text-error,#752522)}.calcom-atoms .text-fuchsia-100{--tw-text-opacity:1;color:rgb(250 232 255/var(--tw-text-opacity))}.calcom-atoms .text-fuchsia-200{--tw-text-opacity:1;color:rgb(245 208 254/var(--tw-text-opacity))}.calcom-atoms .text-fuchsia-300{--tw-text-opacity:1;color:rgb(240 171 252/var(--tw-text-opacity))}.calcom-atoms .text-fuchsia-400{--tw-text-opacity:1;color:rgb(232 121 249/var(--tw-text-opacity))}.calcom-atoms .text-fuchsia-50{--tw-text-opacity:1;color:rgb(253 244 255/var(--tw-text-opacity))}.calcom-atoms .text-fuchsia-500{--tw-text-opacity:1;color:rgb(217 70 239/var(--tw-text-opacity))}.calcom-atoms .text-fuchsia-600{--tw-text-opacity:1;color:rgb(192 38 211/var(--tw-text-opacity))}.calcom-atoms .text-fuchsia-700{--tw-text-opacity:1;color:rgb(162 28 175/var(--tw-text-opacity))}.calcom-atoms .text-fuchsia-800{--tw-text-opacity:1;color:rgb(134 25 143/var(--tw-text-opacity))}.calcom-atoms .text-fuchsia-900{--tw-text-opacity:1;color:rgb(112 26 117/var(--tw-text-opacity))}.calcom-atoms .text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.calcom-atoms .text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.calcom-atoms .text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.calcom-atoms .text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.calcom-atoms .text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.calcom-atoms .text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.calcom-atoms .text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.calcom-atoms .text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.calcom-atoms .text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.calcom-atoms .text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.calcom-atoms .text-green-100{--tw-text-opacity:1;color:rgb(220 252 231/var(--tw-text-opacity))}.calcom-atoms .text-green-200{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity))}.calcom-atoms .text-green-300{--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity))}.calcom-atoms .text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.calcom-atoms .text-green-50{--tw-text-opacity:1;color:rgb(240 253 244/var(--tw-text-opacity))}.calcom-atoms .text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.calcom-atoms .text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.calcom-atoms .text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.calcom-atoms .text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.calcom-atoms .text-green-900{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity))}.calcom-atoms .text-indigo-100{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity))}.calcom-atoms .text-indigo-200{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}.calcom-atoms .text-indigo-300{--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity))}.calcom-atoms .text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.calcom-atoms .text-indigo-50{--tw-text-opacity:1;color:rgb(238 242 255/var(--tw-text-opacity))}.calcom-atoms .text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.calcom-atoms .text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.calcom-atoms .text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity))}.calcom-atoms .text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.calcom-atoms .text-indigo-900{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity))}.calcom-atoms .text-info{color:var(--cal-text-info,#253985)}.calcom-atoms .text-inherit{color:inherit}.calcom-atoms .text-inverted{color:var(--cal-text-inverted,#fff)}.calcom-atoms .text-lime-100{--tw-text-opacity:1;color:rgb(236 252 203/var(--tw-text-opacity))}.calcom-atoms .text-lime-200{--tw-text-opacity:1;color:rgb(217 249 157/var(--tw-text-opacity))}.calcom-atoms .text-lime-300{--tw-text-opacity:1;color:rgb(190 242 100/var(--tw-text-opacity))}.calcom-atoms .text-lime-400{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity))}.calcom-atoms .text-lime-50{--tw-text-opacity:1;color:rgb(247 254 231/var(--tw-text-opacity))}.calcom-atoms .text-lime-500{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity))}.calcom-atoms .text-lime-600{--tw-text-opacity:1;color:rgb(101 163 13/var(--tw-text-opacity))}.calcom-atoms .text-lime-700{--tw-text-opacity:1;color:rgb(77 124 15/var(--tw-text-opacity))}.calcom-atoms .text-lime-800{--tw-text-opacity:1;color:rgb(63 98 18/var(--tw-text-opacity))}.calcom-atoms .text-lime-900{--tw-text-opacity:1;color:rgb(54 83 20/var(--tw-text-opacity))}.calcom-atoms .text-muted{color:var(--cal-text-muted,#9ca3af)}.calcom-atoms .text-neutral-100{--tw-text-opacity:1;color:rgb(245 245 245/var(--tw-text-opacity))}.calcom-atoms .text-neutral-200{--tw-text-opacity:1;color:rgb(229 229 229/var(--tw-text-opacity))}.calcom-atoms .text-neutral-300{--tw-text-opacity:1;color:rgb(212 212 212/var(--tw-text-opacity))}.calcom-atoms .text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity))}.calcom-atoms .text-neutral-50{--tw-text-opacity:1;color:rgb(250 250 250/var(--tw-text-opacity))}.calcom-atoms .text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity))}.calcom-atoms .text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity))}.calcom-atoms .text-neutral-700{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity))}.calcom-atoms .text-neutral-800{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity))}.calcom-atoms .text-neutral-900{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity))}.calcom-atoms .text-orange-100{--tw-text-opacity:1;color:rgb(255 237 213/var(--tw-text-opacity))}.calcom-atoms .text-orange-200{--tw-text-opacity:1;color:rgb(254 215 170/var(--tw-text-opacity))}.calcom-atoms .text-orange-300{--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity))}.calcom-atoms .text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity))}.calcom-atoms .text-orange-50{--tw-text-opacity:1;color:rgb(255 247 237/var(--tw-text-opacity))}.calcom-atoms .text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity))}.calcom-atoms .text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity))}.calcom-atoms .text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity))}.calcom-atoms .text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity))}.calcom-atoms .text-orange-900{--tw-text-opacity:1;color:rgb(124 45 18/var(--tw-text-opacity))}.calcom-atoms .text-pink-100{--tw-text-opacity:1;color:rgb(252 231 243/var(--tw-text-opacity))}.calcom-atoms .text-pink-200{--tw-text-opacity:1;color:rgb(251 207 232/var(--tw-text-opacity))}.calcom-atoms .text-pink-300{--tw-text-opacity:1;color:rgb(249 168 212/var(--tw-text-opacity))}.calcom-atoms .text-pink-400{--tw-text-opacity:1;color:rgb(244 114 182/var(--tw-text-opacity))}.calcom-atoms .text-pink-50{--tw-text-opacity:1;color:rgb(253 242 248/var(--tw-text-opacity))}.calcom-atoms .text-pink-500{--tw-text-opacity:1;color:rgb(236 72 153/var(--tw-text-opacity))}.calcom-atoms .text-pink-600{--tw-text-opacity:1;color:rgb(219 39 119/var(--tw-text-opacity))}.calcom-atoms .text-pink-700{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity))}.calcom-atoms .text-pink-900{--tw-text-opacity:1;color:rgb(131 24 67/var(--tw-text-opacity))}.calcom-atoms .text-purple-100{--tw-text-opacity:1;color:rgb(243 232 255/var(--tw-text-opacity))}.calcom-atoms .text-purple-200{--tw-text-opacity:1;color:rgb(233 213 255/var(--tw-text-opacity))}.calcom-atoms .text-purple-300{--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity))}.calcom-atoms .text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity))}.calcom-atoms .text-purple-50{--tw-text-opacity:1;color:rgb(250 245 255/var(--tw-text-opacity))}.calcom-atoms .text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity))}.calcom-atoms .text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity))}.calcom-atoms .text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity))}.calcom-atoms .text-purple-800{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity))}.calcom-atoms .text-purple-900{--tw-text-opacity:1;color:rgb(88 28 135/var(--tw-text-opacity))}.calcom-atoms .text-red-100{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.calcom-atoms .text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.calcom-atoms .text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.calcom-atoms .text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.calcom-atoms .text-red-50{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity))}.calcom-atoms .text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.calcom-atoms .text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.calcom-atoms .text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.calcom-atoms .text-red-700\/30{color:#b91c1c4d}.calcom-atoms .text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.calcom-atoms .text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.calcom-atoms .text-rose-100{--tw-text-opacity:1;color:rgb(255 228 230/var(--tw-text-opacity))}.calcom-atoms .text-rose-200{--tw-text-opacity:1;color:rgb(254 205 211/var(--tw-text-opacity))}.calcom-atoms .text-rose-300{--tw-text-opacity:1;color:rgb(253 164 175/var(--tw-text-opacity))}.calcom-atoms .text-rose-400{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity))}.calcom-atoms .text-rose-50{--tw-text-opacity:1;color:rgb(255 241 242/var(--tw-text-opacity))}.calcom-atoms .text-rose-500{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity))}.calcom-atoms .text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity))}.calcom-atoms .text-rose-700{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity))}.calcom-atoms .text-rose-800{--tw-text-opacity:1;color:rgb(159 18 57/var(--tw-text-opacity))}.calcom-atoms .text-rose-900{--tw-text-opacity:1;color:rgb(136 19 55/var(--tw-text-opacity))}.calcom-atoms .text-sky-100{--tw-text-opacity:1;color:rgb(224 242 254/var(--tw-text-opacity))}.calcom-atoms .text-sky-200{--tw-text-opacity:1;color:rgb(186 230 253/var(--tw-text-opacity))}.calcom-atoms .text-sky-300{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.calcom-atoms .text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity))}.calcom-atoms .text-sky-50{--tw-text-opacity:1;color:rgb(240 249 255/var(--tw-text-opacity))}.calcom-atoms .text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.calcom-atoms .text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.calcom-atoms .text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.calcom-atoms .text-sky-800{--tw-text-opacity:1;color:rgb(7 89 133/var(--tw-text-opacity))}.calcom-atoms .text-sky-900{--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity))}.calcom-atoms .text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity))}.calcom-atoms .text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}.calcom-atoms .text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity))}.calcom-atoms .text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.calcom-atoms .text-slate-50{--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity))}.calcom-atoms .text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.calcom-atoms .text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.calcom-atoms .text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.calcom-atoms .text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.calcom-atoms .text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.calcom-atoms .text-stone-100{--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity))}.calcom-atoms .text-stone-200{--tw-text-opacity:1;color:rgb(231 229 228/var(--tw-text-opacity))}.calcom-atoms .text-stone-300{--tw-text-opacity:1;color:rgb(214 211 209/var(--tw-text-opacity))}.calcom-atoms .text-stone-400{--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}.calcom-atoms .text-stone-50{--tw-text-opacity:1;color:rgb(250 250 249/var(--tw-text-opacity))}.calcom-atoms .text-stone-500{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}.calcom-atoms .text-stone-600{--tw-text-opacity:1;color:rgb(87 83 78/var(--tw-text-opacity))}.calcom-atoms .text-stone-700{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity))}.calcom-atoms .text-stone-800{--tw-text-opacity:1;color:rgb(41 37 36/var(--tw-text-opacity))}.calcom-atoms .text-stone-900{--tw-text-opacity:1;color:rgb(28 25 23/var(--tw-text-opacity))}.calcom-atoms .text-subtle{color:var(--cal-text-subtle,#6b7280)}.calcom-atoms .text-success{color:var(--cal-text-success,#285231)}.calcom-atoms .text-teal-100{--tw-text-opacity:1;color:rgb(204 251 241/var(--tw-text-opacity))}.calcom-atoms .text-teal-200{--tw-text-opacity:1;color:rgb(153 246 228/var(--tw-text-opacity))}.calcom-atoms .text-teal-300{--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity))}.calcom-atoms .text-teal-400{--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity))}.calcom-atoms .text-teal-50{--tw-text-opacity:1;color:rgb(240 253 250/var(--tw-text-opacity))}.calcom-atoms .text-teal-500{--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity))}.calcom-atoms .text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity))}.calcom-atoms .text-teal-700{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity))}.calcom-atoms .text-teal-800{--tw-text-opacity:1;color:rgb(17 94 89/var(--tw-text-opacity))}.calcom-atoms .text-teal-900{--tw-text-opacity:1;color:rgb(19 78 74/var(--tw-text-opacity))}.calcom-atoms .text-transparent{color:#0000}.calcom-atoms .text-violet-100{--tw-text-opacity:1;color:rgb(237 233 254/var(--tw-text-opacity))}.calcom-atoms .text-violet-200{--tw-text-opacity:1;color:rgb(221 214 254/var(--tw-text-opacity))}.calcom-atoms .text-violet-300{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity))}.calcom-atoms .text-violet-400{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity))}.calcom-atoms .text-violet-50{--tw-text-opacity:1;color:rgb(245 243 255/var(--tw-text-opacity))}.calcom-atoms .text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity))}.calcom-atoms .text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity))}.calcom-atoms .text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity))}.calcom-atoms .text-violet-800{--tw-text-opacity:1;color:rgb(91 33 182/var(--tw-text-opacity))}.calcom-atoms .text-violet-900{--tw-text-opacity:1;color:rgb(76 29 149/var(--tw-text-opacity))}.calcom-atoms .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.calcom-atoms .text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity))}.calcom-atoms .text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity))}.calcom-atoms .text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity))}.calcom-atoms .text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.calcom-atoms .text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity))}.calcom-atoms .text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.calcom-atoms .text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.calcom-atoms .text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.calcom-atoms .text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.calcom-atoms .text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity))}.calcom-atoms .text-zinc-100{--tw-text-opacity:1;color:rgb(244 244 245/var(--tw-text-opacity))}.calcom-atoms .text-zinc-200{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity))}.calcom-atoms .text-zinc-300{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity))}.calcom-atoms .text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.calcom-atoms .text-zinc-50{--tw-text-opacity:1;color:rgb(250 250 250/var(--tw-text-opacity))}.calcom-atoms .text-zinc-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.calcom-atoms .text-zinc-600{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity))}.calcom-atoms .text-zinc-700{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity))}.calcom-atoms .text-zinc-800{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity))}.calcom-atoms .text-zinc-900{--tw-text-opacity:1;color:rgb(24 24 27/var(--tw-text-opacity))}.calcom-atoms .underline{text-decoration-line:underline}.calcom-atoms .overline{text-decoration-line:overline}.calcom-atoms .line-through{text-decoration-line:line-through}.calcom-atoms .no-underline{text-decoration-line:none}.calcom-atoms .decoration-gray-400{text-decoration-color:#9ca3af}.calcom-atoms .decoration-dashed{text-decoration-style:dashed}.calcom-atoms .underline-offset-2{text-underline-offset:2px}.calcom-atoms .antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.calcom-atoms .subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.calcom-atoms .\!opacity-30{opacity:.3!important}.calcom-atoms .opacity-0{opacity:0}.calcom-atoms .opacity-100{opacity:1}.calcom-atoms .opacity-20{opacity:.2}.calcom-atoms .opacity-25{opacity:.25}.calcom-atoms .opacity-30{opacity:.3}.calcom-atoms .opacity-40{opacity:.4}.calcom-atoms .opacity-50{opacity:.5}.calcom-atoms .opacity-60{opacity:.6}.calcom-atoms .opacity-70{opacity:.7}.calcom-atoms .opacity-75{opacity:.75}.calcom-atoms .opacity-80{opacity:.8}.calcom-atoms .\!shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.calcom-atoms .shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.calcom-atoms .shadow,.calcom-atoms .shadow-dropdown{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.calcom-atoms .shadow-dropdown{--tw-shadow:0px 2px 6px -1px #00000014;--tw-shadow-colored:0px 2px 6px -1px var(--tw-shadow-color)}.calcom-atoms .shadow-inner{--tw-shadow:inset 0 2px 4px 0 #0000000d;--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.calcom-atoms .shadow-inner,.calcom-atoms .shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.calcom-atoms .shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.calcom-atoms .shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.calcom-atoms .shadow-md,.calcom-atoms .shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.calcom-atoms .shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.calcom-atoms .shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.calcom-atoms .shadow-sm,.calcom-atoms .shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.calcom-atoms .shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.calcom-atoms .outline-none{outline:2px solid #0000;outline-offset:2px}.calcom-atoms .outline{outline-style:solid}.calcom-atoms .outline-amber-100{outline-color:#fef3c7}.calcom-atoms .outline-amber-200{outline-color:#fde68a}.calcom-atoms .outline-amber-300{outline-color:#fcd34d}.calcom-atoms .outline-amber-400{outline-color:#fbbf24}.calcom-atoms .outline-amber-50{outline-color:#fffbeb}.calcom-atoms .outline-amber-500{outline-color:#f59e0b}.calcom-atoms .outline-amber-600{outline-color:#d97706}.calcom-atoms .outline-amber-700{outline-color:#b45309}.calcom-atoms .outline-amber-800{outline-color:#92400e}.calcom-atoms .outline-amber-900{outline-color:#78350f}.calcom-atoms .outline-black{outline-color:#111}.calcom-atoms .outline-blue-100{outline-color:#dbeafe}.calcom-atoms .outline-blue-200{outline-color:#bfdbfe}.calcom-atoms .outline-blue-300{outline-color:#93c5fd}.calcom-atoms .outline-blue-400{outline-color:#60a5fa}.calcom-atoms .outline-blue-50{outline-color:#eff6ff}.calcom-atoms .outline-blue-500{outline-color:#3b82f6}.calcom-atoms .outline-blue-600{outline-color:#2563eb}.calcom-atoms .outline-blue-700{outline-color:#1d4ed8}.calcom-atoms .outline-blue-800{outline-color:#1e40af}.calcom-atoms .outline-blue-900{outline-color:#1e3a8a}.calcom-atoms .outline-cyan-100{outline-color:#cffafe}.calcom-atoms .outline-cyan-200{outline-color:#a5f3fc}.calcom-atoms .outline-cyan-300{outline-color:#67e8f9}.calcom-atoms .outline-cyan-400{outline-color:#22d3ee}.calcom-atoms .outline-cyan-50{outline-color:#ecfeff}.calcom-atoms .outline-cyan-500{outline-color:#06b6d4}.calcom-atoms .outline-cyan-600{outline-color:#0891b2}.calcom-atoms .outline-cyan-700{outline-color:#0e7490}.calcom-atoms .outline-cyan-800{outline-color:#155e75}.calcom-atoms .outline-cyan-900{outline-color:#164e63}.calcom-atoms .outline-emerald-100{outline-color:#d1fae5}.calcom-atoms .outline-emerald-200{outline-color:#a7f3d0}.calcom-atoms .outline-emerald-300{outline-color:#6ee7b7}.calcom-atoms .outline-emerald-400{outline-color:#34d399}.calcom-atoms .outline-emerald-50{outline-color:#ecfdf5}.calcom-atoms .outline-emerald-500{outline-color:#10b981}.calcom-atoms .outline-emerald-600{outline-color:#059669}.calcom-atoms .outline-emerald-700{outline-color:#047857}.calcom-atoms .outline-emerald-800{outline-color:#065f46}.calcom-atoms .outline-emerald-900{outline-color:#064e3b}.calcom-atoms .outline-fuchsia-100{outline-color:#fae8ff}.calcom-atoms .outline-fuchsia-200{outline-color:#f5d0fe}.calcom-atoms .outline-fuchsia-300{outline-color:#f0abfc}.calcom-atoms .outline-fuchsia-400{outline-color:#e879f9}.calcom-atoms .outline-fuchsia-50{outline-color:#fdf4ff}.calcom-atoms .outline-fuchsia-500{outline-color:#d946ef}.calcom-atoms .outline-fuchsia-600{outline-color:#c026d3}.calcom-atoms .outline-fuchsia-700{outline-color:#a21caf}.calcom-atoms .outline-fuchsia-800{outline-color:#86198f}.calcom-atoms .outline-fuchsia-900{outline-color:#701a75}.calcom-atoms .outline-gray-100{outline-color:#f3f4f6}.calcom-atoms .outline-gray-200{outline-color:#e5e7eb}.calcom-atoms .outline-gray-300{outline-color:#d1d5db}.calcom-atoms .outline-gray-400{outline-color:#9ca3af}.calcom-atoms .outline-gray-50{outline-color:#f9fafb}.calcom-atoms .outline-gray-500{outline-color:#6b7280}.calcom-atoms .outline-gray-600{outline-color:#4b5563}.calcom-atoms .outline-gray-700{outline-color:#374151}.calcom-atoms .outline-gray-800{outline-color:#1f2937}.calcom-atoms .outline-gray-900{outline-color:#111827}.calcom-atoms .outline-green-100{outline-color:#dcfce7}.calcom-atoms .outline-green-200{outline-color:#bbf7d0}.calcom-atoms .outline-green-300{outline-color:#86efac}.calcom-atoms .outline-green-400{outline-color:#4ade80}.calcom-atoms .outline-green-50{outline-color:#f0fdf4}.calcom-atoms .outline-green-500{outline-color:#22c55e}.calcom-atoms .outline-green-600{outline-color:#16a34a}.calcom-atoms .outline-green-700{outline-color:#15803d}.calcom-atoms .outline-green-800{outline-color:#166534}.calcom-atoms .outline-green-900{outline-color:#14532d}.calcom-atoms .outline-indigo-100{outline-color:#e0e7ff}.calcom-atoms .outline-indigo-200{outline-color:#c7d2fe}.calcom-atoms .outline-indigo-300{outline-color:#a5b4fc}.calcom-atoms .outline-indigo-400{outline-color:#818cf8}.calcom-atoms .outline-indigo-50{outline-color:#eef2ff}.calcom-atoms .outline-indigo-500{outline-color:#6366f1}.calcom-atoms .outline-indigo-600{outline-color:#4f46e5}.calcom-atoms .outline-indigo-700{outline-color:#4338ca}.calcom-atoms .outline-indigo-800{outline-color:#3730a3}.calcom-atoms .outline-indigo-900{outline-color:#312e81}.calcom-atoms .outline-lime-100{outline-color:#ecfccb}.calcom-atoms .outline-lime-200{outline-color:#d9f99d}.calcom-atoms .outline-lime-300{outline-color:#bef264}.calcom-atoms .outline-lime-400{outline-color:#a3e635}.calcom-atoms .outline-lime-50{outline-color:#f7fee7}.calcom-atoms .outline-lime-500{outline-color:#84cc16}.calcom-atoms .outline-lime-600{outline-color:#65a30d}.calcom-atoms .outline-lime-700{outline-color:#4d7c0f}.calcom-atoms .outline-lime-800{outline-color:#3f6212}.calcom-atoms .outline-lime-900{outline-color:#365314}.calcom-atoms .outline-neutral-100{outline-color:#f5f5f5}.calcom-atoms .outline-neutral-200{outline-color:#e5e5e5}.calcom-atoms .outline-neutral-300{outline-color:#d4d4d4}.calcom-atoms .outline-neutral-400{outline-color:#a3a3a3}.calcom-atoms .outline-neutral-50{outline-color:#fafafa}.calcom-atoms .outline-neutral-500{outline-color:#737373}.calcom-atoms .outline-neutral-600{outline-color:#525252}.calcom-atoms .outline-neutral-700{outline-color:#404040}.calcom-atoms .outline-neutral-800{outline-color:#262626}.calcom-atoms .outline-neutral-900{outline-color:#171717}.calcom-atoms .outline-orange-100{outline-color:#ffedd5}.calcom-atoms .outline-orange-200{outline-color:#fed7aa}.calcom-atoms .outline-orange-300{outline-color:#fdba74}.calcom-atoms .outline-orange-400{outline-color:#fb923c}.calcom-atoms .outline-orange-50{outline-color:#fff7ed}.calcom-atoms .outline-orange-500{outline-color:#f97316}.calcom-atoms .outline-orange-600{outline-color:#ea580c}.calcom-atoms .outline-orange-700{outline-color:#c2410c}.calcom-atoms .outline-orange-800{outline-color:#9a3412}.calcom-atoms .outline-orange-900{outline-color:#7c2d12}.calcom-atoms .outline-pink-100{outline-color:#fce7f3}.calcom-atoms .outline-pink-200{outline-color:#fbcfe8}.calcom-atoms .outline-pink-300{outline-color:#f9a8d4}.calcom-atoms .outline-pink-400{outline-color:#f472b6}.calcom-atoms .outline-pink-50{outline-color:#fdf2f8}.calcom-atoms .outline-pink-500{outline-color:#ec4899}.calcom-atoms .outline-pink-600{outline-color:#db2777}.calcom-atoms .outline-pink-700{outline-color:#be185d}.calcom-atoms .outline-pink-900{outline-color:#831843}.calcom-atoms .outline-purple-100{outline-color:#f3e8ff}.calcom-atoms .outline-purple-200{outline-color:#e9d5ff}.calcom-atoms .outline-purple-300{outline-color:#d8b4fe}.calcom-atoms .outline-purple-400{outline-color:#c084fc}.calcom-atoms .outline-purple-50{outline-color:#faf5ff}.calcom-atoms .outline-purple-500{outline-color:#a855f7}.calcom-atoms .outline-purple-600{outline-color:#9333ea}.calcom-atoms .outline-purple-700{outline-color:#7e22ce}.calcom-atoms .outline-purple-800{outline-color:#6b21a8}.calcom-atoms .outline-purple-900{outline-color:#581c87}.calcom-atoms .outline-red-100{outline-color:#fee2e2}.calcom-atoms .outline-red-200{outline-color:#fecaca}.calcom-atoms .outline-red-300{outline-color:#fca5a5}.calcom-atoms .outline-red-400{outline-color:#f87171}.calcom-atoms .outline-red-50{outline-color:#fef2f2}.calcom-atoms .outline-red-500{outline-color:#ef4444}.calcom-atoms .outline-red-600{outline-color:#dc2626}.calcom-atoms .outline-red-700{outline-color:#b91c1c}.calcom-atoms .outline-red-800{outline-color:#991b1b}.calcom-atoms .outline-red-900{outline-color:#7f1d1d}.calcom-atoms .outline-rose-100{outline-color:#ffe4e6}.calcom-atoms .outline-rose-200{outline-color:#fecdd3}.calcom-atoms .outline-rose-300{outline-color:#fda4af}.calcom-atoms .outline-rose-400{outline-color:#fb7185}.calcom-atoms .outline-rose-50{outline-color:#fff1f2}.calcom-atoms .outline-rose-500{outline-color:#f43f5e}.calcom-atoms .outline-rose-600{outline-color:#e11d48}.calcom-atoms .outline-rose-700{outline-color:#be123c}.calcom-atoms .outline-rose-800{outline-color:#9f1239}.calcom-atoms .outline-rose-900{outline-color:#881337}.calcom-atoms .outline-sky-100{outline-color:#e0f2fe}.calcom-atoms .outline-sky-200{outline-color:#bae6fd}.calcom-atoms .outline-sky-300{outline-color:#7dd3fc}.calcom-atoms .outline-sky-400{outline-color:#38bdf8}.calcom-atoms .outline-sky-50{outline-color:#f0f9ff}.calcom-atoms .outline-sky-500{outline-color:#0ea5e9}.calcom-atoms .outline-sky-600{outline-color:#0284c7}.calcom-atoms .outline-sky-700{outline-color:#0369a1}.calcom-atoms .outline-sky-800{outline-color:#075985}.calcom-atoms .outline-sky-900{outline-color:#0c4a6e}.calcom-atoms .outline-slate-100{outline-color:#f1f5f9}.calcom-atoms .outline-slate-200{outline-color:#e2e8f0}.calcom-atoms .outline-slate-300{outline-color:#cbd5e1}.calcom-atoms .outline-slate-400{outline-color:#94a3b8}.calcom-atoms .outline-slate-50{outline-color:#f8fafc}.calcom-atoms .outline-slate-500{outline-color:#64748b}.calcom-atoms .outline-slate-600{outline-color:#475569}.calcom-atoms .outline-slate-700{outline-color:#334155}.calcom-atoms .outline-slate-800{outline-color:#1e293b}.calcom-atoms .outline-slate-900{outline-color:#0f172a}.calcom-atoms .outline-stone-100{outline-color:#f5f5f4}.calcom-atoms .outline-stone-200{outline-color:#e7e5e4}.calcom-atoms .outline-stone-300{outline-color:#d6d3d1}.calcom-atoms .outline-stone-400{outline-color:#a8a29e}.calcom-atoms .outline-stone-50{outline-color:#fafaf9}.calcom-atoms .outline-stone-500{outline-color:#78716c}.calcom-atoms .outline-stone-600{outline-color:#57534e}.calcom-atoms .outline-stone-700{outline-color:#44403c}.calcom-atoms .outline-stone-800{outline-color:#292524}.calcom-atoms .outline-stone-900{outline-color:#1c1917}.calcom-atoms .outline-teal-100{outline-color:#ccfbf1}.calcom-atoms .outline-teal-200{outline-color:#99f6e4}.calcom-atoms .outline-teal-300{outline-color:#5eead4}.calcom-atoms .outline-teal-400{outline-color:#2dd4bf}.calcom-atoms .outline-teal-50{outline-color:#f0fdfa}.calcom-atoms .outline-teal-500{outline-color:#14b8a6}.calcom-atoms .outline-teal-600{outline-color:#0d9488}.calcom-atoms .outline-teal-700{outline-color:#0f766e}.calcom-atoms .outline-teal-800{outline-color:#115e59}.calcom-atoms .outline-teal-900{outline-color:#134e4a}.calcom-atoms .outline-transparent{outline-color:#0000}.calcom-atoms .outline-violet-100{outline-color:#ede9fe}.calcom-atoms .outline-violet-200{outline-color:#ddd6fe}.calcom-atoms .outline-violet-300{outline-color:#c4b5fd}.calcom-atoms .outline-violet-400{outline-color:#a78bfa}.calcom-atoms .outline-violet-50{outline-color:#f5f3ff}.calcom-atoms .outline-violet-500{outline-color:#8b5cf6}.calcom-atoms .outline-violet-600{outline-color:#7c3aed}.calcom-atoms .outline-violet-700{outline-color:#6d28d9}.calcom-atoms .outline-violet-800{outline-color:#5b21b6}.calcom-atoms .outline-violet-900{outline-color:#4c1d95}.calcom-atoms .outline-white{outline-color:#fff}.calcom-atoms .outline-yellow-100{outline-color:#fef9c3}.calcom-atoms .outline-yellow-200{outline-color:#fef08a}.calcom-atoms .outline-yellow-300{outline-color:#fde047}.calcom-atoms .outline-yellow-400{outline-color:#facc15}.calcom-atoms .outline-yellow-50{outline-color:#fefce8}.calcom-atoms .outline-yellow-500{outline-color:#eab308}.calcom-atoms .outline-yellow-600{outline-color:#ca8a04}.calcom-atoms .outline-yellow-700{outline-color:#a16207}.calcom-atoms .outline-yellow-800{outline-color:#854d0e}.calcom-atoms .outline-yellow-900{outline-color:#713f12}.calcom-atoms .outline-zinc-100{outline-color:#f4f4f5}.calcom-atoms .outline-zinc-200{outline-color:#e4e4e7}.calcom-atoms .outline-zinc-300{outline-color:#d4d4d8}.calcom-atoms .outline-zinc-400{outline-color:#a1a1aa}.calcom-atoms .outline-zinc-50{outline-color:#fafafa}.calcom-atoms .outline-zinc-500{outline-color:#71717a}.calcom-atoms .outline-zinc-600{outline-color:#52525b}.calcom-atoms .outline-zinc-700{outline-color:#3f3f46}.calcom-atoms .outline-zinc-800{outline-color:#27272a}.calcom-atoms .outline-zinc-900{outline-color:#18181b}.calcom-atoms .\!ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.calcom-atoms .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)}.calcom-atoms .ring,.calcom-atoms .ring-0{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.calcom-atoms .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(var(--tw-ring-offset-width)) var(--tw-ring-color)}.calcom-atoms .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)}.calcom-atoms .ring-1,.calcom-atoms .ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.calcom-atoms .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)}.calcom-atoms .ring-inset{--tw-ring-inset:inset}.calcom-atoms .ring-amber-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 243 199/var(--tw-ring-opacity))}.calcom-atoms .ring-amber-200{--tw-ring-opacity:1;--tw-ring-color:rgb(253 230 138/var(--tw-ring-opacity))}.calcom-atoms .ring-amber-300{--tw-ring-opacity:1;--tw-ring-color:rgb(252 211 77/var(--tw-ring-opacity))}.calcom-atoms .ring-amber-400{--tw-ring-opacity:1;--tw-ring-color:rgb(251 191 36/var(--tw-ring-opacity))}.calcom-atoms .ring-amber-50{--tw-ring-opacity:1;--tw-ring-color:rgb(255 251 235/var(--tw-ring-opacity))}.calcom-atoms .ring-amber-500{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity))}.calcom-atoms .ring-amber-600{--tw-ring-opacity:1;--tw-ring-color:rgb(217 119 6/var(--tw-ring-opacity))}.calcom-atoms .ring-amber-700{--tw-ring-opacity:1;--tw-ring-color:rgb(180 83 9/var(--tw-ring-opacity))}.calcom-atoms .ring-amber-800{--tw-ring-opacity:1;--tw-ring-color:rgb(146 64 14/var(--tw-ring-opacity))}.calcom-atoms .ring-amber-900{--tw-ring-opacity:1;--tw-ring-color:rgb(120 53 15/var(--tw-ring-opacity))}.calcom-atoms .ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 17/var(--tw-ring-opacity))}.calcom-atoms .ring-blue-100{--tw-ring-opacity:1;--tw-ring-color:rgb(219 234 254/var(--tw-ring-opacity))}.calcom-atoms .ring-blue-200{--tw-ring-opacity:1;--tw-ring-color:rgb(191 219 254/var(--tw-ring-opacity))}.calcom-atoms .ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity))}.calcom-atoms .ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity))}.calcom-atoms .ring-blue-50{--tw-ring-opacity:1;--tw-ring-color:rgb(239 246 255/var(--tw-ring-opacity))}.calcom-atoms .ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.calcom-atoms .ring-blue-600{--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity))}.calcom-atoms .ring-blue-700{--tw-ring-opacity:1;--tw-ring-color:rgb(29 78 216/var(--tw-ring-opacity))}.calcom-atoms .ring-blue-800{--tw-ring-opacity:1;--tw-ring-color:rgb(30 64 175/var(--tw-ring-opacity))}.calcom-atoms .ring-blue-900{--tw-ring-opacity:1;--tw-ring-color:rgb(30 58 138/var(--tw-ring-opacity))}.calcom-atoms .ring-cyan-100{--tw-ring-opacity:1;--tw-ring-color:rgb(207 250 254/var(--tw-ring-opacity))}.calcom-atoms .ring-cyan-200{--tw-ring-opacity:1;--tw-ring-color:rgb(165 243 252/var(--tw-ring-opacity))}.calcom-atoms .ring-cyan-300{--tw-ring-opacity:1;--tw-ring-color:rgb(103 232 249/var(--tw-ring-opacity))}.calcom-atoms .ring-cyan-400{--tw-ring-opacity:1;--tw-ring-color:rgb(34 211 238/var(--tw-ring-opacity))}.calcom-atoms .ring-cyan-50{--tw-ring-opacity:1;--tw-ring-color:rgb(236 254 255/var(--tw-ring-opacity))}.calcom-atoms .ring-cyan-500{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212/var(--tw-ring-opacity))}.calcom-atoms .ring-cyan-600{--tw-ring-opacity:1;--tw-ring-color:rgb(8 145 178/var(--tw-ring-opacity))}.calcom-atoms .ring-cyan-700{--tw-ring-opacity:1;--tw-ring-color:rgb(14 116 144/var(--tw-ring-opacity))}.calcom-atoms .ring-cyan-800{--tw-ring-opacity:1;--tw-ring-color:rgb(21 94 117/var(--tw-ring-opacity))}.calcom-atoms .ring-cyan-900{--tw-ring-opacity:1;--tw-ring-color:rgb(22 78 99/var(--tw-ring-opacity))}.calcom-atoms .ring-emerald-100{--tw-ring-opacity:1;--tw-ring-color:rgb(209 250 229/var(--tw-ring-opacity))}.calcom-atoms .ring-emerald-200{--tw-ring-opacity:1;--tw-ring-color:rgb(167 243 208/var(--tw-ring-opacity))}.calcom-atoms .ring-emerald-300{--tw-ring-opacity:1;--tw-ring-color:rgb(110 231 183/var(--tw-ring-opacity))}.calcom-atoms .ring-emerald-400{--tw-ring-opacity:1;--tw-ring-color:rgb(52 211 153/var(--tw-ring-opacity))}.calcom-atoms .ring-emerald-50{--tw-ring-opacity:1;--tw-ring-color:rgb(236 253 245/var(--tw-ring-opacity))}.calcom-atoms .ring-emerald-500{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity))}.calcom-atoms .ring-emerald-600{--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105/var(--tw-ring-opacity))}.calcom-atoms .ring-emerald-700{--tw-ring-opacity:1;--tw-ring-color:rgb(4 120 87/var(--tw-ring-opacity))}.calcom-atoms .ring-emerald-800{--tw-ring-opacity:1;--tw-ring-color:rgb(6 95 70/var(--tw-ring-opacity))}.calcom-atoms .ring-emerald-900{--tw-ring-opacity:1;--tw-ring-color:rgb(6 78 59/var(--tw-ring-opacity))}.calcom-atoms .ring-fuchsia-100{--tw-ring-opacity:1;--tw-ring-color:rgb(250 232 255/var(--tw-ring-opacity))}.calcom-atoms .ring-fuchsia-200{--tw-ring-opacity:1;--tw-ring-color:rgb(245 208 254/var(--tw-ring-opacity))}.calcom-atoms .ring-fuchsia-300{--tw-ring-opacity:1;--tw-ring-color:rgb(240 171 252/var(--tw-ring-opacity))}.calcom-atoms .ring-fuchsia-400{--tw-ring-opacity:1;--tw-ring-color:rgb(232 121 249/var(--tw-ring-opacity))}.calcom-atoms .ring-fuchsia-50{--tw-ring-opacity:1;--tw-ring-color:rgb(253 244 255/var(--tw-ring-opacity))}.calcom-atoms .ring-fuchsia-500{--tw-ring-opacity:1;--tw-ring-color:rgb(217 70 239/var(--tw-ring-opacity))}.calcom-atoms .ring-fuchsia-600{--tw-ring-opacity:1;--tw-ring-color:rgb(192 38 211/var(--tw-ring-opacity))}.calcom-atoms .ring-fuchsia-700{--tw-ring-opacity:1;--tw-ring-color:rgb(162 28 175/var(--tw-ring-opacity))}.calcom-atoms .ring-fuchsia-800{--tw-ring-opacity:1;--tw-ring-color:rgb(134 25 143/var(--tw-ring-opacity))}.calcom-atoms .ring-fuchsia-900{--tw-ring-opacity:1;--tw-ring-color:rgb(112 26 117/var(--tw-ring-opacity))}.calcom-atoms .ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity))}.calcom-atoms .ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity))}.calcom-atoms .ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.calcom-atoms .ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgb(156 163 175/var(--tw-ring-opacity))}.calcom-atoms .ring-gray-50{--tw-ring-opacity:1;--tw-ring-color:rgb(249 250 251/var(--tw-ring-opacity))}.calcom-atoms .ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity))}.calcom-atoms .ring-gray-600{--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity))}.calcom-atoms .ring-gray-700{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity))}.calcom-atoms .ring-gray-800{--tw-ring-opacity:1;--tw-ring-color:rgb(31 41 55/var(--tw-ring-opacity))}.calcom-atoms .ring-gray-900{--tw-ring-opacity:1;--tw-ring-color:rgb(17 24 39/var(--tw-ring-opacity))}.calcom-atoms .ring-green-100{--tw-ring-opacity:1;--tw-ring-color:rgb(220 252 231/var(--tw-ring-opacity))}.calcom-atoms .ring-green-200{--tw-ring-opacity:1;--tw-ring-color:rgb(187 247 208/var(--tw-ring-opacity))}.calcom-atoms .ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity))}.calcom-atoms .ring-green-400{--tw-ring-opacity:1;--tw-ring-color:rgb(74 222 128/var(--tw-ring-opacity))}.calcom-atoms .ring-green-50{--tw-ring-opacity:1;--tw-ring-color:rgb(240 253 244/var(--tw-ring-opacity))}.calcom-atoms .ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity))}.calcom-atoms .ring-green-600{--tw-ring-opacity:1;--tw-ring-color:rgb(22 163 74/var(--tw-ring-opacity))}.calcom-atoms .ring-green-700{--tw-ring-opacity:1;--tw-ring-color:rgb(21 128 61/var(--tw-ring-opacity))}.calcom-atoms .ring-green-800{--tw-ring-opacity:1;--tw-ring-color:rgb(22 101 52/var(--tw-ring-opacity))}.calcom-atoms .ring-green-900{--tw-ring-opacity:1;--tw-ring-color:rgb(20 83 45/var(--tw-ring-opacity))}.calcom-atoms .ring-indigo-100{--tw-ring-opacity:1;--tw-ring-color:rgb(224 231 255/var(--tw-ring-opacity))}.calcom-atoms .ring-indigo-200{--tw-ring-opacity:1;--tw-ring-color:rgb(199 210 254/var(--tw-ring-opacity))}.calcom-atoms .ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgb(165 180 252/var(--tw-ring-opacity))}.calcom-atoms .ring-indigo-400{--tw-ring-opacity:1;--tw-ring-color:rgb(129 140 248/var(--tw-ring-opacity))}.calcom-atoms .ring-indigo-50{--tw-ring-opacity:1;--tw-ring-color:rgb(238 242 255/var(--tw-ring-opacity))}.calcom-atoms .ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.calcom-atoms .ring-indigo-600{--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity))}.calcom-atoms .ring-indigo-700{--tw-ring-opacity:1;--tw-ring-color:rgb(67 56 202/var(--tw-ring-opacity))}.calcom-atoms .ring-indigo-800{--tw-ring-opacity:1;--tw-ring-color:rgb(55 48 163/var(--tw-ring-opacity))}.calcom-atoms .ring-indigo-900{--tw-ring-opacity:1;--tw-ring-color:rgb(49 46 129/var(--tw-ring-opacity))}.calcom-atoms .ring-inverted{--tw-ring-color:var(--cal-bg-inverted)}.calcom-atoms .ring-lime-100{--tw-ring-opacity:1;--tw-ring-color:rgb(236 252 203/var(--tw-ring-opacity))}.calcom-atoms .ring-lime-200{--tw-ring-opacity:1;--tw-ring-color:rgb(217 249 157/var(--tw-ring-opacity))}.calcom-atoms .ring-lime-300{--tw-ring-opacity:1;--tw-ring-color:rgb(190 242 100/var(--tw-ring-opacity))}.calcom-atoms .ring-lime-400{--tw-ring-opacity:1;--tw-ring-color:rgb(163 230 53/var(--tw-ring-opacity))}.calcom-atoms .ring-lime-50{--tw-ring-opacity:1;--tw-ring-color:rgb(247 254 231/var(--tw-ring-opacity))}.calcom-atoms .ring-lime-500{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22/var(--tw-ring-opacity))}.calcom-atoms .ring-lime-600{--tw-ring-opacity:1;--tw-ring-color:rgb(101 163 13/var(--tw-ring-opacity))}.calcom-atoms .ring-lime-700{--tw-ring-opacity:1;--tw-ring-color:rgb(77 124 15/var(--tw-ring-opacity))}.calcom-atoms .ring-lime-800{--tw-ring-opacity:1;--tw-ring-color:rgb(63 98 18/var(--tw-ring-opacity))}.calcom-atoms .ring-lime-900{--tw-ring-opacity:1;--tw-ring-color:rgb(54 83 20/var(--tw-ring-opacity))}.calcom-atoms .ring-muted{--tw-ring-color:var(--cal-bg-muted)}.calcom-atoms .ring-neutral-100{--tw-ring-opacity:1;--tw-ring-color:rgb(245 245 245/var(--tw-ring-opacity))}.calcom-atoms .ring-neutral-200{--tw-ring-opacity:1;--tw-ring-color:rgb(229 229 229/var(--tw-ring-opacity))}.calcom-atoms .ring-neutral-300{--tw-ring-opacity:1;--tw-ring-color:rgb(212 212 212/var(--tw-ring-opacity))}.calcom-atoms .ring-neutral-400{--tw-ring-opacity:1;--tw-ring-color:rgb(163 163 163/var(--tw-ring-opacity))}.calcom-atoms .ring-neutral-50{--tw-ring-opacity:1;--tw-ring-color:rgb(250 250 250/var(--tw-ring-opacity))}.calcom-atoms .ring-neutral-500{--tw-ring-opacity:1;--tw-ring-color:rgb(115 115 115/var(--tw-ring-opacity))}.calcom-atoms .ring-neutral-600{--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 82/var(--tw-ring-opacity))}.calcom-atoms .ring-neutral-700{--tw-ring-opacity:1;--tw-ring-color:rgb(64 64 64/var(--tw-ring-opacity))}.calcom-atoms .ring-neutral-800{--tw-ring-opacity:1;--tw-ring-color:rgb(38 38 38/var(--tw-ring-opacity))}.calcom-atoms .ring-neutral-900{--tw-ring-opacity:1;--tw-ring-color:rgb(23 23 23/var(--tw-ring-opacity))}.calcom-atoms .ring-orange-100{--tw-ring-opacity:1;--tw-ring-color:rgb(255 237 213/var(--tw-ring-opacity))}.calcom-atoms .ring-orange-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 215 170/var(--tw-ring-opacity))}.calcom-atoms .ring-orange-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 186 116/var(--tw-ring-opacity))}.calcom-atoms .ring-orange-400{--tw-ring-opacity:1;--tw-ring-color:rgb(251 146 60/var(--tw-ring-opacity))}.calcom-atoms .ring-orange-50{--tw-ring-opacity:1;--tw-ring-color:rgb(255 247 237/var(--tw-ring-opacity))}.calcom-atoms .ring-orange-500{--tw-ring-opacity:1;--tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity))}.calcom-atoms .ring-orange-600{--tw-ring-opacity:1;--tw-ring-color:rgb(234 88 12/var(--tw-ring-opacity))}.calcom-atoms .ring-orange-700{--tw-ring-opacity:1;--tw-ring-color:rgb(194 65 12/var(--tw-ring-opacity))}.calcom-atoms .ring-orange-800{--tw-ring-opacity:1;--tw-ring-color:rgb(154 52 18/var(--tw-ring-opacity))}.calcom-atoms .ring-orange-900{--tw-ring-opacity:1;--tw-ring-color:rgb(124 45 18/var(--tw-ring-opacity))}.calcom-atoms .ring-pink-100{--tw-ring-opacity:1;--tw-ring-color:rgb(252 231 243/var(--tw-ring-opacity))}.calcom-atoms .ring-pink-200{--tw-ring-opacity:1;--tw-ring-color:rgb(251 207 232/var(--tw-ring-opacity))}.calcom-atoms .ring-pink-300{--tw-ring-opacity:1;--tw-ring-color:rgb(249 168 212/var(--tw-ring-opacity))}.calcom-atoms .ring-pink-400{--tw-ring-opacity:1;--tw-ring-color:rgb(244 114 182/var(--tw-ring-opacity))}.calcom-atoms .ring-pink-50{--tw-ring-opacity:1;--tw-ring-color:rgb(253 242 248/var(--tw-ring-opacity))}.calcom-atoms .ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgb(236 72 153/var(--tw-ring-opacity))}.calcom-atoms .ring-pink-600{--tw-ring-opacity:1;--tw-ring-color:rgb(219 39 119/var(--tw-ring-opacity))}.calcom-atoms .ring-pink-700{--tw-ring-opacity:1;--tw-ring-color:rgb(190 24 93/var(--tw-ring-opacity))}.calcom-atoms .ring-pink-900{--tw-ring-opacity:1;--tw-ring-color:rgb(131 24 67/var(--tw-ring-opacity))}.calcom-atoms .ring-purple-100{--tw-ring-opacity:1;--tw-ring-color:rgb(243 232 255/var(--tw-ring-opacity))}.calcom-atoms .ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgb(233 213 255/var(--tw-ring-opacity))}.calcom-atoms .ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgb(216 180 254/var(--tw-ring-opacity))}.calcom-atoms .ring-purple-400{--tw-ring-opacity:1;--tw-ring-color:rgb(192 132 252/var(--tw-ring-opacity))}.calcom-atoms .ring-purple-50{--tw-ring-opacity:1;--tw-ring-color:rgb(250 245 255/var(--tw-ring-opacity))}.calcom-atoms .ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity))}.calcom-atoms .ring-purple-600{--tw-ring-opacity:1;--tw-ring-color:rgb(147 51 234/var(--tw-ring-opacity))}.calcom-atoms .ring-purple-700{--tw-ring-opacity:1;--tw-ring-color:rgb(126 34 206/var(--tw-ring-opacity))}.calcom-atoms .ring-purple-800{--tw-ring-opacity:1;--tw-ring-color:rgb(107 33 168/var(--tw-ring-opacity))}.calcom-atoms .ring-purple-900{--tw-ring-opacity:1;--tw-ring-color:rgb(88 28 135/var(--tw-ring-opacity))}.calcom-atoms .ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity))}.calcom-atoms .ring-red-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 202 202/var(--tw-ring-opacity))}.calcom-atoms .ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity))}.calcom-atoms .ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity))}.calcom-atoms .ring-red-50{--tw-ring-opacity:1;--tw-ring-color:rgb(254 242 242/var(--tw-ring-opacity))}.calcom-atoms .ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.calcom-atoms .ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgb(220 38 38/var(--tw-ring-opacity))}.calcom-atoms .ring-red-700{--tw-ring-opacity:1;--tw-ring-color:rgb(185 28 28/var(--tw-ring-opacity))}.calcom-atoms .ring-red-800{--tw-ring-opacity:1;--tw-ring-color:rgb(153 27 27/var(--tw-ring-opacity))}.calcom-atoms .ring-red-900{--tw-ring-opacity:1;--tw-ring-color:rgb(127 29 29/var(--tw-ring-opacity))}.calcom-atoms .ring-rose-100{--tw-ring-opacity:1;--tw-ring-color:rgb(255 228 230/var(--tw-ring-opacity))}.calcom-atoms .ring-rose-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 205 211/var(--tw-ring-opacity))}.calcom-atoms .ring-rose-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 164 175/var(--tw-ring-opacity))}.calcom-atoms .ring-rose-400{--tw-ring-opacity:1;--tw-ring-color:rgb(251 113 133/var(--tw-ring-opacity))}.calcom-atoms .ring-rose-50{--tw-ring-opacity:1;--tw-ring-color:rgb(255 241 242/var(--tw-ring-opacity))}.calcom-atoms .ring-rose-500{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity))}.calcom-atoms .ring-rose-600{--tw-ring-opacity:1;--tw-ring-color:rgb(225 29 72/var(--tw-ring-opacity))}.calcom-atoms .ring-rose-700{--tw-ring-opacity:1;--tw-ring-color:rgb(190 18 60/var(--tw-ring-opacity))}.calcom-atoms .ring-rose-800{--tw-ring-opacity:1;--tw-ring-color:rgb(159 18 57/var(--tw-ring-opacity))}.calcom-atoms .ring-rose-900{--tw-ring-opacity:1;--tw-ring-color:rgb(136 19 55/var(--tw-ring-opacity))}.calcom-atoms .ring-sky-100{--tw-ring-opacity:1;--tw-ring-color:rgb(224 242 254/var(--tw-ring-opacity))}.calcom-atoms .ring-sky-200{--tw-ring-opacity:1;--tw-ring-color:rgb(186 230 253/var(--tw-ring-opacity))}.calcom-atoms .ring-sky-300{--tw-ring-opacity:1;--tw-ring-color:rgb(125 211 252/var(--tw-ring-opacity))}.calcom-atoms .ring-sky-400{--tw-ring-opacity:1;--tw-ring-color:rgb(56 189 248/var(--tw-ring-opacity))}.calcom-atoms .ring-sky-50{--tw-ring-opacity:1;--tw-ring-color:rgb(240 249 255/var(--tw-ring-opacity))}.calcom-atoms .ring-sky-500{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity))}.calcom-atoms .ring-sky-600{--tw-ring-opacity:1;--tw-ring-color:rgb(2 132 199/var(--tw-ring-opacity))}.calcom-atoms .ring-sky-700{--tw-ring-opacity:1;--tw-ring-color:rgb(3 105 161/var(--tw-ring-opacity))}.calcom-atoms .ring-sky-800{--tw-ring-opacity:1;--tw-ring-color:rgb(7 89 133/var(--tw-ring-opacity))}.calcom-atoms .ring-sky-900{--tw-ring-opacity:1;--tw-ring-color:rgb(12 74 110/var(--tw-ring-opacity))}.calcom-atoms .ring-slate-100{--tw-ring-opacity:1;--tw-ring-color:rgb(241 245 249/var(--tw-ring-opacity))}.calcom-atoms .ring-slate-200{--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity))}.calcom-atoms .ring-slate-300{--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.calcom-atoms .ring-slate-400{--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184/var(--tw-ring-opacity))}.calcom-atoms .ring-slate-50{--tw-ring-opacity:1;--tw-ring-color:rgb(248 250 252/var(--tw-ring-opacity))}.calcom-atoms .ring-slate-500{--tw-ring-opacity:1;--tw-ring-color:rgb(100 116 139/var(--tw-ring-opacity))}.calcom-atoms .ring-slate-600{--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105/var(--tw-ring-opacity))}.calcom-atoms .ring-slate-700{--tw-ring-opacity:1;--tw-ring-color:rgb(51 65 85/var(--tw-ring-opacity))}.calcom-atoms .ring-slate-800{--tw-ring-opacity:1;--tw-ring-color:rgb(30 41 59/var(--tw-ring-opacity))}.calcom-atoms .ring-slate-900{--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity))}.calcom-atoms .ring-stone-100{--tw-ring-opacity:1;--tw-ring-color:rgb(245 245 244/var(--tw-ring-opacity))}.calcom-atoms .ring-stone-200{--tw-ring-opacity:1;--tw-ring-color:rgb(231 229 228/var(--tw-ring-opacity))}.calcom-atoms .ring-stone-300{--tw-ring-opacity:1;--tw-ring-color:rgb(214 211 209/var(--tw-ring-opacity))}.calcom-atoms .ring-stone-400{--tw-ring-opacity:1;--tw-ring-color:rgb(168 162 158/var(--tw-ring-opacity))}.calcom-atoms .ring-stone-50{--tw-ring-opacity:1;--tw-ring-color:rgb(250 250 249/var(--tw-ring-opacity))}.calcom-atoms .ring-stone-500{--tw-ring-opacity:1;--tw-ring-color:rgb(120 113 108/var(--tw-ring-opacity))}.calcom-atoms .ring-stone-600{--tw-ring-opacity:1;--tw-ring-color:rgb(87 83 78/var(--tw-ring-opacity))}.calcom-atoms .ring-stone-700{--tw-ring-opacity:1;--tw-ring-color:rgb(68 64 60/var(--tw-ring-opacity))}.calcom-atoms .ring-stone-800{--tw-ring-opacity:1;--tw-ring-color:rgb(41 37 36/var(--tw-ring-opacity))}.calcom-atoms .ring-stone-900{--tw-ring-opacity:1;--tw-ring-color:rgb(28 25 23/var(--tw-ring-opacity))}.calcom-atoms .ring-subtle{--tw-ring-color:var(--cal-bg-subtle)}.calcom-atoms .ring-teal-100{--tw-ring-opacity:1;--tw-ring-color:rgb(204 251 241/var(--tw-ring-opacity))}.calcom-atoms .ring-teal-200{--tw-ring-opacity:1;--tw-ring-color:rgb(153 246 228/var(--tw-ring-opacity))}.calcom-atoms .ring-teal-300{--tw-ring-opacity:1;--tw-ring-color:rgb(94 234 212/var(--tw-ring-opacity))}.calcom-atoms .ring-teal-400{--tw-ring-opacity:1;--tw-ring-color:rgb(45 212 191/var(--tw-ring-opacity))}.calcom-atoms .ring-teal-50{--tw-ring-opacity:1;--tw-ring-color:rgb(240 253 250/var(--tw-ring-opacity))}.calcom-atoms .ring-teal-500{--tw-ring-opacity:1;--tw-ring-color:rgb(20 184 166/var(--tw-ring-opacity))}.calcom-atoms .ring-teal-600{--tw-ring-opacity:1;--tw-ring-color:rgb(13 148 136/var(--tw-ring-opacity))}.calcom-atoms .ring-teal-700{--tw-ring-opacity:1;--tw-ring-color:rgb(15 118 110/var(--tw-ring-opacity))}.calcom-atoms .ring-teal-800{--tw-ring-opacity:1;--tw-ring-color:rgb(17 94 89/var(--tw-ring-opacity))}.calcom-atoms .ring-teal-900{--tw-ring-opacity:1;--tw-ring-color:rgb(19 78 74/var(--tw-ring-opacity))}.calcom-atoms .ring-transparent{--tw-ring-color:#0000}.calcom-atoms .ring-violet-100{--tw-ring-opacity:1;--tw-ring-color:rgb(237 233 254/var(--tw-ring-opacity))}.calcom-atoms .ring-violet-200{--tw-ring-opacity:1;--tw-ring-color:rgb(221 214 254/var(--tw-ring-opacity))}.calcom-atoms .ring-violet-300{--tw-ring-opacity:1;--tw-ring-color:rgb(196 181 253/var(--tw-ring-opacity))}.calcom-atoms .ring-violet-400{--tw-ring-opacity:1;--tw-ring-color:rgb(167 139 250/var(--tw-ring-opacity))}.calcom-atoms .ring-violet-50{--tw-ring-opacity:1;--tw-ring-color:rgb(245 243 255/var(--tw-ring-opacity))}.calcom-atoms .ring-violet-500{--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246/var(--tw-ring-opacity))}.calcom-atoms .ring-violet-600{--tw-ring-opacity:1;--tw-ring-color:rgb(124 58 237/var(--tw-ring-opacity))}.calcom-atoms .ring-violet-700{--tw-ring-opacity:1;--tw-ring-color:rgb(109 40 217/var(--tw-ring-opacity))}.calcom-atoms .ring-violet-800{--tw-ring-opacity:1;--tw-ring-color:rgb(91 33 182/var(--tw-ring-opacity))}.calcom-atoms .ring-violet-900{--tw-ring-opacity:1;--tw-ring-color:rgb(76 29 149/var(--tw-ring-opacity))}.calcom-atoms .ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.calcom-atoms .ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 249 195/var(--tw-ring-opacity))}.calcom-atoms .ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 240 138/var(--tw-ring-opacity))}.calcom-atoms .ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 224 71/var(--tw-ring-opacity))}.calcom-atoms .ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgb(250 204 21/var(--tw-ring-opacity))}.calcom-atoms .ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgb(254 252 232/var(--tw-ring-opacity))}.calcom-atoms .ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity))}.calcom-atoms .ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgb(202 138 4/var(--tw-ring-opacity))}.calcom-atoms .ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgb(161 98 7/var(--tw-ring-opacity))}.calcom-atoms .ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgb(133 77 14/var(--tw-ring-opacity))}.calcom-atoms .ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgb(113 63 18/var(--tw-ring-opacity))}.calcom-atoms .ring-zinc-100{--tw-ring-opacity:1;--tw-ring-color:rgb(244 244 245/var(--tw-ring-opacity))}.calcom-atoms .ring-zinc-200{--tw-ring-opacity:1;--tw-ring-color:rgb(228 228 231/var(--tw-ring-opacity))}.calcom-atoms .ring-zinc-300{--tw-ring-opacity:1;--tw-ring-color:rgb(212 212 216/var(--tw-ring-opacity))}.calcom-atoms .ring-zinc-400{--tw-ring-opacity:1;--tw-ring-color:rgb(161 161 170/var(--tw-ring-opacity))}.calcom-atoms .ring-zinc-50{--tw-ring-opacity:1;--tw-ring-color:rgb(250 250 250/var(--tw-ring-opacity))}.calcom-atoms .ring-zinc-500{--tw-ring-opacity:1;--tw-ring-color:rgb(113 113 122/var(--tw-ring-opacity))}.calcom-atoms .ring-zinc-600{--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 91/var(--tw-ring-opacity))}.calcom-atoms .ring-zinc-700{--tw-ring-opacity:1;--tw-ring-color:rgb(63 63 70/var(--tw-ring-opacity))}.calcom-atoms .ring-zinc-800{--tw-ring-opacity:1;--tw-ring-color:rgb(39 39 42/var(--tw-ring-opacity))}.calcom-atoms .ring-zinc-900{--tw-ring-opacity:1;--tw-ring-color:rgb(24 24 27/var(--tw-ring-opacity))}.calcom-atoms .ring-offset-1{--tw-ring-offset-width:1px}.calcom-atoms .ring-offset-2{--tw-ring-offset-width:2px}.calcom-atoms .blur{--tw-blur:blur(8px)}.calcom-atoms .blur,.calcom-atoms .blur-\[3px\]{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)}.calcom-atoms .blur-\[3px\]{--tw-blur:blur(3px)}.calcom-atoms .drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f)}.calcom-atoms .drop-shadow,.calcom-atoms .grayscale{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)}.calcom-atoms .grayscale{--tw-grayscale:grayscale(100%)}.calcom-atoms .grayscale-0{--tw-grayscale:grayscale(0)}.calcom-atoms .grayscale-0,.calcom-atoms .invert{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)}.calcom-atoms .invert{--tw-invert:invert(100%)}.calcom-atoms .sepia{--tw-sepia:sepia(100%);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)}.calcom-atoms .\!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)!important}.calcom-atoms .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)}.calcom-atoms .backdrop-blur{--tw-backdrop-blur:blur(8px)}.calcom-atoms .backdrop-blur,.calcom-atoms .backdrop-blur-\[1px\]{-webkit-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-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)}.calcom-atoms .backdrop-blur-\[1px\]{--tw-backdrop-blur:blur(1px)}.calcom-atoms .backdrop-blur-lg{--tw-backdrop-blur:blur(16px)}.calcom-atoms .backdrop-blur-lg,.calcom-atoms .backdrop-blur-md{-webkit-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-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)}.calcom-atoms .backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.calcom-atoms .backdrop-grayscale{--tw-backdrop-grayscale:grayscale(100%)}.calcom-atoms .backdrop-grayscale,.calcom-atoms .backdrop-invert{-webkit-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-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)}.calcom-atoms .backdrop-invert{--tw-backdrop-invert:invert(100%)}.calcom-atoms .backdrop-sepia{--tw-backdrop-sepia:sepia(100%)}.calcom-atoms .backdrop-filter,.calcom-atoms .backdrop-sepia{-webkit-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-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)}.calcom-atoms .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calcom-atoms .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calcom-atoms .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calcom-atoms .transition-none{transition-property:none}.calcom-atoms .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calcom-atoms .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calcom-atoms .delay-1000{transition-delay:1s}.calcom-atoms .duration-100{transition-duration:.1s}.calcom-atoms .duration-150{transition-duration:.15s}.calcom-atoms .duration-200{transition-duration:.2s}.calcom-atoms .duration-300{transition-duration:.3s}.calcom-atoms .ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.calcom-atoms .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.calcom-atoms .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.calcom-atoms .will-change-transform{will-change:transform}.calcom-atoms .scrollbar{--scrollbar-track:initial;--scrollbar-thumb:initial;--scrollbar-corner:initial;--scrollbar-track-hover:var(--scrollbar-track);--scrollbar-thumb-hover:var(--scrollbar-thumb);--scrollbar-corner-hover:var(--scrollbar-corner);--scrollbar-track-active:var(--scrollbar-track-hover);--scrollbar-thumb-active:var(--scrollbar-thumb-hover);--scrollbar-corner-active:var(--scrollbar-corner-hover);scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);overflow:overlay}.calcom-atoms .scrollbar.overflow-x-hidden{overflow-x:hidden}.calcom-atoms .scrollbar.overflow-y-hidden{overflow-y:hidden}.calcom-atoms .scrollbar::-webkit-scrollbar-track{background-color:var(--scrollbar-track)}.calcom-atoms .scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb)}.calcom-atoms .scrollbar::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner)}.calcom-atoms .scrollbar::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover)}.calcom-atoms .scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.calcom-atoms .scrollbar::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover)}.calcom-atoms .scrollbar::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active)}.calcom-atoms .scrollbar::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active)}.calcom-atoms .scrollbar::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active)}.calcom-atoms .scrollbar{scrollbar-width:auto}.calcom-atoms .scrollbar::-webkit-scrollbar{width:16px;height:16px}.calcom-atoms .scrollbar-thin.overflow-x-hidden{overflow-x:hidden}.calcom-atoms .scrollbar-thin.overflow-y-hidden{overflow-y:hidden}@keyframes enter{0%{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))}}.calcom-atoms .animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.calcom-atoms .zoom-in{--tw-enter-scale:0}.calcom-atoms .zoom-out{--tw-exit-scale:0}.calcom-atoms .slide-in-from-bottom{--tw-enter-translate-y:100%}.calcom-atoms .slide-in-from-left{--tw-enter-translate-x:-100%}.calcom-atoms .slide-in-from-right{--tw-enter-translate-x:100%}.calcom-atoms .slide-in-from-top{--tw-enter-translate-y:-100%}.calcom-atoms .duration-100{animation-duration:.1s}.calcom-atoms .duration-150{animation-duration:.15s}.calcom-atoms .duration-200{animation-duration:.2s}.calcom-atoms .duration-300{animation-duration:.3s}.calcom-atoms .delay-1000{animation-delay:1s}.calcom-atoms .ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.calcom-atoms .ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.calcom-atoms .ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.calcom-atoms .running{animation-play-state:running}.calcom-atoms .no-scrollbar::-webkit-scrollbar{display:none}.calcom-atoms .no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.calcom-atoms .\[--booker-main-width\:420px\]{--booker-main-width:420px}.calcom-atoms .\[--booker-main-width\:480px\]{--booker-main-width:480px}.calcom-atoms .\[--booker-meta-width\:240px\]{--booker-meta-width:240px}.calcom-atoms .\[--booker-meta-width\:340px\]{--booker-meta-width:340px}.calcom-atoms .\[--booker-timeslots-width\:240px\]{--booker-timeslots-width:240px}.calcom-atoms .\[--cal-brand-accent\: \#fafafa\]{--cal-brand-accent:#fafafa}.calcom-atoms .\[--cal-brand-emphasis\: \#101010\]{--cal-brand-emphasis:#101010}.calcom-atoms .\[--cal-brand-subtle\: \#9CA3AF\]{--cal-brand-subtle:#9ca3af}.calcom-atoms .\[--cal-brand-text\: \#FFFFFF\],.calcom-atoms .\[--cal-brand-text\:white\]{--cal-brand-text:#fff}.calcom-atoms .\[--cal-brand\: \#111827\]{--cal-brand:#111827}.calcom-atoms .\[--calendar-dates-sticky-offset\:66px\]{--calendar-dates-sticky-offset:66px}.calcom-atoms .\[--disabled-gradient-background\: \#E5E7EB\]{--disabled-gradient-background:#e5e7eb}.calcom-atoms .\[--disabled-gradient-background\: \#F8F9FB\]{--disabled-gradient-background:#f8f9fb}.calcom-atoms .\[--disabled-gradient-foreground\: \#D1D5DB\]{--disabled-gradient-foreground:#d1d5db}.calcom-atoms .\[--disabled-gradient-foreground\: \#E6E7EB\]{--disabled-gradient-foreground:#e6e7eb}.calcom-atoms .\[--troublehooster-meta-width\:0px\]{--troublehooster-meta-width:0px}.calcom-atoms .\[--troublehooster-meta-width\:250px\]{--troublehooster-meta-width:250px}.calcom-atoms .\[-webkit-app-region\:no-drag\]{-webkit-app-region:no-drag}.calcom-atoms .\[appearance\:textfield\]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.calcom-atoms .\[filter\:invert\(0\.5\)_brightness\(0\.5\)\]{filter:invert(.5) brightness(.5)}.calcom-atoms .\[grid-area\:calendar\]{grid-area:calendar}.calcom-atoms .\[grid-area\:header\]{grid-area:header}.calcom-atoms .\[grid-area\:main\]{grid-area:main}.calcom-atoms .\[grid-area\:meta\]{grid-area:meta}.calcom-atoms .\[grid-area\:timeslots\]{grid-area:timeslots}.calcom-atoms{--cal-bg-emphasis:#e5e7eb;--cal-bg:#fff;--cal-bg-subtle:#f3f4f6;--cal-bg-muted:#f9fafb;--cal-bg-inverted:#0f0f0f;--cal-bg-info:#f6f9fe;--cal-bg-success:#e4fbe9;--cal-bg-attention:#fcefd9;--cal-bg-error:hsla(3,66,93,1);--cal-bg-dark-error:#772522;--cal-border-emphasis:#9ca3b0;--cal-border:#d1d5db;--cal-border-subtle:#e5e7eb;--cal-border-booker:#e5e7eb;--cal-border-muted:#f3f4f6;--cal-border-error:#aa2f27;--cal-text-emphasis:#384252;--cal-text:#384252;--cal-text-subtle:#6b7280;--cal-text-muted:#9ca3b0;--cal-text-inverted:#fff;--cal-text-info:#253883;--cal-text-success:#285231;--cal-text-attention:#74331b;--cal-text-error:#772522;--cal-brand:#111827;--cal-brand-emphasis:#0f0f0f;--cal-brand-text:#fff}.calcom-atoms .dark{--cal-bg-emphasis:#404040;--cal-bg:#1a1a1a;--cal-bg-subtle:#2e2e2e;--cal-bg-muted:#1f1f1f;--cal-bg-inverted:#f3f4f6;--cal-bg-info:#253883;--cal-bg-success:#285231;--cal-bg-attention:#74331b;--cal-bg-error:#772522;--cal-bg-dark-error:#772522;--cal-border-emphasis:#757575;--cal-border:#575757;--cal-border-subtle:#383838;--cal-border-booker:#383838;--cal-border-muted:#2e2e2e;--cal-border-error:#aa2f27;--cal-text-emphasis:#fcfcfd;--cal-text:#d6d6d6;--cal-text-subtle:#a6a6a6;--cal-text-muted:#575757;--cal-text-inverted:#1a1a1a;--cal-text-info:#dee9fc;--cal-text-success:#e4fbe9;--cal-text-attention:#fcefd9;--cal-text-error:#f9e3e1;--cal-brand:#fff;--cal-brand-emphasis:#9ca3b0;--cal-brand-text:#000}.calcom-atoms ::-moz-selection{color:var(--cal-brand-text);background:var(--cal-brand)}.calcom-atoms ::selection{color:var(--cal-brand-text);background:var(--cal-brand)}.calcom-atoms{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.calcom-atoms.todesktop a,.calcom-atoms.todesktop button,.calcom-atoms.todesktop header,.calcom-atoms.todesktop img{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default!important}.calcom-atoms.todesktop,.calcom-atoms.todesktop div{cursor:default!important}.calcom-atoms.todesktop header{-webkit-app-region:drag}.calcom-atoms.todesktop header a,.calcom-atoms.todesktop header button{-webkit-app-region:no-drag}.calcom-atoms.todesktop-platform-darwin.dark main.bg-default{background:#0009!important}.calcom-atoms.todesktop-platform-darwin.light main.bg-default{background:#fffc!important}.calcom-atoms.todesktop.light{--cal-bg-emphasis:#1c1c1c1a}.calcom-atoms.todesktop.dark{--cal-bg-emphasis:#4142444d}.calcom-atoms [multiple]:focus,.calcom-atoms [type=checkbox]:focus,.calcom-atoms [type=date]:focus,.calcom-atoms [type=datetime-local]:focus,.calcom-atoms [type=email]:focus,.calcom-atoms [type=month]:focus,.calcom-atoms [type=number]:focus,.calcom-atoms [type=password]:focus,.calcom-atoms [type=radio]:focus,.calcom-atoms [type=search]:focus,.calcom-atoms [type=tel]:focus,.calcom-atoms [type=text]:focus,.calcom-atoms [type=time]:focus,.calcom-atoms [type=url]:focus,.calcom-atoms [type=week]:focus,.calcom-atoms select:focus,.calcom-atoms textarea:focus{--tw-ring-color:var(--brand-color);border-color:var(--brand-color)}@media only screen and (max-width:768px){.calcom-atoms #launcher,.calcom-atoms div[role=presentation]>iframe{display:none!important}.calcom-atoms .BeaconFabButtonFrame{margin-left:-30px;left:50%;bottom:28px!important;z-index:1058!important}}.calcom-atoms .DateRangePickerInput__withBorder{border:0!important}.calcom-atoms .DateInput_input{border:1px solid #d1d5db!important;border-radius:2px!important;font-size:inherit!important;font-weight:inherit!important;color:#000;padding:11px ​11px 9px!important;line-height:16px!important}.calcom-atoms .DateInput_input__focused{border:2px solid #000!important;border-radius:2px!important;box-shadow:none!important;padding:10px ​10px 9px!important}.calcom-atoms .DateRangePickerInput_arrow{padding:0 10px}.calcom-atoms .loader{display:block;width:30px;height:30px;margin:60px auto;position:relative;border-width:4px;border-style:solid;animation:loader 2s ease infinite}.calcom-atoms .loader-inner{vertical-align:top;display:inline-block;width:100%;animation:loader-inner 2s ease-in infinite}.calcom-atoms .no-ring-inset{--tw-ring-inset:unset}@keyframes loader{0%{transform:rotate(0)}25%{transform:rotate(180deg)}50%{transform:rotate(180deg)}75%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes loader-inner{0%{height:0}25%{height:0}50%{height:100%}75%{height:100%}to{height:0}}.calcom-atoms .text-inverted-important{color:#fff!important}.calcom-atoms #timeZone input:focus{box-shadow:none}.calcom-atoms .react-date-picker__wrapper{border:none!important}.calcom-atoms .react-date-picker__inputGroup__input{padding-top:0;padding-bottom:0}.calcom-atoms .slideInBottom{animation-duration:.3s;animation-fill-mode:both;animation-name:slideInBottom}@keyframes slideInBottom{0%{opacity:0;transform:translateY(30%);pointer-events:none}to{opacity:1;pointer-events:auto}}.calcom-atoms .slideInTop{animation-duration:.3s;animation-fill-mode:both;animation-name:slideInTop}@keyframes slideInTop{0%{opacity:0;transform:translateY(-20%);pointer-events:none}to{opacity:1;pointer-events:auto;transform:translateY(0)}}.calcom-atoms .fadeIn{animation-duration:.3s;animation-fill-mode:both;animation-name:fadeIn;animation-timing-function:ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@supports (-webkit-touch-callout:none){.calcom-atoms .h-screen{height:-webkit-fill-available}}.calcom-atoms ::-webkit-search-cancel-button{-webkit-appearance:none}.calcom-atoms .react-tel-input .country-list .country.highlight,.calcom-atoms .react-tel-input .country-list .country:hover{background-color:var(--cal-bg-emphasis)!important}.calcom-atoms .react-tel-input .flag-dropdown .selected-flag,.calcom-atoms .react-tel-input .flag-dropdown.open .selected-flag{background-color:var(--cal-bg,#fff)!important}.calcom-atoms .react-tel-input .flag-dropdown{left:.125rem;border-top-width:0!important;border-bottom-width:0!important;border-left-width:0!important;border-right-color:var(--cal-border,#d1d5db)!important}.calcom-atoms .first-letter\:text-xs:first-letter{font-size:.75rem;line-height:1rem}.calcom-atoms .selection\:bg-subtle ::-moz-selection{background-color:var(--cal-bg-subtle)}.calcom-atoms .selection\:bg-subtle ::selection{background-color:var(--cal-bg-subtle)}.calcom-atoms .selection\:bg-subtle::-moz-selection{background-color:var(--cal-bg-subtle)}.calcom-atoms .selection\:bg-subtle::selection{background-color:var(--cal-bg-subtle)}.calcom-atoms .placeholder\:text-subtle::-moz-placeholder{color:var(--cal-text-subtle,#6b7280)}.calcom-atoms .placeholder\:text-subtle::placeholder{color:var(--cal-text-subtle,#6b7280)}.calcom-atoms .before\:pointer-events-none:before{content:var(--tw-content);pointer-events:none}.calcom-atoms .before\:absolute:before{content:var(--tw-content);position:absolute}.calcom-atoms .before\:inset-0:before{content:var(--tw-content);top:0;right:0;bottom:0;left:0}.calcom-atoms .before\:bottom-\[-3px\]:before{content:var(--tw-content);bottom:-3px}.calcom-atoms .before\:bottom-\[-5px\]:before{content:var(--tw-content);bottom:-5px}.calcom-atoms .before\:left-\[-30px\]:before{content:var(--tw-content);left:-30px}.calcom-atoms .before\:top-\[-3px\]:before{content:var(--tw-content);top:-3px}.calcom-atoms .before\:top-\[-5px\]:before{content:var(--tw-content);top:-5px}.calcom-atoms .before\:w-\[calc\(100\%_\+_35px\)\]:before{content:var(--tw-content);width:calc(100% + 35px)}.calcom-atoms .before\:rounded-md:before{content:var(--tw-content);border-radius:.375rem}.calcom-atoms .before\:border-0:before{content:var(--tw-content);border-width:0}.calcom-atoms .before\:bg-default:before{content:var(--tw-content);background-color:var(--cal-bg,#fff)}.calcom-atoms .before\:bg-subtle:before{content:var(--tw-content);background-color:var(--cal-bg-subtle)}.calcom-atoms .before\:py-3:before{content:var(--tw-content);padding-top:.75rem;padding-bottom:.75rem}.calcom-atoms .before\:opacity-0:before{content:var(--tw-content);opacity:0}.calcom-atoms .before\:transition-opacity:before{content:var(--tw-content);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calcom-atoms .after\:block:after{content:var(--tw-content);display:block}.calcom-atoms .after\:h-2:after{content:var(--tw-content);height:.5rem}.calcom-atoms .after\:w-2:after{content:var(--tw-content);width:.5rem}.calcom-atoms .after\:bg-inverted:after{content:var(--tw-content);background-color:var(--cal-bg-inverted)}.calcom-atoms .scheduler-wrapper{--gridDefaultSize:1.75rem;--hoursInDay:24;--minuteInHour:60;--gridMobileSize:100vw;--calendar-offset-top:28px}.calcom-atoms .scheduler-grid-row-template{grid-template-rows:var(--gridMobileSize) repeat(attr(data-gridstoperperday number),var(--gridMobileSize)) auto}@media (min-width:640px){.calcom-atoms .scheduler-grid-row-template{grid-template-rows:var(--gridDefaultSize) repeat(attr(data-gridstoperperday number),var(--gridDefaultSize)) auto}}.calcom-atoms .first\:rounded-t-md:first-child{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.calcom-atoms .last\:mb-2:last-child{margin-bottom:.5rem}.calcom-atoms .last\:mr-0:last-child{margin-right:0}.calcom-atoms .last\:rounded-b-md:last-child{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms .last\:border-b-0:last-child{border-bottom-width:0}.calcom-atoms .last\:pb-0:last-child{padding-bottom:0}.calcom-atoms .last\:font-medium:last-child{font-weight:500}.calcom-atoms .only\:w-full:only-child{width:100%}.calcom-atoms .checked\:bg-brand-default:checked{background-color:var(--cal-brand,#111827)}.calcom-atoms .focus-within\:border-emphasis:focus-within{border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms .focus-within\:bg-subtle:focus-within{background-color:var(--cal-bg-subtle)}.calcom-atoms .focus-within\:ring-0: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(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)}.calcom-atoms .focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.calcom-atoms .focus\:z-10:focus{z-index:10}.calcom-atoms .focus\:border:focus{border-width:1px}.calcom-atoms .focus\:border-2:focus{border-width:2px}.calcom-atoms .focus\:border-r:focus{border-right-width:1px}.calcom-atoms .focus\:border-black:focus{--tw-border-opacity:1;border-color:rgb(17 17 17/var(--tw-border-opacity))}.calcom-atoms .focus\:border-gray-800:focus{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.calcom-atoms .focus\:border-neutral-500:focus{--tw-border-opacity:1;border-color:rgb(115 115 115/var(--tw-border-opacity))}.calcom-atoms .focus\:border-orange-400:focus{--tw-border-opacity:1;border-color:rgb(251 146 60/var(--tw-border-opacity))}.calcom-atoms .focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.calcom-atoms .focus\:\!bg-transparent:focus{background-color:initial!important}.calcom-atoms .focus\:\!outline-none:focus{outline:2px solid #0000!important;outline-offset:2px!important}.calcom-atoms .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)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.calcom-atoms .focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.calcom-atoms .focus\:ring-0:focus,.calcom-atoms .focus\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.calcom-atoms .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(var(--tw-ring-offset-width)) var(--tw-ring-color)}.calcom-atoms .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)}.calcom-atoms .focus\:ring-1:focus,.calcom-atoms .focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.calcom-atoms .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)}.calcom-atoms .focus\:ring-muted:focus{--tw-ring-color:var(--cal-bg-muted)}.calcom-atoms .focus\:\!ring-offset-0:focus{--tw-ring-offset-width:0px!important}.calcom-atoms .focus-visible\:bg-transparent:focus-visible{background-color:initial}.calcom-atoms .focus-visible\:outline-2:focus-visible{outline-width:2px}.calcom-atoms .disabled\:cursor-default:disabled{cursor:default}.calcom-atoms .disabled\:border-transparent:disabled{border-color:#0000}.calcom-atoms .disabled\:bg-gray-200:disabled{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.calcom-atoms .disabled\:font-light:disabled{font-weight:300}.calcom-atoms .group:hover .group-hover\:visible,.calcom-atoms .group\/booking_status_email:hover .group-hover\/booking_status_email\:visible{visibility:visible}.calcom-atoms .group:hover .group-hover\:flex{display:flex}.calcom-atoms .group:hover .group-hover\:inline-flex{display:inline-flex}.calcom-atoms .group:hover .group-hover\:cursor-pointer{cursor:pointer}.calcom-atoms .group:hover .group-hover\:border-emphasis{border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms .group\/remove:hover .group-hover\/remove\:bg-inverted{background-color:var(--cal-bg-inverted)}.calcom-atoms .group:hover .group-hover\:\!bg-muted{background-color:var(--cal-bg-muted)!important}.calcom-atoms .group:hover .group-hover\:bg-blue-300{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity))}.calcom-atoms .group\/remove:hover .group-hover\/remove\:text-inverted{color:var(--cal-text-inverted,#fff)}.calcom-atoms .peer:checked~.peer-checked\:text-emphasis{color:var(--cal-text-emphasis,#111827)}.calcom-atoms .peer:checked~.peer-checked\: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)}.calcom-atoms .data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x:var(--radix-toast-swipe-end-x)}.calcom-atoms .data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end],.calcom-atoms .data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x:var(--radix-toast-swipe-move-x)}.calcom-atoms .group[data-state=selected] .group-data-\[state\=selected\]\:bg-subtle{background-color:var(--cal-bg-subtle)}.calcom-atoms.todesktop .todesktop\:-mt-3{margin-top:-.75rem}.calcom-atoms.todesktop .todesktop\:mt-10{margin-top:2.5rem}.calcom-atoms.todesktop .todesktop\:mt-4{margin-top:1rem}.calcom-atoms.todesktop .todesktop\:block{display:block}.calcom-atoms.todesktop .todesktop\:hidden{display:none}.calcom-atoms.todesktop .todesktop\:flex-col-reverse{flex-direction:column-reverse}.calcom-atoms.todesktop .todesktop\:\!bg-transparent{background-color:initial!important}.calcom-atoms.todesktop .todesktop\:py-\[7px\]{padding-top:7px;padding-bottom:7px}.calcom-atoms.todesktop .todesktop\:\!text-blue-500{--tw-text-opacity:1!important;color:rgb(59 130 246/var(--tw-text-opacity))!important}.calcom-atoms.todesktop .todesktop\:\[-webkit-app-region\:drag\]{-webkit-app-region:drag}.calcom-atoms .prose-headings\:text-emphasis :is(:where(h1,.calcom-atoms h2,.calcom-atoms h3,.calcom-atoms h4,.calcom-atoms h5,.calcom-atoms h6,.calcom-atoms th):not(:where([class~=not-prose] *))){color:var(--cal-text-emphasis,#111827)}.calcom-atoms .prose-h3\:font-cal :is(:where(h3):not(:where([class~=not-prose] *))){font-family:var(--font-cal),ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.calcom-atoms .prose-h3\:text-white :is(:where(h3):not(:where([class~=not-prose] *))){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.calcom-atoms .prose-a\:text-default :is(:where(a):not(:where([class~=not-prose] *))){color:var(--cal-text,#374151)}.calcom-atoms .prose-a\:text-white :is(:where(a):not(:where([class~=not-prose] *))){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.calcom-atoms .prose-strong\:text-default :is(:where(strong):not(:where([class~=not-prose] *))){color:var(--cal-text,#374151)}.calcom-atoms .prose-code\:text-default :is(:where(code):not(:where([class~=not-prose] *))){color:var(--cal-text,#374151)}.calcom-atoms .hover\:cursor-default:hover{cursor:default}.calcom-atoms .hover\:rounded-md:hover{border-radius:.375rem}.calcom-atoms .hover\:border-brand-default:hover{border-color:var(--cal-brand,#111827)}.calcom-atoms .hover\:\!bg-transparent:hover{background-color:initial!important}.calcom-atoms .hover\:bg-attention:hover{background-color:var(--cal-bg-attention)}.calcom-atoms .hover\:bg-brand-default:hover{background-color:var(--cal-brand,#111827)}.calcom-atoms .hover\:bg-default:hover{background-color:var(--cal-bg,#fff)}.calcom-atoms .hover\:bg-success:hover{background-color:var(--cal-bg-success)}.calcom-atoms .hover\:font-normal:hover{font-weight:400}.calcom-atoms .hover\:text-attention:hover{color:var(--cal-text-attention,#73321b)}.calcom-atoms .hover\:text-subtle:hover{color:var(--cal-text-subtle,#6b7280)}.calcom-atoms .hover\:underline-offset-2:hover{text-underline-offset:2px}.calcom-atoms .hover\:opacity-50:hover{opacity:.5}.calcom-atoms .hover\:opacity-70:hover{opacity:.7}.calcom-atoms .hover\:shadow:hover{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.calcom-atoms .hover\:shadow-sm:hover,.calcom-atoms .hover\:shadow:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.calcom-atoms .hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.calcom-atoms .hover\:brightness-90:hover{--tw-brightness:brightness(.9)}.calcom-atoms .hover\:brightness-90:hover,.calcom-atoms .hover\:brightness-95:hover{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)}.calcom-atoms .hover\:brightness-95:hover{--tw-brightness:brightness(.95)}.calcom-atoms .hover\:grayscale-0:hover{--tw-grayscale:grayscale(0);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)}.calcom-atoms .hover\:before\:opacity-100:hover:before{content:var(--tw-content);opacity:1}.calcom-atoms .after\:hover\:block:hover:after{content:var(--tw-content);display:block}.calcom-atoms .hover\:after\:bg-subtle:hover:after{content:var(--tw-content);background-color:var(--cal-bg-subtle)}.calcom-atoms .checked\:hover\:bg-brand-default:hover:checked{background-color:var(--cal-brand,#111827)}.calcom-atoms .disabled\:hover\:border-inherit:hover:disabled{border-color:inherit}.calcom-atoms .disabled\:hover\:shadow-none:hover:disabled{--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)}.calcom-atoms.todesktop .todesktop\:hover\:\!bg-transparent:hover{background-color:initial!important}.calcom-atoms.todesktop .todesktop\:hover\:bg-transparent:hover{background-color:initial}.calcom-atoms .active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .radix-state-open\:rounded-r-md[data-state=open]{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.calcom-atoms .radix-state-open\:text-blue-500[data-state=open]{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.calcom-atoms .radix-state-open\:ring-0[data-state=open]{--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(var(--tw-ring-offset-width)) var(--tw-ring-color)}.calcom-atoms .radix-state-open\:ring-0[data-state=open],.calcom-atoms .radix-state-open\:ring-2[data-state=open]{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.calcom-atoms .radix-state-open\:ring-2[data-state=open]{--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)}.calcom-atoms :is([dir=ltr] .ltr\:right-0){right:0}.calcom-atoms :is([dir=ltr] .ltr\:right-4){right:1rem}.calcom-atoms :is([dir=ltr] .ltr\:mr-1){margin-right:.25rem}.calcom-atoms :is([dir=ltr] .ltr\:mr-\[10px\]){margin-right:10px}.calcom-atoms :is([dir=ltr] .ltr\:rounded-l-md){border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms :is([dir=ltr] .ltr\:rounded-r-md){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.calcom-atoms :is([dir=ltr] .ltr\:rounded-tl-md){border-top-left-radius:.375rem}.calcom-atoms :is([dir=ltr] .ltr\:border-l){border-left-width:1px}.calcom-atoms :is([dir=ltr] .ltr\:pl-3){padding-left:.75rem}.calcom-atoms :is([dir=ltr] .ltr\:pl-4){padding-left:1rem}.calcom-atoms :is([dir=ltr] .ltr\:pr-4){padding-right:1rem}.calcom-atoms :is([dir=ltr] .ltr\:text-left){text-align:left}.calcom-atoms :is([dir=ltr] .ltr\:last\:mr-0:last-child){margin-right:0}.calcom-atoms :is([dir=ltr] .ltr\:radix-state-open\:rounded-r-md[data-state=open]){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.calcom-atoms :is([dir=rtl] .rtl\:left-0){left:0}.calcom-atoms :is([dir=rtl] .rtl\:left-4){left:1rem}.calcom-atoms :is([dir=rtl] .rtl\:-mr-14){margin-right:-3.5rem}.calcom-atoms :is([dir=rtl] .rtl\:-mr-2){margin-right:-.5rem}.calcom-atoms :is([dir=rtl] .rtl\:ml-1){margin-left:.25rem}.calcom-atoms :is([dir=rtl] .rtl\:ml-3){margin-left:.75rem}.calcom-atoms :is([dir=rtl] .rtl\:ml-4){margin-left:1rem}.calcom-atoms :is([dir=rtl] .rtl\:ml-\[10px\]){margin-left:10px}.calcom-atoms :is([dir=rtl] .rtl\:mr-4){margin-right:1rem}.calcom-atoms :is([dir=rtl] .rtl\:mr-auto){margin-right:auto}.calcom-atoms :is([dir=rtl] .rtl\:flex-grow){flex-grow:1}.calcom-atoms :is([dir=rtl] .rtl\:rotate-180){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms :is([dir=rtl] .rtl\:justify-end){justify-content:flex-end}.calcom-atoms :is([dir=rtl] .rtl\:rounded-l-md){border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms :is([dir=rtl] .rtl\:rounded-r-md){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.calcom-atoms :is([dir=rtl] .rtl\:rounded-tr-md){border-top-right-radius:.375rem}.calcom-atoms :is([dir=rtl] .rtl\:border-r){border-right-width:1px}.calcom-atoms :is([dir=rtl] .rtl\:border-default){border-color:var(--cal-border,#d1d5db)}.calcom-atoms :is([dir=rtl] .rtl\:border-r-default){border-right-color:var(--cal-border,#d1d5db)}.calcom-atoms :is([dir=rtl] .rtl\:pl-4){padding-left:1rem}.calcom-atoms :is([dir=rtl] .rtl\:pr-4){padding-right:1rem}.calcom-atoms :is([dir=rtl] .rtl\:pr-6){padding-right:1.5rem}.calcom-atoms :is([dir=rtl] .rtl\:text-right){text-align:right}.calcom-atoms :is([dir=rtl] .rtl\:last\:ml-0:last-child){margin-left:0}.calcom-atoms :is([dir=rtl] .rtl\:radix-state-open\:rounded-l-md[data-state=open]){border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms :is(.dark .dark\:block){display:block}.calcom-atoms :is(.dark .dark\:hidden){display:none}.calcom-atoms :is(.dark .dark\:divide-darkgray-100)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(28 28 28/var(--tw-divide-opacity))}.calcom-atoms :is(.dark .dark\:border){border-width:1px}.calcom-atoms :is(.dark .dark\:border-cal-bg-muted){border-color:var(--cal-bg-muted)}.calcom-atoms :is(.dark .dark\:border-darkgray-200){--tw-border-opacity:1;border-color:rgb(43 43 43/var(--tw-border-opacity))}.calcom-atoms :is(.dark .dark\:border-default){border-color:var(--cal-border,#d1d5db)}.calcom-atoms :is(.dark .dark\:border-emphasis){border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms :is(.dark .dark\:border-transparent){border-color:#0000}.calcom-atoms :is(.dark .dark\:bg-\[\#292929\]){--tw-bg-opacity:1;background-color:rgb(41 41 41/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-blue-950){--tw-bg-opacity:1;background-color:rgb(23 37 84/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-darkgray-400){--tw-bg-opacity:1;background-color:rgb(87 87 87/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-darkgray-50){--tw-bg-opacity:1;background-color:rgb(16 16 16/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-default){background-color:var(--cal-bg,#fff)}.calcom-atoms :is(.dark .dark\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-inherit){background-color:inherit}.calcom-atoms :is(.dark .dark\:bg-transparent){background-color:initial}.calcom-atoms :is(.dark .dark\:bg-white){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-white\/5){background-color:#ffffff0d}.calcom-atoms :is(.dark .dark\:bg-opacity-5){--tw-bg-opacity:.05}.calcom-atoms :is(.dark .dark\:bg-none){background-image:none}.calcom-atoms :is(.dark .dark\:text-black){--tw-text-opacity:1;color:rgb(17 17 17/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-blue-300){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-blue-400){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-darkgray-900){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-default){color:var(--cal-text,#374151)}.calcom-atoms :is(.dark .dark\:text-emphasis){color:var(--cal-text-emphasis,#111827)}.calcom-atoms :is(.dark .dark\:text-green-400){--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-subtle){color:var(--cal-text-subtle,#6b7280)}.calcom-atoms :is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:opacity-100){opacity:1}.calcom-atoms :is(.dark .dark\:opacity-80){opacity:.8}.calcom-atoms :is(.dark .dark\:opacity-90){opacity:.9}.calcom-atoms :is(.dark .dark\:invert){--tw-invert:invert(100%)}.calcom-atoms :is(.dark .dark\:invert),.calcom-atoms :is(.dark .dark\:invert-\[\.65\]){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)}.calcom-atoms :is(.dark .dark\:invert-\[\.65\]){--tw-invert:invert(.65)}.calcom-atoms :is(.dark .dark\:\[--cal-brand-emphasis\:\#e1e1e1\]){--cal-brand-emphasis:#e1e1e1}.calcom-atoms :is(.dark .dark\:\[--cal-brand-text\:\#000000\]),.calcom-atoms :is(.dark .dark\:\[--cal-brand-text\:black\]){--cal-brand-text:#000}.calcom-atoms :is(.dark .dark\:\[--cal-brand\:\#FFFFFF\]),.calcom-atoms :is(.dark .dark\:\[--cal-brand\:white\]){--cal-brand:#fff}.calcom-atoms :is(.dark .dark\:\[--disabled-gradient-background\:\#262626\]){--disabled-gradient-background:#262626}.calcom-atoms :is(.dark .dark\:\[--disabled-gradient-foreground\:\#393939\]){--disabled-gradient-foreground:#393939}.calcom-atoms :is(.dark .dark\:\[color-scheme\:dark\]){color-scheme:dark}.calcom-atoms :is(.dark .dark\:\[filter\:invert\(0\.65\)_brightness\(0\.9\)\]){filter:invert(.65) brightness(.9)}.calcom-atoms :is(.dark .dark\:placeholder\:text-darkgray-600)::-moz-placeholder{--tw-text-opacity:1;color:rgb(165 165 165/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:placeholder\:text-darkgray-600)::placeholder{--tw-text-opacity:1;color:rgb(165 165 165/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:before\:bg-muted):before{content:var(--tw-content);background-color:var(--cal-bg-muted)}.calcom-atoms :is(.dark .dark\:checked\:after\:bg-brand-accent:checked):after{content:var(--tw-content);background-color:var(--cal-brand-accent,#fff)}.calcom-atoms :is(.dark .disabled\:dark\:text-gray-500):disabled{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.calcom-atoms .group:hover :is(.dark .group-hover\:dark\:bg-blue-800){--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:hover\:bg-darkgray-200:hover){--tw-bg-opacity:1;background-color:rgb(43 43 43/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:hover\:bg-emphasis:hover){background-color:var(--cal-bg-emphasis)}.calcom-atoms :is(.dark .dark\:hover\:bg-transparent:hover){background-color:initial}.calcom-atoms :is(.dark .hover\:dark\:bg-gray-900):hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:checked\:hover\:text-\[--cal-brand\]:hover:checked){color:var(--cal-brand)}@media print{.calcom-atoms .print\:hidden{display:none}.calcom-atoms .print\:h-full{height:100%}.calcom-atoms .print\:w-full{width:100%}}@media (min-width:640px){.calcom-atoms .sm\:absolute{position:absolute}.calcom-atoms .sm\:relative{position:relative}.calcom-atoms .sm\:inset-y-2{top:.5rem;bottom:.5rem}.calcom-atoms .sm\:bottom-0{bottom:0}.calcom-atoms .sm\:right-0{right:0}.calcom-atoms .sm\:right-2{right:.5rem}.calcom-atoms .sm\:top-auto{top:auto}.calcom-atoms .sm\:order-3{order:3}.calcom-atoms .sm\:col-span-1{grid-column:span 1/span 1}.calcom-atoms .sm\:col-span-10{grid-column:span 10/span 10}.calcom-atoms .sm\:col-span-11{grid-column:span 11/span 11}.calcom-atoms .sm\:col-span-12{grid-column:span 12/span 12}.calcom-atoms .sm\:col-span-2{grid-column:span 2/span 2}.calcom-atoms .sm\:col-span-3{grid-column:span 3/span 3}.calcom-atoms .sm\:col-span-4{grid-column:span 4/span 4}.calcom-atoms .sm\:col-span-5{grid-column:span 5/span 5}.calcom-atoms .sm\:col-span-6{grid-column:span 6/span 6}.calcom-atoms .sm\:col-span-7{grid-column:span 7/span 7}.calcom-atoms .sm\:col-span-8{grid-column:span 8/span 8}.calcom-atoms .sm\:col-span-9{grid-column:span 9/span 9}.calcom-atoms .sm\:-mx-4{margin-left:-1rem;margin-right:-1rem}.calcom-atoms .sm\:mx-0{margin-left:0;margin-right:0}.calcom-atoms .sm\:mx-auto{margin-left:auto;margin-right:auto}.calcom-atoms .sm\:my-0{margin-top:0;margin-bottom:0}.calcom-atoms .sm\:my-8{margin-top:2rem;margin-bottom:2rem}.calcom-atoms .sm\:-mt-4{margin-top:-1rem}.calcom-atoms .sm\:mb-0{margin-bottom:0}.calcom-atoms .sm\:mb-4{margin-bottom:1rem}.calcom-atoms .sm\:mb-6{margin-bottom:1.5rem}.calcom-atoms .sm\:ml-0{margin-left:0}.calcom-atoms .sm\:ml-4{margin-left:1rem}.calcom-atoms .sm\:ml-5{margin-left:1.25rem}.calcom-atoms .sm\:ml-auto{margin-left:auto}.calcom-atoms .sm\:mr-36{margin-right:9rem}.calcom-atoms .sm\:mr-4{margin-right:1rem}.calcom-atoms .sm\:mt-0{margin-top:0}.calcom-atoms .sm\:mt-4{margin-top:1rem}.calcom-atoms .sm\:mt-5{margin-top:1.25rem}.calcom-atoms .sm\:mt-6{margin-top:1.5rem}.calcom-atoms .sm\:mt-8{margin-top:2rem}.calcom-atoms .sm\:block{display:block}.calcom-atoms .sm\:inline-block{display:inline-block}.calcom-atoms .sm\:inline{display:inline}.calcom-atoms .sm\:flex{display:flex}.calcom-atoms .sm\:inline-flex{display:inline-flex}.calcom-atoms .sm\:table-cell{display:table-cell}.calcom-atoms .sm\:grid{display:grid}.calcom-atoms .sm\:hidden{display:none}.calcom-atoms .sm\:h-10{height:2.5rem}.calcom-atoms .sm\:h-4{height:1rem}.calcom-atoms .sm\:h-auto{height:auto}.calcom-atoms .sm\:h-screen{height:100vh}.calcom-atoms .sm\:max-h-9{max-height:2.25rem}.calcom-atoms .sm\:min-h-\[200px\]{min-height:200px}.calcom-atoms .sm\:w-1\/2{width:50%}.calcom-atoms .sm\:w-10{width:2.5rem}.calcom-atoms .sm\:w-16{width:4rem}.calcom-atoms .sm\:w-24{width:6rem}.calcom-atoms .sm\:w-28{width:7rem}.calcom-atoms .sm\:w-32{width:8rem}.calcom-atoms .sm\:w-36{width:9rem}.calcom-atoms .sm\:w-4{width:1rem}.calcom-atoms .sm\:w-\[100px\]{width:100px}.calcom-atoms .sm\:w-\[45rem\]{width:45rem}.calcom-atoms .sm\:w-auto{width:auto}.calcom-atoms .sm\:w-full{width:100%}.calcom-atoms .sm\:min-w-80{min-width:20rem}.calcom-atoms .sm\:min-w-\[12rem\]{min-width:12rem}.calcom-atoms .sm\:min-w-\[200px\]{min-width:200px}.calcom-atoms .sm\:max-w-32{max-width:8rem}.calcom-atoms .sm\:max-w-4xl{max-width:56rem}.calcom-atoms .sm\:max-w-56{max-width:14rem}.calcom-atoms .sm\:max-w-64{max-width:16rem}.calcom-atoms .sm\:max-w-72{max-width:18rem}.calcom-atoms .sm\:max-w-80{max-width:20rem}.calcom-atoms .sm\:max-w-\[35rem\]{max-width:35rem}.calcom-atoms .sm\:max-w-\[45rem\]{max-width:45rem}.calcom-atoms .sm\:max-w-\[48rem\]{max-width:48rem}.calcom-atoms .sm\:max-w-\[500px\]{max-width:500px}.calcom-atoms .sm\:max-w-\[520px\]{max-width:520px}.calcom-atoms .sm\:max-w-\[600px\]{max-width:600px}.calcom-atoms .sm\:max-w-\[610px\]{max-width:610px}.calcom-atoms .sm\:max-w-\[650px\]{max-width:650px}.calcom-atoms .sm\:max-w-\[70rem\]{max-width:70rem}.calcom-atoms .sm\:max-w-\[80rem\]{max-width:80rem}.calcom-atoms .sm\:max-w-\[90rem\]{max-width:90rem}.calcom-atoms .sm\:max-w-lg{max-width:32rem}.calcom-atoms .sm\:max-w-md{max-width:28rem}.calcom-atoms .sm\:max-w-none{max-width:none}.calcom-atoms .sm\:max-w-sm{max-width:24rem}.calcom-atoms .sm\:max-w-xl{max-width:36rem}.calcom-atoms .sm\:flex-1{flex:1 1 0%}.calcom-atoms .sm\:translate-y-\[12px\]{--tw-translate-y:12px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-none{grid-template-columns:none}.calcom-atoms .sm\:flex-row{flex-direction:row}.calcom-atoms .sm\:flex-row-reverse{flex-direction:row-reverse}.calcom-atoms .sm\:flex-col{flex-direction:column}.calcom-atoms .sm\:flex-wrap{flex-wrap:wrap}.calcom-atoms .sm\:flex-nowrap{flex-wrap:nowrap}.calcom-atoms .sm\:items-start{align-items:flex-start}.calcom-atoms .sm\:items-center{align-items:center}.calcom-atoms .sm\:justify-start{justify-content:flex-start}.calcom-atoms .sm\:justify-end{justify-content:flex-end}.calcom-atoms .sm\:justify-between{justify-content:space-between}.calcom-atoms .sm\:gap-0{gap:0}.calcom-atoms .sm\:gap-2{gap:.5rem}.calcom-atoms .sm\:gap-3{gap:.75rem}.calcom-atoms .sm\:gap-4{gap:1rem}.calcom-atoms .sm\:gap-6{gap:1.5rem}.calcom-atoms .sm\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.calcom-atoms .sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .sm\: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*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.calcom-atoms .sm\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.calcom-atoms .sm\:divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.calcom-atoms .sm\:divide-subtle>:not([hidden])~:not([hidden]){border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .sm\:self-center{align-self:center}.calcom-atoms .sm\:self-baseline{align-self:baseline}.calcom-atoms .sm\:overflow-hidden{overflow:hidden}.calcom-atoms .sm\:rounded-lg{border-radius:.5rem}.calcom-atoms .sm\:rounded-md{border-radius:.375rem}.calcom-atoms .sm\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.calcom-atoms .sm\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.calcom-atoms .sm\:rounded-bl-md{border-bottom-left-radius:.375rem}.calcom-atoms .sm\:rounded-bl-none{border-bottom-left-radius:0}.calcom-atoms .sm\:rounded-tl-md{border-top-left-radius:.375rem}.calcom-atoms .sm\:rounded-tl-none{border-top-left-radius:0}.calcom-atoms .sm\:border-booker-width{border-width:var(--cal-border-booker-width,1px)}.calcom-atoms .sm\:border-r{border-right-width:1px}.calcom-atoms .sm\:border-subtle{border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .sm\:p-0{padding:0}.calcom-atoms .sm\:p-3{padding:.75rem}.calcom-atoms .sm\:p-4{padding:1rem}.calcom-atoms .sm\:p-6{padding:1.5rem}.calcom-atoms .sm\:p-8{padding:2rem}.calcom-atoms .sm\:px-0{padding-left:0;padding-right:0}.calcom-atoms .sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.calcom-atoms .sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.calcom-atoms .sm\:px-16{padding-left:4rem;padding-right:4rem}.calcom-atoms .sm\:px-4{padding-left:1rem;padding-right:1rem}.calcom-atoms .sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.calcom-atoms .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.calcom-atoms .sm\:px-8{padding-left:2rem;padding-right:2rem}.calcom-atoms .sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.calcom-atoms .sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.calcom-atoms .sm\:py-8{padding-top:2rem;padding-bottom:2rem}.calcom-atoms .sm\:pb-5{padding-bottom:1.25rem}.calcom-atoms .sm\:pl-0{padding-left:0}.calcom-atoms .sm\:pl-3{padding-left:.75rem}.calcom-atoms .sm\:pr-5{padding-right:1.25rem}.calcom-atoms .sm\:pr-6{padding-right:1.5rem}.calcom-atoms .sm\:pr-8{padding-right:2rem}.calcom-atoms .sm\:pt-0{padding-top:0}.calcom-atoms .sm\:pt-24{padding-top:6rem}.calcom-atoms .sm\:text-left{text-align:left}.calcom-atoms .sm\:text-right{text-align:right}.calcom-atoms .sm\:align-middle{vertical-align:middle}.calcom-atoms .sm\:text-5xl{font-size:3rem;line-height:1}.calcom-atoms .sm\:text-sm{font-size:.875rem;line-height:1.25rem}.calcom-atoms .sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.calcom-atoms .sm\:text-xs{font-size:.75rem;line-height:1rem}.calcom-atoms .sm\:font-medium{font-weight:500}.calcom-atoms .sm\:leading-4{line-height:1rem}.calcom-atoms .sm\:transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calcom-atoms .sm\:duration-300{transition-duration:.3s;animation-duration:.3s}.calcom-atoms .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%}.calcom-atoms .sm\:hover\:bg-muted:hover{background-color:var(--cal-bg-muted)}.calcom-atoms .sm\:hover\:bg-subtle:hover{background-color:var(--cal-bg-subtle)}.calcom-atoms :is([dir=ltr] .sm\:ltr\:pl-0){padding-left:0}.calcom-atoms :is([dir=rtl] .sm\:rtl\:pr-0){padding-right:0}@media (prefers-reduced-motion:reduce){.calcom-atoms .sm\:motion-reduce\:transition-none{transition-property:none}}}@media (min-width:768px){.calcom-atoms .md\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.calcom-atoms .md\:visible{visibility:visible}.calcom-atoms .md\:relative{position:relative}.calcom-atoms .md\:sticky{position:sticky}.calcom-atoms .md\:\!bottom-20{bottom:5rem!important}.calcom-atoms .md\:-top-1{top:-.25rem}.calcom-atoms .md\:bottom-4{bottom:1rem}.calcom-atoms .md\:bottom-auto{bottom:auto}.calcom-atoms .md\:left-1\/2{left:50%}.calcom-atoms .md\:right-auto{right:auto}.calcom-atoms .md\:top-6{top:1.5rem}.calcom-atoms .md\:z-10{z-index:10}.calcom-atoms .md\:z-auto{z-index:auto}.calcom-atoms .md\:col-span-1{grid-column:span 1/span 1}.calcom-atoms .md\:col-span-10{grid-column:span 10/span 10}.calcom-atoms .md\:col-span-11{grid-column:span 11/span 11}.calcom-atoms .md\:col-span-12{grid-column:span 12/span 12}.calcom-atoms .md\:col-span-2{grid-column:span 2/span 2}.calcom-atoms .md\:col-span-3{grid-column:span 3/span 3}.calcom-atoms .md\:col-span-4{grid-column:span 4/span 4}.calcom-atoms .md\:col-span-5{grid-column:span 5/span 5}.calcom-atoms .md\:col-span-6{grid-column:span 6/span 6}.calcom-atoms .md\:col-span-7{grid-column:span 7/span 7}.calcom-atoms .md\:col-span-8{grid-column:span 8/span 8}.calcom-atoms .md\:col-span-9{grid-column:span 9/span 9}.calcom-atoms .md\:-mx-8{margin-left:-2rem;margin-right:-2rem}.calcom-atoms .md\:mx-0{margin-left:0;margin-right:0}.calcom-atoms .md\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.calcom-atoms .md\:mx-4{margin-left:1rem;margin-right:1rem}.calcom-atoms .md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.calcom-atoms .md\:mx-auto{margin-left:auto;margin-right:auto}.calcom-atoms .md\:my-0{margin-top:0;margin-bottom:0}.calcom-atoms .md\:my-24{margin-top:6rem;margin-bottom:6rem}.calcom-atoms .md\:-ml-8{margin-left:-2rem}.calcom-atoms .md\:-mr-8{margin-right:-2rem}.calcom-atoms .md\:mb-0{margin-bottom:0}.calcom-atoms .md\:mb-2{margin-bottom:.5rem}.calcom-atoms .md\:mb-6{margin-bottom:1.5rem}.calcom-atoms .md\:mb-8{margin-bottom:2rem}.calcom-atoms .md\:ml-3{margin-left:.75rem}.calcom-atoms .md\:ml-5{margin-left:1.25rem}.calcom-atoms .md\:mr-6{margin-right:1.5rem}.calcom-atoms .md\:mt-0{margin-top:0}.calcom-atoms .md\:block{display:block}.calcom-atoms .md\:inline{display:inline}.calcom-atoms .md\:flex{display:flex}.calcom-atoms .md\:inline-flex{display:inline-flex}.calcom-atoms .md\:grid{display:grid}.calcom-atoms .md\:hidden{display:none}.calcom-atoms .md\:h-0{height:0}.calcom-atoms .md\:h-11{height:2.75rem}.calcom-atoms .md\:h-80{height:20rem}.calcom-atoms .md\:h-9{height:2.25rem}.calcom-atoms .md\:h-\[400px\]{height:400px}.calcom-atoms .md\:h-screen{height:100vh}.calcom-atoms .md\:max-h-80{max-height:20rem}.calcom-atoms .md\:max-h-min{max-height:-moz-min-content;max-height:min-content}.calcom-atoms .md\:w-1\/5{width:20%}.calcom-atoms .md\:w-11{width:2.75rem}.calcom-atoms .md\:w-64{width:16rem}.calcom-atoms .md\:w-\[520px\]{width:520px}.calcom-atoms .md\:w-\[560px\]{width:560px}.calcom-atoms .md\:w-\[700px\]{width:700px}.calcom-atoms .md\:w-\[var\(--booker-main-width\)\]{width:var(--booker-main-width)}.calcom-atoms .md\:w-\[var\(--booker-meta-width\)\]{width:var(--booker-meta-width)}.calcom-atoms .md\:w-\[var\(--booker-timeslots-width\)\]{width:var(--booker-timeslots-width)}.calcom-atoms .md\:w-auto{width:auto}.calcom-atoms .md\:w-fit{width:-moz-fit-content;width:fit-content}.calcom-atoms .md\:w-full{width:100%}.calcom-atoms .md\:min-w-\[120px\]{min-width:120px}.calcom-atoms .md\:min-w-\[150px\]{min-width:150px}.calcom-atoms .md\:max-w-52{max-width:13rem}.calcom-atoms .md\:max-w-56{max-width:14rem}.calcom-atoms .md\:max-w-80{max-width:20rem}.calcom-atoms .md\:max-w-\[145px\]{max-width:145px}.calcom-atoms .md\:max-w-\[200px\]{max-width:200px}.calcom-atoms .md\:max-w-\[300px\]{max-width:300px}.calcom-atoms .md\:max-w-\[420px\]{max-width:420px}.calcom-atoms .md\:max-w-full{max-width:100%}.calcom-atoms .md\:max-w-max{max-width:-moz-max-content;max-width:max-content}.calcom-atoms .md\:max-w-sm{max-width:24rem}.calcom-atoms .md\:flex-none{flex:none}.calcom-atoms .md\:-translate-x-1\/2{--tw-translate-x:-50%}.calcom-atoms .md\:-translate-x-1\/2,.calcom-atoms .md\:transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-none{grid-template-columns:none}.calcom-atoms .md\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.calcom-atoms .md\:flex-row{flex-direction:row}.calcom-atoms .md\:items-start{align-items:flex-start}.calcom-atoms .md\:justify-start{justify-content:flex-start}.calcom-atoms .md\:justify-between{justify-content:space-between}.calcom-atoms .md\:gap-4{gap:1rem}.calcom-atoms .md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .md\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.calcom-atoms .md\:overflow-auto{overflow:auto}.calcom-atoms .md\:overflow-x-hidden{overflow-x:hidden}.calcom-atoms .md\:rounded-lg{border-radius:.5rem}.calcom-atoms .md\:rounded-md{border-radius:.375rem}.calcom-atoms .md\:rounded-none{border-radius:0}.calcom-atoms .md\:border{border-width:1px}.calcom-atoms .md\:border-0{border-width:0}.calcom-atoms .md\:border-booker-width{border-width:var(--cal-border-booker-width,1px)}.calcom-atoms .md\:border-l{border-left-width:1px}.calcom-atoms .md\:border-t{border-top-width:1px}.calcom-atoms .md\:border-none{border-style:none}.calcom-atoms .md\:border-subtle{border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .md\:object-center{-o-object-position:center;object-position:center}.calcom-atoms .md\:p-0{padding:0}.calcom-atoms .md\:p-10{padding:2.5rem}.calcom-atoms .md\:p-4{padding:1rem}.calcom-atoms .md\:p-6{padding:1.5rem}.calcom-atoms .md\:p-8{padding:2rem}.calcom-atoms .md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.calcom-atoms .md\:px-2{padding-left:.5rem;padding-right:.5rem}.calcom-atoms .md\:px-20{padding-left:5rem;padding-right:5rem}.calcom-atoms .md\:px-4{padding-left:1rem;padding-right:1rem}.calcom-atoms .md\:px-8{padding-left:2rem;padding-right:2rem}.calcom-atoms .md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.calcom-atoms .md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.calcom-atoms .md\:py-24{padding-top:6rem;padding-bottom:6rem}.calcom-atoms .md\:pl-0{padding-left:0}.calcom-atoms .md\:pl-10{padding-left:2.5rem}.calcom-atoms .md\:pr-10{padding-right:2.5rem}.calcom-atoms .md\:pt-0{padding-top:0}.calcom-atoms .md\:pt-10{padding-top:2.5rem}.calcom-atoms .md\:pt-4{padding-top:1rem}.calcom-atoms .md\:text-left{text-align:left}.calcom-atoms .md\:text-center{text-align:center}.calcom-atoms .md\:text-2xl{font-size:1.5rem;line-height:2rem}.calcom-atoms .md\:overflow-x-hidden.scrollbar,.calcom-atoms .md\:overflow-x-hidden.scrollbar-thin{overflow-x:hidden}.calcom-atoms .md\:radix-state-open\:rotate-0[data-state=open]{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms :is([dir=ltr] .md\:ltr\:right-0){right:0}.calcom-atoms :is([dir=ltr] .md\:ltr\:mx-auto){margin-left:auto;margin-right:auto}.calcom-atoms :is([dir=ltr] .ltr\:md\:border-l){border-left-width:1px}.calcom-atoms :is([dir=rtl] .md\:rtl\:left-0){left:0}}@media (min-width:1024px){.calcom-atoms .lg\:sticky{position:sticky}.calcom-atoms .lg\:left-3{left:.75rem}.calcom-atoms .lg\:col-span-1{grid-column:span 1/span 1}.calcom-atoms .lg\:col-span-10{grid-column:span 10/span 10}.calcom-atoms .lg\:col-span-11{grid-column:span 11/span 11}.calcom-atoms .lg\:col-span-12{grid-column:span 12/span 12}.calcom-atoms .lg\:col-span-2{grid-column:span 2/span 2}.calcom-atoms .lg\:col-span-3{grid-column:span 3/span 3}.calcom-atoms .lg\:col-span-4{grid-column:span 4/span 4}.calcom-atoms .lg\:col-span-5{grid-column:span 5/span 5}.calcom-atoms .lg\:col-span-6{grid-column:span 6/span 6}.calcom-atoms .lg\:col-span-7{grid-column:span 7/span 7}.calcom-atoms .lg\:col-span-8{grid-column:span 8/span 8}.calcom-atoms .lg\:col-span-9{grid-column:span 9/span 9}.calcom-atoms .lg\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.calcom-atoms .lg\:mx-0{margin-left:0;margin-right:0}.calcom-atoms .lg\:-mt-12{margin-top:-3rem}.calcom-atoms .lg\:mb-0{margin-bottom:0}.calcom-atoms .lg\:mb-4{margin-bottom:1rem}.calcom-atoms .lg\:mb-5{margin-bottom:1.25rem}.calcom-atoms .lg\:mb-7{margin-bottom:1.75rem}.calcom-atoms .lg\:mb-8{margin-bottom:2rem}.calcom-atoms .lg\:ml-0{margin-left:0}.calcom-atoms .lg\:ml-14{margin-left:3.5rem}.calcom-atoms .lg\:ml-8{margin-left:2rem}.calcom-atoms .lg\:mr-0{margin-right:0}.calcom-atoms .lg\:mt-0{margin-top:0}.calcom-atoms .lg\:mt-12{margin-top:3rem}.calcom-atoms .lg\:mt-24{margin-top:6rem}.calcom-atoms .lg\:mt-4{margin-top:1rem}.calcom-atoms .lg\:block{display:block}.calcom-atoms .lg\:inline{display:inline}.calcom-atoms .lg\:flex{display:flex}.calcom-atoms .lg\:inline-flex{display:inline-flex}.calcom-atoms .lg\:grid{display:grid}.calcom-atoms .lg\:hidden{display:none}.calcom-atoms .lg\:h-\[100\%\]{height:100%}.calcom-atoms .lg\:w-1\/3{width:33.333333%}.calcom-atoms .lg\:w-56{width:14rem}.calcom-atoms .lg\:w-\[calc\(100\%\+48px\)\]{width:calc(100% + 48px)}.calcom-atoms .lg\:w-\[var\(--booker-main-width\)\]{width:var(--booker-main-width)}.calcom-atoms .lg\:w-auto{width:auto}.calcom-atoms .lg\:w-fit{width:-moz-fit-content;width:fit-content}.calcom-atoms .lg\:min-w-72{min-width:18rem}.calcom-atoms .lg\:max-w-2xl{max-width:42rem}.calcom-atoms .lg\:max-w-3xl{max-width:48rem}.calcom-atoms .lg\:max-w-72{max-width:18rem}.calcom-atoms .lg\:max-w-\[50\%\]{max-width:50%}.calcom-atoms .lg\:max-w-full{max-width:100%}.calcom-atoms .lg\:max-w-screen-lg{max-width:1024px}.calcom-atoms .lg\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-none{grid-template-columns:none}.calcom-atoms .lg\:flex-row{flex-direction:row}.calcom-atoms .lg\:flex-col{flex-direction:column}.calcom-atoms .lg\:items-center{align-items:center}.calcom-atoms .lg\:justify-center{justify-content:center}.calcom-atoms .lg\: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*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .lg\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.calcom-atoms .lg\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.calcom-atoms .lg\:rounded{border-radius:.25rem}.calcom-atoms .lg\:rounded-md{border-radius:.375rem}.calcom-atoms .lg\:border{border-width:1px}.calcom-atoms .lg\:bg-subtle{background-color:var(--cal-bg-subtle)}.calcom-atoms .lg\:p-20{padding:5rem}.calcom-atoms .lg\:px-0{padding-left:0;padding-right:0}.calcom-atoms .lg\:px-2{padding-left:.5rem;padding-right:.5rem}.calcom-atoms .lg\:px-3{padding-left:.75rem;padding-right:.75rem}.calcom-atoms .lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.calcom-atoms .lg\:px-8{padding-left:2rem;padding-right:2rem}.calcom-atoms .lg\:py-12{padding-top:3rem;padding-bottom:3rem}.calcom-atoms .lg\:py-\[6px\]{padding-top:6px;padding-bottom:6px}.calcom-atoms .lg\:pb-0{padding-bottom:0}.calcom-atoms .lg\:pb-5{padding-bottom:1.25rem}.calcom-atoms .lg\:pl-11{padding-left:2.75rem}.calcom-atoms .lg\:pl-12{padding-left:3rem}.calcom-atoms .lg\:pl-\[6px\]{padding-left:6px}.calcom-atoms .lg\:pt-0{padding-top:0}.calcom-atoms .lg\:pt-4{padding-top:1rem}.calcom-atoms .lg\:opacity-100{opacity:1}.calcom-atoms .lg\:\[--booker-meta-width\:280px\]{--booker-meta-width:280px}.calcom-atoms .lg\:\[--booker-meta-width\:340px\]{--booker-meta-width:340px}.calcom-atoms .lg\:\[--booker-meta-width\:424px\]{--booker-meta-width:424px}.calcom-atoms .lg\:\[--booker-timeslots-width\:280px\]{--booker-timeslots-width:280px}.calcom-atoms .lg\:\[--troubleshooter-meta-width\:430px\]{--troubleshooter-meta-width:430px}.calcom-atoms .lg\:hover\:bg-emphasis:hover{background-color:var(--cal-bg-emphasis)}.calcom-atoms .lg\:hover\:text-emphasis:hover{color:var(--cal-text-emphasis,#111827)}.calcom-atoms :is([dir=ltr] .lg\:ltr\:mr-2){margin-right:.5rem}.calcom-atoms :is([dir=rtl] .lg\:rtl\:ml-2){margin-left:.5rem}}@media (min-width:1280px){.calcom-atoms .xl\:mx-20{margin-left:5rem;margin-right:5rem}.calcom-atoms .xl\:mr-0{margin-right:0}.calcom-atoms .xl\:mt-0{margin-top:0}.calcom-atoms .xl\:block{display:block}.calcom-atoms .xl\:flex{display:flex}.calcom-atoms .xl\:hidden{display:none}.calcom-atoms .xl\:w-full{width:100%}.calcom-atoms .xl\:max-w-80{max-width:20rem}.calcom-atoms .xl\:max-w-full{max-width:100%}.calcom-atoms .xl\:flex-row{flex-direction:row}.calcom-atoms .xl\:justify-between{justify-content:space-between}.calcom-atoms .xl\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .xl\: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*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .xl\:pt-0{padding-top:0}}@media (min-width:1536px){.calcom-atoms .\32xl\:rounded-\[20px\]{border-radius:20px}.calcom-atoms .\32xl\:border{border-width:1px}.calcom-atoms .\32xl\:border-subtle{border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .\32xl\:bg-default{background-color:var(--cal-bg,#fff)}.calcom-atoms .\32xl\:px-28{padding-left:7rem;padding-right:7rem}.calcom-atoms .\32xl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}}@media (display-mode:standalone){.calcom-atoms .pwa\:bottom-\[max\(7rem\,_calc\(5rem_\+_env\(safe-area-inset-bottom\)\)\)\]{bottom:max(7rem,calc(5rem + env(safe-area-inset-bottom)))}.calcom-atoms .pwa\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.calcom-atoms .pwa\:pb-\[max\(0\.625rem\,env\(safe-area-inset-bottom\)\)\]{padding-bottom:max(.625rem,env(safe-area-inset-bottom))}}.calcom-atoms .first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms .last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.calcom-atoms .\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.calcom-atoms .\[\&\:has\(input\:checked\)\]\:border-error:has(input:checked){border-color:var(--cal-border-error,#aa2e26)}.calcom-atoms .focus\:\[\&\:not\(\:disabled\)\]\:bg-subtle:not(:disabled):focus,.calcom-atoms .hover\:\[\&\:not\(\:disabled\)\]\:bg-subtle:not(:disabled):hover{background-color:var(--cal-bg-subtle)}.calcom-atoms .\[\&\>\*\:first-child\]\:rounded-l-md>:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms .\[\&\>\*\:first-child\]\:rounded-t-md>:first-child{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.calcom-atoms .\[\&\>\*\:first-child\]\:border>:first-child{border-width:1px}.calcom-atoms .\[\&\>\*\:first-child\]\:border-default>:first-child{border-color:var(--cal-border,#d1d5db)}.calcom-atoms .\[\&\>\*\:first-child\]\:\!p-0>:first-child{padding:0!important}.calcom-atoms .hover\:\[\&\>\*\:first-child\]\:border-gray-400>:first-child:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.calcom-atoms :is([dir=ltr] .ltr\:\[\&\>\*\:first-child\]\:rounded-l-md>:first-child){border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms :is([dir=rtl] .rtl\:\[\&\>\*\:first-child\]\:rounded-r-md>:first-child){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.calcom-atoms .\[\&\>\*\:last-child\]\:rounded-b-md>:last-child{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms .\[\&\>\*\:last-child\]\:rounded-b-xl>:last-child{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.calcom-atoms .\[\&\>\*\:last-child\]\:rounded-r-md>:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.calcom-atoms .\[\&\>\*\:last-child\]\:border-b>:last-child{border-bottom-width:1px}.calcom-atoms :is([dir=ltr] .ltr\:\[\&\>\*\:last-child\]\:rounded-r-md>:last-child){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.calcom-atoms :is([dir=rtl] .rtl\:\[\&\>\*\:last-child\]\:rounded-l-md>:last-child){border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.calcom-atoms .\[\&\>\*\:not\(\:first-child\)\]\:hidden>:not(:first-child){display:none}.calcom-atoms .\[\&\>\*\]\:flex-1>*{flex:1 1 0%}.calcom-atoms .\[\&\>\*\]\:animate-pulse>*{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.calcom-atoms .\[\&\>\*\]\:justify-center>*{justify-content:center}.calcom-atoms .\[\&\>\*\]\:border>*{border-width:1px}.calcom-atoms .\[\&\>\*\]\:border-t-0>*{border-top-width:0}.calcom-atoms .\[\&\>\*\]\:border-subtle>*{border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .\[\&\>\*\]\:bg-emphasis>*{background-color:var(--cal-bg-emphasis)}.calcom-atoms .\[\&\>\*\]\:px-4>*{padding-left:1rem;padding-right:1rem}.calcom-atoms .\[\&\>\*\]\:py-6>*{padding-top:1.5rem;padding-bottom:1.5rem}.calcom-atoms .\[\&\>\*\]\:text-emphasis>*{color:var(--cal-text-emphasis,#111827)}@media (min-width:640px){.calcom-atoms .\[\&\>\*\]\:sm\:px-6>*{padding-left:1.5rem;padding-right:1.5rem}}.calcom-atoms .\[\&\[aria-current\=\'page\'\]\]\:\!bg-transparent[aria-current=page]{background-color:initial!important}.calcom-atoms .\[\&\[aria-current\=\'page\'\]\]\:text-inherit[aria-current=page]{color:inherit}.calcom-atoms.todesktop .todesktop\:\[\&\[aria-current\=\'page\'\]\]\:bg-emphasis[aria-current=page]{background-color:var(--cal-bg-emphasis)}.calcom-atoms .\[\&_\.current-timezone\:before\]\:focus-within\:opacity-100:focus-within .current-timezone:before,.calcom-atoms .\[\&_\.current-timezone\:before\]\:hover\:opacity-100:hover .current-timezone:before{opacity:1}.calcom-atoms .\[\&_\.modalsticky\]\:sticky .modalsticky{position:sticky}.calcom-atoms .\[\&_\.modalsticky\]\:bottom-0 .modalsticky{bottom:0}.calcom-atoms .\[\&_\.modalsticky\]\:left-0 .modalsticky{left:0}.calcom-atoms .\[\&_\.modalsticky\]\:right-0 .modalsticky{right:0}.calcom-atoms .\[\&_\.modalsticky\]\:-mx-8 .modalsticky{margin-left:-2rem;margin-right:-2rem}.calcom-atoms .\[\&_\.modalsticky\]\:border-t .modalsticky{border-top-width:1px}.calcom-atoms .\[\&_\.modalsticky\]\:border-t-subtle .modalsticky{border-top-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .\[\&_\.modalsticky\]\:bg-default .modalsticky{background-color:var(--cal-bg,#fff)}.calcom-atoms .\[\&_\.modalsticky\]\:px-8 .modalsticky{padding-left:2rem;padding-right:2rem}.calcom-atoms .\[\&_\.modalsticky\]\:py-4 .modalsticky{padding-top:1rem;padding-bottom:1rem}.calcom-atoms .\[\&_a\]\:text-blue-500 a{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.calcom-atoms .\[\&_a\]\:underline a{text-decoration-line:underline}.calcom-atoms .\[\&_a\]\:hover\:text-blue-600:hover a{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.calcom-atoms .\[\&_iframe\]\:h-full iframe{height:100%}.calcom-atoms .\[\&_iframe\]\:min-h-\[315px\] iframe{min-height:315px}.calcom-atoms .\[\&_iframe\]\:w-full iframe{width:100%}.calcom-atoms .\[\&_img\]\:h-\[15px\] img{height:15px}.calcom-atoms .\[\&_input\]\:mb-0 input{margin-bottom:0}.calcom-atoms .\[\&_input\]\:leading-4 input{line-height:1rem}.calcom-atoms .\[\&_label\]\:my-1 label{margin-top:.25rem;margin-bottom:.25rem}.calcom-atoms .\[\&_label\]\:font-normal label{font-weight:400}.calcom-atoms .placeholder\:text-sm::-moz-placeholder{font-size:.875rem;line-height:1.25rem}.calcom-atoms .placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.calcom-atoms .placeholder\:font-normal::-moz-placeholder{font-weight:400}.calcom-atoms .placeholder\:font-normal::placeholder{font-weight:400}.calcom-atoms .placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.calcom-atoms .placeholder\:text-gray-500::placeholder{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.calcom-atoms .placeholder\:text-muted::-moz-placeholder{color:var(--cal-text-muted,#9ca3af)}.calcom-atoms .placeholder\:text-muted::placeholder{color:var(--cal-text-muted,#9ca3af)}.calcom-atoms .after\:h-\[6px\]:after{content:var(--tw-content);height:6px}.calcom-atoms .after\:w-\[6px\]:after{content:var(--tw-content);width:6px}.calcom-atoms .after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.calcom-atoms .after\:bg-default:after{content:var(--tw-content);background-color:var(--cal-bg,#fff)}.calcom-atoms .after\:bg-muted:after{content:var(--tw-content);background-color:var(--cal-bg-muted)}.calcom-atoms .after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.calcom-atoms .first\:mt-0:first-child{margin-top:0}.calcom-atoms .last\:mb-0:last-child{margin-bottom:0}.calcom-atoms .first-of-type\:rounded-t-\[inherit\]:first-of-type{border-top-left-radius:inherit;border-top-right-radius:inherit}.calcom-atoms .last-of-type\:rounded-b-\[inherit\]:last-of-type{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.calcom-atoms .visited\:text-blue-500:visited{color:#3b82f6}.calcom-atoms .checked\:bg-darkerror:checked{background-color:var(--cal-bg-dark-error)}.calcom-atoms .checked\:bg-gray-300:checked{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.calcom-atoms .checked\:bg-gray-800:checked{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.calcom-atoms .empty\:before\:inline-block:empty:before{content:var(--tw-content);display:inline-block}.calcom-atoms .empty\:before\:content-\[\'\'\]:empty:before{--tw-content:"";content:var(--tw-content)}.calcom-atoms .focus-within\:relative:focus-within{position:relative}.calcom-atoms .focus-within\:z-20:focus-within{z-index:20}.calcom-atoms .focus-within\:outline-none:focus-within{outline:2px solid #0000;outline-offset:2px}.calcom-atoms .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)}.calcom-atoms .focus-within\:ring-brand-default:focus-within{--tw-ring-color:var(--cal-brand,#111827)}.calcom-atoms .focus-within\:ring-emphasis:focus-within{--tw-ring-color:var(--cal-bg-emphasis)}.calcom-atoms .focus\:border-0:focus{border-width:0}.calcom-atoms .focus\:border-brand-default:focus{border-color:var(--cal-brand,#111827)}.calcom-atoms .focus\:border-emphasis:focus{border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms .focus\:border-neutral-300:focus{--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity))}.calcom-atoms .focus\:border-neutral-800:focus{--tw-border-opacity:1;border-color:rgb(38 38 38/var(--tw-border-opacity))}.calcom-atoms .focus\:border-neutral-900:focus{--tw-border-opacity:1;border-color:rgb(23 23 23/var(--tw-border-opacity))}.calcom-atoms .focus\:border-subtle:focus{border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .focus\:bg-default:focus{background-color:var(--cal-bg,#fff)}.calcom-atoms .focus\:bg-emphasis:focus{background-color:var(--cal-bg-emphasis)}.calcom-atoms .focus\:bg-muted:focus{background-color:var(--cal-bg-muted)}.calcom-atoms .focus\:bg-subtle:focus{background-color:var(--cal-bg-subtle)}.calcom-atoms .focus\:text-emphasis:focus{color:var(--cal-text-emphasis,#111827)}.calcom-atoms .focus\:opacity-100:focus{opacity:1}.calcom-atoms .focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.calcom-atoms .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(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)}.calcom-atoms .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)}.calcom-atoms .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)}.calcom-atoms .focus\:ring-amber-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 243 199/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-amber-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(253 230 138/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-amber-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(252 211 77/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-amber-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(251 191 36/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-amber-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 251 235/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-amber-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-amber-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(217 119 6/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-amber-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(180 83 9/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-amber-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(146 64 14/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-amber-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(120 53 15/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-black:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 17/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-blue-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(219 234 254/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(191 219 254/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-blue-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 246 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-blue-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(29 78 216/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(30 64 175/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-blue-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(30 58 138/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-brand-default:focus{--tw-ring-color:var(--cal-brand,#111827)}.calcom-atoms .focus\:ring-cyan-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(207 250 254/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-cyan-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(165 243 252/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-cyan-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(103 232 249/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-cyan-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 211 238/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-cyan-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(236 254 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-cyan-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-cyan-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(8 145 178/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-cyan-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 116 144/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-cyan-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(21 94 117/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-cyan-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(22 78 99/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emerald-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(209 250 229/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emerald-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(167 243 208/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emerald-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(110 231 183/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emerald-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(52 211 153/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emerald-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(236 253 245/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emerald-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emerald-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emerald-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(4 120 87/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emerald-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 95 70/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emerald-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 78 59/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-emphasis:focus{--tw-ring-color:var(--cal-bg-emphasis)}.calcom-atoms .focus\:ring-fuchsia-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(250 232 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-fuchsia-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 208 254/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-fuchsia-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(240 171 252/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-fuchsia-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(232 121 249/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-fuchsia-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(253 244 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-fuchsia-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(217 70 239/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-fuchsia-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(192 38 211/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-fuchsia-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(162 28 175/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-fuchsia-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(134 25 143/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-fuchsia-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(112 26 117/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-gray-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(156 163 175/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 250 251/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-gray-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(31 41 55/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(17 24 39/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(220 252 231/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-green-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(187 247 208/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(74 222 128/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-green-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(240 253 244/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(22 163 74/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-green-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(21 128 61/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(22 101 52/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-green-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(20 83 45/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-indigo-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(224 231 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(199 210 254/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(165 180 252/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-indigo-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(129 140 248/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-indigo-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(238 242 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-indigo-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(67 56 202/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 48 163/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(49 46 129/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-lime-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(236 252 203/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-lime-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(217 249 157/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-lime-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(190 242 100/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-lime-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(163 230 53/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-lime-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(247 254 231/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-lime-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-lime-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(101 163 13/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-lime-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(77 124 15/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-lime-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(63 98 18/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-lime-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(54 83 20/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-neutral-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 245 245/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-neutral-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 229 229/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-neutral-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(212 212 212/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-neutral-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(163 163 163/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-neutral-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(250 250 250/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-neutral-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(115 115 115/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-neutral-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 82/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-neutral-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(64 64 64/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-neutral-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(38 38 38/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-neutral-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(23 23 23/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-orange-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 237 213/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-orange-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 215 170/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-orange-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(253 186 116/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-orange-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(251 146 60/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-orange-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 247 237/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-orange-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-orange-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(234 88 12/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-orange-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(194 65 12/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-orange-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(154 52 18/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-orange-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(124 45 18/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-pink-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(252 231 243/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-pink-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(251 207 232/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-pink-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 168 212/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-pink-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(244 114 182/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-pink-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(253 242 248/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(236 72 153/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(219 39 119/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-pink-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(190 24 93/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-pink-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(131 24 67/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-purple-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(243 232 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-purple-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(233 213 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(216 180 254/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-purple-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(192 132 252/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-purple-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(250 245 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(147 51 234/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-purple-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(126 34 206/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-purple-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(107 33 168/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-purple-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(88 28 135/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 202 202/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-red-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 242 242/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(220 38 38/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-red-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(185 28 28/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-red-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(153 27 27/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-red-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(127 29 29/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-ring:focus{--tw-ring-color:hsl(var(--ring))}.calcom-atoms .focus\:ring-rose-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 228 230/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-rose-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 205 211/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-rose-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(253 164 175/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-rose-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(251 113 133/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-rose-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 241 242/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-rose-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-rose-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(225 29 72/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-rose-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(190 18 60/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-rose-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(159 18 57/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-rose-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(136 19 55/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-sky-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(224 242 254/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-sky-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(186 230 253/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-sky-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(125 211 252/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-sky-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(56 189 248/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-sky-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(240 249 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-sky-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-sky-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(2 132 199/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-sky-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(3 105 161/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-sky-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(7 89 133/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-sky-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(12 74 110/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-slate-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(241 245 249/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-slate-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-slate-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-slate-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-slate-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 250 252/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-slate-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(100 116 139/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-slate-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-slate-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(51 65 85/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-slate-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(30 41 59/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-slate-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-stone-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 245 244/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-stone-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(231 229 228/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-stone-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(214 211 209/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-stone-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(168 162 158/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-stone-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(250 250 249/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-stone-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(120 113 108/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-stone-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(87 83 78/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-stone-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(68 64 60/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-stone-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(41 37 36/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-stone-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(28 25 23/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-teal-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(204 251 241/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-teal-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(153 246 228/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-teal-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(94 234 212/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-teal-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(45 212 191/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-teal-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(240 253 250/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-teal-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(20 184 166/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-teal-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(13 148 136/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-teal-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(15 118 110/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-teal-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(17 94 89/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-teal-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(19 78 74/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-transparent:focus{--tw-ring-color:#0000}.calcom-atoms .focus\:ring-violet-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(237 233 254/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-violet-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(221 214 254/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-violet-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(196 181 253/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-violet-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(167 139 250/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-violet-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 243 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-violet-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-violet-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(124 58 237/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-violet-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(109 40 217/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-violet-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(91 33 182/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-violet-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(76 29 149/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-yellow-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 249 195/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-yellow-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 240 138/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-yellow-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(253 224 71/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-yellow-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(250 204 21/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-yellow-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 252 232/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-yellow-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(202 138 4/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-yellow-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(161 98 7/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-yellow-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(133 77 14/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-yellow-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(113 63 18/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-zinc-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(244 244 245/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-zinc-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(228 228 231/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-zinc-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(212 212 216/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-zinc-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(161 161 170/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-zinc-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(250 250 250/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-zinc-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(113 113 122/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-zinc-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 91/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-zinc-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(63 63 70/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-zinc-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(39 39 42/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-zinc-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(24 24 27/var(--tw-ring-opacity))}.calcom-atoms .focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.calcom-atoms .focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.calcom-atoms .focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.calcom-atoms .focus-visible\:border-red-100:focus-visible{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity))}.calcom-atoms .focus-visible\:bg-error:focus-visible{background-color:var(--cal-bg-error)}.calcom-atoms .focus-visible\:bg-subtle:focus-visible{background-color:var(--cal-bg-subtle)}.calcom-atoms .focus-visible\:text-red-700:focus-visible{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.calcom-atoms .focus-visible\:outline-none:focus-visible{outline:2px solid #0000;outline-offset:2px}.calcom-atoms .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)}.calcom-atoms .focus-visible\:ring-brand-default:focus-visible{--tw-ring-color:var(--cal-brand,#111827)}.calcom-atoms .focus-visible\:ring-red-700:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(185 28 28/var(--tw-ring-opacity))}.calcom-atoms .focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.calcom-atoms .focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.calcom-atoms .focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:hsl(var(--background))}.calcom-atoms .disabled\:pointer-events-none:disabled{pointer-events:none}.calcom-atoms .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.calcom-atoms .disabled\:border-red-200:disabled{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.calcom-atoms .disabled\:border-subtle:disabled{border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .disabled\:bg-brand-subtle:disabled{background-color:var(--cal-brand-subtle,#9ca3af)}.calcom-atoms .disabled\:bg-emphasis:disabled{background-color:var(--cal-bg-emphasis)}.calcom-atoms .disabled\:bg-red-100:disabled{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.calcom-atoms .disabled\:bg-subtle:disabled{background-color:var(--cal-bg-subtle)}.calcom-atoms .disabled\:bg-opacity-30:disabled{--tw-bg-opacity:.3}.calcom-atoms .disabled\:text-muted:disabled{color:var(--cal-text-muted,#9ca3af)}.calcom-atoms .disabled\:text-red-700:disabled{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.calcom-atoms .disabled\:opacity-40:disabled{opacity:.4}.calcom-atoms .disabled\:opacity-50:disabled{opacity:.5}.calcom-atoms .group:hover .group-hover\:visible{visibility:visible}.calcom-atoms .group:hover .group-hover\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .group:hover .group-hover\:bg-opacity-40{--tw-bg-opacity:.4}.calcom-atoms .group:hover .group-hover\:text-default{color:var(--cal-text,#374151)}.calcom-atoms .group:hover .group-hover\:text-emphasis{color:var(--cal-text-emphasis,#111827)}.calcom-atoms .group:hover .group-hover\:text-subtle{color:var(--cal-text-subtle,#6b7280)}.calcom-atoms .group:hover .group-hover\:opacity-100{opacity:1}.calcom-atoms .group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.calcom-atoms .group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color:hsl(var(--destructive))}.calcom-atoms .group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity))}.calcom-atoms .group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.calcom-atoms .aria-checked\:bg-emphasis[aria-checked=true],.calcom-atoms .aria-selected\:bg-emphasis[aria-selected=true]{background-color:var(--cal-bg-emphasis)}.calcom-atoms .aria-selected\:bg-muted[aria-selected=true]{background-color:var(--cal-bg-muted)}.calcom-atoms .aria-selected\:bg-subtle[aria-selected=true]{background-color:var(--cal-bg-subtle)}.calcom-atoms .aria-selected\:text-emphasis[aria-selected=true]{color:var(--cal-text-emphasis,#111827)}.calcom-atoms .aria-selected\:opacity-100[aria-selected=true]{opacity:1}.calcom-atoms .data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.calcom-atoms .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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.calcom-atoms .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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .data-\[state\=checked\]\:bg-brand-default[data-state=checked]{background-color:var(--cal-brand,#111827)}.calcom-atoms .data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.calcom-atoms .data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.calcom-atoms .data-\[state\=selected\]\:bg-subtle[data-state=selected]{background-color:var(--cal-bg-subtle)}.calcom-atoms .data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.calcom-atoms .data-\[state\=checked\]\:text-brand[data-state=checked]{color:var(--cal-brand-text,"white")}.calcom-atoms .data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.calcom-atoms .data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.calcom-atoms .data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.calcom-atoms .data-\[state\=closed\]\:animate-out[data-state=closed],.calcom-atoms .data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial}.calcom-atoms .data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.calcom-atoms .data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity:.8}.calcom-atoms .data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.calcom-atoms .data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.calcom-atoms .data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.calcom-atoms .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-.5rem}.calcom-atoms .data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:.5rem}.calcom-atoms .data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-.5rem}.calcom-atoms .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:.5rem}.calcom-atoms .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x:-50%}.calcom-atoms .data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x:100%}.calcom-atoms .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y:-48%}.calcom-atoms .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x:-50%}.calcom-atoms .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y:-48%}.calcom-atoms .data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y:-100%}.calcom-atoms .hover\:-mt-px:hover{margin-top:-1px}.calcom-atoms .hover\:cursor-not-allowed:hover{cursor:not-allowed}.calcom-atoms .hover\:cursor-pointer:hover{cursor:pointer}.calcom-atoms .hover\:border-b-2:hover{border-bottom-width:2px}.calcom-atoms .hover\:border-amber-100:hover{--tw-border-opacity:1;border-color:rgb(254 243 199/var(--tw-border-opacity))}.calcom-atoms .hover\:border-amber-200:hover{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity))}.calcom-atoms .hover\:border-amber-300:hover{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity))}.calcom-atoms .hover\:border-amber-400:hover{--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity))}.calcom-atoms .hover\:border-amber-50:hover{--tw-border-opacity:1;border-color:rgb(255 251 235/var(--tw-border-opacity))}.calcom-atoms .hover\:border-amber-500:hover{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity))}.calcom-atoms .hover\:border-amber-600:hover{--tw-border-opacity:1;border-color:rgb(217 119 6/var(--tw-border-opacity))}.calcom-atoms .hover\:border-amber-700:hover{--tw-border-opacity:1;border-color:rgb(180 83 9/var(--tw-border-opacity))}.calcom-atoms .hover\:border-amber-800:hover{--tw-border-opacity:1;border-color:rgb(146 64 14/var(--tw-border-opacity))}.calcom-atoms .hover\:border-amber-900:hover{--tw-border-opacity:1;border-color:rgb(120 53 15/var(--tw-border-opacity))}.calcom-atoms .hover\:border-black:hover{--tw-border-opacity:1;border-color:rgb(17 17 17/var(--tw-border-opacity))}.calcom-atoms .hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity))}.calcom-atoms .hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.calcom-atoms .hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.calcom-atoms .hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.calcom-atoms .hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgb(239 246 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.calcom-atoms .hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.calcom-atoms .hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.calcom-atoms .hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity))}.calcom-atoms .hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgb(30 58 138/var(--tw-border-opacity))}.calcom-atoms .hover\:border-cyan-100:hover{--tw-border-opacity:1;border-color:rgb(207 250 254/var(--tw-border-opacity))}.calcom-atoms .hover\:border-cyan-200:hover{--tw-border-opacity:1;border-color:rgb(165 243 252/var(--tw-border-opacity))}.calcom-atoms .hover\:border-cyan-300:hover{--tw-border-opacity:1;border-color:rgb(103 232 249/var(--tw-border-opacity))}.calcom-atoms .hover\:border-cyan-400:hover{--tw-border-opacity:1;border-color:rgb(34 211 238/var(--tw-border-opacity))}.calcom-atoms .hover\:border-cyan-50:hover{--tw-border-opacity:1;border-color:rgb(236 254 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-cyan-500:hover{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity))}.calcom-atoms .hover\:border-cyan-600:hover{--tw-border-opacity:1;border-color:rgb(8 145 178/var(--tw-border-opacity))}.calcom-atoms .hover\:border-cyan-700:hover{--tw-border-opacity:1;border-color:rgb(14 116 144/var(--tw-border-opacity))}.calcom-atoms .hover\:border-cyan-800:hover{--tw-border-opacity:1;border-color:rgb(21 94 117/var(--tw-border-opacity))}.calcom-atoms .hover\:border-cyan-900:hover{--tw-border-opacity:1;border-color:rgb(22 78 99/var(--tw-border-opacity))}.calcom-atoms .hover\:border-default:hover{border-color:var(--cal-border,#d1d5db)}.calcom-atoms .hover\:border-emerald-100:hover{--tw-border-opacity:1;border-color:rgb(209 250 229/var(--tw-border-opacity))}.calcom-atoms .hover\:border-emerald-200:hover{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity))}.calcom-atoms .hover\:border-emerald-300:hover{--tw-border-opacity:1;border-color:rgb(110 231 183/var(--tw-border-opacity))}.calcom-atoms .hover\:border-emerald-400:hover{--tw-border-opacity:1;border-color:rgb(52 211 153/var(--tw-border-opacity))}.calcom-atoms .hover\:border-emerald-50:hover{--tw-border-opacity:1;border-color:rgb(236 253 245/var(--tw-border-opacity))}.calcom-atoms .hover\:border-emerald-500:hover{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity))}.calcom-atoms .hover\:border-emerald-600:hover{--tw-border-opacity:1;border-color:rgb(5 150 105/var(--tw-border-opacity))}.calcom-atoms .hover\:border-emerald-700:hover{--tw-border-opacity:1;border-color:rgb(4 120 87/var(--tw-border-opacity))}.calcom-atoms .hover\:border-emerald-800:hover{--tw-border-opacity:1;border-color:rgb(6 95 70/var(--tw-border-opacity))}.calcom-atoms .hover\:border-emerald-900:hover{--tw-border-opacity:1;border-color:rgb(6 78 59/var(--tw-border-opacity))}.calcom-atoms .hover\:border-emphasis:hover{border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms .hover\:border-error:hover{border-color:var(--cal-border-error,#aa2e26)}.calcom-atoms .hover\:border-fuchsia-100:hover{--tw-border-opacity:1;border-color:rgb(250 232 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-fuchsia-200:hover{--tw-border-opacity:1;border-color:rgb(245 208 254/var(--tw-border-opacity))}.calcom-atoms .hover\:border-fuchsia-300:hover{--tw-border-opacity:1;border-color:rgb(240 171 252/var(--tw-border-opacity))}.calcom-atoms .hover\:border-fuchsia-400:hover{--tw-border-opacity:1;border-color:rgb(232 121 249/var(--tw-border-opacity))}.calcom-atoms .hover\:border-fuchsia-50:hover{--tw-border-opacity:1;border-color:rgb(253 244 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-fuchsia-500:hover{--tw-border-opacity:1;border-color:rgb(217 70 239/var(--tw-border-opacity))}.calcom-atoms .hover\:border-fuchsia-600:hover{--tw-border-opacity:1;border-color:rgb(192 38 211/var(--tw-border-opacity))}.calcom-atoms .hover\:border-fuchsia-700:hover{--tw-border-opacity:1;border-color:rgb(162 28 175/var(--tw-border-opacity))}.calcom-atoms .hover\:border-fuchsia-800:hover{--tw-border-opacity:1;border-color:rgb(134 25 143/var(--tw-border-opacity))}.calcom-atoms .hover\:border-fuchsia-900:hover{--tw-border-opacity:1;border-color:rgb(112 26 117/var(--tw-border-opacity))}.calcom-atoms .hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.calcom-atoms .hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.calcom-atoms .hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.calcom-atoms .hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.calcom-atoms .hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity))}.calcom-atoms .hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.calcom-atoms .hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.calcom-atoms .hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.calcom-atoms .hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.calcom-atoms .hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.calcom-atoms .hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgb(220 252 231/var(--tw-border-opacity))}.calcom-atoms .hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity))}.calcom-atoms .hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.calcom-atoms .hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity))}.calcom-atoms .hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgb(240 253 244/var(--tw-border-opacity))}.calcom-atoms .hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.calcom-atoms .hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.calcom-atoms .hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity))}.calcom-atoms .hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity))}.calcom-atoms .hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgb(20 83 45/var(--tw-border-opacity))}.calcom-atoms .hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity))}.calcom-atoms .hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.calcom-atoms .hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.calcom-atoms .hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgb(238 242 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.calcom-atoms .hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity))}.calcom-atoms .hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity))}.calcom-atoms .hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity))}.calcom-atoms .hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgb(49 46 129/var(--tw-border-opacity))}.calcom-atoms .hover\:border-lime-100:hover{--tw-border-opacity:1;border-color:rgb(236 252 203/var(--tw-border-opacity))}.calcom-atoms .hover\:border-lime-200:hover{--tw-border-opacity:1;border-color:rgb(217 249 157/var(--tw-border-opacity))}.calcom-atoms .hover\:border-lime-300:hover{--tw-border-opacity:1;border-color:rgb(190 242 100/var(--tw-border-opacity))}.calcom-atoms .hover\:border-lime-400:hover{--tw-border-opacity:1;border-color:rgb(163 230 53/var(--tw-border-opacity))}.calcom-atoms .hover\:border-lime-50:hover{--tw-border-opacity:1;border-color:rgb(247 254 231/var(--tw-border-opacity))}.calcom-atoms .hover\:border-lime-500:hover{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity))}.calcom-atoms .hover\:border-lime-600:hover{--tw-border-opacity:1;border-color:rgb(101 163 13/var(--tw-border-opacity))}.calcom-atoms .hover\:border-lime-700:hover{--tw-border-opacity:1;border-color:rgb(77 124 15/var(--tw-border-opacity))}.calcom-atoms .hover\:border-lime-800:hover{--tw-border-opacity:1;border-color:rgb(63 98 18/var(--tw-border-opacity))}.calcom-atoms .hover\:border-lime-900:hover{--tw-border-opacity:1;border-color:rgb(54 83 20/var(--tw-border-opacity))}.calcom-atoms .hover\:border-neutral-100:hover{--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity))}.calcom-atoms .hover\:border-neutral-200:hover{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity))}.calcom-atoms .hover\:border-neutral-300:hover{--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity))}.calcom-atoms .hover\:border-neutral-400:hover{--tw-border-opacity:1;border-color:rgb(163 163 163/var(--tw-border-opacity))}.calcom-atoms .hover\:border-neutral-50:hover{--tw-border-opacity:1;border-color:rgb(250 250 250/var(--tw-border-opacity))}.calcom-atoms .hover\:border-neutral-500:hover{--tw-border-opacity:1;border-color:rgb(115 115 115/var(--tw-border-opacity))}.calcom-atoms .hover\:border-neutral-600:hover{--tw-border-opacity:1;border-color:rgb(82 82 82/var(--tw-border-opacity))}.calcom-atoms .hover\:border-neutral-700:hover{--tw-border-opacity:1;border-color:rgb(64 64 64/var(--tw-border-opacity))}.calcom-atoms .hover\:border-neutral-800:hover{--tw-border-opacity:1;border-color:rgb(38 38 38/var(--tw-border-opacity))}.calcom-atoms .hover\:border-neutral-900:hover{--tw-border-opacity:1;border-color:rgb(23 23 23/var(--tw-border-opacity))}.calcom-atoms .hover\:border-orange-100:hover{--tw-border-opacity:1;border-color:rgb(255 237 213/var(--tw-border-opacity))}.calcom-atoms .hover\:border-orange-200:hover{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity))}.calcom-atoms .hover\:border-orange-300:hover{--tw-border-opacity:1;border-color:rgb(253 186 116/var(--tw-border-opacity))}.calcom-atoms .hover\:border-orange-400:hover{--tw-border-opacity:1;border-color:rgb(251 146 60/var(--tw-border-opacity))}.calcom-atoms .hover\:border-orange-50:hover{--tw-border-opacity:1;border-color:rgb(255 247 237/var(--tw-border-opacity))}.calcom-atoms .hover\:border-orange-500:hover{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity))}.calcom-atoms .hover\:border-orange-600:hover{--tw-border-opacity:1;border-color:rgb(234 88 12/var(--tw-border-opacity))}.calcom-atoms .hover\:border-orange-700:hover{--tw-border-opacity:1;border-color:rgb(194 65 12/var(--tw-border-opacity))}.calcom-atoms .hover\:border-orange-800:hover{--tw-border-opacity:1;border-color:rgb(154 52 18/var(--tw-border-opacity))}.calcom-atoms .hover\:border-orange-900:hover{--tw-border-opacity:1;border-color:rgb(124 45 18/var(--tw-border-opacity))}.calcom-atoms .hover\:border-pink-100:hover{--tw-border-opacity:1;border-color:rgb(252 231 243/var(--tw-border-opacity))}.calcom-atoms .hover\:border-pink-200:hover{--tw-border-opacity:1;border-color:rgb(251 207 232/var(--tw-border-opacity))}.calcom-atoms .hover\:border-pink-300:hover{--tw-border-opacity:1;border-color:rgb(249 168 212/var(--tw-border-opacity))}.calcom-atoms .hover\:border-pink-400:hover{--tw-border-opacity:1;border-color:rgb(244 114 182/var(--tw-border-opacity))}.calcom-atoms .hover\:border-pink-50:hover{--tw-border-opacity:1;border-color:rgb(253 242 248/var(--tw-border-opacity))}.calcom-atoms .hover\:border-pink-500:hover{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity))}.calcom-atoms .hover\:border-pink-600:hover{--tw-border-opacity:1;border-color:rgb(219 39 119/var(--tw-border-opacity))}.calcom-atoms .hover\:border-pink-700:hover{--tw-border-opacity:1;border-color:rgb(190 24 93/var(--tw-border-opacity))}.calcom-atoms .hover\:border-pink-900:hover{--tw-border-opacity:1;border-color:rgb(131 24 67/var(--tw-border-opacity))}.calcom-atoms .hover\:border-purple-100:hover{--tw-border-opacity:1;border-color:rgb(243 232 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgb(216 180 254/var(--tw-border-opacity))}.calcom-atoms .hover\:border-purple-400:hover{--tw-border-opacity:1;border-color:rgb(192 132 252/var(--tw-border-opacity))}.calcom-atoms .hover\:border-purple-50:hover{--tw-border-opacity:1;border-color:rgb(250 245 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity))}.calcom-atoms .hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgb(147 51 234/var(--tw-border-opacity))}.calcom-atoms .hover\:border-purple-700:hover{--tw-border-opacity:1;border-color:rgb(126 34 206/var(--tw-border-opacity))}.calcom-atoms .hover\:border-purple-800:hover{--tw-border-opacity:1;border-color:rgb(107 33 168/var(--tw-border-opacity))}.calcom-atoms .hover\:border-purple-900:hover{--tw-border-opacity:1;border-color:rgb(88 28 135/var(--tw-border-opacity))}.calcom-atoms .hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity))}.calcom-atoms .hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.calcom-atoms .hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.calcom-atoms .hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.calcom-atoms .hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgb(254 242 242/var(--tw-border-opacity))}.calcom-atoms .hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.calcom-atoms .hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.calcom-atoms .hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.calcom-atoms .hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity))}.calcom-atoms .hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgb(127 29 29/var(--tw-border-opacity))}.calcom-atoms .hover\:border-rose-100:hover{--tw-border-opacity:1;border-color:rgb(255 228 230/var(--tw-border-opacity))}.calcom-atoms .hover\:border-rose-200:hover{--tw-border-opacity:1;border-color:rgb(254 205 211/var(--tw-border-opacity))}.calcom-atoms .hover\:border-rose-300:hover{--tw-border-opacity:1;border-color:rgb(253 164 175/var(--tw-border-opacity))}.calcom-atoms .hover\:border-rose-400:hover{--tw-border-opacity:1;border-color:rgb(251 113 133/var(--tw-border-opacity))}.calcom-atoms .hover\:border-rose-50:hover{--tw-border-opacity:1;border-color:rgb(255 241 242/var(--tw-border-opacity))}.calcom-atoms .hover\:border-rose-500:hover{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity))}.calcom-atoms .hover\:border-rose-600:hover{--tw-border-opacity:1;border-color:rgb(225 29 72/var(--tw-border-opacity))}.calcom-atoms .hover\:border-rose-700:hover{--tw-border-opacity:1;border-color:rgb(190 18 60/var(--tw-border-opacity))}.calcom-atoms .hover\:border-rose-800:hover{--tw-border-opacity:1;border-color:rgb(159 18 57/var(--tw-border-opacity))}.calcom-atoms .hover\:border-rose-900:hover{--tw-border-opacity:1;border-color:rgb(136 19 55/var(--tw-border-opacity))}.calcom-atoms .hover\:border-sky-100:hover{--tw-border-opacity:1;border-color:rgb(224 242 254/var(--tw-border-opacity))}.calcom-atoms .hover\:border-sky-200:hover{--tw-border-opacity:1;border-color:rgb(186 230 253/var(--tw-border-opacity))}.calcom-atoms .hover\:border-sky-300:hover{--tw-border-opacity:1;border-color:rgb(125 211 252/var(--tw-border-opacity))}.calcom-atoms .hover\:border-sky-400:hover{--tw-border-opacity:1;border-color:rgb(56 189 248/var(--tw-border-opacity))}.calcom-atoms .hover\:border-sky-50:hover{--tw-border-opacity:1;border-color:rgb(240 249 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-sky-500:hover{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.calcom-atoms .hover\:border-sky-600:hover{--tw-border-opacity:1;border-color:rgb(2 132 199/var(--tw-border-opacity))}.calcom-atoms .hover\:border-sky-700:hover{--tw-border-opacity:1;border-color:rgb(3 105 161/var(--tw-border-opacity))}.calcom-atoms .hover\:border-sky-800:hover{--tw-border-opacity:1;border-color:rgb(7 89 133/var(--tw-border-opacity))}.calcom-atoms .hover\:border-sky-900:hover{--tw-border-opacity:1;border-color:rgb(12 74 110/var(--tw-border-opacity))}.calcom-atoms .hover\:border-slate-100:hover{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity))}.calcom-atoms .hover\:border-slate-200:hover{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.calcom-atoms .hover\:border-slate-300:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity))}.calcom-atoms .hover\:border-slate-400:hover{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity))}.calcom-atoms .hover\:border-slate-50:hover{--tw-border-opacity:1;border-color:rgb(248 250 252/var(--tw-border-opacity))}.calcom-atoms .hover\:border-slate-500:hover{--tw-border-opacity:1;border-color:rgb(100 116 139/var(--tw-border-opacity))}.calcom-atoms .hover\:border-slate-600:hover{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity))}.calcom-atoms .hover\:border-slate-700:hover{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity))}.calcom-atoms .hover\:border-slate-800:hover{--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity))}.calcom-atoms .hover\:border-slate-900:hover{--tw-border-opacity:1;border-color:rgb(15 23 42/var(--tw-border-opacity))}.calcom-atoms .hover\:border-stone-100:hover{--tw-border-opacity:1;border-color:rgb(245 245 244/var(--tw-border-opacity))}.calcom-atoms .hover\:border-stone-200:hover{--tw-border-opacity:1;border-color:rgb(231 229 228/var(--tw-border-opacity))}.calcom-atoms .hover\:border-stone-300:hover{--tw-border-opacity:1;border-color:rgb(214 211 209/var(--tw-border-opacity))}.calcom-atoms .hover\:border-stone-400:hover{--tw-border-opacity:1;border-color:rgb(168 162 158/var(--tw-border-opacity))}.calcom-atoms .hover\:border-stone-50:hover{--tw-border-opacity:1;border-color:rgb(250 250 249/var(--tw-border-opacity))}.calcom-atoms .hover\:border-stone-500:hover{--tw-border-opacity:1;border-color:rgb(120 113 108/var(--tw-border-opacity))}.calcom-atoms .hover\:border-stone-600:hover{--tw-border-opacity:1;border-color:rgb(87 83 78/var(--tw-border-opacity))}.calcom-atoms .hover\:border-stone-700:hover{--tw-border-opacity:1;border-color:rgb(68 64 60/var(--tw-border-opacity))}.calcom-atoms .hover\:border-stone-800:hover{--tw-border-opacity:1;border-color:rgb(41 37 36/var(--tw-border-opacity))}.calcom-atoms .hover\:border-stone-900:hover{--tw-border-opacity:1;border-color:rgb(28 25 23/var(--tw-border-opacity))}.calcom-atoms .hover\:border-teal-100:hover{--tw-border-opacity:1;border-color:rgb(204 251 241/var(--tw-border-opacity))}.calcom-atoms .hover\:border-teal-200:hover{--tw-border-opacity:1;border-color:rgb(153 246 228/var(--tw-border-opacity))}.calcom-atoms .hover\:border-teal-300:hover{--tw-border-opacity:1;border-color:rgb(94 234 212/var(--tw-border-opacity))}.calcom-atoms .hover\:border-teal-400:hover{--tw-border-opacity:1;border-color:rgb(45 212 191/var(--tw-border-opacity))}.calcom-atoms .hover\:border-teal-50:hover{--tw-border-opacity:1;border-color:rgb(240 253 250/var(--tw-border-opacity))}.calcom-atoms .hover\:border-teal-500:hover{--tw-border-opacity:1;border-color:rgb(20 184 166/var(--tw-border-opacity))}.calcom-atoms .hover\:border-teal-600:hover{--tw-border-opacity:1;border-color:rgb(13 148 136/var(--tw-border-opacity))}.calcom-atoms .hover\:border-teal-700:hover{--tw-border-opacity:1;border-color:rgb(15 118 110/var(--tw-border-opacity))}.calcom-atoms .hover\:border-teal-800:hover{--tw-border-opacity:1;border-color:rgb(17 94 89/var(--tw-border-opacity))}.calcom-atoms .hover\:border-teal-900:hover{--tw-border-opacity:1;border-color:rgb(19 78 74/var(--tw-border-opacity))}.calcom-atoms .hover\:border-transparent:hover{border-color:#0000}.calcom-atoms .hover\:border-violet-100:hover{--tw-border-opacity:1;border-color:rgb(237 233 254/var(--tw-border-opacity))}.calcom-atoms .hover\:border-violet-200:hover{--tw-border-opacity:1;border-color:rgb(221 214 254/var(--tw-border-opacity))}.calcom-atoms .hover\:border-violet-300:hover{--tw-border-opacity:1;border-color:rgb(196 181 253/var(--tw-border-opacity))}.calcom-atoms .hover\:border-violet-400:hover{--tw-border-opacity:1;border-color:rgb(167 139 250/var(--tw-border-opacity))}.calcom-atoms .hover\:border-violet-50:hover{--tw-border-opacity:1;border-color:rgb(245 243 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-violet-500:hover{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity))}.calcom-atoms .hover\:border-violet-600:hover{--tw-border-opacity:1;border-color:rgb(124 58 237/var(--tw-border-opacity))}.calcom-atoms .hover\:border-violet-700:hover{--tw-border-opacity:1;border-color:rgb(109 40 217/var(--tw-border-opacity))}.calcom-atoms .hover\:border-violet-800:hover{--tw-border-opacity:1;border-color:rgb(91 33 182/var(--tw-border-opacity))}.calcom-atoms .hover\:border-violet-900:hover{--tw-border-opacity:1;border-color:rgb(76 29 149/var(--tw-border-opacity))}.calcom-atoms .hover\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.calcom-atoms .hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgb(254 249 195/var(--tw-border-opacity))}.calcom-atoms .hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity))}.calcom-atoms .hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity))}.calcom-atoms .hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.calcom-atoms .hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity))}.calcom-atoms .hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity))}.calcom-atoms .hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity))}.calcom-atoms .hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity))}.calcom-atoms .hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity))}.calcom-atoms .hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgb(113 63 18/var(--tw-border-opacity))}.calcom-atoms .hover\:border-zinc-100:hover{--tw-border-opacity:1;border-color:rgb(244 244 245/var(--tw-border-opacity))}.calcom-atoms .hover\:border-zinc-200:hover{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity))}.calcom-atoms .hover\:border-zinc-300:hover{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.calcom-atoms .hover\:border-zinc-400:hover{--tw-border-opacity:1;border-color:rgb(161 161 170/var(--tw-border-opacity))}.calcom-atoms .hover\:border-zinc-50:hover{--tw-border-opacity:1;border-color:rgb(250 250 250/var(--tw-border-opacity))}.calcom-atoms .hover\:border-zinc-500:hover{--tw-border-opacity:1;border-color:rgb(113 113 122/var(--tw-border-opacity))}.calcom-atoms .hover\:border-zinc-600:hover{--tw-border-opacity:1;border-color:rgb(82 82 91/var(--tw-border-opacity))}.calcom-atoms .hover\:border-zinc-700:hover{--tw-border-opacity:1;border-color:rgb(63 63 70/var(--tw-border-opacity))}.calcom-atoms .hover\:border-zinc-800:hover{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.calcom-atoms .hover\:border-zinc-900:hover{--tw-border-opacity:1;border-color:rgb(24 24 27/var(--tw-border-opacity))}.calcom-atoms .hover\:\!bg-emphasis:hover{background-color:var(--cal-bg-emphasis)!important}.calcom-atoms .hover\:\!bg-inverted:hover{background-color:var(--cal-bg-inverted)!important}.calcom-atoms .hover\:bg-accent:hover{background-color:hsl(var(--accent))}.calcom-atoms .hover\:bg-amber-100:hover{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-amber-200:hover{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-amber-300:hover{--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-amber-400:hover{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-amber-50:hover{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-amber-500:hover{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-amber-700:hover{--tw-bg-opacity:1;background-color:rgb(180 83 9/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-amber-800:hover{--tw-bg-opacity:1;background-color:rgb(146 64 14/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-amber-900:hover{--tw-bg-opacity:1;background-color:rgb(120 53 15/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(17 17 17/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-brand-emphasis:hover{background-color:var(--cal-brand-emphasis,#101010)}.calcom-atoms .hover\:bg-cyan-100:hover{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-cyan-200:hover{--tw-bg-opacity:1;background-color:rgb(165 243 252/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-cyan-300:hover{--tw-bg-opacity:1;background-color:rgb(103 232 249/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-cyan-400:hover{--tw-bg-opacity:1;background-color:rgb(34 211 238/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-cyan-50:hover{--tw-bg-opacity:1;background-color:rgb(236 254 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-cyan-500:hover{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-cyan-600:hover{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-cyan-700:hover{--tw-bg-opacity:1;background-color:rgb(14 116 144/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-cyan-800:hover{--tw-bg-opacity:1;background-color:rgb(21 94 117/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-cyan-900:hover{--tw-bg-opacity:1;background-color:rgb(22 78 99/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive)/.9)}.calcom-atoms .hover\:bg-emerald-100:hover{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-emerald-200:hover{--tw-bg-opacity:1;background-color:rgb(167 243 208/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-emerald-300:hover{--tw-bg-opacity:1;background-color:rgb(110 231 183/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-emerald-400:hover{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-emerald-50:hover{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-emerald-500:hover{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-emerald-600:hover{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-emerald-700:hover{--tw-bg-opacity:1;background-color:rgb(4 120 87/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-emerald-800:hover{--tw-bg-opacity:1;background-color:rgb(6 95 70/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-emerald-900:hover{--tw-bg-opacity:1;background-color:rgb(6 78 59/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-emphasis:hover{background-color:var(--cal-bg-emphasis)}.calcom-atoms .hover\:bg-error:hover{background-color:var(--cal-bg-error)}.calcom-atoms .hover\:bg-fuchsia-100:hover{--tw-bg-opacity:1;background-color:rgb(250 232 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-fuchsia-200:hover{--tw-bg-opacity:1;background-color:rgb(245 208 254/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-fuchsia-300:hover{--tw-bg-opacity:1;background-color:rgb(240 171 252/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-fuchsia-400:hover{--tw-bg-opacity:1;background-color:rgb(232 121 249/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-fuchsia-50:hover{--tw-bg-opacity:1;background-color:rgb(253 244 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-fuchsia-500:hover{--tw-bg-opacity:1;background-color:rgb(217 70 239/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-fuchsia-600:hover{--tw-bg-opacity:1;background-color:rgb(192 38 211/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-fuchsia-700:hover{--tw-bg-opacity:1;background-color:rgb(162 28 175/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-fuchsia-800:hover{--tw-bg-opacity:1;background-color:rgb(134 25 143/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-fuchsia-900:hover{--tw-bg-opacity:1;background-color:rgb(112 26 117/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgb(134 239 172/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-inverted:hover{background-color:var(--cal-bg-inverted)}.calcom-atoms .hover\:bg-lime-100:hover{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-lime-200:hover{--tw-bg-opacity:1;background-color:rgb(217 249 157/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-lime-300:hover{--tw-bg-opacity:1;background-color:rgb(190 242 100/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-lime-400:hover{--tw-bg-opacity:1;background-color:rgb(163 230 53/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-lime-50:hover{--tw-bg-opacity:1;background-color:rgb(247 254 231/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-lime-500:hover{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-lime-600:hover{--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-lime-700:hover{--tw-bg-opacity:1;background-color:rgb(77 124 15/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-lime-800:hover{--tw-bg-opacity:1;background-color:rgb(63 98 18/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-lime-900:hover{--tw-bg-opacity:1;background-color:rgb(54 83 20/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-muted:hover{background-color:var(--cal-bg-muted)}.calcom-atoms .hover\:bg-neutral-100:hover{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-neutral-200:hover{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-neutral-300:hover{--tw-bg-opacity:1;background-color:rgb(212 212 212/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-neutral-400:hover{--tw-bg-opacity:1;background-color:rgb(163 163 163/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-neutral-50:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-neutral-500:hover{--tw-bg-opacity:1;background-color:rgb(115 115 115/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-neutral-600:hover{--tw-bg-opacity:1;background-color:rgb(82 82 82/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-neutral-700:hover{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-neutral-800:hover{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-neutral-900:hover{--tw-bg-opacity:1;background-color:rgb(23 23 23/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-orange-100:hover{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-orange-200:hover{--tw-bg-opacity:1;background-color:rgb(254 215 170/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-orange-300:hover{--tw-bg-opacity:1;background-color:rgb(253 186 116/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-orange-400:hover{--tw-bg-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-orange-50:hover{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-orange-500:hover{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-orange-600:hover{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-orange-700:hover{--tw-bg-opacity:1;background-color:rgb(194 65 12/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-orange-800:hover{--tw-bg-opacity:1;background-color:rgb(154 52 18/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-orange-900:hover{--tw-bg-opacity:1;background-color:rgb(124 45 18/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgb(251 207 232/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgb(249 168 212/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgb(244 114 182/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-pink-500:hover{--tw-bg-opacity:1;background-color:rgb(236 72 153/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgb(219 39 119/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgb(190 24 93/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-pink-900:hover{--tw-bg-opacity:1;background-color:rgb(131 24 67/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.calcom-atoms .hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgb(233 213 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgb(216 180 254/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgb(192 132 252/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgb(107 33 168/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:rgb(88 28 135/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-rose-100:hover{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-rose-200:hover{--tw-bg-opacity:1;background-color:rgb(254 205 211/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-rose-300:hover{--tw-bg-opacity:1;background-color:rgb(253 164 175/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-rose-400:hover{--tw-bg-opacity:1;background-color:rgb(251 113 133/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-rose-50:hover{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-rose-500:hover{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-rose-600:hover{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-rose-700:hover{--tw-bg-opacity:1;background-color:rgb(190 18 60/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-rose-800:hover{--tw-bg-opacity:1;background-color:rgb(159 18 57/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-rose-900:hover{--tw-bg-opacity:1;background-color:rgb(136 19 55/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.calcom-atoms .hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary)/.8)}.calcom-atoms .hover\:bg-sky-100:hover{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-sky-200:hover{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-sky-300:hover{--tw-bg-opacity:1;background-color:rgb(125 211 252/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-sky-400:hover{--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-sky-50:hover{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-sky-500:hover{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-sky-600:hover{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-sky-700:hover{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-sky-800:hover{--tw-bg-opacity:1;background-color:rgb(7 89 133/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-sky-900:hover{--tw-bg-opacity:1;background-color:rgb(12 74 110/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-slate-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-slate-400:hover{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-slate-500:hover{--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-slate-600:hover{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-slate-700:hover{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-slate-800:hover{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-slate-900:hover{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-stone-100:hover{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-stone-200:hover{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-stone-300:hover{--tw-bg-opacity:1;background-color:rgb(214 211 209/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-stone-400:hover{--tw-bg-opacity:1;background-color:rgb(168 162 158/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-stone-50:hover{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-stone-500:hover{--tw-bg-opacity:1;background-color:rgb(120 113 108/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-stone-600:hover{--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-stone-700:hover{--tw-bg-opacity:1;background-color:rgb(68 64 60/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-stone-800:hover{--tw-bg-opacity:1;background-color:rgb(41 37 36/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-stone-900:hover{--tw-bg-opacity:1;background-color:rgb(28 25 23/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-subtle:hover{background-color:var(--cal-bg-subtle)}.calcom-atoms .hover\:bg-teal-100:hover{--tw-bg-opacity:1;background-color:rgb(204 251 241/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-teal-200:hover{--tw-bg-opacity:1;background-color:rgb(153 246 228/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-teal-300:hover{--tw-bg-opacity:1;background-color:rgb(94 234 212/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-teal-400:hover{--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-teal-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 250/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-teal-500:hover{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-teal-600:hover{--tw-bg-opacity:1;background-color:rgb(13 148 136/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-teal-700:hover{--tw-bg-opacity:1;background-color:rgb(15 118 110/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-teal-800:hover{--tw-bg-opacity:1;background-color:rgb(17 94 89/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-teal-900:hover{--tw-bg-opacity:1;background-color:rgb(19 78 74/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-transparent:hover{background-color:initial}.calcom-atoms .hover\:bg-violet-100:hover{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-violet-200:hover{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-violet-300:hover{--tw-bg-opacity:1;background-color:rgb(196 181 253/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-violet-400:hover{--tw-bg-opacity:1;background-color:rgb(167 139 250/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-violet-50:hover{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-violet-500:hover{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-violet-600:hover{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-violet-700:hover{--tw-bg-opacity:1;background-color:rgb(109 40 217/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-violet-800:hover{--tw-bg-opacity:1;background-color:rgb(91 33 182/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-violet-900:hover{--tw-bg-opacity:1;background-color:rgb(76 29 149/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-zinc-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-zinc-200:hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-zinc-300:hover{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-zinc-400:hover{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-zinc-50:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-zinc-500:hover{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-zinc-600:hover{--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-zinc-700:hover{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-zinc-800:hover{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity))}.calcom-atoms .hover\:bg-zinc-900:hover{--tw-bg-opacity:1;background-color:rgb(24 24 27/var(--tw-bg-opacity))}.calcom-atoms .hover\:\!text-inverted:hover{color:var(--cal-text-inverted,#fff)!important}.calcom-atoms .hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.calcom-atoms .hover\:text-amber-100:hover{--tw-text-opacity:1;color:rgb(254 243 199/var(--tw-text-opacity))}.calcom-atoms .hover\:text-amber-200:hover{--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity))}.calcom-atoms .hover\:text-amber-300:hover{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity))}.calcom-atoms .hover\:text-amber-400:hover{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity))}.calcom-atoms .hover\:text-amber-50:hover{--tw-text-opacity:1;color:rgb(255 251 235/var(--tw-text-opacity))}.calcom-atoms .hover\:text-amber-500:hover{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity))}.calcom-atoms .hover\:text-amber-600:hover{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity))}.calcom-atoms .hover\:text-amber-700:hover{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity))}.calcom-atoms .hover\:text-amber-800:hover{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity))}.calcom-atoms .hover\:text-amber-900:hover{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.calcom-atoms .hover\:text-black:hover{--tw-text-opacity:1;color:rgb(17 17 17/var(--tw-text-opacity))}.calcom-atoms .hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity))}.calcom-atoms .hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.calcom-atoms .hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.calcom-atoms .hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.calcom-atoms .hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgb(239 246 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.calcom-atoms .hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.calcom-atoms .hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.calcom-atoms .hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.calcom-atoms .hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity))}.calcom-atoms .hover\:text-cyan-100:hover{--tw-text-opacity:1;color:rgb(207 250 254/var(--tw-text-opacity))}.calcom-atoms .hover\:text-cyan-200:hover{--tw-text-opacity:1;color:rgb(165 243 252/var(--tw-text-opacity))}.calcom-atoms .hover\:text-cyan-300:hover{--tw-text-opacity:1;color:rgb(103 232 249/var(--tw-text-opacity))}.calcom-atoms .hover\:text-cyan-400:hover{--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity))}.calcom-atoms .hover\:text-cyan-50:hover{--tw-text-opacity:1;color:rgb(236 254 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-cyan-500:hover{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity))}.calcom-atoms .hover\:text-cyan-600:hover{--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity))}.calcom-atoms .hover\:text-cyan-700:hover{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity))}.calcom-atoms .hover\:text-cyan-800:hover{--tw-text-opacity:1;color:rgb(21 94 117/var(--tw-text-opacity))}.calcom-atoms .hover\:text-cyan-900:hover{--tw-text-opacity:1;color:rgb(22 78 99/var(--tw-text-opacity))}.calcom-atoms .hover\:text-default:hover{color:var(--cal-text,#374151)}.calcom-atoms .hover\:text-emerald-100:hover{--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity))}.calcom-atoms .hover\:text-emerald-200:hover{--tw-text-opacity:1;color:rgb(167 243 208/var(--tw-text-opacity))}.calcom-atoms .hover\:text-emerald-300:hover{--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity))}.calcom-atoms .hover\:text-emerald-400:hover{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}.calcom-atoms .hover\:text-emerald-50:hover{--tw-text-opacity:1;color:rgb(236 253 245/var(--tw-text-opacity))}.calcom-atoms .hover\:text-emerald-500:hover{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.calcom-atoms .hover\:text-emerald-600:hover{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.calcom-atoms .hover\:text-emerald-700:hover{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.calcom-atoms .hover\:text-emerald-800:hover{--tw-text-opacity:1;color:rgb(6 95 70/var(--tw-text-opacity))}.calcom-atoms .hover\:text-emerald-900:hover{--tw-text-opacity:1;color:rgb(6 78 59/var(--tw-text-opacity))}.calcom-atoms .hover\:text-emphasis:hover{color:var(--cal-text-emphasis,#111827)}.calcom-atoms .hover\:text-foreground:hover{color:hsl(var(--foreground))}.calcom-atoms .hover\:text-fuchsia-100:hover{--tw-text-opacity:1;color:rgb(250 232 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-fuchsia-200:hover{--tw-text-opacity:1;color:rgb(245 208 254/var(--tw-text-opacity))}.calcom-atoms .hover\:text-fuchsia-300:hover{--tw-text-opacity:1;color:rgb(240 171 252/var(--tw-text-opacity))}.calcom-atoms .hover\:text-fuchsia-400:hover{--tw-text-opacity:1;color:rgb(232 121 249/var(--tw-text-opacity))}.calcom-atoms .hover\:text-fuchsia-50:hover{--tw-text-opacity:1;color:rgb(253 244 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-fuchsia-500:hover{--tw-text-opacity:1;color:rgb(217 70 239/var(--tw-text-opacity))}.calcom-atoms .hover\:text-fuchsia-600:hover{--tw-text-opacity:1;color:rgb(192 38 211/var(--tw-text-opacity))}.calcom-atoms .hover\:text-fuchsia-700:hover{--tw-text-opacity:1;color:rgb(162 28 175/var(--tw-text-opacity))}.calcom-atoms .hover\:text-fuchsia-800:hover{--tw-text-opacity:1;color:rgb(134 25 143/var(--tw-text-opacity))}.calcom-atoms .hover\:text-fuchsia-900:hover{--tw-text-opacity:1;color:rgb(112 26 117/var(--tw-text-opacity))}.calcom-atoms .hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.calcom-atoms .hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.calcom-atoms .hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.calcom-atoms .hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.calcom-atoms .hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.calcom-atoms .hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.calcom-atoms .hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.calcom-atoms .hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.calcom-atoms .hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.calcom-atoms .hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.calcom-atoms .hover\:text-green-100:hover{--tw-text-opacity:1;color:rgb(220 252 231/var(--tw-text-opacity))}.calcom-atoms .hover\:text-green-200:hover{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity))}.calcom-atoms .hover\:text-green-300:hover{--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity))}.calcom-atoms .hover\:text-green-400:hover{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.calcom-atoms .hover\:text-green-50:hover{--tw-text-opacity:1;color:rgb(240 253 244/var(--tw-text-opacity))}.calcom-atoms .hover\:text-green-500:hover{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.calcom-atoms .hover\:text-green-600:hover{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.calcom-atoms .hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.calcom-atoms .hover\:text-green-800:hover{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.calcom-atoms .hover\:text-green-900:hover{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity))}.calcom-atoms .hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}.calcom-atoms .hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity))}.calcom-atoms .hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.calcom-atoms .hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgb(238 242 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.calcom-atoms .hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.calcom-atoms .hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity))}.calcom-atoms .hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.calcom-atoms .hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity))}.calcom-atoms .hover\:text-lime-100:hover{--tw-text-opacity:1;color:rgb(236 252 203/var(--tw-text-opacity))}.calcom-atoms .hover\:text-lime-200:hover{--tw-text-opacity:1;color:rgb(217 249 157/var(--tw-text-opacity))}.calcom-atoms .hover\:text-lime-300:hover{--tw-text-opacity:1;color:rgb(190 242 100/var(--tw-text-opacity))}.calcom-atoms .hover\:text-lime-400:hover{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity))}.calcom-atoms .hover\:text-lime-50:hover{--tw-text-opacity:1;color:rgb(247 254 231/var(--tw-text-opacity))}.calcom-atoms .hover\:text-lime-500:hover{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity))}.calcom-atoms .hover\:text-lime-600:hover{--tw-text-opacity:1;color:rgb(101 163 13/var(--tw-text-opacity))}.calcom-atoms .hover\:text-lime-700:hover{--tw-text-opacity:1;color:rgb(77 124 15/var(--tw-text-opacity))}.calcom-atoms .hover\:text-lime-800:hover{--tw-text-opacity:1;color:rgb(63 98 18/var(--tw-text-opacity))}.calcom-atoms .hover\:text-lime-900:hover{--tw-text-opacity:1;color:rgb(54 83 20/var(--tw-text-opacity))}.calcom-atoms .hover\:text-neutral-100:hover{--tw-text-opacity:1;color:rgb(245 245 245/var(--tw-text-opacity))}.calcom-atoms .hover\:text-neutral-200:hover{--tw-text-opacity:1;color:rgb(229 229 229/var(--tw-text-opacity))}.calcom-atoms .hover\:text-neutral-300:hover{--tw-text-opacity:1;color:rgb(212 212 212/var(--tw-text-opacity))}.calcom-atoms .hover\:text-neutral-400:hover{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity))}.calcom-atoms .hover\:text-neutral-50:hover{--tw-text-opacity:1;color:rgb(250 250 250/var(--tw-text-opacity))}.calcom-atoms .hover\:text-neutral-500:hover{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity))}.calcom-atoms .hover\:text-neutral-600:hover{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity))}.calcom-atoms .hover\:text-neutral-700:hover{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity))}.calcom-atoms .hover\:text-neutral-800:hover{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity))}.calcom-atoms .hover\:text-neutral-900:hover{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity))}.calcom-atoms .hover\:text-orange-100:hover{--tw-text-opacity:1;color:rgb(255 237 213/var(--tw-text-opacity))}.calcom-atoms .hover\:text-orange-200:hover{--tw-text-opacity:1;color:rgb(254 215 170/var(--tw-text-opacity))}.calcom-atoms .hover\:text-orange-300:hover{--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity))}.calcom-atoms .hover\:text-orange-400:hover{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity))}.calcom-atoms .hover\:text-orange-50:hover{--tw-text-opacity:1;color:rgb(255 247 237/var(--tw-text-opacity))}.calcom-atoms .hover\:text-orange-500:hover{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity))}.calcom-atoms .hover\:text-orange-600:hover{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity))}.calcom-atoms .hover\:text-orange-700:hover{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity))}.calcom-atoms .hover\:text-orange-800:hover{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity))}.calcom-atoms .hover\:text-orange-900:hover{--tw-text-opacity:1;color:rgb(124 45 18/var(--tw-text-opacity))}.calcom-atoms .hover\:text-pink-100:hover{--tw-text-opacity:1;color:rgb(252 231 243/var(--tw-text-opacity))}.calcom-atoms .hover\:text-pink-200:hover{--tw-text-opacity:1;color:rgb(251 207 232/var(--tw-text-opacity))}.calcom-atoms .hover\:text-pink-300:hover{--tw-text-opacity:1;color:rgb(249 168 212/var(--tw-text-opacity))}.calcom-atoms .hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgb(244 114 182/var(--tw-text-opacity))}.calcom-atoms .hover\:text-pink-50:hover{--tw-text-opacity:1;color:rgb(253 242 248/var(--tw-text-opacity))}.calcom-atoms .hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgb(236 72 153/var(--tw-text-opacity))}.calcom-atoms .hover\:text-pink-600:hover{--tw-text-opacity:1;color:rgb(219 39 119/var(--tw-text-opacity))}.calcom-atoms .hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity))}.calcom-atoms .hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgb(131 24 67/var(--tw-text-opacity))}.calcom-atoms .hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgb(243 232 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-purple-200:hover{--tw-text-opacity:1;color:rgb(233 213 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity))}.calcom-atoms .hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity))}.calcom-atoms .hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgb(250 245 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity))}.calcom-atoms .hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity))}.calcom-atoms .hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity))}.calcom-atoms .hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity))}.calcom-atoms .hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgb(88 28 135/var(--tw-text-opacity))}.calcom-atoms .hover\:text-red-100:hover{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.calcom-atoms .hover\:text-red-200:hover{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.calcom-atoms .hover\:text-red-300:hover{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.calcom-atoms .hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.calcom-atoms .hover\:text-red-50:hover{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity))}.calcom-atoms .hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.calcom-atoms .hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.calcom-atoms .hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.calcom-atoms .hover\:text-red-700\/30:hover{color:#b91c1c4d}.calcom-atoms .hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.calcom-atoms .hover\:text-red-900:hover{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.calcom-atoms .hover\:text-rose-100:hover{--tw-text-opacity:1;color:rgb(255 228 230/var(--tw-text-opacity))}.calcom-atoms .hover\:text-rose-200:hover{--tw-text-opacity:1;color:rgb(254 205 211/var(--tw-text-opacity))}.calcom-atoms .hover\:text-rose-300:hover{--tw-text-opacity:1;color:rgb(253 164 175/var(--tw-text-opacity))}.calcom-atoms .hover\:text-rose-400:hover{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity))}.calcom-atoms .hover\:text-rose-50:hover{--tw-text-opacity:1;color:rgb(255 241 242/var(--tw-text-opacity))}.calcom-atoms .hover\:text-rose-500:hover{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity))}.calcom-atoms .hover\:text-rose-600:hover{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity))}.calcom-atoms .hover\:text-rose-700:hover{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity))}.calcom-atoms .hover\:text-rose-800:hover{--tw-text-opacity:1;color:rgb(159 18 57/var(--tw-text-opacity))}.calcom-atoms .hover\:text-rose-900:hover{--tw-text-opacity:1;color:rgb(136 19 55/var(--tw-text-opacity))}.calcom-atoms .hover\:text-sky-100:hover{--tw-text-opacity:1;color:rgb(224 242 254/var(--tw-text-opacity))}.calcom-atoms .hover\:text-sky-200:hover{--tw-text-opacity:1;color:rgb(186 230 253/var(--tw-text-opacity))}.calcom-atoms .hover\:text-sky-300:hover{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.calcom-atoms .hover\:text-sky-400:hover{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity))}.calcom-atoms .hover\:text-sky-50:hover{--tw-text-opacity:1;color:rgb(240 249 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-sky-500:hover{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.calcom-atoms .hover\:text-sky-600:hover{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.calcom-atoms .hover\:text-sky-700:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.calcom-atoms .hover\:text-sky-800:hover{--tw-text-opacity:1;color:rgb(7 89 133/var(--tw-text-opacity))}.calcom-atoms .hover\:text-sky-900:hover{--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity))}.calcom-atoms .hover\:text-slate-100:hover{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity))}.calcom-atoms .hover\:text-slate-200:hover{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}.calcom-atoms .hover\:text-slate-300:hover{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity))}.calcom-atoms .hover\:text-slate-400:hover{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.calcom-atoms .hover\:text-slate-50:hover{--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity))}.calcom-atoms .hover\:text-slate-500:hover{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.calcom-atoms .hover\:text-slate-600:hover{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.calcom-atoms .hover\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.calcom-atoms .hover\:text-slate-800:hover{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.calcom-atoms .hover\:text-slate-900:hover{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.calcom-atoms .hover\:text-stone-100:hover{--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity))}.calcom-atoms .hover\:text-stone-200:hover{--tw-text-opacity:1;color:rgb(231 229 228/var(--tw-text-opacity))}.calcom-atoms .hover\:text-stone-300:hover{--tw-text-opacity:1;color:rgb(214 211 209/var(--tw-text-opacity))}.calcom-atoms .hover\:text-stone-400:hover{--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}.calcom-atoms .hover\:text-stone-50:hover{--tw-text-opacity:1;color:rgb(250 250 249/var(--tw-text-opacity))}.calcom-atoms .hover\:text-stone-500:hover{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}.calcom-atoms .hover\:text-stone-600:hover{--tw-text-opacity:1;color:rgb(87 83 78/var(--tw-text-opacity))}.calcom-atoms .hover\:text-stone-700:hover{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity))}.calcom-atoms .hover\:text-stone-800:hover{--tw-text-opacity:1;color:rgb(41 37 36/var(--tw-text-opacity))}.calcom-atoms .hover\:text-stone-900:hover{--tw-text-opacity:1;color:rgb(28 25 23/var(--tw-text-opacity))}.calcom-atoms .hover\:text-teal-100:hover{--tw-text-opacity:1;color:rgb(204 251 241/var(--tw-text-opacity))}.calcom-atoms .hover\:text-teal-200:hover{--tw-text-opacity:1;color:rgb(153 246 228/var(--tw-text-opacity))}.calcom-atoms .hover\:text-teal-300:hover{--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity))}.calcom-atoms .hover\:text-teal-400:hover{--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity))}.calcom-atoms .hover\:text-teal-50:hover{--tw-text-opacity:1;color:rgb(240 253 250/var(--tw-text-opacity))}.calcom-atoms .hover\:text-teal-500:hover{--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity))}.calcom-atoms .hover\:text-teal-600:hover{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity))}.calcom-atoms .hover\:text-teal-700:hover{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity))}.calcom-atoms .hover\:text-teal-800:hover{--tw-text-opacity:1;color:rgb(17 94 89/var(--tw-text-opacity))}.calcom-atoms .hover\:text-teal-900:hover{--tw-text-opacity:1;color:rgb(19 78 74/var(--tw-text-opacity))}.calcom-atoms .hover\:text-transparent:hover{color:#0000}.calcom-atoms .hover\:text-violet-100:hover{--tw-text-opacity:1;color:rgb(237 233 254/var(--tw-text-opacity))}.calcom-atoms .hover\:text-violet-200:hover{--tw-text-opacity:1;color:rgb(221 214 254/var(--tw-text-opacity))}.calcom-atoms .hover\:text-violet-300:hover{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity))}.calcom-atoms .hover\:text-violet-400:hover{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity))}.calcom-atoms .hover\:text-violet-50:hover{--tw-text-opacity:1;color:rgb(245 243 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-violet-500:hover{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity))}.calcom-atoms .hover\:text-violet-600:hover{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity))}.calcom-atoms .hover\:text-violet-700:hover{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity))}.calcom-atoms .hover\:text-violet-800:hover{--tw-text-opacity:1;color:rgb(91 33 182/var(--tw-text-opacity))}.calcom-atoms .hover\:text-violet-900:hover{--tw-text-opacity:1;color:rgb(76 29 149/var(--tw-text-opacity))}.calcom-atoms .hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.calcom-atoms .hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity))}.calcom-atoms .hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity))}.calcom-atoms .hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity))}.calcom-atoms .hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.calcom-atoms .hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity))}.calcom-atoms .hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.calcom-atoms .hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.calcom-atoms .hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.calcom-atoms .hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.calcom-atoms .hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity))}.calcom-atoms .hover\:text-zinc-100:hover{--tw-text-opacity:1;color:rgb(244 244 245/var(--tw-text-opacity))}.calcom-atoms .hover\:text-zinc-200:hover{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity))}.calcom-atoms .hover\:text-zinc-300:hover{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity))}.calcom-atoms .hover\:text-zinc-400:hover{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.calcom-atoms .hover\:text-zinc-50:hover{--tw-text-opacity:1;color:rgb(250 250 250/var(--tw-text-opacity))}.calcom-atoms .hover\:text-zinc-500:hover{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.calcom-atoms .hover\:text-zinc-600:hover{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity))}.calcom-atoms .hover\:text-zinc-700:hover{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity))}.calcom-atoms .hover\:text-zinc-800:hover{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity))}.calcom-atoms .hover\:text-zinc-900:hover{--tw-text-opacity:1;color:rgb(24 24 27/var(--tw-text-opacity))}.calcom-atoms .hover\:underline:hover{text-decoration-line:underline}.calcom-atoms .hover\:opacity-100:hover{opacity:1}.calcom-atoms .hover\:shadow:hover{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--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)}.calcom-atoms .hover\:outline-none:hover{outline:2px solid #0000;outline-offset:2px}.calcom-atoms .hover\:ring-0:hover{--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(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)}.calcom-atoms .hover\:ring-amber-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(254 243 199/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-amber-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(253 230 138/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-amber-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(252 211 77/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-amber-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(251 191 36/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-amber-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(255 251 235/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-amber-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-amber-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(217 119 6/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-amber-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(180 83 9/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-amber-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(146 64 14/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-amber-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(120 53 15/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-black:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 17/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-blue-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(219 234 254/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-blue-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(191 219 254/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-blue-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-blue-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-blue-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(239 246 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-blue-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-blue-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-blue-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(29 78 216/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-blue-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(30 64 175/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-blue-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(30 58 138/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-cyan-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(207 250 254/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-cyan-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(165 243 252/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-cyan-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(103 232 249/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-cyan-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(34 211 238/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-cyan-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(236 254 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-cyan-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-cyan-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(8 145 178/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-cyan-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(14 116 144/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-cyan-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(21 94 117/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-cyan-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(22 78 99/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-emerald-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(209 250 229/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-emerald-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(167 243 208/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-emerald-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(110 231 183/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-emerald-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(52 211 153/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-emerald-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(236 253 245/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-emerald-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-emerald-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-emerald-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(4 120 87/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-emerald-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(6 95 70/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-emerald-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(6 78 59/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-fuchsia-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(250 232 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-fuchsia-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(245 208 254/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-fuchsia-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(240 171 252/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-fuchsia-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(232 121 249/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-fuchsia-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(253 244 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-fuchsia-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(217 70 239/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-fuchsia-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(192 38 211/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-fuchsia-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(162 28 175/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-fuchsia-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(134 25 143/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-fuchsia-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(112 26 117/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-gray-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-gray-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-gray-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-gray-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(156 163 175/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-gray-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(249 250 251/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-gray-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-gray-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-gray-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-gray-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(31 41 55/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-gray-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(17 24 39/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-green-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(220 252 231/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-green-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(187 247 208/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-green-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-green-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(74 222 128/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-green-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(240 253 244/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-green-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-green-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(22 163 74/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-green-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(21 128 61/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-green-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(22 101 52/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-green-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(20 83 45/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-indigo-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(224 231 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-indigo-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(199 210 254/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-indigo-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(165 180 252/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-indigo-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(129 140 248/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-indigo-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(238 242 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-indigo-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-indigo-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-indigo-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(67 56 202/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-indigo-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(55 48 163/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-indigo-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(49 46 129/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-lime-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(236 252 203/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-lime-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(217 249 157/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-lime-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(190 242 100/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-lime-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(163 230 53/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-lime-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(247 254 231/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-lime-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-lime-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(101 163 13/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-lime-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(77 124 15/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-lime-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(63 98 18/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-lime-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(54 83 20/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-neutral-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(245 245 245/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-neutral-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(229 229 229/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-neutral-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(212 212 212/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-neutral-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(163 163 163/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-neutral-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(250 250 250/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-neutral-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(115 115 115/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-neutral-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 82/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-neutral-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(64 64 64/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-neutral-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(38 38 38/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-neutral-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(23 23 23/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-orange-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(255 237 213/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-orange-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(254 215 170/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-orange-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(253 186 116/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-orange-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(251 146 60/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-orange-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(255 247 237/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-orange-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-orange-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(234 88 12/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-orange-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(194 65 12/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-orange-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(154 52 18/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-orange-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(124 45 18/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-pink-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(252 231 243/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-pink-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(251 207 232/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-pink-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(249 168 212/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-pink-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(244 114 182/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-pink-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(253 242 248/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-pink-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(236 72 153/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-pink-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(219 39 119/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-pink-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(190 24 93/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-pink-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(131 24 67/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-purple-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(243 232 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-purple-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(233 213 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-purple-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(216 180 254/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-purple-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(192 132 252/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-purple-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(250 245 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-purple-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-purple-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(147 51 234/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-purple-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(126 34 206/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-purple-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(107 33 168/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-purple-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(88 28 135/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-red-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-red-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(254 202 202/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-red-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-red-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-red-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(254 242 242/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-red-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-red-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(220 38 38/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-red-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(185 28 28/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-red-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(153 27 27/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-red-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(127 29 29/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-rose-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(255 228 230/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-rose-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(254 205 211/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-rose-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(253 164 175/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-rose-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(251 113 133/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-rose-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(255 241 242/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-rose-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-rose-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(225 29 72/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-rose-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(190 18 60/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-rose-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(159 18 57/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-rose-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(136 19 55/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-sky-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(224 242 254/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-sky-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(186 230 253/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-sky-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(125 211 252/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-sky-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(56 189 248/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-sky-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(240 249 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-sky-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-sky-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(2 132 199/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-sky-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(3 105 161/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-sky-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(7 89 133/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-sky-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(12 74 110/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-slate-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(241 245 249/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-slate-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-slate-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-slate-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-slate-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(248 250 252/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-slate-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(100 116 139/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-slate-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-slate-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(51 65 85/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-slate-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(30 41 59/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-slate-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-stone-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(245 245 244/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-stone-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(231 229 228/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-stone-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(214 211 209/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-stone-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(168 162 158/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-stone-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(250 250 249/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-stone-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(120 113 108/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-stone-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(87 83 78/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-stone-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(68 64 60/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-stone-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(41 37 36/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-stone-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(28 25 23/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-teal-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(204 251 241/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-teal-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(153 246 228/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-teal-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(94 234 212/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-teal-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(45 212 191/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-teal-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(240 253 250/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-teal-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(20 184 166/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-teal-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(13 148 136/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-teal-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(15 118 110/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-teal-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(17 94 89/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-teal-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(19 78 74/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-transparent:hover{--tw-ring-color:#0000}.calcom-atoms .hover\:ring-violet-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(237 233 254/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-violet-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(221 214 254/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-violet-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(196 181 253/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-violet-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(167 139 250/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-violet-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(245 243 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-violet-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-violet-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(124 58 237/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-violet-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(109 40 217/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-violet-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(91 33 182/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-violet-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(76 29 149/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-white:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-yellow-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(254 249 195/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-yellow-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(254 240 138/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-yellow-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(253 224 71/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-yellow-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(250 204 21/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-yellow-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(254 252 232/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-yellow-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-yellow-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(202 138 4/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-yellow-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(161 98 7/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-yellow-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(133 77 14/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-yellow-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(113 63 18/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-zinc-100:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(244 244 245/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-zinc-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(228 228 231/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-zinc-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(212 212 216/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-zinc-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(161 161 170/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-zinc-50:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(250 250 250/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-zinc-500:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(113 113 122/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-zinc-600:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 91/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-zinc-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(63 63 70/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-zinc-800:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(39 39 42/var(--tw-ring-opacity))}.calcom-atoms .hover\:ring-zinc-900:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(24 24 27/var(--tw-ring-opacity))}.calcom-atoms .checked\:hover\:border-error:hover:checked{border-color:var(--cal-border-error,#aa2e26)}.calcom-atoms .checked\:hover\:bg-darkerror:hover:checked{background-color:var(--cal-bg-dark-error)}.calcom-atoms .checked\:hover\:bg-gray-600:hover:checked{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.calcom-atoms .hover\:checked\:bg-gray-300:checked:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.calcom-atoms .disabled\:hover\:cursor-not-allowed:hover:disabled{cursor:not-allowed}.calcom-atoms .disabled\:hover\:border-default:hover:disabled{border-color:var(--cal-border,#d1d5db)}.calcom-atoms .disabled\:hover\:border-red-200:hover:disabled{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.calcom-atoms .disabled\:hover\:border-subtle:hover:disabled{border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .disabled\:hover\:bg-brand-subtle:hover:disabled{background-color:var(--cal-brand-subtle,#9ca3af)}.calcom-atoms .disabled\:hover\:bg-default:hover:disabled{background-color:var(--cal-bg,#fff)}.calcom-atoms .disabled\:hover\:bg-transparent:hover:disabled{background-color:initial}.calcom-atoms .disabled\:hover\:bg-opacity-30:hover:disabled{--tw-bg-opacity:.3}.calcom-atoms .disabled\:hover\:text-muted:hover:disabled{color:var(--cal-text-muted,#9ca3af)}.calcom-atoms .disabled\:hover\:opacity-40:hover:disabled{opacity:.4}.calcom-atoms .group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive)/.3)}.calcom-atoms .group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.calcom-atoms .group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.calcom-atoms .group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity))}.calcom-atoms .active\:bg-default:active{background-color:var(--cal-bg,#fff)}.calcom-atoms .radix-state-open\:rotate-45[data-state=open]{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .radix-state-open\:border-emphasis[data-state=open]{border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms .radix-state-open\:outline-none[data-state=open]{outline:2px solid #0000;outline-offset:2px}.calcom-atoms .radix-state-open\:ring-0[data-state=open]{--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(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)}.calcom-atoms .radix-state-open\:ring-2[data-state=open]{--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)}.calcom-atoms .radix-state-open\:ring-emphasis[data-state=open]{--tw-ring-color:var(--cal-bg-emphasis)}.calcom-atoms :is([dir=ltr] .ltr\:right-2){right:.5rem}.calcom-atoms :is([dir=ltr] .ltr\:-ml-1){margin-left:-.25rem}.calcom-atoms :is([dir=ltr] .ltr\:-mr-1){margin-right:-.25rem}.calcom-atoms :is([dir=ltr] .ltr\:ml-1){margin-left:.25rem}.calcom-atoms :is([dir=ltr] .ltr\:ml-2){margin-left:.5rem}.calcom-atoms :is([dir=ltr] .ltr\:ml-3){margin-left:.75rem}.calcom-atoms :is([dir=ltr] .ltr\:mr-2){margin-right:.5rem}.calcom-atoms :is([dir=ltr] .ltr\:mr-3){margin-right:.75rem}.calcom-atoms :is([dir=ltr] .ltr\:mr-4){margin-right:1rem}.calcom-atoms :is([dir=ltr] .ltr\:mr-5){margin-right:1.25rem}.calcom-atoms :is([dir=ltr] .ltr\:translate-x-\[2px\]){--tw-translate-x:2px}.calcom-atoms :is([dir=ltr] .ltr\:translate-x-\[2px\]),.calcom-atoms :is([dir=ltr] .ltr\:translate-x-\[4px\]){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms :is([dir=ltr] .ltr\:translate-x-\[4px\]){--tw-translate-x:4px}.calcom-atoms :is([dir=ltr] .ltr\:rounded-l-md){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.calcom-atoms :is([dir=ltr] .ltr\:rounded-r-md){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.calcom-atoms :is([dir=ltr] .ltr\:border-r-0){border-right-width:0}.calcom-atoms :is([dir=ltr] .ltr\:pr-10){padding-right:2.5rem}.calcom-atoms :is([dir=rtl] .rtl\:left-2){left:.5rem}.calcom-atoms :is([dir=rtl] .rtl\:-ml-1){margin-left:-.25rem}.calcom-atoms :is([dir=rtl] .rtl\:-mr-1){margin-right:-.25rem}.calcom-atoms :is([dir=rtl] .rtl\:ml-2){margin-left:.5rem}.calcom-atoms :is([dir=rtl] .rtl\:ml-5){margin-left:1.25rem}.calcom-atoms :is([dir=rtl] .rtl\:mr-1){margin-right:.25rem}.calcom-atoms :is([dir=rtl] .rtl\:mr-2){margin-right:.5rem}.calcom-atoms :is([dir=rtl] .rtl\:mr-3){margin-right:.75rem}.calcom-atoms :is([dir=rtl] .rtl\:-translate-x-\[2px\]){--tw-translate-x:-2px}.calcom-atoms :is([dir=rtl] .rtl\:-translate-x-\[2px\]),.calcom-atoms :is([dir=rtl] .rtl\:-translate-x-\[4px\]){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms :is([dir=rtl] .rtl\:-translate-x-\[4px\]){--tw-translate-x:-4px}.calcom-atoms :is([dir=rtl] .rtl\:flex-row-reverse){flex-direction:row-reverse}.calcom-atoms :is([dir=rtl] .rtl\:space-x-reverse)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.calcom-atoms :is([dir=rtl] .rtl\:rounded-l-md){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.calcom-atoms :is([dir=rtl] .rtl\:rounded-r-md){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.calcom-atoms :is([dir=rtl] .rtl\:border-l-0){border-left-width:0}.calcom-atoms :is([dir=rtl] .rtl\:pl-10){padding-left:2.5rem}.calcom-atoms :is(.dark .dark\:border-gray-900){--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.calcom-atoms :is(.dark .dark\:bg-black){--tw-bg-opacity:1;background-color:rgb(17 17 17/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-blue-900){--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-brand-emphasis){background-color:var(--cal-brand-emphasis,#101010)}.calcom-atoms :is(.dark .dark\:bg-darkgray-100){--tw-bg-opacity:1;background-color:rgb(28 28 28/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-darkgray-200){--tw-bg-opacity:1;background-color:rgb(43 43 43/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-darkgray-900){--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-muted){background-color:var(--cal-bg-muted)}.calcom-atoms :is(.dark .dark\:bg-orange-900){--tw-bg-opacity:1;background-color:rgb(124 45 18/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-red-900){--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:bg-opacity-70){--tw-bg-opacity:.7}.calcom-atoms :is(.dark .dark\:bg-gradient-to-tr){background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.calcom-atoms :is(.dark .dark\:from-subtle){--tw-gradient-from:var(--cal-bg-subtle) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.calcom-atoms :is(.dark .dark\:to-muted){--tw-gradient-to:var(--cal-bg-muted) var(--tw-gradient-to-position)}.calcom-atoms :is(.dark .dark\:\!text-darkgray-900){--tw-text-opacity:1!important;color:rgb(243 244 246/var(--tw-text-opacity))!important}.calcom-atoms :is(.dark .dark\:text-blue-200){--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-darkgray-50){--tw-text-opacity:1;color:rgb(16 16 16/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-darkgray-800){--tw-text-opacity:1;color:rgb(232 232 232/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-gray-300){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-inverted){color:var(--cal-text-inverted,#fff)}.calcom-atoms :is(.dark .dark\:text-muted){color:var(--cal-text-muted,#9ca3af)}.calcom-atoms :is(.dark .dark\:text-orange-200){--tw-text-opacity:1;color:rgb(254 215 170/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-red-100){--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-red-200){--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:text-red-700\/30){color:#b91c1c4d}.calcom-atoms :is(.dark .dark\:invert){--tw-invert:invert(100%);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)}.calcom-atoms :is(.dark .dark\:selection\:bg-green-500 *)::-moz-selection{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:selection\:bg-green-500 *)::selection{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:selection\:bg-green-500)::-moz-selection{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:selection\:bg-green-500)::selection{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.calcom-atoms :is(.dark .dark\:placeholder\:text-muted)::-moz-placeholder{color:var(--cal-text-muted,#9ca3af)}.calcom-atoms :is(.dark .dark\:placeholder\:text-muted)::placeholder{color:var(--cal-text-muted,#9ca3af)}.calcom-atoms :is(.dark .dark\:after\:bg-brand-accent):after{content:var(--tw-content);background-color:var(--cal-brand-accent,#fff)}.calcom-atoms :is(.dark .dark\:after\:bg-inverted):after{content:var(--tw-content);background-color:var(--cal-bg-inverted)}.calcom-atoms :is(.dark .dark\:checked\:bg-brand-default:checked){background-color:var(--cal-brand,#111827)}.calcom-atoms :is(.dark .dark\:focus\:border-emphasis:focus){border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms :is(.dark .disabled\:dark\:text-subtle):disabled{color:var(--cal-text-subtle,#6b7280)}.calcom-atoms :is(.dark .dark\:hover\:bg-subtle:hover){background-color:var(--cal-bg-subtle)}.calcom-atoms :is(.dark .dark\:hover\:text-red-100:hover){--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.calcom-atoms :is(.dark .dark\:checked\:hover\:bg-brand-default:hover:checked){background-color:var(--cal-brand,#111827)}@media print{.calcom-atoms .print\:hidden{display:none}.calcom-atoms .print\:w-full{width:100%}}@media (min-width:640px){.calcom-atoms .sm\:inset-y-2{top:.5rem;bottom:.5rem}.calcom-atoms .sm\:bottom-0{bottom:0}.calcom-atoms .sm\:right-0{right:0}.calcom-atoms .sm\:right-2{right:.5rem}.calcom-atoms .sm\:top-auto{top:auto}.calcom-atoms .sm\:col-span-1{grid-column:span 1/span 1}.calcom-atoms .sm\:col-span-10{grid-column:span 10/span 10}.calcom-atoms .sm\:col-span-11{grid-column:span 11/span 11}.calcom-atoms .sm\:col-span-12{grid-column:span 12/span 12}.calcom-atoms .sm\:col-span-2{grid-column:span 2/span 2}.calcom-atoms .sm\:col-span-3{grid-column:span 3/span 3}.calcom-atoms .sm\:col-span-4{grid-column:span 4/span 4}.calcom-atoms .sm\:col-span-5{grid-column:span 5/span 5}.calcom-atoms .sm\:col-span-6{grid-column:span 6/span 6}.calcom-atoms .sm\:col-span-7{grid-column:span 7/span 7}.calcom-atoms .sm\:col-span-8{grid-column:span 8/span 8}.calcom-atoms .sm\:col-span-9{grid-column:span 9/span 9}.calcom-atoms .sm\:mx-0{margin-left:0;margin-right:0}.calcom-atoms .sm\:mx-auto{margin-left:auto;margin-right:auto}.calcom-atoms .sm\:my-0{margin-top:0;margin-bottom:0}.calcom-atoms .sm\:my-8{margin-top:2rem;margin-bottom:2rem}.calcom-atoms .sm\:mb-0{margin-bottom:0}.calcom-atoms .sm\:ml-0{margin-left:0}.calcom-atoms .sm\:ml-4{margin-left:1rem}.calcom-atoms .sm\:ml-5{margin-left:1.25rem}.calcom-atoms .sm\:mr-36{margin-right:9rem}.calcom-atoms .sm\:mt-0{margin-top:0}.calcom-atoms .sm\:mt-4{margin-top:1rem}.calcom-atoms .sm\:mt-5{margin-top:1.25rem}.calcom-atoms .sm\:block{display:block}.calcom-atoms .sm\:inline-block{display:inline-block}.calcom-atoms .sm\:inline{display:inline}.calcom-atoms .sm\:flex{display:flex}.calcom-atoms .sm\:grid{display:grid}.calcom-atoms .sm\:hidden{display:none}.calcom-atoms .sm\:h-4{height:1rem}.calcom-atoms .sm\:h-screen{height:100vh}.calcom-atoms .sm\:w-4{width:1rem}.calcom-atoms .sm\:w-\[45rem\]{width:45rem}.calcom-atoms .sm\:w-full{width:100%}.calcom-atoms .sm\:max-w-\[35rem\]{max-width:35rem}.calcom-atoms .sm\:max-w-\[45rem\]{max-width:45rem}.calcom-atoms .sm\:max-w-\[48rem\]{max-width:48rem}.calcom-atoms .sm\:max-w-\[520px\]{max-width:520px}.calcom-atoms .sm\:max-w-\[600px\]{max-width:600px}.calcom-atoms .sm\:max-w-\[70rem\]{max-width:70rem}.calcom-atoms .sm\:max-w-\[90rem\]{max-width:90rem}.calcom-atoms .sm\:max-w-lg{max-width:32rem}.calcom-atoms .sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.calcom-atoms .sm\:grid-cols-none{grid-template-columns:none}.calcom-atoms .sm\:flex-row{flex-direction:row}.calcom-atoms .sm\:flex-col{flex-direction:column}.calcom-atoms .sm\:justify-end{justify-content:flex-end}.calcom-atoms .sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .sm\: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*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.calcom-atoms .sm\:overflow-hidden{overflow:hidden}.calcom-atoms .sm\:rounded-lg{border-radius:var(--radius)}.calcom-atoms .sm\:rounded-md{border-radius:calc(var(--radius) - 2px)}.calcom-atoms .sm\:border-subtle{border-color:var(--cal-border-subtle,#e5e7eb)}.calcom-atoms .sm\:p-0{padding:0}.calcom-atoms .sm\:p-6{padding:1.5rem}.calcom-atoms .sm\:p-8{padding:2rem}.calcom-atoms .sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.calcom-atoms .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.calcom-atoms .sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.calcom-atoms .sm\:text-left{text-align:left}.calcom-atoms .sm\:align-middle{vertical-align:middle}.calcom-atoms .sm\:text-sm{font-size:.875rem;line-height:1.25rem}.calcom-atoms .sm\:text-xs{font-size:.75rem;line-height:1rem}.calcom-atoms .sm\:leading-4{line-height:1rem}.calcom-atoms .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%}.calcom-atoms .sm\:hover\:bg-muted:hover{background-color:var(--cal-bg-muted)}}@media (min-width:768px){.calcom-atoms .md\:relative{position:relative}.calcom-atoms .md\:z-10{z-index:10}.calcom-atoms .md\:col-span-1{grid-column:span 1/span 1}.calcom-atoms .md\:col-span-10{grid-column:span 10/span 10}.calcom-atoms .md\:col-span-11{grid-column:span 11/span 11}.calcom-atoms .md\:col-span-12{grid-column:span 12/span 12}.calcom-atoms .md\:col-span-2{grid-column:span 2/span 2}.calcom-atoms .md\:col-span-3{grid-column:span 3/span 3}.calcom-atoms .md\:col-span-4{grid-column:span 4/span 4}.calcom-atoms .md\:col-span-5{grid-column:span 5/span 5}.calcom-atoms .md\:col-span-6{grid-column:span 6/span 6}.calcom-atoms .md\:col-span-7{grid-column:span 7/span 7}.calcom-atoms .md\:col-span-8{grid-column:span 8/span 8}.calcom-atoms .md\:col-span-9{grid-column:span 9/span 9}.calcom-atoms .md\:mb-0{margin-bottom:0}.calcom-atoms .md\:mb-2{margin-bottom:.5rem}.calcom-atoms .md\:mb-6{margin-bottom:1.5rem}.calcom-atoms .md\:mt-0{margin-top:0}.calcom-atoms .md\:block{display:block}.calcom-atoms .md\:inline{display:inline}.calcom-atoms .md\:flex{display:flex}.calcom-atoms .md\:inline-flex{display:inline-flex}.calcom-atoms .md\:hidden{display:none}.calcom-atoms .md\:h-11{height:2.75rem}.calcom-atoms .md\:h-80{height:20rem}.calcom-atoms .md\:h-9{height:2.25rem}.calcom-atoms .md\:max-h-80{max-height:20rem}.calcom-atoms .md\:w-11{width:2.75rem}.calcom-atoms .md\:w-\[700px\]{width:700px}.calcom-atoms .md\:w-auto{width:auto}.calcom-atoms .md\:max-w-\[145px\]{max-width:145px}.calcom-atoms .md\:max-w-\[420px\]{max-width:420px}.calcom-atoms .md\:max-w-sm{max-width:24rem}.calcom-atoms .md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.calcom-atoms .md\:grid-cols-none{grid-template-columns:none}.calcom-atoms .md\:flex-row{flex-direction:row}.calcom-atoms .md\:rounded-md{border-radius:calc(var(--radius) - 2px)}.calcom-atoms .md\:border{border-width:1px}.calcom-atoms .md\:p-4{padding:1rem}.calcom-atoms .md\:px-4{padding-left:1rem;padding-right:1rem}.calcom-atoms .md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.calcom-atoms .md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.calcom-atoms .md\:radix-state-open\:rotate-0[data-state=open]{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (min-width:1024px){.calcom-atoms .lg\:left-1\/2{left:50%}.calcom-atoms .lg\:left-3{left:.75rem}.calcom-atoms .lg\:col-span-1{grid-column:span 1/span 1}.calcom-atoms .lg\:col-span-10{grid-column:span 10/span 10}.calcom-atoms .lg\:col-span-11{grid-column:span 11/span 11}.calcom-atoms .lg\:col-span-12{grid-column:span 12/span 12}.calcom-atoms .lg\:col-span-2{grid-column:span 2/span 2}.calcom-atoms .lg\:col-span-3{grid-column:span 3/span 3}.calcom-atoms .lg\:col-span-4{grid-column:span 4/span 4}.calcom-atoms .lg\:col-span-5{grid-column:span 5/span 5}.calcom-atoms .lg\:col-span-6{grid-column:span 6/span 6}.calcom-atoms .lg\:col-span-7{grid-column:span 7/span 7}.calcom-atoms .lg\:col-span-8{grid-column:span 8/span 8}.calcom-atoms .lg\:col-span-9{grid-column:span 9/span 9}.calcom-atoms .lg\:mb-5{margin-bottom:1.25rem}.calcom-atoms .lg\:mb-8{margin-bottom:2rem}.calcom-atoms .lg\:ml-0{margin-left:0}.calcom-atoms .lg\:ml-14{margin-left:3.5rem}.calcom-atoms .lg\:mt-0{margin-top:0}.calcom-atoms .lg\:block{display:block}.calcom-atoms .lg\:flex{display:flex}.calcom-atoms .lg\:max-w-\[50\%\]{max-width:50%}.calcom-atoms .lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.calcom-atoms .lg\:grid-cols-none{grid-template-columns:none}.calcom-atoms .lg\:flex-row{flex-direction:row}.calcom-atoms .lg\:items-center{align-items:center}.calcom-atoms .lg\: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*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .lg\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.calcom-atoms .lg\:p-20{padding:5rem}}@media (min-width:1280px){.calcom-atoms .xl\:mr-0{margin-right:0}.calcom-atoms .xl\:mt-0{margin-top:0}.calcom-atoms .xl\:max-w-80{max-width:20rem}.calcom-atoms .xl\:flex-row{flex-direction:row}.calcom-atoms .xl\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)))}.calcom-atoms .xl\: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*(1 - var(--tw-space-x-reverse)))}}.calcom-atoms .\[\&\:has\(\+_input\:hover\)\]\:border-emphasis:has(+input:hover){border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms .\[\&\:has\(\+_input\:hover\)\]\:border-r-default:has(+input:hover){border-right-color:var(--cal-border,#d1d5db)}.calcom-atoms .\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.calcom-atoms .first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.calcom-atoms .last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.calcom-atoms .\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent)/.5)}.calcom-atoms .\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.calcom-atoms .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.calcom-atoms .\[\&\:has\(input\:checked\)\]\:border-emphasis:has(input:checked){border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms .\[\&\>\*\:first-child\]\:mt-1>:first-child{margin-top:.25rem}.calcom-atoms .\[\&\>\*\:first-child\]\:rounded-l-md>:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.calcom-atoms .\[\&\>\*\:first-child\]\:rounded-t-md>:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.calcom-atoms .\[\&\>\*\:first-child\]\:border-l>:first-child{border-left-width:1px}.calcom-atoms :is([dir=ltr] .ltr\:\[\&\>\*\:first-child\]\:ml-0>:first-child){margin-left:0}.calcom-atoms :is([dir=ltr] .ltr\:\[\&\>\*\:first-child\]\:rounded-l-md>:first-child){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.calcom-atoms :is([dir=ltr] .ltr\:\[\&\>\*\:first-child\]\:border-l>:first-child){border-left-width:1px}.calcom-atoms :is([dir=rtl] .rtl\:\[\&\>\*\:first-child\]\:rounded-r-md>:first-child){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.calcom-atoms :is([dir=rtl] .rtl\:\[\&\>\*\:first-child\]\:border-r>:first-child){border-right-width:1px}.calcom-atoms .\[\&\>\*\:last-child\]\:mb-1>:last-child{margin-bottom:.25rem}.calcom-atoms .\[\&\>\*\:last-child\]\:rotate-180>:last-child{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .\[\&\>\*\:last-child\]\:rounded-b-md>:last-child{border-bottom-right-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.calcom-atoms .\[\&\>\*\:last-child\]\:rounded-r-md>:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.calcom-atoms .\[\&\>\*\:last-child\]\:transition-transform>:last-child{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calcom-atoms :is([dir=ltr] .ltr\:\[\&\>\*\:last-child\]\:rounded-r-md>:last-child){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.calcom-atoms :is([dir=rtl] .rtl\:\[\&\>\*\:last-child\]\:rounded-l-md>:last-child){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.calcom-atoms .\[\&\>a\]\:-ml-\[1px\]>a{margin-left:-1px}.calcom-atoms .hover\:\[\&\>a\]\:z-\[1\]>a:hover{z-index:1}.calcom-atoms .\[\&\>button\]\:-ml-\[1px\]>button{margin-left:-1px}.calcom-atoms .hover\:\[\&\>button\]\:z-\[1\]>button:hover{z-index:1}.calcom-atoms .\[\&\[aria-checked\=\'false\'\]\]\:hover\:text-emphasis:hover[aria-checked=false]{color:var(--cal-text-emphasis,#111827)}.calcom-atoms .\[\&\[aria-current\=\'page\'\]\]\:bg-emphasis[aria-current=page]{background-color:var(--cal-bg-emphasis)}.calcom-atoms .\[\&\[aria-current\=\'page\'\]\]\:text-emphasis[aria-current=page]{color:var(--cal-text-emphasis,#111827)}.calcom-atoms :is([dir=ltr] .ltr\:\[\&\[data-state\=\'checked\'\]\]\:translate-x-\[13px\][data-state=checked]){--tw-translate-x:13px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms :is([dir=ltr] .ltr\:\[\&\[data-state\=\'checked\'\]\]\:translate-x-\[17px\][data-state=checked]){--tw-translate-x:17px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms :is([dir=rtl] .rtl\:\[\&\[data-state\=\'checked\'\]\]\:-translate-x-\[13px\][data-state=checked]){--tw-translate-x:-13px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms :is([dir=rtl] .rtl\:\[\&\[data-state\=\'checked\'\]\]\:-translate-x-\[17px\][data-state=checked]){--tw-translate-x:-17px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.calcom-atoms .\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.calcom-atoms .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.calcom-atoms .\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.calcom-atoms .\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.calcom-atoms .\[\&_\[cmdk-group-heading\]\]\:text-muted [cmdk-group-heading]{color:var(--cal-text-muted,#9ca3af)}.calcom-atoms .\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.calcom-atoms .\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.calcom-atoms .\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.calcom-atoms .\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.calcom-atoms .\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.calcom-atoms .\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.calcom-atoms .\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.calcom-atoms .\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.calcom-atoms .\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.calcom-atoms .\[\&_a\]\:rounded-none a{border-radius:0}.calcom-atoms .\[\&_a\]\:border-l-0 a{border-left-width:0}.calcom-atoms .\[\&_button\]\:rounded-none button{border-radius:0}.calcom-atoms .\[\&_button\]\:border-l-0 button{border-left-width:0}.calcom-atoms .\[\&_svg\]\:invisible svg{visibility:hidden}.calcom-atoms .\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.calcom-atoms .\[\&_tr\]\:border-b tr{border-bottom-width:1px}.calcom-atoms .\[\&_tr\]\:bg-subtle tr{background-color:var(--cal-bg-subtle)}@media (max-width:1270px){.calcom-atoms .\[\@media\(max-width\:1270px\)\]\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:260px){.calcom-atoms .\[\@media\(max-width\:260px\)\]\:w-full{width:100%}.calcom-atoms .\[\@media\(max-width\:260px\)\]\:justify-center{justify-content:center}}@media (max-width:500px){.calcom-atoms .\[\@media\(max-width\:500px\)\]\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (max-width:730px){.calcom-atoms .\[\@media\(max-width\:730px\)\]\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}.calcom-atoms input:hover+.\[input\:hover_\+_\&\]\:border-emphasis{border-color:var(--cal-border-emphasis,#9ca3af)}.calcom-atoms input:hover+.\[input\:hover_\+_\&\]\:border-l-default{border-left-color:var(--cal-border,#d1d5db)}*,: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 / .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 / .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:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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,Menlo,Monaco,Consolas,Liberation Mono,Courier New,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:-.25em}sup{top:-.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: 0 0% 100%;--foreground: 240 6% 10%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 240 6% 10%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 240 4% 96%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 5% 96%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 72% 51%;--destructive-foreground: 0 86% 97%;--border: 240 6% 90%;--input: 240 6% 90%;--ring: 222.2 84% 4.9%;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--radius: .5rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-background: 0 0% 96%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%;--cosmic-blue-100: 212 100% 97%;--cosmic-blue-200: 213 47% 70%;--cosmic-blue-300: 213 34% 54%;--cosmic-blue-400: 213 32% 49%;--cosmic-blue-500: 214 35% 36%;--cosmic-blue-600: 216 75% 15%;--cosmic-blue-700: 214 35% 36%;--nebula-green-100: 173 20% 91%;--nebula-green-200: 188 23% 54%;--nebula-green-300: 188 36% 37%;--nebula-green-400: 188 36% 37%;--nebula-green-500: 193 47% 23%;--nebula-green-600: 194 55% 15%;--nebula-green-700: 194 38% 28%;--mars-landscape-300: 42.4 26.2% 87.3%}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 212.7 26.8% 83.9%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 217.2 91.2% 59.8%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}:root{--aui-thread-max-width: 42rem}.aui-root{color:hsl(var(--foreground))}.aui-root *{border-color:hsl(var(--border))}.aui-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:calc(var(--radius) - 2px);font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.aui-button:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-color: hsl(var(--ring))}.aui-button:disabled{pointer-events:none;opacity:.5}.aui-button-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(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)}.aui-button-primary:hover{background-color:hsl(var(--primary) / .9)}.aui-button-outline{border-width:1px;border-color:hsl(var(--input));background-color:hsl(var(--background));--tw-shadow: 0 1px 2px 0 rgb(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)}.aui-button-outline:hover,.aui-button-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.aui-button-medium{height:2.25rem;padding:.5rem 1rem}.aui-button-icon{width:1.5rem;height:1.5rem;padding:.25rem}.aui-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}.aui-avatar-root{position:relative;display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;overflow:hidden;border-radius:9999px}.aui-avatar-image{aspect-ratio:1 / 1;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.aui-avatar-fallback{display:flex;height:100%;width:100%;align-items:center;justify-content:center;border-radius:9999px;background-color:hsl(var(--muted))}.aui-tooltip-content{z-index:50;overflow:hidden;border-radius:calc(var(--radius) - 2px);border-width:1px;background-color:hsl(var(--popover));padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--popover-foreground));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(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);animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial;--tw-enter-opacity: 0;--tw-enter-scale: .95}.aui-tooltip-content[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial;--tw-exit-opacity: 0;--tw-exit-scale: .95}.aui-tooltip-content[data-side=bottom]{--tw-enter-translate-y: -.5rem}.aui-tooltip-content[data-side=left]{--tw-enter-translate-x: .5rem}.aui-tooltip-content[data-side=right]{--tw-enter-translate-x: -.5rem}.aui-tooltip-content[data-side=top]{--tw-enter-translate-y: .5rem}.aui-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:#000c}.aui-dialog-overlay[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.aui-dialog-overlay[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial;--tw-exit-opacity: 0}.aui-dialog-overlay[data-state=open]{--tw-enter-opacity: 0}.aui-dialog-content{position:fixed;left:50%;top:50%;z-index:50}.aui-dialog-content[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.aui-dialog-content[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial;--tw-exit-opacity: 0}.aui-dialog-content[data-state=open]{--tw-enter-opacity: 0}.aui-dialog-content[data-state=closed]{--tw-exit-scale: .95}.aui-dialog-content[data-state=open]{--tw-enter-scale: .95}.aui-dialog-content[data-state=closed]{--tw-exit-translate-x: -50%;--tw-exit-translate-y: -48%}.aui-dialog-content[data-state=open]{--tw-enter-translate-x: -50%;--tw-enter-translate-y: -48%}.aui-dialog-content{display:grid;--tw-translate-x: -50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(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);transition-duration:.2s;animation-duration:.2s}.aui-thread-root{box-sizing:border-box;height:100%;background-color:hsl(var(--background))}.aui-thread-root>.aui-thread-viewport{background-color:inherit}.aui-thread-viewport{display:flex;height:100%;flex-direction:column;align-items:center;overflow-y:scroll;scroll-behavior:smooth;background-color:hsl(var(--background));padding-left:1rem;padding-right:1rem;padding-top:2rem}.aui-thread-viewport-footer{position:sticky;bottom:0;margin-top:.75rem;display:flex;width:100%;max-width:var(--aui-thread-max-width);flex-direction:column;align-items:center;justify-content:flex-end;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);background-color:inherit;padding-bottom:1rem}.aui-thread-scroll-to-bottom{position:absolute;top:-2rem;border-radius:9999px}.aui-thread-scroll-to-bottom:disabled{visibility:hidden}.aui-thread-followup-suggestions{display:flex;min-height:2rem;align-items:center;justify-content:center;gap:.5rem}.aui-thread-followup-suggestion{border-radius:9999px;border-width:1px;background-color:hsl(var(--background));padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,1,1);animation-timing-function:cubic-bezier(.4,0,1,1)}.aui-thread-followup-suggestion:hover{background-color:hsl(var(--muted) / .8)}.aui-thread-welcome-root{display:flex;width:100%;max-width:var(--aui-thread-max-width);flex-grow:1;flex-direction:column}.aui-thread-welcome-center{display:flex;width:100%;flex-grow:1;flex-direction:column;align-items:center;justify-content:center}.aui-thread-welcome-message{margin-top:1rem;font-weight:500}.aui-thread-welcome-suggestion-container{margin-top:.75rem;display:flex;width:100%;align-items:stretch;justify-content:center;gap:1rem}.aui-thread-welcome-suggestion{display:flex;max-width:24rem;flex-grow:1;flex-basis:0px;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--radius);border-width:1px;padding:.75rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,1,1);animation-timing-function:cubic-bezier(.4,0,1,1)}.aui-thread-welcome-suggestion:hover{background-color:hsl(var(--muted) / .8)}.aui-thread-welcome-suggestion-text{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;font-size:.875rem;line-height:1.25rem;font-weight:600}.aui-composer-root{display:flex;width:100%;flex-wrap:wrap;align-items:flex-end;border-radius:var(--radius);border-width:1px;background-color:inherit;padding-left:.625rem;padding-right:.625rem;--tw-shadow: 0 1px 2px 0 rgb(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);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,1,1);animation-timing-function:cubic-bezier(.4,0,1,1)}.aui-composer-root:focus-within{border-color:hsl(var(--ring) / .2)}.aui-composer-input{max-height:10rem;flex-grow:1;resize:none;border-style:none;background-color:transparent;padding:1rem .5rem;font-size:.875rem;line-height:1.25rem;outline:2px solid transparent;outline-offset:2px}.aui-composer-input::-moz-placeholder{color:hsl(var(--muted-foreground))}.aui-composer-input::placeholder{color:hsl(var(--muted-foreground))}.aui-composer-input: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)}.aui-composer-input:disabled{cursor:not-allowed}.aui-composer-send,.aui-composer-cancel,.aui-composer-attach{margin-top:.625rem;margin-bottom:.625rem;width:2rem;height:2rem;padding:.5rem;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,1,1);animation-timing-function:cubic-bezier(.4,0,1,1)}.aui-composer-attachments{display:flex;width:100%;flex-direction:row;gap:.75rem;padding-left:2.5rem;padding-right:2.5rem}.aui-attachment-root{position:relative;margin-top:.75rem}.aui-attachment-content{display:flex;height:3rem;width:10rem;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius);border-width:1px;padding:.25rem}.aui-attachment-preview-trigger{cursor:pointer;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.aui-attachment-preview-trigger:hover{background-color:hsl(var(--accent) / .5)}.aui-attachment-thumb{display:flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:.25rem;border-width:1px;background-color:hsl(var(--muted));font-size:.875rem;line-height:1.25rem}.aui-attachment-text{flex-grow:1;flex-basis:0px}.aui-attachment-name{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;font-size:.75rem;line-height:1rem;font-weight:700;color:hsl(var(--muted-foreground))}.aui-attachment-type{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}.aui-attachment-remove{position:absolute;right:-.75rem;top:-.75rem;width:1.5rem;height:1.5rem;color:hsl(var(--muted-foreground))}.aui-attachment-remove>svg{width:1rem;height:1rem;border-radius:9999px;background-color:hsl(var(--background))}.aui-user-message-root{display:grid;grid-auto-rows:auto;grid-template-columns:minmax(72px,1fr) auto;row-gap:.5rem}.aui-user-message-root>*{grid-column-start:2}.aui-user-message-root{width:100%;max-width:var(--aui-thread-max-width);padding-top:1rem;padding-bottom:1rem}:where(.aui-user-message-root)>.aui-user-action-bar-root{grid-column-start:1;grid-row-start:2;margin-right:.75rem;margin-top:.625rem}:where(.aui-user-message-root)>.aui-user-message-attachments{grid-column:1 / -1;grid-column-start:1;grid-row-start:1;justify-content:flex-end}:where(.aui-user-message-root)>.aui-user-message-content{grid-column-start:2;grid-row-start:2}:where(.aui-user-message-root)>.aui-branch-picker-root{grid-column:1 / -1;grid-column-start:1;grid-row-start:3;margin-right:-.25rem;justify-content:flex-end}.aui-user-message-content{max-width:calc(var(--aui-thread-max-width) * .8);overflow-wrap:break-word;border-radius:1.5rem;background-color:hsl(var(--muted));padding:.625rem 1.25rem;color:hsl(var(--foreground))}.aui-user-message-attachments{display:flex;width:100%;flex-direction:row;gap:.75rem}.aui-user-action-bar-root{display:flex;flex-direction:column;align-items:flex-end}.aui-edit-composer-root{margin-top:1rem;margin-bottom:1rem;display:flex;width:100%;max-width:var(--aui-thread-max-width);flex-direction:column;gap:.5rem;border-radius:.75rem;background-color:hsl(var(--muted))}.aui-edit-composer-input{display:flex;height:2rem;width:100%;resize:none;background-color:transparent;padding:1rem;padding-bottom:0;color:hsl(var(--foreground));outline:2px solid transparent;outline-offset:2px}.aui-edit-composer-footer{margin-left:.75rem;margin-right:.75rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;align-self:flex-end}.aui-assistant-message-root{display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto 1fr;position:relative;width:100%;max-width:var(--aui-thread-max-width);padding-top:1rem;padding-bottom:1rem}:where(.aui-assistant-message-root)>.aui-avatar-root{grid-column-start:1;grid-row:1 / -1;grid-row-start:1;margin-right:1rem}:where(.aui-assistant-message-root)>.aui-branch-picker-root{grid-column-start:2;grid-row-start:2;margin-left:-.5rem;margin-right:.5rem}:where(.aui-assistant-message-root)>.aui-assistant-action-bar-root{grid-column-start:3;grid-row-start:2;margin-left:-.25rem}:where(.aui-assistant-message-root)>.aui-assistant-message-content{grid-column:span 2 / span 2;grid-column-start:2;grid-row-start:1;margin-top:.375rem;margin-bottom:.375rem}.aui-assistant-message-content{max-width:calc(var(--aui-thread-max-width) * .8);overflow-wrap:break-word;line-height:1.75rem;color:hsl(var(--foreground))}.aui-assistant-action-bar-root{display:flex;gap:.25rem;color:hsl(var(--muted-foreground))}:where(.aui-assistant-action-bar-root)[data-floating]{position:absolute;border-radius:calc(var(--radius) - 2px);border-width:1px;background-color:hsl(var(--background));padding:.25rem;--tw-shadow: 0 1px 2px 0 rgb(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)}:where(.aui-assistant-action-bar-feedback-positive)[data-submitted]{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}:where(.aui-assistant-action-bar-feedback-positive)[data-submitted]:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}:where(.aui-assistant-action-bar-feedback-positive)[data-submitted]:is(.dark *){--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}:where(.aui-assistant-action-bar-feedback-positive)[data-submitted]:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}:where(.aui-assistant-action-bar-feedback-negative)[data-submitted]{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}:where(.aui-assistant-action-bar-feedback-negative)[data-submitted]:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}:where(.aui-assistant-action-bar-feedback-negative)[data-submitted]:is(.dark *){--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}:where(.aui-assistant-action-bar-feedback-negative)[data-submitted]:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.aui-branch-picker-root{display:inline-flex;align-items:center;font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}.aui-branch-picker-state{font-weight:500}.aui-text{white-space:pre-line}.aui-text-running:after{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";--tw-content: "●";content:var(--tw-content)}.aui-text-running:where([dir=ltr],[dir=ltr] *):after{margin-left:.25rem}.aui-text-running:where([dir=rtl],[dir=rtl] *):after{margin-right:.25rem}.aui-thread-list-root{display:flex;flex-direction:column;align-items:stretch;gap:.375rem}.aui-thread-list-item{display:flex;align-items:center;gap:.5rem;border-radius:var(--radius);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.aui-thread-list-item:hover{background-color:hsl(var(--muted))}.aui-thread-list-item:focus-visible{background-color:hsl(var(--muted));outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-color: hsl(var(--ring))}.aui-thread-list-item[data-active]{background-color:hsl(var(--muted))}.aui-thread-list-new{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;border-radius:var(--radius);padding:.5rem .625rem;text-align:start}.aui-thread-list-new:hover,.aui-thread-list-new[data-active]{background-color:hsl(var(--muted))}.aui-thread-list-new>.lucide-plus{width:1.25rem;height:1.25rem}.aui-thread-list-item-trigger{flex-grow:1;padding:.5rem .75rem;text-align:start}.aui-thread-list-item-title{font-size:.875rem;line-height:1.25rem}.aui-thread-list-item-archive{margin-left:auto;margin-right:.75rem;width:1rem;height:1rem;padding:0;color:hsl(var(--foreground))}.aui-thread-list-item-archive:hover{color:hsl(var(--primary))}.tab-trigger{position:relative!important;display:inline-flex!important;height:2.25rem!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;border-radius:0!important;border-bottom-width:2px!important;border-bottom-color:transparent!important;background-color:transparent!important;padding:.5rem 1rem .75rem!important;font-size:.875rem!important;line-height:1.25rem!important;font-weight:500!important;color:hsl(var(--muted-foreground))!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important;--tw-ring-offset-color: hsl(var(--background)) !important;transition-property:none!important}.tab-trigger:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-color: hsl(var(--ring));--tw-ring-offset-width: 2px}.tab-trigger:disabled{pointer-events:none!important;opacity:.5!important}.tab-trigger[data-state=active]{border-bottom-color:hsl(var(--primary))!important;background-color:hsl(var(--background))!important;color:hsl(var(--foreground))!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}@keyframes slide-up{0%{transform:translate(-50%,-50%)}to{transform:translate(-50%,-80%)}}@keyframes fade-away{0%{opacity:1;max-height:100vh}to{opacity:0;max-height:0;margin:0;padding:0;overflow:hidden}}.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}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-bottom-14{bottom:-3.5rem}.-bottom-6{bottom:-1.5rem}.-left-3{left:-.75rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-3{right:-.75rem}.-top-0{top:-0px}.-top-1{top:-.25rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-24{bottom:6rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-\[50\%\]{left:50%}.left-\[55\%\]{left:55%}.left-\[7px\]{left:7px}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.right-4{right:1rem}.right-\[-3px\]{right:-3px}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-\[-3px\]{top:-3px}.top-\[10\%\]{top:10%}.top-\[35px\]{top:35px}.top-\[50\%\]{top:50%}.top-\[calc\(100\%\+4px\)\]{top:calc(100% + 4px)}.isolate{isolation:isolate}.z-0{z-index:0}.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-\[5\]{z-index:5}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.row-span-full{grid-row:1 / -1}.row-start-1{grid-row-start:1}.row-start-2{grid-row-start:2}.float-start{float:inline-start}.float-right{float:right}.m-0{margin:0}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.-ml-2{margin-left:-.5rem}.-ml-3{margin-left:-.75rem}.-mr-1{margin-right:-.25rem}.-mr-3{margin-right:-.75rem}.-mr-4{margin-right:-1rem}.-mt-0\.5{margin-top:-.125rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-2\.5{margin-top:-.625rem}.-mt-5{margin-top:-1.25rem}.-mt-8{margin-top:-2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-8{margin-right:2rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[1px\]{margin-top:1px}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.box-content{box-sizing:content-box}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.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}.list-item{display:list-item}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-1\.5{width:.375rem;height:.375rem}.size-12{width:3rem;height:3rem}.size-16{width:4rem;height:4rem}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-3{width:.75rem;height:.75rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-max{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content}.\!h-6{height:1.5rem!important}.h-0{height:0px}.h-1\.5{height:.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:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.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-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[120px\]{height:120px}.h-\[14rem\]{height:14rem}.h-\[15px\]{height:15px}.h-\[1px\]{height:1px}.h-\[28px\]{height:28px}.h-\[300px\]{height:300px}.h-\[32px\]{height:32px}.h-\[33px\]{height:33px}.h-\[36px\]{height:36px}.h-\[400px\]{height:400px}.h-\[46px\]{height:46px}.h-\[476px\]{height:476px}.h-\[60vh\]{height:60vh}.h-\[75vh\]{height:75vh}.h-\[78px\]{height:78px}.h-\[90vh\]{height:90vh}.h-\[calc\(100vh-270px\)\]{height:calc(100vh - 270px)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-0{max-height:0px}.max-h-24{max-height:6rem}.max-h-36{max-height:9rem}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-72{max-height:18rem}.max-h-96{max-height:24rem}.max-h-\[100px\]{max-height:100px}.max-h-\[15lh\]{max-height:15lh}.max-h-\[200px\]{max-height:200px}.max-h-\[230px\]{max-height:230px}.max-h-\[240px\]{max-height:240px}.max-h-\[26px\]{max-height:26px}.max-h-\[300px\]{max-height:300px}.max-h-\[350px\]{max-height:350px}.max-h-\[400px\]{max-height:400px}.max-h-\[40dvh\]{max-height:40dvh}.max-h-\[40vh\]{max-height:40vh}.max-h-\[450px\]{max-height:450px}.max-h-\[5000px\]{max-height:5000px}.max-h-\[500px\]{max-height:500px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[55vh\]{max-height:55vh}.max-h-\[5rem\]{max-height:5rem}.max-h-\[600px\]{max-height:600px}.max-h-\[660px\]{max-height:660px}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-15rem\)\]{max-height:calc(100vh - 15rem)}.max-h-\[calc\(100vh-200px\)\]{max-height:calc(100vh - 200px)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.\!min-h-10{min-height:2.5rem!important}.\!min-h-9,.\!min-h-\[2\.25rem\]{min-height:2.25rem!important}.min-h-0{min-height:0px}.min-h-12{min-height:3rem}.min-h-3{min-height:.75rem}.min-h-32{min-height:8rem}.min-h-64{min-height:16rem}.min-h-72{min-height:18rem}.min-h-8{min-height:2rem}.min-h-9{min-height:2.25rem}.min-h-\[146px\]{min-height:146px}.min-h-\[2\.25rem\]{min-height:2.25rem}.min-h-\[230px\]{min-height:230px}.min-h-\[240px\]{min-height:240px}.min-h-\[350px\]{min-height:350px}.min-h-\[36px\]{min-height:36px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[500px\]{min-height:500px}.min-h-\[56px\]{min-height:56px}.min-h-\[5lh\]{min-height:5lh}.min-h-\[60px\]{min-height:60px}.min-h-\[86px\]{min-height:86px}.min-h-\[min\(55vh\,650px\)\]{min-height:min(55vh,650px)}.min-h-fit{min-height:-moz-fit-content;min-height:fit-content}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.\!w-2\/3{width:66.666667%!important}.\!w-full{width:100%!important}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.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:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-52{width:13rem}.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-9\/12{width:75%}.w-\[--radix-dropdown-menu-trigger-width\]{width:var(--radix-dropdown-menu-trigger-width)}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[140px\]{width:140px}.w-\[150px\]{width:150px}.w-\[160px\]{width:160px}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[220px\]{width:220px}.w-\[240px\]{width:240px}.w-\[25\%\]{width:25%}.w-\[250px\]{width:250px}.w-\[276px\]{width:276px}.w-\[30\%\]{width:30%}.w-\[300px\]{width:300px}.w-\[320px\]{width:320px}.w-\[32px\]{width:32px}.w-\[330px\]{width:330px}.w-\[380px\]{width:380px}.w-\[40\%\]{width:40%}.w-\[400px\]{width:400px}.w-\[40rem\]{width:40rem}.w-\[46px\]{width:46px}.w-\[480px\]{width:480px}.w-\[50\%\]{width:50%}.w-\[500px\]{width:500px}.w-\[560px\]{width:560px}.w-\[70\%\]{width:70%}.w-\[700px\]{width:700px}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[88\%\]{width:88%}.w-\[90\%\]{width:90%}.w-\[90vw\]{width:90vw}.w-\[95\%\]{width:95%}.w-\[calc\(100\%\+2rem\)\]{width:calc(100% + 2rem)}.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-min{width:-moz-min-content;width:min-content}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-3{min-width:.75rem}.min-w-32{min-width:8rem}.min-w-40{min-width:10rem}.min-w-5{min-width:1.25rem}.min-w-56{min-width:14rem}.min-w-64{min-width:16rem}.min-w-96{min-width:24rem}.min-w-\[0\.75rem\]{min-width:.75rem}.min-w-\[100px\]{min-width:100px}.min-w-\[110px\]{min-width:110px}.min-w-\[1200px\]{min-width:1200px}.min-w-\[120px\]{min-width:120px}.min-w-\[160px\]{min-width:160px}.min-w-\[276px\]{min-width:276px}.min-w-\[450px\]{min-width:450px}.min-w-\[50\%\]{min-width:50%}.min-w-\[50px\]{min-width:50px}.min-w-\[600px\]{min-width:600px}.min-w-\[60rem\]{min-width:60rem}.min-w-\[8rem\]{min-width:8rem}.min-w-\[900px\]{min-width:900px}.min-w-\[min\(65vw\,800px\)\]{min-width:min(65vw,800px)}.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}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.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-96{max-width:24rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[120px\]{max-width:120px}.max-w-\[220px\]{max-width:220px}.max-w-\[300px\]{max-width:300px}.max-w-\[350px\]{max-width:350px}.max-w-\[400px\]{max-width:400px}.max-w-\[450px\]{max-width:450px}.max-w-\[500px\]{max-width:500px}.max-w-\[620px\]{max-width:620px}.max-w-\[70\%\]{max-width:70%}.max-w-\[75\%\]{max-width:75%}.max-w-\[800px\]{max-width:800px}.max-w-\[80vw\]{max-width:80vw}.max-w-\[90\%\]{max-width:90%}.max-w-aui-thread{max-width:var(--aui-thread-max-width)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sequence{max-width:880px}.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-\[1_1_30\%\]{flex:1 1 30%}.flex-\[1_1_50\%\]{flex:1 1 50%}.flex-\[1_1_70\%\]{flex:1 1 70%}.flex-\[1_1_75\%\]{flex:1 1 75%}.flex-\[2\]{flex:2}.flex-\[4\]{flex:4}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.grow{flex-grow:1}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x: 0px;--tw-border-spacing-y: 0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(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)) skew(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)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-px{--tw-translate-y: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(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)) skew(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)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ellipsis{0%{opacity:0}50%{opacity:1}to{opacity:0}}.animate-\[ellipsis_0\.8s_steps\(3\,end\)_infinite\]{animation:ellipsis .8s steps(3,end) infinite}.animate-\[pulse_2s_ease-in-out_infinite\]{animation:pulse 2s ease-in-out infinite}@keyframes float{0%{transform:translate(0)}25%{transform:translate(2px,2px)}50%{transform:translateY(4px)}75%{transform:translate(-2px,2px)}to{transform:translate(0)}}.animate-float{animation:float 6.5s ease-in-out infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-default{cursor:default!important}.cursor-\[default\]{cursor:default}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-row-resize{cursor:row-resize}.cursor-text{cursor:text}.touch-none{touch-action:none}.\!select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize-none{resize:none}.resize{resize:both}.scroll-m-20{scroll-margin:5rem}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.break-before-auto{-moz-column-break-before:auto;break-before:auto}.grid-flow-col{grid-auto-flow:column}.auto-rows-auto{grid-auto-rows:auto}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.grid-cols-1{grid-template-columns:repeat(1,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-\[auto_auto_1fr\]{grid-template-columns:auto auto 1fr}.grid-cols-\[minmax\(72px\,1fr\)_auto\]{grid-template-columns:minmax(72px,1fr) auto}.grid-rows-\[auto_1fr\]{grid-template-rows:auto 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}.content-between{align-content:space-between}.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!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[1px\]{gap:1px}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-7{row-gap:1.75rem}.gap-y-8{row-gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.625rem * var(--tw-space-x-reverse));margin-left:calc(.625rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.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-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * 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-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * 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-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-aui-accent>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent))}.divide-aui-accent-foreground>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground))}.divide-aui-accent-foreground\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / 0)}.divide-aui-accent-foreground\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .1)}.divide-aui-accent-foreground\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / 1)}.divide-aui-accent-foreground\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .15)}.divide-aui-accent-foreground\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .2)}.divide-aui-accent-foreground\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .25)}.divide-aui-accent-foreground\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .3)}.divide-aui-accent-foreground\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .35)}.divide-aui-accent-foreground\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .4)}.divide-aui-accent-foreground\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .45)}.divide-aui-accent-foreground\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .05)}.divide-aui-accent-foreground\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .5)}.divide-aui-accent-foreground\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .55)}.divide-aui-accent-foreground\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .6)}.divide-aui-accent-foreground\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .65)}.divide-aui-accent-foreground\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .7)}.divide-aui-accent-foreground\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .75)}.divide-aui-accent-foreground\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .8)}.divide-aui-accent-foreground\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .85)}.divide-aui-accent-foreground\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .9)}.divide-aui-accent-foreground\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent-foreground) / .95)}.divide-aui-accent\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / 0)}.divide-aui-accent\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .1)}.divide-aui-accent\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / 1)}.divide-aui-accent\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .15)}.divide-aui-accent\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .2)}.divide-aui-accent\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .25)}.divide-aui-accent\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .3)}.divide-aui-accent\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .35)}.divide-aui-accent\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .4)}.divide-aui-accent\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .45)}.divide-aui-accent\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .05)}.divide-aui-accent\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .5)}.divide-aui-accent\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .55)}.divide-aui-accent\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .6)}.divide-aui-accent\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .65)}.divide-aui-accent\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .7)}.divide-aui-accent\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .75)}.divide-aui-accent\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .8)}.divide-aui-accent\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .85)}.divide-aui-accent\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .9)}.divide-aui-accent\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--accent) / .95)}.divide-aui-background>:not([hidden])~:not([hidden]){border-color:hsl(var(--background))}.divide-aui-background\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / 0)}.divide-aui-background\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .1)}.divide-aui-background\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / 1)}.divide-aui-background\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .15)}.divide-aui-background\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .2)}.divide-aui-background\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .25)}.divide-aui-background\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .3)}.divide-aui-background\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .35)}.divide-aui-background\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .4)}.divide-aui-background\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .45)}.divide-aui-background\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .05)}.divide-aui-background\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .5)}.divide-aui-background\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .55)}.divide-aui-background\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .6)}.divide-aui-background\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .65)}.divide-aui-background\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .7)}.divide-aui-background\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .75)}.divide-aui-background\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .8)}.divide-aui-background\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .85)}.divide-aui-background\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .9)}.divide-aui-background\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--background) / .95)}.divide-aui-border>:not([hidden])~:not([hidden]){border-color:hsl(var(--border))}.divide-aui-border\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / 0)}.divide-aui-border\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .1)}.divide-aui-border\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / 1)}.divide-aui-border\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .15)}.divide-aui-border\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .2)}.divide-aui-border\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .25)}.divide-aui-border\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .3)}.divide-aui-border\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .35)}.divide-aui-border\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .4)}.divide-aui-border\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .45)}.divide-aui-border\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .05)}.divide-aui-border\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .5)}.divide-aui-border\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .55)}.divide-aui-border\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .6)}.divide-aui-border\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .65)}.divide-aui-border\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .7)}.divide-aui-border\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .75)}.divide-aui-border\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .8)}.divide-aui-border\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .85)}.divide-aui-border\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .9)}.divide-aui-border\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .95)}.divide-aui-card>:not([hidden])~:not([hidden]){border-color:hsl(var(--card))}.divide-aui-card-foreground>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground))}.divide-aui-card-foreground\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / 0)}.divide-aui-card-foreground\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .1)}.divide-aui-card-foreground\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / 1)}.divide-aui-card-foreground\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .15)}.divide-aui-card-foreground\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .2)}.divide-aui-card-foreground\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .25)}.divide-aui-card-foreground\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .3)}.divide-aui-card-foreground\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .35)}.divide-aui-card-foreground\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .4)}.divide-aui-card-foreground\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .45)}.divide-aui-card-foreground\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .05)}.divide-aui-card-foreground\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .5)}.divide-aui-card-foreground\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .55)}.divide-aui-card-foreground\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .6)}.divide-aui-card-foreground\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .65)}.divide-aui-card-foreground\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .7)}.divide-aui-card-foreground\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .75)}.divide-aui-card-foreground\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .8)}.divide-aui-card-foreground\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .85)}.divide-aui-card-foreground\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .9)}.divide-aui-card-foreground\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--card-foreground) / .95)}.divide-aui-card\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / 0)}.divide-aui-card\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .1)}.divide-aui-card\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / 1)}.divide-aui-card\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .15)}.divide-aui-card\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .2)}.divide-aui-card\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .25)}.divide-aui-card\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .3)}.divide-aui-card\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .35)}.divide-aui-card\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .4)}.divide-aui-card\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .45)}.divide-aui-card\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .05)}.divide-aui-card\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .5)}.divide-aui-card\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .55)}.divide-aui-card\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .6)}.divide-aui-card\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .65)}.divide-aui-card\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .7)}.divide-aui-card\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .75)}.divide-aui-card\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .8)}.divide-aui-card\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .85)}.divide-aui-card\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .9)}.divide-aui-card\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--card) / .95)}.divide-aui-destructive>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive))}.divide-aui-destructive-foreground>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground))}.divide-aui-destructive-foreground\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / 0)}.divide-aui-destructive-foreground\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .1)}.divide-aui-destructive-foreground\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / 1)}.divide-aui-destructive-foreground\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .15)}.divide-aui-destructive-foreground\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .2)}.divide-aui-destructive-foreground\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .25)}.divide-aui-destructive-foreground\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .3)}.divide-aui-destructive-foreground\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .35)}.divide-aui-destructive-foreground\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .4)}.divide-aui-destructive-foreground\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .45)}.divide-aui-destructive-foreground\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .05)}.divide-aui-destructive-foreground\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .5)}.divide-aui-destructive-foreground\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .55)}.divide-aui-destructive-foreground\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .6)}.divide-aui-destructive-foreground\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .65)}.divide-aui-destructive-foreground\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .7)}.divide-aui-destructive-foreground\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .75)}.divide-aui-destructive-foreground\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .8)}.divide-aui-destructive-foreground\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .85)}.divide-aui-destructive-foreground\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .9)}.divide-aui-destructive-foreground\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive-foreground) / .95)}.divide-aui-destructive\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / 0)}.divide-aui-destructive\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .1)}.divide-aui-destructive\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / 1)}.divide-aui-destructive\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .15)}.divide-aui-destructive\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .2)}.divide-aui-destructive\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .25)}.divide-aui-destructive\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .3)}.divide-aui-destructive\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .35)}.divide-aui-destructive\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .4)}.divide-aui-destructive\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .45)}.divide-aui-destructive\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .05)}.divide-aui-destructive\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .5)}.divide-aui-destructive\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .55)}.divide-aui-destructive\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .6)}.divide-aui-destructive\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .65)}.divide-aui-destructive\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .7)}.divide-aui-destructive\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .75)}.divide-aui-destructive\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .8)}.divide-aui-destructive\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .85)}.divide-aui-destructive\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .9)}.divide-aui-destructive\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--destructive) / .95)}.divide-aui-foreground>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground))}.divide-aui-foreground\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / 0)}.divide-aui-foreground\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .1)}.divide-aui-foreground\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / 1)}.divide-aui-foreground\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .15)}.divide-aui-foreground\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .2)}.divide-aui-foreground\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .25)}.divide-aui-foreground\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .3)}.divide-aui-foreground\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .35)}.divide-aui-foreground\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .4)}.divide-aui-foreground\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .45)}.divide-aui-foreground\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .05)}.divide-aui-foreground\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .5)}.divide-aui-foreground\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .55)}.divide-aui-foreground\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .6)}.divide-aui-foreground\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .65)}.divide-aui-foreground\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .7)}.divide-aui-foreground\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .75)}.divide-aui-foreground\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .8)}.divide-aui-foreground\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .85)}.divide-aui-foreground\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .9)}.divide-aui-foreground\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground) / .95)}.divide-aui-input>:not([hidden])~:not([hidden]){border-color:hsl(var(--input))}.divide-aui-input\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / 0)}.divide-aui-input\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .1)}.divide-aui-input\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / 1)}.divide-aui-input\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .15)}.divide-aui-input\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .2)}.divide-aui-input\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .25)}.divide-aui-input\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .3)}.divide-aui-input\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .35)}.divide-aui-input\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .4)}.divide-aui-input\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .45)}.divide-aui-input\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .05)}.divide-aui-input\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .5)}.divide-aui-input\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .55)}.divide-aui-input\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .6)}.divide-aui-input\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .65)}.divide-aui-input\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .7)}.divide-aui-input\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .75)}.divide-aui-input\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .8)}.divide-aui-input\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .85)}.divide-aui-input\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .9)}.divide-aui-input\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--input) / .95)}.divide-aui-muted>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted))}.divide-aui-muted-foreground>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground))}.divide-aui-muted-foreground\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / 0)}.divide-aui-muted-foreground\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .1)}.divide-aui-muted-foreground\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / 1)}.divide-aui-muted-foreground\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .15)}.divide-aui-muted-foreground\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .2)}.divide-aui-muted-foreground\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .25)}.divide-aui-muted-foreground\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .3)}.divide-aui-muted-foreground\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .35)}.divide-aui-muted-foreground\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .4)}.divide-aui-muted-foreground\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .45)}.divide-aui-muted-foreground\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .05)}.divide-aui-muted-foreground\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .5)}.divide-aui-muted-foreground\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .55)}.divide-aui-muted-foreground\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .6)}.divide-aui-muted-foreground\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .65)}.divide-aui-muted-foreground\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .7)}.divide-aui-muted-foreground\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .75)}.divide-aui-muted-foreground\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .8)}.divide-aui-muted-foreground\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .85)}.divide-aui-muted-foreground\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .9)}.divide-aui-muted-foreground\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted-foreground) / .95)}.divide-aui-muted\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / 0)}.divide-aui-muted\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .1)}.divide-aui-muted\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / 1)}.divide-aui-muted\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .15)}.divide-aui-muted\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .2)}.divide-aui-muted\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .25)}.divide-aui-muted\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .3)}.divide-aui-muted\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .35)}.divide-aui-muted\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .4)}.divide-aui-muted\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .45)}.divide-aui-muted\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .05)}.divide-aui-muted\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .5)}.divide-aui-muted\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .55)}.divide-aui-muted\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .6)}.divide-aui-muted\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .65)}.divide-aui-muted\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .7)}.divide-aui-muted\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .75)}.divide-aui-muted\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .8)}.divide-aui-muted\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .85)}.divide-aui-muted\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .9)}.divide-aui-muted\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--muted) / .95)}.divide-aui-popover>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover))}.divide-aui-popover-foreground>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground))}.divide-aui-popover-foreground\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / 0)}.divide-aui-popover-foreground\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .1)}.divide-aui-popover-foreground\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / 1)}.divide-aui-popover-foreground\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .15)}.divide-aui-popover-foreground\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .2)}.divide-aui-popover-foreground\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .25)}.divide-aui-popover-foreground\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .3)}.divide-aui-popover-foreground\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .35)}.divide-aui-popover-foreground\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .4)}.divide-aui-popover-foreground\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .45)}.divide-aui-popover-foreground\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .05)}.divide-aui-popover-foreground\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .5)}.divide-aui-popover-foreground\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .55)}.divide-aui-popover-foreground\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .6)}.divide-aui-popover-foreground\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .65)}.divide-aui-popover-foreground\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .7)}.divide-aui-popover-foreground\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .75)}.divide-aui-popover-foreground\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .8)}.divide-aui-popover-foreground\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .85)}.divide-aui-popover-foreground\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .9)}.divide-aui-popover-foreground\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover-foreground) / .95)}.divide-aui-popover\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / 0)}.divide-aui-popover\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .1)}.divide-aui-popover\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / 1)}.divide-aui-popover\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .15)}.divide-aui-popover\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .2)}.divide-aui-popover\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .25)}.divide-aui-popover\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .3)}.divide-aui-popover\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .35)}.divide-aui-popover\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .4)}.divide-aui-popover\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .45)}.divide-aui-popover\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .05)}.divide-aui-popover\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .5)}.divide-aui-popover\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .55)}.divide-aui-popover\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .6)}.divide-aui-popover\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .65)}.divide-aui-popover\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .7)}.divide-aui-popover\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .75)}.divide-aui-popover\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .8)}.divide-aui-popover\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .85)}.divide-aui-popover\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .9)}.divide-aui-popover\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--popover) / .95)}.divide-aui-primary>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary))}.divide-aui-primary-foreground>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground))}.divide-aui-primary-foreground\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / 0)}.divide-aui-primary-foreground\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .1)}.divide-aui-primary-foreground\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / 1)}.divide-aui-primary-foreground\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .15)}.divide-aui-primary-foreground\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .2)}.divide-aui-primary-foreground\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .25)}.divide-aui-primary-foreground\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .3)}.divide-aui-primary-foreground\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .35)}.divide-aui-primary-foreground\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .4)}.divide-aui-primary-foreground\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .45)}.divide-aui-primary-foreground\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .05)}.divide-aui-primary-foreground\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .5)}.divide-aui-primary-foreground\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .55)}.divide-aui-primary-foreground\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .6)}.divide-aui-primary-foreground\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .65)}.divide-aui-primary-foreground\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .7)}.divide-aui-primary-foreground\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .75)}.divide-aui-primary-foreground\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .8)}.divide-aui-primary-foreground\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .85)}.divide-aui-primary-foreground\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .9)}.divide-aui-primary-foreground\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary-foreground) / .95)}.divide-aui-primary\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / 0)}.divide-aui-primary\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .1)}.divide-aui-primary\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / 1)}.divide-aui-primary\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .15)}.divide-aui-primary\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .2)}.divide-aui-primary\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .25)}.divide-aui-primary\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .3)}.divide-aui-primary\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .35)}.divide-aui-primary\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .4)}.divide-aui-primary\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .45)}.divide-aui-primary\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .05)}.divide-aui-primary\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .5)}.divide-aui-primary\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .55)}.divide-aui-primary\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .6)}.divide-aui-primary\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .65)}.divide-aui-primary\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .7)}.divide-aui-primary\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .75)}.divide-aui-primary\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .8)}.divide-aui-primary\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .85)}.divide-aui-primary\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .9)}.divide-aui-primary\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--primary) / .95)}.divide-aui-ring>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring))}.divide-aui-ring\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / 0)}.divide-aui-ring\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .1)}.divide-aui-ring\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / 1)}.divide-aui-ring\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .15)}.divide-aui-ring\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .2)}.divide-aui-ring\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .25)}.divide-aui-ring\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .3)}.divide-aui-ring\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .35)}.divide-aui-ring\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .4)}.divide-aui-ring\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .45)}.divide-aui-ring\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .05)}.divide-aui-ring\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .5)}.divide-aui-ring\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .55)}.divide-aui-ring\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .6)}.divide-aui-ring\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .65)}.divide-aui-ring\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .7)}.divide-aui-ring\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .75)}.divide-aui-ring\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .8)}.divide-aui-ring\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .85)}.divide-aui-ring\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .9)}.divide-aui-ring\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--ring) / .95)}.divide-aui-secondary>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary))}.divide-aui-secondary-foreground>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground))}.divide-aui-secondary-foreground\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / 0)}.divide-aui-secondary-foreground\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .1)}.divide-aui-secondary-foreground\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / 1)}.divide-aui-secondary-foreground\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .15)}.divide-aui-secondary-foreground\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .2)}.divide-aui-secondary-foreground\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .25)}.divide-aui-secondary-foreground\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .3)}.divide-aui-secondary-foreground\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .35)}.divide-aui-secondary-foreground\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .4)}.divide-aui-secondary-foreground\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .45)}.divide-aui-secondary-foreground\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .05)}.divide-aui-secondary-foreground\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .5)}.divide-aui-secondary-foreground\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .55)}.divide-aui-secondary-foreground\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .6)}.divide-aui-secondary-foreground\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .65)}.divide-aui-secondary-foreground\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .7)}.divide-aui-secondary-foreground\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .75)}.divide-aui-secondary-foreground\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .8)}.divide-aui-secondary-foreground\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .85)}.divide-aui-secondary-foreground\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .9)}.divide-aui-secondary-foreground\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary-foreground) / .95)}.divide-aui-secondary\/0>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / 0)}.divide-aui-secondary\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .1)}.divide-aui-secondary\/100>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / 1)}.divide-aui-secondary\/15>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .15)}.divide-aui-secondary\/20>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .2)}.divide-aui-secondary\/25>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .25)}.divide-aui-secondary\/30>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .3)}.divide-aui-secondary\/35>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .35)}.divide-aui-secondary\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .4)}.divide-aui-secondary\/45>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .45)}.divide-aui-secondary\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .05)}.divide-aui-secondary\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .5)}.divide-aui-secondary\/55>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .55)}.divide-aui-secondary\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .6)}.divide-aui-secondary\/65>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .65)}.divide-aui-secondary\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .7)}.divide-aui-secondary\/75>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .75)}.divide-aui-secondary\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .8)}.divide-aui-secondary\/85>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .85)}.divide-aui-secondary\/90>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .9)}.divide-aui-secondary\/95>:not([hidden])~:not([hidden]){border-color:hsl(var(--secondary) / .95)}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-baseline{align-self:baseline}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.\!overflow-visible{overflow:visible!important}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.whitespace-break-spaces{white-space:break-spaces}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-lg{border-radius:var(--radius)!important}.\!rounded-none{border-radius:0!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[2px\]{border-radius:2px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-xs{border-radius:calc(var(--radius) - 6px)}.rounded-b-lg{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-b-md{border-bottom-right-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-l-md{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-t-md{border-top-left-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.rounded-bl-md{border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-br-md{border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-br-none{border-bottom-right-radius:0}.rounded-tl-lg{border-top-left-radius:var(--radius)}.rounded-tl-none{border-top-left-radius:0}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.rounded-tr-lg{border-top-right-radius:var(--radius)}.rounded-tr-none{border-top-right-radius:0}.rounded-tr-sm{border-top-right-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[1\.2px\]{border-width:1.2px}.border-\[1\.5px\]{border-width:1.5px}.border-\[1px\]{border-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-\[1px\]{border-bottom-width:1px}.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-0{border-right-width:0px}.border-r-\[1px\]{border-right-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-ring{border-color:hsl(var(--ring))!important}.border-\[\#3C707E\]{--tw-border-opacity: 1;border-color:rgb(60 112 126 / var(--tw-border-opacity, 1))}.border-\[\#E4E4E7\]{--tw-border-opacity: 1;border-color:rgb(228 228 231 / var(--tw-border-opacity, 1))}.border-\[--color-border\]{border-color:var(--color-border)}.border-amber-500\/50{border-color:#f59e0b80}.border-aui-accent{border-color:hsl(var(--accent))}.border-aui-accent-foreground{border-color:hsl(var(--accent-foreground))}.border-aui-accent-foreground\/0{border-color:hsl(var(--accent-foreground) / 0)}.border-aui-accent-foreground\/10{border-color:hsl(var(--accent-foreground) / .1)}.border-aui-accent-foreground\/100{border-color:hsl(var(--accent-foreground) / 1)}.border-aui-accent-foreground\/15{border-color:hsl(var(--accent-foreground) / .15)}.border-aui-accent-foreground\/20{border-color:hsl(var(--accent-foreground) / .2)}.border-aui-accent-foreground\/25{border-color:hsl(var(--accent-foreground) / .25)}.border-aui-accent-foreground\/30{border-color:hsl(var(--accent-foreground) / .3)}.border-aui-accent-foreground\/35{border-color:hsl(var(--accent-foreground) / .35)}.border-aui-accent-foreground\/40{border-color:hsl(var(--accent-foreground) / .4)}.border-aui-accent-foreground\/45{border-color:hsl(var(--accent-foreground) / .45)}.border-aui-accent-foreground\/5{border-color:hsl(var(--accent-foreground) / .05)}.border-aui-accent-foreground\/50{border-color:hsl(var(--accent-foreground) / .5)}.border-aui-accent-foreground\/55{border-color:hsl(var(--accent-foreground) / .55)}.border-aui-accent-foreground\/60{border-color:hsl(var(--accent-foreground) / .6)}.border-aui-accent-foreground\/65{border-color:hsl(var(--accent-foreground) / .65)}.border-aui-accent-foreground\/70{border-color:hsl(var(--accent-foreground) / .7)}.border-aui-accent-foreground\/75{border-color:hsl(var(--accent-foreground) / .75)}.border-aui-accent-foreground\/80{border-color:hsl(var(--accent-foreground) / .8)}.border-aui-accent-foreground\/85{border-color:hsl(var(--accent-foreground) / .85)}.border-aui-accent-foreground\/90{border-color:hsl(var(--accent-foreground) / .9)}.border-aui-accent-foreground\/95{border-color:hsl(var(--accent-foreground) / .95)}.border-aui-accent\/0{border-color:hsl(var(--accent) / 0)}.border-aui-accent\/10{border-color:hsl(var(--accent) / .1)}.border-aui-accent\/100{border-color:hsl(var(--accent) / 1)}.border-aui-accent\/15{border-color:hsl(var(--accent) / .15)}.border-aui-accent\/20{border-color:hsl(var(--accent) / .2)}.border-aui-accent\/25{border-color:hsl(var(--accent) / .25)}.border-aui-accent\/30{border-color:hsl(var(--accent) / .3)}.border-aui-accent\/35{border-color:hsl(var(--accent) / .35)}.border-aui-accent\/40{border-color:hsl(var(--accent) / .4)}.border-aui-accent\/45{border-color:hsl(var(--accent) / .45)}.border-aui-accent\/5{border-color:hsl(var(--accent) / .05)}.border-aui-accent\/50{border-color:hsl(var(--accent) / .5)}.border-aui-accent\/55{border-color:hsl(var(--accent) / .55)}.border-aui-accent\/60{border-color:hsl(var(--accent) / .6)}.border-aui-accent\/65{border-color:hsl(var(--accent) / .65)}.border-aui-accent\/70{border-color:hsl(var(--accent) / .7)}.border-aui-accent\/75{border-color:hsl(var(--accent) / .75)}.border-aui-accent\/80{border-color:hsl(var(--accent) / .8)}.border-aui-accent\/85{border-color:hsl(var(--accent) / .85)}.border-aui-accent\/90{border-color:hsl(var(--accent) / .9)}.border-aui-accent\/95{border-color:hsl(var(--accent) / .95)}.border-aui-background{border-color:hsl(var(--background))}.border-aui-background\/0{border-color:hsl(var(--background) / 0)}.border-aui-background\/10{border-color:hsl(var(--background) / .1)}.border-aui-background\/100{border-color:hsl(var(--background) / 1)}.border-aui-background\/15{border-color:hsl(var(--background) / .15)}.border-aui-background\/20{border-color:hsl(var(--background) / .2)}.border-aui-background\/25{border-color:hsl(var(--background) / .25)}.border-aui-background\/30{border-color:hsl(var(--background) / .3)}.border-aui-background\/35{border-color:hsl(var(--background) / .35)}.border-aui-background\/40{border-color:hsl(var(--background) / .4)}.border-aui-background\/45{border-color:hsl(var(--background) / .45)}.border-aui-background\/5{border-color:hsl(var(--background) / .05)}.border-aui-background\/50{border-color:hsl(var(--background) / .5)}.border-aui-background\/55{border-color:hsl(var(--background) / .55)}.border-aui-background\/60{border-color:hsl(var(--background) / .6)}.border-aui-background\/65{border-color:hsl(var(--background) / .65)}.border-aui-background\/70{border-color:hsl(var(--background) / .7)}.border-aui-background\/75{border-color:hsl(var(--background) / .75)}.border-aui-background\/80{border-color:hsl(var(--background) / .8)}.border-aui-background\/85{border-color:hsl(var(--background) / .85)}.border-aui-background\/90{border-color:hsl(var(--background) / .9)}.border-aui-background\/95{border-color:hsl(var(--background) / .95)}.border-aui-border{border-color:hsl(var(--border))}.border-aui-border\/0{border-color:hsl(var(--border) / 0)}.border-aui-border\/10{border-color:hsl(var(--border) / .1)}.border-aui-border\/100{border-color:hsl(var(--border) / 1)}.border-aui-border\/15{border-color:hsl(var(--border) / .15)}.border-aui-border\/20{border-color:hsl(var(--border) / .2)}.border-aui-border\/25{border-color:hsl(var(--border) / .25)}.border-aui-border\/30{border-color:hsl(var(--border) / .3)}.border-aui-border\/35{border-color:hsl(var(--border) / .35)}.border-aui-border\/40{border-color:hsl(var(--border) / .4)}.border-aui-border\/45{border-color:hsl(var(--border) / .45)}.border-aui-border\/5{border-color:hsl(var(--border) / .05)}.border-aui-border\/50{border-color:hsl(var(--border) / .5)}.border-aui-border\/55{border-color:hsl(var(--border) / .55)}.border-aui-border\/60{border-color:hsl(var(--border) / .6)}.border-aui-border\/65{border-color:hsl(var(--border) / .65)}.border-aui-border\/70{border-color:hsl(var(--border) / .7)}.border-aui-border\/75{border-color:hsl(var(--border) / .75)}.border-aui-border\/80{border-color:hsl(var(--border) / .8)}.border-aui-border\/85{border-color:hsl(var(--border) / .85)}.border-aui-border\/90{border-color:hsl(var(--border) / .9)}.border-aui-border\/95{border-color:hsl(var(--border) / .95)}.border-aui-card{border-color:hsl(var(--card))}.border-aui-card-foreground{border-color:hsl(var(--card-foreground))}.border-aui-card-foreground\/0{border-color:hsl(var(--card-foreground) / 0)}.border-aui-card-foreground\/10{border-color:hsl(var(--card-foreground) / .1)}.border-aui-card-foreground\/100{border-color:hsl(var(--card-foreground) / 1)}.border-aui-card-foreground\/15{border-color:hsl(var(--card-foreground) / .15)}.border-aui-card-foreground\/20{border-color:hsl(var(--card-foreground) / .2)}.border-aui-card-foreground\/25{border-color:hsl(var(--card-foreground) / .25)}.border-aui-card-foreground\/30{border-color:hsl(var(--card-foreground) / .3)}.border-aui-card-foreground\/35{border-color:hsl(var(--card-foreground) / .35)}.border-aui-card-foreground\/40{border-color:hsl(var(--card-foreground) / .4)}.border-aui-card-foreground\/45{border-color:hsl(var(--card-foreground) / .45)}.border-aui-card-foreground\/5{border-color:hsl(var(--card-foreground) / .05)}.border-aui-card-foreground\/50{border-color:hsl(var(--card-foreground) / .5)}.border-aui-card-foreground\/55{border-color:hsl(var(--card-foreground) / .55)}.border-aui-card-foreground\/60{border-color:hsl(var(--card-foreground) / .6)}.border-aui-card-foreground\/65{border-color:hsl(var(--card-foreground) / .65)}.border-aui-card-foreground\/70{border-color:hsl(var(--card-foreground) / .7)}.border-aui-card-foreground\/75{border-color:hsl(var(--card-foreground) / .75)}.border-aui-card-foreground\/80{border-color:hsl(var(--card-foreground) / .8)}.border-aui-card-foreground\/85{border-color:hsl(var(--card-foreground) / .85)}.border-aui-card-foreground\/90{border-color:hsl(var(--card-foreground) / .9)}.border-aui-card-foreground\/95{border-color:hsl(var(--card-foreground) / .95)}.border-aui-card\/0{border-color:hsl(var(--card) / 0)}.border-aui-card\/10{border-color:hsl(var(--card) / .1)}.border-aui-card\/100{border-color:hsl(var(--card) / 1)}.border-aui-card\/15{border-color:hsl(var(--card) / .15)}.border-aui-card\/20{border-color:hsl(var(--card) / .2)}.border-aui-card\/25{border-color:hsl(var(--card) / .25)}.border-aui-card\/30{border-color:hsl(var(--card) / .3)}.border-aui-card\/35{border-color:hsl(var(--card) / .35)}.border-aui-card\/40{border-color:hsl(var(--card) / .4)}.border-aui-card\/45{border-color:hsl(var(--card) / .45)}.border-aui-card\/5{border-color:hsl(var(--card) / .05)}.border-aui-card\/50{border-color:hsl(var(--card) / .5)}.border-aui-card\/55{border-color:hsl(var(--card) / .55)}.border-aui-card\/60{border-color:hsl(var(--card) / .6)}.border-aui-card\/65{border-color:hsl(var(--card) / .65)}.border-aui-card\/70{border-color:hsl(var(--card) / .7)}.border-aui-card\/75{border-color:hsl(var(--card) / .75)}.border-aui-card\/80{border-color:hsl(var(--card) / .8)}.border-aui-card\/85{border-color:hsl(var(--card) / .85)}.border-aui-card\/90{border-color:hsl(var(--card) / .9)}.border-aui-card\/95{border-color:hsl(var(--card) / .95)}.border-aui-destructive{border-color:hsl(var(--destructive))}.border-aui-destructive-foreground{border-color:hsl(var(--destructive-foreground))}.border-aui-destructive-foreground\/0{border-color:hsl(var(--destructive-foreground) / 0)}.border-aui-destructive-foreground\/10{border-color:hsl(var(--destructive-foreground) / .1)}.border-aui-destructive-foreground\/100{border-color:hsl(var(--destructive-foreground) / 1)}.border-aui-destructive-foreground\/15{border-color:hsl(var(--destructive-foreground) / .15)}.border-aui-destructive-foreground\/20{border-color:hsl(var(--destructive-foreground) / .2)}.border-aui-destructive-foreground\/25{border-color:hsl(var(--destructive-foreground) / .25)}.border-aui-destructive-foreground\/30{border-color:hsl(var(--destructive-foreground) / .3)}.border-aui-destructive-foreground\/35{border-color:hsl(var(--destructive-foreground) / .35)}.border-aui-destructive-foreground\/40{border-color:hsl(var(--destructive-foreground) / .4)}.border-aui-destructive-foreground\/45{border-color:hsl(var(--destructive-foreground) / .45)}.border-aui-destructive-foreground\/5{border-color:hsl(var(--destructive-foreground) / .05)}.border-aui-destructive-foreground\/50{border-color:hsl(var(--destructive-foreground) / .5)}.border-aui-destructive-foreground\/55{border-color:hsl(var(--destructive-foreground) / .55)}.border-aui-destructive-foreground\/60{border-color:hsl(var(--destructive-foreground) / .6)}.border-aui-destructive-foreground\/65{border-color:hsl(var(--destructive-foreground) / .65)}.border-aui-destructive-foreground\/70{border-color:hsl(var(--destructive-foreground) / .7)}.border-aui-destructive-foreground\/75{border-color:hsl(var(--destructive-foreground) / .75)}.border-aui-destructive-foreground\/80{border-color:hsl(var(--destructive-foreground) / .8)}.border-aui-destructive-foreground\/85{border-color:hsl(var(--destructive-foreground) / .85)}.border-aui-destructive-foreground\/90{border-color:hsl(var(--destructive-foreground) / .9)}.border-aui-destructive-foreground\/95{border-color:hsl(var(--destructive-foreground) / .95)}.border-aui-destructive\/0{border-color:hsl(var(--destructive) / 0)}.border-aui-destructive\/10{border-color:hsl(var(--destructive) / .1)}.border-aui-destructive\/100{border-color:hsl(var(--destructive) / 1)}.border-aui-destructive\/15{border-color:hsl(var(--destructive) / .15)}.border-aui-destructive\/20{border-color:hsl(var(--destructive) / .2)}.border-aui-destructive\/25{border-color:hsl(var(--destructive) / .25)}.border-aui-destructive\/30{border-color:hsl(var(--destructive) / .3)}.border-aui-destructive\/35{border-color:hsl(var(--destructive) / .35)}.border-aui-destructive\/40{border-color:hsl(var(--destructive) / .4)}.border-aui-destructive\/45{border-color:hsl(var(--destructive) / .45)}.border-aui-destructive\/5{border-color:hsl(var(--destructive) / .05)}.border-aui-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-aui-destructive\/55{border-color:hsl(var(--destructive) / .55)}.border-aui-destructive\/60{border-color:hsl(var(--destructive) / .6)}.border-aui-destructive\/65{border-color:hsl(var(--destructive) / .65)}.border-aui-destructive\/70{border-color:hsl(var(--destructive) / .7)}.border-aui-destructive\/75{border-color:hsl(var(--destructive) / .75)}.border-aui-destructive\/80{border-color:hsl(var(--destructive) / .8)}.border-aui-destructive\/85{border-color:hsl(var(--destructive) / .85)}.border-aui-destructive\/90{border-color:hsl(var(--destructive) / .9)}.border-aui-destructive\/95{border-color:hsl(var(--destructive) / .95)}.border-aui-foreground{border-color:hsl(var(--foreground))}.border-aui-foreground\/0{border-color:hsl(var(--foreground) / 0)}.border-aui-foreground\/10{border-color:hsl(var(--foreground) / .1)}.border-aui-foreground\/100{border-color:hsl(var(--foreground) / 1)}.border-aui-foreground\/15{border-color:hsl(var(--foreground) / .15)}.border-aui-foreground\/20{border-color:hsl(var(--foreground) / .2)}.border-aui-foreground\/25{border-color:hsl(var(--foreground) / .25)}.border-aui-foreground\/30{border-color:hsl(var(--foreground) / .3)}.border-aui-foreground\/35{border-color:hsl(var(--foreground) / .35)}.border-aui-foreground\/40{border-color:hsl(var(--foreground) / .4)}.border-aui-foreground\/45{border-color:hsl(var(--foreground) / .45)}.border-aui-foreground\/5{border-color:hsl(var(--foreground) / .05)}.border-aui-foreground\/50{border-color:hsl(var(--foreground) / .5)}.border-aui-foreground\/55{border-color:hsl(var(--foreground) / .55)}.border-aui-foreground\/60{border-color:hsl(var(--foreground) / .6)}.border-aui-foreground\/65{border-color:hsl(var(--foreground) / .65)}.border-aui-foreground\/70{border-color:hsl(var(--foreground) / .7)}.border-aui-foreground\/75{border-color:hsl(var(--foreground) / .75)}.border-aui-foreground\/80{border-color:hsl(var(--foreground) / .8)}.border-aui-foreground\/85{border-color:hsl(var(--foreground) / .85)}.border-aui-foreground\/90{border-color:hsl(var(--foreground) / .9)}.border-aui-foreground\/95{border-color:hsl(var(--foreground) / .95)}.border-aui-input{border-color:hsl(var(--input))}.border-aui-input\/0{border-color:hsl(var(--input) / 0)}.border-aui-input\/10{border-color:hsl(var(--input) / .1)}.border-aui-input\/100{border-color:hsl(var(--input) / 1)}.border-aui-input\/15{border-color:hsl(var(--input) / .15)}.border-aui-input\/20{border-color:hsl(var(--input) / .2)}.border-aui-input\/25{border-color:hsl(var(--input) / .25)}.border-aui-input\/30{border-color:hsl(var(--input) / .3)}.border-aui-input\/35{border-color:hsl(var(--input) / .35)}.border-aui-input\/40{border-color:hsl(var(--input) / .4)}.border-aui-input\/45{border-color:hsl(var(--input) / .45)}.border-aui-input\/5{border-color:hsl(var(--input) / .05)}.border-aui-input\/50{border-color:hsl(var(--input) / .5)}.border-aui-input\/55{border-color:hsl(var(--input) / .55)}.border-aui-input\/60{border-color:hsl(var(--input) / .6)}.border-aui-input\/65{border-color:hsl(var(--input) / .65)}.border-aui-input\/70{border-color:hsl(var(--input) / .7)}.border-aui-input\/75{border-color:hsl(var(--input) / .75)}.border-aui-input\/80{border-color:hsl(var(--input) / .8)}.border-aui-input\/85{border-color:hsl(var(--input) / .85)}.border-aui-input\/90{border-color:hsl(var(--input) / .9)}.border-aui-input\/95{border-color:hsl(var(--input) / .95)}.border-aui-muted{border-color:hsl(var(--muted))}.border-aui-muted-foreground{border-color:hsl(var(--muted-foreground))}.border-aui-muted-foreground\/0{border-color:hsl(var(--muted-foreground) / 0)}.border-aui-muted-foreground\/10{border-color:hsl(var(--muted-foreground) / .1)}.border-aui-muted-foreground\/100{border-color:hsl(var(--muted-foreground) / 1)}.border-aui-muted-foreground\/15{border-color:hsl(var(--muted-foreground) / .15)}.border-aui-muted-foreground\/20{border-color:hsl(var(--muted-foreground) / .2)}.border-aui-muted-foreground\/25{border-color:hsl(var(--muted-foreground) / .25)}.border-aui-muted-foreground\/30{border-color:hsl(var(--muted-foreground) / .3)}.border-aui-muted-foreground\/35{border-color:hsl(var(--muted-foreground) / .35)}.border-aui-muted-foreground\/40{border-color:hsl(var(--muted-foreground) / .4)}.border-aui-muted-foreground\/45{border-color:hsl(var(--muted-foreground) / .45)}.border-aui-muted-foreground\/5{border-color:hsl(var(--muted-foreground) / .05)}.border-aui-muted-foreground\/50{border-color:hsl(var(--muted-foreground) / .5)}.border-aui-muted-foreground\/55{border-color:hsl(var(--muted-foreground) / .55)}.border-aui-muted-foreground\/60{border-color:hsl(var(--muted-foreground) / .6)}.border-aui-muted-foreground\/65{border-color:hsl(var(--muted-foreground) / .65)}.border-aui-muted-foreground\/70{border-color:hsl(var(--muted-foreground) / .7)}.border-aui-muted-foreground\/75{border-color:hsl(var(--muted-foreground) / .75)}.border-aui-muted-foreground\/80{border-color:hsl(var(--muted-foreground) / .8)}.border-aui-muted-foreground\/85{border-color:hsl(var(--muted-foreground) / .85)}.border-aui-muted-foreground\/90{border-color:hsl(var(--muted-foreground) / .9)}.border-aui-muted-foreground\/95{border-color:hsl(var(--muted-foreground) / .95)}.border-aui-muted\/0{border-color:hsl(var(--muted) / 0)}.border-aui-muted\/10{border-color:hsl(var(--muted) / .1)}.border-aui-muted\/100{border-color:hsl(var(--muted) / 1)}.border-aui-muted\/15{border-color:hsl(var(--muted) / .15)}.border-aui-muted\/20{border-color:hsl(var(--muted) / .2)}.border-aui-muted\/25{border-color:hsl(var(--muted) / .25)}.border-aui-muted\/30{border-color:hsl(var(--muted) / .3)}.border-aui-muted\/35{border-color:hsl(var(--muted) / .35)}.border-aui-muted\/40{border-color:hsl(var(--muted) / .4)}.border-aui-muted\/45{border-color:hsl(var(--muted) / .45)}.border-aui-muted\/5{border-color:hsl(var(--muted) / .05)}.border-aui-muted\/50{border-color:hsl(var(--muted) / .5)}.border-aui-muted\/55{border-color:hsl(var(--muted) / .55)}.border-aui-muted\/60{border-color:hsl(var(--muted) / .6)}.border-aui-muted\/65{border-color:hsl(var(--muted) / .65)}.border-aui-muted\/70{border-color:hsl(var(--muted) / .7)}.border-aui-muted\/75{border-color:hsl(var(--muted) / .75)}.border-aui-muted\/80{border-color:hsl(var(--muted) / .8)}.border-aui-muted\/85{border-color:hsl(var(--muted) / .85)}.border-aui-muted\/90{border-color:hsl(var(--muted) / .9)}.border-aui-muted\/95{border-color:hsl(var(--muted) / .95)}.border-aui-popover{border-color:hsl(var(--popover))}.border-aui-popover-foreground{border-color:hsl(var(--popover-foreground))}.border-aui-popover-foreground\/0{border-color:hsl(var(--popover-foreground) / 0)}.border-aui-popover-foreground\/10{border-color:hsl(var(--popover-foreground) / .1)}.border-aui-popover-foreground\/100{border-color:hsl(var(--popover-foreground) / 1)}.border-aui-popover-foreground\/15{border-color:hsl(var(--popover-foreground) / .15)}.border-aui-popover-foreground\/20{border-color:hsl(var(--popover-foreground) / .2)}.border-aui-popover-foreground\/25{border-color:hsl(var(--popover-foreground) / .25)}.border-aui-popover-foreground\/30{border-color:hsl(var(--popover-foreground) / .3)}.border-aui-popover-foreground\/35{border-color:hsl(var(--popover-foreground) / .35)}.border-aui-popover-foreground\/40{border-color:hsl(var(--popover-foreground) / .4)}.border-aui-popover-foreground\/45{border-color:hsl(var(--popover-foreground) / .45)}.border-aui-popover-foreground\/5{border-color:hsl(var(--popover-foreground) / .05)}.border-aui-popover-foreground\/50{border-color:hsl(var(--popover-foreground) / .5)}.border-aui-popover-foreground\/55{border-color:hsl(var(--popover-foreground) / .55)}.border-aui-popover-foreground\/60{border-color:hsl(var(--popover-foreground) / .6)}.border-aui-popover-foreground\/65{border-color:hsl(var(--popover-foreground) / .65)}.border-aui-popover-foreground\/70{border-color:hsl(var(--popover-foreground) / .7)}.border-aui-popover-foreground\/75{border-color:hsl(var(--popover-foreground) / .75)}.border-aui-popover-foreground\/80{border-color:hsl(var(--popover-foreground) / .8)}.border-aui-popover-foreground\/85{border-color:hsl(var(--popover-foreground) / .85)}.border-aui-popover-foreground\/90{border-color:hsl(var(--popover-foreground) / .9)}.border-aui-popover-foreground\/95{border-color:hsl(var(--popover-foreground) / .95)}.border-aui-popover\/0{border-color:hsl(var(--popover) / 0)}.border-aui-popover\/10{border-color:hsl(var(--popover) / .1)}.border-aui-popover\/100{border-color:hsl(var(--popover) / 1)}.border-aui-popover\/15{border-color:hsl(var(--popover) / .15)}.border-aui-popover\/20{border-color:hsl(var(--popover) / .2)}.border-aui-popover\/25{border-color:hsl(var(--popover) / .25)}.border-aui-popover\/30{border-color:hsl(var(--popover) / .3)}.border-aui-popover\/35{border-color:hsl(var(--popover) / .35)}.border-aui-popover\/40{border-color:hsl(var(--popover) / .4)}.border-aui-popover\/45{border-color:hsl(var(--popover) / .45)}.border-aui-popover\/5{border-color:hsl(var(--popover) / .05)}.border-aui-popover\/50{border-color:hsl(var(--popover) / .5)}.border-aui-popover\/55{border-color:hsl(var(--popover) / .55)}.border-aui-popover\/60{border-color:hsl(var(--popover) / .6)}.border-aui-popover\/65{border-color:hsl(var(--popover) / .65)}.border-aui-popover\/70{border-color:hsl(var(--popover) / .7)}.border-aui-popover\/75{border-color:hsl(var(--popover) / .75)}.border-aui-popover\/80{border-color:hsl(var(--popover) / .8)}.border-aui-popover\/85{border-color:hsl(var(--popover) / .85)}.border-aui-popover\/90{border-color:hsl(var(--popover) / .9)}.border-aui-popover\/95{border-color:hsl(var(--popover) / .95)}.border-aui-primary{border-color:hsl(var(--primary))}.border-aui-primary-foreground{border-color:hsl(var(--primary-foreground))}.border-aui-primary-foreground\/0{border-color:hsl(var(--primary-foreground) / 0)}.border-aui-primary-foreground\/10{border-color:hsl(var(--primary-foreground) / .1)}.border-aui-primary-foreground\/100{border-color:hsl(var(--primary-foreground) / 1)}.border-aui-primary-foreground\/15{border-color:hsl(var(--primary-foreground) / .15)}.border-aui-primary-foreground\/20{border-color:hsl(var(--primary-foreground) / .2)}.border-aui-primary-foreground\/25{border-color:hsl(var(--primary-foreground) / .25)}.border-aui-primary-foreground\/30{border-color:hsl(var(--primary-foreground) / .3)}.border-aui-primary-foreground\/35{border-color:hsl(var(--primary-foreground) / .35)}.border-aui-primary-foreground\/40{border-color:hsl(var(--primary-foreground) / .4)}.border-aui-primary-foreground\/45{border-color:hsl(var(--primary-foreground) / .45)}.border-aui-primary-foreground\/5{border-color:hsl(var(--primary-foreground) / .05)}.border-aui-primary-foreground\/50{border-color:hsl(var(--primary-foreground) / .5)}.border-aui-primary-foreground\/55{border-color:hsl(var(--primary-foreground) / .55)}.border-aui-primary-foreground\/60{border-color:hsl(var(--primary-foreground) / .6)}.border-aui-primary-foreground\/65{border-color:hsl(var(--primary-foreground) / .65)}.border-aui-primary-foreground\/70{border-color:hsl(var(--primary-foreground) / .7)}.border-aui-primary-foreground\/75{border-color:hsl(var(--primary-foreground) / .75)}.border-aui-primary-foreground\/80{border-color:hsl(var(--primary-foreground) / .8)}.border-aui-primary-foreground\/85{border-color:hsl(var(--primary-foreground) / .85)}.border-aui-primary-foreground\/90{border-color:hsl(var(--primary-foreground) / .9)}.border-aui-primary-foreground\/95{border-color:hsl(var(--primary-foreground) / .95)}.border-aui-primary\/0{border-color:hsl(var(--primary) / 0)}.border-aui-primary\/10{border-color:hsl(var(--primary) / .1)}.border-aui-primary\/100{border-color:hsl(var(--primary) / 1)}.border-aui-primary\/15{border-color:hsl(var(--primary) / .15)}.border-aui-primary\/20{border-color:hsl(var(--primary) / .2)}.border-aui-primary\/25{border-color:hsl(var(--primary) / .25)}.border-aui-primary\/30{border-color:hsl(var(--primary) / .3)}.border-aui-primary\/35{border-color:hsl(var(--primary) / .35)}.border-aui-primary\/40{border-color:hsl(var(--primary) / .4)}.border-aui-primary\/45{border-color:hsl(var(--primary) / .45)}.border-aui-primary\/5{border-color:hsl(var(--primary) / .05)}.border-aui-primary\/50{border-color:hsl(var(--primary) / .5)}.border-aui-primary\/55{border-color:hsl(var(--primary) / .55)}.border-aui-primary\/60{border-color:hsl(var(--primary) / .6)}.border-aui-primary\/65{border-color:hsl(var(--primary) / .65)}.border-aui-primary\/70{border-color:hsl(var(--primary) / .7)}.border-aui-primary\/75{border-color:hsl(var(--primary) / .75)}.border-aui-primary\/80{border-color:hsl(var(--primary) / .8)}.border-aui-primary\/85{border-color:hsl(var(--primary) / .85)}.border-aui-primary\/90{border-color:hsl(var(--primary) / .9)}.border-aui-primary\/95{border-color:hsl(var(--primary) / .95)}.border-aui-ring{border-color:hsl(var(--ring))}.border-aui-ring\/0{border-color:hsl(var(--ring) / 0)}.border-aui-ring\/10{border-color:hsl(var(--ring) / .1)}.border-aui-ring\/100{border-color:hsl(var(--ring) / 1)}.border-aui-ring\/15{border-color:hsl(var(--ring) / .15)}.border-aui-ring\/20{border-color:hsl(var(--ring) / .2)}.border-aui-ring\/25{border-color:hsl(var(--ring) / .25)}.border-aui-ring\/30{border-color:hsl(var(--ring) / .3)}.border-aui-ring\/35{border-color:hsl(var(--ring) / .35)}.border-aui-ring\/40{border-color:hsl(var(--ring) / .4)}.border-aui-ring\/45{border-color:hsl(var(--ring) / .45)}.border-aui-ring\/5{border-color:hsl(var(--ring) / .05)}.border-aui-ring\/50{border-color:hsl(var(--ring) / .5)}.border-aui-ring\/55{border-color:hsl(var(--ring) / .55)}.border-aui-ring\/60{border-color:hsl(var(--ring) / .6)}.border-aui-ring\/65{border-color:hsl(var(--ring) / .65)}.border-aui-ring\/70{border-color:hsl(var(--ring) / .7)}.border-aui-ring\/75{border-color:hsl(var(--ring) / .75)}.border-aui-ring\/80{border-color:hsl(var(--ring) / .8)}.border-aui-ring\/85{border-color:hsl(var(--ring) / .85)}.border-aui-ring\/90{border-color:hsl(var(--ring) / .9)}.border-aui-ring\/95{border-color:hsl(var(--ring) / .95)}.border-aui-secondary{border-color:hsl(var(--secondary))}.border-aui-secondary-foreground{border-color:hsl(var(--secondary-foreground))}.border-aui-secondary-foreground\/0{border-color:hsl(var(--secondary-foreground) / 0)}.border-aui-secondary-foreground\/10{border-color:hsl(var(--secondary-foreground) / .1)}.border-aui-secondary-foreground\/100{border-color:hsl(var(--secondary-foreground) / 1)}.border-aui-secondary-foreground\/15{border-color:hsl(var(--secondary-foreground) / .15)}.border-aui-secondary-foreground\/20{border-color:hsl(var(--secondary-foreground) / .2)}.border-aui-secondary-foreground\/25{border-color:hsl(var(--secondary-foreground) / .25)}.border-aui-secondary-foreground\/30{border-color:hsl(var(--secondary-foreground) / .3)}.border-aui-secondary-foreground\/35{border-color:hsl(var(--secondary-foreground) / .35)}.border-aui-secondary-foreground\/40{border-color:hsl(var(--secondary-foreground) / .4)}.border-aui-secondary-foreground\/45{border-color:hsl(var(--secondary-foreground) / .45)}.border-aui-secondary-foreground\/5{border-color:hsl(var(--secondary-foreground) / .05)}.border-aui-secondary-foreground\/50{border-color:hsl(var(--secondary-foreground) / .5)}.border-aui-secondary-foreground\/55{border-color:hsl(var(--secondary-foreground) / .55)}.border-aui-secondary-foreground\/60{border-color:hsl(var(--secondary-foreground) / .6)}.border-aui-secondary-foreground\/65{border-color:hsl(var(--secondary-foreground) / .65)}.border-aui-secondary-foreground\/70{border-color:hsl(var(--secondary-foreground) / .7)}.border-aui-secondary-foreground\/75{border-color:hsl(var(--secondary-foreground) / .75)}.border-aui-secondary-foreground\/80{border-color:hsl(var(--secondary-foreground) / .8)}.border-aui-secondary-foreground\/85{border-color:hsl(var(--secondary-foreground) / .85)}.border-aui-secondary-foreground\/90{border-color:hsl(var(--secondary-foreground) / .9)}.border-aui-secondary-foreground\/95{border-color:hsl(var(--secondary-foreground) / .95)}.border-aui-secondary\/0{border-color:hsl(var(--secondary) / 0)}.border-aui-secondary\/10{border-color:hsl(var(--secondary) / .1)}.border-aui-secondary\/100{border-color:hsl(var(--secondary) / 1)}.border-aui-secondary\/15{border-color:hsl(var(--secondary) / .15)}.border-aui-secondary\/20{border-color:hsl(var(--secondary) / .2)}.border-aui-secondary\/25{border-color:hsl(var(--secondary) / .25)}.border-aui-secondary\/30{border-color:hsl(var(--secondary) / .3)}.border-aui-secondary\/35{border-color:hsl(var(--secondary) / .35)}.border-aui-secondary\/40{border-color:hsl(var(--secondary) / .4)}.border-aui-secondary\/45{border-color:hsl(var(--secondary) / .45)}.border-aui-secondary\/5{border-color:hsl(var(--secondary) / .05)}.border-aui-secondary\/50{border-color:hsl(var(--secondary) / .5)}.border-aui-secondary\/55{border-color:hsl(var(--secondary) / .55)}.border-aui-secondary\/60{border-color:hsl(var(--secondary) / .6)}.border-aui-secondary\/65{border-color:hsl(var(--secondary) / .65)}.border-aui-secondary\/70{border-color:hsl(var(--secondary) / .7)}.border-aui-secondary\/75{border-color:hsl(var(--secondary) / .75)}.border-aui-secondary\/80{border-color:hsl(var(--secondary) / .8)}.border-aui-secondary\/85{border-color:hsl(var(--secondary) / .85)}.border-aui-secondary\/90{border-color:hsl(var(--secondary) / .9)}.border-aui-secondary\/95{border-color:hsl(var(--secondary) / .95)}.border-blue-700\/10{border-color:#1d4ed81a}.border-border{border-color:hsl(var(--border))}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.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-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-green-700\/10{border-color:#15803d1a}.border-input{border-color:hsl(var(--input))}.border-muted-foreground{border-color:hsl(var(--muted-foreground))}.border-nebula-green-500{border-color:hsl(var(--nebula-green-500))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-primary{border-color:hsl(var(--primary))}.border-primary\/50{border-color:hsl(var(--primary) / .5)}.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-sidebar-border{border-color:hsl(var(--sidebar-border))}.border-transparent{border-color:transparent}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-zinc-700{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity, 1))}.border-x-aui-accent{border-left-color:hsl(var(--accent));border-right-color:hsl(var(--accent))}.border-x-aui-accent-foreground{border-left-color:hsl(var(--accent-foreground));border-right-color:hsl(var(--accent-foreground))}.border-x-aui-accent-foreground\/0{border-left-color:hsl(var(--accent-foreground) / 0);border-right-color:hsl(var(--accent-foreground) / 0)}.border-x-aui-accent-foreground\/10{border-left-color:hsl(var(--accent-foreground) / .1);border-right-color:hsl(var(--accent-foreground) / .1)}.border-x-aui-accent-foreground\/100{border-left-color:hsl(var(--accent-foreground) / 1);border-right-color:hsl(var(--accent-foreground) / 1)}.border-x-aui-accent-foreground\/15{border-left-color:hsl(var(--accent-foreground) / .15);border-right-color:hsl(var(--accent-foreground) / .15)}.border-x-aui-accent-foreground\/20{border-left-color:hsl(var(--accent-foreground) / .2);border-right-color:hsl(var(--accent-foreground) / .2)}.border-x-aui-accent-foreground\/25{border-left-color:hsl(var(--accent-foreground) / .25);border-right-color:hsl(var(--accent-foreground) / .25)}.border-x-aui-accent-foreground\/30{border-left-color:hsl(var(--accent-foreground) / .3);border-right-color:hsl(var(--accent-foreground) / .3)}.border-x-aui-accent-foreground\/35{border-left-color:hsl(var(--accent-foreground) / .35);border-right-color:hsl(var(--accent-foreground) / .35)}.border-x-aui-accent-foreground\/40{border-left-color:hsl(var(--accent-foreground) / .4);border-right-color:hsl(var(--accent-foreground) / .4)}.border-x-aui-accent-foreground\/45{border-left-color:hsl(var(--accent-foreground) / .45);border-right-color:hsl(var(--accent-foreground) / .45)}.border-x-aui-accent-foreground\/5{border-left-color:hsl(var(--accent-foreground) / .05);border-right-color:hsl(var(--accent-foreground) / .05)}.border-x-aui-accent-foreground\/50{border-left-color:hsl(var(--accent-foreground) / .5);border-right-color:hsl(var(--accent-foreground) / .5)}.border-x-aui-accent-foreground\/55{border-left-color:hsl(var(--accent-foreground) / .55);border-right-color:hsl(var(--accent-foreground) / .55)}.border-x-aui-accent-foreground\/60{border-left-color:hsl(var(--accent-foreground) / .6);border-right-color:hsl(var(--accent-foreground) / .6)}.border-x-aui-accent-foreground\/65{border-left-color:hsl(var(--accent-foreground) / .65);border-right-color:hsl(var(--accent-foreground) / .65)}.border-x-aui-accent-foreground\/70{border-left-color:hsl(var(--accent-foreground) / .7);border-right-color:hsl(var(--accent-foreground) / .7)}.border-x-aui-accent-foreground\/75{border-left-color:hsl(var(--accent-foreground) / .75);border-right-color:hsl(var(--accent-foreground) / .75)}.border-x-aui-accent-foreground\/80{border-left-color:hsl(var(--accent-foreground) / .8);border-right-color:hsl(var(--accent-foreground) / .8)}.border-x-aui-accent-foreground\/85{border-left-color:hsl(var(--accent-foreground) / .85);border-right-color:hsl(var(--accent-foreground) / .85)}.border-x-aui-accent-foreground\/90{border-left-color:hsl(var(--accent-foreground) / .9);border-right-color:hsl(var(--accent-foreground) / .9)}.border-x-aui-accent-foreground\/95{border-left-color:hsl(var(--accent-foreground) / .95);border-right-color:hsl(var(--accent-foreground) / .95)}.border-x-aui-accent\/0{border-left-color:hsl(var(--accent) / 0);border-right-color:hsl(var(--accent) / 0)}.border-x-aui-accent\/10{border-left-color:hsl(var(--accent) / .1);border-right-color:hsl(var(--accent) / .1)}.border-x-aui-accent\/100{border-left-color:hsl(var(--accent) / 1);border-right-color:hsl(var(--accent) / 1)}.border-x-aui-accent\/15{border-left-color:hsl(var(--accent) / .15);border-right-color:hsl(var(--accent) / .15)}.border-x-aui-accent\/20{border-left-color:hsl(var(--accent) / .2);border-right-color:hsl(var(--accent) / .2)}.border-x-aui-accent\/25{border-left-color:hsl(var(--accent) / .25);border-right-color:hsl(var(--accent) / .25)}.border-x-aui-accent\/30{border-left-color:hsl(var(--accent) / .3);border-right-color:hsl(var(--accent) / .3)}.border-x-aui-accent\/35{border-left-color:hsl(var(--accent) / .35);border-right-color:hsl(var(--accent) / .35)}.border-x-aui-accent\/40{border-left-color:hsl(var(--accent) / .4);border-right-color:hsl(var(--accent) / .4)}.border-x-aui-accent\/45{border-left-color:hsl(var(--accent) / .45);border-right-color:hsl(var(--accent) / .45)}.border-x-aui-accent\/5{border-left-color:hsl(var(--accent) / .05);border-right-color:hsl(var(--accent) / .05)}.border-x-aui-accent\/50{border-left-color:hsl(var(--accent) / .5);border-right-color:hsl(var(--accent) / .5)}.border-x-aui-accent\/55{border-left-color:hsl(var(--accent) / .55);border-right-color:hsl(var(--accent) / .55)}.border-x-aui-accent\/60{border-left-color:hsl(var(--accent) / .6);border-right-color:hsl(var(--accent) / .6)}.border-x-aui-accent\/65{border-left-color:hsl(var(--accent) / .65);border-right-color:hsl(var(--accent) / .65)}.border-x-aui-accent\/70{border-left-color:hsl(var(--accent) / .7);border-right-color:hsl(var(--accent) / .7)}.border-x-aui-accent\/75{border-left-color:hsl(var(--accent) / .75);border-right-color:hsl(var(--accent) / .75)}.border-x-aui-accent\/80{border-left-color:hsl(var(--accent) / .8);border-right-color:hsl(var(--accent) / .8)}.border-x-aui-accent\/85{border-left-color:hsl(var(--accent) / .85);border-right-color:hsl(var(--accent) / .85)}.border-x-aui-accent\/90{border-left-color:hsl(var(--accent) / .9);border-right-color:hsl(var(--accent) / .9)}.border-x-aui-accent\/95{border-left-color:hsl(var(--accent) / .95);border-right-color:hsl(var(--accent) / .95)}.border-x-aui-background{border-left-color:hsl(var(--background));border-right-color:hsl(var(--background))}.border-x-aui-background\/0{border-left-color:hsl(var(--background) / 0);border-right-color:hsl(var(--background) / 0)}.border-x-aui-background\/10{border-left-color:hsl(var(--background) / .1);border-right-color:hsl(var(--background) / .1)}.border-x-aui-background\/100{border-left-color:hsl(var(--background) / 1);border-right-color:hsl(var(--background) / 1)}.border-x-aui-background\/15{border-left-color:hsl(var(--background) / .15);border-right-color:hsl(var(--background) / .15)}.border-x-aui-background\/20{border-left-color:hsl(var(--background) / .2);border-right-color:hsl(var(--background) / .2)}.border-x-aui-background\/25{border-left-color:hsl(var(--background) / .25);border-right-color:hsl(var(--background) / .25)}.border-x-aui-background\/30{border-left-color:hsl(var(--background) / .3);border-right-color:hsl(var(--background) / .3)}.border-x-aui-background\/35{border-left-color:hsl(var(--background) / .35);border-right-color:hsl(var(--background) / .35)}.border-x-aui-background\/40{border-left-color:hsl(var(--background) / .4);border-right-color:hsl(var(--background) / .4)}.border-x-aui-background\/45{border-left-color:hsl(var(--background) / .45);border-right-color:hsl(var(--background) / .45)}.border-x-aui-background\/5{border-left-color:hsl(var(--background) / .05);border-right-color:hsl(var(--background) / .05)}.border-x-aui-background\/50{border-left-color:hsl(var(--background) / .5);border-right-color:hsl(var(--background) / .5)}.border-x-aui-background\/55{border-left-color:hsl(var(--background) / .55);border-right-color:hsl(var(--background) / .55)}.border-x-aui-background\/60{border-left-color:hsl(var(--background) / .6);border-right-color:hsl(var(--background) / .6)}.border-x-aui-background\/65{border-left-color:hsl(var(--background) / .65);border-right-color:hsl(var(--background) / .65)}.border-x-aui-background\/70{border-left-color:hsl(var(--background) / .7);border-right-color:hsl(var(--background) / .7)}.border-x-aui-background\/75{border-left-color:hsl(var(--background) / .75);border-right-color:hsl(var(--background) / .75)}.border-x-aui-background\/80{border-left-color:hsl(var(--background) / .8);border-right-color:hsl(var(--background) / .8)}.border-x-aui-background\/85{border-left-color:hsl(var(--background) / .85);border-right-color:hsl(var(--background) / .85)}.border-x-aui-background\/90{border-left-color:hsl(var(--background) / .9);border-right-color:hsl(var(--background) / .9)}.border-x-aui-background\/95{border-left-color:hsl(var(--background) / .95);border-right-color:hsl(var(--background) / .95)}.border-x-aui-border{border-left-color:hsl(var(--border));border-right-color:hsl(var(--border))}.border-x-aui-border\/0{border-left-color:hsl(var(--border) / 0);border-right-color:hsl(var(--border) / 0)}.border-x-aui-border\/10{border-left-color:hsl(var(--border) / .1);border-right-color:hsl(var(--border) / .1)}.border-x-aui-border\/100{border-left-color:hsl(var(--border) / 1);border-right-color:hsl(var(--border) / 1)}.border-x-aui-border\/15{border-left-color:hsl(var(--border) / .15);border-right-color:hsl(var(--border) / .15)}.border-x-aui-border\/20{border-left-color:hsl(var(--border) / .2);border-right-color:hsl(var(--border) / .2)}.border-x-aui-border\/25{border-left-color:hsl(var(--border) / .25);border-right-color:hsl(var(--border) / .25)}.border-x-aui-border\/30{border-left-color:hsl(var(--border) / .3);border-right-color:hsl(var(--border) / .3)}.border-x-aui-border\/35{border-left-color:hsl(var(--border) / .35);border-right-color:hsl(var(--border) / .35)}.border-x-aui-border\/40{border-left-color:hsl(var(--border) / .4);border-right-color:hsl(var(--border) / .4)}.border-x-aui-border\/45{border-left-color:hsl(var(--border) / .45);border-right-color:hsl(var(--border) / .45)}.border-x-aui-border\/5{border-left-color:hsl(var(--border) / .05);border-right-color:hsl(var(--border) / .05)}.border-x-aui-border\/50{border-left-color:hsl(var(--border) / .5);border-right-color:hsl(var(--border) / .5)}.border-x-aui-border\/55{border-left-color:hsl(var(--border) / .55);border-right-color:hsl(var(--border) / .55)}.border-x-aui-border\/60{border-left-color:hsl(var(--border) / .6);border-right-color:hsl(var(--border) / .6)}.border-x-aui-border\/65{border-left-color:hsl(var(--border) / .65);border-right-color:hsl(var(--border) / .65)}.border-x-aui-border\/70{border-left-color:hsl(var(--border) / .7);border-right-color:hsl(var(--border) / .7)}.border-x-aui-border\/75{border-left-color:hsl(var(--border) / .75);border-right-color:hsl(var(--border) / .75)}.border-x-aui-border\/80{border-left-color:hsl(var(--border) / .8);border-right-color:hsl(var(--border) / .8)}.border-x-aui-border\/85{border-left-color:hsl(var(--border) / .85);border-right-color:hsl(var(--border) / .85)}.border-x-aui-border\/90{border-left-color:hsl(var(--border) / .9);border-right-color:hsl(var(--border) / .9)}.border-x-aui-border\/95{border-left-color:hsl(var(--border) / .95);border-right-color:hsl(var(--border) / .95)}.border-x-aui-card{border-left-color:hsl(var(--card));border-right-color:hsl(var(--card))}.border-x-aui-card-foreground{border-left-color:hsl(var(--card-foreground));border-right-color:hsl(var(--card-foreground))}.border-x-aui-card-foreground\/0{border-left-color:hsl(var(--card-foreground) / 0);border-right-color:hsl(var(--card-foreground) / 0)}.border-x-aui-card-foreground\/10{border-left-color:hsl(var(--card-foreground) / .1);border-right-color:hsl(var(--card-foreground) / .1)}.border-x-aui-card-foreground\/100{border-left-color:hsl(var(--card-foreground) / 1);border-right-color:hsl(var(--card-foreground) / 1)}.border-x-aui-card-foreground\/15{border-left-color:hsl(var(--card-foreground) / .15);border-right-color:hsl(var(--card-foreground) / .15)}.border-x-aui-card-foreground\/20{border-left-color:hsl(var(--card-foreground) / .2);border-right-color:hsl(var(--card-foreground) / .2)}.border-x-aui-card-foreground\/25{border-left-color:hsl(var(--card-foreground) / .25);border-right-color:hsl(var(--card-foreground) / .25)}.border-x-aui-card-foreground\/30{border-left-color:hsl(var(--card-foreground) / .3);border-right-color:hsl(var(--card-foreground) / .3)}.border-x-aui-card-foreground\/35{border-left-color:hsl(var(--card-foreground) / .35);border-right-color:hsl(var(--card-foreground) / .35)}.border-x-aui-card-foreground\/40{border-left-color:hsl(var(--card-foreground) / .4);border-right-color:hsl(var(--card-foreground) / .4)}.border-x-aui-card-foreground\/45{border-left-color:hsl(var(--card-foreground) / .45);border-right-color:hsl(var(--card-foreground) / .45)}.border-x-aui-card-foreground\/5{border-left-color:hsl(var(--card-foreground) / .05);border-right-color:hsl(var(--card-foreground) / .05)}.border-x-aui-card-foreground\/50{border-left-color:hsl(var(--card-foreground) / .5);border-right-color:hsl(var(--card-foreground) / .5)}.border-x-aui-card-foreground\/55{border-left-color:hsl(var(--card-foreground) / .55);border-right-color:hsl(var(--card-foreground) / .55)}.border-x-aui-card-foreground\/60{border-left-color:hsl(var(--card-foreground) / .6);border-right-color:hsl(var(--card-foreground) / .6)}.border-x-aui-card-foreground\/65{border-left-color:hsl(var(--card-foreground) / .65);border-right-color:hsl(var(--card-foreground) / .65)}.border-x-aui-card-foreground\/70{border-left-color:hsl(var(--card-foreground) / .7);border-right-color:hsl(var(--card-foreground) / .7)}.border-x-aui-card-foreground\/75{border-left-color:hsl(var(--card-foreground) / .75);border-right-color:hsl(var(--card-foreground) / .75)}.border-x-aui-card-foreground\/80{border-left-color:hsl(var(--card-foreground) / .8);border-right-color:hsl(var(--card-foreground) / .8)}.border-x-aui-card-foreground\/85{border-left-color:hsl(var(--card-foreground) / .85);border-right-color:hsl(var(--card-foreground) / .85)}.border-x-aui-card-foreground\/90{border-left-color:hsl(var(--card-foreground) / .9);border-right-color:hsl(var(--card-foreground) / .9)}.border-x-aui-card-foreground\/95{border-left-color:hsl(var(--card-foreground) / .95);border-right-color:hsl(var(--card-foreground) / .95)}.border-x-aui-card\/0{border-left-color:hsl(var(--card) / 0);border-right-color:hsl(var(--card) / 0)}.border-x-aui-card\/10{border-left-color:hsl(var(--card) / .1);border-right-color:hsl(var(--card) / .1)}.border-x-aui-card\/100{border-left-color:hsl(var(--card) / 1);border-right-color:hsl(var(--card) / 1)}.border-x-aui-card\/15{border-left-color:hsl(var(--card) / .15);border-right-color:hsl(var(--card) / .15)}.border-x-aui-card\/20{border-left-color:hsl(var(--card) / .2);border-right-color:hsl(var(--card) / .2)}.border-x-aui-card\/25{border-left-color:hsl(var(--card) / .25);border-right-color:hsl(var(--card) / .25)}.border-x-aui-card\/30{border-left-color:hsl(var(--card) / .3);border-right-color:hsl(var(--card) / .3)}.border-x-aui-card\/35{border-left-color:hsl(var(--card) / .35);border-right-color:hsl(var(--card) / .35)}.border-x-aui-card\/40{border-left-color:hsl(var(--card) / .4);border-right-color:hsl(var(--card) / .4)}.border-x-aui-card\/45{border-left-color:hsl(var(--card) / .45);border-right-color:hsl(var(--card) / .45)}.border-x-aui-card\/5{border-left-color:hsl(var(--card) / .05);border-right-color:hsl(var(--card) / .05)}.border-x-aui-card\/50{border-left-color:hsl(var(--card) / .5);border-right-color:hsl(var(--card) / .5)}.border-x-aui-card\/55{border-left-color:hsl(var(--card) / .55);border-right-color:hsl(var(--card) / .55)}.border-x-aui-card\/60{border-left-color:hsl(var(--card) / .6);border-right-color:hsl(var(--card) / .6)}.border-x-aui-card\/65{border-left-color:hsl(var(--card) / .65);border-right-color:hsl(var(--card) / .65)}.border-x-aui-card\/70{border-left-color:hsl(var(--card) / .7);border-right-color:hsl(var(--card) / .7)}.border-x-aui-card\/75{border-left-color:hsl(var(--card) / .75);border-right-color:hsl(var(--card) / .75)}.border-x-aui-card\/80{border-left-color:hsl(var(--card) / .8);border-right-color:hsl(var(--card) / .8)}.border-x-aui-card\/85{border-left-color:hsl(var(--card) / .85);border-right-color:hsl(var(--card) / .85)}.border-x-aui-card\/90{border-left-color:hsl(var(--card) / .9);border-right-color:hsl(var(--card) / .9)}.border-x-aui-card\/95{border-left-color:hsl(var(--card) / .95);border-right-color:hsl(var(--card) / .95)}.border-x-aui-destructive{border-left-color:hsl(var(--destructive));border-right-color:hsl(var(--destructive))}.border-x-aui-destructive-foreground{border-left-color:hsl(var(--destructive-foreground));border-right-color:hsl(var(--destructive-foreground))}.border-x-aui-destructive-foreground\/0{border-left-color:hsl(var(--destructive-foreground) / 0);border-right-color:hsl(var(--destructive-foreground) / 0)}.border-x-aui-destructive-foreground\/10{border-left-color:hsl(var(--destructive-foreground) / .1);border-right-color:hsl(var(--destructive-foreground) / .1)}.border-x-aui-destructive-foreground\/100{border-left-color:hsl(var(--destructive-foreground) / 1);border-right-color:hsl(var(--destructive-foreground) / 1)}.border-x-aui-destructive-foreground\/15{border-left-color:hsl(var(--destructive-foreground) / .15);border-right-color:hsl(var(--destructive-foreground) / .15)}.border-x-aui-destructive-foreground\/20{border-left-color:hsl(var(--destructive-foreground) / .2);border-right-color:hsl(var(--destructive-foreground) / .2)}.border-x-aui-destructive-foreground\/25{border-left-color:hsl(var(--destructive-foreground) / .25);border-right-color:hsl(var(--destructive-foreground) / .25)}.border-x-aui-destructive-foreground\/30{border-left-color:hsl(var(--destructive-foreground) / .3);border-right-color:hsl(var(--destructive-foreground) / .3)}.border-x-aui-destructive-foreground\/35{border-left-color:hsl(var(--destructive-foreground) / .35);border-right-color:hsl(var(--destructive-foreground) / .35)}.border-x-aui-destructive-foreground\/40{border-left-color:hsl(var(--destructive-foreground) / .4);border-right-color:hsl(var(--destructive-foreground) / .4)}.border-x-aui-destructive-foreground\/45{border-left-color:hsl(var(--destructive-foreground) / .45);border-right-color:hsl(var(--destructive-foreground) / .45)}.border-x-aui-destructive-foreground\/5{border-left-color:hsl(var(--destructive-foreground) / .05);border-right-color:hsl(var(--destructive-foreground) / .05)}.border-x-aui-destructive-foreground\/50{border-left-color:hsl(var(--destructive-foreground) / .5);border-right-color:hsl(var(--destructive-foreground) / .5)}.border-x-aui-destructive-foreground\/55{border-left-color:hsl(var(--destructive-foreground) / .55);border-right-color:hsl(var(--destructive-foreground) / .55)}.border-x-aui-destructive-foreground\/60{border-left-color:hsl(var(--destructive-foreground) / .6);border-right-color:hsl(var(--destructive-foreground) / .6)}.border-x-aui-destructive-foreground\/65{border-left-color:hsl(var(--destructive-foreground) / .65);border-right-color:hsl(var(--destructive-foreground) / .65)}.border-x-aui-destructive-foreground\/70{border-left-color:hsl(var(--destructive-foreground) / .7);border-right-color:hsl(var(--destructive-foreground) / .7)}.border-x-aui-destructive-foreground\/75{border-left-color:hsl(var(--destructive-foreground) / .75);border-right-color:hsl(var(--destructive-foreground) / .75)}.border-x-aui-destructive-foreground\/80{border-left-color:hsl(var(--destructive-foreground) / .8);border-right-color:hsl(var(--destructive-foreground) / .8)}.border-x-aui-destructive-foreground\/85{border-left-color:hsl(var(--destructive-foreground) / .85);border-right-color:hsl(var(--destructive-foreground) / .85)}.border-x-aui-destructive-foreground\/90{border-left-color:hsl(var(--destructive-foreground) / .9);border-right-color:hsl(var(--destructive-foreground) / .9)}.border-x-aui-destructive-foreground\/95{border-left-color:hsl(var(--destructive-foreground) / .95);border-right-color:hsl(var(--destructive-foreground) / .95)}.border-x-aui-destructive\/0{border-left-color:hsl(var(--destructive) / 0);border-right-color:hsl(var(--destructive) / 0)}.border-x-aui-destructive\/10{border-left-color:hsl(var(--destructive) / .1);border-right-color:hsl(var(--destructive) / .1)}.border-x-aui-destructive\/100{border-left-color:hsl(var(--destructive) / 1);border-right-color:hsl(var(--destructive) / 1)}.border-x-aui-destructive\/15{border-left-color:hsl(var(--destructive) / .15);border-right-color:hsl(var(--destructive) / .15)}.border-x-aui-destructive\/20{border-left-color:hsl(var(--destructive) / .2);border-right-color:hsl(var(--destructive) / .2)}.border-x-aui-destructive\/25{border-left-color:hsl(var(--destructive) / .25);border-right-color:hsl(var(--destructive) / .25)}.border-x-aui-destructive\/30{border-left-color:hsl(var(--destructive) / .3);border-right-color:hsl(var(--destructive) / .3)}.border-x-aui-destructive\/35{border-left-color:hsl(var(--destructive) / .35);border-right-color:hsl(var(--destructive) / .35)}.border-x-aui-destructive\/40{border-left-color:hsl(var(--destructive) / .4);border-right-color:hsl(var(--destructive) / .4)}.border-x-aui-destructive\/45{border-left-color:hsl(var(--destructive) / .45);border-right-color:hsl(var(--destructive) / .45)}.border-x-aui-destructive\/5{border-left-color:hsl(var(--destructive) / .05);border-right-color:hsl(var(--destructive) / .05)}.border-x-aui-destructive\/50{border-left-color:hsl(var(--destructive) / .5);border-right-color:hsl(var(--destructive) / .5)}.border-x-aui-destructive\/55{border-left-color:hsl(var(--destructive) / .55);border-right-color:hsl(var(--destructive) / .55)}.border-x-aui-destructive\/60{border-left-color:hsl(var(--destructive) / .6);border-right-color:hsl(var(--destructive) / .6)}.border-x-aui-destructive\/65{border-left-color:hsl(var(--destructive) / .65);border-right-color:hsl(var(--destructive) / .65)}.border-x-aui-destructive\/70{border-left-color:hsl(var(--destructive) / .7);border-right-color:hsl(var(--destructive) / .7)}.border-x-aui-destructive\/75{border-left-color:hsl(var(--destructive) / .75);border-right-color:hsl(var(--destructive) / .75)}.border-x-aui-destructive\/80{border-left-color:hsl(var(--destructive) / .8);border-right-color:hsl(var(--destructive) / .8)}.border-x-aui-destructive\/85{border-left-color:hsl(var(--destructive) / .85);border-right-color:hsl(var(--destructive) / .85)}.border-x-aui-destructive\/90{border-left-color:hsl(var(--destructive) / .9);border-right-color:hsl(var(--destructive) / .9)}.border-x-aui-destructive\/95{border-left-color:hsl(var(--destructive) / .95);border-right-color:hsl(var(--destructive) / .95)}.border-x-aui-foreground{border-left-color:hsl(var(--foreground));border-right-color:hsl(var(--foreground))}.border-x-aui-foreground\/0{border-left-color:hsl(var(--foreground) / 0);border-right-color:hsl(var(--foreground) / 0)}.border-x-aui-foreground\/10{border-left-color:hsl(var(--foreground) / .1);border-right-color:hsl(var(--foreground) / .1)}.border-x-aui-foreground\/100{border-left-color:hsl(var(--foreground) / 1);border-right-color:hsl(var(--foreground) / 1)}.border-x-aui-foreground\/15{border-left-color:hsl(var(--foreground) / .15);border-right-color:hsl(var(--foreground) / .15)}.border-x-aui-foreground\/20{border-left-color:hsl(var(--foreground) / .2);border-right-color:hsl(var(--foreground) / .2)}.border-x-aui-foreground\/25{border-left-color:hsl(var(--foreground) / .25);border-right-color:hsl(var(--foreground) / .25)}.border-x-aui-foreground\/30{border-left-color:hsl(var(--foreground) / .3);border-right-color:hsl(var(--foreground) / .3)}.border-x-aui-foreground\/35{border-left-color:hsl(var(--foreground) / .35);border-right-color:hsl(var(--foreground) / .35)}.border-x-aui-foreground\/40{border-left-color:hsl(var(--foreground) / .4);border-right-color:hsl(var(--foreground) / .4)}.border-x-aui-foreground\/45{border-left-color:hsl(var(--foreground) / .45);border-right-color:hsl(var(--foreground) / .45)}.border-x-aui-foreground\/5{border-left-color:hsl(var(--foreground) / .05);border-right-color:hsl(var(--foreground) / .05)}.border-x-aui-foreground\/50{border-left-color:hsl(var(--foreground) / .5);border-right-color:hsl(var(--foreground) / .5)}.border-x-aui-foreground\/55{border-left-color:hsl(var(--foreground) / .55);border-right-color:hsl(var(--foreground) / .55)}.border-x-aui-foreground\/60{border-left-color:hsl(var(--foreground) / .6);border-right-color:hsl(var(--foreground) / .6)}.border-x-aui-foreground\/65{border-left-color:hsl(var(--foreground) / .65);border-right-color:hsl(var(--foreground) / .65)}.border-x-aui-foreground\/70{border-left-color:hsl(var(--foreground) / .7);border-right-color:hsl(var(--foreground) / .7)}.border-x-aui-foreground\/75{border-left-color:hsl(var(--foreground) / .75);border-right-color:hsl(var(--foreground) / .75)}.border-x-aui-foreground\/80{border-left-color:hsl(var(--foreground) / .8);border-right-color:hsl(var(--foreground) / .8)}.border-x-aui-foreground\/85{border-left-color:hsl(var(--foreground) / .85);border-right-color:hsl(var(--foreground) / .85)}.border-x-aui-foreground\/90{border-left-color:hsl(var(--foreground) / .9);border-right-color:hsl(var(--foreground) / .9)}.border-x-aui-foreground\/95{border-left-color:hsl(var(--foreground) / .95);border-right-color:hsl(var(--foreground) / .95)}.border-x-aui-input{border-left-color:hsl(var(--input));border-right-color:hsl(var(--input))}.border-x-aui-input\/0{border-left-color:hsl(var(--input) / 0);border-right-color:hsl(var(--input) / 0)}.border-x-aui-input\/10{border-left-color:hsl(var(--input) / .1);border-right-color:hsl(var(--input) / .1)}.border-x-aui-input\/100{border-left-color:hsl(var(--input) / 1);border-right-color:hsl(var(--input) / 1)}.border-x-aui-input\/15{border-left-color:hsl(var(--input) / .15);border-right-color:hsl(var(--input) / .15)}.border-x-aui-input\/20{border-left-color:hsl(var(--input) / .2);border-right-color:hsl(var(--input) / .2)}.border-x-aui-input\/25{border-left-color:hsl(var(--input) / .25);border-right-color:hsl(var(--input) / .25)}.border-x-aui-input\/30{border-left-color:hsl(var(--input) / .3);border-right-color:hsl(var(--input) / .3)}.border-x-aui-input\/35{border-left-color:hsl(var(--input) / .35);border-right-color:hsl(var(--input) / .35)}.border-x-aui-input\/40{border-left-color:hsl(var(--input) / .4);border-right-color:hsl(var(--input) / .4)}.border-x-aui-input\/45{border-left-color:hsl(var(--input) / .45);border-right-color:hsl(var(--input) / .45)}.border-x-aui-input\/5{border-left-color:hsl(var(--input) / .05);border-right-color:hsl(var(--input) / .05)}.border-x-aui-input\/50{border-left-color:hsl(var(--input) / .5);border-right-color:hsl(var(--input) / .5)}.border-x-aui-input\/55{border-left-color:hsl(var(--input) / .55);border-right-color:hsl(var(--input) / .55)}.border-x-aui-input\/60{border-left-color:hsl(var(--input) / .6);border-right-color:hsl(var(--input) / .6)}.border-x-aui-input\/65{border-left-color:hsl(var(--input) / .65);border-right-color:hsl(var(--input) / .65)}.border-x-aui-input\/70{border-left-color:hsl(var(--input) / .7);border-right-color:hsl(var(--input) / .7)}.border-x-aui-input\/75{border-left-color:hsl(var(--input) / .75);border-right-color:hsl(var(--input) / .75)}.border-x-aui-input\/80{border-left-color:hsl(var(--input) / .8);border-right-color:hsl(var(--input) / .8)}.border-x-aui-input\/85{border-left-color:hsl(var(--input) / .85);border-right-color:hsl(var(--input) / .85)}.border-x-aui-input\/90{border-left-color:hsl(var(--input) / .9);border-right-color:hsl(var(--input) / .9)}.border-x-aui-input\/95{border-left-color:hsl(var(--input) / .95);border-right-color:hsl(var(--input) / .95)}.border-x-aui-muted{border-left-color:hsl(var(--muted));border-right-color:hsl(var(--muted))}.border-x-aui-muted-foreground{border-left-color:hsl(var(--muted-foreground));border-right-color:hsl(var(--muted-foreground))}.border-x-aui-muted-foreground\/0{border-left-color:hsl(var(--muted-foreground) / 0);border-right-color:hsl(var(--muted-foreground) / 0)}.border-x-aui-muted-foreground\/10{border-left-color:hsl(var(--muted-foreground) / .1);border-right-color:hsl(var(--muted-foreground) / .1)}.border-x-aui-muted-foreground\/100{border-left-color:hsl(var(--muted-foreground) / 1);border-right-color:hsl(var(--muted-foreground) / 1)}.border-x-aui-muted-foreground\/15{border-left-color:hsl(var(--muted-foreground) / .15);border-right-color:hsl(var(--muted-foreground) / .15)}.border-x-aui-muted-foreground\/20{border-left-color:hsl(var(--muted-foreground) / .2);border-right-color:hsl(var(--muted-foreground) / .2)}.border-x-aui-muted-foreground\/25{border-left-color:hsl(var(--muted-foreground) / .25);border-right-color:hsl(var(--muted-foreground) / .25)}.border-x-aui-muted-foreground\/30{border-left-color:hsl(var(--muted-foreground) / .3);border-right-color:hsl(var(--muted-foreground) / .3)}.border-x-aui-muted-foreground\/35{border-left-color:hsl(var(--muted-foreground) / .35);border-right-color:hsl(var(--muted-foreground) / .35)}.border-x-aui-muted-foreground\/40{border-left-color:hsl(var(--muted-foreground) / .4);border-right-color:hsl(var(--muted-foreground) / .4)}.border-x-aui-muted-foreground\/45{border-left-color:hsl(var(--muted-foreground) / .45);border-right-color:hsl(var(--muted-foreground) / .45)}.border-x-aui-muted-foreground\/5{border-left-color:hsl(var(--muted-foreground) / .05);border-right-color:hsl(var(--muted-foreground) / .05)}.border-x-aui-muted-foreground\/50{border-left-color:hsl(var(--muted-foreground) / .5);border-right-color:hsl(var(--muted-foreground) / .5)}.border-x-aui-muted-foreground\/55{border-left-color:hsl(var(--muted-foreground) / .55);border-right-color:hsl(var(--muted-foreground) / .55)}.border-x-aui-muted-foreground\/60{border-left-color:hsl(var(--muted-foreground) / .6);border-right-color:hsl(var(--muted-foreground) / .6)}.border-x-aui-muted-foreground\/65{border-left-color:hsl(var(--muted-foreground) / .65);border-right-color:hsl(var(--muted-foreground) / .65)}.border-x-aui-muted-foreground\/70{border-left-color:hsl(var(--muted-foreground) / .7);border-right-color:hsl(var(--muted-foreground) / .7)}.border-x-aui-muted-foreground\/75{border-left-color:hsl(var(--muted-foreground) / .75);border-right-color:hsl(var(--muted-foreground) / .75)}.border-x-aui-muted-foreground\/80{border-left-color:hsl(var(--muted-foreground) / .8);border-right-color:hsl(var(--muted-foreground) / .8)}.border-x-aui-muted-foreground\/85{border-left-color:hsl(var(--muted-foreground) / .85);border-right-color:hsl(var(--muted-foreground) / .85)}.border-x-aui-muted-foreground\/90{border-left-color:hsl(var(--muted-foreground) / .9);border-right-color:hsl(var(--muted-foreground) / .9)}.border-x-aui-muted-foreground\/95{border-left-color:hsl(var(--muted-foreground) / .95);border-right-color:hsl(var(--muted-foreground) / .95)}.border-x-aui-muted\/0{border-left-color:hsl(var(--muted) / 0);border-right-color:hsl(var(--muted) / 0)}.border-x-aui-muted\/10{border-left-color:hsl(var(--muted) / .1);border-right-color:hsl(var(--muted) / .1)}.border-x-aui-muted\/100{border-left-color:hsl(var(--muted) / 1);border-right-color:hsl(var(--muted) / 1)}.border-x-aui-muted\/15{border-left-color:hsl(var(--muted) / .15);border-right-color:hsl(var(--muted) / .15)}.border-x-aui-muted\/20{border-left-color:hsl(var(--muted) / .2);border-right-color:hsl(var(--muted) / .2)}.border-x-aui-muted\/25{border-left-color:hsl(var(--muted) / .25);border-right-color:hsl(var(--muted) / .25)}.border-x-aui-muted\/30{border-left-color:hsl(var(--muted) / .3);border-right-color:hsl(var(--muted) / .3)}.border-x-aui-muted\/35{border-left-color:hsl(var(--muted) / .35);border-right-color:hsl(var(--muted) / .35)}.border-x-aui-muted\/40{border-left-color:hsl(var(--muted) / .4);border-right-color:hsl(var(--muted) / .4)}.border-x-aui-muted\/45{border-left-color:hsl(var(--muted) / .45);border-right-color:hsl(var(--muted) / .45)}.border-x-aui-muted\/5{border-left-color:hsl(var(--muted) / .05);border-right-color:hsl(var(--muted) / .05)}.border-x-aui-muted\/50{border-left-color:hsl(var(--muted) / .5);border-right-color:hsl(var(--muted) / .5)}.border-x-aui-muted\/55{border-left-color:hsl(var(--muted) / .55);border-right-color:hsl(var(--muted) / .55)}.border-x-aui-muted\/60{border-left-color:hsl(var(--muted) / .6);border-right-color:hsl(var(--muted) / .6)}.border-x-aui-muted\/65{border-left-color:hsl(var(--muted) / .65);border-right-color:hsl(var(--muted) / .65)}.border-x-aui-muted\/70{border-left-color:hsl(var(--muted) / .7);border-right-color:hsl(var(--muted) / .7)}.border-x-aui-muted\/75{border-left-color:hsl(var(--muted) / .75);border-right-color:hsl(var(--muted) / .75)}.border-x-aui-muted\/80{border-left-color:hsl(var(--muted) / .8);border-right-color:hsl(var(--muted) / .8)}.border-x-aui-muted\/85{border-left-color:hsl(var(--muted) / .85);border-right-color:hsl(var(--muted) / .85)}.border-x-aui-muted\/90{border-left-color:hsl(var(--muted) / .9);border-right-color:hsl(var(--muted) / .9)}.border-x-aui-muted\/95{border-left-color:hsl(var(--muted) / .95);border-right-color:hsl(var(--muted) / .95)}.border-x-aui-popover{border-left-color:hsl(var(--popover));border-right-color:hsl(var(--popover))}.border-x-aui-popover-foreground{border-left-color:hsl(var(--popover-foreground));border-right-color:hsl(var(--popover-foreground))}.border-x-aui-popover-foreground\/0{border-left-color:hsl(var(--popover-foreground) / 0);border-right-color:hsl(var(--popover-foreground) / 0)}.border-x-aui-popover-foreground\/10{border-left-color:hsl(var(--popover-foreground) / .1);border-right-color:hsl(var(--popover-foreground) / .1)}.border-x-aui-popover-foreground\/100{border-left-color:hsl(var(--popover-foreground) / 1);border-right-color:hsl(var(--popover-foreground) / 1)}.border-x-aui-popover-foreground\/15{border-left-color:hsl(var(--popover-foreground) / .15);border-right-color:hsl(var(--popover-foreground) / .15)}.border-x-aui-popover-foreground\/20{border-left-color:hsl(var(--popover-foreground) / .2);border-right-color:hsl(var(--popover-foreground) / .2)}.border-x-aui-popover-foreground\/25{border-left-color:hsl(var(--popover-foreground) / .25);border-right-color:hsl(var(--popover-foreground) / .25)}.border-x-aui-popover-foreground\/30{border-left-color:hsl(var(--popover-foreground) / .3);border-right-color:hsl(var(--popover-foreground) / .3)}.border-x-aui-popover-foreground\/35{border-left-color:hsl(var(--popover-foreground) / .35);border-right-color:hsl(var(--popover-foreground) / .35)}.border-x-aui-popover-foreground\/40{border-left-color:hsl(var(--popover-foreground) / .4);border-right-color:hsl(var(--popover-foreground) / .4)}.border-x-aui-popover-foreground\/45{border-left-color:hsl(var(--popover-foreground) / .45);border-right-color:hsl(var(--popover-foreground) / .45)}.border-x-aui-popover-foreground\/5{border-left-color:hsl(var(--popover-foreground) / .05);border-right-color:hsl(var(--popover-foreground) / .05)}.border-x-aui-popover-foreground\/50{border-left-color:hsl(var(--popover-foreground) / .5);border-right-color:hsl(var(--popover-foreground) / .5)}.border-x-aui-popover-foreground\/55{border-left-color:hsl(var(--popover-foreground) / .55);border-right-color:hsl(var(--popover-foreground) / .55)}.border-x-aui-popover-foreground\/60{border-left-color:hsl(var(--popover-foreground) / .6);border-right-color:hsl(var(--popover-foreground) / .6)}.border-x-aui-popover-foreground\/65{border-left-color:hsl(var(--popover-foreground) / .65);border-right-color:hsl(var(--popover-foreground) / .65)}.border-x-aui-popover-foreground\/70{border-left-color:hsl(var(--popover-foreground) / .7);border-right-color:hsl(var(--popover-foreground) / .7)}.border-x-aui-popover-foreground\/75{border-left-color:hsl(var(--popover-foreground) / .75);border-right-color:hsl(var(--popover-foreground) / .75)}.border-x-aui-popover-foreground\/80{border-left-color:hsl(var(--popover-foreground) / .8);border-right-color:hsl(var(--popover-foreground) / .8)}.border-x-aui-popover-foreground\/85{border-left-color:hsl(var(--popover-foreground) / .85);border-right-color:hsl(var(--popover-foreground) / .85)}.border-x-aui-popover-foreground\/90{border-left-color:hsl(var(--popover-foreground) / .9);border-right-color:hsl(var(--popover-foreground) / .9)}.border-x-aui-popover-foreground\/95{border-left-color:hsl(var(--popover-foreground) / .95);border-right-color:hsl(var(--popover-foreground) / .95)}.border-x-aui-popover\/0{border-left-color:hsl(var(--popover) / 0);border-right-color:hsl(var(--popover) / 0)}.border-x-aui-popover\/10{border-left-color:hsl(var(--popover) / .1);border-right-color:hsl(var(--popover) / .1)}.border-x-aui-popover\/100{border-left-color:hsl(var(--popover) / 1);border-right-color:hsl(var(--popover) / 1)}.border-x-aui-popover\/15{border-left-color:hsl(var(--popover) / .15);border-right-color:hsl(var(--popover) / .15)}.border-x-aui-popover\/20{border-left-color:hsl(var(--popover) / .2);border-right-color:hsl(var(--popover) / .2)}.border-x-aui-popover\/25{border-left-color:hsl(var(--popover) / .25);border-right-color:hsl(var(--popover) / .25)}.border-x-aui-popover\/30{border-left-color:hsl(var(--popover) / .3);border-right-color:hsl(var(--popover) / .3)}.border-x-aui-popover\/35{border-left-color:hsl(var(--popover) / .35);border-right-color:hsl(var(--popover) / .35)}.border-x-aui-popover\/40{border-left-color:hsl(var(--popover) / .4);border-right-color:hsl(var(--popover) / .4)}.border-x-aui-popover\/45{border-left-color:hsl(var(--popover) / .45);border-right-color:hsl(var(--popover) / .45)}.border-x-aui-popover\/5{border-left-color:hsl(var(--popover) / .05);border-right-color:hsl(var(--popover) / .05)}.border-x-aui-popover\/50{border-left-color:hsl(var(--popover) / .5);border-right-color:hsl(var(--popover) / .5)}.border-x-aui-popover\/55{border-left-color:hsl(var(--popover) / .55);border-right-color:hsl(var(--popover) / .55)}.border-x-aui-popover\/60{border-left-color:hsl(var(--popover) / .6);border-right-color:hsl(var(--popover) / .6)}.border-x-aui-popover\/65{border-left-color:hsl(var(--popover) / .65);border-right-color:hsl(var(--popover) / .65)}.border-x-aui-popover\/70{border-left-color:hsl(var(--popover) / .7);border-right-color:hsl(var(--popover) / .7)}.border-x-aui-popover\/75{border-left-color:hsl(var(--popover) / .75);border-right-color:hsl(var(--popover) / .75)}.border-x-aui-popover\/80{border-left-color:hsl(var(--popover) / .8);border-right-color:hsl(var(--popover) / .8)}.border-x-aui-popover\/85{border-left-color:hsl(var(--popover) / .85);border-right-color:hsl(var(--popover) / .85)}.border-x-aui-popover\/90{border-left-color:hsl(var(--popover) / .9);border-right-color:hsl(var(--popover) / .9)}.border-x-aui-popover\/95{border-left-color:hsl(var(--popover) / .95);border-right-color:hsl(var(--popover) / .95)}.border-x-aui-primary{border-left-color:hsl(var(--primary));border-right-color:hsl(var(--primary))}.border-x-aui-primary-foreground{border-left-color:hsl(var(--primary-foreground));border-right-color:hsl(var(--primary-foreground))}.border-x-aui-primary-foreground\/0{border-left-color:hsl(var(--primary-foreground) / 0);border-right-color:hsl(var(--primary-foreground) / 0)}.border-x-aui-primary-foreground\/10{border-left-color:hsl(var(--primary-foreground) / .1);border-right-color:hsl(var(--primary-foreground) / .1)}.border-x-aui-primary-foreground\/100{border-left-color:hsl(var(--primary-foreground) / 1);border-right-color:hsl(var(--primary-foreground) / 1)}.border-x-aui-primary-foreground\/15{border-left-color:hsl(var(--primary-foreground) / .15);border-right-color:hsl(var(--primary-foreground) / .15)}.border-x-aui-primary-foreground\/20{border-left-color:hsl(var(--primary-foreground) / .2);border-right-color:hsl(var(--primary-foreground) / .2)}.border-x-aui-primary-foreground\/25{border-left-color:hsl(var(--primary-foreground) / .25);border-right-color:hsl(var(--primary-foreground) / .25)}.border-x-aui-primary-foreground\/30{border-left-color:hsl(var(--primary-foreground) / .3);border-right-color:hsl(var(--primary-foreground) / .3)}.border-x-aui-primary-foreground\/35{border-left-color:hsl(var(--primary-foreground) / .35);border-right-color:hsl(var(--primary-foreground) / .35)}.border-x-aui-primary-foreground\/40{border-left-color:hsl(var(--primary-foreground) / .4);border-right-color:hsl(var(--primary-foreground) / .4)}.border-x-aui-primary-foreground\/45{border-left-color:hsl(var(--primary-foreground) / .45);border-right-color:hsl(var(--primary-foreground) / .45)}.border-x-aui-primary-foreground\/5{border-left-color:hsl(var(--primary-foreground) / .05);border-right-color:hsl(var(--primary-foreground) / .05)}.border-x-aui-primary-foreground\/50{border-left-color:hsl(var(--primary-foreground) / .5);border-right-color:hsl(var(--primary-foreground) / .5)}.border-x-aui-primary-foreground\/55{border-left-color:hsl(var(--primary-foreground) / .55);border-right-color:hsl(var(--primary-foreground) / .55)}.border-x-aui-primary-foreground\/60{border-left-color:hsl(var(--primary-foreground) / .6);border-right-color:hsl(var(--primary-foreground) / .6)}.border-x-aui-primary-foreground\/65{border-left-color:hsl(var(--primary-foreground) / .65);border-right-color:hsl(var(--primary-foreground) / .65)}.border-x-aui-primary-foreground\/70{border-left-color:hsl(var(--primary-foreground) / .7);border-right-color:hsl(var(--primary-foreground) / .7)}.border-x-aui-primary-foreground\/75{border-left-color:hsl(var(--primary-foreground) / .75);border-right-color:hsl(var(--primary-foreground) / .75)}.border-x-aui-primary-foreground\/80{border-left-color:hsl(var(--primary-foreground) / .8);border-right-color:hsl(var(--primary-foreground) / .8)}.border-x-aui-primary-foreground\/85{border-left-color:hsl(var(--primary-foreground) / .85);border-right-color:hsl(var(--primary-foreground) / .85)}.border-x-aui-primary-foreground\/90{border-left-color:hsl(var(--primary-foreground) / .9);border-right-color:hsl(var(--primary-foreground) / .9)}.border-x-aui-primary-foreground\/95{border-left-color:hsl(var(--primary-foreground) / .95);border-right-color:hsl(var(--primary-foreground) / .95)}.border-x-aui-primary\/0{border-left-color:hsl(var(--primary) / 0);border-right-color:hsl(var(--primary) / 0)}.border-x-aui-primary\/10{border-left-color:hsl(var(--primary) / .1);border-right-color:hsl(var(--primary) / .1)}.border-x-aui-primary\/100{border-left-color:hsl(var(--primary) / 1);border-right-color:hsl(var(--primary) / 1)}.border-x-aui-primary\/15{border-left-color:hsl(var(--primary) / .15);border-right-color:hsl(var(--primary) / .15)}.border-x-aui-primary\/20{border-left-color:hsl(var(--primary) / .2);border-right-color:hsl(var(--primary) / .2)}.border-x-aui-primary\/25{border-left-color:hsl(var(--primary) / .25);border-right-color:hsl(var(--primary) / .25)}.border-x-aui-primary\/30{border-left-color:hsl(var(--primary) / .3);border-right-color:hsl(var(--primary) / .3)}.border-x-aui-primary\/35{border-left-color:hsl(var(--primary) / .35);border-right-color:hsl(var(--primary) / .35)}.border-x-aui-primary\/40{border-left-color:hsl(var(--primary) / .4);border-right-color:hsl(var(--primary) / .4)}.border-x-aui-primary\/45{border-left-color:hsl(var(--primary) / .45);border-right-color:hsl(var(--primary) / .45)}.border-x-aui-primary\/5{border-left-color:hsl(var(--primary) / .05);border-right-color:hsl(var(--primary) / .05)}.border-x-aui-primary\/50{border-left-color:hsl(var(--primary) / .5);border-right-color:hsl(var(--primary) / .5)}.border-x-aui-primary\/55{border-left-color:hsl(var(--primary) / .55);border-right-color:hsl(var(--primary) / .55)}.border-x-aui-primary\/60{border-left-color:hsl(var(--primary) / .6);border-right-color:hsl(var(--primary) / .6)}.border-x-aui-primary\/65{border-left-color:hsl(var(--primary) / .65);border-right-color:hsl(var(--primary) / .65)}.border-x-aui-primary\/70{border-left-color:hsl(var(--primary) / .7);border-right-color:hsl(var(--primary) / .7)}.border-x-aui-primary\/75{border-left-color:hsl(var(--primary) / .75);border-right-color:hsl(var(--primary) / .75)}.border-x-aui-primary\/80{border-left-color:hsl(var(--primary) / .8);border-right-color:hsl(var(--primary) / .8)}.border-x-aui-primary\/85{border-left-color:hsl(var(--primary) / .85);border-right-color:hsl(var(--primary) / .85)}.border-x-aui-primary\/90{border-left-color:hsl(var(--primary) / .9);border-right-color:hsl(var(--primary) / .9)}.border-x-aui-primary\/95{border-left-color:hsl(var(--primary) / .95);border-right-color:hsl(var(--primary) / .95)}.border-x-aui-ring{border-left-color:hsl(var(--ring));border-right-color:hsl(var(--ring))}.border-x-aui-ring\/0{border-left-color:hsl(var(--ring) / 0);border-right-color:hsl(var(--ring) / 0)}.border-x-aui-ring\/10{border-left-color:hsl(var(--ring) / .1);border-right-color:hsl(var(--ring) / .1)}.border-x-aui-ring\/100{border-left-color:hsl(var(--ring) / 1);border-right-color:hsl(var(--ring) / 1)}.border-x-aui-ring\/15{border-left-color:hsl(var(--ring) / .15);border-right-color:hsl(var(--ring) / .15)}.border-x-aui-ring\/20{border-left-color:hsl(var(--ring) / .2);border-right-color:hsl(var(--ring) / .2)}.border-x-aui-ring\/25{border-left-color:hsl(var(--ring) / .25);border-right-color:hsl(var(--ring) / .25)}.border-x-aui-ring\/30{border-left-color:hsl(var(--ring) / .3);border-right-color:hsl(var(--ring) / .3)}.border-x-aui-ring\/35{border-left-color:hsl(var(--ring) / .35);border-right-color:hsl(var(--ring) / .35)}.border-x-aui-ring\/40{border-left-color:hsl(var(--ring) / .4);border-right-color:hsl(var(--ring) / .4)}.border-x-aui-ring\/45{border-left-color:hsl(var(--ring) / .45);border-right-color:hsl(var(--ring) / .45)}.border-x-aui-ring\/5{border-left-color:hsl(var(--ring) / .05);border-right-color:hsl(var(--ring) / .05)}.border-x-aui-ring\/50{border-left-color:hsl(var(--ring) / .5);border-right-color:hsl(var(--ring) / .5)}.border-x-aui-ring\/55{border-left-color:hsl(var(--ring) / .55);border-right-color:hsl(var(--ring) / .55)}.border-x-aui-ring\/60{border-left-color:hsl(var(--ring) / .6);border-right-color:hsl(var(--ring) / .6)}.border-x-aui-ring\/65{border-left-color:hsl(var(--ring) / .65);border-right-color:hsl(var(--ring) / .65)}.border-x-aui-ring\/70{border-left-color:hsl(var(--ring) / .7);border-right-color:hsl(var(--ring) / .7)}.border-x-aui-ring\/75{border-left-color:hsl(var(--ring) / .75);border-right-color:hsl(var(--ring) / .75)}.border-x-aui-ring\/80{border-left-color:hsl(var(--ring) / .8);border-right-color:hsl(var(--ring) / .8)}.border-x-aui-ring\/85{border-left-color:hsl(var(--ring) / .85);border-right-color:hsl(var(--ring) / .85)}.border-x-aui-ring\/90{border-left-color:hsl(var(--ring) / .9);border-right-color:hsl(var(--ring) / .9)}.border-x-aui-ring\/95{border-left-color:hsl(var(--ring) / .95);border-right-color:hsl(var(--ring) / .95)}.border-x-aui-secondary{border-left-color:hsl(var(--secondary));border-right-color:hsl(var(--secondary))}.border-x-aui-secondary-foreground{border-left-color:hsl(var(--secondary-foreground));border-right-color:hsl(var(--secondary-foreground))}.border-x-aui-secondary-foreground\/0{border-left-color:hsl(var(--secondary-foreground) / 0);border-right-color:hsl(var(--secondary-foreground) / 0)}.border-x-aui-secondary-foreground\/10{border-left-color:hsl(var(--secondary-foreground) / .1);border-right-color:hsl(var(--secondary-foreground) / .1)}.border-x-aui-secondary-foreground\/100{border-left-color:hsl(var(--secondary-foreground) / 1);border-right-color:hsl(var(--secondary-foreground) / 1)}.border-x-aui-secondary-foreground\/15{border-left-color:hsl(var(--secondary-foreground) / .15);border-right-color:hsl(var(--secondary-foreground) / .15)}.border-x-aui-secondary-foreground\/20{border-left-color:hsl(var(--secondary-foreground) / .2);border-right-color:hsl(var(--secondary-foreground) / .2)}.border-x-aui-secondary-foreground\/25{border-left-color:hsl(var(--secondary-foreground) / .25);border-right-color:hsl(var(--secondary-foreground) / .25)}.border-x-aui-secondary-foreground\/30{border-left-color:hsl(var(--secondary-foreground) / .3);border-right-color:hsl(var(--secondary-foreground) / .3)}.border-x-aui-secondary-foreground\/35{border-left-color:hsl(var(--secondary-foreground) / .35);border-right-color:hsl(var(--secondary-foreground) / .35)}.border-x-aui-secondary-foreground\/40{border-left-color:hsl(var(--secondary-foreground) / .4);border-right-color:hsl(var(--secondary-foreground) / .4)}.border-x-aui-secondary-foreground\/45{border-left-color:hsl(var(--secondary-foreground) / .45);border-right-color:hsl(var(--secondary-foreground) / .45)}.border-x-aui-secondary-foreground\/5{border-left-color:hsl(var(--secondary-foreground) / .05);border-right-color:hsl(var(--secondary-foreground) / .05)}.border-x-aui-secondary-foreground\/50{border-left-color:hsl(var(--secondary-foreground) / .5);border-right-color:hsl(var(--secondary-foreground) / .5)}.border-x-aui-secondary-foreground\/55{border-left-color:hsl(var(--secondary-foreground) / .55);border-right-color:hsl(var(--secondary-foreground) / .55)}.border-x-aui-secondary-foreground\/60{border-left-color:hsl(var(--secondary-foreground) / .6);border-right-color:hsl(var(--secondary-foreground) / .6)}.border-x-aui-secondary-foreground\/65{border-left-color:hsl(var(--secondary-foreground) / .65);border-right-color:hsl(var(--secondary-foreground) / .65)}.border-x-aui-secondary-foreground\/70{border-left-color:hsl(var(--secondary-foreground) / .7);border-right-color:hsl(var(--secondary-foreground) / .7)}.border-x-aui-secondary-foreground\/75{border-left-color:hsl(var(--secondary-foreground) / .75);border-right-color:hsl(var(--secondary-foreground) / .75)}.border-x-aui-secondary-foreground\/80{border-left-color:hsl(var(--secondary-foreground) / .8);border-right-color:hsl(var(--secondary-foreground) / .8)}.border-x-aui-secondary-foreground\/85{border-left-color:hsl(var(--secondary-foreground) / .85);border-right-color:hsl(var(--secondary-foreground) / .85)}.border-x-aui-secondary-foreground\/90{border-left-color:hsl(var(--secondary-foreground) / .9);border-right-color:hsl(var(--secondary-foreground) / .9)}.border-x-aui-secondary-foreground\/95{border-left-color:hsl(var(--secondary-foreground) / .95);border-right-color:hsl(var(--secondary-foreground) / .95)}.border-x-aui-secondary\/0{border-left-color:hsl(var(--secondary) / 0);border-right-color:hsl(var(--secondary) / 0)}.border-x-aui-secondary\/10{border-left-color:hsl(var(--secondary) / .1);border-right-color:hsl(var(--secondary) / .1)}.border-x-aui-secondary\/100{border-left-color:hsl(var(--secondary) / 1);border-right-color:hsl(var(--secondary) / 1)}.border-x-aui-secondary\/15{border-left-color:hsl(var(--secondary) / .15);border-right-color:hsl(var(--secondary) / .15)}.border-x-aui-secondary\/20{border-left-color:hsl(var(--secondary) / .2);border-right-color:hsl(var(--secondary) / .2)}.border-x-aui-secondary\/25{border-left-color:hsl(var(--secondary) / .25);border-right-color:hsl(var(--secondary) / .25)}.border-x-aui-secondary\/30{border-left-color:hsl(var(--secondary) / .3);border-right-color:hsl(var(--secondary) / .3)}.border-x-aui-secondary\/35{border-left-color:hsl(var(--secondary) / .35);border-right-color:hsl(var(--secondary) / .35)}.border-x-aui-secondary\/40{border-left-color:hsl(var(--secondary) / .4);border-right-color:hsl(var(--secondary) / .4)}.border-x-aui-secondary\/45{border-left-color:hsl(var(--secondary) / .45);border-right-color:hsl(var(--secondary) / .45)}.border-x-aui-secondary\/5{border-left-color:hsl(var(--secondary) / .05);border-right-color:hsl(var(--secondary) / .05)}.border-x-aui-secondary\/50{border-left-color:hsl(var(--secondary) / .5);border-right-color:hsl(var(--secondary) / .5)}.border-x-aui-secondary\/55{border-left-color:hsl(var(--secondary) / .55);border-right-color:hsl(var(--secondary) / .55)}.border-x-aui-secondary\/60{border-left-color:hsl(var(--secondary) / .6);border-right-color:hsl(var(--secondary) / .6)}.border-x-aui-secondary\/65{border-left-color:hsl(var(--secondary) / .65);border-right-color:hsl(var(--secondary) / .65)}.border-x-aui-secondary\/70{border-left-color:hsl(var(--secondary) / .7);border-right-color:hsl(var(--secondary) / .7)}.border-x-aui-secondary\/75{border-left-color:hsl(var(--secondary) / .75);border-right-color:hsl(var(--secondary) / .75)}.border-x-aui-secondary\/80{border-left-color:hsl(var(--secondary) / .8);border-right-color:hsl(var(--secondary) / .8)}.border-x-aui-secondary\/85{border-left-color:hsl(var(--secondary) / .85);border-right-color:hsl(var(--secondary) / .85)}.border-x-aui-secondary\/90{border-left-color:hsl(var(--secondary) / .9);border-right-color:hsl(var(--secondary) / .9)}.border-x-aui-secondary\/95{border-left-color:hsl(var(--secondary) / .95);border-right-color:hsl(var(--secondary) / .95)}.border-y-aui-accent{border-top-color:hsl(var(--accent));border-bottom-color:hsl(var(--accent))}.border-y-aui-accent-foreground{border-top-color:hsl(var(--accent-foreground));border-bottom-color:hsl(var(--accent-foreground))}.border-y-aui-accent-foreground\/0{border-top-color:hsl(var(--accent-foreground) / 0);border-bottom-color:hsl(var(--accent-foreground) / 0)}.border-y-aui-accent-foreground\/10{border-top-color:hsl(var(--accent-foreground) / .1);border-bottom-color:hsl(var(--accent-foreground) / .1)}.border-y-aui-accent-foreground\/100{border-top-color:hsl(var(--accent-foreground) / 1);border-bottom-color:hsl(var(--accent-foreground) / 1)}.border-y-aui-accent-foreground\/15{border-top-color:hsl(var(--accent-foreground) / .15);border-bottom-color:hsl(var(--accent-foreground) / .15)}.border-y-aui-accent-foreground\/20{border-top-color:hsl(var(--accent-foreground) / .2);border-bottom-color:hsl(var(--accent-foreground) / .2)}.border-y-aui-accent-foreground\/25{border-top-color:hsl(var(--accent-foreground) / .25);border-bottom-color:hsl(var(--accent-foreground) / .25)}.border-y-aui-accent-foreground\/30{border-top-color:hsl(var(--accent-foreground) / .3);border-bottom-color:hsl(var(--accent-foreground) / .3)}.border-y-aui-accent-foreground\/35{border-top-color:hsl(var(--accent-foreground) / .35);border-bottom-color:hsl(var(--accent-foreground) / .35)}.border-y-aui-accent-foreground\/40{border-top-color:hsl(var(--accent-foreground) / .4);border-bottom-color:hsl(var(--accent-foreground) / .4)}.border-y-aui-accent-foreground\/45{border-top-color:hsl(var(--accent-foreground) / .45);border-bottom-color:hsl(var(--accent-foreground) / .45)}.border-y-aui-accent-foreground\/5{border-top-color:hsl(var(--accent-foreground) / .05);border-bottom-color:hsl(var(--accent-foreground) / .05)}.border-y-aui-accent-foreground\/50{border-top-color:hsl(var(--accent-foreground) / .5);border-bottom-color:hsl(var(--accent-foreground) / .5)}.border-y-aui-accent-foreground\/55{border-top-color:hsl(var(--accent-foreground) / .55);border-bottom-color:hsl(var(--accent-foreground) / .55)}.border-y-aui-accent-foreground\/60{border-top-color:hsl(var(--accent-foreground) / .6);border-bottom-color:hsl(var(--accent-foreground) / .6)}.border-y-aui-accent-foreground\/65{border-top-color:hsl(var(--accent-foreground) / .65);border-bottom-color:hsl(var(--accent-foreground) / .65)}.border-y-aui-accent-foreground\/70{border-top-color:hsl(var(--accent-foreground) / .7);border-bottom-color:hsl(var(--accent-foreground) / .7)}.border-y-aui-accent-foreground\/75{border-top-color:hsl(var(--accent-foreground) / .75);border-bottom-color:hsl(var(--accent-foreground) / .75)}.border-y-aui-accent-foreground\/80{border-top-color:hsl(var(--accent-foreground) / .8);border-bottom-color:hsl(var(--accent-foreground) / .8)}.border-y-aui-accent-foreground\/85{border-top-color:hsl(var(--accent-foreground) / .85);border-bottom-color:hsl(var(--accent-foreground) / .85)}.border-y-aui-accent-foreground\/90{border-top-color:hsl(var(--accent-foreground) / .9);border-bottom-color:hsl(var(--accent-foreground) / .9)}.border-y-aui-accent-foreground\/95{border-top-color:hsl(var(--accent-foreground) / .95);border-bottom-color:hsl(var(--accent-foreground) / .95)}.border-y-aui-accent\/0{border-top-color:hsl(var(--accent) / 0);border-bottom-color:hsl(var(--accent) / 0)}.border-y-aui-accent\/10{border-top-color:hsl(var(--accent) / .1);border-bottom-color:hsl(var(--accent) / .1)}.border-y-aui-accent\/100{border-top-color:hsl(var(--accent) / 1);border-bottom-color:hsl(var(--accent) / 1)}.border-y-aui-accent\/15{border-top-color:hsl(var(--accent) / .15);border-bottom-color:hsl(var(--accent) / .15)}.border-y-aui-accent\/20{border-top-color:hsl(var(--accent) / .2);border-bottom-color:hsl(var(--accent) / .2)}.border-y-aui-accent\/25{border-top-color:hsl(var(--accent) / .25);border-bottom-color:hsl(var(--accent) / .25)}.border-y-aui-accent\/30{border-top-color:hsl(var(--accent) / .3);border-bottom-color:hsl(var(--accent) / .3)}.border-y-aui-accent\/35{border-top-color:hsl(var(--accent) / .35);border-bottom-color:hsl(var(--accent) / .35)}.border-y-aui-accent\/40{border-top-color:hsl(var(--accent) / .4);border-bottom-color:hsl(var(--accent) / .4)}.border-y-aui-accent\/45{border-top-color:hsl(var(--accent) / .45);border-bottom-color:hsl(var(--accent) / .45)}.border-y-aui-accent\/5{border-top-color:hsl(var(--accent) / .05);border-bottom-color:hsl(var(--accent) / .05)}.border-y-aui-accent\/50{border-top-color:hsl(var(--accent) / .5);border-bottom-color:hsl(var(--accent) / .5)}.border-y-aui-accent\/55{border-top-color:hsl(var(--accent) / .55);border-bottom-color:hsl(var(--accent) / .55)}.border-y-aui-accent\/60{border-top-color:hsl(var(--accent) / .6);border-bottom-color:hsl(var(--accent) / .6)}.border-y-aui-accent\/65{border-top-color:hsl(var(--accent) / .65);border-bottom-color:hsl(var(--accent) / .65)}.border-y-aui-accent\/70{border-top-color:hsl(var(--accent) / .7);border-bottom-color:hsl(var(--accent) / .7)}.border-y-aui-accent\/75{border-top-color:hsl(var(--accent) / .75);border-bottom-color:hsl(var(--accent) / .75)}.border-y-aui-accent\/80{border-top-color:hsl(var(--accent) / .8);border-bottom-color:hsl(var(--accent) / .8)}.border-y-aui-accent\/85{border-top-color:hsl(var(--accent) / .85);border-bottom-color:hsl(var(--accent) / .85)}.border-y-aui-accent\/90{border-top-color:hsl(var(--accent) / .9);border-bottom-color:hsl(var(--accent) / .9)}.border-y-aui-accent\/95{border-top-color:hsl(var(--accent) / .95);border-bottom-color:hsl(var(--accent) / .95)}.border-y-aui-background{border-top-color:hsl(var(--background));border-bottom-color:hsl(var(--background))}.border-y-aui-background\/0{border-top-color:hsl(var(--background) / 0);border-bottom-color:hsl(var(--background) / 0)}.border-y-aui-background\/10{border-top-color:hsl(var(--background) / .1);border-bottom-color:hsl(var(--background) / .1)}.border-y-aui-background\/100{border-top-color:hsl(var(--background) / 1);border-bottom-color:hsl(var(--background) / 1)}.border-y-aui-background\/15{border-top-color:hsl(var(--background) / .15);border-bottom-color:hsl(var(--background) / .15)}.border-y-aui-background\/20{border-top-color:hsl(var(--background) / .2);border-bottom-color:hsl(var(--background) / .2)}.border-y-aui-background\/25{border-top-color:hsl(var(--background) / .25);border-bottom-color:hsl(var(--background) / .25)}.border-y-aui-background\/30{border-top-color:hsl(var(--background) / .3);border-bottom-color:hsl(var(--background) / .3)}.border-y-aui-background\/35{border-top-color:hsl(var(--background) / .35);border-bottom-color:hsl(var(--background) / .35)}.border-y-aui-background\/40{border-top-color:hsl(var(--background) / .4);border-bottom-color:hsl(var(--background) / .4)}.border-y-aui-background\/45{border-top-color:hsl(var(--background) / .45);border-bottom-color:hsl(var(--background) / .45)}.border-y-aui-background\/5{border-top-color:hsl(var(--background) / .05);border-bottom-color:hsl(var(--background) / .05)}.border-y-aui-background\/50{border-top-color:hsl(var(--background) / .5);border-bottom-color:hsl(var(--background) / .5)}.border-y-aui-background\/55{border-top-color:hsl(var(--background) / .55);border-bottom-color:hsl(var(--background) / .55)}.border-y-aui-background\/60{border-top-color:hsl(var(--background) / .6);border-bottom-color:hsl(var(--background) / .6)}.border-y-aui-background\/65{border-top-color:hsl(var(--background) / .65);border-bottom-color:hsl(var(--background) / .65)}.border-y-aui-background\/70{border-top-color:hsl(var(--background) / .7);border-bottom-color:hsl(var(--background) / .7)}.border-y-aui-background\/75{border-top-color:hsl(var(--background) / .75);border-bottom-color:hsl(var(--background) / .75)}.border-y-aui-background\/80{border-top-color:hsl(var(--background) / .8);border-bottom-color:hsl(var(--background) / .8)}.border-y-aui-background\/85{border-top-color:hsl(var(--background) / .85);border-bottom-color:hsl(var(--background) / .85)}.border-y-aui-background\/90{border-top-color:hsl(var(--background) / .9);border-bottom-color:hsl(var(--background) / .9)}.border-y-aui-background\/95{border-top-color:hsl(var(--background) / .95);border-bottom-color:hsl(var(--background) / .95)}.border-y-aui-border{border-top-color:hsl(var(--border));border-bottom-color:hsl(var(--border))}.border-y-aui-border\/0{border-top-color:hsl(var(--border) / 0);border-bottom-color:hsl(var(--border) / 0)}.border-y-aui-border\/10{border-top-color:hsl(var(--border) / .1);border-bottom-color:hsl(var(--border) / .1)}.border-y-aui-border\/100{border-top-color:hsl(var(--border) / 1);border-bottom-color:hsl(var(--border) / 1)}.border-y-aui-border\/15{border-top-color:hsl(var(--border) / .15);border-bottom-color:hsl(var(--border) / .15)}.border-y-aui-border\/20{border-top-color:hsl(var(--border) / .2);border-bottom-color:hsl(var(--border) / .2)}.border-y-aui-border\/25{border-top-color:hsl(var(--border) / .25);border-bottom-color:hsl(var(--border) / .25)}.border-y-aui-border\/30{border-top-color:hsl(var(--border) / .3);border-bottom-color:hsl(var(--border) / .3)}.border-y-aui-border\/35{border-top-color:hsl(var(--border) / .35);border-bottom-color:hsl(var(--border) / .35)}.border-y-aui-border\/40{border-top-color:hsl(var(--border) / .4);border-bottom-color:hsl(var(--border) / .4)}.border-y-aui-border\/45{border-top-color:hsl(var(--border) / .45);border-bottom-color:hsl(var(--border) / .45)}.border-y-aui-border\/5{border-top-color:hsl(var(--border) / .05);border-bottom-color:hsl(var(--border) / .05)}.border-y-aui-border\/50{border-top-color:hsl(var(--border) / .5);border-bottom-color:hsl(var(--border) / .5)}.border-y-aui-border\/55{border-top-color:hsl(var(--border) / .55);border-bottom-color:hsl(var(--border) / .55)}.border-y-aui-border\/60{border-top-color:hsl(var(--border) / .6);border-bottom-color:hsl(var(--border) / .6)}.border-y-aui-border\/65{border-top-color:hsl(var(--border) / .65);border-bottom-color:hsl(var(--border) / .65)}.border-y-aui-border\/70{border-top-color:hsl(var(--border) / .7);border-bottom-color:hsl(var(--border) / .7)}.border-y-aui-border\/75{border-top-color:hsl(var(--border) / .75);border-bottom-color:hsl(var(--border) / .75)}.border-y-aui-border\/80{border-top-color:hsl(var(--border) / .8);border-bottom-color:hsl(var(--border) / .8)}.border-y-aui-border\/85{border-top-color:hsl(var(--border) / .85);border-bottom-color:hsl(var(--border) / .85)}.border-y-aui-border\/90{border-top-color:hsl(var(--border) / .9);border-bottom-color:hsl(var(--border) / .9)}.border-y-aui-border\/95{border-top-color:hsl(var(--border) / .95);border-bottom-color:hsl(var(--border) / .95)}.border-y-aui-card{border-top-color:hsl(var(--card));border-bottom-color:hsl(var(--card))}.border-y-aui-card-foreground{border-top-color:hsl(var(--card-foreground));border-bottom-color:hsl(var(--card-foreground))}.border-y-aui-card-foreground\/0{border-top-color:hsl(var(--card-foreground) / 0);border-bottom-color:hsl(var(--card-foreground) / 0)}.border-y-aui-card-foreground\/10{border-top-color:hsl(var(--card-foreground) / .1);border-bottom-color:hsl(var(--card-foreground) / .1)}.border-y-aui-card-foreground\/100{border-top-color:hsl(var(--card-foreground) / 1);border-bottom-color:hsl(var(--card-foreground) / 1)}.border-y-aui-card-foreground\/15{border-top-color:hsl(var(--card-foreground) / .15);border-bottom-color:hsl(var(--card-foreground) / .15)}.border-y-aui-card-foreground\/20{border-top-color:hsl(var(--card-foreground) / .2);border-bottom-color:hsl(var(--card-foreground) / .2)}.border-y-aui-card-foreground\/25{border-top-color:hsl(var(--card-foreground) / .25);border-bottom-color:hsl(var(--card-foreground) / .25)}.border-y-aui-card-foreground\/30{border-top-color:hsl(var(--card-foreground) / .3);border-bottom-color:hsl(var(--card-foreground) / .3)}.border-y-aui-card-foreground\/35{border-top-color:hsl(var(--card-foreground) / .35);border-bottom-color:hsl(var(--card-foreground) / .35)}.border-y-aui-card-foreground\/40{border-top-color:hsl(var(--card-foreground) / .4);border-bottom-color:hsl(var(--card-foreground) / .4)}.border-y-aui-card-foreground\/45{border-top-color:hsl(var(--card-foreground) / .45);border-bottom-color:hsl(var(--card-foreground) / .45)}.border-y-aui-card-foreground\/5{border-top-color:hsl(var(--card-foreground) / .05);border-bottom-color:hsl(var(--card-foreground) / .05)}.border-y-aui-card-foreground\/50{border-top-color:hsl(var(--card-foreground) / .5);border-bottom-color:hsl(var(--card-foreground) / .5)}.border-y-aui-card-foreground\/55{border-top-color:hsl(var(--card-foreground) / .55);border-bottom-color:hsl(var(--card-foreground) / .55)}.border-y-aui-card-foreground\/60{border-top-color:hsl(var(--card-foreground) / .6);border-bottom-color:hsl(var(--card-foreground) / .6)}.border-y-aui-card-foreground\/65{border-top-color:hsl(var(--card-foreground) / .65);border-bottom-color:hsl(var(--card-foreground) / .65)}.border-y-aui-card-foreground\/70{border-top-color:hsl(var(--card-foreground) / .7);border-bottom-color:hsl(var(--card-foreground) / .7)}.border-y-aui-card-foreground\/75{border-top-color:hsl(var(--card-foreground) / .75);border-bottom-color:hsl(var(--card-foreground) / .75)}.border-y-aui-card-foreground\/80{border-top-color:hsl(var(--card-foreground) / .8);border-bottom-color:hsl(var(--card-foreground) / .8)}.border-y-aui-card-foreground\/85{border-top-color:hsl(var(--card-foreground) / .85);border-bottom-color:hsl(var(--card-foreground) / .85)}.border-y-aui-card-foreground\/90{border-top-color:hsl(var(--card-foreground) / .9);border-bottom-color:hsl(var(--card-foreground) / .9)}.border-y-aui-card-foreground\/95{border-top-color:hsl(var(--card-foreground) / .95);border-bottom-color:hsl(var(--card-foreground) / .95)}.border-y-aui-card\/0{border-top-color:hsl(var(--card) / 0);border-bottom-color:hsl(var(--card) / 0)}.border-y-aui-card\/10{border-top-color:hsl(var(--card) / .1);border-bottom-color:hsl(var(--card) / .1)}.border-y-aui-card\/100{border-top-color:hsl(var(--card) / 1);border-bottom-color:hsl(var(--card) / 1)}.border-y-aui-card\/15{border-top-color:hsl(var(--card) / .15);border-bottom-color:hsl(var(--card) / .15)}.border-y-aui-card\/20{border-top-color:hsl(var(--card) / .2);border-bottom-color:hsl(var(--card) / .2)}.border-y-aui-card\/25{border-top-color:hsl(var(--card) / .25);border-bottom-color:hsl(var(--card) / .25)}.border-y-aui-card\/30{border-top-color:hsl(var(--card) / .3);border-bottom-color:hsl(var(--card) / .3)}.border-y-aui-card\/35{border-top-color:hsl(var(--card) / .35);border-bottom-color:hsl(var(--card) / .35)}.border-y-aui-card\/40{border-top-color:hsl(var(--card) / .4);border-bottom-color:hsl(var(--card) / .4)}.border-y-aui-card\/45{border-top-color:hsl(var(--card) / .45);border-bottom-color:hsl(var(--card) / .45)}.border-y-aui-card\/5{border-top-color:hsl(var(--card) / .05);border-bottom-color:hsl(var(--card) / .05)}.border-y-aui-card\/50{border-top-color:hsl(var(--card) / .5);border-bottom-color:hsl(var(--card) / .5)}.border-y-aui-card\/55{border-top-color:hsl(var(--card) / .55);border-bottom-color:hsl(var(--card) / .55)}.border-y-aui-card\/60{border-top-color:hsl(var(--card) / .6);border-bottom-color:hsl(var(--card) / .6)}.border-y-aui-card\/65{border-top-color:hsl(var(--card) / .65);border-bottom-color:hsl(var(--card) / .65)}.border-y-aui-card\/70{border-top-color:hsl(var(--card) / .7);border-bottom-color:hsl(var(--card) / .7)}.border-y-aui-card\/75{border-top-color:hsl(var(--card) / .75);border-bottom-color:hsl(var(--card) / .75)}.border-y-aui-card\/80{border-top-color:hsl(var(--card) / .8);border-bottom-color:hsl(var(--card) / .8)}.border-y-aui-card\/85{border-top-color:hsl(var(--card) / .85);border-bottom-color:hsl(var(--card) / .85)}.border-y-aui-card\/90{border-top-color:hsl(var(--card) / .9);border-bottom-color:hsl(var(--card) / .9)}.border-y-aui-card\/95{border-top-color:hsl(var(--card) / .95);border-bottom-color:hsl(var(--card) / .95)}.border-y-aui-destructive{border-top-color:hsl(var(--destructive));border-bottom-color:hsl(var(--destructive))}.border-y-aui-destructive-foreground{border-top-color:hsl(var(--destructive-foreground));border-bottom-color:hsl(var(--destructive-foreground))}.border-y-aui-destructive-foreground\/0{border-top-color:hsl(var(--destructive-foreground) / 0);border-bottom-color:hsl(var(--destructive-foreground) / 0)}.border-y-aui-destructive-foreground\/10{border-top-color:hsl(var(--destructive-foreground) / .1);border-bottom-color:hsl(var(--destructive-foreground) / .1)}.border-y-aui-destructive-foreground\/100{border-top-color:hsl(var(--destructive-foreground) / 1);border-bottom-color:hsl(var(--destructive-foreground) / 1)}.border-y-aui-destructive-foreground\/15{border-top-color:hsl(var(--destructive-foreground) / .15);border-bottom-color:hsl(var(--destructive-foreground) / .15)}.border-y-aui-destructive-foreground\/20{border-top-color:hsl(var(--destructive-foreground) / .2);border-bottom-color:hsl(var(--destructive-foreground) / .2)}.border-y-aui-destructive-foreground\/25{border-top-color:hsl(var(--destructive-foreground) / .25);border-bottom-color:hsl(var(--destructive-foreground) / .25)}.border-y-aui-destructive-foreground\/30{border-top-color:hsl(var(--destructive-foreground) / .3);border-bottom-color:hsl(var(--destructive-foreground) / .3)}.border-y-aui-destructive-foreground\/35{border-top-color:hsl(var(--destructive-foreground) / .35);border-bottom-color:hsl(var(--destructive-foreground) / .35)}.border-y-aui-destructive-foreground\/40{border-top-color:hsl(var(--destructive-foreground) / .4);border-bottom-color:hsl(var(--destructive-foreground) / .4)}.border-y-aui-destructive-foreground\/45{border-top-color:hsl(var(--destructive-foreground) / .45);border-bottom-color:hsl(var(--destructive-foreground) / .45)}.border-y-aui-destructive-foreground\/5{border-top-color:hsl(var(--destructive-foreground) / .05);border-bottom-color:hsl(var(--destructive-foreground) / .05)}.border-y-aui-destructive-foreground\/50{border-top-color:hsl(var(--destructive-foreground) / .5);border-bottom-color:hsl(var(--destructive-foreground) / .5)}.border-y-aui-destructive-foreground\/55{border-top-color:hsl(var(--destructive-foreground) / .55);border-bottom-color:hsl(var(--destructive-foreground) / .55)}.border-y-aui-destructive-foreground\/60{border-top-color:hsl(var(--destructive-foreground) / .6);border-bottom-color:hsl(var(--destructive-foreground) / .6)}.border-y-aui-destructive-foreground\/65{border-top-color:hsl(var(--destructive-foreground) / .65);border-bottom-color:hsl(var(--destructive-foreground) / .65)}.border-y-aui-destructive-foreground\/70{border-top-color:hsl(var(--destructive-foreground) / .7);border-bottom-color:hsl(var(--destructive-foreground) / .7)}.border-y-aui-destructive-foreground\/75{border-top-color:hsl(var(--destructive-foreground) / .75);border-bottom-color:hsl(var(--destructive-foreground) / .75)}.border-y-aui-destructive-foreground\/80{border-top-color:hsl(var(--destructive-foreground) / .8);border-bottom-color:hsl(var(--destructive-foreground) / .8)}.border-y-aui-destructive-foreground\/85{border-top-color:hsl(var(--destructive-foreground) / .85);border-bottom-color:hsl(var(--destructive-foreground) / .85)}.border-y-aui-destructive-foreground\/90{border-top-color:hsl(var(--destructive-foreground) / .9);border-bottom-color:hsl(var(--destructive-foreground) / .9)}.border-y-aui-destructive-foreground\/95{border-top-color:hsl(var(--destructive-foreground) / .95);border-bottom-color:hsl(var(--destructive-foreground) / .95)}.border-y-aui-destructive\/0{border-top-color:hsl(var(--destructive) / 0);border-bottom-color:hsl(var(--destructive) / 0)}.border-y-aui-destructive\/10{border-top-color:hsl(var(--destructive) / .1);border-bottom-color:hsl(var(--destructive) / .1)}.border-y-aui-destructive\/100{border-top-color:hsl(var(--destructive) / 1);border-bottom-color:hsl(var(--destructive) / 1)}.border-y-aui-destructive\/15{border-top-color:hsl(var(--destructive) / .15);border-bottom-color:hsl(var(--destructive) / .15)}.border-y-aui-destructive\/20{border-top-color:hsl(var(--destructive) / .2);border-bottom-color:hsl(var(--destructive) / .2)}.border-y-aui-destructive\/25{border-top-color:hsl(var(--destructive) / .25);border-bottom-color:hsl(var(--destructive) / .25)}.border-y-aui-destructive\/30{border-top-color:hsl(var(--destructive) / .3);border-bottom-color:hsl(var(--destructive) / .3)}.border-y-aui-destructive\/35{border-top-color:hsl(var(--destructive) / .35);border-bottom-color:hsl(var(--destructive) / .35)}.border-y-aui-destructive\/40{border-top-color:hsl(var(--destructive) / .4);border-bottom-color:hsl(var(--destructive) / .4)}.border-y-aui-destructive\/45{border-top-color:hsl(var(--destructive) / .45);border-bottom-color:hsl(var(--destructive) / .45)}.border-y-aui-destructive\/5{border-top-color:hsl(var(--destructive) / .05);border-bottom-color:hsl(var(--destructive) / .05)}.border-y-aui-destructive\/50{border-top-color:hsl(var(--destructive) / .5);border-bottom-color:hsl(var(--destructive) / .5)}.border-y-aui-destructive\/55{border-top-color:hsl(var(--destructive) / .55);border-bottom-color:hsl(var(--destructive) / .55)}.border-y-aui-destructive\/60{border-top-color:hsl(var(--destructive) / .6);border-bottom-color:hsl(var(--destructive) / .6)}.border-y-aui-destructive\/65{border-top-color:hsl(var(--destructive) / .65);border-bottom-color:hsl(var(--destructive) / .65)}.border-y-aui-destructive\/70{border-top-color:hsl(var(--destructive) / .7);border-bottom-color:hsl(var(--destructive) / .7)}.border-y-aui-destructive\/75{border-top-color:hsl(var(--destructive) / .75);border-bottom-color:hsl(var(--destructive) / .75)}.border-y-aui-destructive\/80{border-top-color:hsl(var(--destructive) / .8);border-bottom-color:hsl(var(--destructive) / .8)}.border-y-aui-destructive\/85{border-top-color:hsl(var(--destructive) / .85);border-bottom-color:hsl(var(--destructive) / .85)}.border-y-aui-destructive\/90{border-top-color:hsl(var(--destructive) / .9);border-bottom-color:hsl(var(--destructive) / .9)}.border-y-aui-destructive\/95{border-top-color:hsl(var(--destructive) / .95);border-bottom-color:hsl(var(--destructive) / .95)}.border-y-aui-foreground{border-top-color:hsl(var(--foreground));border-bottom-color:hsl(var(--foreground))}.border-y-aui-foreground\/0{border-top-color:hsl(var(--foreground) / 0);border-bottom-color:hsl(var(--foreground) / 0)}.border-y-aui-foreground\/10{border-top-color:hsl(var(--foreground) / .1);border-bottom-color:hsl(var(--foreground) / .1)}.border-y-aui-foreground\/100{border-top-color:hsl(var(--foreground) / 1);border-bottom-color:hsl(var(--foreground) / 1)}.border-y-aui-foreground\/15{border-top-color:hsl(var(--foreground) / .15);border-bottom-color:hsl(var(--foreground) / .15)}.border-y-aui-foreground\/20{border-top-color:hsl(var(--foreground) / .2);border-bottom-color:hsl(var(--foreground) / .2)}.border-y-aui-foreground\/25{border-top-color:hsl(var(--foreground) / .25);border-bottom-color:hsl(var(--foreground) / .25)}.border-y-aui-foreground\/30{border-top-color:hsl(var(--foreground) / .3);border-bottom-color:hsl(var(--foreground) / .3)}.border-y-aui-foreground\/35{border-top-color:hsl(var(--foreground) / .35);border-bottom-color:hsl(var(--foreground) / .35)}.border-y-aui-foreground\/40{border-top-color:hsl(var(--foreground) / .4);border-bottom-color:hsl(var(--foreground) / .4)}.border-y-aui-foreground\/45{border-top-color:hsl(var(--foreground) / .45);border-bottom-color:hsl(var(--foreground) / .45)}.border-y-aui-foreground\/5{border-top-color:hsl(var(--foreground) / .05);border-bottom-color:hsl(var(--foreground) / .05)}.border-y-aui-foreground\/50{border-top-color:hsl(var(--foreground) / .5);border-bottom-color:hsl(var(--foreground) / .5)}.border-y-aui-foreground\/55{border-top-color:hsl(var(--foreground) / .55);border-bottom-color:hsl(var(--foreground) / .55)}.border-y-aui-foreground\/60{border-top-color:hsl(var(--foreground) / .6);border-bottom-color:hsl(var(--foreground) / .6)}.border-y-aui-foreground\/65{border-top-color:hsl(var(--foreground) / .65);border-bottom-color:hsl(var(--foreground) / .65)}.border-y-aui-foreground\/70{border-top-color:hsl(var(--foreground) / .7);border-bottom-color:hsl(var(--foreground) / .7)}.border-y-aui-foreground\/75{border-top-color:hsl(var(--foreground) / .75);border-bottom-color:hsl(var(--foreground) / .75)}.border-y-aui-foreground\/80{border-top-color:hsl(var(--foreground) / .8);border-bottom-color:hsl(var(--foreground) / .8)}.border-y-aui-foreground\/85{border-top-color:hsl(var(--foreground) / .85);border-bottom-color:hsl(var(--foreground) / .85)}.border-y-aui-foreground\/90{border-top-color:hsl(var(--foreground) / .9);border-bottom-color:hsl(var(--foreground) / .9)}.border-y-aui-foreground\/95{border-top-color:hsl(var(--foreground) / .95);border-bottom-color:hsl(var(--foreground) / .95)}.border-y-aui-input{border-top-color:hsl(var(--input));border-bottom-color:hsl(var(--input))}.border-y-aui-input\/0{border-top-color:hsl(var(--input) / 0);border-bottom-color:hsl(var(--input) / 0)}.border-y-aui-input\/10{border-top-color:hsl(var(--input) / .1);border-bottom-color:hsl(var(--input) / .1)}.border-y-aui-input\/100{border-top-color:hsl(var(--input) / 1);border-bottom-color:hsl(var(--input) / 1)}.border-y-aui-input\/15{border-top-color:hsl(var(--input) / .15);border-bottom-color:hsl(var(--input) / .15)}.border-y-aui-input\/20{border-top-color:hsl(var(--input) / .2);border-bottom-color:hsl(var(--input) / .2)}.border-y-aui-input\/25{border-top-color:hsl(var(--input) / .25);border-bottom-color:hsl(var(--input) / .25)}.border-y-aui-input\/30{border-top-color:hsl(var(--input) / .3);border-bottom-color:hsl(var(--input) / .3)}.border-y-aui-input\/35{border-top-color:hsl(var(--input) / .35);border-bottom-color:hsl(var(--input) / .35)}.border-y-aui-input\/40{border-top-color:hsl(var(--input) / .4);border-bottom-color:hsl(var(--input) / .4)}.border-y-aui-input\/45{border-top-color:hsl(var(--input) / .45);border-bottom-color:hsl(var(--input) / .45)}.border-y-aui-input\/5{border-top-color:hsl(var(--input) / .05);border-bottom-color:hsl(var(--input) / .05)}.border-y-aui-input\/50{border-top-color:hsl(var(--input) / .5);border-bottom-color:hsl(var(--input) / .5)}.border-y-aui-input\/55{border-top-color:hsl(var(--input) / .55);border-bottom-color:hsl(var(--input) / .55)}.border-y-aui-input\/60{border-top-color:hsl(var(--input) / .6);border-bottom-color:hsl(var(--input) / .6)}.border-y-aui-input\/65{border-top-color:hsl(var(--input) / .65);border-bottom-color:hsl(var(--input) / .65)}.border-y-aui-input\/70{border-top-color:hsl(var(--input) / .7);border-bottom-color:hsl(var(--input) / .7)}.border-y-aui-input\/75{border-top-color:hsl(var(--input) / .75);border-bottom-color:hsl(var(--input) / .75)}.border-y-aui-input\/80{border-top-color:hsl(var(--input) / .8);border-bottom-color:hsl(var(--input) / .8)}.border-y-aui-input\/85{border-top-color:hsl(var(--input) / .85);border-bottom-color:hsl(var(--input) / .85)}.border-y-aui-input\/90{border-top-color:hsl(var(--input) / .9);border-bottom-color:hsl(var(--input) / .9)}.border-y-aui-input\/95{border-top-color:hsl(var(--input) / .95);border-bottom-color:hsl(var(--input) / .95)}.border-y-aui-muted{border-top-color:hsl(var(--muted));border-bottom-color:hsl(var(--muted))}.border-y-aui-muted-foreground{border-top-color:hsl(var(--muted-foreground));border-bottom-color:hsl(var(--muted-foreground))}.border-y-aui-muted-foreground\/0{border-top-color:hsl(var(--muted-foreground) / 0);border-bottom-color:hsl(var(--muted-foreground) / 0)}.border-y-aui-muted-foreground\/10{border-top-color:hsl(var(--muted-foreground) / .1);border-bottom-color:hsl(var(--muted-foreground) / .1)}.border-y-aui-muted-foreground\/100{border-top-color:hsl(var(--muted-foreground) / 1);border-bottom-color:hsl(var(--muted-foreground) / 1)}.border-y-aui-muted-foreground\/15{border-top-color:hsl(var(--muted-foreground) / .15);border-bottom-color:hsl(var(--muted-foreground) / .15)}.border-y-aui-muted-foreground\/20{border-top-color:hsl(var(--muted-foreground) / .2);border-bottom-color:hsl(var(--muted-foreground) / .2)}.border-y-aui-muted-foreground\/25{border-top-color:hsl(var(--muted-foreground) / .25);border-bottom-color:hsl(var(--muted-foreground) / .25)}.border-y-aui-muted-foreground\/30{border-top-color:hsl(var(--muted-foreground) / .3);border-bottom-color:hsl(var(--muted-foreground) / .3)}.border-y-aui-muted-foreground\/35{border-top-color:hsl(var(--muted-foreground) / .35);border-bottom-color:hsl(var(--muted-foreground) / .35)}.border-y-aui-muted-foreground\/40{border-top-color:hsl(var(--muted-foreground) / .4);border-bottom-color:hsl(var(--muted-foreground) / .4)}.border-y-aui-muted-foreground\/45{border-top-color:hsl(var(--muted-foreground) / .45);border-bottom-color:hsl(var(--muted-foreground) / .45)}.border-y-aui-muted-foreground\/5{border-top-color:hsl(var(--muted-foreground) / .05);border-bottom-color:hsl(var(--muted-foreground) / .05)}.border-y-aui-muted-foreground\/50{border-top-color:hsl(var(--muted-foreground) / .5);border-bottom-color:hsl(var(--muted-foreground) / .5)}.border-y-aui-muted-foreground\/55{border-top-color:hsl(var(--muted-foreground) / .55);border-bottom-color:hsl(var(--muted-foreground) / .55)}.border-y-aui-muted-foreground\/60{border-top-color:hsl(var(--muted-foreground) / .6);border-bottom-color:hsl(var(--muted-foreground) / .6)}.border-y-aui-muted-foreground\/65{border-top-color:hsl(var(--muted-foreground) / .65);border-bottom-color:hsl(var(--muted-foreground) / .65)}.border-y-aui-muted-foreground\/70{border-top-color:hsl(var(--muted-foreground) / .7);border-bottom-color:hsl(var(--muted-foreground) / .7)}.border-y-aui-muted-foreground\/75{border-top-color:hsl(var(--muted-foreground) / .75);border-bottom-color:hsl(var(--muted-foreground) / .75)}.border-y-aui-muted-foreground\/80{border-top-color:hsl(var(--muted-foreground) / .8);border-bottom-color:hsl(var(--muted-foreground) / .8)}.border-y-aui-muted-foreground\/85{border-top-color:hsl(var(--muted-foreground) / .85);border-bottom-color:hsl(var(--muted-foreground) / .85)}.border-y-aui-muted-foreground\/90{border-top-color:hsl(var(--muted-foreground) / .9);border-bottom-color:hsl(var(--muted-foreground) / .9)}.border-y-aui-muted-foreground\/95{border-top-color:hsl(var(--muted-foreground) / .95);border-bottom-color:hsl(var(--muted-foreground) / .95)}.border-y-aui-muted\/0{border-top-color:hsl(var(--muted) / 0);border-bottom-color:hsl(var(--muted) / 0)}.border-y-aui-muted\/10{border-top-color:hsl(var(--muted) / .1);border-bottom-color:hsl(var(--muted) / .1)}.border-y-aui-muted\/100{border-top-color:hsl(var(--muted) / 1);border-bottom-color:hsl(var(--muted) / 1)}.border-y-aui-muted\/15{border-top-color:hsl(var(--muted) / .15);border-bottom-color:hsl(var(--muted) / .15)}.border-y-aui-muted\/20{border-top-color:hsl(var(--muted) / .2);border-bottom-color:hsl(var(--muted) / .2)}.border-y-aui-muted\/25{border-top-color:hsl(var(--muted) / .25);border-bottom-color:hsl(var(--muted) / .25)}.border-y-aui-muted\/30{border-top-color:hsl(var(--muted) / .3);border-bottom-color:hsl(var(--muted) / .3)}.border-y-aui-muted\/35{border-top-color:hsl(var(--muted) / .35);border-bottom-color:hsl(var(--muted) / .35)}.border-y-aui-muted\/40{border-top-color:hsl(var(--muted) / .4);border-bottom-color:hsl(var(--muted) / .4)}.border-y-aui-muted\/45{border-top-color:hsl(var(--muted) / .45);border-bottom-color:hsl(var(--muted) / .45)}.border-y-aui-muted\/5{border-top-color:hsl(var(--muted) / .05);border-bottom-color:hsl(var(--muted) / .05)}.border-y-aui-muted\/50{border-top-color:hsl(var(--muted) / .5);border-bottom-color:hsl(var(--muted) / .5)}.border-y-aui-muted\/55{border-top-color:hsl(var(--muted) / .55);border-bottom-color:hsl(var(--muted) / .55)}.border-y-aui-muted\/60{border-top-color:hsl(var(--muted) / .6);border-bottom-color:hsl(var(--muted) / .6)}.border-y-aui-muted\/65{border-top-color:hsl(var(--muted) / .65);border-bottom-color:hsl(var(--muted) / .65)}.border-y-aui-muted\/70{border-top-color:hsl(var(--muted) / .7);border-bottom-color:hsl(var(--muted) / .7)}.border-y-aui-muted\/75{border-top-color:hsl(var(--muted) / .75);border-bottom-color:hsl(var(--muted) / .75)}.border-y-aui-muted\/80{border-top-color:hsl(var(--muted) / .8);border-bottom-color:hsl(var(--muted) / .8)}.border-y-aui-muted\/85{border-top-color:hsl(var(--muted) / .85);border-bottom-color:hsl(var(--muted) / .85)}.border-y-aui-muted\/90{border-top-color:hsl(var(--muted) / .9);border-bottom-color:hsl(var(--muted) / .9)}.border-y-aui-muted\/95{border-top-color:hsl(var(--muted) / .95);border-bottom-color:hsl(var(--muted) / .95)}.border-y-aui-popover{border-top-color:hsl(var(--popover));border-bottom-color:hsl(var(--popover))}.border-y-aui-popover-foreground{border-top-color:hsl(var(--popover-foreground));border-bottom-color:hsl(var(--popover-foreground))}.border-y-aui-popover-foreground\/0{border-top-color:hsl(var(--popover-foreground) / 0);border-bottom-color:hsl(var(--popover-foreground) / 0)}.border-y-aui-popover-foreground\/10{border-top-color:hsl(var(--popover-foreground) / .1);border-bottom-color:hsl(var(--popover-foreground) / .1)}.border-y-aui-popover-foreground\/100{border-top-color:hsl(var(--popover-foreground) / 1);border-bottom-color:hsl(var(--popover-foreground) / 1)}.border-y-aui-popover-foreground\/15{border-top-color:hsl(var(--popover-foreground) / .15);border-bottom-color:hsl(var(--popover-foreground) / .15)}.border-y-aui-popover-foreground\/20{border-top-color:hsl(var(--popover-foreground) / .2);border-bottom-color:hsl(var(--popover-foreground) / .2)}.border-y-aui-popover-foreground\/25{border-top-color:hsl(var(--popover-foreground) / .25);border-bottom-color:hsl(var(--popover-foreground) / .25)}.border-y-aui-popover-foreground\/30{border-top-color:hsl(var(--popover-foreground) / .3);border-bottom-color:hsl(var(--popover-foreground) / .3)}.border-y-aui-popover-foreground\/35{border-top-color:hsl(var(--popover-foreground) / .35);border-bottom-color:hsl(var(--popover-foreground) / .35)}.border-y-aui-popover-foreground\/40{border-top-color:hsl(var(--popover-foreground) / .4);border-bottom-color:hsl(var(--popover-foreground) / .4)}.border-y-aui-popover-foreground\/45{border-top-color:hsl(var(--popover-foreground) / .45);border-bottom-color:hsl(var(--popover-foreground) / .45)}.border-y-aui-popover-foreground\/5{border-top-color:hsl(var(--popover-foreground) / .05);border-bottom-color:hsl(var(--popover-foreground) / .05)}.border-y-aui-popover-foreground\/50{border-top-color:hsl(var(--popover-foreground) / .5);border-bottom-color:hsl(var(--popover-foreground) / .5)}.border-y-aui-popover-foreground\/55{border-top-color:hsl(var(--popover-foreground) / .55);border-bottom-color:hsl(var(--popover-foreground) / .55)}.border-y-aui-popover-foreground\/60{border-top-color:hsl(var(--popover-foreground) / .6);border-bottom-color:hsl(var(--popover-foreground) / .6)}.border-y-aui-popover-foreground\/65{border-top-color:hsl(var(--popover-foreground) / .65);border-bottom-color:hsl(var(--popover-foreground) / .65)}.border-y-aui-popover-foreground\/70{border-top-color:hsl(var(--popover-foreground) / .7);border-bottom-color:hsl(var(--popover-foreground) / .7)}.border-y-aui-popover-foreground\/75{border-top-color:hsl(var(--popover-foreground) / .75);border-bottom-color:hsl(var(--popover-foreground) / .75)}.border-y-aui-popover-foreground\/80{border-top-color:hsl(var(--popover-foreground) / .8);border-bottom-color:hsl(var(--popover-foreground) / .8)}.border-y-aui-popover-foreground\/85{border-top-color:hsl(var(--popover-foreground) / .85);border-bottom-color:hsl(var(--popover-foreground) / .85)}.border-y-aui-popover-foreground\/90{border-top-color:hsl(var(--popover-foreground) / .9);border-bottom-color:hsl(var(--popover-foreground) / .9)}.border-y-aui-popover-foreground\/95{border-top-color:hsl(var(--popover-foreground) / .95);border-bottom-color:hsl(var(--popover-foreground) / .95)}.border-y-aui-popover\/0{border-top-color:hsl(var(--popover) / 0);border-bottom-color:hsl(var(--popover) / 0)}.border-y-aui-popover\/10{border-top-color:hsl(var(--popover) / .1);border-bottom-color:hsl(var(--popover) / .1)}.border-y-aui-popover\/100{border-top-color:hsl(var(--popover) / 1);border-bottom-color:hsl(var(--popover) / 1)}.border-y-aui-popover\/15{border-top-color:hsl(var(--popover) / .15);border-bottom-color:hsl(var(--popover) / .15)}.border-y-aui-popover\/20{border-top-color:hsl(var(--popover) / .2);border-bottom-color:hsl(var(--popover) / .2)}.border-y-aui-popover\/25{border-top-color:hsl(var(--popover) / .25);border-bottom-color:hsl(var(--popover) / .25)}.border-y-aui-popover\/30{border-top-color:hsl(var(--popover) / .3);border-bottom-color:hsl(var(--popover) / .3)}.border-y-aui-popover\/35{border-top-color:hsl(var(--popover) / .35);border-bottom-color:hsl(var(--popover) / .35)}.border-y-aui-popover\/40{border-top-color:hsl(var(--popover) / .4);border-bottom-color:hsl(var(--popover) / .4)}.border-y-aui-popover\/45{border-top-color:hsl(var(--popover) / .45);border-bottom-color:hsl(var(--popover) / .45)}.border-y-aui-popover\/5{border-top-color:hsl(var(--popover) / .05);border-bottom-color:hsl(var(--popover) / .05)}.border-y-aui-popover\/50{border-top-color:hsl(var(--popover) / .5);border-bottom-color:hsl(var(--popover) / .5)}.border-y-aui-popover\/55{border-top-color:hsl(var(--popover) / .55);border-bottom-color:hsl(var(--popover) / .55)}.border-y-aui-popover\/60{border-top-color:hsl(var(--popover) / .6);border-bottom-color:hsl(var(--popover) / .6)}.border-y-aui-popover\/65{border-top-color:hsl(var(--popover) / .65);border-bottom-color:hsl(var(--popover) / .65)}.border-y-aui-popover\/70{border-top-color:hsl(var(--popover) / .7);border-bottom-color:hsl(var(--popover) / .7)}.border-y-aui-popover\/75{border-top-color:hsl(var(--popover) / .75);border-bottom-color:hsl(var(--popover) / .75)}.border-y-aui-popover\/80{border-top-color:hsl(var(--popover) / .8);border-bottom-color:hsl(var(--popover) / .8)}.border-y-aui-popover\/85{border-top-color:hsl(var(--popover) / .85);border-bottom-color:hsl(var(--popover) / .85)}.border-y-aui-popover\/90{border-top-color:hsl(var(--popover) / .9);border-bottom-color:hsl(var(--popover) / .9)}.border-y-aui-popover\/95{border-top-color:hsl(var(--popover) / .95);border-bottom-color:hsl(var(--popover) / .95)}.border-y-aui-primary{border-top-color:hsl(var(--primary));border-bottom-color:hsl(var(--primary))}.border-y-aui-primary-foreground{border-top-color:hsl(var(--primary-foreground));border-bottom-color:hsl(var(--primary-foreground))}.border-y-aui-primary-foreground\/0{border-top-color:hsl(var(--primary-foreground) / 0);border-bottom-color:hsl(var(--primary-foreground) / 0)}.border-y-aui-primary-foreground\/10{border-top-color:hsl(var(--primary-foreground) / .1);border-bottom-color:hsl(var(--primary-foreground) / .1)}.border-y-aui-primary-foreground\/100{border-top-color:hsl(var(--primary-foreground) / 1);border-bottom-color:hsl(var(--primary-foreground) / 1)}.border-y-aui-primary-foreground\/15{border-top-color:hsl(var(--primary-foreground) / .15);border-bottom-color:hsl(var(--primary-foreground) / .15)}.border-y-aui-primary-foreground\/20{border-top-color:hsl(var(--primary-foreground) / .2);border-bottom-color:hsl(var(--primary-foreground) / .2)}.border-y-aui-primary-foreground\/25{border-top-color:hsl(var(--primary-foreground) / .25);border-bottom-color:hsl(var(--primary-foreground) / .25)}.border-y-aui-primary-foreground\/30{border-top-color:hsl(var(--primary-foreground) / .3);border-bottom-color:hsl(var(--primary-foreground) / .3)}.border-y-aui-primary-foreground\/35{border-top-color:hsl(var(--primary-foreground) / .35);border-bottom-color:hsl(var(--primary-foreground) / .35)}.border-y-aui-primary-foreground\/40{border-top-color:hsl(var(--primary-foreground) / .4);border-bottom-color:hsl(var(--primary-foreground) / .4)}.border-y-aui-primary-foreground\/45{border-top-color:hsl(var(--primary-foreground) / .45);border-bottom-color:hsl(var(--primary-foreground) / .45)}.border-y-aui-primary-foreground\/5{border-top-color:hsl(var(--primary-foreground) / .05);border-bottom-color:hsl(var(--primary-foreground) / .05)}.border-y-aui-primary-foreground\/50{border-top-color:hsl(var(--primary-foreground) / .5);border-bottom-color:hsl(var(--primary-foreground) / .5)}.border-y-aui-primary-foreground\/55{border-top-color:hsl(var(--primary-foreground) / .55);border-bottom-color:hsl(var(--primary-foreground) / .55)}.border-y-aui-primary-foreground\/60{border-top-color:hsl(var(--primary-foreground) / .6);border-bottom-color:hsl(var(--primary-foreground) / .6)}.border-y-aui-primary-foreground\/65{border-top-color:hsl(var(--primary-foreground) / .65);border-bottom-color:hsl(var(--primary-foreground) / .65)}.border-y-aui-primary-foreground\/70{border-top-color:hsl(var(--primary-foreground) / .7);border-bottom-color:hsl(var(--primary-foreground) / .7)}.border-y-aui-primary-foreground\/75{border-top-color:hsl(var(--primary-foreground) / .75);border-bottom-color:hsl(var(--primary-foreground) / .75)}.border-y-aui-primary-foreground\/80{border-top-color:hsl(var(--primary-foreground) / .8);border-bottom-color:hsl(var(--primary-foreground) / .8)}.border-y-aui-primary-foreground\/85{border-top-color:hsl(var(--primary-foreground) / .85);border-bottom-color:hsl(var(--primary-foreground) / .85)}.border-y-aui-primary-foreground\/90{border-top-color:hsl(var(--primary-foreground) / .9);border-bottom-color:hsl(var(--primary-foreground) / .9)}.border-y-aui-primary-foreground\/95{border-top-color:hsl(var(--primary-foreground) / .95);border-bottom-color:hsl(var(--primary-foreground) / .95)}.border-y-aui-primary\/0{border-top-color:hsl(var(--primary) / 0);border-bottom-color:hsl(var(--primary) / 0)}.border-y-aui-primary\/10{border-top-color:hsl(var(--primary) / .1);border-bottom-color:hsl(var(--primary) / .1)}.border-y-aui-primary\/100{border-top-color:hsl(var(--primary) / 1);border-bottom-color:hsl(var(--primary) / 1)}.border-y-aui-primary\/15{border-top-color:hsl(var(--primary) / .15);border-bottom-color:hsl(var(--primary) / .15)}.border-y-aui-primary\/20{border-top-color:hsl(var(--primary) / .2);border-bottom-color:hsl(var(--primary) / .2)}.border-y-aui-primary\/25{border-top-color:hsl(var(--primary) / .25);border-bottom-color:hsl(var(--primary) / .25)}.border-y-aui-primary\/30{border-top-color:hsl(var(--primary) / .3);border-bottom-color:hsl(var(--primary) / .3)}.border-y-aui-primary\/35{border-top-color:hsl(var(--primary) / .35);border-bottom-color:hsl(var(--primary) / .35)}.border-y-aui-primary\/40{border-top-color:hsl(var(--primary) / .4);border-bottom-color:hsl(var(--primary) / .4)}.border-y-aui-primary\/45{border-top-color:hsl(var(--primary) / .45);border-bottom-color:hsl(var(--primary) / .45)}.border-y-aui-primary\/5{border-top-color:hsl(var(--primary) / .05);border-bottom-color:hsl(var(--primary) / .05)}.border-y-aui-primary\/50{border-top-color:hsl(var(--primary) / .5);border-bottom-color:hsl(var(--primary) / .5)}.border-y-aui-primary\/55{border-top-color:hsl(var(--primary) / .55);border-bottom-color:hsl(var(--primary) / .55)}.border-y-aui-primary\/60{border-top-color:hsl(var(--primary) / .6);border-bottom-color:hsl(var(--primary) / .6)}.border-y-aui-primary\/65{border-top-color:hsl(var(--primary) / .65);border-bottom-color:hsl(var(--primary) / .65)}.border-y-aui-primary\/70{border-top-color:hsl(var(--primary) / .7);border-bottom-color:hsl(var(--primary) / .7)}.border-y-aui-primary\/75{border-top-color:hsl(var(--primary) / .75);border-bottom-color:hsl(var(--primary) / .75)}.border-y-aui-primary\/80{border-top-color:hsl(var(--primary) / .8);border-bottom-color:hsl(var(--primary) / .8)}.border-y-aui-primary\/85{border-top-color:hsl(var(--primary) / .85);border-bottom-color:hsl(var(--primary) / .85)}.border-y-aui-primary\/90{border-top-color:hsl(var(--primary) / .9);border-bottom-color:hsl(var(--primary) / .9)}.border-y-aui-primary\/95{border-top-color:hsl(var(--primary) / .95);border-bottom-color:hsl(var(--primary) / .95)}.border-y-aui-ring{border-top-color:hsl(var(--ring));border-bottom-color:hsl(var(--ring))}.border-y-aui-ring\/0{border-top-color:hsl(var(--ring) / 0);border-bottom-color:hsl(var(--ring) / 0)}.border-y-aui-ring\/10{border-top-color:hsl(var(--ring) / .1);border-bottom-color:hsl(var(--ring) / .1)}.border-y-aui-ring\/100{border-top-color:hsl(var(--ring) / 1);border-bottom-color:hsl(var(--ring) / 1)}.border-y-aui-ring\/15{border-top-color:hsl(var(--ring) / .15);border-bottom-color:hsl(var(--ring) / .15)}.border-y-aui-ring\/20{border-top-color:hsl(var(--ring) / .2);border-bottom-color:hsl(var(--ring) / .2)}.border-y-aui-ring\/25{border-top-color:hsl(var(--ring) / .25);border-bottom-color:hsl(var(--ring) / .25)}.border-y-aui-ring\/30{border-top-color:hsl(var(--ring) / .3);border-bottom-color:hsl(var(--ring) / .3)}.border-y-aui-ring\/35{border-top-color:hsl(var(--ring) / .35);border-bottom-color:hsl(var(--ring) / .35)}.border-y-aui-ring\/40{border-top-color:hsl(var(--ring) / .4);border-bottom-color:hsl(var(--ring) / .4)}.border-y-aui-ring\/45{border-top-color:hsl(var(--ring) / .45);border-bottom-color:hsl(var(--ring) / .45)}.border-y-aui-ring\/5{border-top-color:hsl(var(--ring) / .05);border-bottom-color:hsl(var(--ring) / .05)}.border-y-aui-ring\/50{border-top-color:hsl(var(--ring) / .5);border-bottom-color:hsl(var(--ring) / .5)}.border-y-aui-ring\/55{border-top-color:hsl(var(--ring) / .55);border-bottom-color:hsl(var(--ring) / .55)}.border-y-aui-ring\/60{border-top-color:hsl(var(--ring) / .6);border-bottom-color:hsl(var(--ring) / .6)}.border-y-aui-ring\/65{border-top-color:hsl(var(--ring) / .65);border-bottom-color:hsl(var(--ring) / .65)}.border-y-aui-ring\/70{border-top-color:hsl(var(--ring) / .7);border-bottom-color:hsl(var(--ring) / .7)}.border-y-aui-ring\/75{border-top-color:hsl(var(--ring) / .75);border-bottom-color:hsl(var(--ring) / .75)}.border-y-aui-ring\/80{border-top-color:hsl(var(--ring) / .8);border-bottom-color:hsl(var(--ring) / .8)}.border-y-aui-ring\/85{border-top-color:hsl(var(--ring) / .85);border-bottom-color:hsl(var(--ring) / .85)}.border-y-aui-ring\/90{border-top-color:hsl(var(--ring) / .9);border-bottom-color:hsl(var(--ring) / .9)}.border-y-aui-ring\/95{border-top-color:hsl(var(--ring) / .95);border-bottom-color:hsl(var(--ring) / .95)}.border-y-aui-secondary{border-top-color:hsl(var(--secondary));border-bottom-color:hsl(var(--secondary))}.border-y-aui-secondary-foreground{border-top-color:hsl(var(--secondary-foreground));border-bottom-color:hsl(var(--secondary-foreground))}.border-y-aui-secondary-foreground\/0{border-top-color:hsl(var(--secondary-foreground) / 0);border-bottom-color:hsl(var(--secondary-foreground) / 0)}.border-y-aui-secondary-foreground\/10{border-top-color:hsl(var(--secondary-foreground) / .1);border-bottom-color:hsl(var(--secondary-foreground) / .1)}.border-y-aui-secondary-foreground\/100{border-top-color:hsl(var(--secondary-foreground) / 1);border-bottom-color:hsl(var(--secondary-foreground) / 1)}.border-y-aui-secondary-foreground\/15{border-top-color:hsl(var(--secondary-foreground) / .15);border-bottom-color:hsl(var(--secondary-foreground) / .15)}.border-y-aui-secondary-foreground\/20{border-top-color:hsl(var(--secondary-foreground) / .2);border-bottom-color:hsl(var(--secondary-foreground) / .2)}.border-y-aui-secondary-foreground\/25{border-top-color:hsl(var(--secondary-foreground) / .25);border-bottom-color:hsl(var(--secondary-foreground) / .25)}.border-y-aui-secondary-foreground\/30{border-top-color:hsl(var(--secondary-foreground) / .3);border-bottom-color:hsl(var(--secondary-foreground) / .3)}.border-y-aui-secondary-foreground\/35{border-top-color:hsl(var(--secondary-foreground) / .35);border-bottom-color:hsl(var(--secondary-foreground) / .35)}.border-y-aui-secondary-foreground\/40{border-top-color:hsl(var(--secondary-foreground) / .4);border-bottom-color:hsl(var(--secondary-foreground) / .4)}.border-y-aui-secondary-foreground\/45{border-top-color:hsl(var(--secondary-foreground) / .45);border-bottom-color:hsl(var(--secondary-foreground) / .45)}.border-y-aui-secondary-foreground\/5{border-top-color:hsl(var(--secondary-foreground) / .05);border-bottom-color:hsl(var(--secondary-foreground) / .05)}.border-y-aui-secondary-foreground\/50{border-top-color:hsl(var(--secondary-foreground) / .5);border-bottom-color:hsl(var(--secondary-foreground) / .5)}.border-y-aui-secondary-foreground\/55{border-top-color:hsl(var(--secondary-foreground) / .55);border-bottom-color:hsl(var(--secondary-foreground) / .55)}.border-y-aui-secondary-foreground\/60{border-top-color:hsl(var(--secondary-foreground) / .6);border-bottom-color:hsl(var(--secondary-foreground) / .6)}.border-y-aui-secondary-foreground\/65{border-top-color:hsl(var(--secondary-foreground) / .65);border-bottom-color:hsl(var(--secondary-foreground) / .65)}.border-y-aui-secondary-foreground\/70{border-top-color:hsl(var(--secondary-foreground) / .7);border-bottom-color:hsl(var(--secondary-foreground) / .7)}.border-y-aui-secondary-foreground\/75{border-top-color:hsl(var(--secondary-foreground) / .75);border-bottom-color:hsl(var(--secondary-foreground) / .75)}.border-y-aui-secondary-foreground\/80{border-top-color:hsl(var(--secondary-foreground) / .8);border-bottom-color:hsl(var(--secondary-foreground) / .8)}.border-y-aui-secondary-foreground\/85{border-top-color:hsl(var(--secondary-foreground) / .85);border-bottom-color:hsl(var(--secondary-foreground) / .85)}.border-y-aui-secondary-foreground\/90{border-top-color:hsl(var(--secondary-foreground) / .9);border-bottom-color:hsl(var(--secondary-foreground) / .9)}.border-y-aui-secondary-foreground\/95{border-top-color:hsl(var(--secondary-foreground) / .95);border-bottom-color:hsl(var(--secondary-foreground) / .95)}.border-y-aui-secondary\/0{border-top-color:hsl(var(--secondary) / 0);border-bottom-color:hsl(var(--secondary) / 0)}.border-y-aui-secondary\/10{border-top-color:hsl(var(--secondary) / .1);border-bottom-color:hsl(var(--secondary) / .1)}.border-y-aui-secondary\/100{border-top-color:hsl(var(--secondary) / 1);border-bottom-color:hsl(var(--secondary) / 1)}.border-y-aui-secondary\/15{border-top-color:hsl(var(--secondary) / .15);border-bottom-color:hsl(var(--secondary) / .15)}.border-y-aui-secondary\/20{border-top-color:hsl(var(--secondary) / .2);border-bottom-color:hsl(var(--secondary) / .2)}.border-y-aui-secondary\/25{border-top-color:hsl(var(--secondary) / .25);border-bottom-color:hsl(var(--secondary) / .25)}.border-y-aui-secondary\/30{border-top-color:hsl(var(--secondary) / .3);border-bottom-color:hsl(var(--secondary) / .3)}.border-y-aui-secondary\/35{border-top-color:hsl(var(--secondary) / .35);border-bottom-color:hsl(var(--secondary) / .35)}.border-y-aui-secondary\/40{border-top-color:hsl(var(--secondary) / .4);border-bottom-color:hsl(var(--secondary) / .4)}.border-y-aui-secondary\/45{border-top-color:hsl(var(--secondary) / .45);border-bottom-color:hsl(var(--secondary) / .45)}.border-y-aui-secondary\/5{border-top-color:hsl(var(--secondary) / .05);border-bottom-color:hsl(var(--secondary) / .05)}.border-y-aui-secondary\/50{border-top-color:hsl(var(--secondary) / .5);border-bottom-color:hsl(var(--secondary) / .5)}.border-y-aui-secondary\/55{border-top-color:hsl(var(--secondary) / .55);border-bottom-color:hsl(var(--secondary) / .55)}.border-y-aui-secondary\/60{border-top-color:hsl(var(--secondary) / .6);border-bottom-color:hsl(var(--secondary) / .6)}.border-y-aui-secondary\/65{border-top-color:hsl(var(--secondary) / .65);border-bottom-color:hsl(var(--secondary) / .65)}.border-y-aui-secondary\/70{border-top-color:hsl(var(--secondary) / .7);border-bottom-color:hsl(var(--secondary) / .7)}.border-y-aui-secondary\/75{border-top-color:hsl(var(--secondary) / .75);border-bottom-color:hsl(var(--secondary) / .75)}.border-y-aui-secondary\/80{border-top-color:hsl(var(--secondary) / .8);border-bottom-color:hsl(var(--secondary) / .8)}.border-y-aui-secondary\/85{border-top-color:hsl(var(--secondary) / .85);border-bottom-color:hsl(var(--secondary) / .85)}.border-y-aui-secondary\/90{border-top-color:hsl(var(--secondary) / .9);border-bottom-color:hsl(var(--secondary) / .9)}.border-y-aui-secondary\/95{border-top-color:hsl(var(--secondary) / .95);border-bottom-color:hsl(var(--secondary) / .95)}.border-b-aui-accent{border-bottom-color:hsl(var(--accent))}.border-b-aui-accent-foreground{border-bottom-color:hsl(var(--accent-foreground))}.border-b-aui-accent-foreground\/0{border-bottom-color:hsl(var(--accent-foreground) / 0)}.border-b-aui-accent-foreground\/10{border-bottom-color:hsl(var(--accent-foreground) / .1)}.border-b-aui-accent-foreground\/100{border-bottom-color:hsl(var(--accent-foreground) / 1)}.border-b-aui-accent-foreground\/15{border-bottom-color:hsl(var(--accent-foreground) / .15)}.border-b-aui-accent-foreground\/20{border-bottom-color:hsl(var(--accent-foreground) / .2)}.border-b-aui-accent-foreground\/25{border-bottom-color:hsl(var(--accent-foreground) / .25)}.border-b-aui-accent-foreground\/30{border-bottom-color:hsl(var(--accent-foreground) / .3)}.border-b-aui-accent-foreground\/35{border-bottom-color:hsl(var(--accent-foreground) / .35)}.border-b-aui-accent-foreground\/40{border-bottom-color:hsl(var(--accent-foreground) / .4)}.border-b-aui-accent-foreground\/45{border-bottom-color:hsl(var(--accent-foreground) / .45)}.border-b-aui-accent-foreground\/5{border-bottom-color:hsl(var(--accent-foreground) / .05)}.border-b-aui-accent-foreground\/50{border-bottom-color:hsl(var(--accent-foreground) / .5)}.border-b-aui-accent-foreground\/55{border-bottom-color:hsl(var(--accent-foreground) / .55)}.border-b-aui-accent-foreground\/60{border-bottom-color:hsl(var(--accent-foreground) / .6)}.border-b-aui-accent-foreground\/65{border-bottom-color:hsl(var(--accent-foreground) / .65)}.border-b-aui-accent-foreground\/70{border-bottom-color:hsl(var(--accent-foreground) / .7)}.border-b-aui-accent-foreground\/75{border-bottom-color:hsl(var(--accent-foreground) / .75)}.border-b-aui-accent-foreground\/80{border-bottom-color:hsl(var(--accent-foreground) / .8)}.border-b-aui-accent-foreground\/85{border-bottom-color:hsl(var(--accent-foreground) / .85)}.border-b-aui-accent-foreground\/90{border-bottom-color:hsl(var(--accent-foreground) / .9)}.border-b-aui-accent-foreground\/95{border-bottom-color:hsl(var(--accent-foreground) / .95)}.border-b-aui-accent\/0{border-bottom-color:hsl(var(--accent) / 0)}.border-b-aui-accent\/10{border-bottom-color:hsl(var(--accent) / .1)}.border-b-aui-accent\/100{border-bottom-color:hsl(var(--accent) / 1)}.border-b-aui-accent\/15{border-bottom-color:hsl(var(--accent) / .15)}.border-b-aui-accent\/20{border-bottom-color:hsl(var(--accent) / .2)}.border-b-aui-accent\/25{border-bottom-color:hsl(var(--accent) / .25)}.border-b-aui-accent\/30{border-bottom-color:hsl(var(--accent) / .3)}.border-b-aui-accent\/35{border-bottom-color:hsl(var(--accent) / .35)}.border-b-aui-accent\/40{border-bottom-color:hsl(var(--accent) / .4)}.border-b-aui-accent\/45{border-bottom-color:hsl(var(--accent) / .45)}.border-b-aui-accent\/5{border-bottom-color:hsl(var(--accent) / .05)}.border-b-aui-accent\/50{border-bottom-color:hsl(var(--accent) / .5)}.border-b-aui-accent\/55{border-bottom-color:hsl(var(--accent) / .55)}.border-b-aui-accent\/60{border-bottom-color:hsl(var(--accent) / .6)}.border-b-aui-accent\/65{border-bottom-color:hsl(var(--accent) / .65)}.border-b-aui-accent\/70{border-bottom-color:hsl(var(--accent) / .7)}.border-b-aui-accent\/75{border-bottom-color:hsl(var(--accent) / .75)}.border-b-aui-accent\/80{border-bottom-color:hsl(var(--accent) / .8)}.border-b-aui-accent\/85{border-bottom-color:hsl(var(--accent) / .85)}.border-b-aui-accent\/90{border-bottom-color:hsl(var(--accent) / .9)}.border-b-aui-accent\/95{border-bottom-color:hsl(var(--accent) / .95)}.border-b-aui-background{border-bottom-color:hsl(var(--background))}.border-b-aui-background\/0{border-bottom-color:hsl(var(--background) / 0)}.border-b-aui-background\/10{border-bottom-color:hsl(var(--background) / .1)}.border-b-aui-background\/100{border-bottom-color:hsl(var(--background) / 1)}.border-b-aui-background\/15{border-bottom-color:hsl(var(--background) / .15)}.border-b-aui-background\/20{border-bottom-color:hsl(var(--background) / .2)}.border-b-aui-background\/25{border-bottom-color:hsl(var(--background) / .25)}.border-b-aui-background\/30{border-bottom-color:hsl(var(--background) / .3)}.border-b-aui-background\/35{border-bottom-color:hsl(var(--background) / .35)}.border-b-aui-background\/40{border-bottom-color:hsl(var(--background) / .4)}.border-b-aui-background\/45{border-bottom-color:hsl(var(--background) / .45)}.border-b-aui-background\/5{border-bottom-color:hsl(var(--background) / .05)}.border-b-aui-background\/50{border-bottom-color:hsl(var(--background) / .5)}.border-b-aui-background\/55{border-bottom-color:hsl(var(--background) / .55)}.border-b-aui-background\/60{border-bottom-color:hsl(var(--background) / .6)}.border-b-aui-background\/65{border-bottom-color:hsl(var(--background) / .65)}.border-b-aui-background\/70{border-bottom-color:hsl(var(--background) / .7)}.border-b-aui-background\/75{border-bottom-color:hsl(var(--background) / .75)}.border-b-aui-background\/80{border-bottom-color:hsl(var(--background) / .8)}.border-b-aui-background\/85{border-bottom-color:hsl(var(--background) / .85)}.border-b-aui-background\/90{border-bottom-color:hsl(var(--background) / .9)}.border-b-aui-background\/95{border-bottom-color:hsl(var(--background) / .95)}.border-b-aui-border{border-bottom-color:hsl(var(--border))}.border-b-aui-border\/0{border-bottom-color:hsl(var(--border) / 0)}.border-b-aui-border\/10{border-bottom-color:hsl(var(--border) / .1)}.border-b-aui-border\/100{border-bottom-color:hsl(var(--border) / 1)}.border-b-aui-border\/15{border-bottom-color:hsl(var(--border) / .15)}.border-b-aui-border\/20{border-bottom-color:hsl(var(--border) / .2)}.border-b-aui-border\/25{border-bottom-color:hsl(var(--border) / .25)}.border-b-aui-border\/30{border-bottom-color:hsl(var(--border) / .3)}.border-b-aui-border\/35{border-bottom-color:hsl(var(--border) / .35)}.border-b-aui-border\/40{border-bottom-color:hsl(var(--border) / .4)}.border-b-aui-border\/45{border-bottom-color:hsl(var(--border) / .45)}.border-b-aui-border\/5{border-bottom-color:hsl(var(--border) / .05)}.border-b-aui-border\/50{border-bottom-color:hsl(var(--border) / .5)}.border-b-aui-border\/55{border-bottom-color:hsl(var(--border) / .55)}.border-b-aui-border\/60{border-bottom-color:hsl(var(--border) / .6)}.border-b-aui-border\/65{border-bottom-color:hsl(var(--border) / .65)}.border-b-aui-border\/70{border-bottom-color:hsl(var(--border) / .7)}.border-b-aui-border\/75{border-bottom-color:hsl(var(--border) / .75)}.border-b-aui-border\/80{border-bottom-color:hsl(var(--border) / .8)}.border-b-aui-border\/85{border-bottom-color:hsl(var(--border) / .85)}.border-b-aui-border\/90{border-bottom-color:hsl(var(--border) / .9)}.border-b-aui-border\/95{border-bottom-color:hsl(var(--border) / .95)}.border-b-aui-card{border-bottom-color:hsl(var(--card))}.border-b-aui-card-foreground{border-bottom-color:hsl(var(--card-foreground))}.border-b-aui-card-foreground\/0{border-bottom-color:hsl(var(--card-foreground) / 0)}.border-b-aui-card-foreground\/10{border-bottom-color:hsl(var(--card-foreground) / .1)}.border-b-aui-card-foreground\/100{border-bottom-color:hsl(var(--card-foreground) / 1)}.border-b-aui-card-foreground\/15{border-bottom-color:hsl(var(--card-foreground) / .15)}.border-b-aui-card-foreground\/20{border-bottom-color:hsl(var(--card-foreground) / .2)}.border-b-aui-card-foreground\/25{border-bottom-color:hsl(var(--card-foreground) / .25)}.border-b-aui-card-foreground\/30{border-bottom-color:hsl(var(--card-foreground) / .3)}.border-b-aui-card-foreground\/35{border-bottom-color:hsl(var(--card-foreground) / .35)}.border-b-aui-card-foreground\/40{border-bottom-color:hsl(var(--card-foreground) / .4)}.border-b-aui-card-foreground\/45{border-bottom-color:hsl(var(--card-foreground) / .45)}.border-b-aui-card-foreground\/5{border-bottom-color:hsl(var(--card-foreground) / .05)}.border-b-aui-card-foreground\/50{border-bottom-color:hsl(var(--card-foreground) / .5)}.border-b-aui-card-foreground\/55{border-bottom-color:hsl(var(--card-foreground) / .55)}.border-b-aui-card-foreground\/60{border-bottom-color:hsl(var(--card-foreground) / .6)}.border-b-aui-card-foreground\/65{border-bottom-color:hsl(var(--card-foreground) / .65)}.border-b-aui-card-foreground\/70{border-bottom-color:hsl(var(--card-foreground) / .7)}.border-b-aui-card-foreground\/75{border-bottom-color:hsl(var(--card-foreground) / .75)}.border-b-aui-card-foreground\/80{border-bottom-color:hsl(var(--card-foreground) / .8)}.border-b-aui-card-foreground\/85{border-bottom-color:hsl(var(--card-foreground) / .85)}.border-b-aui-card-foreground\/90{border-bottom-color:hsl(var(--card-foreground) / .9)}.border-b-aui-card-foreground\/95{border-bottom-color:hsl(var(--card-foreground) / .95)}.border-b-aui-card\/0{border-bottom-color:hsl(var(--card) / 0)}.border-b-aui-card\/10{border-bottom-color:hsl(var(--card) / .1)}.border-b-aui-card\/100{border-bottom-color:hsl(var(--card) / 1)}.border-b-aui-card\/15{border-bottom-color:hsl(var(--card) / .15)}.border-b-aui-card\/20{border-bottom-color:hsl(var(--card) / .2)}.border-b-aui-card\/25{border-bottom-color:hsl(var(--card) / .25)}.border-b-aui-card\/30{border-bottom-color:hsl(var(--card) / .3)}.border-b-aui-card\/35{border-bottom-color:hsl(var(--card) / .35)}.border-b-aui-card\/40{border-bottom-color:hsl(var(--card) / .4)}.border-b-aui-card\/45{border-bottom-color:hsl(var(--card) / .45)}.border-b-aui-card\/5{border-bottom-color:hsl(var(--card) / .05)}.border-b-aui-card\/50{border-bottom-color:hsl(var(--card) / .5)}.border-b-aui-card\/55{border-bottom-color:hsl(var(--card) / .55)}.border-b-aui-card\/60{border-bottom-color:hsl(var(--card) / .6)}.border-b-aui-card\/65{border-bottom-color:hsl(var(--card) / .65)}.border-b-aui-card\/70{border-bottom-color:hsl(var(--card) / .7)}.border-b-aui-card\/75{border-bottom-color:hsl(var(--card) / .75)}.border-b-aui-card\/80{border-bottom-color:hsl(var(--card) / .8)}.border-b-aui-card\/85{border-bottom-color:hsl(var(--card) / .85)}.border-b-aui-card\/90{border-bottom-color:hsl(var(--card) / .9)}.border-b-aui-card\/95{border-bottom-color:hsl(var(--card) / .95)}.border-b-aui-destructive{border-bottom-color:hsl(var(--destructive))}.border-b-aui-destructive-foreground{border-bottom-color:hsl(var(--destructive-foreground))}.border-b-aui-destructive-foreground\/0{border-bottom-color:hsl(var(--destructive-foreground) / 0)}.border-b-aui-destructive-foreground\/10{border-bottom-color:hsl(var(--destructive-foreground) / .1)}.border-b-aui-destructive-foreground\/100{border-bottom-color:hsl(var(--destructive-foreground) / 1)}.border-b-aui-destructive-foreground\/15{border-bottom-color:hsl(var(--destructive-foreground) / .15)}.border-b-aui-destructive-foreground\/20{border-bottom-color:hsl(var(--destructive-foreground) / .2)}.border-b-aui-destructive-foreground\/25{border-bottom-color:hsl(var(--destructive-foreground) / .25)}.border-b-aui-destructive-foreground\/30{border-bottom-color:hsl(var(--destructive-foreground) / .3)}.border-b-aui-destructive-foreground\/35{border-bottom-color:hsl(var(--destructive-foreground) / .35)}.border-b-aui-destructive-foreground\/40{border-bottom-color:hsl(var(--destructive-foreground) / .4)}.border-b-aui-destructive-foreground\/45{border-bottom-color:hsl(var(--destructive-foreground) / .45)}.border-b-aui-destructive-foreground\/5{border-bottom-color:hsl(var(--destructive-foreground) / .05)}.border-b-aui-destructive-foreground\/50{border-bottom-color:hsl(var(--destructive-foreground) / .5)}.border-b-aui-destructive-foreground\/55{border-bottom-color:hsl(var(--destructive-foreground) / .55)}.border-b-aui-destructive-foreground\/60{border-bottom-color:hsl(var(--destructive-foreground) / .6)}.border-b-aui-destructive-foreground\/65{border-bottom-color:hsl(var(--destructive-foreground) / .65)}.border-b-aui-destructive-foreground\/70{border-bottom-color:hsl(var(--destructive-foreground) / .7)}.border-b-aui-destructive-foreground\/75{border-bottom-color:hsl(var(--destructive-foreground) / .75)}.border-b-aui-destructive-foreground\/80{border-bottom-color:hsl(var(--destructive-foreground) / .8)}.border-b-aui-destructive-foreground\/85{border-bottom-color:hsl(var(--destructive-foreground) / .85)}.border-b-aui-destructive-foreground\/90{border-bottom-color:hsl(var(--destructive-foreground) / .9)}.border-b-aui-destructive-foreground\/95{border-bottom-color:hsl(var(--destructive-foreground) / .95)}.border-b-aui-destructive\/0{border-bottom-color:hsl(var(--destructive) / 0)}.border-b-aui-destructive\/10{border-bottom-color:hsl(var(--destructive) / .1)}.border-b-aui-destructive\/100{border-bottom-color:hsl(var(--destructive) / 1)}.border-b-aui-destructive\/15{border-bottom-color:hsl(var(--destructive) / .15)}.border-b-aui-destructive\/20{border-bottom-color:hsl(var(--destructive) / .2)}.border-b-aui-destructive\/25{border-bottom-color:hsl(var(--destructive) / .25)}.border-b-aui-destructive\/30{border-bottom-color:hsl(var(--destructive) / .3)}.border-b-aui-destructive\/35{border-bottom-color:hsl(var(--destructive) / .35)}.border-b-aui-destructive\/40{border-bottom-color:hsl(var(--destructive) / .4)}.border-b-aui-destructive\/45{border-bottom-color:hsl(var(--destructive) / .45)}.border-b-aui-destructive\/5{border-bottom-color:hsl(var(--destructive) / .05)}.border-b-aui-destructive\/50{border-bottom-color:hsl(var(--destructive) / .5)}.border-b-aui-destructive\/55{border-bottom-color:hsl(var(--destructive) / .55)}.border-b-aui-destructive\/60{border-bottom-color:hsl(var(--destructive) / .6)}.border-b-aui-destructive\/65{border-bottom-color:hsl(var(--destructive) / .65)}.border-b-aui-destructive\/70{border-bottom-color:hsl(var(--destructive) / .7)}.border-b-aui-destructive\/75{border-bottom-color:hsl(var(--destructive) / .75)}.border-b-aui-destructive\/80{border-bottom-color:hsl(var(--destructive) / .8)}.border-b-aui-destructive\/85{border-bottom-color:hsl(var(--destructive) / .85)}.border-b-aui-destructive\/90{border-bottom-color:hsl(var(--destructive) / .9)}.border-b-aui-destructive\/95{border-bottom-color:hsl(var(--destructive) / .95)}.border-b-aui-foreground{border-bottom-color:hsl(var(--foreground))}.border-b-aui-foreground\/0{border-bottom-color:hsl(var(--foreground) / 0)}.border-b-aui-foreground\/10{border-bottom-color:hsl(var(--foreground) / .1)}.border-b-aui-foreground\/100{border-bottom-color:hsl(var(--foreground) / 1)}.border-b-aui-foreground\/15{border-bottom-color:hsl(var(--foreground) / .15)}.border-b-aui-foreground\/20{border-bottom-color:hsl(var(--foreground) / .2)}.border-b-aui-foreground\/25{border-bottom-color:hsl(var(--foreground) / .25)}.border-b-aui-foreground\/30{border-bottom-color:hsl(var(--foreground) / .3)}.border-b-aui-foreground\/35{border-bottom-color:hsl(var(--foreground) / .35)}.border-b-aui-foreground\/40{border-bottom-color:hsl(var(--foreground) / .4)}.border-b-aui-foreground\/45{border-bottom-color:hsl(var(--foreground) / .45)}.border-b-aui-foreground\/5{border-bottom-color:hsl(var(--foreground) / .05)}.border-b-aui-foreground\/50{border-bottom-color:hsl(var(--foreground) / .5)}.border-b-aui-foreground\/55{border-bottom-color:hsl(var(--foreground) / .55)}.border-b-aui-foreground\/60{border-bottom-color:hsl(var(--foreground) / .6)}.border-b-aui-foreground\/65{border-bottom-color:hsl(var(--foreground) / .65)}.border-b-aui-foreground\/70{border-bottom-color:hsl(var(--foreground) / .7)}.border-b-aui-foreground\/75{border-bottom-color:hsl(var(--foreground) / .75)}.border-b-aui-foreground\/80{border-bottom-color:hsl(var(--foreground) / .8)}.border-b-aui-foreground\/85{border-bottom-color:hsl(var(--foreground) / .85)}.border-b-aui-foreground\/90{border-bottom-color:hsl(var(--foreground) / .9)}.border-b-aui-foreground\/95{border-bottom-color:hsl(var(--foreground) / .95)}.border-b-aui-input{border-bottom-color:hsl(var(--input))}.border-b-aui-input\/0{border-bottom-color:hsl(var(--input) / 0)}.border-b-aui-input\/10{border-bottom-color:hsl(var(--input) / .1)}.border-b-aui-input\/100{border-bottom-color:hsl(var(--input) / 1)}.border-b-aui-input\/15{border-bottom-color:hsl(var(--input) / .15)}.border-b-aui-input\/20{border-bottom-color:hsl(var(--input) / .2)}.border-b-aui-input\/25{border-bottom-color:hsl(var(--input) / .25)}.border-b-aui-input\/30{border-bottom-color:hsl(var(--input) / .3)}.border-b-aui-input\/35{border-bottom-color:hsl(var(--input) / .35)}.border-b-aui-input\/40{border-bottom-color:hsl(var(--input) / .4)}.border-b-aui-input\/45{border-bottom-color:hsl(var(--input) / .45)}.border-b-aui-input\/5{border-bottom-color:hsl(var(--input) / .05)}.border-b-aui-input\/50{border-bottom-color:hsl(var(--input) / .5)}.border-b-aui-input\/55{border-bottom-color:hsl(var(--input) / .55)}.border-b-aui-input\/60{border-bottom-color:hsl(var(--input) / .6)}.border-b-aui-input\/65{border-bottom-color:hsl(var(--input) / .65)}.border-b-aui-input\/70{border-bottom-color:hsl(var(--input) / .7)}.border-b-aui-input\/75{border-bottom-color:hsl(var(--input) / .75)}.border-b-aui-input\/80{border-bottom-color:hsl(var(--input) / .8)}.border-b-aui-input\/85{border-bottom-color:hsl(var(--input) / .85)}.border-b-aui-input\/90{border-bottom-color:hsl(var(--input) / .9)}.border-b-aui-input\/95{border-bottom-color:hsl(var(--input) / .95)}.border-b-aui-muted{border-bottom-color:hsl(var(--muted))}.border-b-aui-muted-foreground{border-bottom-color:hsl(var(--muted-foreground))}.border-b-aui-muted-foreground\/0{border-bottom-color:hsl(var(--muted-foreground) / 0)}.border-b-aui-muted-foreground\/10{border-bottom-color:hsl(var(--muted-foreground) / .1)}.border-b-aui-muted-foreground\/100{border-bottom-color:hsl(var(--muted-foreground) / 1)}.border-b-aui-muted-foreground\/15{border-bottom-color:hsl(var(--muted-foreground) / .15)}.border-b-aui-muted-foreground\/20{border-bottom-color:hsl(var(--muted-foreground) / .2)}.border-b-aui-muted-foreground\/25{border-bottom-color:hsl(var(--muted-foreground) / .25)}.border-b-aui-muted-foreground\/30{border-bottom-color:hsl(var(--muted-foreground) / .3)}.border-b-aui-muted-foreground\/35{border-bottom-color:hsl(var(--muted-foreground) / .35)}.border-b-aui-muted-foreground\/40{border-bottom-color:hsl(var(--muted-foreground) / .4)}.border-b-aui-muted-foreground\/45{border-bottom-color:hsl(var(--muted-foreground) / .45)}.border-b-aui-muted-foreground\/5{border-bottom-color:hsl(var(--muted-foreground) / .05)}.border-b-aui-muted-foreground\/50{border-bottom-color:hsl(var(--muted-foreground) / .5)}.border-b-aui-muted-foreground\/55{border-bottom-color:hsl(var(--muted-foreground) / .55)}.border-b-aui-muted-foreground\/60{border-bottom-color:hsl(var(--muted-foreground) / .6)}.border-b-aui-muted-foreground\/65{border-bottom-color:hsl(var(--muted-foreground) / .65)}.border-b-aui-muted-foreground\/70{border-bottom-color:hsl(var(--muted-foreground) / .7)}.border-b-aui-muted-foreground\/75{border-bottom-color:hsl(var(--muted-foreground) / .75)}.border-b-aui-muted-foreground\/80{border-bottom-color:hsl(var(--muted-foreground) / .8)}.border-b-aui-muted-foreground\/85{border-bottom-color:hsl(var(--muted-foreground) / .85)}.border-b-aui-muted-foreground\/90{border-bottom-color:hsl(var(--muted-foreground) / .9)}.border-b-aui-muted-foreground\/95{border-bottom-color:hsl(var(--muted-foreground) / .95)}.border-b-aui-muted\/0{border-bottom-color:hsl(var(--muted) / 0)}.border-b-aui-muted\/10{border-bottom-color:hsl(var(--muted) / .1)}.border-b-aui-muted\/100{border-bottom-color:hsl(var(--muted) / 1)}.border-b-aui-muted\/15{border-bottom-color:hsl(var(--muted) / .15)}.border-b-aui-muted\/20{border-bottom-color:hsl(var(--muted) / .2)}.border-b-aui-muted\/25{border-bottom-color:hsl(var(--muted) / .25)}.border-b-aui-muted\/30{border-bottom-color:hsl(var(--muted) / .3)}.border-b-aui-muted\/35{border-bottom-color:hsl(var(--muted) / .35)}.border-b-aui-muted\/40{border-bottom-color:hsl(var(--muted) / .4)}.border-b-aui-muted\/45{border-bottom-color:hsl(var(--muted) / .45)}.border-b-aui-muted\/5{border-bottom-color:hsl(var(--muted) / .05)}.border-b-aui-muted\/50{border-bottom-color:hsl(var(--muted) / .5)}.border-b-aui-muted\/55{border-bottom-color:hsl(var(--muted) / .55)}.border-b-aui-muted\/60{border-bottom-color:hsl(var(--muted) / .6)}.border-b-aui-muted\/65{border-bottom-color:hsl(var(--muted) / .65)}.border-b-aui-muted\/70{border-bottom-color:hsl(var(--muted) / .7)}.border-b-aui-muted\/75{border-bottom-color:hsl(var(--muted) / .75)}.border-b-aui-muted\/80{border-bottom-color:hsl(var(--muted) / .8)}.border-b-aui-muted\/85{border-bottom-color:hsl(var(--muted) / .85)}.border-b-aui-muted\/90{border-bottom-color:hsl(var(--muted) / .9)}.border-b-aui-muted\/95{border-bottom-color:hsl(var(--muted) / .95)}.border-b-aui-popover{border-bottom-color:hsl(var(--popover))}.border-b-aui-popover-foreground{border-bottom-color:hsl(var(--popover-foreground))}.border-b-aui-popover-foreground\/0{border-bottom-color:hsl(var(--popover-foreground) / 0)}.border-b-aui-popover-foreground\/10{border-bottom-color:hsl(var(--popover-foreground) / .1)}.border-b-aui-popover-foreground\/100{border-bottom-color:hsl(var(--popover-foreground) / 1)}.border-b-aui-popover-foreground\/15{border-bottom-color:hsl(var(--popover-foreground) / .15)}.border-b-aui-popover-foreground\/20{border-bottom-color:hsl(var(--popover-foreground) / .2)}.border-b-aui-popover-foreground\/25{border-bottom-color:hsl(var(--popover-foreground) / .25)}.border-b-aui-popover-foreground\/30{border-bottom-color:hsl(var(--popover-foreground) / .3)}.border-b-aui-popover-foreground\/35{border-bottom-color:hsl(var(--popover-foreground) / .35)}.border-b-aui-popover-foreground\/40{border-bottom-color:hsl(var(--popover-foreground) / .4)}.border-b-aui-popover-foreground\/45{border-bottom-color:hsl(var(--popover-foreground) / .45)}.border-b-aui-popover-foreground\/5{border-bottom-color:hsl(var(--popover-foreground) / .05)}.border-b-aui-popover-foreground\/50{border-bottom-color:hsl(var(--popover-foreground) / .5)}.border-b-aui-popover-foreground\/55{border-bottom-color:hsl(var(--popover-foreground) / .55)}.border-b-aui-popover-foreground\/60{border-bottom-color:hsl(var(--popover-foreground) / .6)}.border-b-aui-popover-foreground\/65{border-bottom-color:hsl(var(--popover-foreground) / .65)}.border-b-aui-popover-foreground\/70{border-bottom-color:hsl(var(--popover-foreground) / .7)}.border-b-aui-popover-foreground\/75{border-bottom-color:hsl(var(--popover-foreground) / .75)}.border-b-aui-popover-foreground\/80{border-bottom-color:hsl(var(--popover-foreground) / .8)}.border-b-aui-popover-foreground\/85{border-bottom-color:hsl(var(--popover-foreground) / .85)}.border-b-aui-popover-foreground\/90{border-bottom-color:hsl(var(--popover-foreground) / .9)}.border-b-aui-popover-foreground\/95{border-bottom-color:hsl(var(--popover-foreground) / .95)}.border-b-aui-popover\/0{border-bottom-color:hsl(var(--popover) / 0)}.border-b-aui-popover\/10{border-bottom-color:hsl(var(--popover) / .1)}.border-b-aui-popover\/100{border-bottom-color:hsl(var(--popover) / 1)}.border-b-aui-popover\/15{border-bottom-color:hsl(var(--popover) / .15)}.border-b-aui-popover\/20{border-bottom-color:hsl(var(--popover) / .2)}.border-b-aui-popover\/25{border-bottom-color:hsl(var(--popover) / .25)}.border-b-aui-popover\/30{border-bottom-color:hsl(var(--popover) / .3)}.border-b-aui-popover\/35{border-bottom-color:hsl(var(--popover) / .35)}.border-b-aui-popover\/40{border-bottom-color:hsl(var(--popover) / .4)}.border-b-aui-popover\/45{border-bottom-color:hsl(var(--popover) / .45)}.border-b-aui-popover\/5{border-bottom-color:hsl(var(--popover) / .05)}.border-b-aui-popover\/50{border-bottom-color:hsl(var(--popover) / .5)}.border-b-aui-popover\/55{border-bottom-color:hsl(var(--popover) / .55)}.border-b-aui-popover\/60{border-bottom-color:hsl(var(--popover) / .6)}.border-b-aui-popover\/65{border-bottom-color:hsl(var(--popover) / .65)}.border-b-aui-popover\/70{border-bottom-color:hsl(var(--popover) / .7)}.border-b-aui-popover\/75{border-bottom-color:hsl(var(--popover) / .75)}.border-b-aui-popover\/80{border-bottom-color:hsl(var(--popover) / .8)}.border-b-aui-popover\/85{border-bottom-color:hsl(var(--popover) / .85)}.border-b-aui-popover\/90{border-bottom-color:hsl(var(--popover) / .9)}.border-b-aui-popover\/95{border-bottom-color:hsl(var(--popover) / .95)}.border-b-aui-primary{border-bottom-color:hsl(var(--primary))}.border-b-aui-primary-foreground{border-bottom-color:hsl(var(--primary-foreground))}.border-b-aui-primary-foreground\/0{border-bottom-color:hsl(var(--primary-foreground) / 0)}.border-b-aui-primary-foreground\/10{border-bottom-color:hsl(var(--primary-foreground) / .1)}.border-b-aui-primary-foreground\/100{border-bottom-color:hsl(var(--primary-foreground) / 1)}.border-b-aui-primary-foreground\/15{border-bottom-color:hsl(var(--primary-foreground) / .15)}.border-b-aui-primary-foreground\/20{border-bottom-color:hsl(var(--primary-foreground) / .2)}.border-b-aui-primary-foreground\/25{border-bottom-color:hsl(var(--primary-foreground) / .25)}.border-b-aui-primary-foreground\/30{border-bottom-color:hsl(var(--primary-foreground) / .3)}.border-b-aui-primary-foreground\/35{border-bottom-color:hsl(var(--primary-foreground) / .35)}.border-b-aui-primary-foreground\/40{border-bottom-color:hsl(var(--primary-foreground) / .4)}.border-b-aui-primary-foreground\/45{border-bottom-color:hsl(var(--primary-foreground) / .45)}.border-b-aui-primary-foreground\/5{border-bottom-color:hsl(var(--primary-foreground) / .05)}.border-b-aui-primary-foreground\/50{border-bottom-color:hsl(var(--primary-foreground) / .5)}.border-b-aui-primary-foreground\/55{border-bottom-color:hsl(var(--primary-foreground) / .55)}.border-b-aui-primary-foreground\/60{border-bottom-color:hsl(var(--primary-foreground) / .6)}.border-b-aui-primary-foreground\/65{border-bottom-color:hsl(var(--primary-foreground) / .65)}.border-b-aui-primary-foreground\/70{border-bottom-color:hsl(var(--primary-foreground) / .7)}.border-b-aui-primary-foreground\/75{border-bottom-color:hsl(var(--primary-foreground) / .75)}.border-b-aui-primary-foreground\/80{border-bottom-color:hsl(var(--primary-foreground) / .8)}.border-b-aui-primary-foreground\/85{border-bottom-color:hsl(var(--primary-foreground) / .85)}.border-b-aui-primary-foreground\/90{border-bottom-color:hsl(var(--primary-foreground) / .9)}.border-b-aui-primary-foreground\/95{border-bottom-color:hsl(var(--primary-foreground) / .95)}.border-b-aui-primary\/0{border-bottom-color:hsl(var(--primary) / 0)}.border-b-aui-primary\/10{border-bottom-color:hsl(var(--primary) / .1)}.border-b-aui-primary\/100{border-bottom-color:hsl(var(--primary) / 1)}.border-b-aui-primary\/15{border-bottom-color:hsl(var(--primary) / .15)}.border-b-aui-primary\/20{border-bottom-color:hsl(var(--primary) / .2)}.border-b-aui-primary\/25{border-bottom-color:hsl(var(--primary) / .25)}.border-b-aui-primary\/30{border-bottom-color:hsl(var(--primary) / .3)}.border-b-aui-primary\/35{border-bottom-color:hsl(var(--primary) / .35)}.border-b-aui-primary\/40{border-bottom-color:hsl(var(--primary) / .4)}.border-b-aui-primary\/45{border-bottom-color:hsl(var(--primary) / .45)}.border-b-aui-primary\/5{border-bottom-color:hsl(var(--primary) / .05)}.border-b-aui-primary\/50{border-bottom-color:hsl(var(--primary) / .5)}.border-b-aui-primary\/55{border-bottom-color:hsl(var(--primary) / .55)}.border-b-aui-primary\/60{border-bottom-color:hsl(var(--primary) / .6)}.border-b-aui-primary\/65{border-bottom-color:hsl(var(--primary) / .65)}.border-b-aui-primary\/70{border-bottom-color:hsl(var(--primary) / .7)}.border-b-aui-primary\/75{border-bottom-color:hsl(var(--primary) / .75)}.border-b-aui-primary\/80{border-bottom-color:hsl(var(--primary) / .8)}.border-b-aui-primary\/85{border-bottom-color:hsl(var(--primary) / .85)}.border-b-aui-primary\/90{border-bottom-color:hsl(var(--primary) / .9)}.border-b-aui-primary\/95{border-bottom-color:hsl(var(--primary) / .95)}.border-b-aui-ring{border-bottom-color:hsl(var(--ring))}.border-b-aui-ring\/0{border-bottom-color:hsl(var(--ring) / 0)}.border-b-aui-ring\/10{border-bottom-color:hsl(var(--ring) / .1)}.border-b-aui-ring\/100{border-bottom-color:hsl(var(--ring) / 1)}.border-b-aui-ring\/15{border-bottom-color:hsl(var(--ring) / .15)}.border-b-aui-ring\/20{border-bottom-color:hsl(var(--ring) / .2)}.border-b-aui-ring\/25{border-bottom-color:hsl(var(--ring) / .25)}.border-b-aui-ring\/30{border-bottom-color:hsl(var(--ring) / .3)}.border-b-aui-ring\/35{border-bottom-color:hsl(var(--ring) / .35)}.border-b-aui-ring\/40{border-bottom-color:hsl(var(--ring) / .4)}.border-b-aui-ring\/45{border-bottom-color:hsl(var(--ring) / .45)}.border-b-aui-ring\/5{border-bottom-color:hsl(var(--ring) / .05)}.border-b-aui-ring\/50{border-bottom-color:hsl(var(--ring) / .5)}.border-b-aui-ring\/55{border-bottom-color:hsl(var(--ring) / .55)}.border-b-aui-ring\/60{border-bottom-color:hsl(var(--ring) / .6)}.border-b-aui-ring\/65{border-bottom-color:hsl(var(--ring) / .65)}.border-b-aui-ring\/70{border-bottom-color:hsl(var(--ring) / .7)}.border-b-aui-ring\/75{border-bottom-color:hsl(var(--ring) / .75)}.border-b-aui-ring\/80{border-bottom-color:hsl(var(--ring) / .8)}.border-b-aui-ring\/85{border-bottom-color:hsl(var(--ring) / .85)}.border-b-aui-ring\/90{border-bottom-color:hsl(var(--ring) / .9)}.border-b-aui-ring\/95{border-bottom-color:hsl(var(--ring) / .95)}.border-b-aui-secondary{border-bottom-color:hsl(var(--secondary))}.border-b-aui-secondary-foreground{border-bottom-color:hsl(var(--secondary-foreground))}.border-b-aui-secondary-foreground\/0{border-bottom-color:hsl(var(--secondary-foreground) / 0)}.border-b-aui-secondary-foreground\/10{border-bottom-color:hsl(var(--secondary-foreground) / .1)}.border-b-aui-secondary-foreground\/100{border-bottom-color:hsl(var(--secondary-foreground) / 1)}.border-b-aui-secondary-foreground\/15{border-bottom-color:hsl(var(--secondary-foreground) / .15)}.border-b-aui-secondary-foreground\/20{border-bottom-color:hsl(var(--secondary-foreground) / .2)}.border-b-aui-secondary-foreground\/25{border-bottom-color:hsl(var(--secondary-foreground) / .25)}.border-b-aui-secondary-foreground\/30{border-bottom-color:hsl(var(--secondary-foreground) / .3)}.border-b-aui-secondary-foreground\/35{border-bottom-color:hsl(var(--secondary-foreground) / .35)}.border-b-aui-secondary-foreground\/40{border-bottom-color:hsl(var(--secondary-foreground) / .4)}.border-b-aui-secondary-foreground\/45{border-bottom-color:hsl(var(--secondary-foreground) / .45)}.border-b-aui-secondary-foreground\/5{border-bottom-color:hsl(var(--secondary-foreground) / .05)}.border-b-aui-secondary-foreground\/50{border-bottom-color:hsl(var(--secondary-foreground) / .5)}.border-b-aui-secondary-foreground\/55{border-bottom-color:hsl(var(--secondary-foreground) / .55)}.border-b-aui-secondary-foreground\/60{border-bottom-color:hsl(var(--secondary-foreground) / .6)}.border-b-aui-secondary-foreground\/65{border-bottom-color:hsl(var(--secondary-foreground) / .65)}.border-b-aui-secondary-foreground\/70{border-bottom-color:hsl(var(--secondary-foreground) / .7)}.border-b-aui-secondary-foreground\/75{border-bottom-color:hsl(var(--secondary-foreground) / .75)}.border-b-aui-secondary-foreground\/80{border-bottom-color:hsl(var(--secondary-foreground) / .8)}.border-b-aui-secondary-foreground\/85{border-bottom-color:hsl(var(--secondary-foreground) / .85)}.border-b-aui-secondary-foreground\/90{border-bottom-color:hsl(var(--secondary-foreground) / .9)}.border-b-aui-secondary-foreground\/95{border-bottom-color:hsl(var(--secondary-foreground) / .95)}.border-b-aui-secondary\/0{border-bottom-color:hsl(var(--secondary) / 0)}.border-b-aui-secondary\/10{border-bottom-color:hsl(var(--secondary) / .1)}.border-b-aui-secondary\/100{border-bottom-color:hsl(var(--secondary) / 1)}.border-b-aui-secondary\/15{border-bottom-color:hsl(var(--secondary) / .15)}.border-b-aui-secondary\/20{border-bottom-color:hsl(var(--secondary) / .2)}.border-b-aui-secondary\/25{border-bottom-color:hsl(var(--secondary) / .25)}.border-b-aui-secondary\/30{border-bottom-color:hsl(var(--secondary) / .3)}.border-b-aui-secondary\/35{border-bottom-color:hsl(var(--secondary) / .35)}.border-b-aui-secondary\/40{border-bottom-color:hsl(var(--secondary) / .4)}.border-b-aui-secondary\/45{border-bottom-color:hsl(var(--secondary) / .45)}.border-b-aui-secondary\/5{border-bottom-color:hsl(var(--secondary) / .05)}.border-b-aui-secondary\/50{border-bottom-color:hsl(var(--secondary) / .5)}.border-b-aui-secondary\/55{border-bottom-color:hsl(var(--secondary) / .55)}.border-b-aui-secondary\/60{border-bottom-color:hsl(var(--secondary) / .6)}.border-b-aui-secondary\/65{border-bottom-color:hsl(var(--secondary) / .65)}.border-b-aui-secondary\/70{border-bottom-color:hsl(var(--secondary) / .7)}.border-b-aui-secondary\/75{border-bottom-color:hsl(var(--secondary) / .75)}.border-b-aui-secondary\/80{border-bottom-color:hsl(var(--secondary) / .8)}.border-b-aui-secondary\/85{border-bottom-color:hsl(var(--secondary) / .85)}.border-b-aui-secondary\/90{border-bottom-color:hsl(var(--secondary) / .9)}.border-b-aui-secondary\/95{border-bottom-color:hsl(var(--secondary) / .95)}.border-b-transparent{border-bottom-color:transparent}.border-e-aui-accent{border-inline-end-color:hsl(var(--accent))}.border-e-aui-accent-foreground{border-inline-end-color:hsl(var(--accent-foreground))}.border-e-aui-accent-foreground\/0{border-inline-end-color:hsl(var(--accent-foreground) / 0)}.border-e-aui-accent-foreground\/10{border-inline-end-color:hsl(var(--accent-foreground) / .1)}.border-e-aui-accent-foreground\/100{border-inline-end-color:hsl(var(--accent-foreground) / 1)}.border-e-aui-accent-foreground\/15{border-inline-end-color:hsl(var(--accent-foreground) / .15)}.border-e-aui-accent-foreground\/20{border-inline-end-color:hsl(var(--accent-foreground) / .2)}.border-e-aui-accent-foreground\/25{border-inline-end-color:hsl(var(--accent-foreground) / .25)}.border-e-aui-accent-foreground\/30{border-inline-end-color:hsl(var(--accent-foreground) / .3)}.border-e-aui-accent-foreground\/35{border-inline-end-color:hsl(var(--accent-foreground) / .35)}.border-e-aui-accent-foreground\/40{border-inline-end-color:hsl(var(--accent-foreground) / .4)}.border-e-aui-accent-foreground\/45{border-inline-end-color:hsl(var(--accent-foreground) / .45)}.border-e-aui-accent-foreground\/5{border-inline-end-color:hsl(var(--accent-foreground) / .05)}.border-e-aui-accent-foreground\/50{border-inline-end-color:hsl(var(--accent-foreground) / .5)}.border-e-aui-accent-foreground\/55{border-inline-end-color:hsl(var(--accent-foreground) / .55)}.border-e-aui-accent-foreground\/60{border-inline-end-color:hsl(var(--accent-foreground) / .6)}.border-e-aui-accent-foreground\/65{border-inline-end-color:hsl(var(--accent-foreground) / .65)}.border-e-aui-accent-foreground\/70{border-inline-end-color:hsl(var(--accent-foreground) / .7)}.border-e-aui-accent-foreground\/75{border-inline-end-color:hsl(var(--accent-foreground) / .75)}.border-e-aui-accent-foreground\/80{border-inline-end-color:hsl(var(--accent-foreground) / .8)}.border-e-aui-accent-foreground\/85{border-inline-end-color:hsl(var(--accent-foreground) / .85)}.border-e-aui-accent-foreground\/90{border-inline-end-color:hsl(var(--accent-foreground) / .9)}.border-e-aui-accent-foreground\/95{border-inline-end-color:hsl(var(--accent-foreground) / .95)}.border-e-aui-accent\/0{border-inline-end-color:hsl(var(--accent) / 0)}.border-e-aui-accent\/10{border-inline-end-color:hsl(var(--accent) / .1)}.border-e-aui-accent\/100{border-inline-end-color:hsl(var(--accent) / 1)}.border-e-aui-accent\/15{border-inline-end-color:hsl(var(--accent) / .15)}.border-e-aui-accent\/20{border-inline-end-color:hsl(var(--accent) / .2)}.border-e-aui-accent\/25{border-inline-end-color:hsl(var(--accent) / .25)}.border-e-aui-accent\/30{border-inline-end-color:hsl(var(--accent) / .3)}.border-e-aui-accent\/35{border-inline-end-color:hsl(var(--accent) / .35)}.border-e-aui-accent\/40{border-inline-end-color:hsl(var(--accent) / .4)}.border-e-aui-accent\/45{border-inline-end-color:hsl(var(--accent) / .45)}.border-e-aui-accent\/5{border-inline-end-color:hsl(var(--accent) / .05)}.border-e-aui-accent\/50{border-inline-end-color:hsl(var(--accent) / .5)}.border-e-aui-accent\/55{border-inline-end-color:hsl(var(--accent) / .55)}.border-e-aui-accent\/60{border-inline-end-color:hsl(var(--accent) / .6)}.border-e-aui-accent\/65{border-inline-end-color:hsl(var(--accent) / .65)}.border-e-aui-accent\/70{border-inline-end-color:hsl(var(--accent) / .7)}.border-e-aui-accent\/75{border-inline-end-color:hsl(var(--accent) / .75)}.border-e-aui-accent\/80{border-inline-end-color:hsl(var(--accent) / .8)}.border-e-aui-accent\/85{border-inline-end-color:hsl(var(--accent) / .85)}.border-e-aui-accent\/90{border-inline-end-color:hsl(var(--accent) / .9)}.border-e-aui-accent\/95{border-inline-end-color:hsl(var(--accent) / .95)}.border-e-aui-background{border-inline-end-color:hsl(var(--background))}.border-e-aui-background\/0{border-inline-end-color:hsl(var(--background) / 0)}.border-e-aui-background\/10{border-inline-end-color:hsl(var(--background) / .1)}.border-e-aui-background\/100{border-inline-end-color:hsl(var(--background) / 1)}.border-e-aui-background\/15{border-inline-end-color:hsl(var(--background) / .15)}.border-e-aui-background\/20{border-inline-end-color:hsl(var(--background) / .2)}.border-e-aui-background\/25{border-inline-end-color:hsl(var(--background) / .25)}.border-e-aui-background\/30{border-inline-end-color:hsl(var(--background) / .3)}.border-e-aui-background\/35{border-inline-end-color:hsl(var(--background) / .35)}.border-e-aui-background\/40{border-inline-end-color:hsl(var(--background) / .4)}.border-e-aui-background\/45{border-inline-end-color:hsl(var(--background) / .45)}.border-e-aui-background\/5{border-inline-end-color:hsl(var(--background) / .05)}.border-e-aui-background\/50{border-inline-end-color:hsl(var(--background) / .5)}.border-e-aui-background\/55{border-inline-end-color:hsl(var(--background) / .55)}.border-e-aui-background\/60{border-inline-end-color:hsl(var(--background) / .6)}.border-e-aui-background\/65{border-inline-end-color:hsl(var(--background) / .65)}.border-e-aui-background\/70{border-inline-end-color:hsl(var(--background) / .7)}.border-e-aui-background\/75{border-inline-end-color:hsl(var(--background) / .75)}.border-e-aui-background\/80{border-inline-end-color:hsl(var(--background) / .8)}.border-e-aui-background\/85{border-inline-end-color:hsl(var(--background) / .85)}.border-e-aui-background\/90{border-inline-end-color:hsl(var(--background) / .9)}.border-e-aui-background\/95{border-inline-end-color:hsl(var(--background) / .95)}.border-e-aui-border{border-inline-end-color:hsl(var(--border))}.border-e-aui-border\/0{border-inline-end-color:hsl(var(--border) / 0)}.border-e-aui-border\/10{border-inline-end-color:hsl(var(--border) / .1)}.border-e-aui-border\/100{border-inline-end-color:hsl(var(--border) / 1)}.border-e-aui-border\/15{border-inline-end-color:hsl(var(--border) / .15)}.border-e-aui-border\/20{border-inline-end-color:hsl(var(--border) / .2)}.border-e-aui-border\/25{border-inline-end-color:hsl(var(--border) / .25)}.border-e-aui-border\/30{border-inline-end-color:hsl(var(--border) / .3)}.border-e-aui-border\/35{border-inline-end-color:hsl(var(--border) / .35)}.border-e-aui-border\/40{border-inline-end-color:hsl(var(--border) / .4)}.border-e-aui-border\/45{border-inline-end-color:hsl(var(--border) / .45)}.border-e-aui-border\/5{border-inline-end-color:hsl(var(--border) / .05)}.border-e-aui-border\/50{border-inline-end-color:hsl(var(--border) / .5)}.border-e-aui-border\/55{border-inline-end-color:hsl(var(--border) / .55)}.border-e-aui-border\/60{border-inline-end-color:hsl(var(--border) / .6)}.border-e-aui-border\/65{border-inline-end-color:hsl(var(--border) / .65)}.border-e-aui-border\/70{border-inline-end-color:hsl(var(--border) / .7)}.border-e-aui-border\/75{border-inline-end-color:hsl(var(--border) / .75)}.border-e-aui-border\/80{border-inline-end-color:hsl(var(--border) / .8)}.border-e-aui-border\/85{border-inline-end-color:hsl(var(--border) / .85)}.border-e-aui-border\/90{border-inline-end-color:hsl(var(--border) / .9)}.border-e-aui-border\/95{border-inline-end-color:hsl(var(--border) / .95)}.border-e-aui-card{border-inline-end-color:hsl(var(--card))}.border-e-aui-card-foreground{border-inline-end-color:hsl(var(--card-foreground))}.border-e-aui-card-foreground\/0{border-inline-end-color:hsl(var(--card-foreground) / 0)}.border-e-aui-card-foreground\/10{border-inline-end-color:hsl(var(--card-foreground) / .1)}.border-e-aui-card-foreground\/100{border-inline-end-color:hsl(var(--card-foreground) / 1)}.border-e-aui-card-foreground\/15{border-inline-end-color:hsl(var(--card-foreground) / .15)}.border-e-aui-card-foreground\/20{border-inline-end-color:hsl(var(--card-foreground) / .2)}.border-e-aui-card-foreground\/25{border-inline-end-color:hsl(var(--card-foreground) / .25)}.border-e-aui-card-foreground\/30{border-inline-end-color:hsl(var(--card-foreground) / .3)}.border-e-aui-card-foreground\/35{border-inline-end-color:hsl(var(--card-foreground) / .35)}.border-e-aui-card-foreground\/40{border-inline-end-color:hsl(var(--card-foreground) / .4)}.border-e-aui-card-foreground\/45{border-inline-end-color:hsl(var(--card-foreground) / .45)}.border-e-aui-card-foreground\/5{border-inline-end-color:hsl(var(--card-foreground) / .05)}.border-e-aui-card-foreground\/50{border-inline-end-color:hsl(var(--card-foreground) / .5)}.border-e-aui-card-foreground\/55{border-inline-end-color:hsl(var(--card-foreground) / .55)}.border-e-aui-card-foreground\/60{border-inline-end-color:hsl(var(--card-foreground) / .6)}.border-e-aui-card-foreground\/65{border-inline-end-color:hsl(var(--card-foreground) / .65)}.border-e-aui-card-foreground\/70{border-inline-end-color:hsl(var(--card-foreground) / .7)}.border-e-aui-card-foreground\/75{border-inline-end-color:hsl(var(--card-foreground) / .75)}.border-e-aui-card-foreground\/80{border-inline-end-color:hsl(var(--card-foreground) / .8)}.border-e-aui-card-foreground\/85{border-inline-end-color:hsl(var(--card-foreground) / .85)}.border-e-aui-card-foreground\/90{border-inline-end-color:hsl(var(--card-foreground) / .9)}.border-e-aui-card-foreground\/95{border-inline-end-color:hsl(var(--card-foreground) / .95)}.border-e-aui-card\/0{border-inline-end-color:hsl(var(--card) / 0)}.border-e-aui-card\/10{border-inline-end-color:hsl(var(--card) / .1)}.border-e-aui-card\/100{border-inline-end-color:hsl(var(--card) / 1)}.border-e-aui-card\/15{border-inline-end-color:hsl(var(--card) / .15)}.border-e-aui-card\/20{border-inline-end-color:hsl(var(--card) / .2)}.border-e-aui-card\/25{border-inline-end-color:hsl(var(--card) / .25)}.border-e-aui-card\/30{border-inline-end-color:hsl(var(--card) / .3)}.border-e-aui-card\/35{border-inline-end-color:hsl(var(--card) / .35)}.border-e-aui-card\/40{border-inline-end-color:hsl(var(--card) / .4)}.border-e-aui-card\/45{border-inline-end-color:hsl(var(--card) / .45)}.border-e-aui-card\/5{border-inline-end-color:hsl(var(--card) / .05)}.border-e-aui-card\/50{border-inline-end-color:hsl(var(--card) / .5)}.border-e-aui-card\/55{border-inline-end-color:hsl(var(--card) / .55)}.border-e-aui-card\/60{border-inline-end-color:hsl(var(--card) / .6)}.border-e-aui-card\/65{border-inline-end-color:hsl(var(--card) / .65)}.border-e-aui-card\/70{border-inline-end-color:hsl(var(--card) / .7)}.border-e-aui-card\/75{border-inline-end-color:hsl(var(--card) / .75)}.border-e-aui-card\/80{border-inline-end-color:hsl(var(--card) / .8)}.border-e-aui-card\/85{border-inline-end-color:hsl(var(--card) / .85)}.border-e-aui-card\/90{border-inline-end-color:hsl(var(--card) / .9)}.border-e-aui-card\/95{border-inline-end-color:hsl(var(--card) / .95)}.border-e-aui-destructive{border-inline-end-color:hsl(var(--destructive))}.border-e-aui-destructive-foreground{border-inline-end-color:hsl(var(--destructive-foreground))}.border-e-aui-destructive-foreground\/0{border-inline-end-color:hsl(var(--destructive-foreground) / 0)}.border-e-aui-destructive-foreground\/10{border-inline-end-color:hsl(var(--destructive-foreground) / .1)}.border-e-aui-destructive-foreground\/100{border-inline-end-color:hsl(var(--destructive-foreground) / 1)}.border-e-aui-destructive-foreground\/15{border-inline-end-color:hsl(var(--destructive-foreground) / .15)}.border-e-aui-destructive-foreground\/20{border-inline-end-color:hsl(var(--destructive-foreground) / .2)}.border-e-aui-destructive-foreground\/25{border-inline-end-color:hsl(var(--destructive-foreground) / .25)}.border-e-aui-destructive-foreground\/30{border-inline-end-color:hsl(var(--destructive-foreground) / .3)}.border-e-aui-destructive-foreground\/35{border-inline-end-color:hsl(var(--destructive-foreground) / .35)}.border-e-aui-destructive-foreground\/40{border-inline-end-color:hsl(var(--destructive-foreground) / .4)}.border-e-aui-destructive-foreground\/45{border-inline-end-color:hsl(var(--destructive-foreground) / .45)}.border-e-aui-destructive-foreground\/5{border-inline-end-color:hsl(var(--destructive-foreground) / .05)}.border-e-aui-destructive-foreground\/50{border-inline-end-color:hsl(var(--destructive-foreground) / .5)}.border-e-aui-destructive-foreground\/55{border-inline-end-color:hsl(var(--destructive-foreground) / .55)}.border-e-aui-destructive-foreground\/60{border-inline-end-color:hsl(var(--destructive-foreground) / .6)}.border-e-aui-destructive-foreground\/65{border-inline-end-color:hsl(var(--destructive-foreground) / .65)}.border-e-aui-destructive-foreground\/70{border-inline-end-color:hsl(var(--destructive-foreground) / .7)}.border-e-aui-destructive-foreground\/75{border-inline-end-color:hsl(var(--destructive-foreground) / .75)}.border-e-aui-destructive-foreground\/80{border-inline-end-color:hsl(var(--destructive-foreground) / .8)}.border-e-aui-destructive-foreground\/85{border-inline-end-color:hsl(var(--destructive-foreground) / .85)}.border-e-aui-destructive-foreground\/90{border-inline-end-color:hsl(var(--destructive-foreground) / .9)}.border-e-aui-destructive-foreground\/95{border-inline-end-color:hsl(var(--destructive-foreground) / .95)}.border-e-aui-destructive\/0{border-inline-end-color:hsl(var(--destructive) / 0)}.border-e-aui-destructive\/10{border-inline-end-color:hsl(var(--destructive) / .1)}.border-e-aui-destructive\/100{border-inline-end-color:hsl(var(--destructive) / 1)}.border-e-aui-destructive\/15{border-inline-end-color:hsl(var(--destructive) / .15)}.border-e-aui-destructive\/20{border-inline-end-color:hsl(var(--destructive) / .2)}.border-e-aui-destructive\/25{border-inline-end-color:hsl(var(--destructive) / .25)}.border-e-aui-destructive\/30{border-inline-end-color:hsl(var(--destructive) / .3)}.border-e-aui-destructive\/35{border-inline-end-color:hsl(var(--destructive) / .35)}.border-e-aui-destructive\/40{border-inline-end-color:hsl(var(--destructive) / .4)}.border-e-aui-destructive\/45{border-inline-end-color:hsl(var(--destructive) / .45)}.border-e-aui-destructive\/5{border-inline-end-color:hsl(var(--destructive) / .05)}.border-e-aui-destructive\/50{border-inline-end-color:hsl(var(--destructive) / .5)}.border-e-aui-destructive\/55{border-inline-end-color:hsl(var(--destructive) / .55)}.border-e-aui-destructive\/60{border-inline-end-color:hsl(var(--destructive) / .6)}.border-e-aui-destructive\/65{border-inline-end-color:hsl(var(--destructive) / .65)}.border-e-aui-destructive\/70{border-inline-end-color:hsl(var(--destructive) / .7)}.border-e-aui-destructive\/75{border-inline-end-color:hsl(var(--destructive) / .75)}.border-e-aui-destructive\/80{border-inline-end-color:hsl(var(--destructive) / .8)}.border-e-aui-destructive\/85{border-inline-end-color:hsl(var(--destructive) / .85)}.border-e-aui-destructive\/90{border-inline-end-color:hsl(var(--destructive) / .9)}.border-e-aui-destructive\/95{border-inline-end-color:hsl(var(--destructive) / .95)}.border-e-aui-foreground{border-inline-end-color:hsl(var(--foreground))}.border-e-aui-foreground\/0{border-inline-end-color:hsl(var(--foreground) / 0)}.border-e-aui-foreground\/10{border-inline-end-color:hsl(var(--foreground) / .1)}.border-e-aui-foreground\/100{border-inline-end-color:hsl(var(--foreground) / 1)}.border-e-aui-foreground\/15{border-inline-end-color:hsl(var(--foreground) / .15)}.border-e-aui-foreground\/20{border-inline-end-color:hsl(var(--foreground) / .2)}.border-e-aui-foreground\/25{border-inline-end-color:hsl(var(--foreground) / .25)}.border-e-aui-foreground\/30{border-inline-end-color:hsl(var(--foreground) / .3)}.border-e-aui-foreground\/35{border-inline-end-color:hsl(var(--foreground) / .35)}.border-e-aui-foreground\/40{border-inline-end-color:hsl(var(--foreground) / .4)}.border-e-aui-foreground\/45{border-inline-end-color:hsl(var(--foreground) / .45)}.border-e-aui-foreground\/5{border-inline-end-color:hsl(var(--foreground) / .05)}.border-e-aui-foreground\/50{border-inline-end-color:hsl(var(--foreground) / .5)}.border-e-aui-foreground\/55{border-inline-end-color:hsl(var(--foreground) / .55)}.border-e-aui-foreground\/60{border-inline-end-color:hsl(var(--foreground) / .6)}.border-e-aui-foreground\/65{border-inline-end-color:hsl(var(--foreground) / .65)}.border-e-aui-foreground\/70{border-inline-end-color:hsl(var(--foreground) / .7)}.border-e-aui-foreground\/75{border-inline-end-color:hsl(var(--foreground) / .75)}.border-e-aui-foreground\/80{border-inline-end-color:hsl(var(--foreground) / .8)}.border-e-aui-foreground\/85{border-inline-end-color:hsl(var(--foreground) / .85)}.border-e-aui-foreground\/90{border-inline-end-color:hsl(var(--foreground) / .9)}.border-e-aui-foreground\/95{border-inline-end-color:hsl(var(--foreground) / .95)}.border-e-aui-input{border-inline-end-color:hsl(var(--input))}.border-e-aui-input\/0{border-inline-end-color:hsl(var(--input) / 0)}.border-e-aui-input\/10{border-inline-end-color:hsl(var(--input) / .1)}.border-e-aui-input\/100{border-inline-end-color:hsl(var(--input) / 1)}.border-e-aui-input\/15{border-inline-end-color:hsl(var(--input) / .15)}.border-e-aui-input\/20{border-inline-end-color:hsl(var(--input) / .2)}.border-e-aui-input\/25{border-inline-end-color:hsl(var(--input) / .25)}.border-e-aui-input\/30{border-inline-end-color:hsl(var(--input) / .3)}.border-e-aui-input\/35{border-inline-end-color:hsl(var(--input) / .35)}.border-e-aui-input\/40{border-inline-end-color:hsl(var(--input) / .4)}.border-e-aui-input\/45{border-inline-end-color:hsl(var(--input) / .45)}.border-e-aui-input\/5{border-inline-end-color:hsl(var(--input) / .05)}.border-e-aui-input\/50{border-inline-end-color:hsl(var(--input) / .5)}.border-e-aui-input\/55{border-inline-end-color:hsl(var(--input) / .55)}.border-e-aui-input\/60{border-inline-end-color:hsl(var(--input) / .6)}.border-e-aui-input\/65{border-inline-end-color:hsl(var(--input) / .65)}.border-e-aui-input\/70{border-inline-end-color:hsl(var(--input) / .7)}.border-e-aui-input\/75{border-inline-end-color:hsl(var(--input) / .75)}.border-e-aui-input\/80{border-inline-end-color:hsl(var(--input) / .8)}.border-e-aui-input\/85{border-inline-end-color:hsl(var(--input) / .85)}.border-e-aui-input\/90{border-inline-end-color:hsl(var(--input) / .9)}.border-e-aui-input\/95{border-inline-end-color:hsl(var(--input) / .95)}.border-e-aui-muted{border-inline-end-color:hsl(var(--muted))}.border-e-aui-muted-foreground{border-inline-end-color:hsl(var(--muted-foreground))}.border-e-aui-muted-foreground\/0{border-inline-end-color:hsl(var(--muted-foreground) / 0)}.border-e-aui-muted-foreground\/10{border-inline-end-color:hsl(var(--muted-foreground) / .1)}.border-e-aui-muted-foreground\/100{border-inline-end-color:hsl(var(--muted-foreground) / 1)}.border-e-aui-muted-foreground\/15{border-inline-end-color:hsl(var(--muted-foreground) / .15)}.border-e-aui-muted-foreground\/20{border-inline-end-color:hsl(var(--muted-foreground) / .2)}.border-e-aui-muted-foreground\/25{border-inline-end-color:hsl(var(--muted-foreground) / .25)}.border-e-aui-muted-foreground\/30{border-inline-end-color:hsl(var(--muted-foreground) / .3)}.border-e-aui-muted-foreground\/35{border-inline-end-color:hsl(var(--muted-foreground) / .35)}.border-e-aui-muted-foreground\/40{border-inline-end-color:hsl(var(--muted-foreground) / .4)}.border-e-aui-muted-foreground\/45{border-inline-end-color:hsl(var(--muted-foreground) / .45)}.border-e-aui-muted-foreground\/5{border-inline-end-color:hsl(var(--muted-foreground) / .05)}.border-e-aui-muted-foreground\/50{border-inline-end-color:hsl(var(--muted-foreground) / .5)}.border-e-aui-muted-foreground\/55{border-inline-end-color:hsl(var(--muted-foreground) / .55)}.border-e-aui-muted-foreground\/60{border-inline-end-color:hsl(var(--muted-foreground) / .6)}.border-e-aui-muted-foreground\/65{border-inline-end-color:hsl(var(--muted-foreground) / .65)}.border-e-aui-muted-foreground\/70{border-inline-end-color:hsl(var(--muted-foreground) / .7)}.border-e-aui-muted-foreground\/75{border-inline-end-color:hsl(var(--muted-foreground) / .75)}.border-e-aui-muted-foreground\/80{border-inline-end-color:hsl(var(--muted-foreground) / .8)}.border-e-aui-muted-foreground\/85{border-inline-end-color:hsl(var(--muted-foreground) / .85)}.border-e-aui-muted-foreground\/90{border-inline-end-color:hsl(var(--muted-foreground) / .9)}.border-e-aui-muted-foreground\/95{border-inline-end-color:hsl(var(--muted-foreground) / .95)}.border-e-aui-muted\/0{border-inline-end-color:hsl(var(--muted) / 0)}.border-e-aui-muted\/10{border-inline-end-color:hsl(var(--muted) / .1)}.border-e-aui-muted\/100{border-inline-end-color:hsl(var(--muted) / 1)}.border-e-aui-muted\/15{border-inline-end-color:hsl(var(--muted) / .15)}.border-e-aui-muted\/20{border-inline-end-color:hsl(var(--muted) / .2)}.border-e-aui-muted\/25{border-inline-end-color:hsl(var(--muted) / .25)}.border-e-aui-muted\/30{border-inline-end-color:hsl(var(--muted) / .3)}.border-e-aui-muted\/35{border-inline-end-color:hsl(var(--muted) / .35)}.border-e-aui-muted\/40{border-inline-end-color:hsl(var(--muted) / .4)}.border-e-aui-muted\/45{border-inline-end-color:hsl(var(--muted) / .45)}.border-e-aui-muted\/5{border-inline-end-color:hsl(var(--muted) / .05)}.border-e-aui-muted\/50{border-inline-end-color:hsl(var(--muted) / .5)}.border-e-aui-muted\/55{border-inline-end-color:hsl(var(--muted) / .55)}.border-e-aui-muted\/60{border-inline-end-color:hsl(var(--muted) / .6)}.border-e-aui-muted\/65{border-inline-end-color:hsl(var(--muted) / .65)}.border-e-aui-muted\/70{border-inline-end-color:hsl(var(--muted) / .7)}.border-e-aui-muted\/75{border-inline-end-color:hsl(var(--muted) / .75)}.border-e-aui-muted\/80{border-inline-end-color:hsl(var(--muted) / .8)}.border-e-aui-muted\/85{border-inline-end-color:hsl(var(--muted) / .85)}.border-e-aui-muted\/90{border-inline-end-color:hsl(var(--muted) / .9)}.border-e-aui-muted\/95{border-inline-end-color:hsl(var(--muted) / .95)}.border-e-aui-popover{border-inline-end-color:hsl(var(--popover))}.border-e-aui-popover-foreground{border-inline-end-color:hsl(var(--popover-foreground))}.border-e-aui-popover-foreground\/0{border-inline-end-color:hsl(var(--popover-foreground) / 0)}.border-e-aui-popover-foreground\/10{border-inline-end-color:hsl(var(--popover-foreground) / .1)}.border-e-aui-popover-foreground\/100{border-inline-end-color:hsl(var(--popover-foreground) / 1)}.border-e-aui-popover-foreground\/15{border-inline-end-color:hsl(var(--popover-foreground) / .15)}.border-e-aui-popover-foreground\/20{border-inline-end-color:hsl(var(--popover-foreground) / .2)}.border-e-aui-popover-foreground\/25{border-inline-end-color:hsl(var(--popover-foreground) / .25)}.border-e-aui-popover-foreground\/30{border-inline-end-color:hsl(var(--popover-foreground) / .3)}.border-e-aui-popover-foreground\/35{border-inline-end-color:hsl(var(--popover-foreground) / .35)}.border-e-aui-popover-foreground\/40{border-inline-end-color:hsl(var(--popover-foreground) / .4)}.border-e-aui-popover-foreground\/45{border-inline-end-color:hsl(var(--popover-foreground) / .45)}.border-e-aui-popover-foreground\/5{border-inline-end-color:hsl(var(--popover-foreground) / .05)}.border-e-aui-popover-foreground\/50{border-inline-end-color:hsl(var(--popover-foreground) / .5)}.border-e-aui-popover-foreground\/55{border-inline-end-color:hsl(var(--popover-foreground) / .55)}.border-e-aui-popover-foreground\/60{border-inline-end-color:hsl(var(--popover-foreground) / .6)}.border-e-aui-popover-foreground\/65{border-inline-end-color:hsl(var(--popover-foreground) / .65)}.border-e-aui-popover-foreground\/70{border-inline-end-color:hsl(var(--popover-foreground) / .7)}.border-e-aui-popover-foreground\/75{border-inline-end-color:hsl(var(--popover-foreground) / .75)}.border-e-aui-popover-foreground\/80{border-inline-end-color:hsl(var(--popover-foreground) / .8)}.border-e-aui-popover-foreground\/85{border-inline-end-color:hsl(var(--popover-foreground) / .85)}.border-e-aui-popover-foreground\/90{border-inline-end-color:hsl(var(--popover-foreground) / .9)}.border-e-aui-popover-foreground\/95{border-inline-end-color:hsl(var(--popover-foreground) / .95)}.border-e-aui-popover\/0{border-inline-end-color:hsl(var(--popover) / 0)}.border-e-aui-popover\/10{border-inline-end-color:hsl(var(--popover) / .1)}.border-e-aui-popover\/100{border-inline-end-color:hsl(var(--popover) / 1)}.border-e-aui-popover\/15{border-inline-end-color:hsl(var(--popover) / .15)}.border-e-aui-popover\/20{border-inline-end-color:hsl(var(--popover) / .2)}.border-e-aui-popover\/25{border-inline-end-color:hsl(var(--popover) / .25)}.border-e-aui-popover\/30{border-inline-end-color:hsl(var(--popover) / .3)}.border-e-aui-popover\/35{border-inline-end-color:hsl(var(--popover) / .35)}.border-e-aui-popover\/40{border-inline-end-color:hsl(var(--popover) / .4)}.border-e-aui-popover\/45{border-inline-end-color:hsl(var(--popover) / .45)}.border-e-aui-popover\/5{border-inline-end-color:hsl(var(--popover) / .05)}.border-e-aui-popover\/50{border-inline-end-color:hsl(var(--popover) / .5)}.border-e-aui-popover\/55{border-inline-end-color:hsl(var(--popover) / .55)}.border-e-aui-popover\/60{border-inline-end-color:hsl(var(--popover) / .6)}.border-e-aui-popover\/65{border-inline-end-color:hsl(var(--popover) / .65)}.border-e-aui-popover\/70{border-inline-end-color:hsl(var(--popover) / .7)}.border-e-aui-popover\/75{border-inline-end-color:hsl(var(--popover) / .75)}.border-e-aui-popover\/80{border-inline-end-color:hsl(var(--popover) / .8)}.border-e-aui-popover\/85{border-inline-end-color:hsl(var(--popover) / .85)}.border-e-aui-popover\/90{border-inline-end-color:hsl(var(--popover) / .9)}.border-e-aui-popover\/95{border-inline-end-color:hsl(var(--popover) / .95)}.border-e-aui-primary{border-inline-end-color:hsl(var(--primary))}.border-e-aui-primary-foreground{border-inline-end-color:hsl(var(--primary-foreground))}.border-e-aui-primary-foreground\/0{border-inline-end-color:hsl(var(--primary-foreground) / 0)}.border-e-aui-primary-foreground\/10{border-inline-end-color:hsl(var(--primary-foreground) / .1)}.border-e-aui-primary-foreground\/100{border-inline-end-color:hsl(var(--primary-foreground) / 1)}.border-e-aui-primary-foreground\/15{border-inline-end-color:hsl(var(--primary-foreground) / .15)}.border-e-aui-primary-foreground\/20{border-inline-end-color:hsl(var(--primary-foreground) / .2)}.border-e-aui-primary-foreground\/25{border-inline-end-color:hsl(var(--primary-foreground) / .25)}.border-e-aui-primary-foreground\/30{border-inline-end-color:hsl(var(--primary-foreground) / .3)}.border-e-aui-primary-foreground\/35{border-inline-end-color:hsl(var(--primary-foreground) / .35)}.border-e-aui-primary-foreground\/40{border-inline-end-color:hsl(var(--primary-foreground) / .4)}.border-e-aui-primary-foreground\/45{border-inline-end-color:hsl(var(--primary-foreground) / .45)}.border-e-aui-primary-foreground\/5{border-inline-end-color:hsl(var(--primary-foreground) / .05)}.border-e-aui-primary-foreground\/50{border-inline-end-color:hsl(var(--primary-foreground) / .5)}.border-e-aui-primary-foreground\/55{border-inline-end-color:hsl(var(--primary-foreground) / .55)}.border-e-aui-primary-foreground\/60{border-inline-end-color:hsl(var(--primary-foreground) / .6)}.border-e-aui-primary-foreground\/65{border-inline-end-color:hsl(var(--primary-foreground) / .65)}.border-e-aui-primary-foreground\/70{border-inline-end-color:hsl(var(--primary-foreground) / .7)}.border-e-aui-primary-foreground\/75{border-inline-end-color:hsl(var(--primary-foreground) / .75)}.border-e-aui-primary-foreground\/80{border-inline-end-color:hsl(var(--primary-foreground) / .8)}.border-e-aui-primary-foreground\/85{border-inline-end-color:hsl(var(--primary-foreground) / .85)}.border-e-aui-primary-foreground\/90{border-inline-end-color:hsl(var(--primary-foreground) / .9)}.border-e-aui-primary-foreground\/95{border-inline-end-color:hsl(var(--primary-foreground) / .95)}.border-e-aui-primary\/0{border-inline-end-color:hsl(var(--primary) / 0)}.border-e-aui-primary\/10{border-inline-end-color:hsl(var(--primary) / .1)}.border-e-aui-primary\/100{border-inline-end-color:hsl(var(--primary) / 1)}.border-e-aui-primary\/15{border-inline-end-color:hsl(var(--primary) / .15)}.border-e-aui-primary\/20{border-inline-end-color:hsl(var(--primary) / .2)}.border-e-aui-primary\/25{border-inline-end-color:hsl(var(--primary) / .25)}.border-e-aui-primary\/30{border-inline-end-color:hsl(var(--primary) / .3)}.border-e-aui-primary\/35{border-inline-end-color:hsl(var(--primary) / .35)}.border-e-aui-primary\/40{border-inline-end-color:hsl(var(--primary) / .4)}.border-e-aui-primary\/45{border-inline-end-color:hsl(var(--primary) / .45)}.border-e-aui-primary\/5{border-inline-end-color:hsl(var(--primary) / .05)}.border-e-aui-primary\/50{border-inline-end-color:hsl(var(--primary) / .5)}.border-e-aui-primary\/55{border-inline-end-color:hsl(var(--primary) / .55)}.border-e-aui-primary\/60{border-inline-end-color:hsl(var(--primary) / .6)}.border-e-aui-primary\/65{border-inline-end-color:hsl(var(--primary) / .65)}.border-e-aui-primary\/70{border-inline-end-color:hsl(var(--primary) / .7)}.border-e-aui-primary\/75{border-inline-end-color:hsl(var(--primary) / .75)}.border-e-aui-primary\/80{border-inline-end-color:hsl(var(--primary) / .8)}.border-e-aui-primary\/85{border-inline-end-color:hsl(var(--primary) / .85)}.border-e-aui-primary\/90{border-inline-end-color:hsl(var(--primary) / .9)}.border-e-aui-primary\/95{border-inline-end-color:hsl(var(--primary) / .95)}.border-e-aui-ring{border-inline-end-color:hsl(var(--ring))}.border-e-aui-ring\/0{border-inline-end-color:hsl(var(--ring) / 0)}.border-e-aui-ring\/10{border-inline-end-color:hsl(var(--ring) / .1)}.border-e-aui-ring\/100{border-inline-end-color:hsl(var(--ring) / 1)}.border-e-aui-ring\/15{border-inline-end-color:hsl(var(--ring) / .15)}.border-e-aui-ring\/20{border-inline-end-color:hsl(var(--ring) / .2)}.border-e-aui-ring\/25{border-inline-end-color:hsl(var(--ring) / .25)}.border-e-aui-ring\/30{border-inline-end-color:hsl(var(--ring) / .3)}.border-e-aui-ring\/35{border-inline-end-color:hsl(var(--ring) / .35)}.border-e-aui-ring\/40{border-inline-end-color:hsl(var(--ring) / .4)}.border-e-aui-ring\/45{border-inline-end-color:hsl(var(--ring) / .45)}.border-e-aui-ring\/5{border-inline-end-color:hsl(var(--ring) / .05)}.border-e-aui-ring\/50{border-inline-end-color:hsl(var(--ring) / .5)}.border-e-aui-ring\/55{border-inline-end-color:hsl(var(--ring) / .55)}.border-e-aui-ring\/60{border-inline-end-color:hsl(var(--ring) / .6)}.border-e-aui-ring\/65{border-inline-end-color:hsl(var(--ring) / .65)}.border-e-aui-ring\/70{border-inline-end-color:hsl(var(--ring) / .7)}.border-e-aui-ring\/75{border-inline-end-color:hsl(var(--ring) / .75)}.border-e-aui-ring\/80{border-inline-end-color:hsl(var(--ring) / .8)}.border-e-aui-ring\/85{border-inline-end-color:hsl(var(--ring) / .85)}.border-e-aui-ring\/90{border-inline-end-color:hsl(var(--ring) / .9)}.border-e-aui-ring\/95{border-inline-end-color:hsl(var(--ring) / .95)}.border-e-aui-secondary{border-inline-end-color:hsl(var(--secondary))}.border-e-aui-secondary-foreground{border-inline-end-color:hsl(var(--secondary-foreground))}.border-e-aui-secondary-foreground\/0{border-inline-end-color:hsl(var(--secondary-foreground) / 0)}.border-e-aui-secondary-foreground\/10{border-inline-end-color:hsl(var(--secondary-foreground) / .1)}.border-e-aui-secondary-foreground\/100{border-inline-end-color:hsl(var(--secondary-foreground) / 1)}.border-e-aui-secondary-foreground\/15{border-inline-end-color:hsl(var(--secondary-foreground) / .15)}.border-e-aui-secondary-foreground\/20{border-inline-end-color:hsl(var(--secondary-foreground) / .2)}.border-e-aui-secondary-foreground\/25{border-inline-end-color:hsl(var(--secondary-foreground) / .25)}.border-e-aui-secondary-foreground\/30{border-inline-end-color:hsl(var(--secondary-foreground) / .3)}.border-e-aui-secondary-foreground\/35{border-inline-end-color:hsl(var(--secondary-foreground) / .35)}.border-e-aui-secondary-foreground\/40{border-inline-end-color:hsl(var(--secondary-foreground) / .4)}.border-e-aui-secondary-foreground\/45{border-inline-end-color:hsl(var(--secondary-foreground) / .45)}.border-e-aui-secondary-foreground\/5{border-inline-end-color:hsl(var(--secondary-foreground) / .05)}.border-e-aui-secondary-foreground\/50{border-inline-end-color:hsl(var(--secondary-foreground) / .5)}.border-e-aui-secondary-foreground\/55{border-inline-end-color:hsl(var(--secondary-foreground) / .55)}.border-e-aui-secondary-foreground\/60{border-inline-end-color:hsl(var(--secondary-foreground) / .6)}.border-e-aui-secondary-foreground\/65{border-inline-end-color:hsl(var(--secondary-foreground) / .65)}.border-e-aui-secondary-foreground\/70{border-inline-end-color:hsl(var(--secondary-foreground) / .7)}.border-e-aui-secondary-foreground\/75{border-inline-end-color:hsl(var(--secondary-foreground) / .75)}.border-e-aui-secondary-foreground\/80{border-inline-end-color:hsl(var(--secondary-foreground) / .8)}.border-e-aui-secondary-foreground\/85{border-inline-end-color:hsl(var(--secondary-foreground) / .85)}.border-e-aui-secondary-foreground\/90{border-inline-end-color:hsl(var(--secondary-foreground) / .9)}.border-e-aui-secondary-foreground\/95{border-inline-end-color:hsl(var(--secondary-foreground) / .95)}.border-e-aui-secondary\/0{border-inline-end-color:hsl(var(--secondary) / 0)}.border-e-aui-secondary\/10{border-inline-end-color:hsl(var(--secondary) / .1)}.border-e-aui-secondary\/100{border-inline-end-color:hsl(var(--secondary) / 1)}.border-e-aui-secondary\/15{border-inline-end-color:hsl(var(--secondary) / .15)}.border-e-aui-secondary\/20{border-inline-end-color:hsl(var(--secondary) / .2)}.border-e-aui-secondary\/25{border-inline-end-color:hsl(var(--secondary) / .25)}.border-e-aui-secondary\/30{border-inline-end-color:hsl(var(--secondary) / .3)}.border-e-aui-secondary\/35{border-inline-end-color:hsl(var(--secondary) / .35)}.border-e-aui-secondary\/40{border-inline-end-color:hsl(var(--secondary) / .4)}.border-e-aui-secondary\/45{border-inline-end-color:hsl(var(--secondary) / .45)}.border-e-aui-secondary\/5{border-inline-end-color:hsl(var(--secondary) / .05)}.border-e-aui-secondary\/50{border-inline-end-color:hsl(var(--secondary) / .5)}.border-e-aui-secondary\/55{border-inline-end-color:hsl(var(--secondary) / .55)}.border-e-aui-secondary\/60{border-inline-end-color:hsl(var(--secondary) / .6)}.border-e-aui-secondary\/65{border-inline-end-color:hsl(var(--secondary) / .65)}.border-e-aui-secondary\/70{border-inline-end-color:hsl(var(--secondary) / .7)}.border-e-aui-secondary\/75{border-inline-end-color:hsl(var(--secondary) / .75)}.border-e-aui-secondary\/80{border-inline-end-color:hsl(var(--secondary) / .8)}.border-e-aui-secondary\/85{border-inline-end-color:hsl(var(--secondary) / .85)}.border-e-aui-secondary\/90{border-inline-end-color:hsl(var(--secondary) / .9)}.border-e-aui-secondary\/95{border-inline-end-color:hsl(var(--secondary) / .95)}.border-l-aui-accent{border-left-color:hsl(var(--accent))}.border-l-aui-accent-foreground{border-left-color:hsl(var(--accent-foreground))}.border-l-aui-accent-foreground\/0{border-left-color:hsl(var(--accent-foreground) / 0)}.border-l-aui-accent-foreground\/10{border-left-color:hsl(var(--accent-foreground) / .1)}.border-l-aui-accent-foreground\/100{border-left-color:hsl(var(--accent-foreground) / 1)}.border-l-aui-accent-foreground\/15{border-left-color:hsl(var(--accent-foreground) / .15)}.border-l-aui-accent-foreground\/20{border-left-color:hsl(var(--accent-foreground) / .2)}.border-l-aui-accent-foreground\/25{border-left-color:hsl(var(--accent-foreground) / .25)}.border-l-aui-accent-foreground\/30{border-left-color:hsl(var(--accent-foreground) / .3)}.border-l-aui-accent-foreground\/35{border-left-color:hsl(var(--accent-foreground) / .35)}.border-l-aui-accent-foreground\/40{border-left-color:hsl(var(--accent-foreground) / .4)}.border-l-aui-accent-foreground\/45{border-left-color:hsl(var(--accent-foreground) / .45)}.border-l-aui-accent-foreground\/5{border-left-color:hsl(var(--accent-foreground) / .05)}.border-l-aui-accent-foreground\/50{border-left-color:hsl(var(--accent-foreground) / .5)}.border-l-aui-accent-foreground\/55{border-left-color:hsl(var(--accent-foreground) / .55)}.border-l-aui-accent-foreground\/60{border-left-color:hsl(var(--accent-foreground) / .6)}.border-l-aui-accent-foreground\/65{border-left-color:hsl(var(--accent-foreground) / .65)}.border-l-aui-accent-foreground\/70{border-left-color:hsl(var(--accent-foreground) / .7)}.border-l-aui-accent-foreground\/75{border-left-color:hsl(var(--accent-foreground) / .75)}.border-l-aui-accent-foreground\/80{border-left-color:hsl(var(--accent-foreground) / .8)}.border-l-aui-accent-foreground\/85{border-left-color:hsl(var(--accent-foreground) / .85)}.border-l-aui-accent-foreground\/90{border-left-color:hsl(var(--accent-foreground) / .9)}.border-l-aui-accent-foreground\/95{border-left-color:hsl(var(--accent-foreground) / .95)}.border-l-aui-accent\/0{border-left-color:hsl(var(--accent) / 0)}.border-l-aui-accent\/10{border-left-color:hsl(var(--accent) / .1)}.border-l-aui-accent\/100{border-left-color:hsl(var(--accent) / 1)}.border-l-aui-accent\/15{border-left-color:hsl(var(--accent) / .15)}.border-l-aui-accent\/20{border-left-color:hsl(var(--accent) / .2)}.border-l-aui-accent\/25{border-left-color:hsl(var(--accent) / .25)}.border-l-aui-accent\/30{border-left-color:hsl(var(--accent) / .3)}.border-l-aui-accent\/35{border-left-color:hsl(var(--accent) / .35)}.border-l-aui-accent\/40{border-left-color:hsl(var(--accent) / .4)}.border-l-aui-accent\/45{border-left-color:hsl(var(--accent) / .45)}.border-l-aui-accent\/5{border-left-color:hsl(var(--accent) / .05)}.border-l-aui-accent\/50{border-left-color:hsl(var(--accent) / .5)}.border-l-aui-accent\/55{border-left-color:hsl(var(--accent) / .55)}.border-l-aui-accent\/60{border-left-color:hsl(var(--accent) / .6)}.border-l-aui-accent\/65{border-left-color:hsl(var(--accent) / .65)}.border-l-aui-accent\/70{border-left-color:hsl(var(--accent) / .7)}.border-l-aui-accent\/75{border-left-color:hsl(var(--accent) / .75)}.border-l-aui-accent\/80{border-left-color:hsl(var(--accent) / .8)}.border-l-aui-accent\/85{border-left-color:hsl(var(--accent) / .85)}.border-l-aui-accent\/90{border-left-color:hsl(var(--accent) / .9)}.border-l-aui-accent\/95{border-left-color:hsl(var(--accent) / .95)}.border-l-aui-background{border-left-color:hsl(var(--background))}.border-l-aui-background\/0{border-left-color:hsl(var(--background) / 0)}.border-l-aui-background\/10{border-left-color:hsl(var(--background) / .1)}.border-l-aui-background\/100{border-left-color:hsl(var(--background) / 1)}.border-l-aui-background\/15{border-left-color:hsl(var(--background) / .15)}.border-l-aui-background\/20{border-left-color:hsl(var(--background) / .2)}.border-l-aui-background\/25{border-left-color:hsl(var(--background) / .25)}.border-l-aui-background\/30{border-left-color:hsl(var(--background) / .3)}.border-l-aui-background\/35{border-left-color:hsl(var(--background) / .35)}.border-l-aui-background\/40{border-left-color:hsl(var(--background) / .4)}.border-l-aui-background\/45{border-left-color:hsl(var(--background) / .45)}.border-l-aui-background\/5{border-left-color:hsl(var(--background) / .05)}.border-l-aui-background\/50{border-left-color:hsl(var(--background) / .5)}.border-l-aui-background\/55{border-left-color:hsl(var(--background) / .55)}.border-l-aui-background\/60{border-left-color:hsl(var(--background) / .6)}.border-l-aui-background\/65{border-left-color:hsl(var(--background) / .65)}.border-l-aui-background\/70{border-left-color:hsl(var(--background) / .7)}.border-l-aui-background\/75{border-left-color:hsl(var(--background) / .75)}.border-l-aui-background\/80{border-left-color:hsl(var(--background) / .8)}.border-l-aui-background\/85{border-left-color:hsl(var(--background) / .85)}.border-l-aui-background\/90{border-left-color:hsl(var(--background) / .9)}.border-l-aui-background\/95{border-left-color:hsl(var(--background) / .95)}.border-l-aui-border{border-left-color:hsl(var(--border))}.border-l-aui-border\/0{border-left-color:hsl(var(--border) / 0)}.border-l-aui-border\/10{border-left-color:hsl(var(--border) / .1)}.border-l-aui-border\/100{border-left-color:hsl(var(--border) / 1)}.border-l-aui-border\/15{border-left-color:hsl(var(--border) / .15)}.border-l-aui-border\/20{border-left-color:hsl(var(--border) / .2)}.border-l-aui-border\/25{border-left-color:hsl(var(--border) / .25)}.border-l-aui-border\/30{border-left-color:hsl(var(--border) / .3)}.border-l-aui-border\/35{border-left-color:hsl(var(--border) / .35)}.border-l-aui-border\/40{border-left-color:hsl(var(--border) / .4)}.border-l-aui-border\/45{border-left-color:hsl(var(--border) / .45)}.border-l-aui-border\/5{border-left-color:hsl(var(--border) / .05)}.border-l-aui-border\/50{border-left-color:hsl(var(--border) / .5)}.border-l-aui-border\/55{border-left-color:hsl(var(--border) / .55)}.border-l-aui-border\/60{border-left-color:hsl(var(--border) / .6)}.border-l-aui-border\/65{border-left-color:hsl(var(--border) / .65)}.border-l-aui-border\/70{border-left-color:hsl(var(--border) / .7)}.border-l-aui-border\/75{border-left-color:hsl(var(--border) / .75)}.border-l-aui-border\/80{border-left-color:hsl(var(--border) / .8)}.border-l-aui-border\/85{border-left-color:hsl(var(--border) / .85)}.border-l-aui-border\/90{border-left-color:hsl(var(--border) / .9)}.border-l-aui-border\/95{border-left-color:hsl(var(--border) / .95)}.border-l-aui-card{border-left-color:hsl(var(--card))}.border-l-aui-card-foreground{border-left-color:hsl(var(--card-foreground))}.border-l-aui-card-foreground\/0{border-left-color:hsl(var(--card-foreground) / 0)}.border-l-aui-card-foreground\/10{border-left-color:hsl(var(--card-foreground) / .1)}.border-l-aui-card-foreground\/100{border-left-color:hsl(var(--card-foreground) / 1)}.border-l-aui-card-foreground\/15{border-left-color:hsl(var(--card-foreground) / .15)}.border-l-aui-card-foreground\/20{border-left-color:hsl(var(--card-foreground) / .2)}.border-l-aui-card-foreground\/25{border-left-color:hsl(var(--card-foreground) / .25)}.border-l-aui-card-foreground\/30{border-left-color:hsl(var(--card-foreground) / .3)}.border-l-aui-card-foreground\/35{border-left-color:hsl(var(--card-foreground) / .35)}.border-l-aui-card-foreground\/40{border-left-color:hsl(var(--card-foreground) / .4)}.border-l-aui-card-foreground\/45{border-left-color:hsl(var(--card-foreground) / .45)}.border-l-aui-card-foreground\/5{border-left-color:hsl(var(--card-foreground) / .05)}.border-l-aui-card-foreground\/50{border-left-color:hsl(var(--card-foreground) / .5)}.border-l-aui-card-foreground\/55{border-left-color:hsl(var(--card-foreground) / .55)}.border-l-aui-card-foreground\/60{border-left-color:hsl(var(--card-foreground) / .6)}.border-l-aui-card-foreground\/65{border-left-color:hsl(var(--card-foreground) / .65)}.border-l-aui-card-foreground\/70{border-left-color:hsl(var(--card-foreground) / .7)}.border-l-aui-card-foreground\/75{border-left-color:hsl(var(--card-foreground) / .75)}.border-l-aui-card-foreground\/80{border-left-color:hsl(var(--card-foreground) / .8)}.border-l-aui-card-foreground\/85{border-left-color:hsl(var(--card-foreground) / .85)}.border-l-aui-card-foreground\/90{border-left-color:hsl(var(--card-foreground) / .9)}.border-l-aui-card-foreground\/95{border-left-color:hsl(var(--card-foreground) / .95)}.border-l-aui-card\/0{border-left-color:hsl(var(--card) / 0)}.border-l-aui-card\/10{border-left-color:hsl(var(--card) / .1)}.border-l-aui-card\/100{border-left-color:hsl(var(--card) / 1)}.border-l-aui-card\/15{border-left-color:hsl(var(--card) / .15)}.border-l-aui-card\/20{border-left-color:hsl(var(--card) / .2)}.border-l-aui-card\/25{border-left-color:hsl(var(--card) / .25)}.border-l-aui-card\/30{border-left-color:hsl(var(--card) / .3)}.border-l-aui-card\/35{border-left-color:hsl(var(--card) / .35)}.border-l-aui-card\/40{border-left-color:hsl(var(--card) / .4)}.border-l-aui-card\/45{border-left-color:hsl(var(--card) / .45)}.border-l-aui-card\/5{border-left-color:hsl(var(--card) / .05)}.border-l-aui-card\/50{border-left-color:hsl(var(--card) / .5)}.border-l-aui-card\/55{border-left-color:hsl(var(--card) / .55)}.border-l-aui-card\/60{border-left-color:hsl(var(--card) / .6)}.border-l-aui-card\/65{border-left-color:hsl(var(--card) / .65)}.border-l-aui-card\/70{border-left-color:hsl(var(--card) / .7)}.border-l-aui-card\/75{border-left-color:hsl(var(--card) / .75)}.border-l-aui-card\/80{border-left-color:hsl(var(--card) / .8)}.border-l-aui-card\/85{border-left-color:hsl(var(--card) / .85)}.border-l-aui-card\/90{border-left-color:hsl(var(--card) / .9)}.border-l-aui-card\/95{border-left-color:hsl(var(--card) / .95)}.border-l-aui-destructive{border-left-color:hsl(var(--destructive))}.border-l-aui-destructive-foreground{border-left-color:hsl(var(--destructive-foreground))}.border-l-aui-destructive-foreground\/0{border-left-color:hsl(var(--destructive-foreground) / 0)}.border-l-aui-destructive-foreground\/10{border-left-color:hsl(var(--destructive-foreground) / .1)}.border-l-aui-destructive-foreground\/100{border-left-color:hsl(var(--destructive-foreground) / 1)}.border-l-aui-destructive-foreground\/15{border-left-color:hsl(var(--destructive-foreground) / .15)}.border-l-aui-destructive-foreground\/20{border-left-color:hsl(var(--destructive-foreground) / .2)}.border-l-aui-destructive-foreground\/25{border-left-color:hsl(var(--destructive-foreground) / .25)}.border-l-aui-destructive-foreground\/30{border-left-color:hsl(var(--destructive-foreground) / .3)}.border-l-aui-destructive-foreground\/35{border-left-color:hsl(var(--destructive-foreground) / .35)}.border-l-aui-destructive-foreground\/40{border-left-color:hsl(var(--destructive-foreground) / .4)}.border-l-aui-destructive-foreground\/45{border-left-color:hsl(var(--destructive-foreground) / .45)}.border-l-aui-destructive-foreground\/5{border-left-color:hsl(var(--destructive-foreground) / .05)}.border-l-aui-destructive-foreground\/50{border-left-color:hsl(var(--destructive-foreground) / .5)}.border-l-aui-destructive-foreground\/55{border-left-color:hsl(var(--destructive-foreground) / .55)}.border-l-aui-destructive-foreground\/60{border-left-color:hsl(var(--destructive-foreground) / .6)}.border-l-aui-destructive-foreground\/65{border-left-color:hsl(var(--destructive-foreground) / .65)}.border-l-aui-destructive-foreground\/70{border-left-color:hsl(var(--destructive-foreground) / .7)}.border-l-aui-destructive-foreground\/75{border-left-color:hsl(var(--destructive-foreground) / .75)}.border-l-aui-destructive-foreground\/80{border-left-color:hsl(var(--destructive-foreground) / .8)}.border-l-aui-destructive-foreground\/85{border-left-color:hsl(var(--destructive-foreground) / .85)}.border-l-aui-destructive-foreground\/90{border-left-color:hsl(var(--destructive-foreground) / .9)}.border-l-aui-destructive-foreground\/95{border-left-color:hsl(var(--destructive-foreground) / .95)}.border-l-aui-destructive\/0{border-left-color:hsl(var(--destructive) / 0)}.border-l-aui-destructive\/10{border-left-color:hsl(var(--destructive) / .1)}.border-l-aui-destructive\/100{border-left-color:hsl(var(--destructive) / 1)}.border-l-aui-destructive\/15{border-left-color:hsl(var(--destructive) / .15)}.border-l-aui-destructive\/20{border-left-color:hsl(var(--destructive) / .2)}.border-l-aui-destructive\/25{border-left-color:hsl(var(--destructive) / .25)}.border-l-aui-destructive\/30{border-left-color:hsl(var(--destructive) / .3)}.border-l-aui-destructive\/35{border-left-color:hsl(var(--destructive) / .35)}.border-l-aui-destructive\/40{border-left-color:hsl(var(--destructive) / .4)}.border-l-aui-destructive\/45{border-left-color:hsl(var(--destructive) / .45)}.border-l-aui-destructive\/5{border-left-color:hsl(var(--destructive) / .05)}.border-l-aui-destructive\/50{border-left-color:hsl(var(--destructive) / .5)}.border-l-aui-destructive\/55{border-left-color:hsl(var(--destructive) / .55)}.border-l-aui-destructive\/60{border-left-color:hsl(var(--destructive) / .6)}.border-l-aui-destructive\/65{border-left-color:hsl(var(--destructive) / .65)}.border-l-aui-destructive\/70{border-left-color:hsl(var(--destructive) / .7)}.border-l-aui-destructive\/75{border-left-color:hsl(var(--destructive) / .75)}.border-l-aui-destructive\/80{border-left-color:hsl(var(--destructive) / .8)}.border-l-aui-destructive\/85{border-left-color:hsl(var(--destructive) / .85)}.border-l-aui-destructive\/90{border-left-color:hsl(var(--destructive) / .9)}.border-l-aui-destructive\/95{border-left-color:hsl(var(--destructive) / .95)}.border-l-aui-foreground{border-left-color:hsl(var(--foreground))}.border-l-aui-foreground\/0{border-left-color:hsl(var(--foreground) / 0)}.border-l-aui-foreground\/10{border-left-color:hsl(var(--foreground) / .1)}.border-l-aui-foreground\/100{border-left-color:hsl(var(--foreground) / 1)}.border-l-aui-foreground\/15{border-left-color:hsl(var(--foreground) / .15)}.border-l-aui-foreground\/20{border-left-color:hsl(var(--foreground) / .2)}.border-l-aui-foreground\/25{border-left-color:hsl(var(--foreground) / .25)}.border-l-aui-foreground\/30{border-left-color:hsl(var(--foreground) / .3)}.border-l-aui-foreground\/35{border-left-color:hsl(var(--foreground) / .35)}.border-l-aui-foreground\/40{border-left-color:hsl(var(--foreground) / .4)}.border-l-aui-foreground\/45{border-left-color:hsl(var(--foreground) / .45)}.border-l-aui-foreground\/5{border-left-color:hsl(var(--foreground) / .05)}.border-l-aui-foreground\/50{border-left-color:hsl(var(--foreground) / .5)}.border-l-aui-foreground\/55{border-left-color:hsl(var(--foreground) / .55)}.border-l-aui-foreground\/60{border-left-color:hsl(var(--foreground) / .6)}.border-l-aui-foreground\/65{border-left-color:hsl(var(--foreground) / .65)}.border-l-aui-foreground\/70{border-left-color:hsl(var(--foreground) / .7)}.border-l-aui-foreground\/75{border-left-color:hsl(var(--foreground) / .75)}.border-l-aui-foreground\/80{border-left-color:hsl(var(--foreground) / .8)}.border-l-aui-foreground\/85{border-left-color:hsl(var(--foreground) / .85)}.border-l-aui-foreground\/90{border-left-color:hsl(var(--foreground) / .9)}.border-l-aui-foreground\/95{border-left-color:hsl(var(--foreground) / .95)}.border-l-aui-input{border-left-color:hsl(var(--input))}.border-l-aui-input\/0{border-left-color:hsl(var(--input) / 0)}.border-l-aui-input\/10{border-left-color:hsl(var(--input) / .1)}.border-l-aui-input\/100{border-left-color:hsl(var(--input) / 1)}.border-l-aui-input\/15{border-left-color:hsl(var(--input) / .15)}.border-l-aui-input\/20{border-left-color:hsl(var(--input) / .2)}.border-l-aui-input\/25{border-left-color:hsl(var(--input) / .25)}.border-l-aui-input\/30{border-left-color:hsl(var(--input) / .3)}.border-l-aui-input\/35{border-left-color:hsl(var(--input) / .35)}.border-l-aui-input\/40{border-left-color:hsl(var(--input) / .4)}.border-l-aui-input\/45{border-left-color:hsl(var(--input) / .45)}.border-l-aui-input\/5{border-left-color:hsl(var(--input) / .05)}.border-l-aui-input\/50{border-left-color:hsl(var(--input) / .5)}.border-l-aui-input\/55{border-left-color:hsl(var(--input) / .55)}.border-l-aui-input\/60{border-left-color:hsl(var(--input) / .6)}.border-l-aui-input\/65{border-left-color:hsl(var(--input) / .65)}.border-l-aui-input\/70{border-left-color:hsl(var(--input) / .7)}.border-l-aui-input\/75{border-left-color:hsl(var(--input) / .75)}.border-l-aui-input\/80{border-left-color:hsl(var(--input) / .8)}.border-l-aui-input\/85{border-left-color:hsl(var(--input) / .85)}.border-l-aui-input\/90{border-left-color:hsl(var(--input) / .9)}.border-l-aui-input\/95{border-left-color:hsl(var(--input) / .95)}.border-l-aui-muted{border-left-color:hsl(var(--muted))}.border-l-aui-muted-foreground{border-left-color:hsl(var(--muted-foreground))}.border-l-aui-muted-foreground\/0{border-left-color:hsl(var(--muted-foreground) / 0)}.border-l-aui-muted-foreground\/10{border-left-color:hsl(var(--muted-foreground) / .1)}.border-l-aui-muted-foreground\/100{border-left-color:hsl(var(--muted-foreground) / 1)}.border-l-aui-muted-foreground\/15{border-left-color:hsl(var(--muted-foreground) / .15)}.border-l-aui-muted-foreground\/20{border-left-color:hsl(var(--muted-foreground) / .2)}.border-l-aui-muted-foreground\/25{border-left-color:hsl(var(--muted-foreground) / .25)}.border-l-aui-muted-foreground\/30{border-left-color:hsl(var(--muted-foreground) / .3)}.border-l-aui-muted-foreground\/35{border-left-color:hsl(var(--muted-foreground) / .35)}.border-l-aui-muted-foreground\/40{border-left-color:hsl(var(--muted-foreground) / .4)}.border-l-aui-muted-foreground\/45{border-left-color:hsl(var(--muted-foreground) / .45)}.border-l-aui-muted-foreground\/5{border-left-color:hsl(var(--muted-foreground) / .05)}.border-l-aui-muted-foreground\/50{border-left-color:hsl(var(--muted-foreground) / .5)}.border-l-aui-muted-foreground\/55{border-left-color:hsl(var(--muted-foreground) / .55)}.border-l-aui-muted-foreground\/60{border-left-color:hsl(var(--muted-foreground) / .6)}.border-l-aui-muted-foreground\/65{border-left-color:hsl(var(--muted-foreground) / .65)}.border-l-aui-muted-foreground\/70{border-left-color:hsl(var(--muted-foreground) / .7)}.border-l-aui-muted-foreground\/75{border-left-color:hsl(var(--muted-foreground) / .75)}.border-l-aui-muted-foreground\/80{border-left-color:hsl(var(--muted-foreground) / .8)}.border-l-aui-muted-foreground\/85{border-left-color:hsl(var(--muted-foreground) / .85)}.border-l-aui-muted-foreground\/90{border-left-color:hsl(var(--muted-foreground) / .9)}.border-l-aui-muted-foreground\/95{border-left-color:hsl(var(--muted-foreground) / .95)}.border-l-aui-muted\/0{border-left-color:hsl(var(--muted) / 0)}.border-l-aui-muted\/10{border-left-color:hsl(var(--muted) / .1)}.border-l-aui-muted\/100{border-left-color:hsl(var(--muted) / 1)}.border-l-aui-muted\/15{border-left-color:hsl(var(--muted) / .15)}.border-l-aui-muted\/20{border-left-color:hsl(var(--muted) / .2)}.border-l-aui-muted\/25{border-left-color:hsl(var(--muted) / .25)}.border-l-aui-muted\/30{border-left-color:hsl(var(--muted) / .3)}.border-l-aui-muted\/35{border-left-color:hsl(var(--muted) / .35)}.border-l-aui-muted\/40{border-left-color:hsl(var(--muted) / .4)}.border-l-aui-muted\/45{border-left-color:hsl(var(--muted) / .45)}.border-l-aui-muted\/5{border-left-color:hsl(var(--muted) / .05)}.border-l-aui-muted\/50{border-left-color:hsl(var(--muted) / .5)}.border-l-aui-muted\/55{border-left-color:hsl(var(--muted) / .55)}.border-l-aui-muted\/60{border-left-color:hsl(var(--muted) / .6)}.border-l-aui-muted\/65{border-left-color:hsl(var(--muted) / .65)}.border-l-aui-muted\/70{border-left-color:hsl(var(--muted) / .7)}.border-l-aui-muted\/75{border-left-color:hsl(var(--muted) / .75)}.border-l-aui-muted\/80{border-left-color:hsl(var(--muted) / .8)}.border-l-aui-muted\/85{border-left-color:hsl(var(--muted) / .85)}.border-l-aui-muted\/90{border-left-color:hsl(var(--muted) / .9)}.border-l-aui-muted\/95{border-left-color:hsl(var(--muted) / .95)}.border-l-aui-popover{border-left-color:hsl(var(--popover))}.border-l-aui-popover-foreground{border-left-color:hsl(var(--popover-foreground))}.border-l-aui-popover-foreground\/0{border-left-color:hsl(var(--popover-foreground) / 0)}.border-l-aui-popover-foreground\/10{border-left-color:hsl(var(--popover-foreground) / .1)}.border-l-aui-popover-foreground\/100{border-left-color:hsl(var(--popover-foreground) / 1)}.border-l-aui-popover-foreground\/15{border-left-color:hsl(var(--popover-foreground) / .15)}.border-l-aui-popover-foreground\/20{border-left-color:hsl(var(--popover-foreground) / .2)}.border-l-aui-popover-foreground\/25{border-left-color:hsl(var(--popover-foreground) / .25)}.border-l-aui-popover-foreground\/30{border-left-color:hsl(var(--popover-foreground) / .3)}.border-l-aui-popover-foreground\/35{border-left-color:hsl(var(--popover-foreground) / .35)}.border-l-aui-popover-foreground\/40{border-left-color:hsl(var(--popover-foreground) / .4)}.border-l-aui-popover-foreground\/45{border-left-color:hsl(var(--popover-foreground) / .45)}.border-l-aui-popover-foreground\/5{border-left-color:hsl(var(--popover-foreground) / .05)}.border-l-aui-popover-foreground\/50{border-left-color:hsl(var(--popover-foreground) / .5)}.border-l-aui-popover-foreground\/55{border-left-color:hsl(var(--popover-foreground) / .55)}.border-l-aui-popover-foreground\/60{border-left-color:hsl(var(--popover-foreground) / .6)}.border-l-aui-popover-foreground\/65{border-left-color:hsl(var(--popover-foreground) / .65)}.border-l-aui-popover-foreground\/70{border-left-color:hsl(var(--popover-foreground) / .7)}.border-l-aui-popover-foreground\/75{border-left-color:hsl(var(--popover-foreground) / .75)}.border-l-aui-popover-foreground\/80{border-left-color:hsl(var(--popover-foreground) / .8)}.border-l-aui-popover-foreground\/85{border-left-color:hsl(var(--popover-foreground) / .85)}.border-l-aui-popover-foreground\/90{border-left-color:hsl(var(--popover-foreground) / .9)}.border-l-aui-popover-foreground\/95{border-left-color:hsl(var(--popover-foreground) / .95)}.border-l-aui-popover\/0{border-left-color:hsl(var(--popover) / 0)}.border-l-aui-popover\/10{border-left-color:hsl(var(--popover) / .1)}.border-l-aui-popover\/100{border-left-color:hsl(var(--popover) / 1)}.border-l-aui-popover\/15{border-left-color:hsl(var(--popover) / .15)}.border-l-aui-popover\/20{border-left-color:hsl(var(--popover) / .2)}.border-l-aui-popover\/25{border-left-color:hsl(var(--popover) / .25)}.border-l-aui-popover\/30{border-left-color:hsl(var(--popover) / .3)}.border-l-aui-popover\/35{border-left-color:hsl(var(--popover) / .35)}.border-l-aui-popover\/40{border-left-color:hsl(var(--popover) / .4)}.border-l-aui-popover\/45{border-left-color:hsl(var(--popover) / .45)}.border-l-aui-popover\/5{border-left-color:hsl(var(--popover) / .05)}.border-l-aui-popover\/50{border-left-color:hsl(var(--popover) / .5)}.border-l-aui-popover\/55{border-left-color:hsl(var(--popover) / .55)}.border-l-aui-popover\/60{border-left-color:hsl(var(--popover) / .6)}.border-l-aui-popover\/65{border-left-color:hsl(var(--popover) / .65)}.border-l-aui-popover\/70{border-left-color:hsl(var(--popover) / .7)}.border-l-aui-popover\/75{border-left-color:hsl(var(--popover) / .75)}.border-l-aui-popover\/80{border-left-color:hsl(var(--popover) / .8)}.border-l-aui-popover\/85{border-left-color:hsl(var(--popover) / .85)}.border-l-aui-popover\/90{border-left-color:hsl(var(--popover) / .9)}.border-l-aui-popover\/95{border-left-color:hsl(var(--popover) / .95)}.border-l-aui-primary{border-left-color:hsl(var(--primary))}.border-l-aui-primary-foreground{border-left-color:hsl(var(--primary-foreground))}.border-l-aui-primary-foreground\/0{border-left-color:hsl(var(--primary-foreground) / 0)}.border-l-aui-primary-foreground\/10{border-left-color:hsl(var(--primary-foreground) / .1)}.border-l-aui-primary-foreground\/100{border-left-color:hsl(var(--primary-foreground) / 1)}.border-l-aui-primary-foreground\/15{border-left-color:hsl(var(--primary-foreground) / .15)}.border-l-aui-primary-foreground\/20{border-left-color:hsl(var(--primary-foreground) / .2)}.border-l-aui-primary-foreground\/25{border-left-color:hsl(var(--primary-foreground) / .25)}.border-l-aui-primary-foreground\/30{border-left-color:hsl(var(--primary-foreground) / .3)}.border-l-aui-primary-foreground\/35{border-left-color:hsl(var(--primary-foreground) / .35)}.border-l-aui-primary-foreground\/40{border-left-color:hsl(var(--primary-foreground) / .4)}.border-l-aui-primary-foreground\/45{border-left-color:hsl(var(--primary-foreground) / .45)}.border-l-aui-primary-foreground\/5{border-left-color:hsl(var(--primary-foreground) / .05)}.border-l-aui-primary-foreground\/50{border-left-color:hsl(var(--primary-foreground) / .5)}.border-l-aui-primary-foreground\/55{border-left-color:hsl(var(--primary-foreground) / .55)}.border-l-aui-primary-foreground\/60{border-left-color:hsl(var(--primary-foreground) / .6)}.border-l-aui-primary-foreground\/65{border-left-color:hsl(var(--primary-foreground) / .65)}.border-l-aui-primary-foreground\/70{border-left-color:hsl(var(--primary-foreground) / .7)}.border-l-aui-primary-foreground\/75{border-left-color:hsl(var(--primary-foreground) / .75)}.border-l-aui-primary-foreground\/80{border-left-color:hsl(var(--primary-foreground) / .8)}.border-l-aui-primary-foreground\/85{border-left-color:hsl(var(--primary-foreground) / .85)}.border-l-aui-primary-foreground\/90{border-left-color:hsl(var(--primary-foreground) / .9)}.border-l-aui-primary-foreground\/95{border-left-color:hsl(var(--primary-foreground) / .95)}.border-l-aui-primary\/0{border-left-color:hsl(var(--primary) / 0)}.border-l-aui-primary\/10{border-left-color:hsl(var(--primary) / .1)}.border-l-aui-primary\/100{border-left-color:hsl(var(--primary) / 1)}.border-l-aui-primary\/15{border-left-color:hsl(var(--primary) / .15)}.border-l-aui-primary\/20{border-left-color:hsl(var(--primary) / .2)}.border-l-aui-primary\/25{border-left-color:hsl(var(--primary) / .25)}.border-l-aui-primary\/30{border-left-color:hsl(var(--primary) / .3)}.border-l-aui-primary\/35{border-left-color:hsl(var(--primary) / .35)}.border-l-aui-primary\/40{border-left-color:hsl(var(--primary) / .4)}.border-l-aui-primary\/45{border-left-color:hsl(var(--primary) / .45)}.border-l-aui-primary\/5{border-left-color:hsl(var(--primary) / .05)}.border-l-aui-primary\/50{border-left-color:hsl(var(--primary) / .5)}.border-l-aui-primary\/55{border-left-color:hsl(var(--primary) / .55)}.border-l-aui-primary\/60{border-left-color:hsl(var(--primary) / .6)}.border-l-aui-primary\/65{border-left-color:hsl(var(--primary) / .65)}.border-l-aui-primary\/70{border-left-color:hsl(var(--primary) / .7)}.border-l-aui-primary\/75{border-left-color:hsl(var(--primary) / .75)}.border-l-aui-primary\/80{border-left-color:hsl(var(--primary) / .8)}.border-l-aui-primary\/85{border-left-color:hsl(var(--primary) / .85)}.border-l-aui-primary\/90{border-left-color:hsl(var(--primary) / .9)}.border-l-aui-primary\/95{border-left-color:hsl(var(--primary) / .95)}.border-l-aui-ring{border-left-color:hsl(var(--ring))}.border-l-aui-ring\/0{border-left-color:hsl(var(--ring) / 0)}.border-l-aui-ring\/10{border-left-color:hsl(var(--ring) / .1)}.border-l-aui-ring\/100{border-left-color:hsl(var(--ring) / 1)}.border-l-aui-ring\/15{border-left-color:hsl(var(--ring) / .15)}.border-l-aui-ring\/20{border-left-color:hsl(var(--ring) / .2)}.border-l-aui-ring\/25{border-left-color:hsl(var(--ring) / .25)}.border-l-aui-ring\/30{border-left-color:hsl(var(--ring) / .3)}.border-l-aui-ring\/35{border-left-color:hsl(var(--ring) / .35)}.border-l-aui-ring\/40{border-left-color:hsl(var(--ring) / .4)}.border-l-aui-ring\/45{border-left-color:hsl(var(--ring) / .45)}.border-l-aui-ring\/5{border-left-color:hsl(var(--ring) / .05)}.border-l-aui-ring\/50{border-left-color:hsl(var(--ring) / .5)}.border-l-aui-ring\/55{border-left-color:hsl(var(--ring) / .55)}.border-l-aui-ring\/60{border-left-color:hsl(var(--ring) / .6)}.border-l-aui-ring\/65{border-left-color:hsl(var(--ring) / .65)}.border-l-aui-ring\/70{border-left-color:hsl(var(--ring) / .7)}.border-l-aui-ring\/75{border-left-color:hsl(var(--ring) / .75)}.border-l-aui-ring\/80{border-left-color:hsl(var(--ring) / .8)}.border-l-aui-ring\/85{border-left-color:hsl(var(--ring) / .85)}.border-l-aui-ring\/90{border-left-color:hsl(var(--ring) / .9)}.border-l-aui-ring\/95{border-left-color:hsl(var(--ring) / .95)}.border-l-aui-secondary{border-left-color:hsl(var(--secondary))}.border-l-aui-secondary-foreground{border-left-color:hsl(var(--secondary-foreground))}.border-l-aui-secondary-foreground\/0{border-left-color:hsl(var(--secondary-foreground) / 0)}.border-l-aui-secondary-foreground\/10{border-left-color:hsl(var(--secondary-foreground) / .1)}.border-l-aui-secondary-foreground\/100{border-left-color:hsl(var(--secondary-foreground) / 1)}.border-l-aui-secondary-foreground\/15{border-left-color:hsl(var(--secondary-foreground) / .15)}.border-l-aui-secondary-foreground\/20{border-left-color:hsl(var(--secondary-foreground) / .2)}.border-l-aui-secondary-foreground\/25{border-left-color:hsl(var(--secondary-foreground) / .25)}.border-l-aui-secondary-foreground\/30{border-left-color:hsl(var(--secondary-foreground) / .3)}.border-l-aui-secondary-foreground\/35{border-left-color:hsl(var(--secondary-foreground) / .35)}.border-l-aui-secondary-foreground\/40{border-left-color:hsl(var(--secondary-foreground) / .4)}.border-l-aui-secondary-foreground\/45{border-left-color:hsl(var(--secondary-foreground) / .45)}.border-l-aui-secondary-foreground\/5{border-left-color:hsl(var(--secondary-foreground) / .05)}.border-l-aui-secondary-foreground\/50{border-left-color:hsl(var(--secondary-foreground) / .5)}.border-l-aui-secondary-foreground\/55{border-left-color:hsl(var(--secondary-foreground) / .55)}.border-l-aui-secondary-foreground\/60{border-left-color:hsl(var(--secondary-foreground) / .6)}.border-l-aui-secondary-foreground\/65{border-left-color:hsl(var(--secondary-foreground) / .65)}.border-l-aui-secondary-foreground\/70{border-left-color:hsl(var(--secondary-foreground) / .7)}.border-l-aui-secondary-foreground\/75{border-left-color:hsl(var(--secondary-foreground) / .75)}.border-l-aui-secondary-foreground\/80{border-left-color:hsl(var(--secondary-foreground) / .8)}.border-l-aui-secondary-foreground\/85{border-left-color:hsl(var(--secondary-foreground) / .85)}.border-l-aui-secondary-foreground\/90{border-left-color:hsl(var(--secondary-foreground) / .9)}.border-l-aui-secondary-foreground\/95{border-left-color:hsl(var(--secondary-foreground) / .95)}.border-l-aui-secondary\/0{border-left-color:hsl(var(--secondary) / 0)}.border-l-aui-secondary\/10{border-left-color:hsl(var(--secondary) / .1)}.border-l-aui-secondary\/100{border-left-color:hsl(var(--secondary) / 1)}.border-l-aui-secondary\/15{border-left-color:hsl(var(--secondary) / .15)}.border-l-aui-secondary\/20{border-left-color:hsl(var(--secondary) / .2)}.border-l-aui-secondary\/25{border-left-color:hsl(var(--secondary) / .25)}.border-l-aui-secondary\/30{border-left-color:hsl(var(--secondary) / .3)}.border-l-aui-secondary\/35{border-left-color:hsl(var(--secondary) / .35)}.border-l-aui-secondary\/40{border-left-color:hsl(var(--secondary) / .4)}.border-l-aui-secondary\/45{border-left-color:hsl(var(--secondary) / .45)}.border-l-aui-secondary\/5{border-left-color:hsl(var(--secondary) / .05)}.border-l-aui-secondary\/50{border-left-color:hsl(var(--secondary) / .5)}.border-l-aui-secondary\/55{border-left-color:hsl(var(--secondary) / .55)}.border-l-aui-secondary\/60{border-left-color:hsl(var(--secondary) / .6)}.border-l-aui-secondary\/65{border-left-color:hsl(var(--secondary) / .65)}.border-l-aui-secondary\/70{border-left-color:hsl(var(--secondary) / .7)}.border-l-aui-secondary\/75{border-left-color:hsl(var(--secondary) / .75)}.border-l-aui-secondary\/80{border-left-color:hsl(var(--secondary) / .8)}.border-l-aui-secondary\/85{border-left-color:hsl(var(--secondary) / .85)}.border-l-aui-secondary\/90{border-left-color:hsl(var(--secondary) / .9)}.border-l-aui-secondary\/95{border-left-color:hsl(var(--secondary) / .95)}.border-l-transparent{border-left-color:transparent}.border-r-aui-accent{border-right-color:hsl(var(--accent))}.border-r-aui-accent-foreground{border-right-color:hsl(var(--accent-foreground))}.border-r-aui-accent-foreground\/0{border-right-color:hsl(var(--accent-foreground) / 0)}.border-r-aui-accent-foreground\/10{border-right-color:hsl(var(--accent-foreground) / .1)}.border-r-aui-accent-foreground\/100{border-right-color:hsl(var(--accent-foreground) / 1)}.border-r-aui-accent-foreground\/15{border-right-color:hsl(var(--accent-foreground) / .15)}.border-r-aui-accent-foreground\/20{border-right-color:hsl(var(--accent-foreground) / .2)}.border-r-aui-accent-foreground\/25{border-right-color:hsl(var(--accent-foreground) / .25)}.border-r-aui-accent-foreground\/30{border-right-color:hsl(var(--accent-foreground) / .3)}.border-r-aui-accent-foreground\/35{border-right-color:hsl(var(--accent-foreground) / .35)}.border-r-aui-accent-foreground\/40{border-right-color:hsl(var(--accent-foreground) / .4)}.border-r-aui-accent-foreground\/45{border-right-color:hsl(var(--accent-foreground) / .45)}.border-r-aui-accent-foreground\/5{border-right-color:hsl(var(--accent-foreground) / .05)}.border-r-aui-accent-foreground\/50{border-right-color:hsl(var(--accent-foreground) / .5)}.border-r-aui-accent-foreground\/55{border-right-color:hsl(var(--accent-foreground) / .55)}.border-r-aui-accent-foreground\/60{border-right-color:hsl(var(--accent-foreground) / .6)}.border-r-aui-accent-foreground\/65{border-right-color:hsl(var(--accent-foreground) / .65)}.border-r-aui-accent-foreground\/70{border-right-color:hsl(var(--accent-foreground) / .7)}.border-r-aui-accent-foreground\/75{border-right-color:hsl(var(--accent-foreground) / .75)}.border-r-aui-accent-foreground\/80{border-right-color:hsl(var(--accent-foreground) / .8)}.border-r-aui-accent-foreground\/85{border-right-color:hsl(var(--accent-foreground) / .85)}.border-r-aui-accent-foreground\/90{border-right-color:hsl(var(--accent-foreground) / .9)}.border-r-aui-accent-foreground\/95{border-right-color:hsl(var(--accent-foreground) / .95)}.border-r-aui-accent\/0{border-right-color:hsl(var(--accent) / 0)}.border-r-aui-accent\/10{border-right-color:hsl(var(--accent) / .1)}.border-r-aui-accent\/100{border-right-color:hsl(var(--accent) / 1)}.border-r-aui-accent\/15{border-right-color:hsl(var(--accent) / .15)}.border-r-aui-accent\/20{border-right-color:hsl(var(--accent) / .2)}.border-r-aui-accent\/25{border-right-color:hsl(var(--accent) / .25)}.border-r-aui-accent\/30{border-right-color:hsl(var(--accent) / .3)}.border-r-aui-accent\/35{border-right-color:hsl(var(--accent) / .35)}.border-r-aui-accent\/40{border-right-color:hsl(var(--accent) / .4)}.border-r-aui-accent\/45{border-right-color:hsl(var(--accent) / .45)}.border-r-aui-accent\/5{border-right-color:hsl(var(--accent) / .05)}.border-r-aui-accent\/50{border-right-color:hsl(var(--accent) / .5)}.border-r-aui-accent\/55{border-right-color:hsl(var(--accent) / .55)}.border-r-aui-accent\/60{border-right-color:hsl(var(--accent) / .6)}.border-r-aui-accent\/65{border-right-color:hsl(var(--accent) / .65)}.border-r-aui-accent\/70{border-right-color:hsl(var(--accent) / .7)}.border-r-aui-accent\/75{border-right-color:hsl(var(--accent) / .75)}.border-r-aui-accent\/80{border-right-color:hsl(var(--accent) / .8)}.border-r-aui-accent\/85{border-right-color:hsl(var(--accent) / .85)}.border-r-aui-accent\/90{border-right-color:hsl(var(--accent) / .9)}.border-r-aui-accent\/95{border-right-color:hsl(var(--accent) / .95)}.border-r-aui-background{border-right-color:hsl(var(--background))}.border-r-aui-background\/0{border-right-color:hsl(var(--background) / 0)}.border-r-aui-background\/10{border-right-color:hsl(var(--background) / .1)}.border-r-aui-background\/100{border-right-color:hsl(var(--background) / 1)}.border-r-aui-background\/15{border-right-color:hsl(var(--background) / .15)}.border-r-aui-background\/20{border-right-color:hsl(var(--background) / .2)}.border-r-aui-background\/25{border-right-color:hsl(var(--background) / .25)}.border-r-aui-background\/30{border-right-color:hsl(var(--background) / .3)}.border-r-aui-background\/35{border-right-color:hsl(var(--background) / .35)}.border-r-aui-background\/40{border-right-color:hsl(var(--background) / .4)}.border-r-aui-background\/45{border-right-color:hsl(var(--background) / .45)}.border-r-aui-background\/5{border-right-color:hsl(var(--background) / .05)}.border-r-aui-background\/50{border-right-color:hsl(var(--background) / .5)}.border-r-aui-background\/55{border-right-color:hsl(var(--background) / .55)}.border-r-aui-background\/60{border-right-color:hsl(var(--background) / .6)}.border-r-aui-background\/65{border-right-color:hsl(var(--background) / .65)}.border-r-aui-background\/70{border-right-color:hsl(var(--background) / .7)}.border-r-aui-background\/75{border-right-color:hsl(var(--background) / .75)}.border-r-aui-background\/80{border-right-color:hsl(var(--background) / .8)}.border-r-aui-background\/85{border-right-color:hsl(var(--background) / .85)}.border-r-aui-background\/90{border-right-color:hsl(var(--background) / .9)}.border-r-aui-background\/95{border-right-color:hsl(var(--background) / .95)}.border-r-aui-border{border-right-color:hsl(var(--border))}.border-r-aui-border\/0{border-right-color:hsl(var(--border) / 0)}.border-r-aui-border\/10{border-right-color:hsl(var(--border) / .1)}.border-r-aui-border\/100{border-right-color:hsl(var(--border) / 1)}.border-r-aui-border\/15{border-right-color:hsl(var(--border) / .15)}.border-r-aui-border\/20{border-right-color:hsl(var(--border) / .2)}.border-r-aui-border\/25{border-right-color:hsl(var(--border) / .25)}.border-r-aui-border\/30{border-right-color:hsl(var(--border) / .3)}.border-r-aui-border\/35{border-right-color:hsl(var(--border) / .35)}.border-r-aui-border\/40{border-right-color:hsl(var(--border) / .4)}.border-r-aui-border\/45{border-right-color:hsl(var(--border) / .45)}.border-r-aui-border\/5{border-right-color:hsl(var(--border) / .05)}.border-r-aui-border\/50{border-right-color:hsl(var(--border) / .5)}.border-r-aui-border\/55{border-right-color:hsl(var(--border) / .55)}.border-r-aui-border\/60{border-right-color:hsl(var(--border) / .6)}.border-r-aui-border\/65{border-right-color:hsl(var(--border) / .65)}.border-r-aui-border\/70{border-right-color:hsl(var(--border) / .7)}.border-r-aui-border\/75{border-right-color:hsl(var(--border) / .75)}.border-r-aui-border\/80{border-right-color:hsl(var(--border) / .8)}.border-r-aui-border\/85{border-right-color:hsl(var(--border) / .85)}.border-r-aui-border\/90{border-right-color:hsl(var(--border) / .9)}.border-r-aui-border\/95{border-right-color:hsl(var(--border) / .95)}.border-r-aui-card{border-right-color:hsl(var(--card))}.border-r-aui-card-foreground{border-right-color:hsl(var(--card-foreground))}.border-r-aui-card-foreground\/0{border-right-color:hsl(var(--card-foreground) / 0)}.border-r-aui-card-foreground\/10{border-right-color:hsl(var(--card-foreground) / .1)}.border-r-aui-card-foreground\/100{border-right-color:hsl(var(--card-foreground) / 1)}.border-r-aui-card-foreground\/15{border-right-color:hsl(var(--card-foreground) / .15)}.border-r-aui-card-foreground\/20{border-right-color:hsl(var(--card-foreground) / .2)}.border-r-aui-card-foreground\/25{border-right-color:hsl(var(--card-foreground) / .25)}.border-r-aui-card-foreground\/30{border-right-color:hsl(var(--card-foreground) / .3)}.border-r-aui-card-foreground\/35{border-right-color:hsl(var(--card-foreground) / .35)}.border-r-aui-card-foreground\/40{border-right-color:hsl(var(--card-foreground) / .4)}.border-r-aui-card-foreground\/45{border-right-color:hsl(var(--card-foreground) / .45)}.border-r-aui-card-foreground\/5{border-right-color:hsl(var(--card-foreground) / .05)}.border-r-aui-card-foreground\/50{border-right-color:hsl(var(--card-foreground) / .5)}.border-r-aui-card-foreground\/55{border-right-color:hsl(var(--card-foreground) / .55)}.border-r-aui-card-foreground\/60{border-right-color:hsl(var(--card-foreground) / .6)}.border-r-aui-card-foreground\/65{border-right-color:hsl(var(--card-foreground) / .65)}.border-r-aui-card-foreground\/70{border-right-color:hsl(var(--card-foreground) / .7)}.border-r-aui-card-foreground\/75{border-right-color:hsl(var(--card-foreground) / .75)}.border-r-aui-card-foreground\/80{border-right-color:hsl(var(--card-foreground) / .8)}.border-r-aui-card-foreground\/85{border-right-color:hsl(var(--card-foreground) / .85)}.border-r-aui-card-foreground\/90{border-right-color:hsl(var(--card-foreground) / .9)}.border-r-aui-card-foreground\/95{border-right-color:hsl(var(--card-foreground) / .95)}.border-r-aui-card\/0{border-right-color:hsl(var(--card) / 0)}.border-r-aui-card\/10{border-right-color:hsl(var(--card) / .1)}.border-r-aui-card\/100{border-right-color:hsl(var(--card) / 1)}.border-r-aui-card\/15{border-right-color:hsl(var(--card) / .15)}.border-r-aui-card\/20{border-right-color:hsl(var(--card) / .2)}.border-r-aui-card\/25{border-right-color:hsl(var(--card) / .25)}.border-r-aui-card\/30{border-right-color:hsl(var(--card) / .3)}.border-r-aui-card\/35{border-right-color:hsl(var(--card) / .35)}.border-r-aui-card\/40{border-right-color:hsl(var(--card) / .4)}.border-r-aui-card\/45{border-right-color:hsl(var(--card) / .45)}.border-r-aui-card\/5{border-right-color:hsl(var(--card) / .05)}.border-r-aui-card\/50{border-right-color:hsl(var(--card) / .5)}.border-r-aui-card\/55{border-right-color:hsl(var(--card) / .55)}.border-r-aui-card\/60{border-right-color:hsl(var(--card) / .6)}.border-r-aui-card\/65{border-right-color:hsl(var(--card) / .65)}.border-r-aui-card\/70{border-right-color:hsl(var(--card) / .7)}.border-r-aui-card\/75{border-right-color:hsl(var(--card) / .75)}.border-r-aui-card\/80{border-right-color:hsl(var(--card) / .8)}.border-r-aui-card\/85{border-right-color:hsl(var(--card) / .85)}.border-r-aui-card\/90{border-right-color:hsl(var(--card) / .9)}.border-r-aui-card\/95{border-right-color:hsl(var(--card) / .95)}.border-r-aui-destructive{border-right-color:hsl(var(--destructive))}.border-r-aui-destructive-foreground{border-right-color:hsl(var(--destructive-foreground))}.border-r-aui-destructive-foreground\/0{border-right-color:hsl(var(--destructive-foreground) / 0)}.border-r-aui-destructive-foreground\/10{border-right-color:hsl(var(--destructive-foreground) / .1)}.border-r-aui-destructive-foreground\/100{border-right-color:hsl(var(--destructive-foreground) / 1)}.border-r-aui-destructive-foreground\/15{border-right-color:hsl(var(--destructive-foreground) / .15)}.border-r-aui-destructive-foreground\/20{border-right-color:hsl(var(--destructive-foreground) / .2)}.border-r-aui-destructive-foreground\/25{border-right-color:hsl(var(--destructive-foreground) / .25)}.border-r-aui-destructive-foreground\/30{border-right-color:hsl(var(--destructive-foreground) / .3)}.border-r-aui-destructive-foreground\/35{border-right-color:hsl(var(--destructive-foreground) / .35)}.border-r-aui-destructive-foreground\/40{border-right-color:hsl(var(--destructive-foreground) / .4)}.border-r-aui-destructive-foreground\/45{border-right-color:hsl(var(--destructive-foreground) / .45)}.border-r-aui-destructive-foreground\/5{border-right-color:hsl(var(--destructive-foreground) / .05)}.border-r-aui-destructive-foreground\/50{border-right-color:hsl(var(--destructive-foreground) / .5)}.border-r-aui-destructive-foreground\/55{border-right-color:hsl(var(--destructive-foreground) / .55)}.border-r-aui-destructive-foreground\/60{border-right-color:hsl(var(--destructive-foreground) / .6)}.border-r-aui-destructive-foreground\/65{border-right-color:hsl(var(--destructive-foreground) / .65)}.border-r-aui-destructive-foreground\/70{border-right-color:hsl(var(--destructive-foreground) / .7)}.border-r-aui-destructive-foreground\/75{border-right-color:hsl(var(--destructive-foreground) / .75)}.border-r-aui-destructive-foreground\/80{border-right-color:hsl(var(--destructive-foreground) / .8)}.border-r-aui-destructive-foreground\/85{border-right-color:hsl(var(--destructive-foreground) / .85)}.border-r-aui-destructive-foreground\/90{border-right-color:hsl(var(--destructive-foreground) / .9)}.border-r-aui-destructive-foreground\/95{border-right-color:hsl(var(--destructive-foreground) / .95)}.border-r-aui-destructive\/0{border-right-color:hsl(var(--destructive) / 0)}.border-r-aui-destructive\/10{border-right-color:hsl(var(--destructive) / .1)}.border-r-aui-destructive\/100{border-right-color:hsl(var(--destructive) / 1)}.border-r-aui-destructive\/15{border-right-color:hsl(var(--destructive) / .15)}.border-r-aui-destructive\/20{border-right-color:hsl(var(--destructive) / .2)}.border-r-aui-destructive\/25{border-right-color:hsl(var(--destructive) / .25)}.border-r-aui-destructive\/30{border-right-color:hsl(var(--destructive) / .3)}.border-r-aui-destructive\/35{border-right-color:hsl(var(--destructive) / .35)}.border-r-aui-destructive\/40{border-right-color:hsl(var(--destructive) / .4)}.border-r-aui-destructive\/45{border-right-color:hsl(var(--destructive) / .45)}.border-r-aui-destructive\/5{border-right-color:hsl(var(--destructive) / .05)}.border-r-aui-destructive\/50{border-right-color:hsl(var(--destructive) / .5)}.border-r-aui-destructive\/55{border-right-color:hsl(var(--destructive) / .55)}.border-r-aui-destructive\/60{border-right-color:hsl(var(--destructive) / .6)}.border-r-aui-destructive\/65{border-right-color:hsl(var(--destructive) / .65)}.border-r-aui-destructive\/70{border-right-color:hsl(var(--destructive) / .7)}.border-r-aui-destructive\/75{border-right-color:hsl(var(--destructive) / .75)}.border-r-aui-destructive\/80{border-right-color:hsl(var(--destructive) / .8)}.border-r-aui-destructive\/85{border-right-color:hsl(var(--destructive) / .85)}.border-r-aui-destructive\/90{border-right-color:hsl(var(--destructive) / .9)}.border-r-aui-destructive\/95{border-right-color:hsl(var(--destructive) / .95)}.border-r-aui-foreground{border-right-color:hsl(var(--foreground))}.border-r-aui-foreground\/0{border-right-color:hsl(var(--foreground) / 0)}.border-r-aui-foreground\/10{border-right-color:hsl(var(--foreground) / .1)}.border-r-aui-foreground\/100{border-right-color:hsl(var(--foreground) / 1)}.border-r-aui-foreground\/15{border-right-color:hsl(var(--foreground) / .15)}.border-r-aui-foreground\/20{border-right-color:hsl(var(--foreground) / .2)}.border-r-aui-foreground\/25{border-right-color:hsl(var(--foreground) / .25)}.border-r-aui-foreground\/30{border-right-color:hsl(var(--foreground) / .3)}.border-r-aui-foreground\/35{border-right-color:hsl(var(--foreground) / .35)}.border-r-aui-foreground\/40{border-right-color:hsl(var(--foreground) / .4)}.border-r-aui-foreground\/45{border-right-color:hsl(var(--foreground) / .45)}.border-r-aui-foreground\/5{border-right-color:hsl(var(--foreground) / .05)}.border-r-aui-foreground\/50{border-right-color:hsl(var(--foreground) / .5)}.border-r-aui-foreground\/55{border-right-color:hsl(var(--foreground) / .55)}.border-r-aui-foreground\/60{border-right-color:hsl(var(--foreground) / .6)}.border-r-aui-foreground\/65{border-right-color:hsl(var(--foreground) / .65)}.border-r-aui-foreground\/70{border-right-color:hsl(var(--foreground) / .7)}.border-r-aui-foreground\/75{border-right-color:hsl(var(--foreground) / .75)}.border-r-aui-foreground\/80{border-right-color:hsl(var(--foreground) / .8)}.border-r-aui-foreground\/85{border-right-color:hsl(var(--foreground) / .85)}.border-r-aui-foreground\/90{border-right-color:hsl(var(--foreground) / .9)}.border-r-aui-foreground\/95{border-right-color:hsl(var(--foreground) / .95)}.border-r-aui-input{border-right-color:hsl(var(--input))}.border-r-aui-input\/0{border-right-color:hsl(var(--input) / 0)}.border-r-aui-input\/10{border-right-color:hsl(var(--input) / .1)}.border-r-aui-input\/100{border-right-color:hsl(var(--input) / 1)}.border-r-aui-input\/15{border-right-color:hsl(var(--input) / .15)}.border-r-aui-input\/20{border-right-color:hsl(var(--input) / .2)}.border-r-aui-input\/25{border-right-color:hsl(var(--input) / .25)}.border-r-aui-input\/30{border-right-color:hsl(var(--input) / .3)}.border-r-aui-input\/35{border-right-color:hsl(var(--input) / .35)}.border-r-aui-input\/40{border-right-color:hsl(var(--input) / .4)}.border-r-aui-input\/45{border-right-color:hsl(var(--input) / .45)}.border-r-aui-input\/5{border-right-color:hsl(var(--input) / .05)}.border-r-aui-input\/50{border-right-color:hsl(var(--input) / .5)}.border-r-aui-input\/55{border-right-color:hsl(var(--input) / .55)}.border-r-aui-input\/60{border-right-color:hsl(var(--input) / .6)}.border-r-aui-input\/65{border-right-color:hsl(var(--input) / .65)}.border-r-aui-input\/70{border-right-color:hsl(var(--input) / .7)}.border-r-aui-input\/75{border-right-color:hsl(var(--input) / .75)}.border-r-aui-input\/80{border-right-color:hsl(var(--input) / .8)}.border-r-aui-input\/85{border-right-color:hsl(var(--input) / .85)}.border-r-aui-input\/90{border-right-color:hsl(var(--input) / .9)}.border-r-aui-input\/95{border-right-color:hsl(var(--input) / .95)}.border-r-aui-muted{border-right-color:hsl(var(--muted))}.border-r-aui-muted-foreground{border-right-color:hsl(var(--muted-foreground))}.border-r-aui-muted-foreground\/0{border-right-color:hsl(var(--muted-foreground) / 0)}.border-r-aui-muted-foreground\/10{border-right-color:hsl(var(--muted-foreground) / .1)}.border-r-aui-muted-foreground\/100{border-right-color:hsl(var(--muted-foreground) / 1)}.border-r-aui-muted-foreground\/15{border-right-color:hsl(var(--muted-foreground) / .15)}.border-r-aui-muted-foreground\/20{border-right-color:hsl(var(--muted-foreground) / .2)}.border-r-aui-muted-foreground\/25{border-right-color:hsl(var(--muted-foreground) / .25)}.border-r-aui-muted-foreground\/30{border-right-color:hsl(var(--muted-foreground) / .3)}.border-r-aui-muted-foreground\/35{border-right-color:hsl(var(--muted-foreground) / .35)}.border-r-aui-muted-foreground\/40{border-right-color:hsl(var(--muted-foreground) / .4)}.border-r-aui-muted-foreground\/45{border-right-color:hsl(var(--muted-foreground) / .45)}.border-r-aui-muted-foreground\/5{border-right-color:hsl(var(--muted-foreground) / .05)}.border-r-aui-muted-foreground\/50{border-right-color:hsl(var(--muted-foreground) / .5)}.border-r-aui-muted-foreground\/55{border-right-color:hsl(var(--muted-foreground) / .55)}.border-r-aui-muted-foreground\/60{border-right-color:hsl(var(--muted-foreground) / .6)}.border-r-aui-muted-foreground\/65{border-right-color:hsl(var(--muted-foreground) / .65)}.border-r-aui-muted-foreground\/70{border-right-color:hsl(var(--muted-foreground) / .7)}.border-r-aui-muted-foreground\/75{border-right-color:hsl(var(--muted-foreground) / .75)}.border-r-aui-muted-foreground\/80{border-right-color:hsl(var(--muted-foreground) / .8)}.border-r-aui-muted-foreground\/85{border-right-color:hsl(var(--muted-foreground) / .85)}.border-r-aui-muted-foreground\/90{border-right-color:hsl(var(--muted-foreground) / .9)}.border-r-aui-muted-foreground\/95{border-right-color:hsl(var(--muted-foreground) / .95)}.border-r-aui-muted\/0{border-right-color:hsl(var(--muted) / 0)}.border-r-aui-muted\/10{border-right-color:hsl(var(--muted) / .1)}.border-r-aui-muted\/100{border-right-color:hsl(var(--muted) / 1)}.border-r-aui-muted\/15{border-right-color:hsl(var(--muted) / .15)}.border-r-aui-muted\/20{border-right-color:hsl(var(--muted) / .2)}.border-r-aui-muted\/25{border-right-color:hsl(var(--muted) / .25)}.border-r-aui-muted\/30{border-right-color:hsl(var(--muted) / .3)}.border-r-aui-muted\/35{border-right-color:hsl(var(--muted) / .35)}.border-r-aui-muted\/40{border-right-color:hsl(var(--muted) / .4)}.border-r-aui-muted\/45{border-right-color:hsl(var(--muted) / .45)}.border-r-aui-muted\/5{border-right-color:hsl(var(--muted) / .05)}.border-r-aui-muted\/50{border-right-color:hsl(var(--muted) / .5)}.border-r-aui-muted\/55{border-right-color:hsl(var(--muted) / .55)}.border-r-aui-muted\/60{border-right-color:hsl(var(--muted) / .6)}.border-r-aui-muted\/65{border-right-color:hsl(var(--muted) / .65)}.border-r-aui-muted\/70{border-right-color:hsl(var(--muted) / .7)}.border-r-aui-muted\/75{border-right-color:hsl(var(--muted) / .75)}.border-r-aui-muted\/80{border-right-color:hsl(var(--muted) / .8)}.border-r-aui-muted\/85{border-right-color:hsl(var(--muted) / .85)}.border-r-aui-muted\/90{border-right-color:hsl(var(--muted) / .9)}.border-r-aui-muted\/95{border-right-color:hsl(var(--muted) / .95)}.border-r-aui-popover{border-right-color:hsl(var(--popover))}.border-r-aui-popover-foreground{border-right-color:hsl(var(--popover-foreground))}.border-r-aui-popover-foreground\/0{border-right-color:hsl(var(--popover-foreground) / 0)}.border-r-aui-popover-foreground\/10{border-right-color:hsl(var(--popover-foreground) / .1)}.border-r-aui-popover-foreground\/100{border-right-color:hsl(var(--popover-foreground) / 1)}.border-r-aui-popover-foreground\/15{border-right-color:hsl(var(--popover-foreground) / .15)}.border-r-aui-popover-foreground\/20{border-right-color:hsl(var(--popover-foreground) / .2)}.border-r-aui-popover-foreground\/25{border-right-color:hsl(var(--popover-foreground) / .25)}.border-r-aui-popover-foreground\/30{border-right-color:hsl(var(--popover-foreground) / .3)}.border-r-aui-popover-foreground\/35{border-right-color:hsl(var(--popover-foreground) / .35)}.border-r-aui-popover-foreground\/40{border-right-color:hsl(var(--popover-foreground) / .4)}.border-r-aui-popover-foreground\/45{border-right-color:hsl(var(--popover-foreground) / .45)}.border-r-aui-popover-foreground\/5{border-right-color:hsl(var(--popover-foreground) / .05)}.border-r-aui-popover-foreground\/50{border-right-color:hsl(var(--popover-foreground) / .5)}.border-r-aui-popover-foreground\/55{border-right-color:hsl(var(--popover-foreground) / .55)}.border-r-aui-popover-foreground\/60{border-right-color:hsl(var(--popover-foreground) / .6)}.border-r-aui-popover-foreground\/65{border-right-color:hsl(var(--popover-foreground) / .65)}.border-r-aui-popover-foreground\/70{border-right-color:hsl(var(--popover-foreground) / .7)}.border-r-aui-popover-foreground\/75{border-right-color:hsl(var(--popover-foreground) / .75)}.border-r-aui-popover-foreground\/80{border-right-color:hsl(var(--popover-foreground) / .8)}.border-r-aui-popover-foreground\/85{border-right-color:hsl(var(--popover-foreground) / .85)}.border-r-aui-popover-foreground\/90{border-right-color:hsl(var(--popover-foreground) / .9)}.border-r-aui-popover-foreground\/95{border-right-color:hsl(var(--popover-foreground) / .95)}.border-r-aui-popover\/0{border-right-color:hsl(var(--popover) / 0)}.border-r-aui-popover\/10{border-right-color:hsl(var(--popover) / .1)}.border-r-aui-popover\/100{border-right-color:hsl(var(--popover) / 1)}.border-r-aui-popover\/15{border-right-color:hsl(var(--popover) / .15)}.border-r-aui-popover\/20{border-right-color:hsl(var(--popover) / .2)}.border-r-aui-popover\/25{border-right-color:hsl(var(--popover) / .25)}.border-r-aui-popover\/30{border-right-color:hsl(var(--popover) / .3)}.border-r-aui-popover\/35{border-right-color:hsl(var(--popover) / .35)}.border-r-aui-popover\/40{border-right-color:hsl(var(--popover) / .4)}.border-r-aui-popover\/45{border-right-color:hsl(var(--popover) / .45)}.border-r-aui-popover\/5{border-right-color:hsl(var(--popover) / .05)}.border-r-aui-popover\/50{border-right-color:hsl(var(--popover) / .5)}.border-r-aui-popover\/55{border-right-color:hsl(var(--popover) / .55)}.border-r-aui-popover\/60{border-right-color:hsl(var(--popover) / .6)}.border-r-aui-popover\/65{border-right-color:hsl(var(--popover) / .65)}.border-r-aui-popover\/70{border-right-color:hsl(var(--popover) / .7)}.border-r-aui-popover\/75{border-right-color:hsl(var(--popover) / .75)}.border-r-aui-popover\/80{border-right-color:hsl(var(--popover) / .8)}.border-r-aui-popover\/85{border-right-color:hsl(var(--popover) / .85)}.border-r-aui-popover\/90{border-right-color:hsl(var(--popover) / .9)}.border-r-aui-popover\/95{border-right-color:hsl(var(--popover) / .95)}.border-r-aui-primary{border-right-color:hsl(var(--primary))}.border-r-aui-primary-foreground{border-right-color:hsl(var(--primary-foreground))}.border-r-aui-primary-foreground\/0{border-right-color:hsl(var(--primary-foreground) / 0)}.border-r-aui-primary-foreground\/10{border-right-color:hsl(var(--primary-foreground) / .1)}.border-r-aui-primary-foreground\/100{border-right-color:hsl(var(--primary-foreground) / 1)}.border-r-aui-primary-foreground\/15{border-right-color:hsl(var(--primary-foreground) / .15)}.border-r-aui-primary-foreground\/20{border-right-color:hsl(var(--primary-foreground) / .2)}.border-r-aui-primary-foreground\/25{border-right-color:hsl(var(--primary-foreground) / .25)}.border-r-aui-primary-foreground\/30{border-right-color:hsl(var(--primary-foreground) / .3)}.border-r-aui-primary-foreground\/35{border-right-color:hsl(var(--primary-foreground) / .35)}.border-r-aui-primary-foreground\/40{border-right-color:hsl(var(--primary-foreground) / .4)}.border-r-aui-primary-foreground\/45{border-right-color:hsl(var(--primary-foreground) / .45)}.border-r-aui-primary-foreground\/5{border-right-color:hsl(var(--primary-foreground) / .05)}.border-r-aui-primary-foreground\/50{border-right-color:hsl(var(--primary-foreground) / .5)}.border-r-aui-primary-foreground\/55{border-right-color:hsl(var(--primary-foreground) / .55)}.border-r-aui-primary-foreground\/60{border-right-color:hsl(var(--primary-foreground) / .6)}.border-r-aui-primary-foreground\/65{border-right-color:hsl(var(--primary-foreground) / .65)}.border-r-aui-primary-foreground\/70{border-right-color:hsl(var(--primary-foreground) / .7)}.border-r-aui-primary-foreground\/75{border-right-color:hsl(var(--primary-foreground) / .75)}.border-r-aui-primary-foreground\/80{border-right-color:hsl(var(--primary-foreground) / .8)}.border-r-aui-primary-foreground\/85{border-right-color:hsl(var(--primary-foreground) / .85)}.border-r-aui-primary-foreground\/90{border-right-color:hsl(var(--primary-foreground) / .9)}.border-r-aui-primary-foreground\/95{border-right-color:hsl(var(--primary-foreground) / .95)}.border-r-aui-primary\/0{border-right-color:hsl(var(--primary) / 0)}.border-r-aui-primary\/10{border-right-color:hsl(var(--primary) / .1)}.border-r-aui-primary\/100{border-right-color:hsl(var(--primary) / 1)}.border-r-aui-primary\/15{border-right-color:hsl(var(--primary) / .15)}.border-r-aui-primary\/20{border-right-color:hsl(var(--primary) / .2)}.border-r-aui-primary\/25{border-right-color:hsl(var(--primary) / .25)}.border-r-aui-primary\/30{border-right-color:hsl(var(--primary) / .3)}.border-r-aui-primary\/35{border-right-color:hsl(var(--primary) / .35)}.border-r-aui-primary\/40{border-right-color:hsl(var(--primary) / .4)}.border-r-aui-primary\/45{border-right-color:hsl(var(--primary) / .45)}.border-r-aui-primary\/5{border-right-color:hsl(var(--primary) / .05)}.border-r-aui-primary\/50{border-right-color:hsl(var(--primary) / .5)}.border-r-aui-primary\/55{border-right-color:hsl(var(--primary) / .55)}.border-r-aui-primary\/60{border-right-color:hsl(var(--primary) / .6)}.border-r-aui-primary\/65{border-right-color:hsl(var(--primary) / .65)}.border-r-aui-primary\/70{border-right-color:hsl(var(--primary) / .7)}.border-r-aui-primary\/75{border-right-color:hsl(var(--primary) / .75)}.border-r-aui-primary\/80{border-right-color:hsl(var(--primary) / .8)}.border-r-aui-primary\/85{border-right-color:hsl(var(--primary) / .85)}.border-r-aui-primary\/90{border-right-color:hsl(var(--primary) / .9)}.border-r-aui-primary\/95{border-right-color:hsl(var(--primary) / .95)}.border-r-aui-ring{border-right-color:hsl(var(--ring))}.border-r-aui-ring\/0{border-right-color:hsl(var(--ring) / 0)}.border-r-aui-ring\/10{border-right-color:hsl(var(--ring) / .1)}.border-r-aui-ring\/100{border-right-color:hsl(var(--ring) / 1)}.border-r-aui-ring\/15{border-right-color:hsl(var(--ring) / .15)}.border-r-aui-ring\/20{border-right-color:hsl(var(--ring) / .2)}.border-r-aui-ring\/25{border-right-color:hsl(var(--ring) / .25)}.border-r-aui-ring\/30{border-right-color:hsl(var(--ring) / .3)}.border-r-aui-ring\/35{border-right-color:hsl(var(--ring) / .35)}.border-r-aui-ring\/40{border-right-color:hsl(var(--ring) / .4)}.border-r-aui-ring\/45{border-right-color:hsl(var(--ring) / .45)}.border-r-aui-ring\/5{border-right-color:hsl(var(--ring) / .05)}.border-r-aui-ring\/50{border-right-color:hsl(var(--ring) / .5)}.border-r-aui-ring\/55{border-right-color:hsl(var(--ring) / .55)}.border-r-aui-ring\/60{border-right-color:hsl(var(--ring) / .6)}.border-r-aui-ring\/65{border-right-color:hsl(var(--ring) / .65)}.border-r-aui-ring\/70{border-right-color:hsl(var(--ring) / .7)}.border-r-aui-ring\/75{border-right-color:hsl(var(--ring) / .75)}.border-r-aui-ring\/80{border-right-color:hsl(var(--ring) / .8)}.border-r-aui-ring\/85{border-right-color:hsl(var(--ring) / .85)}.border-r-aui-ring\/90{border-right-color:hsl(var(--ring) / .9)}.border-r-aui-ring\/95{border-right-color:hsl(var(--ring) / .95)}.border-r-aui-secondary{border-right-color:hsl(var(--secondary))}.border-r-aui-secondary-foreground{border-right-color:hsl(var(--secondary-foreground))}.border-r-aui-secondary-foreground\/0{border-right-color:hsl(var(--secondary-foreground) / 0)}.border-r-aui-secondary-foreground\/10{border-right-color:hsl(var(--secondary-foreground) / .1)}.border-r-aui-secondary-foreground\/100{border-right-color:hsl(var(--secondary-foreground) / 1)}.border-r-aui-secondary-foreground\/15{border-right-color:hsl(var(--secondary-foreground) / .15)}.border-r-aui-secondary-foreground\/20{border-right-color:hsl(var(--secondary-foreground) / .2)}.border-r-aui-secondary-foreground\/25{border-right-color:hsl(var(--secondary-foreground) / .25)}.border-r-aui-secondary-foreground\/30{border-right-color:hsl(var(--secondary-foreground) / .3)}.border-r-aui-secondary-foreground\/35{border-right-color:hsl(var(--secondary-foreground) / .35)}.border-r-aui-secondary-foreground\/40{border-right-color:hsl(var(--secondary-foreground) / .4)}.border-r-aui-secondary-foreground\/45{border-right-color:hsl(var(--secondary-foreground) / .45)}.border-r-aui-secondary-foreground\/5{border-right-color:hsl(var(--secondary-foreground) / .05)}.border-r-aui-secondary-foreground\/50{border-right-color:hsl(var(--secondary-foreground) / .5)}.border-r-aui-secondary-foreground\/55{border-right-color:hsl(var(--secondary-foreground) / .55)}.border-r-aui-secondary-foreground\/60{border-right-color:hsl(var(--secondary-foreground) / .6)}.border-r-aui-secondary-foreground\/65{border-right-color:hsl(var(--secondary-foreground) / .65)}.border-r-aui-secondary-foreground\/70{border-right-color:hsl(var(--secondary-foreground) / .7)}.border-r-aui-secondary-foreground\/75{border-right-color:hsl(var(--secondary-foreground) / .75)}.border-r-aui-secondary-foreground\/80{border-right-color:hsl(var(--secondary-foreground) / .8)}.border-r-aui-secondary-foreground\/85{border-right-color:hsl(var(--secondary-foreground) / .85)}.border-r-aui-secondary-foreground\/90{border-right-color:hsl(var(--secondary-foreground) / .9)}.border-r-aui-secondary-foreground\/95{border-right-color:hsl(var(--secondary-foreground) / .95)}.border-r-aui-secondary\/0{border-right-color:hsl(var(--secondary) / 0)}.border-r-aui-secondary\/10{border-right-color:hsl(var(--secondary) / .1)}.border-r-aui-secondary\/100{border-right-color:hsl(var(--secondary) / 1)}.border-r-aui-secondary\/15{border-right-color:hsl(var(--secondary) / .15)}.border-r-aui-secondary\/20{border-right-color:hsl(var(--secondary) / .2)}.border-r-aui-secondary\/25{border-right-color:hsl(var(--secondary) / .25)}.border-r-aui-secondary\/30{border-right-color:hsl(var(--secondary) / .3)}.border-r-aui-secondary\/35{border-right-color:hsl(var(--secondary) / .35)}.border-r-aui-secondary\/40{border-right-color:hsl(var(--secondary) / .4)}.border-r-aui-secondary\/45{border-right-color:hsl(var(--secondary) / .45)}.border-r-aui-secondary\/5{border-right-color:hsl(var(--secondary) / .05)}.border-r-aui-secondary\/50{border-right-color:hsl(var(--secondary) / .5)}.border-r-aui-secondary\/55{border-right-color:hsl(var(--secondary) / .55)}.border-r-aui-secondary\/60{border-right-color:hsl(var(--secondary) / .6)}.border-r-aui-secondary\/65{border-right-color:hsl(var(--secondary) / .65)}.border-r-aui-secondary\/70{border-right-color:hsl(var(--secondary) / .7)}.border-r-aui-secondary\/75{border-right-color:hsl(var(--secondary) / .75)}.border-r-aui-secondary\/80{border-right-color:hsl(var(--secondary) / .8)}.border-r-aui-secondary\/85{border-right-color:hsl(var(--secondary) / .85)}.border-r-aui-secondary\/90{border-right-color:hsl(var(--secondary) / .9)}.border-r-aui-secondary\/95{border-right-color:hsl(var(--secondary) / .95)}.border-s-aui-accent{border-inline-start-color:hsl(var(--accent))}.border-s-aui-accent-foreground{border-inline-start-color:hsl(var(--accent-foreground))}.border-s-aui-accent-foreground\/0{border-inline-start-color:hsl(var(--accent-foreground) / 0)}.border-s-aui-accent-foreground\/10{border-inline-start-color:hsl(var(--accent-foreground) / .1)}.border-s-aui-accent-foreground\/100{border-inline-start-color:hsl(var(--accent-foreground) / 1)}.border-s-aui-accent-foreground\/15{border-inline-start-color:hsl(var(--accent-foreground) / .15)}.border-s-aui-accent-foreground\/20{border-inline-start-color:hsl(var(--accent-foreground) / .2)}.border-s-aui-accent-foreground\/25{border-inline-start-color:hsl(var(--accent-foreground) / .25)}.border-s-aui-accent-foreground\/30{border-inline-start-color:hsl(var(--accent-foreground) / .3)}.border-s-aui-accent-foreground\/35{border-inline-start-color:hsl(var(--accent-foreground) / .35)}.border-s-aui-accent-foreground\/40{border-inline-start-color:hsl(var(--accent-foreground) / .4)}.border-s-aui-accent-foreground\/45{border-inline-start-color:hsl(var(--accent-foreground) / .45)}.border-s-aui-accent-foreground\/5{border-inline-start-color:hsl(var(--accent-foreground) / .05)}.border-s-aui-accent-foreground\/50{border-inline-start-color:hsl(var(--accent-foreground) / .5)}.border-s-aui-accent-foreground\/55{border-inline-start-color:hsl(var(--accent-foreground) / .55)}.border-s-aui-accent-foreground\/60{border-inline-start-color:hsl(var(--accent-foreground) / .6)}.border-s-aui-accent-foreground\/65{border-inline-start-color:hsl(var(--accent-foreground) / .65)}.border-s-aui-accent-foreground\/70{border-inline-start-color:hsl(var(--accent-foreground) / .7)}.border-s-aui-accent-foreground\/75{border-inline-start-color:hsl(var(--accent-foreground) / .75)}.border-s-aui-accent-foreground\/80{border-inline-start-color:hsl(var(--accent-foreground) / .8)}.border-s-aui-accent-foreground\/85{border-inline-start-color:hsl(var(--accent-foreground) / .85)}.border-s-aui-accent-foreground\/90{border-inline-start-color:hsl(var(--accent-foreground) / .9)}.border-s-aui-accent-foreground\/95{border-inline-start-color:hsl(var(--accent-foreground) / .95)}.border-s-aui-accent\/0{border-inline-start-color:hsl(var(--accent) / 0)}.border-s-aui-accent\/10{border-inline-start-color:hsl(var(--accent) / .1)}.border-s-aui-accent\/100{border-inline-start-color:hsl(var(--accent) / 1)}.border-s-aui-accent\/15{border-inline-start-color:hsl(var(--accent) / .15)}.border-s-aui-accent\/20{border-inline-start-color:hsl(var(--accent) / .2)}.border-s-aui-accent\/25{border-inline-start-color:hsl(var(--accent) / .25)}.border-s-aui-accent\/30{border-inline-start-color:hsl(var(--accent) / .3)}.border-s-aui-accent\/35{border-inline-start-color:hsl(var(--accent) / .35)}.border-s-aui-accent\/40{border-inline-start-color:hsl(var(--accent) / .4)}.border-s-aui-accent\/45{border-inline-start-color:hsl(var(--accent) / .45)}.border-s-aui-accent\/5{border-inline-start-color:hsl(var(--accent) / .05)}.border-s-aui-accent\/50{border-inline-start-color:hsl(var(--accent) / .5)}.border-s-aui-accent\/55{border-inline-start-color:hsl(var(--accent) / .55)}.border-s-aui-accent\/60{border-inline-start-color:hsl(var(--accent) / .6)}.border-s-aui-accent\/65{border-inline-start-color:hsl(var(--accent) / .65)}.border-s-aui-accent\/70{border-inline-start-color:hsl(var(--accent) / .7)}.border-s-aui-accent\/75{border-inline-start-color:hsl(var(--accent) / .75)}.border-s-aui-accent\/80{border-inline-start-color:hsl(var(--accent) / .8)}.border-s-aui-accent\/85{border-inline-start-color:hsl(var(--accent) / .85)}.border-s-aui-accent\/90{border-inline-start-color:hsl(var(--accent) / .9)}.border-s-aui-accent\/95{border-inline-start-color:hsl(var(--accent) / .95)}.border-s-aui-background{border-inline-start-color:hsl(var(--background))}.border-s-aui-background\/0{border-inline-start-color:hsl(var(--background) / 0)}.border-s-aui-background\/10{border-inline-start-color:hsl(var(--background) / .1)}.border-s-aui-background\/100{border-inline-start-color:hsl(var(--background) / 1)}.border-s-aui-background\/15{border-inline-start-color:hsl(var(--background) / .15)}.border-s-aui-background\/20{border-inline-start-color:hsl(var(--background) / .2)}.border-s-aui-background\/25{border-inline-start-color:hsl(var(--background) / .25)}.border-s-aui-background\/30{border-inline-start-color:hsl(var(--background) / .3)}.border-s-aui-background\/35{border-inline-start-color:hsl(var(--background) / .35)}.border-s-aui-background\/40{border-inline-start-color:hsl(var(--background) / .4)}.border-s-aui-background\/45{border-inline-start-color:hsl(var(--background) / .45)}.border-s-aui-background\/5{border-inline-start-color:hsl(var(--background) / .05)}.border-s-aui-background\/50{border-inline-start-color:hsl(var(--background) / .5)}.border-s-aui-background\/55{border-inline-start-color:hsl(var(--background) / .55)}.border-s-aui-background\/60{border-inline-start-color:hsl(var(--background) / .6)}.border-s-aui-background\/65{border-inline-start-color:hsl(var(--background) / .65)}.border-s-aui-background\/70{border-inline-start-color:hsl(var(--background) / .7)}.border-s-aui-background\/75{border-inline-start-color:hsl(var(--background) / .75)}.border-s-aui-background\/80{border-inline-start-color:hsl(var(--background) / .8)}.border-s-aui-background\/85{border-inline-start-color:hsl(var(--background) / .85)}.border-s-aui-background\/90{border-inline-start-color:hsl(var(--background) / .9)}.border-s-aui-background\/95{border-inline-start-color:hsl(var(--background) / .95)}.border-s-aui-border{border-inline-start-color:hsl(var(--border))}.border-s-aui-border\/0{border-inline-start-color:hsl(var(--border) / 0)}.border-s-aui-border\/10{border-inline-start-color:hsl(var(--border) / .1)}.border-s-aui-border\/100{border-inline-start-color:hsl(var(--border) / 1)}.border-s-aui-border\/15{border-inline-start-color:hsl(var(--border) / .15)}.border-s-aui-border\/20{border-inline-start-color:hsl(var(--border) / .2)}.border-s-aui-border\/25{border-inline-start-color:hsl(var(--border) / .25)}.border-s-aui-border\/30{border-inline-start-color:hsl(var(--border) / .3)}.border-s-aui-border\/35{border-inline-start-color:hsl(var(--border) / .35)}.border-s-aui-border\/40{border-inline-start-color:hsl(var(--border) / .4)}.border-s-aui-border\/45{border-inline-start-color:hsl(var(--border) / .45)}.border-s-aui-border\/5{border-inline-start-color:hsl(var(--border) / .05)}.border-s-aui-border\/50{border-inline-start-color:hsl(var(--border) / .5)}.border-s-aui-border\/55{border-inline-start-color:hsl(var(--border) / .55)}.border-s-aui-border\/60{border-inline-start-color:hsl(var(--border) / .6)}.border-s-aui-border\/65{border-inline-start-color:hsl(var(--border) / .65)}.border-s-aui-border\/70{border-inline-start-color:hsl(var(--border) / .7)}.border-s-aui-border\/75{border-inline-start-color:hsl(var(--border) / .75)}.border-s-aui-border\/80{border-inline-start-color:hsl(var(--border) / .8)}.border-s-aui-border\/85{border-inline-start-color:hsl(var(--border) / .85)}.border-s-aui-border\/90{border-inline-start-color:hsl(var(--border) / .9)}.border-s-aui-border\/95{border-inline-start-color:hsl(var(--border) / .95)}.border-s-aui-card{border-inline-start-color:hsl(var(--card))}.border-s-aui-card-foreground{border-inline-start-color:hsl(var(--card-foreground))}.border-s-aui-card-foreground\/0{border-inline-start-color:hsl(var(--card-foreground) / 0)}.border-s-aui-card-foreground\/10{border-inline-start-color:hsl(var(--card-foreground) / .1)}.border-s-aui-card-foreground\/100{border-inline-start-color:hsl(var(--card-foreground) / 1)}.border-s-aui-card-foreground\/15{border-inline-start-color:hsl(var(--card-foreground) / .15)}.border-s-aui-card-foreground\/20{border-inline-start-color:hsl(var(--card-foreground) / .2)}.border-s-aui-card-foreground\/25{border-inline-start-color:hsl(var(--card-foreground) / .25)}.border-s-aui-card-foreground\/30{border-inline-start-color:hsl(var(--card-foreground) / .3)}.border-s-aui-card-foreground\/35{border-inline-start-color:hsl(var(--card-foreground) / .35)}.border-s-aui-card-foreground\/40{border-inline-start-color:hsl(var(--card-foreground) / .4)}.border-s-aui-card-foreground\/45{border-inline-start-color:hsl(var(--card-foreground) / .45)}.border-s-aui-card-foreground\/5{border-inline-start-color:hsl(var(--card-foreground) / .05)}.border-s-aui-card-foreground\/50{border-inline-start-color:hsl(var(--card-foreground) / .5)}.border-s-aui-card-foreground\/55{border-inline-start-color:hsl(var(--card-foreground) / .55)}.border-s-aui-card-foreground\/60{border-inline-start-color:hsl(var(--card-foreground) / .6)}.border-s-aui-card-foreground\/65{border-inline-start-color:hsl(var(--card-foreground) / .65)}.border-s-aui-card-foreground\/70{border-inline-start-color:hsl(var(--card-foreground) / .7)}.border-s-aui-card-foreground\/75{border-inline-start-color:hsl(var(--card-foreground) / .75)}.border-s-aui-card-foreground\/80{border-inline-start-color:hsl(var(--card-foreground) / .8)}.border-s-aui-card-foreground\/85{border-inline-start-color:hsl(var(--card-foreground) / .85)}.border-s-aui-card-foreground\/90{border-inline-start-color:hsl(var(--card-foreground) / .9)}.border-s-aui-card-foreground\/95{border-inline-start-color:hsl(var(--card-foreground) / .95)}.border-s-aui-card\/0{border-inline-start-color:hsl(var(--card) / 0)}.border-s-aui-card\/10{border-inline-start-color:hsl(var(--card) / .1)}.border-s-aui-card\/100{border-inline-start-color:hsl(var(--card) / 1)}.border-s-aui-card\/15{border-inline-start-color:hsl(var(--card) / .15)}.border-s-aui-card\/20{border-inline-start-color:hsl(var(--card) / .2)}.border-s-aui-card\/25{border-inline-start-color:hsl(var(--card) / .25)}.border-s-aui-card\/30{border-inline-start-color:hsl(var(--card) / .3)}.border-s-aui-card\/35{border-inline-start-color:hsl(var(--card) / .35)}.border-s-aui-card\/40{border-inline-start-color:hsl(var(--card) / .4)}.border-s-aui-card\/45{border-inline-start-color:hsl(var(--card) / .45)}.border-s-aui-card\/5{border-inline-start-color:hsl(var(--card) / .05)}.border-s-aui-card\/50{border-inline-start-color:hsl(var(--card) / .5)}.border-s-aui-card\/55{border-inline-start-color:hsl(var(--card) / .55)}.border-s-aui-card\/60{border-inline-start-color:hsl(var(--card) / .6)}.border-s-aui-card\/65{border-inline-start-color:hsl(var(--card) / .65)}.border-s-aui-card\/70{border-inline-start-color:hsl(var(--card) / .7)}.border-s-aui-card\/75{border-inline-start-color:hsl(var(--card) / .75)}.border-s-aui-card\/80{border-inline-start-color:hsl(var(--card) / .8)}.border-s-aui-card\/85{border-inline-start-color:hsl(var(--card) / .85)}.border-s-aui-card\/90{border-inline-start-color:hsl(var(--card) / .9)}.border-s-aui-card\/95{border-inline-start-color:hsl(var(--card) / .95)}.border-s-aui-destructive{border-inline-start-color:hsl(var(--destructive))}.border-s-aui-destructive-foreground{border-inline-start-color:hsl(var(--destructive-foreground))}.border-s-aui-destructive-foreground\/0{border-inline-start-color:hsl(var(--destructive-foreground) / 0)}.border-s-aui-destructive-foreground\/10{border-inline-start-color:hsl(var(--destructive-foreground) / .1)}.border-s-aui-destructive-foreground\/100{border-inline-start-color:hsl(var(--destructive-foreground) / 1)}.border-s-aui-destructive-foreground\/15{border-inline-start-color:hsl(var(--destructive-foreground) / .15)}.border-s-aui-destructive-foreground\/20{border-inline-start-color:hsl(var(--destructive-foreground) / .2)}.border-s-aui-destructive-foreground\/25{border-inline-start-color:hsl(var(--destructive-foreground) / .25)}.border-s-aui-destructive-foreground\/30{border-inline-start-color:hsl(var(--destructive-foreground) / .3)}.border-s-aui-destructive-foreground\/35{border-inline-start-color:hsl(var(--destructive-foreground) / .35)}.border-s-aui-destructive-foreground\/40{border-inline-start-color:hsl(var(--destructive-foreground) / .4)}.border-s-aui-destructive-foreground\/45{border-inline-start-color:hsl(var(--destructive-foreground) / .45)}.border-s-aui-destructive-foreground\/5{border-inline-start-color:hsl(var(--destructive-foreground) / .05)}.border-s-aui-destructive-foreground\/50{border-inline-start-color:hsl(var(--destructive-foreground) / .5)}.border-s-aui-destructive-foreground\/55{border-inline-start-color:hsl(var(--destructive-foreground) / .55)}.border-s-aui-destructive-foreground\/60{border-inline-start-color:hsl(var(--destructive-foreground) / .6)}.border-s-aui-destructive-foreground\/65{border-inline-start-color:hsl(var(--destructive-foreground) / .65)}.border-s-aui-destructive-foreground\/70{border-inline-start-color:hsl(var(--destructive-foreground) / .7)}.border-s-aui-destructive-foreground\/75{border-inline-start-color:hsl(var(--destructive-foreground) / .75)}.border-s-aui-destructive-foreground\/80{border-inline-start-color:hsl(var(--destructive-foreground) / .8)}.border-s-aui-destructive-foreground\/85{border-inline-start-color:hsl(var(--destructive-foreground) / .85)}.border-s-aui-destructive-foreground\/90{border-inline-start-color:hsl(var(--destructive-foreground) / .9)}.border-s-aui-destructive-foreground\/95{border-inline-start-color:hsl(var(--destructive-foreground) / .95)}.border-s-aui-destructive\/0{border-inline-start-color:hsl(var(--destructive) / 0)}.border-s-aui-destructive\/10{border-inline-start-color:hsl(var(--destructive) / .1)}.border-s-aui-destructive\/100{border-inline-start-color:hsl(var(--destructive) / 1)}.border-s-aui-destructive\/15{border-inline-start-color:hsl(var(--destructive) / .15)}.border-s-aui-destructive\/20{border-inline-start-color:hsl(var(--destructive) / .2)}.border-s-aui-destructive\/25{border-inline-start-color:hsl(var(--destructive) / .25)}.border-s-aui-destructive\/30{border-inline-start-color:hsl(var(--destructive) / .3)}.border-s-aui-destructive\/35{border-inline-start-color:hsl(var(--destructive) / .35)}.border-s-aui-destructive\/40{border-inline-start-color:hsl(var(--destructive) / .4)}.border-s-aui-destructive\/45{border-inline-start-color:hsl(var(--destructive) / .45)}.border-s-aui-destructive\/5{border-inline-start-color:hsl(var(--destructive) / .05)}.border-s-aui-destructive\/50{border-inline-start-color:hsl(var(--destructive) / .5)}.border-s-aui-destructive\/55{border-inline-start-color:hsl(var(--destructive) / .55)}.border-s-aui-destructive\/60{border-inline-start-color:hsl(var(--destructive) / .6)}.border-s-aui-destructive\/65{border-inline-start-color:hsl(var(--destructive) / .65)}.border-s-aui-destructive\/70{border-inline-start-color:hsl(var(--destructive) / .7)}.border-s-aui-destructive\/75{border-inline-start-color:hsl(var(--destructive) / .75)}.border-s-aui-destructive\/80{border-inline-start-color:hsl(var(--destructive) / .8)}.border-s-aui-destructive\/85{border-inline-start-color:hsl(var(--destructive) / .85)}.border-s-aui-destructive\/90{border-inline-start-color:hsl(var(--destructive) / .9)}.border-s-aui-destructive\/95{border-inline-start-color:hsl(var(--destructive) / .95)}.border-s-aui-foreground{border-inline-start-color:hsl(var(--foreground))}.border-s-aui-foreground\/0{border-inline-start-color:hsl(var(--foreground) / 0)}.border-s-aui-foreground\/10{border-inline-start-color:hsl(var(--foreground) / .1)}.border-s-aui-foreground\/100{border-inline-start-color:hsl(var(--foreground) / 1)}.border-s-aui-foreground\/15{border-inline-start-color:hsl(var(--foreground) / .15)}.border-s-aui-foreground\/20{border-inline-start-color:hsl(var(--foreground) / .2)}.border-s-aui-foreground\/25{border-inline-start-color:hsl(var(--foreground) / .25)}.border-s-aui-foreground\/30{border-inline-start-color:hsl(var(--foreground) / .3)}.border-s-aui-foreground\/35{border-inline-start-color:hsl(var(--foreground) / .35)}.border-s-aui-foreground\/40{border-inline-start-color:hsl(var(--foreground) / .4)}.border-s-aui-foreground\/45{border-inline-start-color:hsl(var(--foreground) / .45)}.border-s-aui-foreground\/5{border-inline-start-color:hsl(var(--foreground) / .05)}.border-s-aui-foreground\/50{border-inline-start-color:hsl(var(--foreground) / .5)}.border-s-aui-foreground\/55{border-inline-start-color:hsl(var(--foreground) / .55)}.border-s-aui-foreground\/60{border-inline-start-color:hsl(var(--foreground) / .6)}.border-s-aui-foreground\/65{border-inline-start-color:hsl(var(--foreground) / .65)}.border-s-aui-foreground\/70{border-inline-start-color:hsl(var(--foreground) / .7)}.border-s-aui-foreground\/75{border-inline-start-color:hsl(var(--foreground) / .75)}.border-s-aui-foreground\/80{border-inline-start-color:hsl(var(--foreground) / .8)}.border-s-aui-foreground\/85{border-inline-start-color:hsl(var(--foreground) / .85)}.border-s-aui-foreground\/90{border-inline-start-color:hsl(var(--foreground) / .9)}.border-s-aui-foreground\/95{border-inline-start-color:hsl(var(--foreground) / .95)}.border-s-aui-input{border-inline-start-color:hsl(var(--input))}.border-s-aui-input\/0{border-inline-start-color:hsl(var(--input) / 0)}.border-s-aui-input\/10{border-inline-start-color:hsl(var(--input) / .1)}.border-s-aui-input\/100{border-inline-start-color:hsl(var(--input) / 1)}.border-s-aui-input\/15{border-inline-start-color:hsl(var(--input) / .15)}.border-s-aui-input\/20{border-inline-start-color:hsl(var(--input) / .2)}.border-s-aui-input\/25{border-inline-start-color:hsl(var(--input) / .25)}.border-s-aui-input\/30{border-inline-start-color:hsl(var(--input) / .3)}.border-s-aui-input\/35{border-inline-start-color:hsl(var(--input) / .35)}.border-s-aui-input\/40{border-inline-start-color:hsl(var(--input) / .4)}.border-s-aui-input\/45{border-inline-start-color:hsl(var(--input) / .45)}.border-s-aui-input\/5{border-inline-start-color:hsl(var(--input) / .05)}.border-s-aui-input\/50{border-inline-start-color:hsl(var(--input) / .5)}.border-s-aui-input\/55{border-inline-start-color:hsl(var(--input) / .55)}.border-s-aui-input\/60{border-inline-start-color:hsl(var(--input) / .6)}.border-s-aui-input\/65{border-inline-start-color:hsl(var(--input) / .65)}.border-s-aui-input\/70{border-inline-start-color:hsl(var(--input) / .7)}.border-s-aui-input\/75{border-inline-start-color:hsl(var(--input) / .75)}.border-s-aui-input\/80{border-inline-start-color:hsl(var(--input) / .8)}.border-s-aui-input\/85{border-inline-start-color:hsl(var(--input) / .85)}.border-s-aui-input\/90{border-inline-start-color:hsl(var(--input) / .9)}.border-s-aui-input\/95{border-inline-start-color:hsl(var(--input) / .95)}.border-s-aui-muted{border-inline-start-color:hsl(var(--muted))}.border-s-aui-muted-foreground{border-inline-start-color:hsl(var(--muted-foreground))}.border-s-aui-muted-foreground\/0{border-inline-start-color:hsl(var(--muted-foreground) / 0)}.border-s-aui-muted-foreground\/10{border-inline-start-color:hsl(var(--muted-foreground) / .1)}.border-s-aui-muted-foreground\/100{border-inline-start-color:hsl(var(--muted-foreground) / 1)}.border-s-aui-muted-foreground\/15{border-inline-start-color:hsl(var(--muted-foreground) / .15)}.border-s-aui-muted-foreground\/20{border-inline-start-color:hsl(var(--muted-foreground) / .2)}.border-s-aui-muted-foreground\/25{border-inline-start-color:hsl(var(--muted-foreground) / .25)}.border-s-aui-muted-foreground\/30{border-inline-start-color:hsl(var(--muted-foreground) / .3)}.border-s-aui-muted-foreground\/35{border-inline-start-color:hsl(var(--muted-foreground) / .35)}.border-s-aui-muted-foreground\/40{border-inline-start-color:hsl(var(--muted-foreground) / .4)}.border-s-aui-muted-foreground\/45{border-inline-start-color:hsl(var(--muted-foreground) / .45)}.border-s-aui-muted-foreground\/5{border-inline-start-color:hsl(var(--muted-foreground) / .05)}.border-s-aui-muted-foreground\/50{border-inline-start-color:hsl(var(--muted-foreground) / .5)}.border-s-aui-muted-foreground\/55{border-inline-start-color:hsl(var(--muted-foreground) / .55)}.border-s-aui-muted-foreground\/60{border-inline-start-color:hsl(var(--muted-foreground) / .6)}.border-s-aui-muted-foreground\/65{border-inline-start-color:hsl(var(--muted-foreground) / .65)}.border-s-aui-muted-foreground\/70{border-inline-start-color:hsl(var(--muted-foreground) / .7)}.border-s-aui-muted-foreground\/75{border-inline-start-color:hsl(var(--muted-foreground) / .75)}.border-s-aui-muted-foreground\/80{border-inline-start-color:hsl(var(--muted-foreground) / .8)}.border-s-aui-muted-foreground\/85{border-inline-start-color:hsl(var(--muted-foreground) / .85)}.border-s-aui-muted-foreground\/90{border-inline-start-color:hsl(var(--muted-foreground) / .9)}.border-s-aui-muted-foreground\/95{border-inline-start-color:hsl(var(--muted-foreground) / .95)}.border-s-aui-muted\/0{border-inline-start-color:hsl(var(--muted) / 0)}.border-s-aui-muted\/10{border-inline-start-color:hsl(var(--muted) / .1)}.border-s-aui-muted\/100{border-inline-start-color:hsl(var(--muted) / 1)}.border-s-aui-muted\/15{border-inline-start-color:hsl(var(--muted) / .15)}.border-s-aui-muted\/20{border-inline-start-color:hsl(var(--muted) / .2)}.border-s-aui-muted\/25{border-inline-start-color:hsl(var(--muted) / .25)}.border-s-aui-muted\/30{border-inline-start-color:hsl(var(--muted) / .3)}.border-s-aui-muted\/35{border-inline-start-color:hsl(var(--muted) / .35)}.border-s-aui-muted\/40{border-inline-start-color:hsl(var(--muted) / .4)}.border-s-aui-muted\/45{border-inline-start-color:hsl(var(--muted) / .45)}.border-s-aui-muted\/5{border-inline-start-color:hsl(var(--muted) / .05)}.border-s-aui-muted\/50{border-inline-start-color:hsl(var(--muted) / .5)}.border-s-aui-muted\/55{border-inline-start-color:hsl(var(--muted) / .55)}.border-s-aui-muted\/60{border-inline-start-color:hsl(var(--muted) / .6)}.border-s-aui-muted\/65{border-inline-start-color:hsl(var(--muted) / .65)}.border-s-aui-muted\/70{border-inline-start-color:hsl(var(--muted) / .7)}.border-s-aui-muted\/75{border-inline-start-color:hsl(var(--muted) / .75)}.border-s-aui-muted\/80{border-inline-start-color:hsl(var(--muted) / .8)}.border-s-aui-muted\/85{border-inline-start-color:hsl(var(--muted) / .85)}.border-s-aui-muted\/90{border-inline-start-color:hsl(var(--muted) / .9)}.border-s-aui-muted\/95{border-inline-start-color:hsl(var(--muted) / .95)}.border-s-aui-popover{border-inline-start-color:hsl(var(--popover))}.border-s-aui-popover-foreground{border-inline-start-color:hsl(var(--popover-foreground))}.border-s-aui-popover-foreground\/0{border-inline-start-color:hsl(var(--popover-foreground) / 0)}.border-s-aui-popover-foreground\/10{border-inline-start-color:hsl(var(--popover-foreground) / .1)}.border-s-aui-popover-foreground\/100{border-inline-start-color:hsl(var(--popover-foreground) / 1)}.border-s-aui-popover-foreground\/15{border-inline-start-color:hsl(var(--popover-foreground) / .15)}.border-s-aui-popover-foreground\/20{border-inline-start-color:hsl(var(--popover-foreground) / .2)}.border-s-aui-popover-foreground\/25{border-inline-start-color:hsl(var(--popover-foreground) / .25)}.border-s-aui-popover-foreground\/30{border-inline-start-color:hsl(var(--popover-foreground) / .3)}.border-s-aui-popover-foreground\/35{border-inline-start-color:hsl(var(--popover-foreground) / .35)}.border-s-aui-popover-foreground\/40{border-inline-start-color:hsl(var(--popover-foreground) / .4)}.border-s-aui-popover-foreground\/45{border-inline-start-color:hsl(var(--popover-foreground) / .45)}.border-s-aui-popover-foreground\/5{border-inline-start-color:hsl(var(--popover-foreground) / .05)}.border-s-aui-popover-foreground\/50{border-inline-start-color:hsl(var(--popover-foreground) / .5)}.border-s-aui-popover-foreground\/55{border-inline-start-color:hsl(var(--popover-foreground) / .55)}.border-s-aui-popover-foreground\/60{border-inline-start-color:hsl(var(--popover-foreground) / .6)}.border-s-aui-popover-foreground\/65{border-inline-start-color:hsl(var(--popover-foreground) / .65)}.border-s-aui-popover-foreground\/70{border-inline-start-color:hsl(var(--popover-foreground) / .7)}.border-s-aui-popover-foreground\/75{border-inline-start-color:hsl(var(--popover-foreground) / .75)}.border-s-aui-popover-foreground\/80{border-inline-start-color:hsl(var(--popover-foreground) / .8)}.border-s-aui-popover-foreground\/85{border-inline-start-color:hsl(var(--popover-foreground) / .85)}.border-s-aui-popover-foreground\/90{border-inline-start-color:hsl(var(--popover-foreground) / .9)}.border-s-aui-popover-foreground\/95{border-inline-start-color:hsl(var(--popover-foreground) / .95)}.border-s-aui-popover\/0{border-inline-start-color:hsl(var(--popover) / 0)}.border-s-aui-popover\/10{border-inline-start-color:hsl(var(--popover) / .1)}.border-s-aui-popover\/100{border-inline-start-color:hsl(var(--popover) / 1)}.border-s-aui-popover\/15{border-inline-start-color:hsl(var(--popover) / .15)}.border-s-aui-popover\/20{border-inline-start-color:hsl(var(--popover) / .2)}.border-s-aui-popover\/25{border-inline-start-color:hsl(var(--popover) / .25)}.border-s-aui-popover\/30{border-inline-start-color:hsl(var(--popover) / .3)}.border-s-aui-popover\/35{border-inline-start-color:hsl(var(--popover) / .35)}.border-s-aui-popover\/40{border-inline-start-color:hsl(var(--popover) / .4)}.border-s-aui-popover\/45{border-inline-start-color:hsl(var(--popover) / .45)}.border-s-aui-popover\/5{border-inline-start-color:hsl(var(--popover) / .05)}.border-s-aui-popover\/50{border-inline-start-color:hsl(var(--popover) / .5)}.border-s-aui-popover\/55{border-inline-start-color:hsl(var(--popover) / .55)}.border-s-aui-popover\/60{border-inline-start-color:hsl(var(--popover) / .6)}.border-s-aui-popover\/65{border-inline-start-color:hsl(var(--popover) / .65)}.border-s-aui-popover\/70{border-inline-start-color:hsl(var(--popover) / .7)}.border-s-aui-popover\/75{border-inline-start-color:hsl(var(--popover) / .75)}.border-s-aui-popover\/80{border-inline-start-color:hsl(var(--popover) / .8)}.border-s-aui-popover\/85{border-inline-start-color:hsl(var(--popover) / .85)}.border-s-aui-popover\/90{border-inline-start-color:hsl(var(--popover) / .9)}.border-s-aui-popover\/95{border-inline-start-color:hsl(var(--popover) / .95)}.border-s-aui-primary{border-inline-start-color:hsl(var(--primary))}.border-s-aui-primary-foreground{border-inline-start-color:hsl(var(--primary-foreground))}.border-s-aui-primary-foreground\/0{border-inline-start-color:hsl(var(--primary-foreground) / 0)}.border-s-aui-primary-foreground\/10{border-inline-start-color:hsl(var(--primary-foreground) / .1)}.border-s-aui-primary-foreground\/100{border-inline-start-color:hsl(var(--primary-foreground) / 1)}.border-s-aui-primary-foreground\/15{border-inline-start-color:hsl(var(--primary-foreground) / .15)}.border-s-aui-primary-foreground\/20{border-inline-start-color:hsl(var(--primary-foreground) / .2)}.border-s-aui-primary-foreground\/25{border-inline-start-color:hsl(var(--primary-foreground) / .25)}.border-s-aui-primary-foreground\/30{border-inline-start-color:hsl(var(--primary-foreground) / .3)}.border-s-aui-primary-foreground\/35{border-inline-start-color:hsl(var(--primary-foreground) / .35)}.border-s-aui-primary-foreground\/40{border-inline-start-color:hsl(var(--primary-foreground) / .4)}.border-s-aui-primary-foreground\/45{border-inline-start-color:hsl(var(--primary-foreground) / .45)}.border-s-aui-primary-foreground\/5{border-inline-start-color:hsl(var(--primary-foreground) / .05)}.border-s-aui-primary-foreground\/50{border-inline-start-color:hsl(var(--primary-foreground) / .5)}.border-s-aui-primary-foreground\/55{border-inline-start-color:hsl(var(--primary-foreground) / .55)}.border-s-aui-primary-foreground\/60{border-inline-start-color:hsl(var(--primary-foreground) / .6)}.border-s-aui-primary-foreground\/65{border-inline-start-color:hsl(var(--primary-foreground) / .65)}.border-s-aui-primary-foreground\/70{border-inline-start-color:hsl(var(--primary-foreground) / .7)}.border-s-aui-primary-foreground\/75{border-inline-start-color:hsl(var(--primary-foreground) / .75)}.border-s-aui-primary-foreground\/80{border-inline-start-color:hsl(var(--primary-foreground) / .8)}.border-s-aui-primary-foreground\/85{border-inline-start-color:hsl(var(--primary-foreground) / .85)}.border-s-aui-primary-foreground\/90{border-inline-start-color:hsl(var(--primary-foreground) / .9)}.border-s-aui-primary-foreground\/95{border-inline-start-color:hsl(var(--primary-foreground) / .95)}.border-s-aui-primary\/0{border-inline-start-color:hsl(var(--primary) / 0)}.border-s-aui-primary\/10{border-inline-start-color:hsl(var(--primary) / .1)}.border-s-aui-primary\/100{border-inline-start-color:hsl(var(--primary) / 1)}.border-s-aui-primary\/15{border-inline-start-color:hsl(var(--primary) / .15)}.border-s-aui-primary\/20{border-inline-start-color:hsl(var(--primary) / .2)}.border-s-aui-primary\/25{border-inline-start-color:hsl(var(--primary) / .25)}.border-s-aui-primary\/30{border-inline-start-color:hsl(var(--primary) / .3)}.border-s-aui-primary\/35{border-inline-start-color:hsl(var(--primary) / .35)}.border-s-aui-primary\/40{border-inline-start-color:hsl(var(--primary) / .4)}.border-s-aui-primary\/45{border-inline-start-color:hsl(var(--primary) / .45)}.border-s-aui-primary\/5{border-inline-start-color:hsl(var(--primary) / .05)}.border-s-aui-primary\/50{border-inline-start-color:hsl(var(--primary) / .5)}.border-s-aui-primary\/55{border-inline-start-color:hsl(var(--primary) / .55)}.border-s-aui-primary\/60{border-inline-start-color:hsl(var(--primary) / .6)}.border-s-aui-primary\/65{border-inline-start-color:hsl(var(--primary) / .65)}.border-s-aui-primary\/70{border-inline-start-color:hsl(var(--primary) / .7)}.border-s-aui-primary\/75{border-inline-start-color:hsl(var(--primary) / .75)}.border-s-aui-primary\/80{border-inline-start-color:hsl(var(--primary) / .8)}.border-s-aui-primary\/85{border-inline-start-color:hsl(var(--primary) / .85)}.border-s-aui-primary\/90{border-inline-start-color:hsl(var(--primary) / .9)}.border-s-aui-primary\/95{border-inline-start-color:hsl(var(--primary) / .95)}.border-s-aui-ring{border-inline-start-color:hsl(var(--ring))}.border-s-aui-ring\/0{border-inline-start-color:hsl(var(--ring) / 0)}.border-s-aui-ring\/10{border-inline-start-color:hsl(var(--ring) / .1)}.border-s-aui-ring\/100{border-inline-start-color:hsl(var(--ring) / 1)}.border-s-aui-ring\/15{border-inline-start-color:hsl(var(--ring) / .15)}.border-s-aui-ring\/20{border-inline-start-color:hsl(var(--ring) / .2)}.border-s-aui-ring\/25{border-inline-start-color:hsl(var(--ring) / .25)}.border-s-aui-ring\/30{border-inline-start-color:hsl(var(--ring) / .3)}.border-s-aui-ring\/35{border-inline-start-color:hsl(var(--ring) / .35)}.border-s-aui-ring\/40{border-inline-start-color:hsl(var(--ring) / .4)}.border-s-aui-ring\/45{border-inline-start-color:hsl(var(--ring) / .45)}.border-s-aui-ring\/5{border-inline-start-color:hsl(var(--ring) / .05)}.border-s-aui-ring\/50{border-inline-start-color:hsl(var(--ring) / .5)}.border-s-aui-ring\/55{border-inline-start-color:hsl(var(--ring) / .55)}.border-s-aui-ring\/60{border-inline-start-color:hsl(var(--ring) / .6)}.border-s-aui-ring\/65{border-inline-start-color:hsl(var(--ring) / .65)}.border-s-aui-ring\/70{border-inline-start-color:hsl(var(--ring) / .7)}.border-s-aui-ring\/75{border-inline-start-color:hsl(var(--ring) / .75)}.border-s-aui-ring\/80{border-inline-start-color:hsl(var(--ring) / .8)}.border-s-aui-ring\/85{border-inline-start-color:hsl(var(--ring) / .85)}.border-s-aui-ring\/90{border-inline-start-color:hsl(var(--ring) / .9)}.border-s-aui-ring\/95{border-inline-start-color:hsl(var(--ring) / .95)}.border-s-aui-secondary{border-inline-start-color:hsl(var(--secondary))}.border-s-aui-secondary-foreground{border-inline-start-color:hsl(var(--secondary-foreground))}.border-s-aui-secondary-foreground\/0{border-inline-start-color:hsl(var(--secondary-foreground) / 0)}.border-s-aui-secondary-foreground\/10{border-inline-start-color:hsl(var(--secondary-foreground) / .1)}.border-s-aui-secondary-foreground\/100{border-inline-start-color:hsl(var(--secondary-foreground) / 1)}.border-s-aui-secondary-foreground\/15{border-inline-start-color:hsl(var(--secondary-foreground) / .15)}.border-s-aui-secondary-foreground\/20{border-inline-start-color:hsl(var(--secondary-foreground) / .2)}.border-s-aui-secondary-foreground\/25{border-inline-start-color:hsl(var(--secondary-foreground) / .25)}.border-s-aui-secondary-foreground\/30{border-inline-start-color:hsl(var(--secondary-foreground) / .3)}.border-s-aui-secondary-foreground\/35{border-inline-start-color:hsl(var(--secondary-foreground) / .35)}.border-s-aui-secondary-foreground\/40{border-inline-start-color:hsl(var(--secondary-foreground) / .4)}.border-s-aui-secondary-foreground\/45{border-inline-start-color:hsl(var(--secondary-foreground) / .45)}.border-s-aui-secondary-foreground\/5{border-inline-start-color:hsl(var(--secondary-foreground) / .05)}.border-s-aui-secondary-foreground\/50{border-inline-start-color:hsl(var(--secondary-foreground) / .5)}.border-s-aui-secondary-foreground\/55{border-inline-start-color:hsl(var(--secondary-foreground) / .55)}.border-s-aui-secondary-foreground\/60{border-inline-start-color:hsl(var(--secondary-foreground) / .6)}.border-s-aui-secondary-foreground\/65{border-inline-start-color:hsl(var(--secondary-foreground) / .65)}.border-s-aui-secondary-foreground\/70{border-inline-start-color:hsl(var(--secondary-foreground) / .7)}.border-s-aui-secondary-foreground\/75{border-inline-start-color:hsl(var(--secondary-foreground) / .75)}.border-s-aui-secondary-foreground\/80{border-inline-start-color:hsl(var(--secondary-foreground) / .8)}.border-s-aui-secondary-foreground\/85{border-inline-start-color:hsl(var(--secondary-foreground) / .85)}.border-s-aui-secondary-foreground\/90{border-inline-start-color:hsl(var(--secondary-foreground) / .9)}.border-s-aui-secondary-foreground\/95{border-inline-start-color:hsl(var(--secondary-foreground) / .95)}.border-s-aui-secondary\/0{border-inline-start-color:hsl(var(--secondary) / 0)}.border-s-aui-secondary\/10{border-inline-start-color:hsl(var(--secondary) / .1)}.border-s-aui-secondary\/100{border-inline-start-color:hsl(var(--secondary) / 1)}.border-s-aui-secondary\/15{border-inline-start-color:hsl(var(--secondary) / .15)}.border-s-aui-secondary\/20{border-inline-start-color:hsl(var(--secondary) / .2)}.border-s-aui-secondary\/25{border-inline-start-color:hsl(var(--secondary) / .25)}.border-s-aui-secondary\/30{border-inline-start-color:hsl(var(--secondary) / .3)}.border-s-aui-secondary\/35{border-inline-start-color:hsl(var(--secondary) / .35)}.border-s-aui-secondary\/40{border-inline-start-color:hsl(var(--secondary) / .4)}.border-s-aui-secondary\/45{border-inline-start-color:hsl(var(--secondary) / .45)}.border-s-aui-secondary\/5{border-inline-start-color:hsl(var(--secondary) / .05)}.border-s-aui-secondary\/50{border-inline-start-color:hsl(var(--secondary) / .5)}.border-s-aui-secondary\/55{border-inline-start-color:hsl(var(--secondary) / .55)}.border-s-aui-secondary\/60{border-inline-start-color:hsl(var(--secondary) / .6)}.border-s-aui-secondary\/65{border-inline-start-color:hsl(var(--secondary) / .65)}.border-s-aui-secondary\/70{border-inline-start-color:hsl(var(--secondary) / .7)}.border-s-aui-secondary\/75{border-inline-start-color:hsl(var(--secondary) / .75)}.border-s-aui-secondary\/80{border-inline-start-color:hsl(var(--secondary) / .8)}.border-s-aui-secondary\/85{border-inline-start-color:hsl(var(--secondary) / .85)}.border-s-aui-secondary\/90{border-inline-start-color:hsl(var(--secondary) / .9)}.border-s-aui-secondary\/95{border-inline-start-color:hsl(var(--secondary) / .95)}.border-t-aui-accent{border-top-color:hsl(var(--accent))}.border-t-aui-accent-foreground{border-top-color:hsl(var(--accent-foreground))}.border-t-aui-accent-foreground\/0{border-top-color:hsl(var(--accent-foreground) / 0)}.border-t-aui-accent-foreground\/10{border-top-color:hsl(var(--accent-foreground) / .1)}.border-t-aui-accent-foreground\/100{border-top-color:hsl(var(--accent-foreground) / 1)}.border-t-aui-accent-foreground\/15{border-top-color:hsl(var(--accent-foreground) / .15)}.border-t-aui-accent-foreground\/20{border-top-color:hsl(var(--accent-foreground) / .2)}.border-t-aui-accent-foreground\/25{border-top-color:hsl(var(--accent-foreground) / .25)}.border-t-aui-accent-foreground\/30{border-top-color:hsl(var(--accent-foreground) / .3)}.border-t-aui-accent-foreground\/35{border-top-color:hsl(var(--accent-foreground) / .35)}.border-t-aui-accent-foreground\/40{border-top-color:hsl(var(--accent-foreground) / .4)}.border-t-aui-accent-foreground\/45{border-top-color:hsl(var(--accent-foreground) / .45)}.border-t-aui-accent-foreground\/5{border-top-color:hsl(var(--accent-foreground) / .05)}.border-t-aui-accent-foreground\/50{border-top-color:hsl(var(--accent-foreground) / .5)}.border-t-aui-accent-foreground\/55{border-top-color:hsl(var(--accent-foreground) / .55)}.border-t-aui-accent-foreground\/60{border-top-color:hsl(var(--accent-foreground) / .6)}.border-t-aui-accent-foreground\/65{border-top-color:hsl(var(--accent-foreground) / .65)}.border-t-aui-accent-foreground\/70{border-top-color:hsl(var(--accent-foreground) / .7)}.border-t-aui-accent-foreground\/75{border-top-color:hsl(var(--accent-foreground) / .75)}.border-t-aui-accent-foreground\/80{border-top-color:hsl(var(--accent-foreground) / .8)}.border-t-aui-accent-foreground\/85{border-top-color:hsl(var(--accent-foreground) / .85)}.border-t-aui-accent-foreground\/90{border-top-color:hsl(var(--accent-foreground) / .9)}.border-t-aui-accent-foreground\/95{border-top-color:hsl(var(--accent-foreground) / .95)}.border-t-aui-accent\/0{border-top-color:hsl(var(--accent) / 0)}.border-t-aui-accent\/10{border-top-color:hsl(var(--accent) / .1)}.border-t-aui-accent\/100{border-top-color:hsl(var(--accent) / 1)}.border-t-aui-accent\/15{border-top-color:hsl(var(--accent) / .15)}.border-t-aui-accent\/20{border-top-color:hsl(var(--accent) / .2)}.border-t-aui-accent\/25{border-top-color:hsl(var(--accent) / .25)}.border-t-aui-accent\/30{border-top-color:hsl(var(--accent) / .3)}.border-t-aui-accent\/35{border-top-color:hsl(var(--accent) / .35)}.border-t-aui-accent\/40{border-top-color:hsl(var(--accent) / .4)}.border-t-aui-accent\/45{border-top-color:hsl(var(--accent) / .45)}.border-t-aui-accent\/5{border-top-color:hsl(var(--accent) / .05)}.border-t-aui-accent\/50{border-top-color:hsl(var(--accent) / .5)}.border-t-aui-accent\/55{border-top-color:hsl(var(--accent) / .55)}.border-t-aui-accent\/60{border-top-color:hsl(var(--accent) / .6)}.border-t-aui-accent\/65{border-top-color:hsl(var(--accent) / .65)}.border-t-aui-accent\/70{border-top-color:hsl(var(--accent) / .7)}.border-t-aui-accent\/75{border-top-color:hsl(var(--accent) / .75)}.border-t-aui-accent\/80{border-top-color:hsl(var(--accent) / .8)}.border-t-aui-accent\/85{border-top-color:hsl(var(--accent) / .85)}.border-t-aui-accent\/90{border-top-color:hsl(var(--accent) / .9)}.border-t-aui-accent\/95{border-top-color:hsl(var(--accent) / .95)}.border-t-aui-background{border-top-color:hsl(var(--background))}.border-t-aui-background\/0{border-top-color:hsl(var(--background) / 0)}.border-t-aui-background\/10{border-top-color:hsl(var(--background) / .1)}.border-t-aui-background\/100{border-top-color:hsl(var(--background) / 1)}.border-t-aui-background\/15{border-top-color:hsl(var(--background) / .15)}.border-t-aui-background\/20{border-top-color:hsl(var(--background) / .2)}.border-t-aui-background\/25{border-top-color:hsl(var(--background) / .25)}.border-t-aui-background\/30{border-top-color:hsl(var(--background) / .3)}.border-t-aui-background\/35{border-top-color:hsl(var(--background) / .35)}.border-t-aui-background\/40{border-top-color:hsl(var(--background) / .4)}.border-t-aui-background\/45{border-top-color:hsl(var(--background) / .45)}.border-t-aui-background\/5{border-top-color:hsl(var(--background) / .05)}.border-t-aui-background\/50{border-top-color:hsl(var(--background) / .5)}.border-t-aui-background\/55{border-top-color:hsl(var(--background) / .55)}.border-t-aui-background\/60{border-top-color:hsl(var(--background) / .6)}.border-t-aui-background\/65{border-top-color:hsl(var(--background) / .65)}.border-t-aui-background\/70{border-top-color:hsl(var(--background) / .7)}.border-t-aui-background\/75{border-top-color:hsl(var(--background) / .75)}.border-t-aui-background\/80{border-top-color:hsl(var(--background) / .8)}.border-t-aui-background\/85{border-top-color:hsl(var(--background) / .85)}.border-t-aui-background\/90{border-top-color:hsl(var(--background) / .9)}.border-t-aui-background\/95{border-top-color:hsl(var(--background) / .95)}.border-t-aui-border{border-top-color:hsl(var(--border))}.border-t-aui-border\/0{border-top-color:hsl(var(--border) / 0)}.border-t-aui-border\/10{border-top-color:hsl(var(--border) / .1)}.border-t-aui-border\/100{border-top-color:hsl(var(--border) / 1)}.border-t-aui-border\/15{border-top-color:hsl(var(--border) / .15)}.border-t-aui-border\/20{border-top-color:hsl(var(--border) / .2)}.border-t-aui-border\/25{border-top-color:hsl(var(--border) / .25)}.border-t-aui-border\/30{border-top-color:hsl(var(--border) / .3)}.border-t-aui-border\/35{border-top-color:hsl(var(--border) / .35)}.border-t-aui-border\/40{border-top-color:hsl(var(--border) / .4)}.border-t-aui-border\/45{border-top-color:hsl(var(--border) / .45)}.border-t-aui-border\/5{border-top-color:hsl(var(--border) / .05)}.border-t-aui-border\/50{border-top-color:hsl(var(--border) / .5)}.border-t-aui-border\/55{border-top-color:hsl(var(--border) / .55)}.border-t-aui-border\/60{border-top-color:hsl(var(--border) / .6)}.border-t-aui-border\/65{border-top-color:hsl(var(--border) / .65)}.border-t-aui-border\/70{border-top-color:hsl(var(--border) / .7)}.border-t-aui-border\/75{border-top-color:hsl(var(--border) / .75)}.border-t-aui-border\/80{border-top-color:hsl(var(--border) / .8)}.border-t-aui-border\/85{border-top-color:hsl(var(--border) / .85)}.border-t-aui-border\/90{border-top-color:hsl(var(--border) / .9)}.border-t-aui-border\/95{border-top-color:hsl(var(--border) / .95)}.border-t-aui-card{border-top-color:hsl(var(--card))}.border-t-aui-card-foreground{border-top-color:hsl(var(--card-foreground))}.border-t-aui-card-foreground\/0{border-top-color:hsl(var(--card-foreground) / 0)}.border-t-aui-card-foreground\/10{border-top-color:hsl(var(--card-foreground) / .1)}.border-t-aui-card-foreground\/100{border-top-color:hsl(var(--card-foreground) / 1)}.border-t-aui-card-foreground\/15{border-top-color:hsl(var(--card-foreground) / .15)}.border-t-aui-card-foreground\/20{border-top-color:hsl(var(--card-foreground) / .2)}.border-t-aui-card-foreground\/25{border-top-color:hsl(var(--card-foreground) / .25)}.border-t-aui-card-foreground\/30{border-top-color:hsl(var(--card-foreground) / .3)}.border-t-aui-card-foreground\/35{border-top-color:hsl(var(--card-foreground) / .35)}.border-t-aui-card-foreground\/40{border-top-color:hsl(var(--card-foreground) / .4)}.border-t-aui-card-foreground\/45{border-top-color:hsl(var(--card-foreground) / .45)}.border-t-aui-card-foreground\/5{border-top-color:hsl(var(--card-foreground) / .05)}.border-t-aui-card-foreground\/50{border-top-color:hsl(var(--card-foreground) / .5)}.border-t-aui-card-foreground\/55{border-top-color:hsl(var(--card-foreground) / .55)}.border-t-aui-card-foreground\/60{border-top-color:hsl(var(--card-foreground) / .6)}.border-t-aui-card-foreground\/65{border-top-color:hsl(var(--card-foreground) / .65)}.border-t-aui-card-foreground\/70{border-top-color:hsl(var(--card-foreground) / .7)}.border-t-aui-card-foreground\/75{border-top-color:hsl(var(--card-foreground) / .75)}.border-t-aui-card-foreground\/80{border-top-color:hsl(var(--card-foreground) / .8)}.border-t-aui-card-foreground\/85{border-top-color:hsl(var(--card-foreground) / .85)}.border-t-aui-card-foreground\/90{border-top-color:hsl(var(--card-foreground) / .9)}.border-t-aui-card-foreground\/95{border-top-color:hsl(var(--card-foreground) / .95)}.border-t-aui-card\/0{border-top-color:hsl(var(--card) / 0)}.border-t-aui-card\/10{border-top-color:hsl(var(--card) / .1)}.border-t-aui-card\/100{border-top-color:hsl(var(--card) / 1)}.border-t-aui-card\/15{border-top-color:hsl(var(--card) / .15)}.border-t-aui-card\/20{border-top-color:hsl(var(--card) / .2)}.border-t-aui-card\/25{border-top-color:hsl(var(--card) / .25)}.border-t-aui-card\/30{border-top-color:hsl(var(--card) / .3)}.border-t-aui-card\/35{border-top-color:hsl(var(--card) / .35)}.border-t-aui-card\/40{border-top-color:hsl(var(--card) / .4)}.border-t-aui-card\/45{border-top-color:hsl(var(--card) / .45)}.border-t-aui-card\/5{border-top-color:hsl(var(--card) / .05)}.border-t-aui-card\/50{border-top-color:hsl(var(--card) / .5)}.border-t-aui-card\/55{border-top-color:hsl(var(--card) / .55)}.border-t-aui-card\/60{border-top-color:hsl(var(--card) / .6)}.border-t-aui-card\/65{border-top-color:hsl(var(--card) / .65)}.border-t-aui-card\/70{border-top-color:hsl(var(--card) / .7)}.border-t-aui-card\/75{border-top-color:hsl(var(--card) / .75)}.border-t-aui-card\/80{border-top-color:hsl(var(--card) / .8)}.border-t-aui-card\/85{border-top-color:hsl(var(--card) / .85)}.border-t-aui-card\/90{border-top-color:hsl(var(--card) / .9)}.border-t-aui-card\/95{border-top-color:hsl(var(--card) / .95)}.border-t-aui-destructive{border-top-color:hsl(var(--destructive))}.border-t-aui-destructive-foreground{border-top-color:hsl(var(--destructive-foreground))}.border-t-aui-destructive-foreground\/0{border-top-color:hsl(var(--destructive-foreground) / 0)}.border-t-aui-destructive-foreground\/10{border-top-color:hsl(var(--destructive-foreground) / .1)}.border-t-aui-destructive-foreground\/100{border-top-color:hsl(var(--destructive-foreground) / 1)}.border-t-aui-destructive-foreground\/15{border-top-color:hsl(var(--destructive-foreground) / .15)}.border-t-aui-destructive-foreground\/20{border-top-color:hsl(var(--destructive-foreground) / .2)}.border-t-aui-destructive-foreground\/25{border-top-color:hsl(var(--destructive-foreground) / .25)}.border-t-aui-destructive-foreground\/30{border-top-color:hsl(var(--destructive-foreground) / .3)}.border-t-aui-destructive-foreground\/35{border-top-color:hsl(var(--destructive-foreground) / .35)}.border-t-aui-destructive-foreground\/40{border-top-color:hsl(var(--destructive-foreground) / .4)}.border-t-aui-destructive-foreground\/45{border-top-color:hsl(var(--destructive-foreground) / .45)}.border-t-aui-destructive-foreground\/5{border-top-color:hsl(var(--destructive-foreground) / .05)}.border-t-aui-destructive-foreground\/50{border-top-color:hsl(var(--destructive-foreground) / .5)}.border-t-aui-destructive-foreground\/55{border-top-color:hsl(var(--destructive-foreground) / .55)}.border-t-aui-destructive-foreground\/60{border-top-color:hsl(var(--destructive-foreground) / .6)}.border-t-aui-destructive-foreground\/65{border-top-color:hsl(var(--destructive-foreground) / .65)}.border-t-aui-destructive-foreground\/70{border-top-color:hsl(var(--destructive-foreground) / .7)}.border-t-aui-destructive-foreground\/75{border-top-color:hsl(var(--destructive-foreground) / .75)}.border-t-aui-destructive-foreground\/80{border-top-color:hsl(var(--destructive-foreground) / .8)}.border-t-aui-destructive-foreground\/85{border-top-color:hsl(var(--destructive-foreground) / .85)}.border-t-aui-destructive-foreground\/90{border-top-color:hsl(var(--destructive-foreground) / .9)}.border-t-aui-destructive-foreground\/95{border-top-color:hsl(var(--destructive-foreground) / .95)}.border-t-aui-destructive\/0{border-top-color:hsl(var(--destructive) / 0)}.border-t-aui-destructive\/10{border-top-color:hsl(var(--destructive) / .1)}.border-t-aui-destructive\/100{border-top-color:hsl(var(--destructive) / 1)}.border-t-aui-destructive\/15{border-top-color:hsl(var(--destructive) / .15)}.border-t-aui-destructive\/20{border-top-color:hsl(var(--destructive) / .2)}.border-t-aui-destructive\/25{border-top-color:hsl(var(--destructive) / .25)}.border-t-aui-destructive\/30{border-top-color:hsl(var(--destructive) / .3)}.border-t-aui-destructive\/35{border-top-color:hsl(var(--destructive) / .35)}.border-t-aui-destructive\/40{border-top-color:hsl(var(--destructive) / .4)}.border-t-aui-destructive\/45{border-top-color:hsl(var(--destructive) / .45)}.border-t-aui-destructive\/5{border-top-color:hsl(var(--destructive) / .05)}.border-t-aui-destructive\/50{border-top-color:hsl(var(--destructive) / .5)}.border-t-aui-destructive\/55{border-top-color:hsl(var(--destructive) / .55)}.border-t-aui-destructive\/60{border-top-color:hsl(var(--destructive) / .6)}.border-t-aui-destructive\/65{border-top-color:hsl(var(--destructive) / .65)}.border-t-aui-destructive\/70{border-top-color:hsl(var(--destructive) / .7)}.border-t-aui-destructive\/75{border-top-color:hsl(var(--destructive) / .75)}.border-t-aui-destructive\/80{border-top-color:hsl(var(--destructive) / .8)}.border-t-aui-destructive\/85{border-top-color:hsl(var(--destructive) / .85)}.border-t-aui-destructive\/90{border-top-color:hsl(var(--destructive) / .9)}.border-t-aui-destructive\/95{border-top-color:hsl(var(--destructive) / .95)}.border-t-aui-foreground{border-top-color:hsl(var(--foreground))}.border-t-aui-foreground\/0{border-top-color:hsl(var(--foreground) / 0)}.border-t-aui-foreground\/10{border-top-color:hsl(var(--foreground) / .1)}.border-t-aui-foreground\/100{border-top-color:hsl(var(--foreground) / 1)}.border-t-aui-foreground\/15{border-top-color:hsl(var(--foreground) / .15)}.border-t-aui-foreground\/20{border-top-color:hsl(var(--foreground) / .2)}.border-t-aui-foreground\/25{border-top-color:hsl(var(--foreground) / .25)}.border-t-aui-foreground\/30{border-top-color:hsl(var(--foreground) / .3)}.border-t-aui-foreground\/35{border-top-color:hsl(var(--foreground) / .35)}.border-t-aui-foreground\/40{border-top-color:hsl(var(--foreground) / .4)}.border-t-aui-foreground\/45{border-top-color:hsl(var(--foreground) / .45)}.border-t-aui-foreground\/5{border-top-color:hsl(var(--foreground) / .05)}.border-t-aui-foreground\/50{border-top-color:hsl(var(--foreground) / .5)}.border-t-aui-foreground\/55{border-top-color:hsl(var(--foreground) / .55)}.border-t-aui-foreground\/60{border-top-color:hsl(var(--foreground) / .6)}.border-t-aui-foreground\/65{border-top-color:hsl(var(--foreground) / .65)}.border-t-aui-foreground\/70{border-top-color:hsl(var(--foreground) / .7)}.border-t-aui-foreground\/75{border-top-color:hsl(var(--foreground) / .75)}.border-t-aui-foreground\/80{border-top-color:hsl(var(--foreground) / .8)}.border-t-aui-foreground\/85{border-top-color:hsl(var(--foreground) / .85)}.border-t-aui-foreground\/90{border-top-color:hsl(var(--foreground) / .9)}.border-t-aui-foreground\/95{border-top-color:hsl(var(--foreground) / .95)}.border-t-aui-input{border-top-color:hsl(var(--input))}.border-t-aui-input\/0{border-top-color:hsl(var(--input) / 0)}.border-t-aui-input\/10{border-top-color:hsl(var(--input) / .1)}.border-t-aui-input\/100{border-top-color:hsl(var(--input) / 1)}.border-t-aui-input\/15{border-top-color:hsl(var(--input) / .15)}.border-t-aui-input\/20{border-top-color:hsl(var(--input) / .2)}.border-t-aui-input\/25{border-top-color:hsl(var(--input) / .25)}.border-t-aui-input\/30{border-top-color:hsl(var(--input) / .3)}.border-t-aui-input\/35{border-top-color:hsl(var(--input) / .35)}.border-t-aui-input\/40{border-top-color:hsl(var(--input) / .4)}.border-t-aui-input\/45{border-top-color:hsl(var(--input) / .45)}.border-t-aui-input\/5{border-top-color:hsl(var(--input) / .05)}.border-t-aui-input\/50{border-top-color:hsl(var(--input) / .5)}.border-t-aui-input\/55{border-top-color:hsl(var(--input) / .55)}.border-t-aui-input\/60{border-top-color:hsl(var(--input) / .6)}.border-t-aui-input\/65{border-top-color:hsl(var(--input) / .65)}.border-t-aui-input\/70{border-top-color:hsl(var(--input) / .7)}.border-t-aui-input\/75{border-top-color:hsl(var(--input) / .75)}.border-t-aui-input\/80{border-top-color:hsl(var(--input) / .8)}.border-t-aui-input\/85{border-top-color:hsl(var(--input) / .85)}.border-t-aui-input\/90{border-top-color:hsl(var(--input) / .9)}.border-t-aui-input\/95{border-top-color:hsl(var(--input) / .95)}.border-t-aui-muted{border-top-color:hsl(var(--muted))}.border-t-aui-muted-foreground{border-top-color:hsl(var(--muted-foreground))}.border-t-aui-muted-foreground\/0{border-top-color:hsl(var(--muted-foreground) / 0)}.border-t-aui-muted-foreground\/10{border-top-color:hsl(var(--muted-foreground) / .1)}.border-t-aui-muted-foreground\/100{border-top-color:hsl(var(--muted-foreground) / 1)}.border-t-aui-muted-foreground\/15{border-top-color:hsl(var(--muted-foreground) / .15)}.border-t-aui-muted-foreground\/20{border-top-color:hsl(var(--muted-foreground) / .2)}.border-t-aui-muted-foreground\/25{border-top-color:hsl(var(--muted-foreground) / .25)}.border-t-aui-muted-foreground\/30{border-top-color:hsl(var(--muted-foreground) / .3)}.border-t-aui-muted-foreground\/35{border-top-color:hsl(var(--muted-foreground) / .35)}.border-t-aui-muted-foreground\/40{border-top-color:hsl(var(--muted-foreground) / .4)}.border-t-aui-muted-foreground\/45{border-top-color:hsl(var(--muted-foreground) / .45)}.border-t-aui-muted-foreground\/5{border-top-color:hsl(var(--muted-foreground) / .05)}.border-t-aui-muted-foreground\/50{border-top-color:hsl(var(--muted-foreground) / .5)}.border-t-aui-muted-foreground\/55{border-top-color:hsl(var(--muted-foreground) / .55)}.border-t-aui-muted-foreground\/60{border-top-color:hsl(var(--muted-foreground) / .6)}.border-t-aui-muted-foreground\/65{border-top-color:hsl(var(--muted-foreground) / .65)}.border-t-aui-muted-foreground\/70{border-top-color:hsl(var(--muted-foreground) / .7)}.border-t-aui-muted-foreground\/75{border-top-color:hsl(var(--muted-foreground) / .75)}.border-t-aui-muted-foreground\/80{border-top-color:hsl(var(--muted-foreground) / .8)}.border-t-aui-muted-foreground\/85{border-top-color:hsl(var(--muted-foreground) / .85)}.border-t-aui-muted-foreground\/90{border-top-color:hsl(var(--muted-foreground) / .9)}.border-t-aui-muted-foreground\/95{border-top-color:hsl(var(--muted-foreground) / .95)}.border-t-aui-muted\/0{border-top-color:hsl(var(--muted) / 0)}.border-t-aui-muted\/10{border-top-color:hsl(var(--muted) / .1)}.border-t-aui-muted\/100{border-top-color:hsl(var(--muted) / 1)}.border-t-aui-muted\/15{border-top-color:hsl(var(--muted) / .15)}.border-t-aui-muted\/20{border-top-color:hsl(var(--muted) / .2)}.border-t-aui-muted\/25{border-top-color:hsl(var(--muted) / .25)}.border-t-aui-muted\/30{border-top-color:hsl(var(--muted) / .3)}.border-t-aui-muted\/35{border-top-color:hsl(var(--muted) / .35)}.border-t-aui-muted\/40{border-top-color:hsl(var(--muted) / .4)}.border-t-aui-muted\/45{border-top-color:hsl(var(--muted) / .45)}.border-t-aui-muted\/5{border-top-color:hsl(var(--muted) / .05)}.border-t-aui-muted\/50{border-top-color:hsl(var(--muted) / .5)}.border-t-aui-muted\/55{border-top-color:hsl(var(--muted) / .55)}.border-t-aui-muted\/60{border-top-color:hsl(var(--muted) / .6)}.border-t-aui-muted\/65{border-top-color:hsl(var(--muted) / .65)}.border-t-aui-muted\/70{border-top-color:hsl(var(--muted) / .7)}.border-t-aui-muted\/75{border-top-color:hsl(var(--muted) / .75)}.border-t-aui-muted\/80{border-top-color:hsl(var(--muted) / .8)}.border-t-aui-muted\/85{border-top-color:hsl(var(--muted) / .85)}.border-t-aui-muted\/90{border-top-color:hsl(var(--muted) / .9)}.border-t-aui-muted\/95{border-top-color:hsl(var(--muted) / .95)}.border-t-aui-popover{border-top-color:hsl(var(--popover))}.border-t-aui-popover-foreground{border-top-color:hsl(var(--popover-foreground))}.border-t-aui-popover-foreground\/0{border-top-color:hsl(var(--popover-foreground) / 0)}.border-t-aui-popover-foreground\/10{border-top-color:hsl(var(--popover-foreground) / .1)}.border-t-aui-popover-foreground\/100{border-top-color:hsl(var(--popover-foreground) / 1)}.border-t-aui-popover-foreground\/15{border-top-color:hsl(var(--popover-foreground) / .15)}.border-t-aui-popover-foreground\/20{border-top-color:hsl(var(--popover-foreground) / .2)}.border-t-aui-popover-foreground\/25{border-top-color:hsl(var(--popover-foreground) / .25)}.border-t-aui-popover-foreground\/30{border-top-color:hsl(var(--popover-foreground) / .3)}.border-t-aui-popover-foreground\/35{border-top-color:hsl(var(--popover-foreground) / .35)}.border-t-aui-popover-foreground\/40{border-top-color:hsl(var(--popover-foreground) / .4)}.border-t-aui-popover-foreground\/45{border-top-color:hsl(var(--popover-foreground) / .45)}.border-t-aui-popover-foreground\/5{border-top-color:hsl(var(--popover-foreground) / .05)}.border-t-aui-popover-foreground\/50{border-top-color:hsl(var(--popover-foreground) / .5)}.border-t-aui-popover-foreground\/55{border-top-color:hsl(var(--popover-foreground) / .55)}.border-t-aui-popover-foreground\/60{border-top-color:hsl(var(--popover-foreground) / .6)}.border-t-aui-popover-foreground\/65{border-top-color:hsl(var(--popover-foreground) / .65)}.border-t-aui-popover-foreground\/70{border-top-color:hsl(var(--popover-foreground) / .7)}.border-t-aui-popover-foreground\/75{border-top-color:hsl(var(--popover-foreground) / .75)}.border-t-aui-popover-foreground\/80{border-top-color:hsl(var(--popover-foreground) / .8)}.border-t-aui-popover-foreground\/85{border-top-color:hsl(var(--popover-foreground) / .85)}.border-t-aui-popover-foreground\/90{border-top-color:hsl(var(--popover-foreground) / .9)}.border-t-aui-popover-foreground\/95{border-top-color:hsl(var(--popover-foreground) / .95)}.border-t-aui-popover\/0{border-top-color:hsl(var(--popover) / 0)}.border-t-aui-popover\/10{border-top-color:hsl(var(--popover) / .1)}.border-t-aui-popover\/100{border-top-color:hsl(var(--popover) / 1)}.border-t-aui-popover\/15{border-top-color:hsl(var(--popover) / .15)}.border-t-aui-popover\/20{border-top-color:hsl(var(--popover) / .2)}.border-t-aui-popover\/25{border-top-color:hsl(var(--popover) / .25)}.border-t-aui-popover\/30{border-top-color:hsl(var(--popover) / .3)}.border-t-aui-popover\/35{border-top-color:hsl(var(--popover) / .35)}.border-t-aui-popover\/40{border-top-color:hsl(var(--popover) / .4)}.border-t-aui-popover\/45{border-top-color:hsl(var(--popover) / .45)}.border-t-aui-popover\/5{border-top-color:hsl(var(--popover) / .05)}.border-t-aui-popover\/50{border-top-color:hsl(var(--popover) / .5)}.border-t-aui-popover\/55{border-top-color:hsl(var(--popover) / .55)}.border-t-aui-popover\/60{border-top-color:hsl(var(--popover) / .6)}.border-t-aui-popover\/65{border-top-color:hsl(var(--popover) / .65)}.border-t-aui-popover\/70{border-top-color:hsl(var(--popover) / .7)}.border-t-aui-popover\/75{border-top-color:hsl(var(--popover) / .75)}.border-t-aui-popover\/80{border-top-color:hsl(var(--popover) / .8)}.border-t-aui-popover\/85{border-top-color:hsl(var(--popover) / .85)}.border-t-aui-popover\/90{border-top-color:hsl(var(--popover) / .9)}.border-t-aui-popover\/95{border-top-color:hsl(var(--popover) / .95)}.border-t-aui-primary{border-top-color:hsl(var(--primary))}.border-t-aui-primary-foreground{border-top-color:hsl(var(--primary-foreground))}.border-t-aui-primary-foreground\/0{border-top-color:hsl(var(--primary-foreground) / 0)}.border-t-aui-primary-foreground\/10{border-top-color:hsl(var(--primary-foreground) / .1)}.border-t-aui-primary-foreground\/100{border-top-color:hsl(var(--primary-foreground) / 1)}.border-t-aui-primary-foreground\/15{border-top-color:hsl(var(--primary-foreground) / .15)}.border-t-aui-primary-foreground\/20{border-top-color:hsl(var(--primary-foreground) / .2)}.border-t-aui-primary-foreground\/25{border-top-color:hsl(var(--primary-foreground) / .25)}.border-t-aui-primary-foreground\/30{border-top-color:hsl(var(--primary-foreground) / .3)}.border-t-aui-primary-foreground\/35{border-top-color:hsl(var(--primary-foreground) / .35)}.border-t-aui-primary-foreground\/40{border-top-color:hsl(var(--primary-foreground) / .4)}.border-t-aui-primary-foreground\/45{border-top-color:hsl(var(--primary-foreground) / .45)}.border-t-aui-primary-foreground\/5{border-top-color:hsl(var(--primary-foreground) / .05)}.border-t-aui-primary-foreground\/50{border-top-color:hsl(var(--primary-foreground) / .5)}.border-t-aui-primary-foreground\/55{border-top-color:hsl(var(--primary-foreground) / .55)}.border-t-aui-primary-foreground\/60{border-top-color:hsl(var(--primary-foreground) / .6)}.border-t-aui-primary-foreground\/65{border-top-color:hsl(var(--primary-foreground) / .65)}.border-t-aui-primary-foreground\/70{border-top-color:hsl(var(--primary-foreground) / .7)}.border-t-aui-primary-foreground\/75{border-top-color:hsl(var(--primary-foreground) / .75)}.border-t-aui-primary-foreground\/80{border-top-color:hsl(var(--primary-foreground) / .8)}.border-t-aui-primary-foreground\/85{border-top-color:hsl(var(--primary-foreground) / .85)}.border-t-aui-primary-foreground\/90{border-top-color:hsl(var(--primary-foreground) / .9)}.border-t-aui-primary-foreground\/95{border-top-color:hsl(var(--primary-foreground) / .95)}.border-t-aui-primary\/0{border-top-color:hsl(var(--primary) / 0)}.border-t-aui-primary\/10{border-top-color:hsl(var(--primary) / .1)}.border-t-aui-primary\/100{border-top-color:hsl(var(--primary) / 1)}.border-t-aui-primary\/15{border-top-color:hsl(var(--primary) / .15)}.border-t-aui-primary\/20{border-top-color:hsl(var(--primary) / .2)}.border-t-aui-primary\/25{border-top-color:hsl(var(--primary) / .25)}.border-t-aui-primary\/30{border-top-color:hsl(var(--primary) / .3)}.border-t-aui-primary\/35{border-top-color:hsl(var(--primary) / .35)}.border-t-aui-primary\/40{border-top-color:hsl(var(--primary) / .4)}.border-t-aui-primary\/45{border-top-color:hsl(var(--primary) / .45)}.border-t-aui-primary\/5{border-top-color:hsl(var(--primary) / .05)}.border-t-aui-primary\/50{border-top-color:hsl(var(--primary) / .5)}.border-t-aui-primary\/55{border-top-color:hsl(var(--primary) / .55)}.border-t-aui-primary\/60{border-top-color:hsl(var(--primary) / .6)}.border-t-aui-primary\/65{border-top-color:hsl(var(--primary) / .65)}.border-t-aui-primary\/70{border-top-color:hsl(var(--primary) / .7)}.border-t-aui-primary\/75{border-top-color:hsl(var(--primary) / .75)}.border-t-aui-primary\/80{border-top-color:hsl(var(--primary) / .8)}.border-t-aui-primary\/85{border-top-color:hsl(var(--primary) / .85)}.border-t-aui-primary\/90{border-top-color:hsl(var(--primary) / .9)}.border-t-aui-primary\/95{border-top-color:hsl(var(--primary) / .95)}.border-t-aui-ring{border-top-color:hsl(var(--ring))}.border-t-aui-ring\/0{border-top-color:hsl(var(--ring) / 0)}.border-t-aui-ring\/10{border-top-color:hsl(var(--ring) / .1)}.border-t-aui-ring\/100{border-top-color:hsl(var(--ring) / 1)}.border-t-aui-ring\/15{border-top-color:hsl(var(--ring) / .15)}.border-t-aui-ring\/20{border-top-color:hsl(var(--ring) / .2)}.border-t-aui-ring\/25{border-top-color:hsl(var(--ring) / .25)}.border-t-aui-ring\/30{border-top-color:hsl(var(--ring) / .3)}.border-t-aui-ring\/35{border-top-color:hsl(var(--ring) / .35)}.border-t-aui-ring\/40{border-top-color:hsl(var(--ring) / .4)}.border-t-aui-ring\/45{border-top-color:hsl(var(--ring) / .45)}.border-t-aui-ring\/5{border-top-color:hsl(var(--ring) / .05)}.border-t-aui-ring\/50{border-top-color:hsl(var(--ring) / .5)}.border-t-aui-ring\/55{border-top-color:hsl(var(--ring) / .55)}.border-t-aui-ring\/60{border-top-color:hsl(var(--ring) / .6)}.border-t-aui-ring\/65{border-top-color:hsl(var(--ring) / .65)}.border-t-aui-ring\/70{border-top-color:hsl(var(--ring) / .7)}.border-t-aui-ring\/75{border-top-color:hsl(var(--ring) / .75)}.border-t-aui-ring\/80{border-top-color:hsl(var(--ring) / .8)}.border-t-aui-ring\/85{border-top-color:hsl(var(--ring) / .85)}.border-t-aui-ring\/90{border-top-color:hsl(var(--ring) / .9)}.border-t-aui-ring\/95{border-top-color:hsl(var(--ring) / .95)}.border-t-aui-secondary{border-top-color:hsl(var(--secondary))}.border-t-aui-secondary-foreground{border-top-color:hsl(var(--secondary-foreground))}.border-t-aui-secondary-foreground\/0{border-top-color:hsl(var(--secondary-foreground) / 0)}.border-t-aui-secondary-foreground\/10{border-top-color:hsl(var(--secondary-foreground) / .1)}.border-t-aui-secondary-foreground\/100{border-top-color:hsl(var(--secondary-foreground) / 1)}.border-t-aui-secondary-foreground\/15{border-top-color:hsl(var(--secondary-foreground) / .15)}.border-t-aui-secondary-foreground\/20{border-top-color:hsl(var(--secondary-foreground) / .2)}.border-t-aui-secondary-foreground\/25{border-top-color:hsl(var(--secondary-foreground) / .25)}.border-t-aui-secondary-foreground\/30{border-top-color:hsl(var(--secondary-foreground) / .3)}.border-t-aui-secondary-foreground\/35{border-top-color:hsl(var(--secondary-foreground) / .35)}.border-t-aui-secondary-foreground\/40{border-top-color:hsl(var(--secondary-foreground) / .4)}.border-t-aui-secondary-foreground\/45{border-top-color:hsl(var(--secondary-foreground) / .45)}.border-t-aui-secondary-foreground\/5{border-top-color:hsl(var(--secondary-foreground) / .05)}.border-t-aui-secondary-foreground\/50{border-top-color:hsl(var(--secondary-foreground) / .5)}.border-t-aui-secondary-foreground\/55{border-top-color:hsl(var(--secondary-foreground) / .55)}.border-t-aui-secondary-foreground\/60{border-top-color:hsl(var(--secondary-foreground) / .6)}.border-t-aui-secondary-foreground\/65{border-top-color:hsl(var(--secondary-foreground) / .65)}.border-t-aui-secondary-foreground\/70{border-top-color:hsl(var(--secondary-foreground) / .7)}.border-t-aui-secondary-foreground\/75{border-top-color:hsl(var(--secondary-foreground) / .75)}.border-t-aui-secondary-foreground\/80{border-top-color:hsl(var(--secondary-foreground) / .8)}.border-t-aui-secondary-foreground\/85{border-top-color:hsl(var(--secondary-foreground) / .85)}.border-t-aui-secondary-foreground\/90{border-top-color:hsl(var(--secondary-foreground) / .9)}.border-t-aui-secondary-foreground\/95{border-top-color:hsl(var(--secondary-foreground) / .95)}.border-t-aui-secondary\/0{border-top-color:hsl(var(--secondary) / 0)}.border-t-aui-secondary\/10{border-top-color:hsl(var(--secondary) / .1)}.border-t-aui-secondary\/100{border-top-color:hsl(var(--secondary) / 1)}.border-t-aui-secondary\/15{border-top-color:hsl(var(--secondary) / .15)}.border-t-aui-secondary\/20{border-top-color:hsl(var(--secondary) / .2)}.border-t-aui-secondary\/25{border-top-color:hsl(var(--secondary) / .25)}.border-t-aui-secondary\/30{border-top-color:hsl(var(--secondary) / .3)}.border-t-aui-secondary\/35{border-top-color:hsl(var(--secondary) / .35)}.border-t-aui-secondary\/40{border-top-color:hsl(var(--secondary) / .4)}.border-t-aui-secondary\/45{border-top-color:hsl(var(--secondary) / .45)}.border-t-aui-secondary\/5{border-top-color:hsl(var(--secondary) / .05)}.border-t-aui-secondary\/50{border-top-color:hsl(var(--secondary) / .5)}.border-t-aui-secondary\/55{border-top-color:hsl(var(--secondary) / .55)}.border-t-aui-secondary\/60{border-top-color:hsl(var(--secondary) / .6)}.border-t-aui-secondary\/65{border-top-color:hsl(var(--secondary) / .65)}.border-t-aui-secondary\/70{border-top-color:hsl(var(--secondary) / .7)}.border-t-aui-secondary\/75{border-top-color:hsl(var(--secondary) / .75)}.border-t-aui-secondary\/80{border-top-color:hsl(var(--secondary) / .8)}.border-t-aui-secondary\/85{border-top-color:hsl(var(--secondary) / .85)}.border-t-aui-secondary\/90{border-top-color:hsl(var(--secondary) / .9)}.border-t-aui-secondary\/95{border-top-color:hsl(var(--secondary) / .95)}.border-t-transparent{border-top-color:transparent}.bg-\[\#1F4B57\]{--tw-bg-opacity: 1;background-color:rgb(31 75 87 / var(--tw-bg-opacity, 1))}.bg-\[\#2d2d2d\]{--tw-bg-opacity: 1;background-color:rgb(45 45 45 / var(--tw-bg-opacity, 1))}.bg-\[\#E8D3BF\]{--tw-bg-opacity: 1;background-color:rgb(232 211 191 / var(--tw-bg-opacity, 1))}.bg-\[\#F6F5F5\]{--tw-bg-opacity: 1;background-color:rgb(246 245 245 / var(--tw-bg-opacity, 1))}.bg-\[\#F9F9F9\]{--tw-bg-opacity: 1;background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-accent{background-color:hsl(var(--accent))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.bg-aui-accent{background-color:hsl(var(--accent))}.bg-aui-accent-foreground{background-color:hsl(var(--accent-foreground))}.bg-aui-accent-foreground\/0{background-color:hsl(var(--accent-foreground) / 0)}.bg-aui-accent-foreground\/10{background-color:hsl(var(--accent-foreground) / .1)}.bg-aui-accent-foreground\/100{background-color:hsl(var(--accent-foreground) / 1)}.bg-aui-accent-foreground\/15{background-color:hsl(var(--accent-foreground) / .15)}.bg-aui-accent-foreground\/20{background-color:hsl(var(--accent-foreground) / .2)}.bg-aui-accent-foreground\/25{background-color:hsl(var(--accent-foreground) / .25)}.bg-aui-accent-foreground\/30{background-color:hsl(var(--accent-foreground) / .3)}.bg-aui-accent-foreground\/35{background-color:hsl(var(--accent-foreground) / .35)}.bg-aui-accent-foreground\/40{background-color:hsl(var(--accent-foreground) / .4)}.bg-aui-accent-foreground\/45{background-color:hsl(var(--accent-foreground) / .45)}.bg-aui-accent-foreground\/5{background-color:hsl(var(--accent-foreground) / .05)}.bg-aui-accent-foreground\/50{background-color:hsl(var(--accent-foreground) / .5)}.bg-aui-accent-foreground\/55{background-color:hsl(var(--accent-foreground) / .55)}.bg-aui-accent-foreground\/60{background-color:hsl(var(--accent-foreground) / .6)}.bg-aui-accent-foreground\/65{background-color:hsl(var(--accent-foreground) / .65)}.bg-aui-accent-foreground\/70{background-color:hsl(var(--accent-foreground) / .7)}.bg-aui-accent-foreground\/75{background-color:hsl(var(--accent-foreground) / .75)}.bg-aui-accent-foreground\/80{background-color:hsl(var(--accent-foreground) / .8)}.bg-aui-accent-foreground\/85{background-color:hsl(var(--accent-foreground) / .85)}.bg-aui-accent-foreground\/90{background-color:hsl(var(--accent-foreground) / .9)}.bg-aui-accent-foreground\/95{background-color:hsl(var(--accent-foreground) / .95)}.bg-aui-accent\/0{background-color:hsl(var(--accent) / 0)}.bg-aui-accent\/10{background-color:hsl(var(--accent) / .1)}.bg-aui-accent\/100{background-color:hsl(var(--accent) / 1)}.bg-aui-accent\/15{background-color:hsl(var(--accent) / .15)}.bg-aui-accent\/20{background-color:hsl(var(--accent) / .2)}.bg-aui-accent\/25{background-color:hsl(var(--accent) / .25)}.bg-aui-accent\/30{background-color:hsl(var(--accent) / .3)}.bg-aui-accent\/35{background-color:hsl(var(--accent) / .35)}.bg-aui-accent\/40{background-color:hsl(var(--accent) / .4)}.bg-aui-accent\/45{background-color:hsl(var(--accent) / .45)}.bg-aui-accent\/5{background-color:hsl(var(--accent) / .05)}.bg-aui-accent\/50{background-color:hsl(var(--accent) / .5)}.bg-aui-accent\/55{background-color:hsl(var(--accent) / .55)}.bg-aui-accent\/60{background-color:hsl(var(--accent) / .6)}.bg-aui-accent\/65{background-color:hsl(var(--accent) / .65)}.bg-aui-accent\/70{background-color:hsl(var(--accent) / .7)}.bg-aui-accent\/75{background-color:hsl(var(--accent) / .75)}.bg-aui-accent\/80{background-color:hsl(var(--accent) / .8)}.bg-aui-accent\/85{background-color:hsl(var(--accent) / .85)}.bg-aui-accent\/90{background-color:hsl(var(--accent) / .9)}.bg-aui-accent\/95{background-color:hsl(var(--accent) / .95)}.bg-aui-background{background-color:hsl(var(--background))}.bg-aui-background\/0{background-color:hsl(var(--background) / 0)}.bg-aui-background\/10{background-color:hsl(var(--background) / .1)}.bg-aui-background\/100{background-color:hsl(var(--background) / 1)}.bg-aui-background\/15{background-color:hsl(var(--background) / .15)}.bg-aui-background\/20{background-color:hsl(var(--background) / .2)}.bg-aui-background\/25{background-color:hsl(var(--background) / .25)}.bg-aui-background\/30{background-color:hsl(var(--background) / .3)}.bg-aui-background\/35{background-color:hsl(var(--background) / .35)}.bg-aui-background\/40{background-color:hsl(var(--background) / .4)}.bg-aui-background\/45{background-color:hsl(var(--background) / .45)}.bg-aui-background\/5{background-color:hsl(var(--background) / .05)}.bg-aui-background\/50{background-color:hsl(var(--background) / .5)}.bg-aui-background\/55{background-color:hsl(var(--background) / .55)}.bg-aui-background\/60{background-color:hsl(var(--background) / .6)}.bg-aui-background\/65{background-color:hsl(var(--background) / .65)}.bg-aui-background\/70{background-color:hsl(var(--background) / .7)}.bg-aui-background\/75{background-color:hsl(var(--background) / .75)}.bg-aui-background\/80{background-color:hsl(var(--background) / .8)}.bg-aui-background\/85{background-color:hsl(var(--background) / .85)}.bg-aui-background\/90{background-color:hsl(var(--background) / .9)}.bg-aui-background\/95{background-color:hsl(var(--background) / .95)}.bg-aui-border{background-color:hsl(var(--border))}.bg-aui-border\/0{background-color:hsl(var(--border) / 0)}.bg-aui-border\/10{background-color:hsl(var(--border) / .1)}.bg-aui-border\/100{background-color:hsl(var(--border) / 1)}.bg-aui-border\/15{background-color:hsl(var(--border) / .15)}.bg-aui-border\/20{background-color:hsl(var(--border) / .2)}.bg-aui-border\/25{background-color:hsl(var(--border) / .25)}.bg-aui-border\/30{background-color:hsl(var(--border) / .3)}.bg-aui-border\/35{background-color:hsl(var(--border) / .35)}.bg-aui-border\/40{background-color:hsl(var(--border) / .4)}.bg-aui-border\/45{background-color:hsl(var(--border) / .45)}.bg-aui-border\/5{background-color:hsl(var(--border) / .05)}.bg-aui-border\/50{background-color:hsl(var(--border) / .5)}.bg-aui-border\/55{background-color:hsl(var(--border) / .55)}.bg-aui-border\/60{background-color:hsl(var(--border) / .6)}.bg-aui-border\/65{background-color:hsl(var(--border) / .65)}.bg-aui-border\/70{background-color:hsl(var(--border) / .7)}.bg-aui-border\/75{background-color:hsl(var(--border) / .75)}.bg-aui-border\/80{background-color:hsl(var(--border) / .8)}.bg-aui-border\/85{background-color:hsl(var(--border) / .85)}.bg-aui-border\/90{background-color:hsl(var(--border) / .9)}.bg-aui-border\/95{background-color:hsl(var(--border) / .95)}.bg-aui-card{background-color:hsl(var(--card))}.bg-aui-card-foreground{background-color:hsl(var(--card-foreground))}.bg-aui-card-foreground\/0{background-color:hsl(var(--card-foreground) / 0)}.bg-aui-card-foreground\/10{background-color:hsl(var(--card-foreground) / .1)}.bg-aui-card-foreground\/100{background-color:hsl(var(--card-foreground) / 1)}.bg-aui-card-foreground\/15{background-color:hsl(var(--card-foreground) / .15)}.bg-aui-card-foreground\/20{background-color:hsl(var(--card-foreground) / .2)}.bg-aui-card-foreground\/25{background-color:hsl(var(--card-foreground) / .25)}.bg-aui-card-foreground\/30{background-color:hsl(var(--card-foreground) / .3)}.bg-aui-card-foreground\/35{background-color:hsl(var(--card-foreground) / .35)}.bg-aui-card-foreground\/40{background-color:hsl(var(--card-foreground) / .4)}.bg-aui-card-foreground\/45{background-color:hsl(var(--card-foreground) / .45)}.bg-aui-card-foreground\/5{background-color:hsl(var(--card-foreground) / .05)}.bg-aui-card-foreground\/50{background-color:hsl(var(--card-foreground) / .5)}.bg-aui-card-foreground\/55{background-color:hsl(var(--card-foreground) / .55)}.bg-aui-card-foreground\/60{background-color:hsl(var(--card-foreground) / .6)}.bg-aui-card-foreground\/65{background-color:hsl(var(--card-foreground) / .65)}.bg-aui-card-foreground\/70{background-color:hsl(var(--card-foreground) / .7)}.bg-aui-card-foreground\/75{background-color:hsl(var(--card-foreground) / .75)}.bg-aui-card-foreground\/80{background-color:hsl(var(--card-foreground) / .8)}.bg-aui-card-foreground\/85{background-color:hsl(var(--card-foreground) / .85)}.bg-aui-card-foreground\/90{background-color:hsl(var(--card-foreground) / .9)}.bg-aui-card-foreground\/95{background-color:hsl(var(--card-foreground) / .95)}.bg-aui-card\/0{background-color:hsl(var(--card) / 0)}.bg-aui-card\/10{background-color:hsl(var(--card) / .1)}.bg-aui-card\/100{background-color:hsl(var(--card) / 1)}.bg-aui-card\/15{background-color:hsl(var(--card) / .15)}.bg-aui-card\/20{background-color:hsl(var(--card) / .2)}.bg-aui-card\/25{background-color:hsl(var(--card) / .25)}.bg-aui-card\/30{background-color:hsl(var(--card) / .3)}.bg-aui-card\/35{background-color:hsl(var(--card) / .35)}.bg-aui-card\/40{background-color:hsl(var(--card) / .4)}.bg-aui-card\/45{background-color:hsl(var(--card) / .45)}.bg-aui-card\/5{background-color:hsl(var(--card) / .05)}.bg-aui-card\/50{background-color:hsl(var(--card) / .5)}.bg-aui-card\/55{background-color:hsl(var(--card) / .55)}.bg-aui-card\/60{background-color:hsl(var(--card) / .6)}.bg-aui-card\/65{background-color:hsl(var(--card) / .65)}.bg-aui-card\/70{background-color:hsl(var(--card) / .7)}.bg-aui-card\/75{background-color:hsl(var(--card) / .75)}.bg-aui-card\/80{background-color:hsl(var(--card) / .8)}.bg-aui-card\/85{background-color:hsl(var(--card) / .85)}.bg-aui-card\/90{background-color:hsl(var(--card) / .9)}.bg-aui-card\/95{background-color:hsl(var(--card) / .95)}.bg-aui-destructive{background-color:hsl(var(--destructive))}.bg-aui-destructive-foreground{background-color:hsl(var(--destructive-foreground))}.bg-aui-destructive-foreground\/0{background-color:hsl(var(--destructive-foreground) / 0)}.bg-aui-destructive-foreground\/10{background-color:hsl(var(--destructive-foreground) / .1)}.bg-aui-destructive-foreground\/100{background-color:hsl(var(--destructive-foreground) / 1)}.bg-aui-destructive-foreground\/15{background-color:hsl(var(--destructive-foreground) / .15)}.bg-aui-destructive-foreground\/20{background-color:hsl(var(--destructive-foreground) / .2)}.bg-aui-destructive-foreground\/25{background-color:hsl(var(--destructive-foreground) / .25)}.bg-aui-destructive-foreground\/30{background-color:hsl(var(--destructive-foreground) / .3)}.bg-aui-destructive-foreground\/35{background-color:hsl(var(--destructive-foreground) / .35)}.bg-aui-destructive-foreground\/40{background-color:hsl(var(--destructive-foreground) / .4)}.bg-aui-destructive-foreground\/45{background-color:hsl(var(--destructive-foreground) / .45)}.bg-aui-destructive-foreground\/5{background-color:hsl(var(--destructive-foreground) / .05)}.bg-aui-destructive-foreground\/50{background-color:hsl(var(--destructive-foreground) / .5)}.bg-aui-destructive-foreground\/55{background-color:hsl(var(--destructive-foreground) / .55)}.bg-aui-destructive-foreground\/60{background-color:hsl(var(--destructive-foreground) / .6)}.bg-aui-destructive-foreground\/65{background-color:hsl(var(--destructive-foreground) / .65)}.bg-aui-destructive-foreground\/70{background-color:hsl(var(--destructive-foreground) / .7)}.bg-aui-destructive-foreground\/75{background-color:hsl(var(--destructive-foreground) / .75)}.bg-aui-destructive-foreground\/80{background-color:hsl(var(--destructive-foreground) / .8)}.bg-aui-destructive-foreground\/85{background-color:hsl(var(--destructive-foreground) / .85)}.bg-aui-destructive-foreground\/90{background-color:hsl(var(--destructive-foreground) / .9)}.bg-aui-destructive-foreground\/95{background-color:hsl(var(--destructive-foreground) / .95)}.bg-aui-destructive\/0{background-color:hsl(var(--destructive) / 0)}.bg-aui-destructive\/10{background-color:hsl(var(--destructive) / .1)}.bg-aui-destructive\/100{background-color:hsl(var(--destructive) / 1)}.bg-aui-destructive\/15{background-color:hsl(var(--destructive) / .15)}.bg-aui-destructive\/20{background-color:hsl(var(--destructive) / .2)}.bg-aui-destructive\/25{background-color:hsl(var(--destructive) / .25)}.bg-aui-destructive\/30{background-color:hsl(var(--destructive) / .3)}.bg-aui-destructive\/35{background-color:hsl(var(--destructive) / .35)}.bg-aui-destructive\/40{background-color:hsl(var(--destructive) / .4)}.bg-aui-destructive\/45{background-color:hsl(var(--destructive) / .45)}.bg-aui-destructive\/5{background-color:hsl(var(--destructive) / .05)}.bg-aui-destructive\/50{background-color:hsl(var(--destructive) / .5)}.bg-aui-destructive\/55{background-color:hsl(var(--destructive) / .55)}.bg-aui-destructive\/60{background-color:hsl(var(--destructive) / .6)}.bg-aui-destructive\/65{background-color:hsl(var(--destructive) / .65)}.bg-aui-destructive\/70{background-color:hsl(var(--destructive) / .7)}.bg-aui-destructive\/75{background-color:hsl(var(--destructive) / .75)}.bg-aui-destructive\/80{background-color:hsl(var(--destructive) / .8)}.bg-aui-destructive\/85{background-color:hsl(var(--destructive) / .85)}.bg-aui-destructive\/90{background-color:hsl(var(--destructive) / .9)}.bg-aui-destructive\/95{background-color:hsl(var(--destructive) / .95)}.bg-aui-foreground{background-color:hsl(var(--foreground))}.bg-aui-foreground\/0{background-color:hsl(var(--foreground) / 0)}.bg-aui-foreground\/10{background-color:hsl(var(--foreground) / .1)}.bg-aui-foreground\/100{background-color:hsl(var(--foreground) / 1)}.bg-aui-foreground\/15{background-color:hsl(var(--foreground) / .15)}.bg-aui-foreground\/20{background-color:hsl(var(--foreground) / .2)}.bg-aui-foreground\/25{background-color:hsl(var(--foreground) / .25)}.bg-aui-foreground\/30{background-color:hsl(var(--foreground) / .3)}.bg-aui-foreground\/35{background-color:hsl(var(--foreground) / .35)}.bg-aui-foreground\/40{background-color:hsl(var(--foreground) / .4)}.bg-aui-foreground\/45{background-color:hsl(var(--foreground) / .45)}.bg-aui-foreground\/5{background-color:hsl(var(--foreground) / .05)}.bg-aui-foreground\/50{background-color:hsl(var(--foreground) / .5)}.bg-aui-foreground\/55{background-color:hsl(var(--foreground) / .55)}.bg-aui-foreground\/60{background-color:hsl(var(--foreground) / .6)}.bg-aui-foreground\/65{background-color:hsl(var(--foreground) / .65)}.bg-aui-foreground\/70{background-color:hsl(var(--foreground) / .7)}.bg-aui-foreground\/75{background-color:hsl(var(--foreground) / .75)}.bg-aui-foreground\/80{background-color:hsl(var(--foreground) / .8)}.bg-aui-foreground\/85{background-color:hsl(var(--foreground) / .85)}.bg-aui-foreground\/90{background-color:hsl(var(--foreground) / .9)}.bg-aui-foreground\/95{background-color:hsl(var(--foreground) / .95)}.bg-aui-input{background-color:hsl(var(--input))}.bg-aui-input\/0{background-color:hsl(var(--input) / 0)}.bg-aui-input\/10{background-color:hsl(var(--input) / .1)}.bg-aui-input\/100{background-color:hsl(var(--input) / 1)}.bg-aui-input\/15{background-color:hsl(var(--input) / .15)}.bg-aui-input\/20{background-color:hsl(var(--input) / .2)}.bg-aui-input\/25{background-color:hsl(var(--input) / .25)}.bg-aui-input\/30{background-color:hsl(var(--input) / .3)}.bg-aui-input\/35{background-color:hsl(var(--input) / .35)}.bg-aui-input\/40{background-color:hsl(var(--input) / .4)}.bg-aui-input\/45{background-color:hsl(var(--input) / .45)}.bg-aui-input\/5{background-color:hsl(var(--input) / .05)}.bg-aui-input\/50{background-color:hsl(var(--input) / .5)}.bg-aui-input\/55{background-color:hsl(var(--input) / .55)}.bg-aui-input\/60{background-color:hsl(var(--input) / .6)}.bg-aui-input\/65{background-color:hsl(var(--input) / .65)}.bg-aui-input\/70{background-color:hsl(var(--input) / .7)}.bg-aui-input\/75{background-color:hsl(var(--input) / .75)}.bg-aui-input\/80{background-color:hsl(var(--input) / .8)}.bg-aui-input\/85{background-color:hsl(var(--input) / .85)}.bg-aui-input\/90{background-color:hsl(var(--input) / .9)}.bg-aui-input\/95{background-color:hsl(var(--input) / .95)}.bg-aui-muted{background-color:hsl(var(--muted))}.bg-aui-muted-foreground{background-color:hsl(var(--muted-foreground))}.bg-aui-muted-foreground\/0{background-color:hsl(var(--muted-foreground) / 0)}.bg-aui-muted-foreground\/10{background-color:hsl(var(--muted-foreground) / .1)}.bg-aui-muted-foreground\/100{background-color:hsl(var(--muted-foreground) / 1)}.bg-aui-muted-foreground\/15{background-color:hsl(var(--muted-foreground) / .15)}.bg-aui-muted-foreground\/20{background-color:hsl(var(--muted-foreground) / .2)}.bg-aui-muted-foreground\/25{background-color:hsl(var(--muted-foreground) / .25)}.bg-aui-muted-foreground\/30{background-color:hsl(var(--muted-foreground) / .3)}.bg-aui-muted-foreground\/35{background-color:hsl(var(--muted-foreground) / .35)}.bg-aui-muted-foreground\/40{background-color:hsl(var(--muted-foreground) / .4)}.bg-aui-muted-foreground\/45{background-color:hsl(var(--muted-foreground) / .45)}.bg-aui-muted-foreground\/5{background-color:hsl(var(--muted-foreground) / .05)}.bg-aui-muted-foreground\/50{background-color:hsl(var(--muted-foreground) / .5)}.bg-aui-muted-foreground\/55{background-color:hsl(var(--muted-foreground) / .55)}.bg-aui-muted-foreground\/60{background-color:hsl(var(--muted-foreground) / .6)}.bg-aui-muted-foreground\/65{background-color:hsl(var(--muted-foreground) / .65)}.bg-aui-muted-foreground\/70{background-color:hsl(var(--muted-foreground) / .7)}.bg-aui-muted-foreground\/75{background-color:hsl(var(--muted-foreground) / .75)}.bg-aui-muted-foreground\/80{background-color:hsl(var(--muted-foreground) / .8)}.bg-aui-muted-foreground\/85{background-color:hsl(var(--muted-foreground) / .85)}.bg-aui-muted-foreground\/90{background-color:hsl(var(--muted-foreground) / .9)}.bg-aui-muted-foreground\/95{background-color:hsl(var(--muted-foreground) / .95)}.bg-aui-muted\/0{background-color:hsl(var(--muted) / 0)}.bg-aui-muted\/10{background-color:hsl(var(--muted) / .1)}.bg-aui-muted\/100{background-color:hsl(var(--muted) / 1)}.bg-aui-muted\/15{background-color:hsl(var(--muted) / .15)}.bg-aui-muted\/20{background-color:hsl(var(--muted) / .2)}.bg-aui-muted\/25{background-color:hsl(var(--muted) / .25)}.bg-aui-muted\/30{background-color:hsl(var(--muted) / .3)}.bg-aui-muted\/35{background-color:hsl(var(--muted) / .35)}.bg-aui-muted\/40{background-color:hsl(var(--muted) / .4)}.bg-aui-muted\/45{background-color:hsl(var(--muted) / .45)}.bg-aui-muted\/5{background-color:hsl(var(--muted) / .05)}.bg-aui-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-aui-muted\/55{background-color:hsl(var(--muted) / .55)}.bg-aui-muted\/60{background-color:hsl(var(--muted) / .6)}.bg-aui-muted\/65{background-color:hsl(var(--muted) / .65)}.bg-aui-muted\/70{background-color:hsl(var(--muted) / .7)}.bg-aui-muted\/75{background-color:hsl(var(--muted) / .75)}.bg-aui-muted\/80{background-color:hsl(var(--muted) / .8)}.bg-aui-muted\/85{background-color:hsl(var(--muted) / .85)}.bg-aui-muted\/90{background-color:hsl(var(--muted) / .9)}.bg-aui-muted\/95{background-color:hsl(var(--muted) / .95)}.bg-aui-popover{background-color:hsl(var(--popover))}.bg-aui-popover-foreground{background-color:hsl(var(--popover-foreground))}.bg-aui-popover-foreground\/0{background-color:hsl(var(--popover-foreground) / 0)}.bg-aui-popover-foreground\/10{background-color:hsl(var(--popover-foreground) / .1)}.bg-aui-popover-foreground\/100{background-color:hsl(var(--popover-foreground) / 1)}.bg-aui-popover-foreground\/15{background-color:hsl(var(--popover-foreground) / .15)}.bg-aui-popover-foreground\/20{background-color:hsl(var(--popover-foreground) / .2)}.bg-aui-popover-foreground\/25{background-color:hsl(var(--popover-foreground) / .25)}.bg-aui-popover-foreground\/30{background-color:hsl(var(--popover-foreground) / .3)}.bg-aui-popover-foreground\/35{background-color:hsl(var(--popover-foreground) / .35)}.bg-aui-popover-foreground\/40{background-color:hsl(var(--popover-foreground) / .4)}.bg-aui-popover-foreground\/45{background-color:hsl(var(--popover-foreground) / .45)}.bg-aui-popover-foreground\/5{background-color:hsl(var(--popover-foreground) / .05)}.bg-aui-popover-foreground\/50{background-color:hsl(var(--popover-foreground) / .5)}.bg-aui-popover-foreground\/55{background-color:hsl(var(--popover-foreground) / .55)}.bg-aui-popover-foreground\/60{background-color:hsl(var(--popover-foreground) / .6)}.bg-aui-popover-foreground\/65{background-color:hsl(var(--popover-foreground) / .65)}.bg-aui-popover-foreground\/70{background-color:hsl(var(--popover-foreground) / .7)}.bg-aui-popover-foreground\/75{background-color:hsl(var(--popover-foreground) / .75)}.bg-aui-popover-foreground\/80{background-color:hsl(var(--popover-foreground) / .8)}.bg-aui-popover-foreground\/85{background-color:hsl(var(--popover-foreground) / .85)}.bg-aui-popover-foreground\/90{background-color:hsl(var(--popover-foreground) / .9)}.bg-aui-popover-foreground\/95{background-color:hsl(var(--popover-foreground) / .95)}.bg-aui-popover\/0{background-color:hsl(var(--popover) / 0)}.bg-aui-popover\/10{background-color:hsl(var(--popover) / .1)}.bg-aui-popover\/100{background-color:hsl(var(--popover) / 1)}.bg-aui-popover\/15{background-color:hsl(var(--popover) / .15)}.bg-aui-popover\/20{background-color:hsl(var(--popover) / .2)}.bg-aui-popover\/25{background-color:hsl(var(--popover) / .25)}.bg-aui-popover\/30{background-color:hsl(var(--popover) / .3)}.bg-aui-popover\/35{background-color:hsl(var(--popover) / .35)}.bg-aui-popover\/40{background-color:hsl(var(--popover) / .4)}.bg-aui-popover\/45{background-color:hsl(var(--popover) / .45)}.bg-aui-popover\/5{background-color:hsl(var(--popover) / .05)}.bg-aui-popover\/50{background-color:hsl(var(--popover) / .5)}.bg-aui-popover\/55{background-color:hsl(var(--popover) / .55)}.bg-aui-popover\/60{background-color:hsl(var(--popover) / .6)}.bg-aui-popover\/65{background-color:hsl(var(--popover) / .65)}.bg-aui-popover\/70{background-color:hsl(var(--popover) / .7)}.bg-aui-popover\/75{background-color:hsl(var(--popover) / .75)}.bg-aui-popover\/80{background-color:hsl(var(--popover) / .8)}.bg-aui-popover\/85{background-color:hsl(var(--popover) / .85)}.bg-aui-popover\/90{background-color:hsl(var(--popover) / .9)}.bg-aui-popover\/95{background-color:hsl(var(--popover) / .95)}.bg-aui-primary{background-color:hsl(var(--primary))}.bg-aui-primary-foreground{background-color:hsl(var(--primary-foreground))}.bg-aui-primary-foreground\/0{background-color:hsl(var(--primary-foreground) / 0)}.bg-aui-primary-foreground\/10{background-color:hsl(var(--primary-foreground) / .1)}.bg-aui-primary-foreground\/100{background-color:hsl(var(--primary-foreground) / 1)}.bg-aui-primary-foreground\/15{background-color:hsl(var(--primary-foreground) / .15)}.bg-aui-primary-foreground\/20{background-color:hsl(var(--primary-foreground) / .2)}.bg-aui-primary-foreground\/25{background-color:hsl(var(--primary-foreground) / .25)}.bg-aui-primary-foreground\/30{background-color:hsl(var(--primary-foreground) / .3)}.bg-aui-primary-foreground\/35{background-color:hsl(var(--primary-foreground) / .35)}.bg-aui-primary-foreground\/40{background-color:hsl(var(--primary-foreground) / .4)}.bg-aui-primary-foreground\/45{background-color:hsl(var(--primary-foreground) / .45)}.bg-aui-primary-foreground\/5{background-color:hsl(var(--primary-foreground) / .05)}.bg-aui-primary-foreground\/50{background-color:hsl(var(--primary-foreground) / .5)}.bg-aui-primary-foreground\/55{background-color:hsl(var(--primary-foreground) / .55)}.bg-aui-primary-foreground\/60{background-color:hsl(var(--primary-foreground) / .6)}.bg-aui-primary-foreground\/65{background-color:hsl(var(--primary-foreground) / .65)}.bg-aui-primary-foreground\/70{background-color:hsl(var(--primary-foreground) / .7)}.bg-aui-primary-foreground\/75{background-color:hsl(var(--primary-foreground) / .75)}.bg-aui-primary-foreground\/80{background-color:hsl(var(--primary-foreground) / .8)}.bg-aui-primary-foreground\/85{background-color:hsl(var(--primary-foreground) / .85)}.bg-aui-primary-foreground\/90{background-color:hsl(var(--primary-foreground) / .9)}.bg-aui-primary-foreground\/95{background-color:hsl(var(--primary-foreground) / .95)}.bg-aui-primary\/0{background-color:hsl(var(--primary) / 0)}.bg-aui-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-aui-primary\/100{background-color:hsl(var(--primary) / 1)}.bg-aui-primary\/15{background-color:hsl(var(--primary) / .15)}.bg-aui-primary\/20{background-color:hsl(var(--primary) / .2)}.bg-aui-primary\/25{background-color:hsl(var(--primary) / .25)}.bg-aui-primary\/30{background-color:hsl(var(--primary) / .3)}.bg-aui-primary\/35{background-color:hsl(var(--primary) / .35)}.bg-aui-primary\/40{background-color:hsl(var(--primary) / .4)}.bg-aui-primary\/45{background-color:hsl(var(--primary) / .45)}.bg-aui-primary\/5{background-color:hsl(var(--primary) / .05)}.bg-aui-primary\/50{background-color:hsl(var(--primary) / .5)}.bg-aui-primary\/55{background-color:hsl(var(--primary) / .55)}.bg-aui-primary\/60{background-color:hsl(var(--primary) / .6)}.bg-aui-primary\/65{background-color:hsl(var(--primary) / .65)}.bg-aui-primary\/70{background-color:hsl(var(--primary) / .7)}.bg-aui-primary\/75{background-color:hsl(var(--primary) / .75)}.bg-aui-primary\/80{background-color:hsl(var(--primary) / .8)}.bg-aui-primary\/85{background-color:hsl(var(--primary) / .85)}.bg-aui-primary\/90{background-color:hsl(var(--primary) / .9)}.bg-aui-primary\/95{background-color:hsl(var(--primary) / .95)}.bg-aui-ring{background-color:hsl(var(--ring))}.bg-aui-ring\/0{background-color:hsl(var(--ring) / 0)}.bg-aui-ring\/10{background-color:hsl(var(--ring) / .1)}.bg-aui-ring\/100{background-color:hsl(var(--ring) / 1)}.bg-aui-ring\/15{background-color:hsl(var(--ring) / .15)}.bg-aui-ring\/20{background-color:hsl(var(--ring) / .2)}.bg-aui-ring\/25{background-color:hsl(var(--ring) / .25)}.bg-aui-ring\/30{background-color:hsl(var(--ring) / .3)}.bg-aui-ring\/35{background-color:hsl(var(--ring) / .35)}.bg-aui-ring\/40{background-color:hsl(var(--ring) / .4)}.bg-aui-ring\/45{background-color:hsl(var(--ring) / .45)}.bg-aui-ring\/5{background-color:hsl(var(--ring) / .05)}.bg-aui-ring\/50{background-color:hsl(var(--ring) / .5)}.bg-aui-ring\/55{background-color:hsl(var(--ring) / .55)}.bg-aui-ring\/60{background-color:hsl(var(--ring) / .6)}.bg-aui-ring\/65{background-color:hsl(var(--ring) / .65)}.bg-aui-ring\/70{background-color:hsl(var(--ring) / .7)}.bg-aui-ring\/75{background-color:hsl(var(--ring) / .75)}.bg-aui-ring\/80{background-color:hsl(var(--ring) / .8)}.bg-aui-ring\/85{background-color:hsl(var(--ring) / .85)}.bg-aui-ring\/90{background-color:hsl(var(--ring) / .9)}.bg-aui-ring\/95{background-color:hsl(var(--ring) / .95)}.bg-aui-secondary{background-color:hsl(var(--secondary))}.bg-aui-secondary-foreground{background-color:hsl(var(--secondary-foreground))}.bg-aui-secondary-foreground\/0{background-color:hsl(var(--secondary-foreground) / 0)}.bg-aui-secondary-foreground\/10{background-color:hsl(var(--secondary-foreground) / .1)}.bg-aui-secondary-foreground\/100{background-color:hsl(var(--secondary-foreground) / 1)}.bg-aui-secondary-foreground\/15{background-color:hsl(var(--secondary-foreground) / .15)}.bg-aui-secondary-foreground\/20{background-color:hsl(var(--secondary-foreground) / .2)}.bg-aui-secondary-foreground\/25{background-color:hsl(var(--secondary-foreground) / .25)}.bg-aui-secondary-foreground\/30{background-color:hsl(var(--secondary-foreground) / .3)}.bg-aui-secondary-foreground\/35{background-color:hsl(var(--secondary-foreground) / .35)}.bg-aui-secondary-foreground\/40{background-color:hsl(var(--secondary-foreground) / .4)}.bg-aui-secondary-foreground\/45{background-color:hsl(var(--secondary-foreground) / .45)}.bg-aui-secondary-foreground\/5{background-color:hsl(var(--secondary-foreground) / .05)}.bg-aui-secondary-foreground\/50{background-color:hsl(var(--secondary-foreground) / .5)}.bg-aui-secondary-foreground\/55{background-color:hsl(var(--secondary-foreground) / .55)}.bg-aui-secondary-foreground\/60{background-color:hsl(var(--secondary-foreground) / .6)}.bg-aui-secondary-foreground\/65{background-color:hsl(var(--secondary-foreground) / .65)}.bg-aui-secondary-foreground\/70{background-color:hsl(var(--secondary-foreground) / .7)}.bg-aui-secondary-foreground\/75{background-color:hsl(var(--secondary-foreground) / .75)}.bg-aui-secondary-foreground\/80{background-color:hsl(var(--secondary-foreground) / .8)}.bg-aui-secondary-foreground\/85{background-color:hsl(var(--secondary-foreground) / .85)}.bg-aui-secondary-foreground\/90{background-color:hsl(var(--secondary-foreground) / .9)}.bg-aui-secondary-foreground\/95{background-color:hsl(var(--secondary-foreground) / .95)}.bg-aui-secondary\/0{background-color:hsl(var(--secondary) / 0)}.bg-aui-secondary\/10{background-color:hsl(var(--secondary) / .1)}.bg-aui-secondary\/100{background-color:hsl(var(--secondary) / 1)}.bg-aui-secondary\/15{background-color:hsl(var(--secondary) / .15)}.bg-aui-secondary\/20{background-color:hsl(var(--secondary) / .2)}.bg-aui-secondary\/25{background-color:hsl(var(--secondary) / .25)}.bg-aui-secondary\/30{background-color:hsl(var(--secondary) / .3)}.bg-aui-secondary\/35{background-color:hsl(var(--secondary) / .35)}.bg-aui-secondary\/40{background-color:hsl(var(--secondary) / .4)}.bg-aui-secondary\/45{background-color:hsl(var(--secondary) / .45)}.bg-aui-secondary\/5{background-color:hsl(var(--secondary) / .05)}.bg-aui-secondary\/50{background-color:hsl(var(--secondary) / .5)}.bg-aui-secondary\/55{background-color:hsl(var(--secondary) / .55)}.bg-aui-secondary\/60{background-color:hsl(var(--secondary) / .6)}.bg-aui-secondary\/65{background-color:hsl(var(--secondary) / .65)}.bg-aui-secondary\/70{background-color:hsl(var(--secondary) / .7)}.bg-aui-secondary\/75{background-color:hsl(var(--secondary) / .75)}.bg-aui-secondary\/80{background-color:hsl(var(--secondary) / .8)}.bg-aui-secondary\/85{background-color:hsl(var(--secondary) / .85)}.bg-aui-secondary\/90{background-color:hsl(var(--secondary) / .9)}.bg-aui-secondary\/95{background-color:hsl(var(--secondary) / .95)}.bg-background{background-color:hsl(var(--background))}.bg-background\/80{background-color:hsl(var(--background) / .8)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/60{background-color:#0009}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 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-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-cosmic-blue-100{background-color:hsl(var(--cosmic-blue-100))}.bg-current{background-color:currentColor}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.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-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-800\/50{background-color:#1f293780}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / 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-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-inherit{background-color:inherit}.bg-muted{background-color:hsl(var(--muted))}.bg-muted-foreground{background-color:hsl(var(--muted-foreground))}.bg-muted\/10{background-color:hsl(var(--muted) / .1)}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-muted\/90{background-color:hsl(var(--muted) / .9)}.bg-nebula-green-100{background-color:hsl(var(--nebula-green-100))}.bg-nebula-green-200{background-color:hsl(var(--nebula-green-200))}.bg-nebula-green-500{background-color:hsl(var(--nebula-green-500))}.bg-nebula-green-700{background-color:hsl(var(--nebula-green-700))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / 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-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\/20{background-color:hsl(var(--primary) / .2)}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / 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-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-secondary\/50{background-color:hsl(var(--secondary) / .5)}.bg-sidebar{background-color:hsl(var(--sidebar-background))}.bg-sidebar-border{background-color:hsl(var(--sidebar-border))}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / 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-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))}.bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-60{--tw-bg-opacity: .6}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-none{background-image:none}.from-\[\#0a0a0a\]{--tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);--tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#1a1a1a\]{--tw-gradient-from: #1a1a1a var(--tw-gradient-from-position);--tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent{--tw-gradient-from: hsl(var(--accent)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground{--tw-gradient-from: hsl(var(--accent-foreground)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/0{--tw-gradient-from: hsl(var(--accent-foreground) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/10{--tw-gradient-from: hsl(var(--accent-foreground) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/100{--tw-gradient-from: hsl(var(--accent-foreground) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/15{--tw-gradient-from: hsl(var(--accent-foreground) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/20{--tw-gradient-from: hsl(var(--accent-foreground) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/25{--tw-gradient-from: hsl(var(--accent-foreground) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/30{--tw-gradient-from: hsl(var(--accent-foreground) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/35{--tw-gradient-from: hsl(var(--accent-foreground) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/40{--tw-gradient-from: hsl(var(--accent-foreground) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/45{--tw-gradient-from: hsl(var(--accent-foreground) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/5{--tw-gradient-from: hsl(var(--accent-foreground) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/50{--tw-gradient-from: hsl(var(--accent-foreground) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/55{--tw-gradient-from: hsl(var(--accent-foreground) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/60{--tw-gradient-from: hsl(var(--accent-foreground) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/65{--tw-gradient-from: hsl(var(--accent-foreground) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/70{--tw-gradient-from: hsl(var(--accent-foreground) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/75{--tw-gradient-from: hsl(var(--accent-foreground) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/80{--tw-gradient-from: hsl(var(--accent-foreground) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/85{--tw-gradient-from: hsl(var(--accent-foreground) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/90{--tw-gradient-from: hsl(var(--accent-foreground) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent-foreground\/95{--tw-gradient-from: hsl(var(--accent-foreground) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/0{--tw-gradient-from: hsl(var(--accent) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/10{--tw-gradient-from: hsl(var(--accent) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/100{--tw-gradient-from: hsl(var(--accent) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/15{--tw-gradient-from: hsl(var(--accent) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/20{--tw-gradient-from: hsl(var(--accent) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/25{--tw-gradient-from: hsl(var(--accent) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/30{--tw-gradient-from: hsl(var(--accent) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/35{--tw-gradient-from: hsl(var(--accent) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/40{--tw-gradient-from: hsl(var(--accent) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/45{--tw-gradient-from: hsl(var(--accent) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/5{--tw-gradient-from: hsl(var(--accent) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/50{--tw-gradient-from: hsl(var(--accent) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/55{--tw-gradient-from: hsl(var(--accent) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/60{--tw-gradient-from: hsl(var(--accent) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/65{--tw-gradient-from: hsl(var(--accent) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/70{--tw-gradient-from: hsl(var(--accent) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/75{--tw-gradient-from: hsl(var(--accent) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/80{--tw-gradient-from: hsl(var(--accent) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/85{--tw-gradient-from: hsl(var(--accent) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/90{--tw-gradient-from: hsl(var(--accent) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-accent\/95{--tw-gradient-from: hsl(var(--accent) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background{--tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/0{--tw-gradient-from: hsl(var(--background) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/10{--tw-gradient-from: hsl(var(--background) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/100{--tw-gradient-from: hsl(var(--background) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/15{--tw-gradient-from: hsl(var(--background) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/20{--tw-gradient-from: hsl(var(--background) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/25{--tw-gradient-from: hsl(var(--background) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/30{--tw-gradient-from: hsl(var(--background) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/35{--tw-gradient-from: hsl(var(--background) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/40{--tw-gradient-from: hsl(var(--background) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/45{--tw-gradient-from: hsl(var(--background) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/5{--tw-gradient-from: hsl(var(--background) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/50{--tw-gradient-from: hsl(var(--background) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/55{--tw-gradient-from: hsl(var(--background) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/60{--tw-gradient-from: hsl(var(--background) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/65{--tw-gradient-from: hsl(var(--background) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/70{--tw-gradient-from: hsl(var(--background) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/75{--tw-gradient-from: hsl(var(--background) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/80{--tw-gradient-from: hsl(var(--background) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/85{--tw-gradient-from: hsl(var(--background) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/90{--tw-gradient-from: hsl(var(--background) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-background\/95{--tw-gradient-from: hsl(var(--background) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border{--tw-gradient-from: hsl(var(--border)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/0{--tw-gradient-from: hsl(var(--border) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/10{--tw-gradient-from: hsl(var(--border) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/100{--tw-gradient-from: hsl(var(--border) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/15{--tw-gradient-from: hsl(var(--border) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/20{--tw-gradient-from: hsl(var(--border) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/25{--tw-gradient-from: hsl(var(--border) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/30{--tw-gradient-from: hsl(var(--border) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/35{--tw-gradient-from: hsl(var(--border) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/40{--tw-gradient-from: hsl(var(--border) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/45{--tw-gradient-from: hsl(var(--border) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/5{--tw-gradient-from: hsl(var(--border) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/50{--tw-gradient-from: hsl(var(--border) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/55{--tw-gradient-from: hsl(var(--border) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/60{--tw-gradient-from: hsl(var(--border) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/65{--tw-gradient-from: hsl(var(--border) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/70{--tw-gradient-from: hsl(var(--border) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/75{--tw-gradient-from: hsl(var(--border) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/80{--tw-gradient-from: hsl(var(--border) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/85{--tw-gradient-from: hsl(var(--border) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/90{--tw-gradient-from: hsl(var(--border) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-border\/95{--tw-gradient-from: hsl(var(--border) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card{--tw-gradient-from: hsl(var(--card)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground{--tw-gradient-from: hsl(var(--card-foreground)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/0{--tw-gradient-from: hsl(var(--card-foreground) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/10{--tw-gradient-from: hsl(var(--card-foreground) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/100{--tw-gradient-from: hsl(var(--card-foreground) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/15{--tw-gradient-from: hsl(var(--card-foreground) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/20{--tw-gradient-from: hsl(var(--card-foreground) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/25{--tw-gradient-from: hsl(var(--card-foreground) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/30{--tw-gradient-from: hsl(var(--card-foreground) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/35{--tw-gradient-from: hsl(var(--card-foreground) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/40{--tw-gradient-from: hsl(var(--card-foreground) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/45{--tw-gradient-from: hsl(var(--card-foreground) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/5{--tw-gradient-from: hsl(var(--card-foreground) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/50{--tw-gradient-from: hsl(var(--card-foreground) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/55{--tw-gradient-from: hsl(var(--card-foreground) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/60{--tw-gradient-from: hsl(var(--card-foreground) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/65{--tw-gradient-from: hsl(var(--card-foreground) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/70{--tw-gradient-from: hsl(var(--card-foreground) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/75{--tw-gradient-from: hsl(var(--card-foreground) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/80{--tw-gradient-from: hsl(var(--card-foreground) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/85{--tw-gradient-from: hsl(var(--card-foreground) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/90{--tw-gradient-from: hsl(var(--card-foreground) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card-foreground\/95{--tw-gradient-from: hsl(var(--card-foreground) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/0{--tw-gradient-from: hsl(var(--card) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/10{--tw-gradient-from: hsl(var(--card) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/100{--tw-gradient-from: hsl(var(--card) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/15{--tw-gradient-from: hsl(var(--card) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/20{--tw-gradient-from: hsl(var(--card) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/25{--tw-gradient-from: hsl(var(--card) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/30{--tw-gradient-from: hsl(var(--card) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/35{--tw-gradient-from: hsl(var(--card) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/40{--tw-gradient-from: hsl(var(--card) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/45{--tw-gradient-from: hsl(var(--card) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/5{--tw-gradient-from: hsl(var(--card) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/50{--tw-gradient-from: hsl(var(--card) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/55{--tw-gradient-from: hsl(var(--card) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/60{--tw-gradient-from: hsl(var(--card) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/65{--tw-gradient-from: hsl(var(--card) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/70{--tw-gradient-from: hsl(var(--card) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/75{--tw-gradient-from: hsl(var(--card) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/80{--tw-gradient-from: hsl(var(--card) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/85{--tw-gradient-from: hsl(var(--card) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/90{--tw-gradient-from: hsl(var(--card) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-card\/95{--tw-gradient-from: hsl(var(--card) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive{--tw-gradient-from: hsl(var(--destructive)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground{--tw-gradient-from: hsl(var(--destructive-foreground)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/0{--tw-gradient-from: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/10{--tw-gradient-from: hsl(var(--destructive-foreground) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/100{--tw-gradient-from: hsl(var(--destructive-foreground) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/15{--tw-gradient-from: hsl(var(--destructive-foreground) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/20{--tw-gradient-from: hsl(var(--destructive-foreground) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/25{--tw-gradient-from: hsl(var(--destructive-foreground) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/30{--tw-gradient-from: hsl(var(--destructive-foreground) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/35{--tw-gradient-from: hsl(var(--destructive-foreground) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/40{--tw-gradient-from: hsl(var(--destructive-foreground) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/45{--tw-gradient-from: hsl(var(--destructive-foreground) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/5{--tw-gradient-from: hsl(var(--destructive-foreground) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/50{--tw-gradient-from: hsl(var(--destructive-foreground) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/55{--tw-gradient-from: hsl(var(--destructive-foreground) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/60{--tw-gradient-from: hsl(var(--destructive-foreground) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/65{--tw-gradient-from: hsl(var(--destructive-foreground) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/70{--tw-gradient-from: hsl(var(--destructive-foreground) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/75{--tw-gradient-from: hsl(var(--destructive-foreground) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/80{--tw-gradient-from: hsl(var(--destructive-foreground) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/85{--tw-gradient-from: hsl(var(--destructive-foreground) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/90{--tw-gradient-from: hsl(var(--destructive-foreground) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive-foreground\/95{--tw-gradient-from: hsl(var(--destructive-foreground) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/0{--tw-gradient-from: hsl(var(--destructive) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/10{--tw-gradient-from: hsl(var(--destructive) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/100{--tw-gradient-from: hsl(var(--destructive) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/15{--tw-gradient-from: hsl(var(--destructive) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/20{--tw-gradient-from: hsl(var(--destructive) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/25{--tw-gradient-from: hsl(var(--destructive) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/30{--tw-gradient-from: hsl(var(--destructive) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/35{--tw-gradient-from: hsl(var(--destructive) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/40{--tw-gradient-from: hsl(var(--destructive) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/45{--tw-gradient-from: hsl(var(--destructive) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/5{--tw-gradient-from: hsl(var(--destructive) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/50{--tw-gradient-from: hsl(var(--destructive) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/55{--tw-gradient-from: hsl(var(--destructive) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/60{--tw-gradient-from: hsl(var(--destructive) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/65{--tw-gradient-from: hsl(var(--destructive) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/70{--tw-gradient-from: hsl(var(--destructive) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/75{--tw-gradient-from: hsl(var(--destructive) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/80{--tw-gradient-from: hsl(var(--destructive) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/85{--tw-gradient-from: hsl(var(--destructive) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/90{--tw-gradient-from: hsl(var(--destructive) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-destructive\/95{--tw-gradient-from: hsl(var(--destructive) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground{--tw-gradient-from: hsl(var(--foreground)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/0{--tw-gradient-from: hsl(var(--foreground) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/10{--tw-gradient-from: hsl(var(--foreground) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/100{--tw-gradient-from: hsl(var(--foreground) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/15{--tw-gradient-from: hsl(var(--foreground) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/20{--tw-gradient-from: hsl(var(--foreground) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/25{--tw-gradient-from: hsl(var(--foreground) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/30{--tw-gradient-from: hsl(var(--foreground) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/35{--tw-gradient-from: hsl(var(--foreground) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/40{--tw-gradient-from: hsl(var(--foreground) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/45{--tw-gradient-from: hsl(var(--foreground) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/5{--tw-gradient-from: hsl(var(--foreground) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/50{--tw-gradient-from: hsl(var(--foreground) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/55{--tw-gradient-from: hsl(var(--foreground) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/60{--tw-gradient-from: hsl(var(--foreground) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/65{--tw-gradient-from: hsl(var(--foreground) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/70{--tw-gradient-from: hsl(var(--foreground) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/75{--tw-gradient-from: hsl(var(--foreground) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/80{--tw-gradient-from: hsl(var(--foreground) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/85{--tw-gradient-from: hsl(var(--foreground) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/90{--tw-gradient-from: hsl(var(--foreground) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-foreground\/95{--tw-gradient-from: hsl(var(--foreground) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input{--tw-gradient-from: hsl(var(--input)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/0{--tw-gradient-from: hsl(var(--input) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/10{--tw-gradient-from: hsl(var(--input) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/100{--tw-gradient-from: hsl(var(--input) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/15{--tw-gradient-from: hsl(var(--input) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/20{--tw-gradient-from: hsl(var(--input) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/25{--tw-gradient-from: hsl(var(--input) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/30{--tw-gradient-from: hsl(var(--input) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/35{--tw-gradient-from: hsl(var(--input) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/40{--tw-gradient-from: hsl(var(--input) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/45{--tw-gradient-from: hsl(var(--input) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/5{--tw-gradient-from: hsl(var(--input) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/50{--tw-gradient-from: hsl(var(--input) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/55{--tw-gradient-from: hsl(var(--input) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/60{--tw-gradient-from: hsl(var(--input) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/65{--tw-gradient-from: hsl(var(--input) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/70{--tw-gradient-from: hsl(var(--input) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/75{--tw-gradient-from: hsl(var(--input) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/80{--tw-gradient-from: hsl(var(--input) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/85{--tw-gradient-from: hsl(var(--input) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/90{--tw-gradient-from: hsl(var(--input) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-input\/95{--tw-gradient-from: hsl(var(--input) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted{--tw-gradient-from: hsl(var(--muted)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground{--tw-gradient-from: hsl(var(--muted-foreground)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/0{--tw-gradient-from: hsl(var(--muted-foreground) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/10{--tw-gradient-from: hsl(var(--muted-foreground) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/100{--tw-gradient-from: hsl(var(--muted-foreground) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/15{--tw-gradient-from: hsl(var(--muted-foreground) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/20{--tw-gradient-from: hsl(var(--muted-foreground) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/25{--tw-gradient-from: hsl(var(--muted-foreground) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/30{--tw-gradient-from: hsl(var(--muted-foreground) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/35{--tw-gradient-from: hsl(var(--muted-foreground) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/40{--tw-gradient-from: hsl(var(--muted-foreground) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/45{--tw-gradient-from: hsl(var(--muted-foreground) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/5{--tw-gradient-from: hsl(var(--muted-foreground) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/50{--tw-gradient-from: hsl(var(--muted-foreground) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/55{--tw-gradient-from: hsl(var(--muted-foreground) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/60{--tw-gradient-from: hsl(var(--muted-foreground) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/65{--tw-gradient-from: hsl(var(--muted-foreground) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/70{--tw-gradient-from: hsl(var(--muted-foreground) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/75{--tw-gradient-from: hsl(var(--muted-foreground) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/80{--tw-gradient-from: hsl(var(--muted-foreground) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/85{--tw-gradient-from: hsl(var(--muted-foreground) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/90{--tw-gradient-from: hsl(var(--muted-foreground) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted-foreground\/95{--tw-gradient-from: hsl(var(--muted-foreground) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/0{--tw-gradient-from: hsl(var(--muted) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/10{--tw-gradient-from: hsl(var(--muted) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/100{--tw-gradient-from: hsl(var(--muted) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/15{--tw-gradient-from: hsl(var(--muted) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/20{--tw-gradient-from: hsl(var(--muted) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/25{--tw-gradient-from: hsl(var(--muted) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/30{--tw-gradient-from: hsl(var(--muted) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/35{--tw-gradient-from: hsl(var(--muted) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/40{--tw-gradient-from: hsl(var(--muted) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/45{--tw-gradient-from: hsl(var(--muted) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/5{--tw-gradient-from: hsl(var(--muted) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/50{--tw-gradient-from: hsl(var(--muted) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/55{--tw-gradient-from: hsl(var(--muted) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/60{--tw-gradient-from: hsl(var(--muted) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/65{--tw-gradient-from: hsl(var(--muted) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/70{--tw-gradient-from: hsl(var(--muted) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/75{--tw-gradient-from: hsl(var(--muted) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/80{--tw-gradient-from: hsl(var(--muted) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/85{--tw-gradient-from: hsl(var(--muted) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/90{--tw-gradient-from: hsl(var(--muted) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-muted\/95{--tw-gradient-from: hsl(var(--muted) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover{--tw-gradient-from: hsl(var(--popover)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground{--tw-gradient-from: hsl(var(--popover-foreground)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/0{--tw-gradient-from: hsl(var(--popover-foreground) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/10{--tw-gradient-from: hsl(var(--popover-foreground) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/100{--tw-gradient-from: hsl(var(--popover-foreground) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/15{--tw-gradient-from: hsl(var(--popover-foreground) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/20{--tw-gradient-from: hsl(var(--popover-foreground) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/25{--tw-gradient-from: hsl(var(--popover-foreground) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/30{--tw-gradient-from: hsl(var(--popover-foreground) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/35{--tw-gradient-from: hsl(var(--popover-foreground) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/40{--tw-gradient-from: hsl(var(--popover-foreground) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/45{--tw-gradient-from: hsl(var(--popover-foreground) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/5{--tw-gradient-from: hsl(var(--popover-foreground) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/50{--tw-gradient-from: hsl(var(--popover-foreground) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/55{--tw-gradient-from: hsl(var(--popover-foreground) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/60{--tw-gradient-from: hsl(var(--popover-foreground) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/65{--tw-gradient-from: hsl(var(--popover-foreground) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/70{--tw-gradient-from: hsl(var(--popover-foreground) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/75{--tw-gradient-from: hsl(var(--popover-foreground) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/80{--tw-gradient-from: hsl(var(--popover-foreground) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/85{--tw-gradient-from: hsl(var(--popover-foreground) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/90{--tw-gradient-from: hsl(var(--popover-foreground) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover-foreground\/95{--tw-gradient-from: hsl(var(--popover-foreground) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/0{--tw-gradient-from: hsl(var(--popover) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/10{--tw-gradient-from: hsl(var(--popover) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/100{--tw-gradient-from: hsl(var(--popover) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/15{--tw-gradient-from: hsl(var(--popover) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/20{--tw-gradient-from: hsl(var(--popover) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/25{--tw-gradient-from: hsl(var(--popover) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/30{--tw-gradient-from: hsl(var(--popover) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/35{--tw-gradient-from: hsl(var(--popover) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/40{--tw-gradient-from: hsl(var(--popover) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/45{--tw-gradient-from: hsl(var(--popover) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/5{--tw-gradient-from: hsl(var(--popover) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/50{--tw-gradient-from: hsl(var(--popover) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/55{--tw-gradient-from: hsl(var(--popover) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/60{--tw-gradient-from: hsl(var(--popover) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/65{--tw-gradient-from: hsl(var(--popover) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/70{--tw-gradient-from: hsl(var(--popover) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/75{--tw-gradient-from: hsl(var(--popover) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/80{--tw-gradient-from: hsl(var(--popover) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/85{--tw-gradient-from: hsl(var(--popover) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/90{--tw-gradient-from: hsl(var(--popover) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-popover\/95{--tw-gradient-from: hsl(var(--popover) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary{--tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground{--tw-gradient-from: hsl(var(--primary-foreground)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/0{--tw-gradient-from: hsl(var(--primary-foreground) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/10{--tw-gradient-from: hsl(var(--primary-foreground) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/100{--tw-gradient-from: hsl(var(--primary-foreground) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/15{--tw-gradient-from: hsl(var(--primary-foreground) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/20{--tw-gradient-from: hsl(var(--primary-foreground) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/25{--tw-gradient-from: hsl(var(--primary-foreground) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/30{--tw-gradient-from: hsl(var(--primary-foreground) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/35{--tw-gradient-from: hsl(var(--primary-foreground) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/40{--tw-gradient-from: hsl(var(--primary-foreground) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/45{--tw-gradient-from: hsl(var(--primary-foreground) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/5{--tw-gradient-from: hsl(var(--primary-foreground) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/50{--tw-gradient-from: hsl(var(--primary-foreground) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/55{--tw-gradient-from: hsl(var(--primary-foreground) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/60{--tw-gradient-from: hsl(var(--primary-foreground) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/65{--tw-gradient-from: hsl(var(--primary-foreground) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/70{--tw-gradient-from: hsl(var(--primary-foreground) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/75{--tw-gradient-from: hsl(var(--primary-foreground) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/80{--tw-gradient-from: hsl(var(--primary-foreground) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/85{--tw-gradient-from: hsl(var(--primary-foreground) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/90{--tw-gradient-from: hsl(var(--primary-foreground) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary-foreground\/95{--tw-gradient-from: hsl(var(--primary-foreground) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/0{--tw-gradient-from: hsl(var(--primary) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/10{--tw-gradient-from: hsl(var(--primary) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/100{--tw-gradient-from: hsl(var(--primary) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/15{--tw-gradient-from: hsl(var(--primary) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/20{--tw-gradient-from: hsl(var(--primary) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/25{--tw-gradient-from: hsl(var(--primary) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/30{--tw-gradient-from: hsl(var(--primary) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/35{--tw-gradient-from: hsl(var(--primary) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/40{--tw-gradient-from: hsl(var(--primary) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/45{--tw-gradient-from: hsl(var(--primary) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/5{--tw-gradient-from: hsl(var(--primary) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/50{--tw-gradient-from: hsl(var(--primary) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/55{--tw-gradient-from: hsl(var(--primary) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/60{--tw-gradient-from: hsl(var(--primary) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/65{--tw-gradient-from: hsl(var(--primary) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/70{--tw-gradient-from: hsl(var(--primary) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/75{--tw-gradient-from: hsl(var(--primary) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/80{--tw-gradient-from: hsl(var(--primary) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/85{--tw-gradient-from: hsl(var(--primary) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/90{--tw-gradient-from: hsl(var(--primary) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-primary\/95{--tw-gradient-from: hsl(var(--primary) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring{--tw-gradient-from: hsl(var(--ring)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/0{--tw-gradient-from: hsl(var(--ring) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/10{--tw-gradient-from: hsl(var(--ring) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/100{--tw-gradient-from: hsl(var(--ring) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/15{--tw-gradient-from: hsl(var(--ring) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/20{--tw-gradient-from: hsl(var(--ring) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/25{--tw-gradient-from: hsl(var(--ring) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/30{--tw-gradient-from: hsl(var(--ring) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/35{--tw-gradient-from: hsl(var(--ring) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/40{--tw-gradient-from: hsl(var(--ring) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/45{--tw-gradient-from: hsl(var(--ring) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/5{--tw-gradient-from: hsl(var(--ring) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/50{--tw-gradient-from: hsl(var(--ring) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/55{--tw-gradient-from: hsl(var(--ring) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/60{--tw-gradient-from: hsl(var(--ring) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/65{--tw-gradient-from: hsl(var(--ring) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/70{--tw-gradient-from: hsl(var(--ring) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/75{--tw-gradient-from: hsl(var(--ring) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/80{--tw-gradient-from: hsl(var(--ring) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/85{--tw-gradient-from: hsl(var(--ring) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/90{--tw-gradient-from: hsl(var(--ring) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-ring\/95{--tw-gradient-from: hsl(var(--ring) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary{--tw-gradient-from: hsl(var(--secondary)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground{--tw-gradient-from: hsl(var(--secondary-foreground)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/0{--tw-gradient-from: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/10{--tw-gradient-from: hsl(var(--secondary-foreground) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/100{--tw-gradient-from: hsl(var(--secondary-foreground) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/15{--tw-gradient-from: hsl(var(--secondary-foreground) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/20{--tw-gradient-from: hsl(var(--secondary-foreground) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/25{--tw-gradient-from: hsl(var(--secondary-foreground) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/30{--tw-gradient-from: hsl(var(--secondary-foreground) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/35{--tw-gradient-from: hsl(var(--secondary-foreground) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/40{--tw-gradient-from: hsl(var(--secondary-foreground) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/45{--tw-gradient-from: hsl(var(--secondary-foreground) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/5{--tw-gradient-from: hsl(var(--secondary-foreground) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/50{--tw-gradient-from: hsl(var(--secondary-foreground) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/55{--tw-gradient-from: hsl(var(--secondary-foreground) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/60{--tw-gradient-from: hsl(var(--secondary-foreground) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/65{--tw-gradient-from: hsl(var(--secondary-foreground) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/70{--tw-gradient-from: hsl(var(--secondary-foreground) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/75{--tw-gradient-from: hsl(var(--secondary-foreground) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/80{--tw-gradient-from: hsl(var(--secondary-foreground) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/85{--tw-gradient-from: hsl(var(--secondary-foreground) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/90{--tw-gradient-from: hsl(var(--secondary-foreground) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary-foreground\/95{--tw-gradient-from: hsl(var(--secondary-foreground) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/0{--tw-gradient-from: hsl(var(--secondary) / 0) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/10{--tw-gradient-from: hsl(var(--secondary) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/100{--tw-gradient-from: hsl(var(--secondary) / 1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/15{--tw-gradient-from: hsl(var(--secondary) / .15) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/20{--tw-gradient-from: hsl(var(--secondary) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/25{--tw-gradient-from: hsl(var(--secondary) / .25) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/30{--tw-gradient-from: hsl(var(--secondary) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/35{--tw-gradient-from: hsl(var(--secondary) / .35) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/40{--tw-gradient-from: hsl(var(--secondary) / .4) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/45{--tw-gradient-from: hsl(var(--secondary) / .45) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/5{--tw-gradient-from: hsl(var(--secondary) / .05) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/50{--tw-gradient-from: hsl(var(--secondary) / .5) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/55{--tw-gradient-from: hsl(var(--secondary) / .55) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/60{--tw-gradient-from: hsl(var(--secondary) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/65{--tw-gradient-from: hsl(var(--secondary) / .65) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/70{--tw-gradient-from: hsl(var(--secondary) / .7) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/75{--tw-gradient-from: hsl(var(--secondary) / .75) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/80{--tw-gradient-from: hsl(var(--secondary) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/85{--tw-gradient-from: hsl(var(--secondary) / .85) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/90{--tw-gradient-from: hsl(var(--secondary) / .9) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-aui-secondary\/95{--tw-gradient-from: hsl(var(--secondary) / .95) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-background{--tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 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)}.via-aui-accent{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/0{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/10{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/100{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/15{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/20{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/25{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/30{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/35{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/40{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/45{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/5{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/50{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/55{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/60{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/65{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/70{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/75{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/80{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/85{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/90{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent-foreground\/95{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent-foreground) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/0{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/10{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/100{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/15{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/20{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/25{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/30{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/35{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/40{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/45{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/5{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/50{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/55{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/60{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/65{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/70{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/75{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/80{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/85{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/90{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-accent\/95{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/0{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/10{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/100{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/15{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/20{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/25{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/30{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/35{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/40{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/45{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/5{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/50{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/55{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/60{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/65{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/70{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/75{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/80{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/85{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/90{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-background\/95{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/0{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/10{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/100{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/15{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/20{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/25{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/30{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/35{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/40{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/45{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/5{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/50{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/55{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/60{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/65{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/70{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/75{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/80{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/85{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/90{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-border\/95{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--border) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/0{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/10{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/100{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/15{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/20{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/25{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/30{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/35{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/40{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/45{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/5{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/50{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/55{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/60{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/65{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/70{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/75{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/80{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/85{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/90{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card-foreground\/95{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card-foreground) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/0{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/10{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/100{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/15{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/20{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/25{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/30{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/35{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/40{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/45{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/5{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/50{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/55{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/60{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/65{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/70{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/75{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/80{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/85{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/90{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-card\/95{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/0{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/10{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/100{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/15{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/20{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/25{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/30{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/35{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/40{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/45{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/5{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/50{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/55{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/60{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/65{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/70{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/75{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/80{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/85{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/90{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive-foreground\/95{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive-foreground) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/0{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/10{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/100{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/15{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/20{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/25{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/30{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/35{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/40{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/45{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/5{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/50{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/55{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/60{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/65{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/70{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/75{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/80{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/85{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/90{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-destructive\/95{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/0{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/10{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/100{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/15{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/20{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/25{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/30{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/35{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/40{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/45{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/5{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/50{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/55{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/60{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/65{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/70{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/75{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/80{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/85{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/90{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-foreground\/95{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/0{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/10{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/100{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/15{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/20{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/25{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/30{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/35{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/40{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/45{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/5{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/50{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/55{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/60{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/65{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/70{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/75{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/80{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/85{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/90{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-input\/95{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--input) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/0{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/10{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/100{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/15{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/20{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/25{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/30{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/35{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/40{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/45{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/5{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/50{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/55{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/60{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/65{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/70{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/75{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/80{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/85{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/90{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted-foreground\/95{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted-foreground) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/0{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/10{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/100{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/15{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/20{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/25{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/30{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/35{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/40{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/45{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/5{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/50{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/55{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/60{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/65{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/70{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/75{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/80{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/85{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/90{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-muted\/95{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/0{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/10{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/100{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/15{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/20{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/25{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/30{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/35{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/40{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/45{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/5{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/50{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/55{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/60{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/65{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/70{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/75{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/80{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/85{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/90{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover-foreground\/95{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover-foreground) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/0{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/10{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/100{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/15{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/20{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/25{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/30{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/35{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/40{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/45{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/5{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/50{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/55{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/60{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/65{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/70{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/75{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/80{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/85{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/90{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-popover\/95{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--popover) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/0{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/10{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/100{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/15{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/20{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/25{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/30{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/35{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/40{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/45{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/5{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/50{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/55{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/60{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/65{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/70{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/75{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/80{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/85{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/90{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary-foreground\/95{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-foreground) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/0{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/10{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/100{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/15{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/20{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/25{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/30{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/35{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/40{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/45{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/5{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/50{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/55{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/60{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/65{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/70{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/75{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/80{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/85{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/90{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-primary\/95{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/0{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/10{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/100{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/15{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/20{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/25{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/30{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/35{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/40{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/45{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/5{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/50{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/55{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/60{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/65{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/70{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/75{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/80{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/85{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/90{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-ring\/95{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--ring) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/0{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/10{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/100{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/15{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/20{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/25{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/30{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/35{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/40{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/45{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/5{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/50{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/55{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/60{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/65{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/70{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/75{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/80{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/85{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/90{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary-foreground\/95{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary-foreground) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/0{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/10{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/100{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/15{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/20{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/25{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .25) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/30{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/35{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/40{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/45{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/5{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/50{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/55{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/60{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/65{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .65) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/70{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/75{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/80{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/85{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/90{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-aui-secondary\/95{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/30{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#2a2a2a\]{--tw-gradient-to: #2a2a2a var(--tw-gradient-to-position)}.to-\[\#3a3a3a\]{--tw-gradient-to: #3a3a3a var(--tw-gradient-to-position)}.to-aui-accent{--tw-gradient-to: hsl(var(--accent)) var(--tw-gradient-to-position)}.to-aui-accent-foreground{--tw-gradient-to: hsl(var(--accent-foreground)) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/0{--tw-gradient-to: hsl(var(--accent-foreground) / 0) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/10{--tw-gradient-to: hsl(var(--accent-foreground) / .1) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/100{--tw-gradient-to: hsl(var(--accent-foreground) / 1) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/15{--tw-gradient-to: hsl(var(--accent-foreground) / .15) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/20{--tw-gradient-to: hsl(var(--accent-foreground) / .2) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/25{--tw-gradient-to: hsl(var(--accent-foreground) / .25) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/30{--tw-gradient-to: hsl(var(--accent-foreground) / .3) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/35{--tw-gradient-to: hsl(var(--accent-foreground) / .35) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/40{--tw-gradient-to: hsl(var(--accent-foreground) / .4) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/45{--tw-gradient-to: hsl(var(--accent-foreground) / .45) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/5{--tw-gradient-to: hsl(var(--accent-foreground) / .05) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/50{--tw-gradient-to: hsl(var(--accent-foreground) / .5) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/55{--tw-gradient-to: hsl(var(--accent-foreground) / .55) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/60{--tw-gradient-to: hsl(var(--accent-foreground) / .6) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/65{--tw-gradient-to: hsl(var(--accent-foreground) / .65) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/70{--tw-gradient-to: hsl(var(--accent-foreground) / .7) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/75{--tw-gradient-to: hsl(var(--accent-foreground) / .75) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/80{--tw-gradient-to: hsl(var(--accent-foreground) / .8) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/85{--tw-gradient-to: hsl(var(--accent-foreground) / .85) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/90{--tw-gradient-to: hsl(var(--accent-foreground) / .9) var(--tw-gradient-to-position)}.to-aui-accent-foreground\/95{--tw-gradient-to: hsl(var(--accent-foreground) / .95) var(--tw-gradient-to-position)}.to-aui-accent\/0{--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position)}.to-aui-accent\/10{--tw-gradient-to: hsl(var(--accent) / .1) var(--tw-gradient-to-position)}.to-aui-accent\/100{--tw-gradient-to: hsl(var(--accent) / 1) var(--tw-gradient-to-position)}.to-aui-accent\/15{--tw-gradient-to: hsl(var(--accent) / .15) var(--tw-gradient-to-position)}.to-aui-accent\/20{--tw-gradient-to: hsl(var(--accent) / .2) var(--tw-gradient-to-position)}.to-aui-accent\/25{--tw-gradient-to: hsl(var(--accent) / .25) var(--tw-gradient-to-position)}.to-aui-accent\/30{--tw-gradient-to: hsl(var(--accent) / .3) var(--tw-gradient-to-position)}.to-aui-accent\/35{--tw-gradient-to: hsl(var(--accent) / .35) var(--tw-gradient-to-position)}.to-aui-accent\/40{--tw-gradient-to: hsl(var(--accent) / .4) var(--tw-gradient-to-position)}.to-aui-accent\/45{--tw-gradient-to: hsl(var(--accent) / .45) var(--tw-gradient-to-position)}.to-aui-accent\/5{--tw-gradient-to: hsl(var(--accent) / .05) var(--tw-gradient-to-position)}.to-aui-accent\/50{--tw-gradient-to: hsl(var(--accent) / .5) var(--tw-gradient-to-position)}.to-aui-accent\/55{--tw-gradient-to: hsl(var(--accent) / .55) var(--tw-gradient-to-position)}.to-aui-accent\/60{--tw-gradient-to: hsl(var(--accent) / .6) var(--tw-gradient-to-position)}.to-aui-accent\/65{--tw-gradient-to: hsl(var(--accent) / .65) var(--tw-gradient-to-position)}.to-aui-accent\/70{--tw-gradient-to: hsl(var(--accent) / .7) var(--tw-gradient-to-position)}.to-aui-accent\/75{--tw-gradient-to: hsl(var(--accent) / .75) var(--tw-gradient-to-position)}.to-aui-accent\/80{--tw-gradient-to: hsl(var(--accent) / .8) var(--tw-gradient-to-position)}.to-aui-accent\/85{--tw-gradient-to: hsl(var(--accent) / .85) var(--tw-gradient-to-position)}.to-aui-accent\/90{--tw-gradient-to: hsl(var(--accent) / .9) var(--tw-gradient-to-position)}.to-aui-accent\/95{--tw-gradient-to: hsl(var(--accent) / .95) var(--tw-gradient-to-position)}.to-aui-background{--tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position)}.to-aui-background\/0{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position)}.to-aui-background\/10{--tw-gradient-to: hsl(var(--background) / .1) var(--tw-gradient-to-position)}.to-aui-background\/100{--tw-gradient-to: hsl(var(--background) / 1) var(--tw-gradient-to-position)}.to-aui-background\/15{--tw-gradient-to: hsl(var(--background) / .15) var(--tw-gradient-to-position)}.to-aui-background\/20{--tw-gradient-to: hsl(var(--background) / .2) var(--tw-gradient-to-position)}.to-aui-background\/25{--tw-gradient-to: hsl(var(--background) / .25) var(--tw-gradient-to-position)}.to-aui-background\/30{--tw-gradient-to: hsl(var(--background) / .3) var(--tw-gradient-to-position)}.to-aui-background\/35{--tw-gradient-to: hsl(var(--background) / .35) var(--tw-gradient-to-position)}.to-aui-background\/40{--tw-gradient-to: hsl(var(--background) / .4) var(--tw-gradient-to-position)}.to-aui-background\/45{--tw-gradient-to: hsl(var(--background) / .45) var(--tw-gradient-to-position)}.to-aui-background\/5{--tw-gradient-to: hsl(var(--background) / .05) var(--tw-gradient-to-position)}.to-aui-background\/50{--tw-gradient-to: hsl(var(--background) / .5) var(--tw-gradient-to-position)}.to-aui-background\/55{--tw-gradient-to: hsl(var(--background) / .55) var(--tw-gradient-to-position)}.to-aui-background\/60{--tw-gradient-to: hsl(var(--background) / .6) var(--tw-gradient-to-position)}.to-aui-background\/65{--tw-gradient-to: hsl(var(--background) / .65) var(--tw-gradient-to-position)}.to-aui-background\/70{--tw-gradient-to: hsl(var(--background) / .7) var(--tw-gradient-to-position)}.to-aui-background\/75{--tw-gradient-to: hsl(var(--background) / .75) var(--tw-gradient-to-position)}.to-aui-background\/80{--tw-gradient-to: hsl(var(--background) / .8) var(--tw-gradient-to-position)}.to-aui-background\/85{--tw-gradient-to: hsl(var(--background) / .85) var(--tw-gradient-to-position)}.to-aui-background\/90{--tw-gradient-to: hsl(var(--background) / .9) var(--tw-gradient-to-position)}.to-aui-background\/95{--tw-gradient-to: hsl(var(--background) / .95) var(--tw-gradient-to-position)}.to-aui-border{--tw-gradient-to: hsl(var(--border)) var(--tw-gradient-to-position)}.to-aui-border\/0{--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position)}.to-aui-border\/10{--tw-gradient-to: hsl(var(--border) / .1) var(--tw-gradient-to-position)}.to-aui-border\/100{--tw-gradient-to: hsl(var(--border) / 1) var(--tw-gradient-to-position)}.to-aui-border\/15{--tw-gradient-to: hsl(var(--border) / .15) var(--tw-gradient-to-position)}.to-aui-border\/20{--tw-gradient-to: hsl(var(--border) / .2) var(--tw-gradient-to-position)}.to-aui-border\/25{--tw-gradient-to: hsl(var(--border) / .25) var(--tw-gradient-to-position)}.to-aui-border\/30{--tw-gradient-to: hsl(var(--border) / .3) var(--tw-gradient-to-position)}.to-aui-border\/35{--tw-gradient-to: hsl(var(--border) / .35) var(--tw-gradient-to-position)}.to-aui-border\/40{--tw-gradient-to: hsl(var(--border) / .4) var(--tw-gradient-to-position)}.to-aui-border\/45{--tw-gradient-to: hsl(var(--border) / .45) var(--tw-gradient-to-position)}.to-aui-border\/5{--tw-gradient-to: hsl(var(--border) / .05) var(--tw-gradient-to-position)}.to-aui-border\/50{--tw-gradient-to: hsl(var(--border) / .5) var(--tw-gradient-to-position)}.to-aui-border\/55{--tw-gradient-to: hsl(var(--border) / .55) var(--tw-gradient-to-position)}.to-aui-border\/60{--tw-gradient-to: hsl(var(--border) / .6) var(--tw-gradient-to-position)}.to-aui-border\/65{--tw-gradient-to: hsl(var(--border) / .65) var(--tw-gradient-to-position)}.to-aui-border\/70{--tw-gradient-to: hsl(var(--border) / .7) var(--tw-gradient-to-position)}.to-aui-border\/75{--tw-gradient-to: hsl(var(--border) / .75) var(--tw-gradient-to-position)}.to-aui-border\/80{--tw-gradient-to: hsl(var(--border) / .8) var(--tw-gradient-to-position)}.to-aui-border\/85{--tw-gradient-to: hsl(var(--border) / .85) var(--tw-gradient-to-position)}.to-aui-border\/90{--tw-gradient-to: hsl(var(--border) / .9) var(--tw-gradient-to-position)}.to-aui-border\/95{--tw-gradient-to: hsl(var(--border) / .95) var(--tw-gradient-to-position)}.to-aui-card{--tw-gradient-to: hsl(var(--card)) var(--tw-gradient-to-position)}.to-aui-card-foreground{--tw-gradient-to: hsl(var(--card-foreground)) var(--tw-gradient-to-position)}.to-aui-card-foreground\/0{--tw-gradient-to: hsl(var(--card-foreground) / 0) var(--tw-gradient-to-position)}.to-aui-card-foreground\/10{--tw-gradient-to: hsl(var(--card-foreground) / .1) var(--tw-gradient-to-position)}.to-aui-card-foreground\/100{--tw-gradient-to: hsl(var(--card-foreground) / 1) var(--tw-gradient-to-position)}.to-aui-card-foreground\/15{--tw-gradient-to: hsl(var(--card-foreground) / .15) var(--tw-gradient-to-position)}.to-aui-card-foreground\/20{--tw-gradient-to: hsl(var(--card-foreground) / .2) var(--tw-gradient-to-position)}.to-aui-card-foreground\/25{--tw-gradient-to: hsl(var(--card-foreground) / .25) var(--tw-gradient-to-position)}.to-aui-card-foreground\/30{--tw-gradient-to: hsl(var(--card-foreground) / .3) var(--tw-gradient-to-position)}.to-aui-card-foreground\/35{--tw-gradient-to: hsl(var(--card-foreground) / .35) var(--tw-gradient-to-position)}.to-aui-card-foreground\/40{--tw-gradient-to: hsl(var(--card-foreground) / .4) var(--tw-gradient-to-position)}.to-aui-card-foreground\/45{--tw-gradient-to: hsl(var(--card-foreground) / .45) var(--tw-gradient-to-position)}.to-aui-card-foreground\/5{--tw-gradient-to: hsl(var(--card-foreground) / .05) var(--tw-gradient-to-position)}.to-aui-card-foreground\/50{--tw-gradient-to: hsl(var(--card-foreground) / .5) var(--tw-gradient-to-position)}.to-aui-card-foreground\/55{--tw-gradient-to: hsl(var(--card-foreground) / .55) var(--tw-gradient-to-position)}.to-aui-card-foreground\/60{--tw-gradient-to: hsl(var(--card-foreground) / .6) var(--tw-gradient-to-position)}.to-aui-card-foreground\/65{--tw-gradient-to: hsl(var(--card-foreground) / .65) var(--tw-gradient-to-position)}.to-aui-card-foreground\/70{--tw-gradient-to: hsl(var(--card-foreground) / .7) var(--tw-gradient-to-position)}.to-aui-card-foreground\/75{--tw-gradient-to: hsl(var(--card-foreground) / .75) var(--tw-gradient-to-position)}.to-aui-card-foreground\/80{--tw-gradient-to: hsl(var(--card-foreground) / .8) var(--tw-gradient-to-position)}.to-aui-card-foreground\/85{--tw-gradient-to: hsl(var(--card-foreground) / .85) var(--tw-gradient-to-position)}.to-aui-card-foreground\/90{--tw-gradient-to: hsl(var(--card-foreground) / .9) var(--tw-gradient-to-position)}.to-aui-card-foreground\/95{--tw-gradient-to: hsl(var(--card-foreground) / .95) var(--tw-gradient-to-position)}.to-aui-card\/0{--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position)}.to-aui-card\/10{--tw-gradient-to: hsl(var(--card) / .1) var(--tw-gradient-to-position)}.to-aui-card\/100{--tw-gradient-to: hsl(var(--card) / 1) var(--tw-gradient-to-position)}.to-aui-card\/15{--tw-gradient-to: hsl(var(--card) / .15) var(--tw-gradient-to-position)}.to-aui-card\/20{--tw-gradient-to: hsl(var(--card) / .2) var(--tw-gradient-to-position)}.to-aui-card\/25{--tw-gradient-to: hsl(var(--card) / .25) var(--tw-gradient-to-position)}.to-aui-card\/30{--tw-gradient-to: hsl(var(--card) / .3) var(--tw-gradient-to-position)}.to-aui-card\/35{--tw-gradient-to: hsl(var(--card) / .35) var(--tw-gradient-to-position)}.to-aui-card\/40{--tw-gradient-to: hsl(var(--card) / .4) var(--tw-gradient-to-position)}.to-aui-card\/45{--tw-gradient-to: hsl(var(--card) / .45) var(--tw-gradient-to-position)}.to-aui-card\/5{--tw-gradient-to: hsl(var(--card) / .05) var(--tw-gradient-to-position)}.to-aui-card\/50{--tw-gradient-to: hsl(var(--card) / .5) var(--tw-gradient-to-position)}.to-aui-card\/55{--tw-gradient-to: hsl(var(--card) / .55) var(--tw-gradient-to-position)}.to-aui-card\/60{--tw-gradient-to: hsl(var(--card) / .6) var(--tw-gradient-to-position)}.to-aui-card\/65{--tw-gradient-to: hsl(var(--card) / .65) var(--tw-gradient-to-position)}.to-aui-card\/70{--tw-gradient-to: hsl(var(--card) / .7) var(--tw-gradient-to-position)}.to-aui-card\/75{--tw-gradient-to: hsl(var(--card) / .75) var(--tw-gradient-to-position)}.to-aui-card\/80{--tw-gradient-to: hsl(var(--card) / .8) var(--tw-gradient-to-position)}.to-aui-card\/85{--tw-gradient-to: hsl(var(--card) / .85) var(--tw-gradient-to-position)}.to-aui-card\/90{--tw-gradient-to: hsl(var(--card) / .9) var(--tw-gradient-to-position)}.to-aui-card\/95{--tw-gradient-to: hsl(var(--card) / .95) var(--tw-gradient-to-position)}.to-aui-destructive{--tw-gradient-to: hsl(var(--destructive)) var(--tw-gradient-to-position)}.to-aui-destructive-foreground{--tw-gradient-to: hsl(var(--destructive-foreground)) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/0{--tw-gradient-to: hsl(var(--destructive-foreground) / 0) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/10{--tw-gradient-to: hsl(var(--destructive-foreground) / .1) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/100{--tw-gradient-to: hsl(var(--destructive-foreground) / 1) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/15{--tw-gradient-to: hsl(var(--destructive-foreground) / .15) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/20{--tw-gradient-to: hsl(var(--destructive-foreground) / .2) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/25{--tw-gradient-to: hsl(var(--destructive-foreground) / .25) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/30{--tw-gradient-to: hsl(var(--destructive-foreground) / .3) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/35{--tw-gradient-to: hsl(var(--destructive-foreground) / .35) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/40{--tw-gradient-to: hsl(var(--destructive-foreground) / .4) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/45{--tw-gradient-to: hsl(var(--destructive-foreground) / .45) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/5{--tw-gradient-to: hsl(var(--destructive-foreground) / .05) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/50{--tw-gradient-to: hsl(var(--destructive-foreground) / .5) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/55{--tw-gradient-to: hsl(var(--destructive-foreground) / .55) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/60{--tw-gradient-to: hsl(var(--destructive-foreground) / .6) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/65{--tw-gradient-to: hsl(var(--destructive-foreground) / .65) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/70{--tw-gradient-to: hsl(var(--destructive-foreground) / .7) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/75{--tw-gradient-to: hsl(var(--destructive-foreground) / .75) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/80{--tw-gradient-to: hsl(var(--destructive-foreground) / .8) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/85{--tw-gradient-to: hsl(var(--destructive-foreground) / .85) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/90{--tw-gradient-to: hsl(var(--destructive-foreground) / .9) var(--tw-gradient-to-position)}.to-aui-destructive-foreground\/95{--tw-gradient-to: hsl(var(--destructive-foreground) / .95) var(--tw-gradient-to-position)}.to-aui-destructive\/0{--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position)}.to-aui-destructive\/10{--tw-gradient-to: hsl(var(--destructive) / .1) var(--tw-gradient-to-position)}.to-aui-destructive\/100{--tw-gradient-to: hsl(var(--destructive) / 1) var(--tw-gradient-to-position)}.to-aui-destructive\/15{--tw-gradient-to: hsl(var(--destructive) / .15) var(--tw-gradient-to-position)}.to-aui-destructive\/20{--tw-gradient-to: hsl(var(--destructive) / .2) var(--tw-gradient-to-position)}.to-aui-destructive\/25{--tw-gradient-to: hsl(var(--destructive) / .25) var(--tw-gradient-to-position)}.to-aui-destructive\/30{--tw-gradient-to: hsl(var(--destructive) / .3) var(--tw-gradient-to-position)}.to-aui-destructive\/35{--tw-gradient-to: hsl(var(--destructive) / .35) var(--tw-gradient-to-position)}.to-aui-destructive\/40{--tw-gradient-to: hsl(var(--destructive) / .4) var(--tw-gradient-to-position)}.to-aui-destructive\/45{--tw-gradient-to: hsl(var(--destructive) / .45) var(--tw-gradient-to-position)}.to-aui-destructive\/5{--tw-gradient-to: hsl(var(--destructive) / .05) var(--tw-gradient-to-position)}.to-aui-destructive\/50{--tw-gradient-to: hsl(var(--destructive) / .5) var(--tw-gradient-to-position)}.to-aui-destructive\/55{--tw-gradient-to: hsl(var(--destructive) / .55) var(--tw-gradient-to-position)}.to-aui-destructive\/60{--tw-gradient-to: hsl(var(--destructive) / .6) var(--tw-gradient-to-position)}.to-aui-destructive\/65{--tw-gradient-to: hsl(var(--destructive) / .65) var(--tw-gradient-to-position)}.to-aui-destructive\/70{--tw-gradient-to: hsl(var(--destructive) / .7) var(--tw-gradient-to-position)}.to-aui-destructive\/75{--tw-gradient-to: hsl(var(--destructive) / .75) var(--tw-gradient-to-position)}.to-aui-destructive\/80{--tw-gradient-to: hsl(var(--destructive) / .8) var(--tw-gradient-to-position)}.to-aui-destructive\/85{--tw-gradient-to: hsl(var(--destructive) / .85) var(--tw-gradient-to-position)}.to-aui-destructive\/90{--tw-gradient-to: hsl(var(--destructive) / .9) var(--tw-gradient-to-position)}.to-aui-destructive\/95{--tw-gradient-to: hsl(var(--destructive) / .95) var(--tw-gradient-to-position)}.to-aui-foreground{--tw-gradient-to: hsl(var(--foreground)) var(--tw-gradient-to-position)}.to-aui-foreground\/0{--tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position)}.to-aui-foreground\/10{--tw-gradient-to: hsl(var(--foreground) / .1) var(--tw-gradient-to-position)}.to-aui-foreground\/100{--tw-gradient-to: hsl(var(--foreground) / 1) var(--tw-gradient-to-position)}.to-aui-foreground\/15{--tw-gradient-to: hsl(var(--foreground) / .15) var(--tw-gradient-to-position)}.to-aui-foreground\/20{--tw-gradient-to: hsl(var(--foreground) / .2) var(--tw-gradient-to-position)}.to-aui-foreground\/25{--tw-gradient-to: hsl(var(--foreground) / .25) var(--tw-gradient-to-position)}.to-aui-foreground\/30{--tw-gradient-to: hsl(var(--foreground) / .3) var(--tw-gradient-to-position)}.to-aui-foreground\/35{--tw-gradient-to: hsl(var(--foreground) / .35) var(--tw-gradient-to-position)}.to-aui-foreground\/40{--tw-gradient-to: hsl(var(--foreground) / .4) var(--tw-gradient-to-position)}.to-aui-foreground\/45{--tw-gradient-to: hsl(var(--foreground) / .45) var(--tw-gradient-to-position)}.to-aui-foreground\/5{--tw-gradient-to: hsl(var(--foreground) / .05) var(--tw-gradient-to-position)}.to-aui-foreground\/50{--tw-gradient-to: hsl(var(--foreground) / .5) var(--tw-gradient-to-position)}.to-aui-foreground\/55{--tw-gradient-to: hsl(var(--foreground) / .55) var(--tw-gradient-to-position)}.to-aui-foreground\/60{--tw-gradient-to: hsl(var(--foreground) / .6) var(--tw-gradient-to-position)}.to-aui-foreground\/65{--tw-gradient-to: hsl(var(--foreground) / .65) var(--tw-gradient-to-position)}.to-aui-foreground\/70{--tw-gradient-to: hsl(var(--foreground) / .7) var(--tw-gradient-to-position)}.to-aui-foreground\/75{--tw-gradient-to: hsl(var(--foreground) / .75) var(--tw-gradient-to-position)}.to-aui-foreground\/80{--tw-gradient-to: hsl(var(--foreground) / .8) var(--tw-gradient-to-position)}.to-aui-foreground\/85{--tw-gradient-to: hsl(var(--foreground) / .85) var(--tw-gradient-to-position)}.to-aui-foreground\/90{--tw-gradient-to: hsl(var(--foreground) / .9) var(--tw-gradient-to-position)}.to-aui-foreground\/95{--tw-gradient-to: hsl(var(--foreground) / .95) var(--tw-gradient-to-position)}.to-aui-input{--tw-gradient-to: hsl(var(--input)) var(--tw-gradient-to-position)}.to-aui-input\/0{--tw-gradient-to: hsl(var(--input) / 0) var(--tw-gradient-to-position)}.to-aui-input\/10{--tw-gradient-to: hsl(var(--input) / .1) var(--tw-gradient-to-position)}.to-aui-input\/100{--tw-gradient-to: hsl(var(--input) / 1) var(--tw-gradient-to-position)}.to-aui-input\/15{--tw-gradient-to: hsl(var(--input) / .15) var(--tw-gradient-to-position)}.to-aui-input\/20{--tw-gradient-to: hsl(var(--input) / .2) var(--tw-gradient-to-position)}.to-aui-input\/25{--tw-gradient-to: hsl(var(--input) / .25) var(--tw-gradient-to-position)}.to-aui-input\/30{--tw-gradient-to: hsl(var(--input) / .3) var(--tw-gradient-to-position)}.to-aui-input\/35{--tw-gradient-to: hsl(var(--input) / .35) var(--tw-gradient-to-position)}.to-aui-input\/40{--tw-gradient-to: hsl(var(--input) / .4) var(--tw-gradient-to-position)}.to-aui-input\/45{--tw-gradient-to: hsl(var(--input) / .45) var(--tw-gradient-to-position)}.to-aui-input\/5{--tw-gradient-to: hsl(var(--input) / .05) var(--tw-gradient-to-position)}.to-aui-input\/50{--tw-gradient-to: hsl(var(--input) / .5) var(--tw-gradient-to-position)}.to-aui-input\/55{--tw-gradient-to: hsl(var(--input) / .55) var(--tw-gradient-to-position)}.to-aui-input\/60{--tw-gradient-to: hsl(var(--input) / .6) var(--tw-gradient-to-position)}.to-aui-input\/65{--tw-gradient-to: hsl(var(--input) / .65) var(--tw-gradient-to-position)}.to-aui-input\/70{--tw-gradient-to: hsl(var(--input) / .7) var(--tw-gradient-to-position)}.to-aui-input\/75{--tw-gradient-to: hsl(var(--input) / .75) var(--tw-gradient-to-position)}.to-aui-input\/80{--tw-gradient-to: hsl(var(--input) / .8) var(--tw-gradient-to-position)}.to-aui-input\/85{--tw-gradient-to: hsl(var(--input) / .85) var(--tw-gradient-to-position)}.to-aui-input\/90{--tw-gradient-to: hsl(var(--input) / .9) var(--tw-gradient-to-position)}.to-aui-input\/95{--tw-gradient-to: hsl(var(--input) / .95) var(--tw-gradient-to-position)}.to-aui-muted{--tw-gradient-to: hsl(var(--muted)) var(--tw-gradient-to-position)}.to-aui-muted-foreground{--tw-gradient-to: hsl(var(--muted-foreground)) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/0{--tw-gradient-to: hsl(var(--muted-foreground) / 0) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/10{--tw-gradient-to: hsl(var(--muted-foreground) / .1) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/100{--tw-gradient-to: hsl(var(--muted-foreground) / 1) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/15{--tw-gradient-to: hsl(var(--muted-foreground) / .15) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/20{--tw-gradient-to: hsl(var(--muted-foreground) / .2) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/25{--tw-gradient-to: hsl(var(--muted-foreground) / .25) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/30{--tw-gradient-to: hsl(var(--muted-foreground) / .3) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/35{--tw-gradient-to: hsl(var(--muted-foreground) / .35) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/40{--tw-gradient-to: hsl(var(--muted-foreground) / .4) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/45{--tw-gradient-to: hsl(var(--muted-foreground) / .45) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/5{--tw-gradient-to: hsl(var(--muted-foreground) / .05) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/50{--tw-gradient-to: hsl(var(--muted-foreground) / .5) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/55{--tw-gradient-to: hsl(var(--muted-foreground) / .55) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/60{--tw-gradient-to: hsl(var(--muted-foreground) / .6) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/65{--tw-gradient-to: hsl(var(--muted-foreground) / .65) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/70{--tw-gradient-to: hsl(var(--muted-foreground) / .7) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/75{--tw-gradient-to: hsl(var(--muted-foreground) / .75) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/80{--tw-gradient-to: hsl(var(--muted-foreground) / .8) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/85{--tw-gradient-to: hsl(var(--muted-foreground) / .85) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/90{--tw-gradient-to: hsl(var(--muted-foreground) / .9) var(--tw-gradient-to-position)}.to-aui-muted-foreground\/95{--tw-gradient-to: hsl(var(--muted-foreground) / .95) var(--tw-gradient-to-position)}.to-aui-muted\/0{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position)}.to-aui-muted\/10{--tw-gradient-to: hsl(var(--muted) / .1) var(--tw-gradient-to-position)}.to-aui-muted\/100{--tw-gradient-to: hsl(var(--muted) / 1) var(--tw-gradient-to-position)}.to-aui-muted\/15{--tw-gradient-to: hsl(var(--muted) / .15) var(--tw-gradient-to-position)}.to-aui-muted\/20{--tw-gradient-to: hsl(var(--muted) / .2) var(--tw-gradient-to-position)}.to-aui-muted\/25{--tw-gradient-to: hsl(var(--muted) / .25) var(--tw-gradient-to-position)}.to-aui-muted\/30{--tw-gradient-to: hsl(var(--muted) / .3) var(--tw-gradient-to-position)}.to-aui-muted\/35{--tw-gradient-to: hsl(var(--muted) / .35) var(--tw-gradient-to-position)}.to-aui-muted\/40{--tw-gradient-to: hsl(var(--muted) / .4) var(--tw-gradient-to-position)}.to-aui-muted\/45{--tw-gradient-to: hsl(var(--muted) / .45) var(--tw-gradient-to-position)}.to-aui-muted\/5{--tw-gradient-to: hsl(var(--muted) / .05) var(--tw-gradient-to-position)}.to-aui-muted\/50{--tw-gradient-to: hsl(var(--muted) / .5) var(--tw-gradient-to-position)}.to-aui-muted\/55{--tw-gradient-to: hsl(var(--muted) / .55) var(--tw-gradient-to-position)}.to-aui-muted\/60{--tw-gradient-to: hsl(var(--muted) / .6) var(--tw-gradient-to-position)}.to-aui-muted\/65{--tw-gradient-to: hsl(var(--muted) / .65) var(--tw-gradient-to-position)}.to-aui-muted\/70{--tw-gradient-to: hsl(var(--muted) / .7) var(--tw-gradient-to-position)}.to-aui-muted\/75{--tw-gradient-to: hsl(var(--muted) / .75) var(--tw-gradient-to-position)}.to-aui-muted\/80{--tw-gradient-to: hsl(var(--muted) / .8) var(--tw-gradient-to-position)}.to-aui-muted\/85{--tw-gradient-to: hsl(var(--muted) / .85) var(--tw-gradient-to-position)}.to-aui-muted\/90{--tw-gradient-to: hsl(var(--muted) / .9) var(--tw-gradient-to-position)}.to-aui-muted\/95{--tw-gradient-to: hsl(var(--muted) / .95) var(--tw-gradient-to-position)}.to-aui-popover{--tw-gradient-to: hsl(var(--popover)) var(--tw-gradient-to-position)}.to-aui-popover-foreground{--tw-gradient-to: hsl(var(--popover-foreground)) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/0{--tw-gradient-to: hsl(var(--popover-foreground) / 0) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/10{--tw-gradient-to: hsl(var(--popover-foreground) / .1) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/100{--tw-gradient-to: hsl(var(--popover-foreground) / 1) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/15{--tw-gradient-to: hsl(var(--popover-foreground) / .15) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/20{--tw-gradient-to: hsl(var(--popover-foreground) / .2) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/25{--tw-gradient-to: hsl(var(--popover-foreground) / .25) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/30{--tw-gradient-to: hsl(var(--popover-foreground) / .3) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/35{--tw-gradient-to: hsl(var(--popover-foreground) / .35) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/40{--tw-gradient-to: hsl(var(--popover-foreground) / .4) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/45{--tw-gradient-to: hsl(var(--popover-foreground) / .45) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/5{--tw-gradient-to: hsl(var(--popover-foreground) / .05) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/50{--tw-gradient-to: hsl(var(--popover-foreground) / .5) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/55{--tw-gradient-to: hsl(var(--popover-foreground) / .55) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/60{--tw-gradient-to: hsl(var(--popover-foreground) / .6) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/65{--tw-gradient-to: hsl(var(--popover-foreground) / .65) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/70{--tw-gradient-to: hsl(var(--popover-foreground) / .7) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/75{--tw-gradient-to: hsl(var(--popover-foreground) / .75) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/80{--tw-gradient-to: hsl(var(--popover-foreground) / .8) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/85{--tw-gradient-to: hsl(var(--popover-foreground) / .85) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/90{--tw-gradient-to: hsl(var(--popover-foreground) / .9) var(--tw-gradient-to-position)}.to-aui-popover-foreground\/95{--tw-gradient-to: hsl(var(--popover-foreground) / .95) var(--tw-gradient-to-position)}.to-aui-popover\/0{--tw-gradient-to: hsl(var(--popover) / 0) var(--tw-gradient-to-position)}.to-aui-popover\/10{--tw-gradient-to: hsl(var(--popover) / .1) var(--tw-gradient-to-position)}.to-aui-popover\/100{--tw-gradient-to: hsl(var(--popover) / 1) var(--tw-gradient-to-position)}.to-aui-popover\/15{--tw-gradient-to: hsl(var(--popover) / .15) var(--tw-gradient-to-position)}.to-aui-popover\/20{--tw-gradient-to: hsl(var(--popover) / .2) var(--tw-gradient-to-position)}.to-aui-popover\/25{--tw-gradient-to: hsl(var(--popover) / .25) var(--tw-gradient-to-position)}.to-aui-popover\/30{--tw-gradient-to: hsl(var(--popover) / .3) var(--tw-gradient-to-position)}.to-aui-popover\/35{--tw-gradient-to: hsl(var(--popover) / .35) var(--tw-gradient-to-position)}.to-aui-popover\/40{--tw-gradient-to: hsl(var(--popover) / .4) var(--tw-gradient-to-position)}.to-aui-popover\/45{--tw-gradient-to: hsl(var(--popover) / .45) var(--tw-gradient-to-position)}.to-aui-popover\/5{--tw-gradient-to: hsl(var(--popover) / .05) var(--tw-gradient-to-position)}.to-aui-popover\/50{--tw-gradient-to: hsl(var(--popover) / .5) var(--tw-gradient-to-position)}.to-aui-popover\/55{--tw-gradient-to: hsl(var(--popover) / .55) var(--tw-gradient-to-position)}.to-aui-popover\/60{--tw-gradient-to: hsl(var(--popover) / .6) var(--tw-gradient-to-position)}.to-aui-popover\/65{--tw-gradient-to: hsl(var(--popover) / .65) var(--tw-gradient-to-position)}.to-aui-popover\/70{--tw-gradient-to: hsl(var(--popover) / .7) var(--tw-gradient-to-position)}.to-aui-popover\/75{--tw-gradient-to: hsl(var(--popover) / .75) var(--tw-gradient-to-position)}.to-aui-popover\/80{--tw-gradient-to: hsl(var(--popover) / .8) var(--tw-gradient-to-position)}.to-aui-popover\/85{--tw-gradient-to: hsl(var(--popover) / .85) var(--tw-gradient-to-position)}.to-aui-popover\/90{--tw-gradient-to: hsl(var(--popover) / .9) var(--tw-gradient-to-position)}.to-aui-popover\/95{--tw-gradient-to: hsl(var(--popover) / .95) var(--tw-gradient-to-position)}.to-aui-primary{--tw-gradient-to: hsl(var(--primary)) var(--tw-gradient-to-position)}.to-aui-primary-foreground{--tw-gradient-to: hsl(var(--primary-foreground)) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/0{--tw-gradient-to: hsl(var(--primary-foreground) / 0) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/10{--tw-gradient-to: hsl(var(--primary-foreground) / .1) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/100{--tw-gradient-to: hsl(var(--primary-foreground) / 1) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/15{--tw-gradient-to: hsl(var(--primary-foreground) / .15) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/20{--tw-gradient-to: hsl(var(--primary-foreground) / .2) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/25{--tw-gradient-to: hsl(var(--primary-foreground) / .25) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/30{--tw-gradient-to: hsl(var(--primary-foreground) / .3) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/35{--tw-gradient-to: hsl(var(--primary-foreground) / .35) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/40{--tw-gradient-to: hsl(var(--primary-foreground) / .4) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/45{--tw-gradient-to: hsl(var(--primary-foreground) / .45) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/5{--tw-gradient-to: hsl(var(--primary-foreground) / .05) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/50{--tw-gradient-to: hsl(var(--primary-foreground) / .5) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/55{--tw-gradient-to: hsl(var(--primary-foreground) / .55) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/60{--tw-gradient-to: hsl(var(--primary-foreground) / .6) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/65{--tw-gradient-to: hsl(var(--primary-foreground) / .65) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/70{--tw-gradient-to: hsl(var(--primary-foreground) / .7) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/75{--tw-gradient-to: hsl(var(--primary-foreground) / .75) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/80{--tw-gradient-to: hsl(var(--primary-foreground) / .8) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/85{--tw-gradient-to: hsl(var(--primary-foreground) / .85) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/90{--tw-gradient-to: hsl(var(--primary-foreground) / .9) var(--tw-gradient-to-position)}.to-aui-primary-foreground\/95{--tw-gradient-to: hsl(var(--primary-foreground) / .95) var(--tw-gradient-to-position)}.to-aui-primary\/0{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position)}.to-aui-primary\/10{--tw-gradient-to: hsl(var(--primary) / .1) var(--tw-gradient-to-position)}.to-aui-primary\/100{--tw-gradient-to: hsl(var(--primary) / 1) var(--tw-gradient-to-position)}.to-aui-primary\/15{--tw-gradient-to: hsl(var(--primary) / .15) var(--tw-gradient-to-position)}.to-aui-primary\/20{--tw-gradient-to: hsl(var(--primary) / .2) var(--tw-gradient-to-position)}.to-aui-primary\/25{--tw-gradient-to: hsl(var(--primary) / .25) var(--tw-gradient-to-position)}.to-aui-primary\/30{--tw-gradient-to: hsl(var(--primary) / .3) var(--tw-gradient-to-position)}.to-aui-primary\/35{--tw-gradient-to: hsl(var(--primary) / .35) var(--tw-gradient-to-position)}.to-aui-primary\/40{--tw-gradient-to: hsl(var(--primary) / .4) var(--tw-gradient-to-position)}.to-aui-primary\/45{--tw-gradient-to: hsl(var(--primary) / .45) var(--tw-gradient-to-position)}.to-aui-primary\/5{--tw-gradient-to: hsl(var(--primary) / .05) var(--tw-gradient-to-position)}.to-aui-primary\/50{--tw-gradient-to: hsl(var(--primary) / .5) var(--tw-gradient-to-position)}.to-aui-primary\/55{--tw-gradient-to: hsl(var(--primary) / .55) var(--tw-gradient-to-position)}.to-aui-primary\/60{--tw-gradient-to: hsl(var(--primary) / .6) var(--tw-gradient-to-position)}.to-aui-primary\/65{--tw-gradient-to: hsl(var(--primary) / .65) var(--tw-gradient-to-position)}.to-aui-primary\/70{--tw-gradient-to: hsl(var(--primary) / .7) var(--tw-gradient-to-position)}.to-aui-primary\/75{--tw-gradient-to: hsl(var(--primary) / .75) var(--tw-gradient-to-position)}.to-aui-primary\/80{--tw-gradient-to: hsl(var(--primary) / .8) var(--tw-gradient-to-position)}.to-aui-primary\/85{--tw-gradient-to: hsl(var(--primary) / .85) var(--tw-gradient-to-position)}.to-aui-primary\/90{--tw-gradient-to: hsl(var(--primary) / .9) var(--tw-gradient-to-position)}.to-aui-primary\/95{--tw-gradient-to: hsl(var(--primary) / .95) var(--tw-gradient-to-position)}.to-aui-ring{--tw-gradient-to: hsl(var(--ring)) var(--tw-gradient-to-position)}.to-aui-ring\/0{--tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position)}.to-aui-ring\/10{--tw-gradient-to: hsl(var(--ring) / .1) var(--tw-gradient-to-position)}.to-aui-ring\/100{--tw-gradient-to: hsl(var(--ring) / 1) var(--tw-gradient-to-position)}.to-aui-ring\/15{--tw-gradient-to: hsl(var(--ring) / .15) var(--tw-gradient-to-position)}.to-aui-ring\/20{--tw-gradient-to: hsl(var(--ring) / .2) var(--tw-gradient-to-position)}.to-aui-ring\/25{--tw-gradient-to: hsl(var(--ring) / .25) var(--tw-gradient-to-position)}.to-aui-ring\/30{--tw-gradient-to: hsl(var(--ring) / .3) var(--tw-gradient-to-position)}.to-aui-ring\/35{--tw-gradient-to: hsl(var(--ring) / .35) var(--tw-gradient-to-position)}.to-aui-ring\/40{--tw-gradient-to: hsl(var(--ring) / .4) var(--tw-gradient-to-position)}.to-aui-ring\/45{--tw-gradient-to: hsl(var(--ring) / .45) var(--tw-gradient-to-position)}.to-aui-ring\/5{--tw-gradient-to: hsl(var(--ring) / .05) var(--tw-gradient-to-position)}.to-aui-ring\/50{--tw-gradient-to: hsl(var(--ring) / .5) var(--tw-gradient-to-position)}.to-aui-ring\/55{--tw-gradient-to: hsl(var(--ring) / .55) var(--tw-gradient-to-position)}.to-aui-ring\/60{--tw-gradient-to: hsl(var(--ring) / .6) var(--tw-gradient-to-position)}.to-aui-ring\/65{--tw-gradient-to: hsl(var(--ring) / .65) var(--tw-gradient-to-position)}.to-aui-ring\/70{--tw-gradient-to: hsl(var(--ring) / .7) var(--tw-gradient-to-position)}.to-aui-ring\/75{--tw-gradient-to: hsl(var(--ring) / .75) var(--tw-gradient-to-position)}.to-aui-ring\/80{--tw-gradient-to: hsl(var(--ring) / .8) var(--tw-gradient-to-position)}.to-aui-ring\/85{--tw-gradient-to: hsl(var(--ring) / .85) var(--tw-gradient-to-position)}.to-aui-ring\/90{--tw-gradient-to: hsl(var(--ring) / .9) var(--tw-gradient-to-position)}.to-aui-ring\/95{--tw-gradient-to: hsl(var(--ring) / .95) var(--tw-gradient-to-position)}.to-aui-secondary{--tw-gradient-to: hsl(var(--secondary)) var(--tw-gradient-to-position)}.to-aui-secondary-foreground{--tw-gradient-to: hsl(var(--secondary-foreground)) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/0{--tw-gradient-to: hsl(var(--secondary-foreground) / 0) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/10{--tw-gradient-to: hsl(var(--secondary-foreground) / .1) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/100{--tw-gradient-to: hsl(var(--secondary-foreground) / 1) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/15{--tw-gradient-to: hsl(var(--secondary-foreground) / .15) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/20{--tw-gradient-to: hsl(var(--secondary-foreground) / .2) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/25{--tw-gradient-to: hsl(var(--secondary-foreground) / .25) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/30{--tw-gradient-to: hsl(var(--secondary-foreground) / .3) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/35{--tw-gradient-to: hsl(var(--secondary-foreground) / .35) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/40{--tw-gradient-to: hsl(var(--secondary-foreground) / .4) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/45{--tw-gradient-to: hsl(var(--secondary-foreground) / .45) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/5{--tw-gradient-to: hsl(var(--secondary-foreground) / .05) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/50{--tw-gradient-to: hsl(var(--secondary-foreground) / .5) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/55{--tw-gradient-to: hsl(var(--secondary-foreground) / .55) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/60{--tw-gradient-to: hsl(var(--secondary-foreground) / .6) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/65{--tw-gradient-to: hsl(var(--secondary-foreground) / .65) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/70{--tw-gradient-to: hsl(var(--secondary-foreground) / .7) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/75{--tw-gradient-to: hsl(var(--secondary-foreground) / .75) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/80{--tw-gradient-to: hsl(var(--secondary-foreground) / .8) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/85{--tw-gradient-to: hsl(var(--secondary-foreground) / .85) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/90{--tw-gradient-to: hsl(var(--secondary-foreground) / .9) var(--tw-gradient-to-position)}.to-aui-secondary-foreground\/95{--tw-gradient-to: hsl(var(--secondary-foreground) / .95) var(--tw-gradient-to-position)}.to-aui-secondary\/0{--tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position)}.to-aui-secondary\/10{--tw-gradient-to: hsl(var(--secondary) / .1) var(--tw-gradient-to-position)}.to-aui-secondary\/100{--tw-gradient-to: hsl(var(--secondary) / 1) var(--tw-gradient-to-position)}.to-aui-secondary\/15{--tw-gradient-to: hsl(var(--secondary) / .15) var(--tw-gradient-to-position)}.to-aui-secondary\/20{--tw-gradient-to: hsl(var(--secondary) / .2) var(--tw-gradient-to-position)}.to-aui-secondary\/25{--tw-gradient-to: hsl(var(--secondary) / .25) var(--tw-gradient-to-position)}.to-aui-secondary\/30{--tw-gradient-to: hsl(var(--secondary) / .3) var(--tw-gradient-to-position)}.to-aui-secondary\/35{--tw-gradient-to: hsl(var(--secondary) / .35) var(--tw-gradient-to-position)}.to-aui-secondary\/40{--tw-gradient-to: hsl(var(--secondary) / .4) var(--tw-gradient-to-position)}.to-aui-secondary\/45{--tw-gradient-to: hsl(var(--secondary) / .45) var(--tw-gradient-to-position)}.to-aui-secondary\/5{--tw-gradient-to: hsl(var(--secondary) / .05) var(--tw-gradient-to-position)}.to-aui-secondary\/50{--tw-gradient-to: hsl(var(--secondary) / .5) var(--tw-gradient-to-position)}.to-aui-secondary\/55{--tw-gradient-to: hsl(var(--secondary) / .55) var(--tw-gradient-to-position)}.to-aui-secondary\/60{--tw-gradient-to: hsl(var(--secondary) / .6) var(--tw-gradient-to-position)}.to-aui-secondary\/65{--tw-gradient-to: hsl(var(--secondary) / .65) var(--tw-gradient-to-position)}.to-aui-secondary\/70{--tw-gradient-to: hsl(var(--secondary) / .7) var(--tw-gradient-to-position)}.to-aui-secondary\/75{--tw-gradient-to: hsl(var(--secondary) / .75) var(--tw-gradient-to-position)}.to-aui-secondary\/80{--tw-gradient-to: hsl(var(--secondary) / .8) var(--tw-gradient-to-position)}.to-aui-secondary\/85{--tw-gradient-to: hsl(var(--secondary) / .85) var(--tw-gradient-to-position)}.to-aui-secondary\/90{--tw-gradient-to: hsl(var(--secondary) / .9) var(--tw-gradient-to-position)}.to-aui-secondary\/95{--tw-gradient-to: hsl(var(--secondary) / .95) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.fill-aui-accent{fill:hsl(var(--accent))}.fill-aui-accent-foreground{fill:hsl(var(--accent-foreground))}.fill-aui-accent-foreground\/0{fill:hsl(var(--accent-foreground) / 0)}.fill-aui-accent-foreground\/10{fill:hsl(var(--accent-foreground) / .1)}.fill-aui-accent-foreground\/100{fill:hsl(var(--accent-foreground) / 1)}.fill-aui-accent-foreground\/15{fill:hsl(var(--accent-foreground) / .15)}.fill-aui-accent-foreground\/20{fill:hsl(var(--accent-foreground) / .2)}.fill-aui-accent-foreground\/25{fill:hsl(var(--accent-foreground) / .25)}.fill-aui-accent-foreground\/30{fill:hsl(var(--accent-foreground) / .3)}.fill-aui-accent-foreground\/35{fill:hsl(var(--accent-foreground) / .35)}.fill-aui-accent-foreground\/40{fill:hsl(var(--accent-foreground) / .4)}.fill-aui-accent-foreground\/45{fill:hsl(var(--accent-foreground) / .45)}.fill-aui-accent-foreground\/5{fill:hsl(var(--accent-foreground) / .05)}.fill-aui-accent-foreground\/50{fill:hsl(var(--accent-foreground) / .5)}.fill-aui-accent-foreground\/55{fill:hsl(var(--accent-foreground) / .55)}.fill-aui-accent-foreground\/60{fill:hsl(var(--accent-foreground) / .6)}.fill-aui-accent-foreground\/65{fill:hsl(var(--accent-foreground) / .65)}.fill-aui-accent-foreground\/70{fill:hsl(var(--accent-foreground) / .7)}.fill-aui-accent-foreground\/75{fill:hsl(var(--accent-foreground) / .75)}.fill-aui-accent-foreground\/80{fill:hsl(var(--accent-foreground) / .8)}.fill-aui-accent-foreground\/85{fill:hsl(var(--accent-foreground) / .85)}.fill-aui-accent-foreground\/90{fill:hsl(var(--accent-foreground) / .9)}.fill-aui-accent-foreground\/95{fill:hsl(var(--accent-foreground) / .95)}.fill-aui-accent\/0{fill:hsl(var(--accent) / 0)}.fill-aui-accent\/10{fill:hsl(var(--accent) / .1)}.fill-aui-accent\/100{fill:hsl(var(--accent) / 1)}.fill-aui-accent\/15{fill:hsl(var(--accent) / .15)}.fill-aui-accent\/20{fill:hsl(var(--accent) / .2)}.fill-aui-accent\/25{fill:hsl(var(--accent) / .25)}.fill-aui-accent\/30{fill:hsl(var(--accent) / .3)}.fill-aui-accent\/35{fill:hsl(var(--accent) / .35)}.fill-aui-accent\/40{fill:hsl(var(--accent) / .4)}.fill-aui-accent\/45{fill:hsl(var(--accent) / .45)}.fill-aui-accent\/5{fill:hsl(var(--accent) / .05)}.fill-aui-accent\/50{fill:hsl(var(--accent) / .5)}.fill-aui-accent\/55{fill:hsl(var(--accent) / .55)}.fill-aui-accent\/60{fill:hsl(var(--accent) / .6)}.fill-aui-accent\/65{fill:hsl(var(--accent) / .65)}.fill-aui-accent\/70{fill:hsl(var(--accent) / .7)}.fill-aui-accent\/75{fill:hsl(var(--accent) / .75)}.fill-aui-accent\/80{fill:hsl(var(--accent) / .8)}.fill-aui-accent\/85{fill:hsl(var(--accent) / .85)}.fill-aui-accent\/90{fill:hsl(var(--accent) / .9)}.fill-aui-accent\/95{fill:hsl(var(--accent) / .95)}.fill-aui-background{fill:hsl(var(--background))}.fill-aui-background\/0{fill:hsl(var(--background) / 0)}.fill-aui-background\/10{fill:hsl(var(--background) / .1)}.fill-aui-background\/100{fill:hsl(var(--background) / 1)}.fill-aui-background\/15{fill:hsl(var(--background) / .15)}.fill-aui-background\/20{fill:hsl(var(--background) / .2)}.fill-aui-background\/25{fill:hsl(var(--background) / .25)}.fill-aui-background\/30{fill:hsl(var(--background) / .3)}.fill-aui-background\/35{fill:hsl(var(--background) / .35)}.fill-aui-background\/40{fill:hsl(var(--background) / .4)}.fill-aui-background\/45{fill:hsl(var(--background) / .45)}.fill-aui-background\/5{fill:hsl(var(--background) / .05)}.fill-aui-background\/50{fill:hsl(var(--background) / .5)}.fill-aui-background\/55{fill:hsl(var(--background) / .55)}.fill-aui-background\/60{fill:hsl(var(--background) / .6)}.fill-aui-background\/65{fill:hsl(var(--background) / .65)}.fill-aui-background\/70{fill:hsl(var(--background) / .7)}.fill-aui-background\/75{fill:hsl(var(--background) / .75)}.fill-aui-background\/80{fill:hsl(var(--background) / .8)}.fill-aui-background\/85{fill:hsl(var(--background) / .85)}.fill-aui-background\/90{fill:hsl(var(--background) / .9)}.fill-aui-background\/95{fill:hsl(var(--background) / .95)}.fill-aui-border{fill:hsl(var(--border))}.fill-aui-border\/0{fill:hsl(var(--border) / 0)}.fill-aui-border\/10{fill:hsl(var(--border) / .1)}.fill-aui-border\/100{fill:hsl(var(--border) / 1)}.fill-aui-border\/15{fill:hsl(var(--border) / .15)}.fill-aui-border\/20{fill:hsl(var(--border) / .2)}.fill-aui-border\/25{fill:hsl(var(--border) / .25)}.fill-aui-border\/30{fill:hsl(var(--border) / .3)}.fill-aui-border\/35{fill:hsl(var(--border) / .35)}.fill-aui-border\/40{fill:hsl(var(--border) / .4)}.fill-aui-border\/45{fill:hsl(var(--border) / .45)}.fill-aui-border\/5{fill:hsl(var(--border) / .05)}.fill-aui-border\/50{fill:hsl(var(--border) / .5)}.fill-aui-border\/55{fill:hsl(var(--border) / .55)}.fill-aui-border\/60{fill:hsl(var(--border) / .6)}.fill-aui-border\/65{fill:hsl(var(--border) / .65)}.fill-aui-border\/70{fill:hsl(var(--border) / .7)}.fill-aui-border\/75{fill:hsl(var(--border) / .75)}.fill-aui-border\/80{fill:hsl(var(--border) / .8)}.fill-aui-border\/85{fill:hsl(var(--border) / .85)}.fill-aui-border\/90{fill:hsl(var(--border) / .9)}.fill-aui-border\/95{fill:hsl(var(--border) / .95)}.fill-aui-card{fill:hsl(var(--card))}.fill-aui-card-foreground{fill:hsl(var(--card-foreground))}.fill-aui-card-foreground\/0{fill:hsl(var(--card-foreground) / 0)}.fill-aui-card-foreground\/10{fill:hsl(var(--card-foreground) / .1)}.fill-aui-card-foreground\/100{fill:hsl(var(--card-foreground) / 1)}.fill-aui-card-foreground\/15{fill:hsl(var(--card-foreground) / .15)}.fill-aui-card-foreground\/20{fill:hsl(var(--card-foreground) / .2)}.fill-aui-card-foreground\/25{fill:hsl(var(--card-foreground) / .25)}.fill-aui-card-foreground\/30{fill:hsl(var(--card-foreground) / .3)}.fill-aui-card-foreground\/35{fill:hsl(var(--card-foreground) / .35)}.fill-aui-card-foreground\/40{fill:hsl(var(--card-foreground) / .4)}.fill-aui-card-foreground\/45{fill:hsl(var(--card-foreground) / .45)}.fill-aui-card-foreground\/5{fill:hsl(var(--card-foreground) / .05)}.fill-aui-card-foreground\/50{fill:hsl(var(--card-foreground) / .5)}.fill-aui-card-foreground\/55{fill:hsl(var(--card-foreground) / .55)}.fill-aui-card-foreground\/60{fill:hsl(var(--card-foreground) / .6)}.fill-aui-card-foreground\/65{fill:hsl(var(--card-foreground) / .65)}.fill-aui-card-foreground\/70{fill:hsl(var(--card-foreground) / .7)}.fill-aui-card-foreground\/75{fill:hsl(var(--card-foreground) / .75)}.fill-aui-card-foreground\/80{fill:hsl(var(--card-foreground) / .8)}.fill-aui-card-foreground\/85{fill:hsl(var(--card-foreground) / .85)}.fill-aui-card-foreground\/90{fill:hsl(var(--card-foreground) / .9)}.fill-aui-card-foreground\/95{fill:hsl(var(--card-foreground) / .95)}.fill-aui-card\/0{fill:hsl(var(--card) / 0)}.fill-aui-card\/10{fill:hsl(var(--card) / .1)}.fill-aui-card\/100{fill:hsl(var(--card) / 1)}.fill-aui-card\/15{fill:hsl(var(--card) / .15)}.fill-aui-card\/20{fill:hsl(var(--card) / .2)}.fill-aui-card\/25{fill:hsl(var(--card) / .25)}.fill-aui-card\/30{fill:hsl(var(--card) / .3)}.fill-aui-card\/35{fill:hsl(var(--card) / .35)}.fill-aui-card\/40{fill:hsl(var(--card) / .4)}.fill-aui-card\/45{fill:hsl(var(--card) / .45)}.fill-aui-card\/5{fill:hsl(var(--card) / .05)}.fill-aui-card\/50{fill:hsl(var(--card) / .5)}.fill-aui-card\/55{fill:hsl(var(--card) / .55)}.fill-aui-card\/60{fill:hsl(var(--card) / .6)}.fill-aui-card\/65{fill:hsl(var(--card) / .65)}.fill-aui-card\/70{fill:hsl(var(--card) / .7)}.fill-aui-card\/75{fill:hsl(var(--card) / .75)}.fill-aui-card\/80{fill:hsl(var(--card) / .8)}.fill-aui-card\/85{fill:hsl(var(--card) / .85)}.fill-aui-card\/90{fill:hsl(var(--card) / .9)}.fill-aui-card\/95{fill:hsl(var(--card) / .95)}.fill-aui-destructive{fill:hsl(var(--destructive))}.fill-aui-destructive-foreground{fill:hsl(var(--destructive-foreground))}.fill-aui-destructive-foreground\/0{fill:hsl(var(--destructive-foreground) / 0)}.fill-aui-destructive-foreground\/10{fill:hsl(var(--destructive-foreground) / .1)}.fill-aui-destructive-foreground\/100{fill:hsl(var(--destructive-foreground) / 1)}.fill-aui-destructive-foreground\/15{fill:hsl(var(--destructive-foreground) / .15)}.fill-aui-destructive-foreground\/20{fill:hsl(var(--destructive-foreground) / .2)}.fill-aui-destructive-foreground\/25{fill:hsl(var(--destructive-foreground) / .25)}.fill-aui-destructive-foreground\/30{fill:hsl(var(--destructive-foreground) / .3)}.fill-aui-destructive-foreground\/35{fill:hsl(var(--destructive-foreground) / .35)}.fill-aui-destructive-foreground\/40{fill:hsl(var(--destructive-foreground) / .4)}.fill-aui-destructive-foreground\/45{fill:hsl(var(--destructive-foreground) / .45)}.fill-aui-destructive-foreground\/5{fill:hsl(var(--destructive-foreground) / .05)}.fill-aui-destructive-foreground\/50{fill:hsl(var(--destructive-foreground) / .5)}.fill-aui-destructive-foreground\/55{fill:hsl(var(--destructive-foreground) / .55)}.fill-aui-destructive-foreground\/60{fill:hsl(var(--destructive-foreground) / .6)}.fill-aui-destructive-foreground\/65{fill:hsl(var(--destructive-foreground) / .65)}.fill-aui-destructive-foreground\/70{fill:hsl(var(--destructive-foreground) / .7)}.fill-aui-destructive-foreground\/75{fill:hsl(var(--destructive-foreground) / .75)}.fill-aui-destructive-foreground\/80{fill:hsl(var(--destructive-foreground) / .8)}.fill-aui-destructive-foreground\/85{fill:hsl(var(--destructive-foreground) / .85)}.fill-aui-destructive-foreground\/90{fill:hsl(var(--destructive-foreground) / .9)}.fill-aui-destructive-foreground\/95{fill:hsl(var(--destructive-foreground) / .95)}.fill-aui-destructive\/0{fill:hsl(var(--destructive) / 0)}.fill-aui-destructive\/10{fill:hsl(var(--destructive) / .1)}.fill-aui-destructive\/100{fill:hsl(var(--destructive) / 1)}.fill-aui-destructive\/15{fill:hsl(var(--destructive) / .15)}.fill-aui-destructive\/20{fill:hsl(var(--destructive) / .2)}.fill-aui-destructive\/25{fill:hsl(var(--destructive) / .25)}.fill-aui-destructive\/30{fill:hsl(var(--destructive) / .3)}.fill-aui-destructive\/35{fill:hsl(var(--destructive) / .35)}.fill-aui-destructive\/40{fill:hsl(var(--destructive) / .4)}.fill-aui-destructive\/45{fill:hsl(var(--destructive) / .45)}.fill-aui-destructive\/5{fill:hsl(var(--destructive) / .05)}.fill-aui-destructive\/50{fill:hsl(var(--destructive) / .5)}.fill-aui-destructive\/55{fill:hsl(var(--destructive) / .55)}.fill-aui-destructive\/60{fill:hsl(var(--destructive) / .6)}.fill-aui-destructive\/65{fill:hsl(var(--destructive) / .65)}.fill-aui-destructive\/70{fill:hsl(var(--destructive) / .7)}.fill-aui-destructive\/75{fill:hsl(var(--destructive) / .75)}.fill-aui-destructive\/80{fill:hsl(var(--destructive) / .8)}.fill-aui-destructive\/85{fill:hsl(var(--destructive) / .85)}.fill-aui-destructive\/90{fill:hsl(var(--destructive) / .9)}.fill-aui-destructive\/95{fill:hsl(var(--destructive) / .95)}.fill-aui-foreground{fill:hsl(var(--foreground))}.fill-aui-foreground\/0{fill:hsl(var(--foreground) / 0)}.fill-aui-foreground\/10{fill:hsl(var(--foreground) / .1)}.fill-aui-foreground\/100{fill:hsl(var(--foreground) / 1)}.fill-aui-foreground\/15{fill:hsl(var(--foreground) / .15)}.fill-aui-foreground\/20{fill:hsl(var(--foreground) / .2)}.fill-aui-foreground\/25{fill:hsl(var(--foreground) / .25)}.fill-aui-foreground\/30{fill:hsl(var(--foreground) / .3)}.fill-aui-foreground\/35{fill:hsl(var(--foreground) / .35)}.fill-aui-foreground\/40{fill:hsl(var(--foreground) / .4)}.fill-aui-foreground\/45{fill:hsl(var(--foreground) / .45)}.fill-aui-foreground\/5{fill:hsl(var(--foreground) / .05)}.fill-aui-foreground\/50{fill:hsl(var(--foreground) / .5)}.fill-aui-foreground\/55{fill:hsl(var(--foreground) / .55)}.fill-aui-foreground\/60{fill:hsl(var(--foreground) / .6)}.fill-aui-foreground\/65{fill:hsl(var(--foreground) / .65)}.fill-aui-foreground\/70{fill:hsl(var(--foreground) / .7)}.fill-aui-foreground\/75{fill:hsl(var(--foreground) / .75)}.fill-aui-foreground\/80{fill:hsl(var(--foreground) / .8)}.fill-aui-foreground\/85{fill:hsl(var(--foreground) / .85)}.fill-aui-foreground\/90{fill:hsl(var(--foreground) / .9)}.fill-aui-foreground\/95{fill:hsl(var(--foreground) / .95)}.fill-aui-input{fill:hsl(var(--input))}.fill-aui-input\/0{fill:hsl(var(--input) / 0)}.fill-aui-input\/10{fill:hsl(var(--input) / .1)}.fill-aui-input\/100{fill:hsl(var(--input) / 1)}.fill-aui-input\/15{fill:hsl(var(--input) / .15)}.fill-aui-input\/20{fill:hsl(var(--input) / .2)}.fill-aui-input\/25{fill:hsl(var(--input) / .25)}.fill-aui-input\/30{fill:hsl(var(--input) / .3)}.fill-aui-input\/35{fill:hsl(var(--input) / .35)}.fill-aui-input\/40{fill:hsl(var(--input) / .4)}.fill-aui-input\/45{fill:hsl(var(--input) / .45)}.fill-aui-input\/5{fill:hsl(var(--input) / .05)}.fill-aui-input\/50{fill:hsl(var(--input) / .5)}.fill-aui-input\/55{fill:hsl(var(--input) / .55)}.fill-aui-input\/60{fill:hsl(var(--input) / .6)}.fill-aui-input\/65{fill:hsl(var(--input) / .65)}.fill-aui-input\/70{fill:hsl(var(--input) / .7)}.fill-aui-input\/75{fill:hsl(var(--input) / .75)}.fill-aui-input\/80{fill:hsl(var(--input) / .8)}.fill-aui-input\/85{fill:hsl(var(--input) / .85)}.fill-aui-input\/90{fill:hsl(var(--input) / .9)}.fill-aui-input\/95{fill:hsl(var(--input) / .95)}.fill-aui-muted{fill:hsl(var(--muted))}.fill-aui-muted-foreground{fill:hsl(var(--muted-foreground))}.fill-aui-muted-foreground\/0{fill:hsl(var(--muted-foreground) / 0)}.fill-aui-muted-foreground\/10{fill:hsl(var(--muted-foreground) / .1)}.fill-aui-muted-foreground\/100{fill:hsl(var(--muted-foreground) / 1)}.fill-aui-muted-foreground\/15{fill:hsl(var(--muted-foreground) / .15)}.fill-aui-muted-foreground\/20{fill:hsl(var(--muted-foreground) / .2)}.fill-aui-muted-foreground\/25{fill:hsl(var(--muted-foreground) / .25)}.fill-aui-muted-foreground\/30{fill:hsl(var(--muted-foreground) / .3)}.fill-aui-muted-foreground\/35{fill:hsl(var(--muted-foreground) / .35)}.fill-aui-muted-foreground\/40{fill:hsl(var(--muted-foreground) / .4)}.fill-aui-muted-foreground\/45{fill:hsl(var(--muted-foreground) / .45)}.fill-aui-muted-foreground\/5{fill:hsl(var(--muted-foreground) / .05)}.fill-aui-muted-foreground\/50{fill:hsl(var(--muted-foreground) / .5)}.fill-aui-muted-foreground\/55{fill:hsl(var(--muted-foreground) / .55)}.fill-aui-muted-foreground\/60{fill:hsl(var(--muted-foreground) / .6)}.fill-aui-muted-foreground\/65{fill:hsl(var(--muted-foreground) / .65)}.fill-aui-muted-foreground\/70{fill:hsl(var(--muted-foreground) / .7)}.fill-aui-muted-foreground\/75{fill:hsl(var(--muted-foreground) / .75)}.fill-aui-muted-foreground\/80{fill:hsl(var(--muted-foreground) / .8)}.fill-aui-muted-foreground\/85{fill:hsl(var(--muted-foreground) / .85)}.fill-aui-muted-foreground\/90{fill:hsl(var(--muted-foreground) / .9)}.fill-aui-muted-foreground\/95{fill:hsl(var(--muted-foreground) / .95)}.fill-aui-muted\/0{fill:hsl(var(--muted) / 0)}.fill-aui-muted\/10{fill:hsl(var(--muted) / .1)}.fill-aui-muted\/100{fill:hsl(var(--muted) / 1)}.fill-aui-muted\/15{fill:hsl(var(--muted) / .15)}.fill-aui-muted\/20{fill:hsl(var(--muted) / .2)}.fill-aui-muted\/25{fill:hsl(var(--muted) / .25)}.fill-aui-muted\/30{fill:hsl(var(--muted) / .3)}.fill-aui-muted\/35{fill:hsl(var(--muted) / .35)}.fill-aui-muted\/40{fill:hsl(var(--muted) / .4)}.fill-aui-muted\/45{fill:hsl(var(--muted) / .45)}.fill-aui-muted\/5{fill:hsl(var(--muted) / .05)}.fill-aui-muted\/50{fill:hsl(var(--muted) / .5)}.fill-aui-muted\/55{fill:hsl(var(--muted) / .55)}.fill-aui-muted\/60{fill:hsl(var(--muted) / .6)}.fill-aui-muted\/65{fill:hsl(var(--muted) / .65)}.fill-aui-muted\/70{fill:hsl(var(--muted) / .7)}.fill-aui-muted\/75{fill:hsl(var(--muted) / .75)}.fill-aui-muted\/80{fill:hsl(var(--muted) / .8)}.fill-aui-muted\/85{fill:hsl(var(--muted) / .85)}.fill-aui-muted\/90{fill:hsl(var(--muted) / .9)}.fill-aui-muted\/95{fill:hsl(var(--muted) / .95)}.fill-aui-popover{fill:hsl(var(--popover))}.fill-aui-popover-foreground{fill:hsl(var(--popover-foreground))}.fill-aui-popover-foreground\/0{fill:hsl(var(--popover-foreground) / 0)}.fill-aui-popover-foreground\/10{fill:hsl(var(--popover-foreground) / .1)}.fill-aui-popover-foreground\/100{fill:hsl(var(--popover-foreground) / 1)}.fill-aui-popover-foreground\/15{fill:hsl(var(--popover-foreground) / .15)}.fill-aui-popover-foreground\/20{fill:hsl(var(--popover-foreground) / .2)}.fill-aui-popover-foreground\/25{fill:hsl(var(--popover-foreground) / .25)}.fill-aui-popover-foreground\/30{fill:hsl(var(--popover-foreground) / .3)}.fill-aui-popover-foreground\/35{fill:hsl(var(--popover-foreground) / .35)}.fill-aui-popover-foreground\/40{fill:hsl(var(--popover-foreground) / .4)}.fill-aui-popover-foreground\/45{fill:hsl(var(--popover-foreground) / .45)}.fill-aui-popover-foreground\/5{fill:hsl(var(--popover-foreground) / .05)}.fill-aui-popover-foreground\/50{fill:hsl(var(--popover-foreground) / .5)}.fill-aui-popover-foreground\/55{fill:hsl(var(--popover-foreground) / .55)}.fill-aui-popover-foreground\/60{fill:hsl(var(--popover-foreground) / .6)}.fill-aui-popover-foreground\/65{fill:hsl(var(--popover-foreground) / .65)}.fill-aui-popover-foreground\/70{fill:hsl(var(--popover-foreground) / .7)}.fill-aui-popover-foreground\/75{fill:hsl(var(--popover-foreground) / .75)}.fill-aui-popover-foreground\/80{fill:hsl(var(--popover-foreground) / .8)}.fill-aui-popover-foreground\/85{fill:hsl(var(--popover-foreground) / .85)}.fill-aui-popover-foreground\/90{fill:hsl(var(--popover-foreground) / .9)}.fill-aui-popover-foreground\/95{fill:hsl(var(--popover-foreground) / .95)}.fill-aui-popover\/0{fill:hsl(var(--popover) / 0)}.fill-aui-popover\/10{fill:hsl(var(--popover) / .1)}.fill-aui-popover\/100{fill:hsl(var(--popover) / 1)}.fill-aui-popover\/15{fill:hsl(var(--popover) / .15)}.fill-aui-popover\/20{fill:hsl(var(--popover) / .2)}.fill-aui-popover\/25{fill:hsl(var(--popover) / .25)}.fill-aui-popover\/30{fill:hsl(var(--popover) / .3)}.fill-aui-popover\/35{fill:hsl(var(--popover) / .35)}.fill-aui-popover\/40{fill:hsl(var(--popover) / .4)}.fill-aui-popover\/45{fill:hsl(var(--popover) / .45)}.fill-aui-popover\/5{fill:hsl(var(--popover) / .05)}.fill-aui-popover\/50{fill:hsl(var(--popover) / .5)}.fill-aui-popover\/55{fill:hsl(var(--popover) / .55)}.fill-aui-popover\/60{fill:hsl(var(--popover) / .6)}.fill-aui-popover\/65{fill:hsl(var(--popover) / .65)}.fill-aui-popover\/70{fill:hsl(var(--popover) / .7)}.fill-aui-popover\/75{fill:hsl(var(--popover) / .75)}.fill-aui-popover\/80{fill:hsl(var(--popover) / .8)}.fill-aui-popover\/85{fill:hsl(var(--popover) / .85)}.fill-aui-popover\/90{fill:hsl(var(--popover) / .9)}.fill-aui-popover\/95{fill:hsl(var(--popover) / .95)}.fill-aui-primary{fill:hsl(var(--primary))}.fill-aui-primary-foreground{fill:hsl(var(--primary-foreground))}.fill-aui-primary-foreground\/0{fill:hsl(var(--primary-foreground) / 0)}.fill-aui-primary-foreground\/10{fill:hsl(var(--primary-foreground) / .1)}.fill-aui-primary-foreground\/100{fill:hsl(var(--primary-foreground) / 1)}.fill-aui-primary-foreground\/15{fill:hsl(var(--primary-foreground) / .15)}.fill-aui-primary-foreground\/20{fill:hsl(var(--primary-foreground) / .2)}.fill-aui-primary-foreground\/25{fill:hsl(var(--primary-foreground) / .25)}.fill-aui-primary-foreground\/30{fill:hsl(var(--primary-foreground) / .3)}.fill-aui-primary-foreground\/35{fill:hsl(var(--primary-foreground) / .35)}.fill-aui-primary-foreground\/40{fill:hsl(var(--primary-foreground) / .4)}.fill-aui-primary-foreground\/45{fill:hsl(var(--primary-foreground) / .45)}.fill-aui-primary-foreground\/5{fill:hsl(var(--primary-foreground) / .05)}.fill-aui-primary-foreground\/50{fill:hsl(var(--primary-foreground) / .5)}.fill-aui-primary-foreground\/55{fill:hsl(var(--primary-foreground) / .55)}.fill-aui-primary-foreground\/60{fill:hsl(var(--primary-foreground) / .6)}.fill-aui-primary-foreground\/65{fill:hsl(var(--primary-foreground) / .65)}.fill-aui-primary-foreground\/70{fill:hsl(var(--primary-foreground) / .7)}.fill-aui-primary-foreground\/75{fill:hsl(var(--primary-foreground) / .75)}.fill-aui-primary-foreground\/80{fill:hsl(var(--primary-foreground) / .8)}.fill-aui-primary-foreground\/85{fill:hsl(var(--primary-foreground) / .85)}.fill-aui-primary-foreground\/90{fill:hsl(var(--primary-foreground) / .9)}.fill-aui-primary-foreground\/95{fill:hsl(var(--primary-foreground) / .95)}.fill-aui-primary\/0{fill:hsl(var(--primary) / 0)}.fill-aui-primary\/10{fill:hsl(var(--primary) / .1)}.fill-aui-primary\/100{fill:hsl(var(--primary) / 1)}.fill-aui-primary\/15{fill:hsl(var(--primary) / .15)}.fill-aui-primary\/20{fill:hsl(var(--primary) / .2)}.fill-aui-primary\/25{fill:hsl(var(--primary) / .25)}.fill-aui-primary\/30{fill:hsl(var(--primary) / .3)}.fill-aui-primary\/35{fill:hsl(var(--primary) / .35)}.fill-aui-primary\/40{fill:hsl(var(--primary) / .4)}.fill-aui-primary\/45{fill:hsl(var(--primary) / .45)}.fill-aui-primary\/5{fill:hsl(var(--primary) / .05)}.fill-aui-primary\/50{fill:hsl(var(--primary) / .5)}.fill-aui-primary\/55{fill:hsl(var(--primary) / .55)}.fill-aui-primary\/60{fill:hsl(var(--primary) / .6)}.fill-aui-primary\/65{fill:hsl(var(--primary) / .65)}.fill-aui-primary\/70{fill:hsl(var(--primary) / .7)}.fill-aui-primary\/75{fill:hsl(var(--primary) / .75)}.fill-aui-primary\/80{fill:hsl(var(--primary) / .8)}.fill-aui-primary\/85{fill:hsl(var(--primary) / .85)}.fill-aui-primary\/90{fill:hsl(var(--primary) / .9)}.fill-aui-primary\/95{fill:hsl(var(--primary) / .95)}.fill-aui-ring{fill:hsl(var(--ring))}.fill-aui-ring\/0{fill:hsl(var(--ring) / 0)}.fill-aui-ring\/10{fill:hsl(var(--ring) / .1)}.fill-aui-ring\/100{fill:hsl(var(--ring) / 1)}.fill-aui-ring\/15{fill:hsl(var(--ring) / .15)}.fill-aui-ring\/20{fill:hsl(var(--ring) / .2)}.fill-aui-ring\/25{fill:hsl(var(--ring) / .25)}.fill-aui-ring\/30{fill:hsl(var(--ring) / .3)}.fill-aui-ring\/35{fill:hsl(var(--ring) / .35)}.fill-aui-ring\/40{fill:hsl(var(--ring) / .4)}.fill-aui-ring\/45{fill:hsl(var(--ring) / .45)}.fill-aui-ring\/5{fill:hsl(var(--ring) / .05)}.fill-aui-ring\/50{fill:hsl(var(--ring) / .5)}.fill-aui-ring\/55{fill:hsl(var(--ring) / .55)}.fill-aui-ring\/60{fill:hsl(var(--ring) / .6)}.fill-aui-ring\/65{fill:hsl(var(--ring) / .65)}.fill-aui-ring\/70{fill:hsl(var(--ring) / .7)}.fill-aui-ring\/75{fill:hsl(var(--ring) / .75)}.fill-aui-ring\/80{fill:hsl(var(--ring) / .8)}.fill-aui-ring\/85{fill:hsl(var(--ring) / .85)}.fill-aui-ring\/90{fill:hsl(var(--ring) / .9)}.fill-aui-ring\/95{fill:hsl(var(--ring) / .95)}.fill-aui-secondary{fill:hsl(var(--secondary))}.fill-aui-secondary-foreground{fill:hsl(var(--secondary-foreground))}.fill-aui-secondary-foreground\/0{fill:hsl(var(--secondary-foreground) / 0)}.fill-aui-secondary-foreground\/10{fill:hsl(var(--secondary-foreground) / .1)}.fill-aui-secondary-foreground\/100{fill:hsl(var(--secondary-foreground) / 1)}.fill-aui-secondary-foreground\/15{fill:hsl(var(--secondary-foreground) / .15)}.fill-aui-secondary-foreground\/20{fill:hsl(var(--secondary-foreground) / .2)}.fill-aui-secondary-foreground\/25{fill:hsl(var(--secondary-foreground) / .25)}.fill-aui-secondary-foreground\/30{fill:hsl(var(--secondary-foreground) / .3)}.fill-aui-secondary-foreground\/35{fill:hsl(var(--secondary-foreground) / .35)}.fill-aui-secondary-foreground\/40{fill:hsl(var(--secondary-foreground) / .4)}.fill-aui-secondary-foreground\/45{fill:hsl(var(--secondary-foreground) / .45)}.fill-aui-secondary-foreground\/5{fill:hsl(var(--secondary-foreground) / .05)}.fill-aui-secondary-foreground\/50{fill:hsl(var(--secondary-foreground) / .5)}.fill-aui-secondary-foreground\/55{fill:hsl(var(--secondary-foreground) / .55)}.fill-aui-secondary-foreground\/60{fill:hsl(var(--secondary-foreground) / .6)}.fill-aui-secondary-foreground\/65{fill:hsl(var(--secondary-foreground) / .65)}.fill-aui-secondary-foreground\/70{fill:hsl(var(--secondary-foreground) / .7)}.fill-aui-secondary-foreground\/75{fill:hsl(var(--secondary-foreground) / .75)}.fill-aui-secondary-foreground\/80{fill:hsl(var(--secondary-foreground) / .8)}.fill-aui-secondary-foreground\/85{fill:hsl(var(--secondary-foreground) / .85)}.fill-aui-secondary-foreground\/90{fill:hsl(var(--secondary-foreground) / .9)}.fill-aui-secondary-foreground\/95{fill:hsl(var(--secondary-foreground) / .95)}.fill-aui-secondary\/0{fill:hsl(var(--secondary) / 0)}.fill-aui-secondary\/10{fill:hsl(var(--secondary) / .1)}.fill-aui-secondary\/100{fill:hsl(var(--secondary) / 1)}.fill-aui-secondary\/15{fill:hsl(var(--secondary) / .15)}.fill-aui-secondary\/20{fill:hsl(var(--secondary) / .2)}.fill-aui-secondary\/25{fill:hsl(var(--secondary) / .25)}.fill-aui-secondary\/30{fill:hsl(var(--secondary) / .3)}.fill-aui-secondary\/35{fill:hsl(var(--secondary) / .35)}.fill-aui-secondary\/40{fill:hsl(var(--secondary) / .4)}.fill-aui-secondary\/45{fill:hsl(var(--secondary) / .45)}.fill-aui-secondary\/5{fill:hsl(var(--secondary) / .05)}.fill-aui-secondary\/50{fill:hsl(var(--secondary) / .5)}.fill-aui-secondary\/55{fill:hsl(var(--secondary) / .55)}.fill-aui-secondary\/60{fill:hsl(var(--secondary) / .6)}.fill-aui-secondary\/65{fill:hsl(var(--secondary) / .65)}.fill-aui-secondary\/70{fill:hsl(var(--secondary) / .7)}.fill-aui-secondary\/75{fill:hsl(var(--secondary) / .75)}.fill-aui-secondary\/80{fill:hsl(var(--secondary) / .8)}.fill-aui-secondary\/85{fill:hsl(var(--secondary) / .85)}.fill-aui-secondary\/90{fill:hsl(var(--secondary) / .9)}.fill-aui-secondary\/95{fill:hsl(var(--secondary) / .95)}.fill-black{fill:#000}.fill-cosmic-blue-500{fill:hsl(var(--cosmic-blue-500))}.fill-current{fill:currentColor}.fill-destructive{fill:hsl(var(--destructive))}.fill-green-600{fill:#16a34a}.fill-none{fill:none}.fill-primary{fill:hsl(var(--primary))}.fill-white{fill:#fff}.stroke-aui-accent{stroke:hsl(var(--accent))}.stroke-aui-accent-foreground{stroke:hsl(var(--accent-foreground))}.stroke-aui-accent-foreground\/0{stroke:hsl(var(--accent-foreground) / 0)}.stroke-aui-accent-foreground\/10{stroke:hsl(var(--accent-foreground) / .1)}.stroke-aui-accent-foreground\/100{stroke:hsl(var(--accent-foreground) / 1)}.stroke-aui-accent-foreground\/15{stroke:hsl(var(--accent-foreground) / .15)}.stroke-aui-accent-foreground\/20{stroke:hsl(var(--accent-foreground) / .2)}.stroke-aui-accent-foreground\/25{stroke:hsl(var(--accent-foreground) / .25)}.stroke-aui-accent-foreground\/30{stroke:hsl(var(--accent-foreground) / .3)}.stroke-aui-accent-foreground\/35{stroke:hsl(var(--accent-foreground) / .35)}.stroke-aui-accent-foreground\/40{stroke:hsl(var(--accent-foreground) / .4)}.stroke-aui-accent-foreground\/45{stroke:hsl(var(--accent-foreground) / .45)}.stroke-aui-accent-foreground\/5{stroke:hsl(var(--accent-foreground) / .05)}.stroke-aui-accent-foreground\/50{stroke:hsl(var(--accent-foreground) / .5)}.stroke-aui-accent-foreground\/55{stroke:hsl(var(--accent-foreground) / .55)}.stroke-aui-accent-foreground\/60{stroke:hsl(var(--accent-foreground) / .6)}.stroke-aui-accent-foreground\/65{stroke:hsl(var(--accent-foreground) / .65)}.stroke-aui-accent-foreground\/70{stroke:hsl(var(--accent-foreground) / .7)}.stroke-aui-accent-foreground\/75{stroke:hsl(var(--accent-foreground) / .75)}.stroke-aui-accent-foreground\/80{stroke:hsl(var(--accent-foreground) / .8)}.stroke-aui-accent-foreground\/85{stroke:hsl(var(--accent-foreground) / .85)}.stroke-aui-accent-foreground\/90{stroke:hsl(var(--accent-foreground) / .9)}.stroke-aui-accent-foreground\/95{stroke:hsl(var(--accent-foreground) / .95)}.stroke-aui-accent\/0{stroke:hsl(var(--accent) / 0)}.stroke-aui-accent\/10{stroke:hsl(var(--accent) / .1)}.stroke-aui-accent\/100{stroke:hsl(var(--accent) / 1)}.stroke-aui-accent\/15{stroke:hsl(var(--accent) / .15)}.stroke-aui-accent\/20{stroke:hsl(var(--accent) / .2)}.stroke-aui-accent\/25{stroke:hsl(var(--accent) / .25)}.stroke-aui-accent\/30{stroke:hsl(var(--accent) / .3)}.stroke-aui-accent\/35{stroke:hsl(var(--accent) / .35)}.stroke-aui-accent\/40{stroke:hsl(var(--accent) / .4)}.stroke-aui-accent\/45{stroke:hsl(var(--accent) / .45)}.stroke-aui-accent\/5{stroke:hsl(var(--accent) / .05)}.stroke-aui-accent\/50{stroke:hsl(var(--accent) / .5)}.stroke-aui-accent\/55{stroke:hsl(var(--accent) / .55)}.stroke-aui-accent\/60{stroke:hsl(var(--accent) / .6)}.stroke-aui-accent\/65{stroke:hsl(var(--accent) / .65)}.stroke-aui-accent\/70{stroke:hsl(var(--accent) / .7)}.stroke-aui-accent\/75{stroke:hsl(var(--accent) / .75)}.stroke-aui-accent\/80{stroke:hsl(var(--accent) / .8)}.stroke-aui-accent\/85{stroke:hsl(var(--accent) / .85)}.stroke-aui-accent\/90{stroke:hsl(var(--accent) / .9)}.stroke-aui-accent\/95{stroke:hsl(var(--accent) / .95)}.stroke-aui-background{stroke:hsl(var(--background))}.stroke-aui-background\/0{stroke:hsl(var(--background) / 0)}.stroke-aui-background\/10{stroke:hsl(var(--background) / .1)}.stroke-aui-background\/100{stroke:hsl(var(--background) / 1)}.stroke-aui-background\/15{stroke:hsl(var(--background) / .15)}.stroke-aui-background\/20{stroke:hsl(var(--background) / .2)}.stroke-aui-background\/25{stroke:hsl(var(--background) / .25)}.stroke-aui-background\/30{stroke:hsl(var(--background) / .3)}.stroke-aui-background\/35{stroke:hsl(var(--background) / .35)}.stroke-aui-background\/40{stroke:hsl(var(--background) / .4)}.stroke-aui-background\/45{stroke:hsl(var(--background) / .45)}.stroke-aui-background\/5{stroke:hsl(var(--background) / .05)}.stroke-aui-background\/50{stroke:hsl(var(--background) / .5)}.stroke-aui-background\/55{stroke:hsl(var(--background) / .55)}.stroke-aui-background\/60{stroke:hsl(var(--background) / .6)}.stroke-aui-background\/65{stroke:hsl(var(--background) / .65)}.stroke-aui-background\/70{stroke:hsl(var(--background) / .7)}.stroke-aui-background\/75{stroke:hsl(var(--background) / .75)}.stroke-aui-background\/80{stroke:hsl(var(--background) / .8)}.stroke-aui-background\/85{stroke:hsl(var(--background) / .85)}.stroke-aui-background\/90{stroke:hsl(var(--background) / .9)}.stroke-aui-background\/95{stroke:hsl(var(--background) / .95)}.stroke-aui-border{stroke:hsl(var(--border))}.stroke-aui-border\/0{stroke:hsl(var(--border) / 0)}.stroke-aui-border\/10{stroke:hsl(var(--border) / .1)}.stroke-aui-border\/100{stroke:hsl(var(--border) / 1)}.stroke-aui-border\/15{stroke:hsl(var(--border) / .15)}.stroke-aui-border\/20{stroke:hsl(var(--border) / .2)}.stroke-aui-border\/25{stroke:hsl(var(--border) / .25)}.stroke-aui-border\/30{stroke:hsl(var(--border) / .3)}.stroke-aui-border\/35{stroke:hsl(var(--border) / .35)}.stroke-aui-border\/40{stroke:hsl(var(--border) / .4)}.stroke-aui-border\/45{stroke:hsl(var(--border) / .45)}.stroke-aui-border\/5{stroke:hsl(var(--border) / .05)}.stroke-aui-border\/50{stroke:hsl(var(--border) / .5)}.stroke-aui-border\/55{stroke:hsl(var(--border) / .55)}.stroke-aui-border\/60{stroke:hsl(var(--border) / .6)}.stroke-aui-border\/65{stroke:hsl(var(--border) / .65)}.stroke-aui-border\/70{stroke:hsl(var(--border) / .7)}.stroke-aui-border\/75{stroke:hsl(var(--border) / .75)}.stroke-aui-border\/80{stroke:hsl(var(--border) / .8)}.stroke-aui-border\/85{stroke:hsl(var(--border) / .85)}.stroke-aui-border\/90{stroke:hsl(var(--border) / .9)}.stroke-aui-border\/95{stroke:hsl(var(--border) / .95)}.stroke-aui-card{stroke:hsl(var(--card))}.stroke-aui-card-foreground{stroke:hsl(var(--card-foreground))}.stroke-aui-card-foreground\/0{stroke:hsl(var(--card-foreground) / 0)}.stroke-aui-card-foreground\/10{stroke:hsl(var(--card-foreground) / .1)}.stroke-aui-card-foreground\/100{stroke:hsl(var(--card-foreground) / 1)}.stroke-aui-card-foreground\/15{stroke:hsl(var(--card-foreground) / .15)}.stroke-aui-card-foreground\/20{stroke:hsl(var(--card-foreground) / .2)}.stroke-aui-card-foreground\/25{stroke:hsl(var(--card-foreground) / .25)}.stroke-aui-card-foreground\/30{stroke:hsl(var(--card-foreground) / .3)}.stroke-aui-card-foreground\/35{stroke:hsl(var(--card-foreground) / .35)}.stroke-aui-card-foreground\/40{stroke:hsl(var(--card-foreground) / .4)}.stroke-aui-card-foreground\/45{stroke:hsl(var(--card-foreground) / .45)}.stroke-aui-card-foreground\/5{stroke:hsl(var(--card-foreground) / .05)}.stroke-aui-card-foreground\/50{stroke:hsl(var(--card-foreground) / .5)}.stroke-aui-card-foreground\/55{stroke:hsl(var(--card-foreground) / .55)}.stroke-aui-card-foreground\/60{stroke:hsl(var(--card-foreground) / .6)}.stroke-aui-card-foreground\/65{stroke:hsl(var(--card-foreground) / .65)}.stroke-aui-card-foreground\/70{stroke:hsl(var(--card-foreground) / .7)}.stroke-aui-card-foreground\/75{stroke:hsl(var(--card-foreground) / .75)}.stroke-aui-card-foreground\/80{stroke:hsl(var(--card-foreground) / .8)}.stroke-aui-card-foreground\/85{stroke:hsl(var(--card-foreground) / .85)}.stroke-aui-card-foreground\/90{stroke:hsl(var(--card-foreground) / .9)}.stroke-aui-card-foreground\/95{stroke:hsl(var(--card-foreground) / .95)}.stroke-aui-card\/0{stroke:hsl(var(--card) / 0)}.stroke-aui-card\/10{stroke:hsl(var(--card) / .1)}.stroke-aui-card\/100{stroke:hsl(var(--card) / 1)}.stroke-aui-card\/15{stroke:hsl(var(--card) / .15)}.stroke-aui-card\/20{stroke:hsl(var(--card) / .2)}.stroke-aui-card\/25{stroke:hsl(var(--card) / .25)}.stroke-aui-card\/30{stroke:hsl(var(--card) / .3)}.stroke-aui-card\/35{stroke:hsl(var(--card) / .35)}.stroke-aui-card\/40{stroke:hsl(var(--card) / .4)}.stroke-aui-card\/45{stroke:hsl(var(--card) / .45)}.stroke-aui-card\/5{stroke:hsl(var(--card) / .05)}.stroke-aui-card\/50{stroke:hsl(var(--card) / .5)}.stroke-aui-card\/55{stroke:hsl(var(--card) / .55)}.stroke-aui-card\/60{stroke:hsl(var(--card) / .6)}.stroke-aui-card\/65{stroke:hsl(var(--card) / .65)}.stroke-aui-card\/70{stroke:hsl(var(--card) / .7)}.stroke-aui-card\/75{stroke:hsl(var(--card) / .75)}.stroke-aui-card\/80{stroke:hsl(var(--card) / .8)}.stroke-aui-card\/85{stroke:hsl(var(--card) / .85)}.stroke-aui-card\/90{stroke:hsl(var(--card) / .9)}.stroke-aui-card\/95{stroke:hsl(var(--card) / .95)}.stroke-aui-destructive{stroke:hsl(var(--destructive))}.stroke-aui-destructive-foreground{stroke:hsl(var(--destructive-foreground))}.stroke-aui-destructive-foreground\/0{stroke:hsl(var(--destructive-foreground) / 0)}.stroke-aui-destructive-foreground\/10{stroke:hsl(var(--destructive-foreground) / .1)}.stroke-aui-destructive-foreground\/100{stroke:hsl(var(--destructive-foreground) / 1)}.stroke-aui-destructive-foreground\/15{stroke:hsl(var(--destructive-foreground) / .15)}.stroke-aui-destructive-foreground\/20{stroke:hsl(var(--destructive-foreground) / .2)}.stroke-aui-destructive-foreground\/25{stroke:hsl(var(--destructive-foreground) / .25)}.stroke-aui-destructive-foreground\/30{stroke:hsl(var(--destructive-foreground) / .3)}.stroke-aui-destructive-foreground\/35{stroke:hsl(var(--destructive-foreground) / .35)}.stroke-aui-destructive-foreground\/40{stroke:hsl(var(--destructive-foreground) / .4)}.stroke-aui-destructive-foreground\/45{stroke:hsl(var(--destructive-foreground) / .45)}.stroke-aui-destructive-foreground\/5{stroke:hsl(var(--destructive-foreground) / .05)}.stroke-aui-destructive-foreground\/50{stroke:hsl(var(--destructive-foreground) / .5)}.stroke-aui-destructive-foreground\/55{stroke:hsl(var(--destructive-foreground) / .55)}.stroke-aui-destructive-foreground\/60{stroke:hsl(var(--destructive-foreground) / .6)}.stroke-aui-destructive-foreground\/65{stroke:hsl(var(--destructive-foreground) / .65)}.stroke-aui-destructive-foreground\/70{stroke:hsl(var(--destructive-foreground) / .7)}.stroke-aui-destructive-foreground\/75{stroke:hsl(var(--destructive-foreground) / .75)}.stroke-aui-destructive-foreground\/80{stroke:hsl(var(--destructive-foreground) / .8)}.stroke-aui-destructive-foreground\/85{stroke:hsl(var(--destructive-foreground) / .85)}.stroke-aui-destructive-foreground\/90{stroke:hsl(var(--destructive-foreground) / .9)}.stroke-aui-destructive-foreground\/95{stroke:hsl(var(--destructive-foreground) / .95)}.stroke-aui-destructive\/0{stroke:hsl(var(--destructive) / 0)}.stroke-aui-destructive\/10{stroke:hsl(var(--destructive) / .1)}.stroke-aui-destructive\/100{stroke:hsl(var(--destructive) / 1)}.stroke-aui-destructive\/15{stroke:hsl(var(--destructive) / .15)}.stroke-aui-destructive\/20{stroke:hsl(var(--destructive) / .2)}.stroke-aui-destructive\/25{stroke:hsl(var(--destructive) / .25)}.stroke-aui-destructive\/30{stroke:hsl(var(--destructive) / .3)}.stroke-aui-destructive\/35{stroke:hsl(var(--destructive) / .35)}.stroke-aui-destructive\/40{stroke:hsl(var(--destructive) / .4)}.stroke-aui-destructive\/45{stroke:hsl(var(--destructive) / .45)}.stroke-aui-destructive\/5{stroke:hsl(var(--destructive) / .05)}.stroke-aui-destructive\/50{stroke:hsl(var(--destructive) / .5)}.stroke-aui-destructive\/55{stroke:hsl(var(--destructive) / .55)}.stroke-aui-destructive\/60{stroke:hsl(var(--destructive) / .6)}.stroke-aui-destructive\/65{stroke:hsl(var(--destructive) / .65)}.stroke-aui-destructive\/70{stroke:hsl(var(--destructive) / .7)}.stroke-aui-destructive\/75{stroke:hsl(var(--destructive) / .75)}.stroke-aui-destructive\/80{stroke:hsl(var(--destructive) / .8)}.stroke-aui-destructive\/85{stroke:hsl(var(--destructive) / .85)}.stroke-aui-destructive\/90{stroke:hsl(var(--destructive) / .9)}.stroke-aui-destructive\/95{stroke:hsl(var(--destructive) / .95)}.stroke-aui-foreground{stroke:hsl(var(--foreground))}.stroke-aui-foreground\/0{stroke:hsl(var(--foreground) / 0)}.stroke-aui-foreground\/10{stroke:hsl(var(--foreground) / .1)}.stroke-aui-foreground\/100{stroke:hsl(var(--foreground) / 1)}.stroke-aui-foreground\/15{stroke:hsl(var(--foreground) / .15)}.stroke-aui-foreground\/20{stroke:hsl(var(--foreground) / .2)}.stroke-aui-foreground\/25{stroke:hsl(var(--foreground) / .25)}.stroke-aui-foreground\/30{stroke:hsl(var(--foreground) / .3)}.stroke-aui-foreground\/35{stroke:hsl(var(--foreground) / .35)}.stroke-aui-foreground\/40{stroke:hsl(var(--foreground) / .4)}.stroke-aui-foreground\/45{stroke:hsl(var(--foreground) / .45)}.stroke-aui-foreground\/5{stroke:hsl(var(--foreground) / .05)}.stroke-aui-foreground\/50{stroke:hsl(var(--foreground) / .5)}.stroke-aui-foreground\/55{stroke:hsl(var(--foreground) / .55)}.stroke-aui-foreground\/60{stroke:hsl(var(--foreground) / .6)}.stroke-aui-foreground\/65{stroke:hsl(var(--foreground) / .65)}.stroke-aui-foreground\/70{stroke:hsl(var(--foreground) / .7)}.stroke-aui-foreground\/75{stroke:hsl(var(--foreground) / .75)}.stroke-aui-foreground\/80{stroke:hsl(var(--foreground) / .8)}.stroke-aui-foreground\/85{stroke:hsl(var(--foreground) / .85)}.stroke-aui-foreground\/90{stroke:hsl(var(--foreground) / .9)}.stroke-aui-foreground\/95{stroke:hsl(var(--foreground) / .95)}.stroke-aui-input{stroke:hsl(var(--input))}.stroke-aui-input\/0{stroke:hsl(var(--input) / 0)}.stroke-aui-input\/10{stroke:hsl(var(--input) / .1)}.stroke-aui-input\/100{stroke:hsl(var(--input) / 1)}.stroke-aui-input\/15{stroke:hsl(var(--input) / .15)}.stroke-aui-input\/20{stroke:hsl(var(--input) / .2)}.stroke-aui-input\/25{stroke:hsl(var(--input) / .25)}.stroke-aui-input\/30{stroke:hsl(var(--input) / .3)}.stroke-aui-input\/35{stroke:hsl(var(--input) / .35)}.stroke-aui-input\/40{stroke:hsl(var(--input) / .4)}.stroke-aui-input\/45{stroke:hsl(var(--input) / .45)}.stroke-aui-input\/5{stroke:hsl(var(--input) / .05)}.stroke-aui-input\/50{stroke:hsl(var(--input) / .5)}.stroke-aui-input\/55{stroke:hsl(var(--input) / .55)}.stroke-aui-input\/60{stroke:hsl(var(--input) / .6)}.stroke-aui-input\/65{stroke:hsl(var(--input) / .65)}.stroke-aui-input\/70{stroke:hsl(var(--input) / .7)}.stroke-aui-input\/75{stroke:hsl(var(--input) / .75)}.stroke-aui-input\/80{stroke:hsl(var(--input) / .8)}.stroke-aui-input\/85{stroke:hsl(var(--input) / .85)}.stroke-aui-input\/90{stroke:hsl(var(--input) / .9)}.stroke-aui-input\/95{stroke:hsl(var(--input) / .95)}.stroke-aui-muted{stroke:hsl(var(--muted))}.stroke-aui-muted-foreground{stroke:hsl(var(--muted-foreground))}.stroke-aui-muted-foreground\/0{stroke:hsl(var(--muted-foreground) / 0)}.stroke-aui-muted-foreground\/10{stroke:hsl(var(--muted-foreground) / .1)}.stroke-aui-muted-foreground\/100{stroke:hsl(var(--muted-foreground) / 1)}.stroke-aui-muted-foreground\/15{stroke:hsl(var(--muted-foreground) / .15)}.stroke-aui-muted-foreground\/20{stroke:hsl(var(--muted-foreground) / .2)}.stroke-aui-muted-foreground\/25{stroke:hsl(var(--muted-foreground) / .25)}.stroke-aui-muted-foreground\/30{stroke:hsl(var(--muted-foreground) / .3)}.stroke-aui-muted-foreground\/35{stroke:hsl(var(--muted-foreground) / .35)}.stroke-aui-muted-foreground\/40{stroke:hsl(var(--muted-foreground) / .4)}.stroke-aui-muted-foreground\/45{stroke:hsl(var(--muted-foreground) / .45)}.stroke-aui-muted-foreground\/5{stroke:hsl(var(--muted-foreground) / .05)}.stroke-aui-muted-foreground\/50{stroke:hsl(var(--muted-foreground) / .5)}.stroke-aui-muted-foreground\/55{stroke:hsl(var(--muted-foreground) / .55)}.stroke-aui-muted-foreground\/60{stroke:hsl(var(--muted-foreground) / .6)}.stroke-aui-muted-foreground\/65{stroke:hsl(var(--muted-foreground) / .65)}.stroke-aui-muted-foreground\/70{stroke:hsl(var(--muted-foreground) / .7)}.stroke-aui-muted-foreground\/75{stroke:hsl(var(--muted-foreground) / .75)}.stroke-aui-muted-foreground\/80{stroke:hsl(var(--muted-foreground) / .8)}.stroke-aui-muted-foreground\/85{stroke:hsl(var(--muted-foreground) / .85)}.stroke-aui-muted-foreground\/90{stroke:hsl(var(--muted-foreground) / .9)}.stroke-aui-muted-foreground\/95{stroke:hsl(var(--muted-foreground) / .95)}.stroke-aui-muted\/0{stroke:hsl(var(--muted) / 0)}.stroke-aui-muted\/10{stroke:hsl(var(--muted) / .1)}.stroke-aui-muted\/100{stroke:hsl(var(--muted) / 1)}.stroke-aui-muted\/15{stroke:hsl(var(--muted) / .15)}.stroke-aui-muted\/20{stroke:hsl(var(--muted) / .2)}.stroke-aui-muted\/25{stroke:hsl(var(--muted) / .25)}.stroke-aui-muted\/30{stroke:hsl(var(--muted) / .3)}.stroke-aui-muted\/35{stroke:hsl(var(--muted) / .35)}.stroke-aui-muted\/40{stroke:hsl(var(--muted) / .4)}.stroke-aui-muted\/45{stroke:hsl(var(--muted) / .45)}.stroke-aui-muted\/5{stroke:hsl(var(--muted) / .05)}.stroke-aui-muted\/50{stroke:hsl(var(--muted) / .5)}.stroke-aui-muted\/55{stroke:hsl(var(--muted) / .55)}.stroke-aui-muted\/60{stroke:hsl(var(--muted) / .6)}.stroke-aui-muted\/65{stroke:hsl(var(--muted) / .65)}.stroke-aui-muted\/70{stroke:hsl(var(--muted) / .7)}.stroke-aui-muted\/75{stroke:hsl(var(--muted) / .75)}.stroke-aui-muted\/80{stroke:hsl(var(--muted) / .8)}.stroke-aui-muted\/85{stroke:hsl(var(--muted) / .85)}.stroke-aui-muted\/90{stroke:hsl(var(--muted) / .9)}.stroke-aui-muted\/95{stroke:hsl(var(--muted) / .95)}.stroke-aui-popover{stroke:hsl(var(--popover))}.stroke-aui-popover-foreground{stroke:hsl(var(--popover-foreground))}.stroke-aui-popover-foreground\/0{stroke:hsl(var(--popover-foreground) / 0)}.stroke-aui-popover-foreground\/10{stroke:hsl(var(--popover-foreground) / .1)}.stroke-aui-popover-foreground\/100{stroke:hsl(var(--popover-foreground) / 1)}.stroke-aui-popover-foreground\/15{stroke:hsl(var(--popover-foreground) / .15)}.stroke-aui-popover-foreground\/20{stroke:hsl(var(--popover-foreground) / .2)}.stroke-aui-popover-foreground\/25{stroke:hsl(var(--popover-foreground) / .25)}.stroke-aui-popover-foreground\/30{stroke:hsl(var(--popover-foreground) / .3)}.stroke-aui-popover-foreground\/35{stroke:hsl(var(--popover-foreground) / .35)}.stroke-aui-popover-foreground\/40{stroke:hsl(var(--popover-foreground) / .4)}.stroke-aui-popover-foreground\/45{stroke:hsl(var(--popover-foreground) / .45)}.stroke-aui-popover-foreground\/5{stroke:hsl(var(--popover-foreground) / .05)}.stroke-aui-popover-foreground\/50{stroke:hsl(var(--popover-foreground) / .5)}.stroke-aui-popover-foreground\/55{stroke:hsl(var(--popover-foreground) / .55)}.stroke-aui-popover-foreground\/60{stroke:hsl(var(--popover-foreground) / .6)}.stroke-aui-popover-foreground\/65{stroke:hsl(var(--popover-foreground) / .65)}.stroke-aui-popover-foreground\/70{stroke:hsl(var(--popover-foreground) / .7)}.stroke-aui-popover-foreground\/75{stroke:hsl(var(--popover-foreground) / .75)}.stroke-aui-popover-foreground\/80{stroke:hsl(var(--popover-foreground) / .8)}.stroke-aui-popover-foreground\/85{stroke:hsl(var(--popover-foreground) / .85)}.stroke-aui-popover-foreground\/90{stroke:hsl(var(--popover-foreground) / .9)}.stroke-aui-popover-foreground\/95{stroke:hsl(var(--popover-foreground) / .95)}.stroke-aui-popover\/0{stroke:hsl(var(--popover) / 0)}.stroke-aui-popover\/10{stroke:hsl(var(--popover) / .1)}.stroke-aui-popover\/100{stroke:hsl(var(--popover) / 1)}.stroke-aui-popover\/15{stroke:hsl(var(--popover) / .15)}.stroke-aui-popover\/20{stroke:hsl(var(--popover) / .2)}.stroke-aui-popover\/25{stroke:hsl(var(--popover) / .25)}.stroke-aui-popover\/30{stroke:hsl(var(--popover) / .3)}.stroke-aui-popover\/35{stroke:hsl(var(--popover) / .35)}.stroke-aui-popover\/40{stroke:hsl(var(--popover) / .4)}.stroke-aui-popover\/45{stroke:hsl(var(--popover) / .45)}.stroke-aui-popover\/5{stroke:hsl(var(--popover) / .05)}.stroke-aui-popover\/50{stroke:hsl(var(--popover) / .5)}.stroke-aui-popover\/55{stroke:hsl(var(--popover) / .55)}.stroke-aui-popover\/60{stroke:hsl(var(--popover) / .6)}.stroke-aui-popover\/65{stroke:hsl(var(--popover) / .65)}.stroke-aui-popover\/70{stroke:hsl(var(--popover) / .7)}.stroke-aui-popover\/75{stroke:hsl(var(--popover) / .75)}.stroke-aui-popover\/80{stroke:hsl(var(--popover) / .8)}.stroke-aui-popover\/85{stroke:hsl(var(--popover) / .85)}.stroke-aui-popover\/90{stroke:hsl(var(--popover) / .9)}.stroke-aui-popover\/95{stroke:hsl(var(--popover) / .95)}.stroke-aui-primary{stroke:hsl(var(--primary))}.stroke-aui-primary-foreground{stroke:hsl(var(--primary-foreground))}.stroke-aui-primary-foreground\/0{stroke:hsl(var(--primary-foreground) / 0)}.stroke-aui-primary-foreground\/10{stroke:hsl(var(--primary-foreground) / .1)}.stroke-aui-primary-foreground\/100{stroke:hsl(var(--primary-foreground) / 1)}.stroke-aui-primary-foreground\/15{stroke:hsl(var(--primary-foreground) / .15)}.stroke-aui-primary-foreground\/20{stroke:hsl(var(--primary-foreground) / .2)}.stroke-aui-primary-foreground\/25{stroke:hsl(var(--primary-foreground) / .25)}.stroke-aui-primary-foreground\/30{stroke:hsl(var(--primary-foreground) / .3)}.stroke-aui-primary-foreground\/35{stroke:hsl(var(--primary-foreground) / .35)}.stroke-aui-primary-foreground\/40{stroke:hsl(var(--primary-foreground) / .4)}.stroke-aui-primary-foreground\/45{stroke:hsl(var(--primary-foreground) / .45)}.stroke-aui-primary-foreground\/5{stroke:hsl(var(--primary-foreground) / .05)}.stroke-aui-primary-foreground\/50{stroke:hsl(var(--primary-foreground) / .5)}.stroke-aui-primary-foreground\/55{stroke:hsl(var(--primary-foreground) / .55)}.stroke-aui-primary-foreground\/60{stroke:hsl(var(--primary-foreground) / .6)}.stroke-aui-primary-foreground\/65{stroke:hsl(var(--primary-foreground) / .65)}.stroke-aui-primary-foreground\/70{stroke:hsl(var(--primary-foreground) / .7)}.stroke-aui-primary-foreground\/75{stroke:hsl(var(--primary-foreground) / .75)}.stroke-aui-primary-foreground\/80{stroke:hsl(var(--primary-foreground) / .8)}.stroke-aui-primary-foreground\/85{stroke:hsl(var(--primary-foreground) / .85)}.stroke-aui-primary-foreground\/90{stroke:hsl(var(--primary-foreground) / .9)}.stroke-aui-primary-foreground\/95{stroke:hsl(var(--primary-foreground) / .95)}.stroke-aui-primary\/0{stroke:hsl(var(--primary) / 0)}.stroke-aui-primary\/10{stroke:hsl(var(--primary) / .1)}.stroke-aui-primary\/100{stroke:hsl(var(--primary) / 1)}.stroke-aui-primary\/15{stroke:hsl(var(--primary) / .15)}.stroke-aui-primary\/20{stroke:hsl(var(--primary) / .2)}.stroke-aui-primary\/25{stroke:hsl(var(--primary) / .25)}.stroke-aui-primary\/30{stroke:hsl(var(--primary) / .3)}.stroke-aui-primary\/35{stroke:hsl(var(--primary) / .35)}.stroke-aui-primary\/40{stroke:hsl(var(--primary) / .4)}.stroke-aui-primary\/45{stroke:hsl(var(--primary) / .45)}.stroke-aui-primary\/5{stroke:hsl(var(--primary) / .05)}.stroke-aui-primary\/50{stroke:hsl(var(--primary) / .5)}.stroke-aui-primary\/55{stroke:hsl(var(--primary) / .55)}.stroke-aui-primary\/60{stroke:hsl(var(--primary) / .6)}.stroke-aui-primary\/65{stroke:hsl(var(--primary) / .65)}.stroke-aui-primary\/70{stroke:hsl(var(--primary) / .7)}.stroke-aui-primary\/75{stroke:hsl(var(--primary) / .75)}.stroke-aui-primary\/80{stroke:hsl(var(--primary) / .8)}.stroke-aui-primary\/85{stroke:hsl(var(--primary) / .85)}.stroke-aui-primary\/90{stroke:hsl(var(--primary) / .9)}.stroke-aui-primary\/95{stroke:hsl(var(--primary) / .95)}.stroke-aui-ring{stroke:hsl(var(--ring))}.stroke-aui-ring\/0{stroke:hsl(var(--ring) / 0)}.stroke-aui-ring\/10{stroke:hsl(var(--ring) / .1)}.stroke-aui-ring\/100{stroke:hsl(var(--ring) / 1)}.stroke-aui-ring\/15{stroke:hsl(var(--ring) / .15)}.stroke-aui-ring\/20{stroke:hsl(var(--ring) / .2)}.stroke-aui-ring\/25{stroke:hsl(var(--ring) / .25)}.stroke-aui-ring\/30{stroke:hsl(var(--ring) / .3)}.stroke-aui-ring\/35{stroke:hsl(var(--ring) / .35)}.stroke-aui-ring\/40{stroke:hsl(var(--ring) / .4)}.stroke-aui-ring\/45{stroke:hsl(var(--ring) / .45)}.stroke-aui-ring\/5{stroke:hsl(var(--ring) / .05)}.stroke-aui-ring\/50{stroke:hsl(var(--ring) / .5)}.stroke-aui-ring\/55{stroke:hsl(var(--ring) / .55)}.stroke-aui-ring\/60{stroke:hsl(var(--ring) / .6)}.stroke-aui-ring\/65{stroke:hsl(var(--ring) / .65)}.stroke-aui-ring\/70{stroke:hsl(var(--ring) / .7)}.stroke-aui-ring\/75{stroke:hsl(var(--ring) / .75)}.stroke-aui-ring\/80{stroke:hsl(var(--ring) / .8)}.stroke-aui-ring\/85{stroke:hsl(var(--ring) / .85)}.stroke-aui-ring\/90{stroke:hsl(var(--ring) / .9)}.stroke-aui-ring\/95{stroke:hsl(var(--ring) / .95)}.stroke-aui-secondary{stroke:hsl(var(--secondary))}.stroke-aui-secondary-foreground{stroke:hsl(var(--secondary-foreground))}.stroke-aui-secondary-foreground\/0{stroke:hsl(var(--secondary-foreground) / 0)}.stroke-aui-secondary-foreground\/10{stroke:hsl(var(--secondary-foreground) / .1)}.stroke-aui-secondary-foreground\/100{stroke:hsl(var(--secondary-foreground) / 1)}.stroke-aui-secondary-foreground\/15{stroke:hsl(var(--secondary-foreground) / .15)}.stroke-aui-secondary-foreground\/20{stroke:hsl(var(--secondary-foreground) / .2)}.stroke-aui-secondary-foreground\/25{stroke:hsl(var(--secondary-foreground) / .25)}.stroke-aui-secondary-foreground\/30{stroke:hsl(var(--secondary-foreground) / .3)}.stroke-aui-secondary-foreground\/35{stroke:hsl(var(--secondary-foreground) / .35)}.stroke-aui-secondary-foreground\/40{stroke:hsl(var(--secondary-foreground) / .4)}.stroke-aui-secondary-foreground\/45{stroke:hsl(var(--secondary-foreground) / .45)}.stroke-aui-secondary-foreground\/5{stroke:hsl(var(--secondary-foreground) / .05)}.stroke-aui-secondary-foreground\/50{stroke:hsl(var(--secondary-foreground) / .5)}.stroke-aui-secondary-foreground\/55{stroke:hsl(var(--secondary-foreground) / .55)}.stroke-aui-secondary-foreground\/60{stroke:hsl(var(--secondary-foreground) / .6)}.stroke-aui-secondary-foreground\/65{stroke:hsl(var(--secondary-foreground) / .65)}.stroke-aui-secondary-foreground\/70{stroke:hsl(var(--secondary-foreground) / .7)}.stroke-aui-secondary-foreground\/75{stroke:hsl(var(--secondary-foreground) / .75)}.stroke-aui-secondary-foreground\/80{stroke:hsl(var(--secondary-foreground) / .8)}.stroke-aui-secondary-foreground\/85{stroke:hsl(var(--secondary-foreground) / .85)}.stroke-aui-secondary-foreground\/90{stroke:hsl(var(--secondary-foreground) / .9)}.stroke-aui-secondary-foreground\/95{stroke:hsl(var(--secondary-foreground) / .95)}.stroke-aui-secondary\/0{stroke:hsl(var(--secondary) / 0)}.stroke-aui-secondary\/10{stroke:hsl(var(--secondary) / .1)}.stroke-aui-secondary\/100{stroke:hsl(var(--secondary) / 1)}.stroke-aui-secondary\/15{stroke:hsl(var(--secondary) / .15)}.stroke-aui-secondary\/20{stroke:hsl(var(--secondary) / .2)}.stroke-aui-secondary\/25{stroke:hsl(var(--secondary) / .25)}.stroke-aui-secondary\/30{stroke:hsl(var(--secondary) / .3)}.stroke-aui-secondary\/35{stroke:hsl(var(--secondary) / .35)}.stroke-aui-secondary\/40{stroke:hsl(var(--secondary) / .4)}.stroke-aui-secondary\/45{stroke:hsl(var(--secondary) / .45)}.stroke-aui-secondary\/5{stroke:hsl(var(--secondary) / .05)}.stroke-aui-secondary\/50{stroke:hsl(var(--secondary) / .5)}.stroke-aui-secondary\/55{stroke:hsl(var(--secondary) / .55)}.stroke-aui-secondary\/60{stroke:hsl(var(--secondary) / .6)}.stroke-aui-secondary\/65{stroke:hsl(var(--secondary) / .65)}.stroke-aui-secondary\/70{stroke:hsl(var(--secondary) / .7)}.stroke-aui-secondary\/75{stroke:hsl(var(--secondary) / .75)}.stroke-aui-secondary\/80{stroke:hsl(var(--secondary) / .8)}.stroke-aui-secondary\/85{stroke:hsl(var(--secondary) / .85)}.stroke-aui-secondary\/90{stroke:hsl(var(--secondary) / .9)}.stroke-aui-secondary\/95{stroke:hsl(var(--secondary) / .95)}.stroke-muted-foreground{stroke:hsl(var(--muted-foreground))}.stroke-primary{stroke:hsl(var(--primary))}.stroke-2{stroke-width:2}.stroke-\[3\]{stroke-width:3}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.\!p-4{padding:1rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-14{padding:3.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.p-\[5px\]{padding:5px}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.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-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[1px\],.px-px{padding-left:1px;padding-right:1px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.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-8{padding-top:2rem;padding-bottom:2rem}.py-px{padding-top:1px;padding-bottom:1px}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-40{padding-bottom:10rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-14{padding-right:3.5rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.ps-6{padding-inline-start:1.5rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-\[inherit\]{font-family:inherit}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.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:.8rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[8px\]{font-size:8px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xxs{font-size:.625rem;line-height:.875rem}.text-xxxs{font-size:.5rem;line-height:.625rem}.font-\[450\]{font-weight:450}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.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}.italic{font-style:italic}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.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-3{line-height:.75rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[28px\]{line-height:28px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.\!text-foreground{color:hsl(var(--foreground))!important}.text-\[\#1f4b57\]{--tw-text-opacity: 1;color:rgb(31 75 87 / var(--tw-text-opacity, 1))}.text-\[\#3C707E\]{--tw-text-opacity: 1;color:rgb(60 112 126 / var(--tw-text-opacity, 1))}.text-\[\#4F3415\]{--tw-text-opacity: 1;color:rgb(79 52 21 / var(--tw-text-opacity, 1))}.text-accent-foreground{color:hsl(var(--accent-foreground))}.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-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-aui-accent{color:hsl(var(--accent))}.text-aui-accent-foreground{color:hsl(var(--accent-foreground))}.text-aui-accent-foreground\/0{color:hsl(var(--accent-foreground) / 0)}.text-aui-accent-foreground\/10{color:hsl(var(--accent-foreground) / .1)}.text-aui-accent-foreground\/100{color:hsl(var(--accent-foreground) / 1)}.text-aui-accent-foreground\/15{color:hsl(var(--accent-foreground) / .15)}.text-aui-accent-foreground\/20{color:hsl(var(--accent-foreground) / .2)}.text-aui-accent-foreground\/25{color:hsl(var(--accent-foreground) / .25)}.text-aui-accent-foreground\/30{color:hsl(var(--accent-foreground) / .3)}.text-aui-accent-foreground\/35{color:hsl(var(--accent-foreground) / .35)}.text-aui-accent-foreground\/40{color:hsl(var(--accent-foreground) / .4)}.text-aui-accent-foreground\/45{color:hsl(var(--accent-foreground) / .45)}.text-aui-accent-foreground\/5{color:hsl(var(--accent-foreground) / .05)}.text-aui-accent-foreground\/50{color:hsl(var(--accent-foreground) / .5)}.text-aui-accent-foreground\/55{color:hsl(var(--accent-foreground) / .55)}.text-aui-accent-foreground\/60{color:hsl(var(--accent-foreground) / .6)}.text-aui-accent-foreground\/65{color:hsl(var(--accent-foreground) / .65)}.text-aui-accent-foreground\/70{color:hsl(var(--accent-foreground) / .7)}.text-aui-accent-foreground\/75{color:hsl(var(--accent-foreground) / .75)}.text-aui-accent-foreground\/80{color:hsl(var(--accent-foreground) / .8)}.text-aui-accent-foreground\/85{color:hsl(var(--accent-foreground) / .85)}.text-aui-accent-foreground\/90{color:hsl(var(--accent-foreground) / .9)}.text-aui-accent-foreground\/95{color:hsl(var(--accent-foreground) / .95)}.text-aui-accent\/0{color:hsl(var(--accent) / 0)}.text-aui-accent\/10{color:hsl(var(--accent) / .1)}.text-aui-accent\/100{color:hsl(var(--accent) / 1)}.text-aui-accent\/15{color:hsl(var(--accent) / .15)}.text-aui-accent\/20{color:hsl(var(--accent) / .2)}.text-aui-accent\/25{color:hsl(var(--accent) / .25)}.text-aui-accent\/30{color:hsl(var(--accent) / .3)}.text-aui-accent\/35{color:hsl(var(--accent) / .35)}.text-aui-accent\/40{color:hsl(var(--accent) / .4)}.text-aui-accent\/45{color:hsl(var(--accent) / .45)}.text-aui-accent\/5{color:hsl(var(--accent) / .05)}.text-aui-accent\/50{color:hsl(var(--accent) / .5)}.text-aui-accent\/55{color:hsl(var(--accent) / .55)}.text-aui-accent\/60{color:hsl(var(--accent) / .6)}.text-aui-accent\/65{color:hsl(var(--accent) / .65)}.text-aui-accent\/70{color:hsl(var(--accent) / .7)}.text-aui-accent\/75{color:hsl(var(--accent) / .75)}.text-aui-accent\/80{color:hsl(var(--accent) / .8)}.text-aui-accent\/85{color:hsl(var(--accent) / .85)}.text-aui-accent\/90{color:hsl(var(--accent) / .9)}.text-aui-accent\/95{color:hsl(var(--accent) / .95)}.text-aui-background{color:hsl(var(--background))}.text-aui-background\/0{color:hsl(var(--background) / 0)}.text-aui-background\/10{color:hsl(var(--background) / .1)}.text-aui-background\/100{color:hsl(var(--background) / 1)}.text-aui-background\/15{color:hsl(var(--background) / .15)}.text-aui-background\/20{color:hsl(var(--background) / .2)}.text-aui-background\/25{color:hsl(var(--background) / .25)}.text-aui-background\/30{color:hsl(var(--background) / .3)}.text-aui-background\/35{color:hsl(var(--background) / .35)}.text-aui-background\/40{color:hsl(var(--background) / .4)}.text-aui-background\/45{color:hsl(var(--background) / .45)}.text-aui-background\/5{color:hsl(var(--background) / .05)}.text-aui-background\/50{color:hsl(var(--background) / .5)}.text-aui-background\/55{color:hsl(var(--background) / .55)}.text-aui-background\/60{color:hsl(var(--background) / .6)}.text-aui-background\/65{color:hsl(var(--background) / .65)}.text-aui-background\/70{color:hsl(var(--background) / .7)}.text-aui-background\/75{color:hsl(var(--background) / .75)}.text-aui-background\/80{color:hsl(var(--background) / .8)}.text-aui-background\/85{color:hsl(var(--background) / .85)}.text-aui-background\/90{color:hsl(var(--background) / .9)}.text-aui-background\/95{color:hsl(var(--background) / .95)}.text-aui-border{color:hsl(var(--border))}.text-aui-border\/0{color:hsl(var(--border) / 0)}.text-aui-border\/10{color:hsl(var(--border) / .1)}.text-aui-border\/100{color:hsl(var(--border) / 1)}.text-aui-border\/15{color:hsl(var(--border) / .15)}.text-aui-border\/20{color:hsl(var(--border) / .2)}.text-aui-border\/25{color:hsl(var(--border) / .25)}.text-aui-border\/30{color:hsl(var(--border) / .3)}.text-aui-border\/35{color:hsl(var(--border) / .35)}.text-aui-border\/40{color:hsl(var(--border) / .4)}.text-aui-border\/45{color:hsl(var(--border) / .45)}.text-aui-border\/5{color:hsl(var(--border) / .05)}.text-aui-border\/50{color:hsl(var(--border) / .5)}.text-aui-border\/55{color:hsl(var(--border) / .55)}.text-aui-border\/60{color:hsl(var(--border) / .6)}.text-aui-border\/65{color:hsl(var(--border) / .65)}.text-aui-border\/70{color:hsl(var(--border) / .7)}.text-aui-border\/75{color:hsl(var(--border) / .75)}.text-aui-border\/80{color:hsl(var(--border) / .8)}.text-aui-border\/85{color:hsl(var(--border) / .85)}.text-aui-border\/90{color:hsl(var(--border) / .9)}.text-aui-border\/95{color:hsl(var(--border) / .95)}.text-aui-card{color:hsl(var(--card))}.text-aui-card-foreground{color:hsl(var(--card-foreground))}.text-aui-card-foreground\/0{color:hsl(var(--card-foreground) / 0)}.text-aui-card-foreground\/10{color:hsl(var(--card-foreground) / .1)}.text-aui-card-foreground\/100{color:hsl(var(--card-foreground) / 1)}.text-aui-card-foreground\/15{color:hsl(var(--card-foreground) / .15)}.text-aui-card-foreground\/20{color:hsl(var(--card-foreground) / .2)}.text-aui-card-foreground\/25{color:hsl(var(--card-foreground) / .25)}.text-aui-card-foreground\/30{color:hsl(var(--card-foreground) / .3)}.text-aui-card-foreground\/35{color:hsl(var(--card-foreground) / .35)}.text-aui-card-foreground\/40{color:hsl(var(--card-foreground) / .4)}.text-aui-card-foreground\/45{color:hsl(var(--card-foreground) / .45)}.text-aui-card-foreground\/5{color:hsl(var(--card-foreground) / .05)}.text-aui-card-foreground\/50{color:hsl(var(--card-foreground) / .5)}.text-aui-card-foreground\/55{color:hsl(var(--card-foreground) / .55)}.text-aui-card-foreground\/60{color:hsl(var(--card-foreground) / .6)}.text-aui-card-foreground\/65{color:hsl(var(--card-foreground) / .65)}.text-aui-card-foreground\/70{color:hsl(var(--card-foreground) / .7)}.text-aui-card-foreground\/75{color:hsl(var(--card-foreground) / .75)}.text-aui-card-foreground\/80{color:hsl(var(--card-foreground) / .8)}.text-aui-card-foreground\/85{color:hsl(var(--card-foreground) / .85)}.text-aui-card-foreground\/90{color:hsl(var(--card-foreground) / .9)}.text-aui-card-foreground\/95{color:hsl(var(--card-foreground) / .95)}.text-aui-card\/0{color:hsl(var(--card) / 0)}.text-aui-card\/10{color:hsl(var(--card) / .1)}.text-aui-card\/100{color:hsl(var(--card) / 1)}.text-aui-card\/15{color:hsl(var(--card) / .15)}.text-aui-card\/20{color:hsl(var(--card) / .2)}.text-aui-card\/25{color:hsl(var(--card) / .25)}.text-aui-card\/30{color:hsl(var(--card) / .3)}.text-aui-card\/35{color:hsl(var(--card) / .35)}.text-aui-card\/40{color:hsl(var(--card) / .4)}.text-aui-card\/45{color:hsl(var(--card) / .45)}.text-aui-card\/5{color:hsl(var(--card) / .05)}.text-aui-card\/50{color:hsl(var(--card) / .5)}.text-aui-card\/55{color:hsl(var(--card) / .55)}.text-aui-card\/60{color:hsl(var(--card) / .6)}.text-aui-card\/65{color:hsl(var(--card) / .65)}.text-aui-card\/70{color:hsl(var(--card) / .7)}.text-aui-card\/75{color:hsl(var(--card) / .75)}.text-aui-card\/80{color:hsl(var(--card) / .8)}.text-aui-card\/85{color:hsl(var(--card) / .85)}.text-aui-card\/90{color:hsl(var(--card) / .9)}.text-aui-card\/95{color:hsl(var(--card) / .95)}.text-aui-destructive{color:hsl(var(--destructive))}.text-aui-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-aui-destructive-foreground\/0{color:hsl(var(--destructive-foreground) / 0)}.text-aui-destructive-foreground\/10{color:hsl(var(--destructive-foreground) / .1)}.text-aui-destructive-foreground\/100{color:hsl(var(--destructive-foreground) / 1)}.text-aui-destructive-foreground\/15{color:hsl(var(--destructive-foreground) / .15)}.text-aui-destructive-foreground\/20{color:hsl(var(--destructive-foreground) / .2)}.text-aui-destructive-foreground\/25{color:hsl(var(--destructive-foreground) / .25)}.text-aui-destructive-foreground\/30{color:hsl(var(--destructive-foreground) / .3)}.text-aui-destructive-foreground\/35{color:hsl(var(--destructive-foreground) / .35)}.text-aui-destructive-foreground\/40{color:hsl(var(--destructive-foreground) / .4)}.text-aui-destructive-foreground\/45{color:hsl(var(--destructive-foreground) / .45)}.text-aui-destructive-foreground\/5{color:hsl(var(--destructive-foreground) / .05)}.text-aui-destructive-foreground\/50{color:hsl(var(--destructive-foreground) / .5)}.text-aui-destructive-foreground\/55{color:hsl(var(--destructive-foreground) / .55)}.text-aui-destructive-foreground\/60{color:hsl(var(--destructive-foreground) / .6)}.text-aui-destructive-foreground\/65{color:hsl(var(--destructive-foreground) / .65)}.text-aui-destructive-foreground\/70{color:hsl(var(--destructive-foreground) / .7)}.text-aui-destructive-foreground\/75{color:hsl(var(--destructive-foreground) / .75)}.text-aui-destructive-foreground\/80{color:hsl(var(--destructive-foreground) / .8)}.text-aui-destructive-foreground\/85{color:hsl(var(--destructive-foreground) / .85)}.text-aui-destructive-foreground\/90{color:hsl(var(--destructive-foreground) / .9)}.text-aui-destructive-foreground\/95{color:hsl(var(--destructive-foreground) / .95)}.text-aui-destructive\/0{color:hsl(var(--destructive) / 0)}.text-aui-destructive\/10{color:hsl(var(--destructive) / .1)}.text-aui-destructive\/100{color:hsl(var(--destructive) / 1)}.text-aui-destructive\/15{color:hsl(var(--destructive) / .15)}.text-aui-destructive\/20{color:hsl(var(--destructive) / .2)}.text-aui-destructive\/25{color:hsl(var(--destructive) / .25)}.text-aui-destructive\/30{color:hsl(var(--destructive) / .3)}.text-aui-destructive\/35{color:hsl(var(--destructive) / .35)}.text-aui-destructive\/40{color:hsl(var(--destructive) / .4)}.text-aui-destructive\/45{color:hsl(var(--destructive) / .45)}.text-aui-destructive\/5{color:hsl(var(--destructive) / .05)}.text-aui-destructive\/50{color:hsl(var(--destructive) / .5)}.text-aui-destructive\/55{color:hsl(var(--destructive) / .55)}.text-aui-destructive\/60{color:hsl(var(--destructive) / .6)}.text-aui-destructive\/65{color:hsl(var(--destructive) / .65)}.text-aui-destructive\/70{color:hsl(var(--destructive) / .7)}.text-aui-destructive\/75{color:hsl(var(--destructive) / .75)}.text-aui-destructive\/80{color:hsl(var(--destructive) / .8)}.text-aui-destructive\/85{color:hsl(var(--destructive) / .85)}.text-aui-destructive\/90{color:hsl(var(--destructive) / .9)}.text-aui-destructive\/95{color:hsl(var(--destructive) / .95)}.text-aui-foreground{color:hsl(var(--foreground))}.text-aui-foreground\/0{color:hsl(var(--foreground) / 0)}.text-aui-foreground\/10{color:hsl(var(--foreground) / .1)}.text-aui-foreground\/100{color:hsl(var(--foreground) / 1)}.text-aui-foreground\/15{color:hsl(var(--foreground) / .15)}.text-aui-foreground\/20{color:hsl(var(--foreground) / .2)}.text-aui-foreground\/25{color:hsl(var(--foreground) / .25)}.text-aui-foreground\/30{color:hsl(var(--foreground) / .3)}.text-aui-foreground\/35{color:hsl(var(--foreground) / .35)}.text-aui-foreground\/40{color:hsl(var(--foreground) / .4)}.text-aui-foreground\/45{color:hsl(var(--foreground) / .45)}.text-aui-foreground\/5{color:hsl(var(--foreground) / .05)}.text-aui-foreground\/50{color:hsl(var(--foreground) / .5)}.text-aui-foreground\/55{color:hsl(var(--foreground) / .55)}.text-aui-foreground\/60{color:hsl(var(--foreground) / .6)}.text-aui-foreground\/65{color:hsl(var(--foreground) / .65)}.text-aui-foreground\/70{color:hsl(var(--foreground) / .7)}.text-aui-foreground\/75{color:hsl(var(--foreground) / .75)}.text-aui-foreground\/80{color:hsl(var(--foreground) / .8)}.text-aui-foreground\/85{color:hsl(var(--foreground) / .85)}.text-aui-foreground\/90{color:hsl(var(--foreground) / .9)}.text-aui-foreground\/95{color:hsl(var(--foreground) / .95)}.text-aui-input{color:hsl(var(--input))}.text-aui-input\/0{color:hsl(var(--input) / 0)}.text-aui-input\/10{color:hsl(var(--input) / .1)}.text-aui-input\/100{color:hsl(var(--input) / 1)}.text-aui-input\/15{color:hsl(var(--input) / .15)}.text-aui-input\/20{color:hsl(var(--input) / .2)}.text-aui-input\/25{color:hsl(var(--input) / .25)}.text-aui-input\/30{color:hsl(var(--input) / .3)}.text-aui-input\/35{color:hsl(var(--input) / .35)}.text-aui-input\/40{color:hsl(var(--input) / .4)}.text-aui-input\/45{color:hsl(var(--input) / .45)}.text-aui-input\/5{color:hsl(var(--input) / .05)}.text-aui-input\/50{color:hsl(var(--input) / .5)}.text-aui-input\/55{color:hsl(var(--input) / .55)}.text-aui-input\/60{color:hsl(var(--input) / .6)}.text-aui-input\/65{color:hsl(var(--input) / .65)}.text-aui-input\/70{color:hsl(var(--input) / .7)}.text-aui-input\/75{color:hsl(var(--input) / .75)}.text-aui-input\/80{color:hsl(var(--input) / .8)}.text-aui-input\/85{color:hsl(var(--input) / .85)}.text-aui-input\/90{color:hsl(var(--input) / .9)}.text-aui-input\/95{color:hsl(var(--input) / .95)}.text-aui-muted{color:hsl(var(--muted))}.text-aui-muted-foreground{color:hsl(var(--muted-foreground))}.text-aui-muted-foreground\/0{color:hsl(var(--muted-foreground) / 0)}.text-aui-muted-foreground\/10{color:hsl(var(--muted-foreground) / .1)}.text-aui-muted-foreground\/100{color:hsl(var(--muted-foreground) / 1)}.text-aui-muted-foreground\/15{color:hsl(var(--muted-foreground) / .15)}.text-aui-muted-foreground\/20{color:hsl(var(--muted-foreground) / .2)}.text-aui-muted-foreground\/25{color:hsl(var(--muted-foreground) / .25)}.text-aui-muted-foreground\/30{color:hsl(var(--muted-foreground) / .3)}.text-aui-muted-foreground\/35{color:hsl(var(--muted-foreground) / .35)}.text-aui-muted-foreground\/40{color:hsl(var(--muted-foreground) / .4)}.text-aui-muted-foreground\/45{color:hsl(var(--muted-foreground) / .45)}.text-aui-muted-foreground\/5{color:hsl(var(--muted-foreground) / .05)}.text-aui-muted-foreground\/50{color:hsl(var(--muted-foreground) / .5)}.text-aui-muted-foreground\/55{color:hsl(var(--muted-foreground) / .55)}.text-aui-muted-foreground\/60{color:hsl(var(--muted-foreground) / .6)}.text-aui-muted-foreground\/65{color:hsl(var(--muted-foreground) / .65)}.text-aui-muted-foreground\/70{color:hsl(var(--muted-foreground) / .7)}.text-aui-muted-foreground\/75{color:hsl(var(--muted-foreground) / .75)}.text-aui-muted-foreground\/80{color:hsl(var(--muted-foreground) / .8)}.text-aui-muted-foreground\/85{color:hsl(var(--muted-foreground) / .85)}.text-aui-muted-foreground\/90{color:hsl(var(--muted-foreground) / .9)}.text-aui-muted-foreground\/95{color:hsl(var(--muted-foreground) / .95)}.text-aui-muted\/0{color:hsl(var(--muted) / 0)}.text-aui-muted\/10{color:hsl(var(--muted) / .1)}.text-aui-muted\/100{color:hsl(var(--muted) / 1)}.text-aui-muted\/15{color:hsl(var(--muted) / .15)}.text-aui-muted\/20{color:hsl(var(--muted) / .2)}.text-aui-muted\/25{color:hsl(var(--muted) / .25)}.text-aui-muted\/30{color:hsl(var(--muted) / .3)}.text-aui-muted\/35{color:hsl(var(--muted) / .35)}.text-aui-muted\/40{color:hsl(var(--muted) / .4)}.text-aui-muted\/45{color:hsl(var(--muted) / .45)}.text-aui-muted\/5{color:hsl(var(--muted) / .05)}.text-aui-muted\/50{color:hsl(var(--muted) / .5)}.text-aui-muted\/55{color:hsl(var(--muted) / .55)}.text-aui-muted\/60{color:hsl(var(--muted) / .6)}.text-aui-muted\/65{color:hsl(var(--muted) / .65)}.text-aui-muted\/70{color:hsl(var(--muted) / .7)}.text-aui-muted\/75{color:hsl(var(--muted) / .75)}.text-aui-muted\/80{color:hsl(var(--muted) / .8)}.text-aui-muted\/85{color:hsl(var(--muted) / .85)}.text-aui-muted\/90{color:hsl(var(--muted) / .9)}.text-aui-muted\/95{color:hsl(var(--muted) / .95)}.text-aui-popover{color:hsl(var(--popover))}.text-aui-popover-foreground{color:hsl(var(--popover-foreground))}.text-aui-popover-foreground\/0{color:hsl(var(--popover-foreground) / 0)}.text-aui-popover-foreground\/10{color:hsl(var(--popover-foreground) / .1)}.text-aui-popover-foreground\/100{color:hsl(var(--popover-foreground) / 1)}.text-aui-popover-foreground\/15{color:hsl(var(--popover-foreground) / .15)}.text-aui-popover-foreground\/20{color:hsl(var(--popover-foreground) / .2)}.text-aui-popover-foreground\/25{color:hsl(var(--popover-foreground) / .25)}.text-aui-popover-foreground\/30{color:hsl(var(--popover-foreground) / .3)}.text-aui-popover-foreground\/35{color:hsl(var(--popover-foreground) / .35)}.text-aui-popover-foreground\/40{color:hsl(var(--popover-foreground) / .4)}.text-aui-popover-foreground\/45{color:hsl(var(--popover-foreground) / .45)}.text-aui-popover-foreground\/5{color:hsl(var(--popover-foreground) / .05)}.text-aui-popover-foreground\/50{color:hsl(var(--popover-foreground) / .5)}.text-aui-popover-foreground\/55{color:hsl(var(--popover-foreground) / .55)}.text-aui-popover-foreground\/60{color:hsl(var(--popover-foreground) / .6)}.text-aui-popover-foreground\/65{color:hsl(var(--popover-foreground) / .65)}.text-aui-popover-foreground\/70{color:hsl(var(--popover-foreground) / .7)}.text-aui-popover-foreground\/75{color:hsl(var(--popover-foreground) / .75)}.text-aui-popover-foreground\/80{color:hsl(var(--popover-foreground) / .8)}.text-aui-popover-foreground\/85{color:hsl(var(--popover-foreground) / .85)}.text-aui-popover-foreground\/90{color:hsl(var(--popover-foreground) / .9)}.text-aui-popover-foreground\/95{color:hsl(var(--popover-foreground) / .95)}.text-aui-popover\/0{color:hsl(var(--popover) / 0)}.text-aui-popover\/10{color:hsl(var(--popover) / .1)}.text-aui-popover\/100{color:hsl(var(--popover) / 1)}.text-aui-popover\/15{color:hsl(var(--popover) / .15)}.text-aui-popover\/20{color:hsl(var(--popover) / .2)}.text-aui-popover\/25{color:hsl(var(--popover) / .25)}.text-aui-popover\/30{color:hsl(var(--popover) / .3)}.text-aui-popover\/35{color:hsl(var(--popover) / .35)}.text-aui-popover\/40{color:hsl(var(--popover) / .4)}.text-aui-popover\/45{color:hsl(var(--popover) / .45)}.text-aui-popover\/5{color:hsl(var(--popover) / .05)}.text-aui-popover\/50{color:hsl(var(--popover) / .5)}.text-aui-popover\/55{color:hsl(var(--popover) / .55)}.text-aui-popover\/60{color:hsl(var(--popover) / .6)}.text-aui-popover\/65{color:hsl(var(--popover) / .65)}.text-aui-popover\/70{color:hsl(var(--popover) / .7)}.text-aui-popover\/75{color:hsl(var(--popover) / .75)}.text-aui-popover\/80{color:hsl(var(--popover) / .8)}.text-aui-popover\/85{color:hsl(var(--popover) / .85)}.text-aui-popover\/90{color:hsl(var(--popover) / .9)}.text-aui-popover\/95{color:hsl(var(--popover) / .95)}.text-aui-primary{color:hsl(var(--primary))}.text-aui-primary-foreground{color:hsl(var(--primary-foreground))}.text-aui-primary-foreground\/0{color:hsl(var(--primary-foreground) / 0)}.text-aui-primary-foreground\/10{color:hsl(var(--primary-foreground) / .1)}.text-aui-primary-foreground\/100{color:hsl(var(--primary-foreground) / 1)}.text-aui-primary-foreground\/15{color:hsl(var(--primary-foreground) / .15)}.text-aui-primary-foreground\/20{color:hsl(var(--primary-foreground) / .2)}.text-aui-primary-foreground\/25{color:hsl(var(--primary-foreground) / .25)}.text-aui-primary-foreground\/30{color:hsl(var(--primary-foreground) / .3)}.text-aui-primary-foreground\/35{color:hsl(var(--primary-foreground) / .35)}.text-aui-primary-foreground\/40{color:hsl(var(--primary-foreground) / .4)}.text-aui-primary-foreground\/45{color:hsl(var(--primary-foreground) / .45)}.text-aui-primary-foreground\/5{color:hsl(var(--primary-foreground) / .05)}.text-aui-primary-foreground\/50{color:hsl(var(--primary-foreground) / .5)}.text-aui-primary-foreground\/55{color:hsl(var(--primary-foreground) / .55)}.text-aui-primary-foreground\/60{color:hsl(var(--primary-foreground) / .6)}.text-aui-primary-foreground\/65{color:hsl(var(--primary-foreground) / .65)}.text-aui-primary-foreground\/70{color:hsl(var(--primary-foreground) / .7)}.text-aui-primary-foreground\/75{color:hsl(var(--primary-foreground) / .75)}.text-aui-primary-foreground\/80{color:hsl(var(--primary-foreground) / .8)}.text-aui-primary-foreground\/85{color:hsl(var(--primary-foreground) / .85)}.text-aui-primary-foreground\/90{color:hsl(var(--primary-foreground) / .9)}.text-aui-primary-foreground\/95{color:hsl(var(--primary-foreground) / .95)}.text-aui-primary\/0{color:hsl(var(--primary) / 0)}.text-aui-primary\/10{color:hsl(var(--primary) / .1)}.text-aui-primary\/100{color:hsl(var(--primary) / 1)}.text-aui-primary\/15{color:hsl(var(--primary) / .15)}.text-aui-primary\/20{color:hsl(var(--primary) / .2)}.text-aui-primary\/25{color:hsl(var(--primary) / .25)}.text-aui-primary\/30{color:hsl(var(--primary) / .3)}.text-aui-primary\/35{color:hsl(var(--primary) / .35)}.text-aui-primary\/40{color:hsl(var(--primary) / .4)}.text-aui-primary\/45{color:hsl(var(--primary) / .45)}.text-aui-primary\/5{color:hsl(var(--primary) / .05)}.text-aui-primary\/50{color:hsl(var(--primary) / .5)}.text-aui-primary\/55{color:hsl(var(--primary) / .55)}.text-aui-primary\/60{color:hsl(var(--primary) / .6)}.text-aui-primary\/65{color:hsl(var(--primary) / .65)}.text-aui-primary\/70{color:hsl(var(--primary) / .7)}.text-aui-primary\/75{color:hsl(var(--primary) / .75)}.text-aui-primary\/80{color:hsl(var(--primary) / .8)}.text-aui-primary\/85{color:hsl(var(--primary) / .85)}.text-aui-primary\/90{color:hsl(var(--primary) / .9)}.text-aui-primary\/95{color:hsl(var(--primary) / .95)}.text-aui-ring{color:hsl(var(--ring))}.text-aui-ring\/0{color:hsl(var(--ring) / 0)}.text-aui-ring\/10{color:hsl(var(--ring) / .1)}.text-aui-ring\/100{color:hsl(var(--ring) / 1)}.text-aui-ring\/15{color:hsl(var(--ring) / .15)}.text-aui-ring\/20{color:hsl(var(--ring) / .2)}.text-aui-ring\/25{color:hsl(var(--ring) / .25)}.text-aui-ring\/30{color:hsl(var(--ring) / .3)}.text-aui-ring\/35{color:hsl(var(--ring) / .35)}.text-aui-ring\/40{color:hsl(var(--ring) / .4)}.text-aui-ring\/45{color:hsl(var(--ring) / .45)}.text-aui-ring\/5{color:hsl(var(--ring) / .05)}.text-aui-ring\/50{color:hsl(var(--ring) / .5)}.text-aui-ring\/55{color:hsl(var(--ring) / .55)}.text-aui-ring\/60{color:hsl(var(--ring) / .6)}.text-aui-ring\/65{color:hsl(var(--ring) / .65)}.text-aui-ring\/70{color:hsl(var(--ring) / .7)}.text-aui-ring\/75{color:hsl(var(--ring) / .75)}.text-aui-ring\/80{color:hsl(var(--ring) / .8)}.text-aui-ring\/85{color:hsl(var(--ring) / .85)}.text-aui-ring\/90{color:hsl(var(--ring) / .9)}.text-aui-ring\/95{color:hsl(var(--ring) / .95)}.text-aui-secondary{color:hsl(var(--secondary))}.text-aui-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-aui-secondary-foreground\/0{color:hsl(var(--secondary-foreground) / 0)}.text-aui-secondary-foreground\/10{color:hsl(var(--secondary-foreground) / .1)}.text-aui-secondary-foreground\/100{color:hsl(var(--secondary-foreground) / 1)}.text-aui-secondary-foreground\/15{color:hsl(var(--secondary-foreground) / .15)}.text-aui-secondary-foreground\/20{color:hsl(var(--secondary-foreground) / .2)}.text-aui-secondary-foreground\/25{color:hsl(var(--secondary-foreground) / .25)}.text-aui-secondary-foreground\/30{color:hsl(var(--secondary-foreground) / .3)}.text-aui-secondary-foreground\/35{color:hsl(var(--secondary-foreground) / .35)}.text-aui-secondary-foreground\/40{color:hsl(var(--secondary-foreground) / .4)}.text-aui-secondary-foreground\/45{color:hsl(var(--secondary-foreground) / .45)}.text-aui-secondary-foreground\/5{color:hsl(var(--secondary-foreground) / .05)}.text-aui-secondary-foreground\/50{color:hsl(var(--secondary-foreground) / .5)}.text-aui-secondary-foreground\/55{color:hsl(var(--secondary-foreground) / .55)}.text-aui-secondary-foreground\/60{color:hsl(var(--secondary-foreground) / .6)}.text-aui-secondary-foreground\/65{color:hsl(var(--secondary-foreground) / .65)}.text-aui-secondary-foreground\/70{color:hsl(var(--secondary-foreground) / .7)}.text-aui-secondary-foreground\/75{color:hsl(var(--secondary-foreground) / .75)}.text-aui-secondary-foreground\/80{color:hsl(var(--secondary-foreground) / .8)}.text-aui-secondary-foreground\/85{color:hsl(var(--secondary-foreground) / .85)}.text-aui-secondary-foreground\/90{color:hsl(var(--secondary-foreground) / .9)}.text-aui-secondary-foreground\/95{color:hsl(var(--secondary-foreground) / .95)}.text-aui-secondary\/0{color:hsl(var(--secondary) / 0)}.text-aui-secondary\/10{color:hsl(var(--secondary) / .1)}.text-aui-secondary\/100{color:hsl(var(--secondary) / 1)}.text-aui-secondary\/15{color:hsl(var(--secondary) / .15)}.text-aui-secondary\/20{color:hsl(var(--secondary) / .2)}.text-aui-secondary\/25{color:hsl(var(--secondary) / .25)}.text-aui-secondary\/30{color:hsl(var(--secondary) / .3)}.text-aui-secondary\/35{color:hsl(var(--secondary) / .35)}.text-aui-secondary\/40{color:hsl(var(--secondary) / .4)}.text-aui-secondary\/45{color:hsl(var(--secondary) / .45)}.text-aui-secondary\/5{color:hsl(var(--secondary) / .05)}.text-aui-secondary\/50{color:hsl(var(--secondary) / .5)}.text-aui-secondary\/55{color:hsl(var(--secondary) / .55)}.text-aui-secondary\/60{color:hsl(var(--secondary) / .6)}.text-aui-secondary\/65{color:hsl(var(--secondary) / .65)}.text-aui-secondary\/70{color:hsl(var(--secondary) / .7)}.text-aui-secondary\/75{color:hsl(var(--secondary) / .75)}.text-aui-secondary\/80{color:hsl(var(--secondary) / .8)}.text-aui-secondary\/85{color:hsl(var(--secondary) / .85)}.text-aui-secondary\/90{color:hsl(var(--secondary) / .9)}.text-aui-secondary\/95{color:hsl(var(--secondary) / .95)}.text-background{color:hsl(var(--background))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-black\/90{color:#000000e6}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.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-card-foreground{color:hsl(var(--card-foreground))}.text-cosmic-blue-700{color:hsl(var(--cosmic-blue-700))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / 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-50{--tw-text-opacity: 1;color:rgb(249 250 251 / 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-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-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-inherit{color:inherit}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-muted-foreground\/70{color:hsl(var(--muted-foreground) / .7)}.text-nebula-green-400{color:hsl(var(--nebula-green-400))}.text-nebula-green-500{color:hsl(var(--nebula-green-500))}.text-nebula-green-700{color:hsl(var(--nebula-green-700))}.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-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-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.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-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-sidebar-foreground{color:hsl(var(--sidebar-foreground))}.text-sidebar-foreground\/70{color:hsl(var(--sidebar-foreground) / .7)}.text-sky-400{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-sky-900{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.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-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-900{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.decoration-aui-accent{text-decoration-color:hsl(var(--accent))}.decoration-aui-accent-foreground{text-decoration-color:hsl(var(--accent-foreground))}.decoration-aui-accent-foreground\/0{text-decoration-color:hsl(var(--accent-foreground) / 0)}.decoration-aui-accent-foreground\/10{text-decoration-color:hsl(var(--accent-foreground) / .1)}.decoration-aui-accent-foreground\/100{text-decoration-color:hsl(var(--accent-foreground) / 1)}.decoration-aui-accent-foreground\/15{text-decoration-color:hsl(var(--accent-foreground) / .15)}.decoration-aui-accent-foreground\/20{text-decoration-color:hsl(var(--accent-foreground) / .2)}.decoration-aui-accent-foreground\/25{text-decoration-color:hsl(var(--accent-foreground) / .25)}.decoration-aui-accent-foreground\/30{text-decoration-color:hsl(var(--accent-foreground) / .3)}.decoration-aui-accent-foreground\/35{text-decoration-color:hsl(var(--accent-foreground) / .35)}.decoration-aui-accent-foreground\/40{text-decoration-color:hsl(var(--accent-foreground) / .4)}.decoration-aui-accent-foreground\/45{text-decoration-color:hsl(var(--accent-foreground) / .45)}.decoration-aui-accent-foreground\/5{text-decoration-color:hsl(var(--accent-foreground) / .05)}.decoration-aui-accent-foreground\/50{text-decoration-color:hsl(var(--accent-foreground) / .5)}.decoration-aui-accent-foreground\/55{text-decoration-color:hsl(var(--accent-foreground) / .55)}.decoration-aui-accent-foreground\/60{text-decoration-color:hsl(var(--accent-foreground) / .6)}.decoration-aui-accent-foreground\/65{text-decoration-color:hsl(var(--accent-foreground) / .65)}.decoration-aui-accent-foreground\/70{text-decoration-color:hsl(var(--accent-foreground) / .7)}.decoration-aui-accent-foreground\/75{text-decoration-color:hsl(var(--accent-foreground) / .75)}.decoration-aui-accent-foreground\/80{text-decoration-color:hsl(var(--accent-foreground) / .8)}.decoration-aui-accent-foreground\/85{text-decoration-color:hsl(var(--accent-foreground) / .85)}.decoration-aui-accent-foreground\/90{text-decoration-color:hsl(var(--accent-foreground) / .9)}.decoration-aui-accent-foreground\/95{text-decoration-color:hsl(var(--accent-foreground) / .95)}.decoration-aui-accent\/0{text-decoration-color:hsl(var(--accent) / 0)}.decoration-aui-accent\/10{text-decoration-color:hsl(var(--accent) / .1)}.decoration-aui-accent\/100{text-decoration-color:hsl(var(--accent) / 1)}.decoration-aui-accent\/15{text-decoration-color:hsl(var(--accent) / .15)}.decoration-aui-accent\/20{text-decoration-color:hsl(var(--accent) / .2)}.decoration-aui-accent\/25{text-decoration-color:hsl(var(--accent) / .25)}.decoration-aui-accent\/30{text-decoration-color:hsl(var(--accent) / .3)}.decoration-aui-accent\/35{text-decoration-color:hsl(var(--accent) / .35)}.decoration-aui-accent\/40{text-decoration-color:hsl(var(--accent) / .4)}.decoration-aui-accent\/45{text-decoration-color:hsl(var(--accent) / .45)}.decoration-aui-accent\/5{text-decoration-color:hsl(var(--accent) / .05)}.decoration-aui-accent\/50{text-decoration-color:hsl(var(--accent) / .5)}.decoration-aui-accent\/55{text-decoration-color:hsl(var(--accent) / .55)}.decoration-aui-accent\/60{text-decoration-color:hsl(var(--accent) / .6)}.decoration-aui-accent\/65{text-decoration-color:hsl(var(--accent) / .65)}.decoration-aui-accent\/70{text-decoration-color:hsl(var(--accent) / .7)}.decoration-aui-accent\/75{text-decoration-color:hsl(var(--accent) / .75)}.decoration-aui-accent\/80{text-decoration-color:hsl(var(--accent) / .8)}.decoration-aui-accent\/85{text-decoration-color:hsl(var(--accent) / .85)}.decoration-aui-accent\/90{text-decoration-color:hsl(var(--accent) / .9)}.decoration-aui-accent\/95{text-decoration-color:hsl(var(--accent) / .95)}.decoration-aui-background{text-decoration-color:hsl(var(--background))}.decoration-aui-background\/0{text-decoration-color:hsl(var(--background) / 0)}.decoration-aui-background\/10{text-decoration-color:hsl(var(--background) / .1)}.decoration-aui-background\/100{text-decoration-color:hsl(var(--background) / 1)}.decoration-aui-background\/15{text-decoration-color:hsl(var(--background) / .15)}.decoration-aui-background\/20{text-decoration-color:hsl(var(--background) / .2)}.decoration-aui-background\/25{text-decoration-color:hsl(var(--background) / .25)}.decoration-aui-background\/30{text-decoration-color:hsl(var(--background) / .3)}.decoration-aui-background\/35{text-decoration-color:hsl(var(--background) / .35)}.decoration-aui-background\/40{text-decoration-color:hsl(var(--background) / .4)}.decoration-aui-background\/45{text-decoration-color:hsl(var(--background) / .45)}.decoration-aui-background\/5{text-decoration-color:hsl(var(--background) / .05)}.decoration-aui-background\/50{text-decoration-color:hsl(var(--background) / .5)}.decoration-aui-background\/55{text-decoration-color:hsl(var(--background) / .55)}.decoration-aui-background\/60{text-decoration-color:hsl(var(--background) / .6)}.decoration-aui-background\/65{text-decoration-color:hsl(var(--background) / .65)}.decoration-aui-background\/70{text-decoration-color:hsl(var(--background) / .7)}.decoration-aui-background\/75{text-decoration-color:hsl(var(--background) / .75)}.decoration-aui-background\/80{text-decoration-color:hsl(var(--background) / .8)}.decoration-aui-background\/85{text-decoration-color:hsl(var(--background) / .85)}.decoration-aui-background\/90{text-decoration-color:hsl(var(--background) / .9)}.decoration-aui-background\/95{text-decoration-color:hsl(var(--background) / .95)}.decoration-aui-border{text-decoration-color:hsl(var(--border))}.decoration-aui-border\/0{text-decoration-color:hsl(var(--border) / 0)}.decoration-aui-border\/10{text-decoration-color:hsl(var(--border) / .1)}.decoration-aui-border\/100{text-decoration-color:hsl(var(--border) / 1)}.decoration-aui-border\/15{text-decoration-color:hsl(var(--border) / .15)}.decoration-aui-border\/20{text-decoration-color:hsl(var(--border) / .2)}.decoration-aui-border\/25{text-decoration-color:hsl(var(--border) / .25)}.decoration-aui-border\/30{text-decoration-color:hsl(var(--border) / .3)}.decoration-aui-border\/35{text-decoration-color:hsl(var(--border) / .35)}.decoration-aui-border\/40{text-decoration-color:hsl(var(--border) / .4)}.decoration-aui-border\/45{text-decoration-color:hsl(var(--border) / .45)}.decoration-aui-border\/5{text-decoration-color:hsl(var(--border) / .05)}.decoration-aui-border\/50{text-decoration-color:hsl(var(--border) / .5)}.decoration-aui-border\/55{text-decoration-color:hsl(var(--border) / .55)}.decoration-aui-border\/60{text-decoration-color:hsl(var(--border) / .6)}.decoration-aui-border\/65{text-decoration-color:hsl(var(--border) / .65)}.decoration-aui-border\/70{text-decoration-color:hsl(var(--border) / .7)}.decoration-aui-border\/75{text-decoration-color:hsl(var(--border) / .75)}.decoration-aui-border\/80{text-decoration-color:hsl(var(--border) / .8)}.decoration-aui-border\/85{text-decoration-color:hsl(var(--border) / .85)}.decoration-aui-border\/90{text-decoration-color:hsl(var(--border) / .9)}.decoration-aui-border\/95{text-decoration-color:hsl(var(--border) / .95)}.decoration-aui-card{text-decoration-color:hsl(var(--card))}.decoration-aui-card-foreground{text-decoration-color:hsl(var(--card-foreground))}.decoration-aui-card-foreground\/0{text-decoration-color:hsl(var(--card-foreground) / 0)}.decoration-aui-card-foreground\/10{text-decoration-color:hsl(var(--card-foreground) / .1)}.decoration-aui-card-foreground\/100{text-decoration-color:hsl(var(--card-foreground) / 1)}.decoration-aui-card-foreground\/15{text-decoration-color:hsl(var(--card-foreground) / .15)}.decoration-aui-card-foreground\/20{text-decoration-color:hsl(var(--card-foreground) / .2)}.decoration-aui-card-foreground\/25{text-decoration-color:hsl(var(--card-foreground) / .25)}.decoration-aui-card-foreground\/30{text-decoration-color:hsl(var(--card-foreground) / .3)}.decoration-aui-card-foreground\/35{text-decoration-color:hsl(var(--card-foreground) / .35)}.decoration-aui-card-foreground\/40{text-decoration-color:hsl(var(--card-foreground) / .4)}.decoration-aui-card-foreground\/45{text-decoration-color:hsl(var(--card-foreground) / .45)}.decoration-aui-card-foreground\/5{text-decoration-color:hsl(var(--card-foreground) / .05)}.decoration-aui-card-foreground\/50{text-decoration-color:hsl(var(--card-foreground) / .5)}.decoration-aui-card-foreground\/55{text-decoration-color:hsl(var(--card-foreground) / .55)}.decoration-aui-card-foreground\/60{text-decoration-color:hsl(var(--card-foreground) / .6)}.decoration-aui-card-foreground\/65{text-decoration-color:hsl(var(--card-foreground) / .65)}.decoration-aui-card-foreground\/70{text-decoration-color:hsl(var(--card-foreground) / .7)}.decoration-aui-card-foreground\/75{text-decoration-color:hsl(var(--card-foreground) / .75)}.decoration-aui-card-foreground\/80{text-decoration-color:hsl(var(--card-foreground) / .8)}.decoration-aui-card-foreground\/85{text-decoration-color:hsl(var(--card-foreground) / .85)}.decoration-aui-card-foreground\/90{text-decoration-color:hsl(var(--card-foreground) / .9)}.decoration-aui-card-foreground\/95{text-decoration-color:hsl(var(--card-foreground) / .95)}.decoration-aui-card\/0{text-decoration-color:hsl(var(--card) / 0)}.decoration-aui-card\/10{text-decoration-color:hsl(var(--card) / .1)}.decoration-aui-card\/100{text-decoration-color:hsl(var(--card) / 1)}.decoration-aui-card\/15{text-decoration-color:hsl(var(--card) / .15)}.decoration-aui-card\/20{text-decoration-color:hsl(var(--card) / .2)}.decoration-aui-card\/25{text-decoration-color:hsl(var(--card) / .25)}.decoration-aui-card\/30{text-decoration-color:hsl(var(--card) / .3)}.decoration-aui-card\/35{text-decoration-color:hsl(var(--card) / .35)}.decoration-aui-card\/40{text-decoration-color:hsl(var(--card) / .4)}.decoration-aui-card\/45{text-decoration-color:hsl(var(--card) / .45)}.decoration-aui-card\/5{text-decoration-color:hsl(var(--card) / .05)}.decoration-aui-card\/50{text-decoration-color:hsl(var(--card) / .5)}.decoration-aui-card\/55{text-decoration-color:hsl(var(--card) / .55)}.decoration-aui-card\/60{text-decoration-color:hsl(var(--card) / .6)}.decoration-aui-card\/65{text-decoration-color:hsl(var(--card) / .65)}.decoration-aui-card\/70{text-decoration-color:hsl(var(--card) / .7)}.decoration-aui-card\/75{text-decoration-color:hsl(var(--card) / .75)}.decoration-aui-card\/80{text-decoration-color:hsl(var(--card) / .8)}.decoration-aui-card\/85{text-decoration-color:hsl(var(--card) / .85)}.decoration-aui-card\/90{text-decoration-color:hsl(var(--card) / .9)}.decoration-aui-card\/95{text-decoration-color:hsl(var(--card) / .95)}.decoration-aui-destructive{text-decoration-color:hsl(var(--destructive))}.decoration-aui-destructive-foreground{text-decoration-color:hsl(var(--destructive-foreground))}.decoration-aui-destructive-foreground\/0{text-decoration-color:hsl(var(--destructive-foreground) / 0)}.decoration-aui-destructive-foreground\/10{text-decoration-color:hsl(var(--destructive-foreground) / .1)}.decoration-aui-destructive-foreground\/100{text-decoration-color:hsl(var(--destructive-foreground) / 1)}.decoration-aui-destructive-foreground\/15{text-decoration-color:hsl(var(--destructive-foreground) / .15)}.decoration-aui-destructive-foreground\/20{text-decoration-color:hsl(var(--destructive-foreground) / .2)}.decoration-aui-destructive-foreground\/25{text-decoration-color:hsl(var(--destructive-foreground) / .25)}.decoration-aui-destructive-foreground\/30{text-decoration-color:hsl(var(--destructive-foreground) / .3)}.decoration-aui-destructive-foreground\/35{text-decoration-color:hsl(var(--destructive-foreground) / .35)}.decoration-aui-destructive-foreground\/40{text-decoration-color:hsl(var(--destructive-foreground) / .4)}.decoration-aui-destructive-foreground\/45{text-decoration-color:hsl(var(--destructive-foreground) / .45)}.decoration-aui-destructive-foreground\/5{text-decoration-color:hsl(var(--destructive-foreground) / .05)}.decoration-aui-destructive-foreground\/50{text-decoration-color:hsl(var(--destructive-foreground) / .5)}.decoration-aui-destructive-foreground\/55{text-decoration-color:hsl(var(--destructive-foreground) / .55)}.decoration-aui-destructive-foreground\/60{text-decoration-color:hsl(var(--destructive-foreground) / .6)}.decoration-aui-destructive-foreground\/65{text-decoration-color:hsl(var(--destructive-foreground) / .65)}.decoration-aui-destructive-foreground\/70{text-decoration-color:hsl(var(--destructive-foreground) / .7)}.decoration-aui-destructive-foreground\/75{text-decoration-color:hsl(var(--destructive-foreground) / .75)}.decoration-aui-destructive-foreground\/80{text-decoration-color:hsl(var(--destructive-foreground) / .8)}.decoration-aui-destructive-foreground\/85{text-decoration-color:hsl(var(--destructive-foreground) / .85)}.decoration-aui-destructive-foreground\/90{text-decoration-color:hsl(var(--destructive-foreground) / .9)}.decoration-aui-destructive-foreground\/95{text-decoration-color:hsl(var(--destructive-foreground) / .95)}.decoration-aui-destructive\/0{text-decoration-color:hsl(var(--destructive) / 0)}.decoration-aui-destructive\/10{text-decoration-color:hsl(var(--destructive) / .1)}.decoration-aui-destructive\/100{text-decoration-color:hsl(var(--destructive) / 1)}.decoration-aui-destructive\/15{text-decoration-color:hsl(var(--destructive) / .15)}.decoration-aui-destructive\/20{text-decoration-color:hsl(var(--destructive) / .2)}.decoration-aui-destructive\/25{text-decoration-color:hsl(var(--destructive) / .25)}.decoration-aui-destructive\/30{text-decoration-color:hsl(var(--destructive) / .3)}.decoration-aui-destructive\/35{text-decoration-color:hsl(var(--destructive) / .35)}.decoration-aui-destructive\/40{text-decoration-color:hsl(var(--destructive) / .4)}.decoration-aui-destructive\/45{text-decoration-color:hsl(var(--destructive) / .45)}.decoration-aui-destructive\/5{text-decoration-color:hsl(var(--destructive) / .05)}.decoration-aui-destructive\/50{text-decoration-color:hsl(var(--destructive) / .5)}.decoration-aui-destructive\/55{text-decoration-color:hsl(var(--destructive) / .55)}.decoration-aui-destructive\/60{text-decoration-color:hsl(var(--destructive) / .6)}.decoration-aui-destructive\/65{text-decoration-color:hsl(var(--destructive) / .65)}.decoration-aui-destructive\/70{text-decoration-color:hsl(var(--destructive) / .7)}.decoration-aui-destructive\/75{text-decoration-color:hsl(var(--destructive) / .75)}.decoration-aui-destructive\/80{text-decoration-color:hsl(var(--destructive) / .8)}.decoration-aui-destructive\/85{text-decoration-color:hsl(var(--destructive) / .85)}.decoration-aui-destructive\/90{text-decoration-color:hsl(var(--destructive) / .9)}.decoration-aui-destructive\/95{text-decoration-color:hsl(var(--destructive) / .95)}.decoration-aui-foreground{text-decoration-color:hsl(var(--foreground))}.decoration-aui-foreground\/0{text-decoration-color:hsl(var(--foreground) / 0)}.decoration-aui-foreground\/10{text-decoration-color:hsl(var(--foreground) / .1)}.decoration-aui-foreground\/100{text-decoration-color:hsl(var(--foreground) / 1)}.decoration-aui-foreground\/15{text-decoration-color:hsl(var(--foreground) / .15)}.decoration-aui-foreground\/20{text-decoration-color:hsl(var(--foreground) / .2)}.decoration-aui-foreground\/25{text-decoration-color:hsl(var(--foreground) / .25)}.decoration-aui-foreground\/30{text-decoration-color:hsl(var(--foreground) / .3)}.decoration-aui-foreground\/35{text-decoration-color:hsl(var(--foreground) / .35)}.decoration-aui-foreground\/40{text-decoration-color:hsl(var(--foreground) / .4)}.decoration-aui-foreground\/45{text-decoration-color:hsl(var(--foreground) / .45)}.decoration-aui-foreground\/5{text-decoration-color:hsl(var(--foreground) / .05)}.decoration-aui-foreground\/50{text-decoration-color:hsl(var(--foreground) / .5)}.decoration-aui-foreground\/55{text-decoration-color:hsl(var(--foreground) / .55)}.decoration-aui-foreground\/60{text-decoration-color:hsl(var(--foreground) / .6)}.decoration-aui-foreground\/65{text-decoration-color:hsl(var(--foreground) / .65)}.decoration-aui-foreground\/70{text-decoration-color:hsl(var(--foreground) / .7)}.decoration-aui-foreground\/75{text-decoration-color:hsl(var(--foreground) / .75)}.decoration-aui-foreground\/80{text-decoration-color:hsl(var(--foreground) / .8)}.decoration-aui-foreground\/85{text-decoration-color:hsl(var(--foreground) / .85)}.decoration-aui-foreground\/90{text-decoration-color:hsl(var(--foreground) / .9)}.decoration-aui-foreground\/95{text-decoration-color:hsl(var(--foreground) / .95)}.decoration-aui-input{text-decoration-color:hsl(var(--input))}.decoration-aui-input\/0{text-decoration-color:hsl(var(--input) / 0)}.decoration-aui-input\/10{text-decoration-color:hsl(var(--input) / .1)}.decoration-aui-input\/100{text-decoration-color:hsl(var(--input) / 1)}.decoration-aui-input\/15{text-decoration-color:hsl(var(--input) / .15)}.decoration-aui-input\/20{text-decoration-color:hsl(var(--input) / .2)}.decoration-aui-input\/25{text-decoration-color:hsl(var(--input) / .25)}.decoration-aui-input\/30{text-decoration-color:hsl(var(--input) / .3)}.decoration-aui-input\/35{text-decoration-color:hsl(var(--input) / .35)}.decoration-aui-input\/40{text-decoration-color:hsl(var(--input) / .4)}.decoration-aui-input\/45{text-decoration-color:hsl(var(--input) / .45)}.decoration-aui-input\/5{text-decoration-color:hsl(var(--input) / .05)}.decoration-aui-input\/50{text-decoration-color:hsl(var(--input) / .5)}.decoration-aui-input\/55{text-decoration-color:hsl(var(--input) / .55)}.decoration-aui-input\/60{text-decoration-color:hsl(var(--input) / .6)}.decoration-aui-input\/65{text-decoration-color:hsl(var(--input) / .65)}.decoration-aui-input\/70{text-decoration-color:hsl(var(--input) / .7)}.decoration-aui-input\/75{text-decoration-color:hsl(var(--input) / .75)}.decoration-aui-input\/80{text-decoration-color:hsl(var(--input) / .8)}.decoration-aui-input\/85{text-decoration-color:hsl(var(--input) / .85)}.decoration-aui-input\/90{text-decoration-color:hsl(var(--input) / .9)}.decoration-aui-input\/95{text-decoration-color:hsl(var(--input) / .95)}.decoration-aui-muted{text-decoration-color:hsl(var(--muted))}.decoration-aui-muted-foreground{text-decoration-color:hsl(var(--muted-foreground))}.decoration-aui-muted-foreground\/0{text-decoration-color:hsl(var(--muted-foreground) / 0)}.decoration-aui-muted-foreground\/10{text-decoration-color:hsl(var(--muted-foreground) / .1)}.decoration-aui-muted-foreground\/100{text-decoration-color:hsl(var(--muted-foreground) / 1)}.decoration-aui-muted-foreground\/15{text-decoration-color:hsl(var(--muted-foreground) / .15)}.decoration-aui-muted-foreground\/20{text-decoration-color:hsl(var(--muted-foreground) / .2)}.decoration-aui-muted-foreground\/25{text-decoration-color:hsl(var(--muted-foreground) / .25)}.decoration-aui-muted-foreground\/30{text-decoration-color:hsl(var(--muted-foreground) / .3)}.decoration-aui-muted-foreground\/35{text-decoration-color:hsl(var(--muted-foreground) / .35)}.decoration-aui-muted-foreground\/40{text-decoration-color:hsl(var(--muted-foreground) / .4)}.decoration-aui-muted-foreground\/45{text-decoration-color:hsl(var(--muted-foreground) / .45)}.decoration-aui-muted-foreground\/5{text-decoration-color:hsl(var(--muted-foreground) / .05)}.decoration-aui-muted-foreground\/50{text-decoration-color:hsl(var(--muted-foreground) / .5)}.decoration-aui-muted-foreground\/55{text-decoration-color:hsl(var(--muted-foreground) / .55)}.decoration-aui-muted-foreground\/60{text-decoration-color:hsl(var(--muted-foreground) / .6)}.decoration-aui-muted-foreground\/65{text-decoration-color:hsl(var(--muted-foreground) / .65)}.decoration-aui-muted-foreground\/70{text-decoration-color:hsl(var(--muted-foreground) / .7)}.decoration-aui-muted-foreground\/75{text-decoration-color:hsl(var(--muted-foreground) / .75)}.decoration-aui-muted-foreground\/80{text-decoration-color:hsl(var(--muted-foreground) / .8)}.decoration-aui-muted-foreground\/85{text-decoration-color:hsl(var(--muted-foreground) / .85)}.decoration-aui-muted-foreground\/90{text-decoration-color:hsl(var(--muted-foreground) / .9)}.decoration-aui-muted-foreground\/95{text-decoration-color:hsl(var(--muted-foreground) / .95)}.decoration-aui-muted\/0{text-decoration-color:hsl(var(--muted) / 0)}.decoration-aui-muted\/10{text-decoration-color:hsl(var(--muted) / .1)}.decoration-aui-muted\/100{text-decoration-color:hsl(var(--muted) / 1)}.decoration-aui-muted\/15{text-decoration-color:hsl(var(--muted) / .15)}.decoration-aui-muted\/20{text-decoration-color:hsl(var(--muted) / .2)}.decoration-aui-muted\/25{text-decoration-color:hsl(var(--muted) / .25)}.decoration-aui-muted\/30{text-decoration-color:hsl(var(--muted) / .3)}.decoration-aui-muted\/35{text-decoration-color:hsl(var(--muted) / .35)}.decoration-aui-muted\/40{text-decoration-color:hsl(var(--muted) / .4)}.decoration-aui-muted\/45{text-decoration-color:hsl(var(--muted) / .45)}.decoration-aui-muted\/5{text-decoration-color:hsl(var(--muted) / .05)}.decoration-aui-muted\/50{text-decoration-color:hsl(var(--muted) / .5)}.decoration-aui-muted\/55{text-decoration-color:hsl(var(--muted) / .55)}.decoration-aui-muted\/60{text-decoration-color:hsl(var(--muted) / .6)}.decoration-aui-muted\/65{text-decoration-color:hsl(var(--muted) / .65)}.decoration-aui-muted\/70{text-decoration-color:hsl(var(--muted) / .7)}.decoration-aui-muted\/75{text-decoration-color:hsl(var(--muted) / .75)}.decoration-aui-muted\/80{text-decoration-color:hsl(var(--muted) / .8)}.decoration-aui-muted\/85{text-decoration-color:hsl(var(--muted) / .85)}.decoration-aui-muted\/90{text-decoration-color:hsl(var(--muted) / .9)}.decoration-aui-muted\/95{text-decoration-color:hsl(var(--muted) / .95)}.decoration-aui-popover{text-decoration-color:hsl(var(--popover))}.decoration-aui-popover-foreground{text-decoration-color:hsl(var(--popover-foreground))}.decoration-aui-popover-foreground\/0{text-decoration-color:hsl(var(--popover-foreground) / 0)}.decoration-aui-popover-foreground\/10{text-decoration-color:hsl(var(--popover-foreground) / .1)}.decoration-aui-popover-foreground\/100{text-decoration-color:hsl(var(--popover-foreground) / 1)}.decoration-aui-popover-foreground\/15{text-decoration-color:hsl(var(--popover-foreground) / .15)}.decoration-aui-popover-foreground\/20{text-decoration-color:hsl(var(--popover-foreground) / .2)}.decoration-aui-popover-foreground\/25{text-decoration-color:hsl(var(--popover-foreground) / .25)}.decoration-aui-popover-foreground\/30{text-decoration-color:hsl(var(--popover-foreground) / .3)}.decoration-aui-popover-foreground\/35{text-decoration-color:hsl(var(--popover-foreground) / .35)}.decoration-aui-popover-foreground\/40{text-decoration-color:hsl(var(--popover-foreground) / .4)}.decoration-aui-popover-foreground\/45{text-decoration-color:hsl(var(--popover-foreground) / .45)}.decoration-aui-popover-foreground\/5{text-decoration-color:hsl(var(--popover-foreground) / .05)}.decoration-aui-popover-foreground\/50{text-decoration-color:hsl(var(--popover-foreground) / .5)}.decoration-aui-popover-foreground\/55{text-decoration-color:hsl(var(--popover-foreground) / .55)}.decoration-aui-popover-foreground\/60{text-decoration-color:hsl(var(--popover-foreground) / .6)}.decoration-aui-popover-foreground\/65{text-decoration-color:hsl(var(--popover-foreground) / .65)}.decoration-aui-popover-foreground\/70{text-decoration-color:hsl(var(--popover-foreground) / .7)}.decoration-aui-popover-foreground\/75{text-decoration-color:hsl(var(--popover-foreground) / .75)}.decoration-aui-popover-foreground\/80{text-decoration-color:hsl(var(--popover-foreground) / .8)}.decoration-aui-popover-foreground\/85{text-decoration-color:hsl(var(--popover-foreground) / .85)}.decoration-aui-popover-foreground\/90{text-decoration-color:hsl(var(--popover-foreground) / .9)}.decoration-aui-popover-foreground\/95{text-decoration-color:hsl(var(--popover-foreground) / .95)}.decoration-aui-popover\/0{text-decoration-color:hsl(var(--popover) / 0)}.decoration-aui-popover\/10{text-decoration-color:hsl(var(--popover) / .1)}.decoration-aui-popover\/100{text-decoration-color:hsl(var(--popover) / 1)}.decoration-aui-popover\/15{text-decoration-color:hsl(var(--popover) / .15)}.decoration-aui-popover\/20{text-decoration-color:hsl(var(--popover) / .2)}.decoration-aui-popover\/25{text-decoration-color:hsl(var(--popover) / .25)}.decoration-aui-popover\/30{text-decoration-color:hsl(var(--popover) / .3)}.decoration-aui-popover\/35{text-decoration-color:hsl(var(--popover) / .35)}.decoration-aui-popover\/40{text-decoration-color:hsl(var(--popover) / .4)}.decoration-aui-popover\/45{text-decoration-color:hsl(var(--popover) / .45)}.decoration-aui-popover\/5{text-decoration-color:hsl(var(--popover) / .05)}.decoration-aui-popover\/50{text-decoration-color:hsl(var(--popover) / .5)}.decoration-aui-popover\/55{text-decoration-color:hsl(var(--popover) / .55)}.decoration-aui-popover\/60{text-decoration-color:hsl(var(--popover) / .6)}.decoration-aui-popover\/65{text-decoration-color:hsl(var(--popover) / .65)}.decoration-aui-popover\/70{text-decoration-color:hsl(var(--popover) / .7)}.decoration-aui-popover\/75{text-decoration-color:hsl(var(--popover) / .75)}.decoration-aui-popover\/80{text-decoration-color:hsl(var(--popover) / .8)}.decoration-aui-popover\/85{text-decoration-color:hsl(var(--popover) / .85)}.decoration-aui-popover\/90{text-decoration-color:hsl(var(--popover) / .9)}.decoration-aui-popover\/95{text-decoration-color:hsl(var(--popover) / .95)}.decoration-aui-primary{text-decoration-color:hsl(var(--primary))}.decoration-aui-primary-foreground{text-decoration-color:hsl(var(--primary-foreground))}.decoration-aui-primary-foreground\/0{text-decoration-color:hsl(var(--primary-foreground) / 0)}.decoration-aui-primary-foreground\/10{text-decoration-color:hsl(var(--primary-foreground) / .1)}.decoration-aui-primary-foreground\/100{text-decoration-color:hsl(var(--primary-foreground) / 1)}.decoration-aui-primary-foreground\/15{text-decoration-color:hsl(var(--primary-foreground) / .15)}.decoration-aui-primary-foreground\/20{text-decoration-color:hsl(var(--primary-foreground) / .2)}.decoration-aui-primary-foreground\/25{text-decoration-color:hsl(var(--primary-foreground) / .25)}.decoration-aui-primary-foreground\/30{text-decoration-color:hsl(var(--primary-foreground) / .3)}.decoration-aui-primary-foreground\/35{text-decoration-color:hsl(var(--primary-foreground) / .35)}.decoration-aui-primary-foreground\/40{text-decoration-color:hsl(var(--primary-foreground) / .4)}.decoration-aui-primary-foreground\/45{text-decoration-color:hsl(var(--primary-foreground) / .45)}.decoration-aui-primary-foreground\/5{text-decoration-color:hsl(var(--primary-foreground) / .05)}.decoration-aui-primary-foreground\/50{text-decoration-color:hsl(var(--primary-foreground) / .5)}.decoration-aui-primary-foreground\/55{text-decoration-color:hsl(var(--primary-foreground) / .55)}.decoration-aui-primary-foreground\/60{text-decoration-color:hsl(var(--primary-foreground) / .6)}.decoration-aui-primary-foreground\/65{text-decoration-color:hsl(var(--primary-foreground) / .65)}.decoration-aui-primary-foreground\/70{text-decoration-color:hsl(var(--primary-foreground) / .7)}.decoration-aui-primary-foreground\/75{text-decoration-color:hsl(var(--primary-foreground) / .75)}.decoration-aui-primary-foreground\/80{text-decoration-color:hsl(var(--primary-foreground) / .8)}.decoration-aui-primary-foreground\/85{text-decoration-color:hsl(var(--primary-foreground) / .85)}.decoration-aui-primary-foreground\/90{text-decoration-color:hsl(var(--primary-foreground) / .9)}.decoration-aui-primary-foreground\/95{text-decoration-color:hsl(var(--primary-foreground) / .95)}.decoration-aui-primary\/0{text-decoration-color:hsl(var(--primary) / 0)}.decoration-aui-primary\/10{text-decoration-color:hsl(var(--primary) / .1)}.decoration-aui-primary\/100{text-decoration-color:hsl(var(--primary) / 1)}.decoration-aui-primary\/15{text-decoration-color:hsl(var(--primary) / .15)}.decoration-aui-primary\/20{text-decoration-color:hsl(var(--primary) / .2)}.decoration-aui-primary\/25{text-decoration-color:hsl(var(--primary) / .25)}.decoration-aui-primary\/30{text-decoration-color:hsl(var(--primary) / .3)}.decoration-aui-primary\/35{text-decoration-color:hsl(var(--primary) / .35)}.decoration-aui-primary\/40{text-decoration-color:hsl(var(--primary) / .4)}.decoration-aui-primary\/45{text-decoration-color:hsl(var(--primary) / .45)}.decoration-aui-primary\/5{text-decoration-color:hsl(var(--primary) / .05)}.decoration-aui-primary\/50{text-decoration-color:hsl(var(--primary) / .5)}.decoration-aui-primary\/55{text-decoration-color:hsl(var(--primary) / .55)}.decoration-aui-primary\/60{text-decoration-color:hsl(var(--primary) / .6)}.decoration-aui-primary\/65{text-decoration-color:hsl(var(--primary) / .65)}.decoration-aui-primary\/70{text-decoration-color:hsl(var(--primary) / .7)}.decoration-aui-primary\/75{text-decoration-color:hsl(var(--primary) / .75)}.decoration-aui-primary\/80{text-decoration-color:hsl(var(--primary) / .8)}.decoration-aui-primary\/85{text-decoration-color:hsl(var(--primary) / .85)}.decoration-aui-primary\/90{text-decoration-color:hsl(var(--primary) / .9)}.decoration-aui-primary\/95{text-decoration-color:hsl(var(--primary) / .95)}.decoration-aui-ring{text-decoration-color:hsl(var(--ring))}.decoration-aui-ring\/0{text-decoration-color:hsl(var(--ring) / 0)}.decoration-aui-ring\/10{text-decoration-color:hsl(var(--ring) / .1)}.decoration-aui-ring\/100{text-decoration-color:hsl(var(--ring) / 1)}.decoration-aui-ring\/15{text-decoration-color:hsl(var(--ring) / .15)}.decoration-aui-ring\/20{text-decoration-color:hsl(var(--ring) / .2)}.decoration-aui-ring\/25{text-decoration-color:hsl(var(--ring) / .25)}.decoration-aui-ring\/30{text-decoration-color:hsl(var(--ring) / .3)}.decoration-aui-ring\/35{text-decoration-color:hsl(var(--ring) / .35)}.decoration-aui-ring\/40{text-decoration-color:hsl(var(--ring) / .4)}.decoration-aui-ring\/45{text-decoration-color:hsl(var(--ring) / .45)}.decoration-aui-ring\/5{text-decoration-color:hsl(var(--ring) / .05)}.decoration-aui-ring\/50{text-decoration-color:hsl(var(--ring) / .5)}.decoration-aui-ring\/55{text-decoration-color:hsl(var(--ring) / .55)}.decoration-aui-ring\/60{text-decoration-color:hsl(var(--ring) / .6)}.decoration-aui-ring\/65{text-decoration-color:hsl(var(--ring) / .65)}.decoration-aui-ring\/70{text-decoration-color:hsl(var(--ring) / .7)}.decoration-aui-ring\/75{text-decoration-color:hsl(var(--ring) / .75)}.decoration-aui-ring\/80{text-decoration-color:hsl(var(--ring) / .8)}.decoration-aui-ring\/85{text-decoration-color:hsl(var(--ring) / .85)}.decoration-aui-ring\/90{text-decoration-color:hsl(var(--ring) / .9)}.decoration-aui-ring\/95{text-decoration-color:hsl(var(--ring) / .95)}.decoration-aui-secondary{text-decoration-color:hsl(var(--secondary))}.decoration-aui-secondary-foreground{text-decoration-color:hsl(var(--secondary-foreground))}.decoration-aui-secondary-foreground\/0{text-decoration-color:hsl(var(--secondary-foreground) / 0)}.decoration-aui-secondary-foreground\/10{text-decoration-color:hsl(var(--secondary-foreground) / .1)}.decoration-aui-secondary-foreground\/100{text-decoration-color:hsl(var(--secondary-foreground) / 1)}.decoration-aui-secondary-foreground\/15{text-decoration-color:hsl(var(--secondary-foreground) / .15)}.decoration-aui-secondary-foreground\/20{text-decoration-color:hsl(var(--secondary-foreground) / .2)}.decoration-aui-secondary-foreground\/25{text-decoration-color:hsl(var(--secondary-foreground) / .25)}.decoration-aui-secondary-foreground\/30{text-decoration-color:hsl(var(--secondary-foreground) / .3)}.decoration-aui-secondary-foreground\/35{text-decoration-color:hsl(var(--secondary-foreground) / .35)}.decoration-aui-secondary-foreground\/40{text-decoration-color:hsl(var(--secondary-foreground) / .4)}.decoration-aui-secondary-foreground\/45{text-decoration-color:hsl(var(--secondary-foreground) / .45)}.decoration-aui-secondary-foreground\/5{text-decoration-color:hsl(var(--secondary-foreground) / .05)}.decoration-aui-secondary-foreground\/50{text-decoration-color:hsl(var(--secondary-foreground) / .5)}.decoration-aui-secondary-foreground\/55{text-decoration-color:hsl(var(--secondary-foreground) / .55)}.decoration-aui-secondary-foreground\/60{text-decoration-color:hsl(var(--secondary-foreground) / .6)}.decoration-aui-secondary-foreground\/65{text-decoration-color:hsl(var(--secondary-foreground) / .65)}.decoration-aui-secondary-foreground\/70{text-decoration-color:hsl(var(--secondary-foreground) / .7)}.decoration-aui-secondary-foreground\/75{text-decoration-color:hsl(var(--secondary-foreground) / .75)}.decoration-aui-secondary-foreground\/80{text-decoration-color:hsl(var(--secondary-foreground) / .8)}.decoration-aui-secondary-foreground\/85{text-decoration-color:hsl(var(--secondary-foreground) / .85)}.decoration-aui-secondary-foreground\/90{text-decoration-color:hsl(var(--secondary-foreground) / .9)}.decoration-aui-secondary-foreground\/95{text-decoration-color:hsl(var(--secondary-foreground) / .95)}.decoration-aui-secondary\/0{text-decoration-color:hsl(var(--secondary) / 0)}.decoration-aui-secondary\/10{text-decoration-color:hsl(var(--secondary) / .1)}.decoration-aui-secondary\/100{text-decoration-color:hsl(var(--secondary) / 1)}.decoration-aui-secondary\/15{text-decoration-color:hsl(var(--secondary) / .15)}.decoration-aui-secondary\/20{text-decoration-color:hsl(var(--secondary) / .2)}.decoration-aui-secondary\/25{text-decoration-color:hsl(var(--secondary) / .25)}.decoration-aui-secondary\/30{text-decoration-color:hsl(var(--secondary) / .3)}.decoration-aui-secondary\/35{text-decoration-color:hsl(var(--secondary) / .35)}.decoration-aui-secondary\/40{text-decoration-color:hsl(var(--secondary) / .4)}.decoration-aui-secondary\/45{text-decoration-color:hsl(var(--secondary) / .45)}.decoration-aui-secondary\/5{text-decoration-color:hsl(var(--secondary) / .05)}.decoration-aui-secondary\/50{text-decoration-color:hsl(var(--secondary) / .5)}.decoration-aui-secondary\/55{text-decoration-color:hsl(var(--secondary) / .55)}.decoration-aui-secondary\/60{text-decoration-color:hsl(var(--secondary) / .6)}.decoration-aui-secondary\/65{text-decoration-color:hsl(var(--secondary) / .65)}.decoration-aui-secondary\/70{text-decoration-color:hsl(var(--secondary) / .7)}.decoration-aui-secondary\/75{text-decoration-color:hsl(var(--secondary) / .75)}.decoration-aui-secondary\/80{text-decoration-color:hsl(var(--secondary) / .8)}.decoration-aui-secondary\/85{text-decoration-color:hsl(var(--secondary) / .85)}.decoration-aui-secondary\/90{text-decoration-color:hsl(var(--secondary) / .9)}.decoration-aui-secondary\/95{text-decoration-color:hsl(var(--secondary) / .95)}.decoration-primary{text-decoration-color:hsl(var(--primary))}.underline-offset-4{text-underline-offset:4px}.placeholder-aui-accent::-moz-placeholder{color:hsl(var(--accent))}.placeholder-aui-accent::placeholder{color:hsl(var(--accent))}.placeholder-aui-accent-foreground::-moz-placeholder{color:hsl(var(--accent-foreground))}.placeholder-aui-accent-foreground::placeholder{color:hsl(var(--accent-foreground))}.placeholder-aui-accent-foreground\/0::-moz-placeholder{color:hsl(var(--accent-foreground) / 0)}.placeholder-aui-accent-foreground\/0::placeholder{color:hsl(var(--accent-foreground) / 0)}.placeholder-aui-accent-foreground\/10::-moz-placeholder{color:hsl(var(--accent-foreground) / .1)}.placeholder-aui-accent-foreground\/10::placeholder{color:hsl(var(--accent-foreground) / .1)}.placeholder-aui-accent-foreground\/100::-moz-placeholder{color:hsl(var(--accent-foreground) / 1)}.placeholder-aui-accent-foreground\/100::placeholder{color:hsl(var(--accent-foreground) / 1)}.placeholder-aui-accent-foreground\/15::-moz-placeholder{color:hsl(var(--accent-foreground) / .15)}.placeholder-aui-accent-foreground\/15::placeholder{color:hsl(var(--accent-foreground) / .15)}.placeholder-aui-accent-foreground\/20::-moz-placeholder{color:hsl(var(--accent-foreground) / .2)}.placeholder-aui-accent-foreground\/20::placeholder{color:hsl(var(--accent-foreground) / .2)}.placeholder-aui-accent-foreground\/25::-moz-placeholder{color:hsl(var(--accent-foreground) / .25)}.placeholder-aui-accent-foreground\/25::placeholder{color:hsl(var(--accent-foreground) / .25)}.placeholder-aui-accent-foreground\/30::-moz-placeholder{color:hsl(var(--accent-foreground) / .3)}.placeholder-aui-accent-foreground\/30::placeholder{color:hsl(var(--accent-foreground) / .3)}.placeholder-aui-accent-foreground\/35::-moz-placeholder{color:hsl(var(--accent-foreground) / .35)}.placeholder-aui-accent-foreground\/35::placeholder{color:hsl(var(--accent-foreground) / .35)}.placeholder-aui-accent-foreground\/40::-moz-placeholder{color:hsl(var(--accent-foreground) / .4)}.placeholder-aui-accent-foreground\/40::placeholder{color:hsl(var(--accent-foreground) / .4)}.placeholder-aui-accent-foreground\/45::-moz-placeholder{color:hsl(var(--accent-foreground) / .45)}.placeholder-aui-accent-foreground\/45::placeholder{color:hsl(var(--accent-foreground) / .45)}.placeholder-aui-accent-foreground\/5::-moz-placeholder{color:hsl(var(--accent-foreground) / .05)}.placeholder-aui-accent-foreground\/5::placeholder{color:hsl(var(--accent-foreground) / .05)}.placeholder-aui-accent-foreground\/50::-moz-placeholder{color:hsl(var(--accent-foreground) / .5)}.placeholder-aui-accent-foreground\/50::placeholder{color:hsl(var(--accent-foreground) / .5)}.placeholder-aui-accent-foreground\/55::-moz-placeholder{color:hsl(var(--accent-foreground) / .55)}.placeholder-aui-accent-foreground\/55::placeholder{color:hsl(var(--accent-foreground) / .55)}.placeholder-aui-accent-foreground\/60::-moz-placeholder{color:hsl(var(--accent-foreground) / .6)}.placeholder-aui-accent-foreground\/60::placeholder{color:hsl(var(--accent-foreground) / .6)}.placeholder-aui-accent-foreground\/65::-moz-placeholder{color:hsl(var(--accent-foreground) / .65)}.placeholder-aui-accent-foreground\/65::placeholder{color:hsl(var(--accent-foreground) / .65)}.placeholder-aui-accent-foreground\/70::-moz-placeholder{color:hsl(var(--accent-foreground) / .7)}.placeholder-aui-accent-foreground\/70::placeholder{color:hsl(var(--accent-foreground) / .7)}.placeholder-aui-accent-foreground\/75::-moz-placeholder{color:hsl(var(--accent-foreground) / .75)}.placeholder-aui-accent-foreground\/75::placeholder{color:hsl(var(--accent-foreground) / .75)}.placeholder-aui-accent-foreground\/80::-moz-placeholder{color:hsl(var(--accent-foreground) / .8)}.placeholder-aui-accent-foreground\/80::placeholder{color:hsl(var(--accent-foreground) / .8)}.placeholder-aui-accent-foreground\/85::-moz-placeholder{color:hsl(var(--accent-foreground) / .85)}.placeholder-aui-accent-foreground\/85::placeholder{color:hsl(var(--accent-foreground) / .85)}.placeholder-aui-accent-foreground\/90::-moz-placeholder{color:hsl(var(--accent-foreground) / .9)}.placeholder-aui-accent-foreground\/90::placeholder{color:hsl(var(--accent-foreground) / .9)}.placeholder-aui-accent-foreground\/95::-moz-placeholder{color:hsl(var(--accent-foreground) / .95)}.placeholder-aui-accent-foreground\/95::placeholder{color:hsl(var(--accent-foreground) / .95)}.placeholder-aui-accent\/0::-moz-placeholder{color:hsl(var(--accent) / 0)}.placeholder-aui-accent\/0::placeholder{color:hsl(var(--accent) / 0)}.placeholder-aui-accent\/10::-moz-placeholder{color:hsl(var(--accent) / .1)}.placeholder-aui-accent\/10::placeholder{color:hsl(var(--accent) / .1)}.placeholder-aui-accent\/100::-moz-placeholder{color:hsl(var(--accent) / 1)}.placeholder-aui-accent\/100::placeholder{color:hsl(var(--accent) / 1)}.placeholder-aui-accent\/15::-moz-placeholder{color:hsl(var(--accent) / .15)}.placeholder-aui-accent\/15::placeholder{color:hsl(var(--accent) / .15)}.placeholder-aui-accent\/20::-moz-placeholder{color:hsl(var(--accent) / .2)}.placeholder-aui-accent\/20::placeholder{color:hsl(var(--accent) / .2)}.placeholder-aui-accent\/25::-moz-placeholder{color:hsl(var(--accent) / .25)}.placeholder-aui-accent\/25::placeholder{color:hsl(var(--accent) / .25)}.placeholder-aui-accent\/30::-moz-placeholder{color:hsl(var(--accent) / .3)}.placeholder-aui-accent\/30::placeholder{color:hsl(var(--accent) / .3)}.placeholder-aui-accent\/35::-moz-placeholder{color:hsl(var(--accent) / .35)}.placeholder-aui-accent\/35::placeholder{color:hsl(var(--accent) / .35)}.placeholder-aui-accent\/40::-moz-placeholder{color:hsl(var(--accent) / .4)}.placeholder-aui-accent\/40::placeholder{color:hsl(var(--accent) / .4)}.placeholder-aui-accent\/45::-moz-placeholder{color:hsl(var(--accent) / .45)}.placeholder-aui-accent\/45::placeholder{color:hsl(var(--accent) / .45)}.placeholder-aui-accent\/5::-moz-placeholder{color:hsl(var(--accent) / .05)}.placeholder-aui-accent\/5::placeholder{color:hsl(var(--accent) / .05)}.placeholder-aui-accent\/50::-moz-placeholder{color:hsl(var(--accent) / .5)}.placeholder-aui-accent\/50::placeholder{color:hsl(var(--accent) / .5)}.placeholder-aui-accent\/55::-moz-placeholder{color:hsl(var(--accent) / .55)}.placeholder-aui-accent\/55::placeholder{color:hsl(var(--accent) / .55)}.placeholder-aui-accent\/60::-moz-placeholder{color:hsl(var(--accent) / .6)}.placeholder-aui-accent\/60::placeholder{color:hsl(var(--accent) / .6)}.placeholder-aui-accent\/65::-moz-placeholder{color:hsl(var(--accent) / .65)}.placeholder-aui-accent\/65::placeholder{color:hsl(var(--accent) / .65)}.placeholder-aui-accent\/70::-moz-placeholder{color:hsl(var(--accent) / .7)}.placeholder-aui-accent\/70::placeholder{color:hsl(var(--accent) / .7)}.placeholder-aui-accent\/75::-moz-placeholder{color:hsl(var(--accent) / .75)}.placeholder-aui-accent\/75::placeholder{color:hsl(var(--accent) / .75)}.placeholder-aui-accent\/80::-moz-placeholder{color:hsl(var(--accent) / .8)}.placeholder-aui-accent\/80::placeholder{color:hsl(var(--accent) / .8)}.placeholder-aui-accent\/85::-moz-placeholder{color:hsl(var(--accent) / .85)}.placeholder-aui-accent\/85::placeholder{color:hsl(var(--accent) / .85)}.placeholder-aui-accent\/90::-moz-placeholder{color:hsl(var(--accent) / .9)}.placeholder-aui-accent\/90::placeholder{color:hsl(var(--accent) / .9)}.placeholder-aui-accent\/95::-moz-placeholder{color:hsl(var(--accent) / .95)}.placeholder-aui-accent\/95::placeholder{color:hsl(var(--accent) / .95)}.placeholder-aui-background::-moz-placeholder{color:hsl(var(--background))}.placeholder-aui-background::placeholder{color:hsl(var(--background))}.placeholder-aui-background\/0::-moz-placeholder{color:hsl(var(--background) / 0)}.placeholder-aui-background\/0::placeholder{color:hsl(var(--background) / 0)}.placeholder-aui-background\/10::-moz-placeholder{color:hsl(var(--background) / .1)}.placeholder-aui-background\/10::placeholder{color:hsl(var(--background) / .1)}.placeholder-aui-background\/100::-moz-placeholder{color:hsl(var(--background) / 1)}.placeholder-aui-background\/100::placeholder{color:hsl(var(--background) / 1)}.placeholder-aui-background\/15::-moz-placeholder{color:hsl(var(--background) / .15)}.placeholder-aui-background\/15::placeholder{color:hsl(var(--background) / .15)}.placeholder-aui-background\/20::-moz-placeholder{color:hsl(var(--background) / .2)}.placeholder-aui-background\/20::placeholder{color:hsl(var(--background) / .2)}.placeholder-aui-background\/25::-moz-placeholder{color:hsl(var(--background) / .25)}.placeholder-aui-background\/25::placeholder{color:hsl(var(--background) / .25)}.placeholder-aui-background\/30::-moz-placeholder{color:hsl(var(--background) / .3)}.placeholder-aui-background\/30::placeholder{color:hsl(var(--background) / .3)}.placeholder-aui-background\/35::-moz-placeholder{color:hsl(var(--background) / .35)}.placeholder-aui-background\/35::placeholder{color:hsl(var(--background) / .35)}.placeholder-aui-background\/40::-moz-placeholder{color:hsl(var(--background) / .4)}.placeholder-aui-background\/40::placeholder{color:hsl(var(--background) / .4)}.placeholder-aui-background\/45::-moz-placeholder{color:hsl(var(--background) / .45)}.placeholder-aui-background\/45::placeholder{color:hsl(var(--background) / .45)}.placeholder-aui-background\/5::-moz-placeholder{color:hsl(var(--background) / .05)}.placeholder-aui-background\/5::placeholder{color:hsl(var(--background) / .05)}.placeholder-aui-background\/50::-moz-placeholder{color:hsl(var(--background) / .5)}.placeholder-aui-background\/50::placeholder{color:hsl(var(--background) / .5)}.placeholder-aui-background\/55::-moz-placeholder{color:hsl(var(--background) / .55)}.placeholder-aui-background\/55::placeholder{color:hsl(var(--background) / .55)}.placeholder-aui-background\/60::-moz-placeholder{color:hsl(var(--background) / .6)}.placeholder-aui-background\/60::placeholder{color:hsl(var(--background) / .6)}.placeholder-aui-background\/65::-moz-placeholder{color:hsl(var(--background) / .65)}.placeholder-aui-background\/65::placeholder{color:hsl(var(--background) / .65)}.placeholder-aui-background\/70::-moz-placeholder{color:hsl(var(--background) / .7)}.placeholder-aui-background\/70::placeholder{color:hsl(var(--background) / .7)}.placeholder-aui-background\/75::-moz-placeholder{color:hsl(var(--background) / .75)}.placeholder-aui-background\/75::placeholder{color:hsl(var(--background) / .75)}.placeholder-aui-background\/80::-moz-placeholder{color:hsl(var(--background) / .8)}.placeholder-aui-background\/80::placeholder{color:hsl(var(--background) / .8)}.placeholder-aui-background\/85::-moz-placeholder{color:hsl(var(--background) / .85)}.placeholder-aui-background\/85::placeholder{color:hsl(var(--background) / .85)}.placeholder-aui-background\/90::-moz-placeholder{color:hsl(var(--background) / .9)}.placeholder-aui-background\/90::placeholder{color:hsl(var(--background) / .9)}.placeholder-aui-background\/95::-moz-placeholder{color:hsl(var(--background) / .95)}.placeholder-aui-background\/95::placeholder{color:hsl(var(--background) / .95)}.placeholder-aui-border::-moz-placeholder{color:hsl(var(--border))}.placeholder-aui-border::placeholder{color:hsl(var(--border))}.placeholder-aui-border\/0::-moz-placeholder{color:hsl(var(--border) / 0)}.placeholder-aui-border\/0::placeholder{color:hsl(var(--border) / 0)}.placeholder-aui-border\/10::-moz-placeholder{color:hsl(var(--border) / .1)}.placeholder-aui-border\/10::placeholder{color:hsl(var(--border) / .1)}.placeholder-aui-border\/100::-moz-placeholder{color:hsl(var(--border) / 1)}.placeholder-aui-border\/100::placeholder{color:hsl(var(--border) / 1)}.placeholder-aui-border\/15::-moz-placeholder{color:hsl(var(--border) / .15)}.placeholder-aui-border\/15::placeholder{color:hsl(var(--border) / .15)}.placeholder-aui-border\/20::-moz-placeholder{color:hsl(var(--border) / .2)}.placeholder-aui-border\/20::placeholder{color:hsl(var(--border) / .2)}.placeholder-aui-border\/25::-moz-placeholder{color:hsl(var(--border) / .25)}.placeholder-aui-border\/25::placeholder{color:hsl(var(--border) / .25)}.placeholder-aui-border\/30::-moz-placeholder{color:hsl(var(--border) / .3)}.placeholder-aui-border\/30::placeholder{color:hsl(var(--border) / .3)}.placeholder-aui-border\/35::-moz-placeholder{color:hsl(var(--border) / .35)}.placeholder-aui-border\/35::placeholder{color:hsl(var(--border) / .35)}.placeholder-aui-border\/40::-moz-placeholder{color:hsl(var(--border) / .4)}.placeholder-aui-border\/40::placeholder{color:hsl(var(--border) / .4)}.placeholder-aui-border\/45::-moz-placeholder{color:hsl(var(--border) / .45)}.placeholder-aui-border\/45::placeholder{color:hsl(var(--border) / .45)}.placeholder-aui-border\/5::-moz-placeholder{color:hsl(var(--border) / .05)}.placeholder-aui-border\/5::placeholder{color:hsl(var(--border) / .05)}.placeholder-aui-border\/50::-moz-placeholder{color:hsl(var(--border) / .5)}.placeholder-aui-border\/50::placeholder{color:hsl(var(--border) / .5)}.placeholder-aui-border\/55::-moz-placeholder{color:hsl(var(--border) / .55)}.placeholder-aui-border\/55::placeholder{color:hsl(var(--border) / .55)}.placeholder-aui-border\/60::-moz-placeholder{color:hsl(var(--border) / .6)}.placeholder-aui-border\/60::placeholder{color:hsl(var(--border) / .6)}.placeholder-aui-border\/65::-moz-placeholder{color:hsl(var(--border) / .65)}.placeholder-aui-border\/65::placeholder{color:hsl(var(--border) / .65)}.placeholder-aui-border\/70::-moz-placeholder{color:hsl(var(--border) / .7)}.placeholder-aui-border\/70::placeholder{color:hsl(var(--border) / .7)}.placeholder-aui-border\/75::-moz-placeholder{color:hsl(var(--border) / .75)}.placeholder-aui-border\/75::placeholder{color:hsl(var(--border) / .75)}.placeholder-aui-border\/80::-moz-placeholder{color:hsl(var(--border) / .8)}.placeholder-aui-border\/80::placeholder{color:hsl(var(--border) / .8)}.placeholder-aui-border\/85::-moz-placeholder{color:hsl(var(--border) / .85)}.placeholder-aui-border\/85::placeholder{color:hsl(var(--border) / .85)}.placeholder-aui-border\/90::-moz-placeholder{color:hsl(var(--border) / .9)}.placeholder-aui-border\/90::placeholder{color:hsl(var(--border) / .9)}.placeholder-aui-border\/95::-moz-placeholder{color:hsl(var(--border) / .95)}.placeholder-aui-border\/95::placeholder{color:hsl(var(--border) / .95)}.placeholder-aui-card::-moz-placeholder{color:hsl(var(--card))}.placeholder-aui-card::placeholder{color:hsl(var(--card))}.placeholder-aui-card-foreground::-moz-placeholder{color:hsl(var(--card-foreground))}.placeholder-aui-card-foreground::placeholder{color:hsl(var(--card-foreground))}.placeholder-aui-card-foreground\/0::-moz-placeholder{color:hsl(var(--card-foreground) / 0)}.placeholder-aui-card-foreground\/0::placeholder{color:hsl(var(--card-foreground) / 0)}.placeholder-aui-card-foreground\/10::-moz-placeholder{color:hsl(var(--card-foreground) / .1)}.placeholder-aui-card-foreground\/10::placeholder{color:hsl(var(--card-foreground) / .1)}.placeholder-aui-card-foreground\/100::-moz-placeholder{color:hsl(var(--card-foreground) / 1)}.placeholder-aui-card-foreground\/100::placeholder{color:hsl(var(--card-foreground) / 1)}.placeholder-aui-card-foreground\/15::-moz-placeholder{color:hsl(var(--card-foreground) / .15)}.placeholder-aui-card-foreground\/15::placeholder{color:hsl(var(--card-foreground) / .15)}.placeholder-aui-card-foreground\/20::-moz-placeholder{color:hsl(var(--card-foreground) / .2)}.placeholder-aui-card-foreground\/20::placeholder{color:hsl(var(--card-foreground) / .2)}.placeholder-aui-card-foreground\/25::-moz-placeholder{color:hsl(var(--card-foreground) / .25)}.placeholder-aui-card-foreground\/25::placeholder{color:hsl(var(--card-foreground) / .25)}.placeholder-aui-card-foreground\/30::-moz-placeholder{color:hsl(var(--card-foreground) / .3)}.placeholder-aui-card-foreground\/30::placeholder{color:hsl(var(--card-foreground) / .3)}.placeholder-aui-card-foreground\/35::-moz-placeholder{color:hsl(var(--card-foreground) / .35)}.placeholder-aui-card-foreground\/35::placeholder{color:hsl(var(--card-foreground) / .35)}.placeholder-aui-card-foreground\/40::-moz-placeholder{color:hsl(var(--card-foreground) / .4)}.placeholder-aui-card-foreground\/40::placeholder{color:hsl(var(--card-foreground) / .4)}.placeholder-aui-card-foreground\/45::-moz-placeholder{color:hsl(var(--card-foreground) / .45)}.placeholder-aui-card-foreground\/45::placeholder{color:hsl(var(--card-foreground) / .45)}.placeholder-aui-card-foreground\/5::-moz-placeholder{color:hsl(var(--card-foreground) / .05)}.placeholder-aui-card-foreground\/5::placeholder{color:hsl(var(--card-foreground) / .05)}.placeholder-aui-card-foreground\/50::-moz-placeholder{color:hsl(var(--card-foreground) / .5)}.placeholder-aui-card-foreground\/50::placeholder{color:hsl(var(--card-foreground) / .5)}.placeholder-aui-card-foreground\/55::-moz-placeholder{color:hsl(var(--card-foreground) / .55)}.placeholder-aui-card-foreground\/55::placeholder{color:hsl(var(--card-foreground) / .55)}.placeholder-aui-card-foreground\/60::-moz-placeholder{color:hsl(var(--card-foreground) / .6)}.placeholder-aui-card-foreground\/60::placeholder{color:hsl(var(--card-foreground) / .6)}.placeholder-aui-card-foreground\/65::-moz-placeholder{color:hsl(var(--card-foreground) / .65)}.placeholder-aui-card-foreground\/65::placeholder{color:hsl(var(--card-foreground) / .65)}.placeholder-aui-card-foreground\/70::-moz-placeholder{color:hsl(var(--card-foreground) / .7)}.placeholder-aui-card-foreground\/70::placeholder{color:hsl(var(--card-foreground) / .7)}.placeholder-aui-card-foreground\/75::-moz-placeholder{color:hsl(var(--card-foreground) / .75)}.placeholder-aui-card-foreground\/75::placeholder{color:hsl(var(--card-foreground) / .75)}.placeholder-aui-card-foreground\/80::-moz-placeholder{color:hsl(var(--card-foreground) / .8)}.placeholder-aui-card-foreground\/80::placeholder{color:hsl(var(--card-foreground) / .8)}.placeholder-aui-card-foreground\/85::-moz-placeholder{color:hsl(var(--card-foreground) / .85)}.placeholder-aui-card-foreground\/85::placeholder{color:hsl(var(--card-foreground) / .85)}.placeholder-aui-card-foreground\/90::-moz-placeholder{color:hsl(var(--card-foreground) / .9)}.placeholder-aui-card-foreground\/90::placeholder{color:hsl(var(--card-foreground) / .9)}.placeholder-aui-card-foreground\/95::-moz-placeholder{color:hsl(var(--card-foreground) / .95)}.placeholder-aui-card-foreground\/95::placeholder{color:hsl(var(--card-foreground) / .95)}.placeholder-aui-card\/0::-moz-placeholder{color:hsl(var(--card) / 0)}.placeholder-aui-card\/0::placeholder{color:hsl(var(--card) / 0)}.placeholder-aui-card\/10::-moz-placeholder{color:hsl(var(--card) / .1)}.placeholder-aui-card\/10::placeholder{color:hsl(var(--card) / .1)}.placeholder-aui-card\/100::-moz-placeholder{color:hsl(var(--card) / 1)}.placeholder-aui-card\/100::placeholder{color:hsl(var(--card) / 1)}.placeholder-aui-card\/15::-moz-placeholder{color:hsl(var(--card) / .15)}.placeholder-aui-card\/15::placeholder{color:hsl(var(--card) / .15)}.placeholder-aui-card\/20::-moz-placeholder{color:hsl(var(--card) / .2)}.placeholder-aui-card\/20::placeholder{color:hsl(var(--card) / .2)}.placeholder-aui-card\/25::-moz-placeholder{color:hsl(var(--card) / .25)}.placeholder-aui-card\/25::placeholder{color:hsl(var(--card) / .25)}.placeholder-aui-card\/30::-moz-placeholder{color:hsl(var(--card) / .3)}.placeholder-aui-card\/30::placeholder{color:hsl(var(--card) / .3)}.placeholder-aui-card\/35::-moz-placeholder{color:hsl(var(--card) / .35)}.placeholder-aui-card\/35::placeholder{color:hsl(var(--card) / .35)}.placeholder-aui-card\/40::-moz-placeholder{color:hsl(var(--card) / .4)}.placeholder-aui-card\/40::placeholder{color:hsl(var(--card) / .4)}.placeholder-aui-card\/45::-moz-placeholder{color:hsl(var(--card) / .45)}.placeholder-aui-card\/45::placeholder{color:hsl(var(--card) / .45)}.placeholder-aui-card\/5::-moz-placeholder{color:hsl(var(--card) / .05)}.placeholder-aui-card\/5::placeholder{color:hsl(var(--card) / .05)}.placeholder-aui-card\/50::-moz-placeholder{color:hsl(var(--card) / .5)}.placeholder-aui-card\/50::placeholder{color:hsl(var(--card) / .5)}.placeholder-aui-card\/55::-moz-placeholder{color:hsl(var(--card) / .55)}.placeholder-aui-card\/55::placeholder{color:hsl(var(--card) / .55)}.placeholder-aui-card\/60::-moz-placeholder{color:hsl(var(--card) / .6)}.placeholder-aui-card\/60::placeholder{color:hsl(var(--card) / .6)}.placeholder-aui-card\/65::-moz-placeholder{color:hsl(var(--card) / .65)}.placeholder-aui-card\/65::placeholder{color:hsl(var(--card) / .65)}.placeholder-aui-card\/70::-moz-placeholder{color:hsl(var(--card) / .7)}.placeholder-aui-card\/70::placeholder{color:hsl(var(--card) / .7)}.placeholder-aui-card\/75::-moz-placeholder{color:hsl(var(--card) / .75)}.placeholder-aui-card\/75::placeholder{color:hsl(var(--card) / .75)}.placeholder-aui-card\/80::-moz-placeholder{color:hsl(var(--card) / .8)}.placeholder-aui-card\/80::placeholder{color:hsl(var(--card) / .8)}.placeholder-aui-card\/85::-moz-placeholder{color:hsl(var(--card) / .85)}.placeholder-aui-card\/85::placeholder{color:hsl(var(--card) / .85)}.placeholder-aui-card\/90::-moz-placeholder{color:hsl(var(--card) / .9)}.placeholder-aui-card\/90::placeholder{color:hsl(var(--card) / .9)}.placeholder-aui-card\/95::-moz-placeholder{color:hsl(var(--card) / .95)}.placeholder-aui-card\/95::placeholder{color:hsl(var(--card) / .95)}.placeholder-aui-destructive::-moz-placeholder{color:hsl(var(--destructive))}.placeholder-aui-destructive::placeholder{color:hsl(var(--destructive))}.placeholder-aui-destructive-foreground::-moz-placeholder{color:hsl(var(--destructive-foreground))}.placeholder-aui-destructive-foreground::placeholder{color:hsl(var(--destructive-foreground))}.placeholder-aui-destructive-foreground\/0::-moz-placeholder{color:hsl(var(--destructive-foreground) / 0)}.placeholder-aui-destructive-foreground\/0::placeholder{color:hsl(var(--destructive-foreground) / 0)}.placeholder-aui-destructive-foreground\/10::-moz-placeholder{color:hsl(var(--destructive-foreground) / .1)}.placeholder-aui-destructive-foreground\/10::placeholder{color:hsl(var(--destructive-foreground) / .1)}.placeholder-aui-destructive-foreground\/100::-moz-placeholder{color:hsl(var(--destructive-foreground) / 1)}.placeholder-aui-destructive-foreground\/100::placeholder{color:hsl(var(--destructive-foreground) / 1)}.placeholder-aui-destructive-foreground\/15::-moz-placeholder{color:hsl(var(--destructive-foreground) / .15)}.placeholder-aui-destructive-foreground\/15::placeholder{color:hsl(var(--destructive-foreground) / .15)}.placeholder-aui-destructive-foreground\/20::-moz-placeholder{color:hsl(var(--destructive-foreground) / .2)}.placeholder-aui-destructive-foreground\/20::placeholder{color:hsl(var(--destructive-foreground) / .2)}.placeholder-aui-destructive-foreground\/25::-moz-placeholder{color:hsl(var(--destructive-foreground) / .25)}.placeholder-aui-destructive-foreground\/25::placeholder{color:hsl(var(--destructive-foreground) / .25)}.placeholder-aui-destructive-foreground\/30::-moz-placeholder{color:hsl(var(--destructive-foreground) / .3)}.placeholder-aui-destructive-foreground\/30::placeholder{color:hsl(var(--destructive-foreground) / .3)}.placeholder-aui-destructive-foreground\/35::-moz-placeholder{color:hsl(var(--destructive-foreground) / .35)}.placeholder-aui-destructive-foreground\/35::placeholder{color:hsl(var(--destructive-foreground) / .35)}.placeholder-aui-destructive-foreground\/40::-moz-placeholder{color:hsl(var(--destructive-foreground) / .4)}.placeholder-aui-destructive-foreground\/40::placeholder{color:hsl(var(--destructive-foreground) / .4)}.placeholder-aui-destructive-foreground\/45::-moz-placeholder{color:hsl(var(--destructive-foreground) / .45)}.placeholder-aui-destructive-foreground\/45::placeholder{color:hsl(var(--destructive-foreground) / .45)}.placeholder-aui-destructive-foreground\/5::-moz-placeholder{color:hsl(var(--destructive-foreground) / .05)}.placeholder-aui-destructive-foreground\/5::placeholder{color:hsl(var(--destructive-foreground) / .05)}.placeholder-aui-destructive-foreground\/50::-moz-placeholder{color:hsl(var(--destructive-foreground) / .5)}.placeholder-aui-destructive-foreground\/50::placeholder{color:hsl(var(--destructive-foreground) / .5)}.placeholder-aui-destructive-foreground\/55::-moz-placeholder{color:hsl(var(--destructive-foreground) / .55)}.placeholder-aui-destructive-foreground\/55::placeholder{color:hsl(var(--destructive-foreground) / .55)}.placeholder-aui-destructive-foreground\/60::-moz-placeholder{color:hsl(var(--destructive-foreground) / .6)}.placeholder-aui-destructive-foreground\/60::placeholder{color:hsl(var(--destructive-foreground) / .6)}.placeholder-aui-destructive-foreground\/65::-moz-placeholder{color:hsl(var(--destructive-foreground) / .65)}.placeholder-aui-destructive-foreground\/65::placeholder{color:hsl(var(--destructive-foreground) / .65)}.placeholder-aui-destructive-foreground\/70::-moz-placeholder{color:hsl(var(--destructive-foreground) / .7)}.placeholder-aui-destructive-foreground\/70::placeholder{color:hsl(var(--destructive-foreground) / .7)}.placeholder-aui-destructive-foreground\/75::-moz-placeholder{color:hsl(var(--destructive-foreground) / .75)}.placeholder-aui-destructive-foreground\/75::placeholder{color:hsl(var(--destructive-foreground) / .75)}.placeholder-aui-destructive-foreground\/80::-moz-placeholder{color:hsl(var(--destructive-foreground) / .8)}.placeholder-aui-destructive-foreground\/80::placeholder{color:hsl(var(--destructive-foreground) / .8)}.placeholder-aui-destructive-foreground\/85::-moz-placeholder{color:hsl(var(--destructive-foreground) / .85)}.placeholder-aui-destructive-foreground\/85::placeholder{color:hsl(var(--destructive-foreground) / .85)}.placeholder-aui-destructive-foreground\/90::-moz-placeholder{color:hsl(var(--destructive-foreground) / .9)}.placeholder-aui-destructive-foreground\/90::placeholder{color:hsl(var(--destructive-foreground) / .9)}.placeholder-aui-destructive-foreground\/95::-moz-placeholder{color:hsl(var(--destructive-foreground) / .95)}.placeholder-aui-destructive-foreground\/95::placeholder{color:hsl(var(--destructive-foreground) / .95)}.placeholder-aui-destructive\/0::-moz-placeholder{color:hsl(var(--destructive) / 0)}.placeholder-aui-destructive\/0::placeholder{color:hsl(var(--destructive) / 0)}.placeholder-aui-destructive\/10::-moz-placeholder{color:hsl(var(--destructive) / .1)}.placeholder-aui-destructive\/10::placeholder{color:hsl(var(--destructive) / .1)}.placeholder-aui-destructive\/100::-moz-placeholder{color:hsl(var(--destructive) / 1)}.placeholder-aui-destructive\/100::placeholder{color:hsl(var(--destructive) / 1)}.placeholder-aui-destructive\/15::-moz-placeholder{color:hsl(var(--destructive) / .15)}.placeholder-aui-destructive\/15::placeholder{color:hsl(var(--destructive) / .15)}.placeholder-aui-destructive\/20::-moz-placeholder{color:hsl(var(--destructive) / .2)}.placeholder-aui-destructive\/20::placeholder{color:hsl(var(--destructive) / .2)}.placeholder-aui-destructive\/25::-moz-placeholder{color:hsl(var(--destructive) / .25)}.placeholder-aui-destructive\/25::placeholder{color:hsl(var(--destructive) / .25)}.placeholder-aui-destructive\/30::-moz-placeholder{color:hsl(var(--destructive) / .3)}.placeholder-aui-destructive\/30::placeholder{color:hsl(var(--destructive) / .3)}.placeholder-aui-destructive\/35::-moz-placeholder{color:hsl(var(--destructive) / .35)}.placeholder-aui-destructive\/35::placeholder{color:hsl(var(--destructive) / .35)}.placeholder-aui-destructive\/40::-moz-placeholder{color:hsl(var(--destructive) / .4)}.placeholder-aui-destructive\/40::placeholder{color:hsl(var(--destructive) / .4)}.placeholder-aui-destructive\/45::-moz-placeholder{color:hsl(var(--destructive) / .45)}.placeholder-aui-destructive\/45::placeholder{color:hsl(var(--destructive) / .45)}.placeholder-aui-destructive\/5::-moz-placeholder{color:hsl(var(--destructive) / .05)}.placeholder-aui-destructive\/5::placeholder{color:hsl(var(--destructive) / .05)}.placeholder-aui-destructive\/50::-moz-placeholder{color:hsl(var(--destructive) / .5)}.placeholder-aui-destructive\/50::placeholder{color:hsl(var(--destructive) / .5)}.placeholder-aui-destructive\/55::-moz-placeholder{color:hsl(var(--destructive) / .55)}.placeholder-aui-destructive\/55::placeholder{color:hsl(var(--destructive) / .55)}.placeholder-aui-destructive\/60::-moz-placeholder{color:hsl(var(--destructive) / .6)}.placeholder-aui-destructive\/60::placeholder{color:hsl(var(--destructive) / .6)}.placeholder-aui-destructive\/65::-moz-placeholder{color:hsl(var(--destructive) / .65)}.placeholder-aui-destructive\/65::placeholder{color:hsl(var(--destructive) / .65)}.placeholder-aui-destructive\/70::-moz-placeholder{color:hsl(var(--destructive) / .7)}.placeholder-aui-destructive\/70::placeholder{color:hsl(var(--destructive) / .7)}.placeholder-aui-destructive\/75::-moz-placeholder{color:hsl(var(--destructive) / .75)}.placeholder-aui-destructive\/75::placeholder{color:hsl(var(--destructive) / .75)}.placeholder-aui-destructive\/80::-moz-placeholder{color:hsl(var(--destructive) / .8)}.placeholder-aui-destructive\/80::placeholder{color:hsl(var(--destructive) / .8)}.placeholder-aui-destructive\/85::-moz-placeholder{color:hsl(var(--destructive) / .85)}.placeholder-aui-destructive\/85::placeholder{color:hsl(var(--destructive) / .85)}.placeholder-aui-destructive\/90::-moz-placeholder{color:hsl(var(--destructive) / .9)}.placeholder-aui-destructive\/90::placeholder{color:hsl(var(--destructive) / .9)}.placeholder-aui-destructive\/95::-moz-placeholder{color:hsl(var(--destructive) / .95)}.placeholder-aui-destructive\/95::placeholder{color:hsl(var(--destructive) / .95)}.placeholder-aui-foreground::-moz-placeholder{color:hsl(var(--foreground))}.placeholder-aui-foreground::placeholder{color:hsl(var(--foreground))}.placeholder-aui-foreground\/0::-moz-placeholder{color:hsl(var(--foreground) / 0)}.placeholder-aui-foreground\/0::placeholder{color:hsl(var(--foreground) / 0)}.placeholder-aui-foreground\/10::-moz-placeholder{color:hsl(var(--foreground) / .1)}.placeholder-aui-foreground\/10::placeholder{color:hsl(var(--foreground) / .1)}.placeholder-aui-foreground\/100::-moz-placeholder{color:hsl(var(--foreground) / 1)}.placeholder-aui-foreground\/100::placeholder{color:hsl(var(--foreground) / 1)}.placeholder-aui-foreground\/15::-moz-placeholder{color:hsl(var(--foreground) / .15)}.placeholder-aui-foreground\/15::placeholder{color:hsl(var(--foreground) / .15)}.placeholder-aui-foreground\/20::-moz-placeholder{color:hsl(var(--foreground) / .2)}.placeholder-aui-foreground\/20::placeholder{color:hsl(var(--foreground) / .2)}.placeholder-aui-foreground\/25::-moz-placeholder{color:hsl(var(--foreground) / .25)}.placeholder-aui-foreground\/25::placeholder{color:hsl(var(--foreground) / .25)}.placeholder-aui-foreground\/30::-moz-placeholder{color:hsl(var(--foreground) / .3)}.placeholder-aui-foreground\/30::placeholder{color:hsl(var(--foreground) / .3)}.placeholder-aui-foreground\/35::-moz-placeholder{color:hsl(var(--foreground) / .35)}.placeholder-aui-foreground\/35::placeholder{color:hsl(var(--foreground) / .35)}.placeholder-aui-foreground\/40::-moz-placeholder{color:hsl(var(--foreground) / .4)}.placeholder-aui-foreground\/40::placeholder{color:hsl(var(--foreground) / .4)}.placeholder-aui-foreground\/45::-moz-placeholder{color:hsl(var(--foreground) / .45)}.placeholder-aui-foreground\/45::placeholder{color:hsl(var(--foreground) / .45)}.placeholder-aui-foreground\/5::-moz-placeholder{color:hsl(var(--foreground) / .05)}.placeholder-aui-foreground\/5::placeholder{color:hsl(var(--foreground) / .05)}.placeholder-aui-foreground\/50::-moz-placeholder{color:hsl(var(--foreground) / .5)}.placeholder-aui-foreground\/50::placeholder{color:hsl(var(--foreground) / .5)}.placeholder-aui-foreground\/55::-moz-placeholder{color:hsl(var(--foreground) / .55)}.placeholder-aui-foreground\/55::placeholder{color:hsl(var(--foreground) / .55)}.placeholder-aui-foreground\/60::-moz-placeholder{color:hsl(var(--foreground) / .6)}.placeholder-aui-foreground\/60::placeholder{color:hsl(var(--foreground) / .6)}.placeholder-aui-foreground\/65::-moz-placeholder{color:hsl(var(--foreground) / .65)}.placeholder-aui-foreground\/65::placeholder{color:hsl(var(--foreground) / .65)}.placeholder-aui-foreground\/70::-moz-placeholder{color:hsl(var(--foreground) / .7)}.placeholder-aui-foreground\/70::placeholder{color:hsl(var(--foreground) / .7)}.placeholder-aui-foreground\/75::-moz-placeholder{color:hsl(var(--foreground) / .75)}.placeholder-aui-foreground\/75::placeholder{color:hsl(var(--foreground) / .75)}.placeholder-aui-foreground\/80::-moz-placeholder{color:hsl(var(--foreground) / .8)}.placeholder-aui-foreground\/80::placeholder{color:hsl(var(--foreground) / .8)}.placeholder-aui-foreground\/85::-moz-placeholder{color:hsl(var(--foreground) / .85)}.placeholder-aui-foreground\/85::placeholder{color:hsl(var(--foreground) / .85)}.placeholder-aui-foreground\/90::-moz-placeholder{color:hsl(var(--foreground) / .9)}.placeholder-aui-foreground\/90::placeholder{color:hsl(var(--foreground) / .9)}.placeholder-aui-foreground\/95::-moz-placeholder{color:hsl(var(--foreground) / .95)}.placeholder-aui-foreground\/95::placeholder{color:hsl(var(--foreground) / .95)}.placeholder-aui-input::-moz-placeholder{color:hsl(var(--input))}.placeholder-aui-input::placeholder{color:hsl(var(--input))}.placeholder-aui-input\/0::-moz-placeholder{color:hsl(var(--input) / 0)}.placeholder-aui-input\/0::placeholder{color:hsl(var(--input) / 0)}.placeholder-aui-input\/10::-moz-placeholder{color:hsl(var(--input) / .1)}.placeholder-aui-input\/10::placeholder{color:hsl(var(--input) / .1)}.placeholder-aui-input\/100::-moz-placeholder{color:hsl(var(--input) / 1)}.placeholder-aui-input\/100::placeholder{color:hsl(var(--input) / 1)}.placeholder-aui-input\/15::-moz-placeholder{color:hsl(var(--input) / .15)}.placeholder-aui-input\/15::placeholder{color:hsl(var(--input) / .15)}.placeholder-aui-input\/20::-moz-placeholder{color:hsl(var(--input) / .2)}.placeholder-aui-input\/20::placeholder{color:hsl(var(--input) / .2)}.placeholder-aui-input\/25::-moz-placeholder{color:hsl(var(--input) / .25)}.placeholder-aui-input\/25::placeholder{color:hsl(var(--input) / .25)}.placeholder-aui-input\/30::-moz-placeholder{color:hsl(var(--input) / .3)}.placeholder-aui-input\/30::placeholder{color:hsl(var(--input) / .3)}.placeholder-aui-input\/35::-moz-placeholder{color:hsl(var(--input) / .35)}.placeholder-aui-input\/35::placeholder{color:hsl(var(--input) / .35)}.placeholder-aui-input\/40::-moz-placeholder{color:hsl(var(--input) / .4)}.placeholder-aui-input\/40::placeholder{color:hsl(var(--input) / .4)}.placeholder-aui-input\/45::-moz-placeholder{color:hsl(var(--input) / .45)}.placeholder-aui-input\/45::placeholder{color:hsl(var(--input) / .45)}.placeholder-aui-input\/5::-moz-placeholder{color:hsl(var(--input) / .05)}.placeholder-aui-input\/5::placeholder{color:hsl(var(--input) / .05)}.placeholder-aui-input\/50::-moz-placeholder{color:hsl(var(--input) / .5)}.placeholder-aui-input\/50::placeholder{color:hsl(var(--input) / .5)}.placeholder-aui-input\/55::-moz-placeholder{color:hsl(var(--input) / .55)}.placeholder-aui-input\/55::placeholder{color:hsl(var(--input) / .55)}.placeholder-aui-input\/60::-moz-placeholder{color:hsl(var(--input) / .6)}.placeholder-aui-input\/60::placeholder{color:hsl(var(--input) / .6)}.placeholder-aui-input\/65::-moz-placeholder{color:hsl(var(--input) / .65)}.placeholder-aui-input\/65::placeholder{color:hsl(var(--input) / .65)}.placeholder-aui-input\/70::-moz-placeholder{color:hsl(var(--input) / .7)}.placeholder-aui-input\/70::placeholder{color:hsl(var(--input) / .7)}.placeholder-aui-input\/75::-moz-placeholder{color:hsl(var(--input) / .75)}.placeholder-aui-input\/75::placeholder{color:hsl(var(--input) / .75)}.placeholder-aui-input\/80::-moz-placeholder{color:hsl(var(--input) / .8)}.placeholder-aui-input\/80::placeholder{color:hsl(var(--input) / .8)}.placeholder-aui-input\/85::-moz-placeholder{color:hsl(var(--input) / .85)}.placeholder-aui-input\/85::placeholder{color:hsl(var(--input) / .85)}.placeholder-aui-input\/90::-moz-placeholder{color:hsl(var(--input) / .9)}.placeholder-aui-input\/90::placeholder{color:hsl(var(--input) / .9)}.placeholder-aui-input\/95::-moz-placeholder{color:hsl(var(--input) / .95)}.placeholder-aui-input\/95::placeholder{color:hsl(var(--input) / .95)}.placeholder-aui-muted::-moz-placeholder{color:hsl(var(--muted))}.placeholder-aui-muted::placeholder{color:hsl(var(--muted))}.placeholder-aui-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder-aui-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder-aui-muted-foreground\/0::-moz-placeholder{color:hsl(var(--muted-foreground) / 0)}.placeholder-aui-muted-foreground\/0::placeholder{color:hsl(var(--muted-foreground) / 0)}.placeholder-aui-muted-foreground\/10::-moz-placeholder{color:hsl(var(--muted-foreground) / .1)}.placeholder-aui-muted-foreground\/10::placeholder{color:hsl(var(--muted-foreground) / .1)}.placeholder-aui-muted-foreground\/100::-moz-placeholder{color:hsl(var(--muted-foreground) / 1)}.placeholder-aui-muted-foreground\/100::placeholder{color:hsl(var(--muted-foreground) / 1)}.placeholder-aui-muted-foreground\/15::-moz-placeholder{color:hsl(var(--muted-foreground) / .15)}.placeholder-aui-muted-foreground\/15::placeholder{color:hsl(var(--muted-foreground) / .15)}.placeholder-aui-muted-foreground\/20::-moz-placeholder{color:hsl(var(--muted-foreground) / .2)}.placeholder-aui-muted-foreground\/20::placeholder{color:hsl(var(--muted-foreground) / .2)}.placeholder-aui-muted-foreground\/25::-moz-placeholder{color:hsl(var(--muted-foreground) / .25)}.placeholder-aui-muted-foreground\/25::placeholder{color:hsl(var(--muted-foreground) / .25)}.placeholder-aui-muted-foreground\/30::-moz-placeholder{color:hsl(var(--muted-foreground) / .3)}.placeholder-aui-muted-foreground\/30::placeholder{color:hsl(var(--muted-foreground) / .3)}.placeholder-aui-muted-foreground\/35::-moz-placeholder{color:hsl(var(--muted-foreground) / .35)}.placeholder-aui-muted-foreground\/35::placeholder{color:hsl(var(--muted-foreground) / .35)}.placeholder-aui-muted-foreground\/40::-moz-placeholder{color:hsl(var(--muted-foreground) / .4)}.placeholder-aui-muted-foreground\/40::placeholder{color:hsl(var(--muted-foreground) / .4)}.placeholder-aui-muted-foreground\/45::-moz-placeholder{color:hsl(var(--muted-foreground) / .45)}.placeholder-aui-muted-foreground\/45::placeholder{color:hsl(var(--muted-foreground) / .45)}.placeholder-aui-muted-foreground\/5::-moz-placeholder{color:hsl(var(--muted-foreground) / .05)}.placeholder-aui-muted-foreground\/5::placeholder{color:hsl(var(--muted-foreground) / .05)}.placeholder-aui-muted-foreground\/50::-moz-placeholder{color:hsl(var(--muted-foreground) / .5)}.placeholder-aui-muted-foreground\/50::placeholder{color:hsl(var(--muted-foreground) / .5)}.placeholder-aui-muted-foreground\/55::-moz-placeholder{color:hsl(var(--muted-foreground) / .55)}.placeholder-aui-muted-foreground\/55::placeholder{color:hsl(var(--muted-foreground) / .55)}.placeholder-aui-muted-foreground\/60::-moz-placeholder{color:hsl(var(--muted-foreground) / .6)}.placeholder-aui-muted-foreground\/60::placeholder{color:hsl(var(--muted-foreground) / .6)}.placeholder-aui-muted-foreground\/65::-moz-placeholder{color:hsl(var(--muted-foreground) / .65)}.placeholder-aui-muted-foreground\/65::placeholder{color:hsl(var(--muted-foreground) / .65)}.placeholder-aui-muted-foreground\/70::-moz-placeholder{color:hsl(var(--muted-foreground) / .7)}.placeholder-aui-muted-foreground\/70::placeholder{color:hsl(var(--muted-foreground) / .7)}.placeholder-aui-muted-foreground\/75::-moz-placeholder{color:hsl(var(--muted-foreground) / .75)}.placeholder-aui-muted-foreground\/75::placeholder{color:hsl(var(--muted-foreground) / .75)}.placeholder-aui-muted-foreground\/80::-moz-placeholder{color:hsl(var(--muted-foreground) / .8)}.placeholder-aui-muted-foreground\/80::placeholder{color:hsl(var(--muted-foreground) / .8)}.placeholder-aui-muted-foreground\/85::-moz-placeholder{color:hsl(var(--muted-foreground) / .85)}.placeholder-aui-muted-foreground\/85::placeholder{color:hsl(var(--muted-foreground) / .85)}.placeholder-aui-muted-foreground\/90::-moz-placeholder{color:hsl(var(--muted-foreground) / .9)}.placeholder-aui-muted-foreground\/90::placeholder{color:hsl(var(--muted-foreground) / .9)}.placeholder-aui-muted-foreground\/95::-moz-placeholder{color:hsl(var(--muted-foreground) / .95)}.placeholder-aui-muted-foreground\/95::placeholder{color:hsl(var(--muted-foreground) / .95)}.placeholder-aui-muted\/0::-moz-placeholder{color:hsl(var(--muted) / 0)}.placeholder-aui-muted\/0::placeholder{color:hsl(var(--muted) / 0)}.placeholder-aui-muted\/10::-moz-placeholder{color:hsl(var(--muted) / .1)}.placeholder-aui-muted\/10::placeholder{color:hsl(var(--muted) / .1)}.placeholder-aui-muted\/100::-moz-placeholder{color:hsl(var(--muted) / 1)}.placeholder-aui-muted\/100::placeholder{color:hsl(var(--muted) / 1)}.placeholder-aui-muted\/15::-moz-placeholder{color:hsl(var(--muted) / .15)}.placeholder-aui-muted\/15::placeholder{color:hsl(var(--muted) / .15)}.placeholder-aui-muted\/20::-moz-placeholder{color:hsl(var(--muted) / .2)}.placeholder-aui-muted\/20::placeholder{color:hsl(var(--muted) / .2)}.placeholder-aui-muted\/25::-moz-placeholder{color:hsl(var(--muted) / .25)}.placeholder-aui-muted\/25::placeholder{color:hsl(var(--muted) / .25)}.placeholder-aui-muted\/30::-moz-placeholder{color:hsl(var(--muted) / .3)}.placeholder-aui-muted\/30::placeholder{color:hsl(var(--muted) / .3)}.placeholder-aui-muted\/35::-moz-placeholder{color:hsl(var(--muted) / .35)}.placeholder-aui-muted\/35::placeholder{color:hsl(var(--muted) / .35)}.placeholder-aui-muted\/40::-moz-placeholder{color:hsl(var(--muted) / .4)}.placeholder-aui-muted\/40::placeholder{color:hsl(var(--muted) / .4)}.placeholder-aui-muted\/45::-moz-placeholder{color:hsl(var(--muted) / .45)}.placeholder-aui-muted\/45::placeholder{color:hsl(var(--muted) / .45)}.placeholder-aui-muted\/5::-moz-placeholder{color:hsl(var(--muted) / .05)}.placeholder-aui-muted\/5::placeholder{color:hsl(var(--muted) / .05)}.placeholder-aui-muted\/50::-moz-placeholder{color:hsl(var(--muted) / .5)}.placeholder-aui-muted\/50::placeholder{color:hsl(var(--muted) / .5)}.placeholder-aui-muted\/55::-moz-placeholder{color:hsl(var(--muted) / .55)}.placeholder-aui-muted\/55::placeholder{color:hsl(var(--muted) / .55)}.placeholder-aui-muted\/60::-moz-placeholder{color:hsl(var(--muted) / .6)}.placeholder-aui-muted\/60::placeholder{color:hsl(var(--muted) / .6)}.placeholder-aui-muted\/65::-moz-placeholder{color:hsl(var(--muted) / .65)}.placeholder-aui-muted\/65::placeholder{color:hsl(var(--muted) / .65)}.placeholder-aui-muted\/70::-moz-placeholder{color:hsl(var(--muted) / .7)}.placeholder-aui-muted\/70::placeholder{color:hsl(var(--muted) / .7)}.placeholder-aui-muted\/75::-moz-placeholder{color:hsl(var(--muted) / .75)}.placeholder-aui-muted\/75::placeholder{color:hsl(var(--muted) / .75)}.placeholder-aui-muted\/80::-moz-placeholder{color:hsl(var(--muted) / .8)}.placeholder-aui-muted\/80::placeholder{color:hsl(var(--muted) / .8)}.placeholder-aui-muted\/85::-moz-placeholder{color:hsl(var(--muted) / .85)}.placeholder-aui-muted\/85::placeholder{color:hsl(var(--muted) / .85)}.placeholder-aui-muted\/90::-moz-placeholder{color:hsl(var(--muted) / .9)}.placeholder-aui-muted\/90::placeholder{color:hsl(var(--muted) / .9)}.placeholder-aui-muted\/95::-moz-placeholder{color:hsl(var(--muted) / .95)}.placeholder-aui-muted\/95::placeholder{color:hsl(var(--muted) / .95)}.placeholder-aui-popover::-moz-placeholder{color:hsl(var(--popover))}.placeholder-aui-popover::placeholder{color:hsl(var(--popover))}.placeholder-aui-popover-foreground::-moz-placeholder{color:hsl(var(--popover-foreground))}.placeholder-aui-popover-foreground::placeholder{color:hsl(var(--popover-foreground))}.placeholder-aui-popover-foreground\/0::-moz-placeholder{color:hsl(var(--popover-foreground) / 0)}.placeholder-aui-popover-foreground\/0::placeholder{color:hsl(var(--popover-foreground) / 0)}.placeholder-aui-popover-foreground\/10::-moz-placeholder{color:hsl(var(--popover-foreground) / .1)}.placeholder-aui-popover-foreground\/10::placeholder{color:hsl(var(--popover-foreground) / .1)}.placeholder-aui-popover-foreground\/100::-moz-placeholder{color:hsl(var(--popover-foreground) / 1)}.placeholder-aui-popover-foreground\/100::placeholder{color:hsl(var(--popover-foreground) / 1)}.placeholder-aui-popover-foreground\/15::-moz-placeholder{color:hsl(var(--popover-foreground) / .15)}.placeholder-aui-popover-foreground\/15::placeholder{color:hsl(var(--popover-foreground) / .15)}.placeholder-aui-popover-foreground\/20::-moz-placeholder{color:hsl(var(--popover-foreground) / .2)}.placeholder-aui-popover-foreground\/20::placeholder{color:hsl(var(--popover-foreground) / .2)}.placeholder-aui-popover-foreground\/25::-moz-placeholder{color:hsl(var(--popover-foreground) / .25)}.placeholder-aui-popover-foreground\/25::placeholder{color:hsl(var(--popover-foreground) / .25)}.placeholder-aui-popover-foreground\/30::-moz-placeholder{color:hsl(var(--popover-foreground) / .3)}.placeholder-aui-popover-foreground\/30::placeholder{color:hsl(var(--popover-foreground) / .3)}.placeholder-aui-popover-foreground\/35::-moz-placeholder{color:hsl(var(--popover-foreground) / .35)}.placeholder-aui-popover-foreground\/35::placeholder{color:hsl(var(--popover-foreground) / .35)}.placeholder-aui-popover-foreground\/40::-moz-placeholder{color:hsl(var(--popover-foreground) / .4)}.placeholder-aui-popover-foreground\/40::placeholder{color:hsl(var(--popover-foreground) / .4)}.placeholder-aui-popover-foreground\/45::-moz-placeholder{color:hsl(var(--popover-foreground) / .45)}.placeholder-aui-popover-foreground\/45::placeholder{color:hsl(var(--popover-foreground) / .45)}.placeholder-aui-popover-foreground\/5::-moz-placeholder{color:hsl(var(--popover-foreground) / .05)}.placeholder-aui-popover-foreground\/5::placeholder{color:hsl(var(--popover-foreground) / .05)}.placeholder-aui-popover-foreground\/50::-moz-placeholder{color:hsl(var(--popover-foreground) / .5)}.placeholder-aui-popover-foreground\/50::placeholder{color:hsl(var(--popover-foreground) / .5)}.placeholder-aui-popover-foreground\/55::-moz-placeholder{color:hsl(var(--popover-foreground) / .55)}.placeholder-aui-popover-foreground\/55::placeholder{color:hsl(var(--popover-foreground) / .55)}.placeholder-aui-popover-foreground\/60::-moz-placeholder{color:hsl(var(--popover-foreground) / .6)}.placeholder-aui-popover-foreground\/60::placeholder{color:hsl(var(--popover-foreground) / .6)}.placeholder-aui-popover-foreground\/65::-moz-placeholder{color:hsl(var(--popover-foreground) / .65)}.placeholder-aui-popover-foreground\/65::placeholder{color:hsl(var(--popover-foreground) / .65)}.placeholder-aui-popover-foreground\/70::-moz-placeholder{color:hsl(var(--popover-foreground) / .7)}.placeholder-aui-popover-foreground\/70::placeholder{color:hsl(var(--popover-foreground) / .7)}.placeholder-aui-popover-foreground\/75::-moz-placeholder{color:hsl(var(--popover-foreground) / .75)}.placeholder-aui-popover-foreground\/75::placeholder{color:hsl(var(--popover-foreground) / .75)}.placeholder-aui-popover-foreground\/80::-moz-placeholder{color:hsl(var(--popover-foreground) / .8)}.placeholder-aui-popover-foreground\/80::placeholder{color:hsl(var(--popover-foreground) / .8)}.placeholder-aui-popover-foreground\/85::-moz-placeholder{color:hsl(var(--popover-foreground) / .85)}.placeholder-aui-popover-foreground\/85::placeholder{color:hsl(var(--popover-foreground) / .85)}.placeholder-aui-popover-foreground\/90::-moz-placeholder{color:hsl(var(--popover-foreground) / .9)}.placeholder-aui-popover-foreground\/90::placeholder{color:hsl(var(--popover-foreground) / .9)}.placeholder-aui-popover-foreground\/95::-moz-placeholder{color:hsl(var(--popover-foreground) / .95)}.placeholder-aui-popover-foreground\/95::placeholder{color:hsl(var(--popover-foreground) / .95)}.placeholder-aui-popover\/0::-moz-placeholder{color:hsl(var(--popover) / 0)}.placeholder-aui-popover\/0::placeholder{color:hsl(var(--popover) / 0)}.placeholder-aui-popover\/10::-moz-placeholder{color:hsl(var(--popover) / .1)}.placeholder-aui-popover\/10::placeholder{color:hsl(var(--popover) / .1)}.placeholder-aui-popover\/100::-moz-placeholder{color:hsl(var(--popover) / 1)}.placeholder-aui-popover\/100::placeholder{color:hsl(var(--popover) / 1)}.placeholder-aui-popover\/15::-moz-placeholder{color:hsl(var(--popover) / .15)}.placeholder-aui-popover\/15::placeholder{color:hsl(var(--popover) / .15)}.placeholder-aui-popover\/20::-moz-placeholder{color:hsl(var(--popover) / .2)}.placeholder-aui-popover\/20::placeholder{color:hsl(var(--popover) / .2)}.placeholder-aui-popover\/25::-moz-placeholder{color:hsl(var(--popover) / .25)}.placeholder-aui-popover\/25::placeholder{color:hsl(var(--popover) / .25)}.placeholder-aui-popover\/30::-moz-placeholder{color:hsl(var(--popover) / .3)}.placeholder-aui-popover\/30::placeholder{color:hsl(var(--popover) / .3)}.placeholder-aui-popover\/35::-moz-placeholder{color:hsl(var(--popover) / .35)}.placeholder-aui-popover\/35::placeholder{color:hsl(var(--popover) / .35)}.placeholder-aui-popover\/40::-moz-placeholder{color:hsl(var(--popover) / .4)}.placeholder-aui-popover\/40::placeholder{color:hsl(var(--popover) / .4)}.placeholder-aui-popover\/45::-moz-placeholder{color:hsl(var(--popover) / .45)}.placeholder-aui-popover\/45::placeholder{color:hsl(var(--popover) / .45)}.placeholder-aui-popover\/5::-moz-placeholder{color:hsl(var(--popover) / .05)}.placeholder-aui-popover\/5::placeholder{color:hsl(var(--popover) / .05)}.placeholder-aui-popover\/50::-moz-placeholder{color:hsl(var(--popover) / .5)}.placeholder-aui-popover\/50::placeholder{color:hsl(var(--popover) / .5)}.placeholder-aui-popover\/55::-moz-placeholder{color:hsl(var(--popover) / .55)}.placeholder-aui-popover\/55::placeholder{color:hsl(var(--popover) / .55)}.placeholder-aui-popover\/60::-moz-placeholder{color:hsl(var(--popover) / .6)}.placeholder-aui-popover\/60::placeholder{color:hsl(var(--popover) / .6)}.placeholder-aui-popover\/65::-moz-placeholder{color:hsl(var(--popover) / .65)}.placeholder-aui-popover\/65::placeholder{color:hsl(var(--popover) / .65)}.placeholder-aui-popover\/70::-moz-placeholder{color:hsl(var(--popover) / .7)}.placeholder-aui-popover\/70::placeholder{color:hsl(var(--popover) / .7)}.placeholder-aui-popover\/75::-moz-placeholder{color:hsl(var(--popover) / .75)}.placeholder-aui-popover\/75::placeholder{color:hsl(var(--popover) / .75)}.placeholder-aui-popover\/80::-moz-placeholder{color:hsl(var(--popover) / .8)}.placeholder-aui-popover\/80::placeholder{color:hsl(var(--popover) / .8)}.placeholder-aui-popover\/85::-moz-placeholder{color:hsl(var(--popover) / .85)}.placeholder-aui-popover\/85::placeholder{color:hsl(var(--popover) / .85)}.placeholder-aui-popover\/90::-moz-placeholder{color:hsl(var(--popover) / .9)}.placeholder-aui-popover\/90::placeholder{color:hsl(var(--popover) / .9)}.placeholder-aui-popover\/95::-moz-placeholder{color:hsl(var(--popover) / .95)}.placeholder-aui-popover\/95::placeholder{color:hsl(var(--popover) / .95)}.placeholder-aui-primary::-moz-placeholder{color:hsl(var(--primary))}.placeholder-aui-primary::placeholder{color:hsl(var(--primary))}.placeholder-aui-primary-foreground::-moz-placeholder{color:hsl(var(--primary-foreground))}.placeholder-aui-primary-foreground::placeholder{color:hsl(var(--primary-foreground))}.placeholder-aui-primary-foreground\/0::-moz-placeholder{color:hsl(var(--primary-foreground) / 0)}.placeholder-aui-primary-foreground\/0::placeholder{color:hsl(var(--primary-foreground) / 0)}.placeholder-aui-primary-foreground\/10::-moz-placeholder{color:hsl(var(--primary-foreground) / .1)}.placeholder-aui-primary-foreground\/10::placeholder{color:hsl(var(--primary-foreground) / .1)}.placeholder-aui-primary-foreground\/100::-moz-placeholder{color:hsl(var(--primary-foreground) / 1)}.placeholder-aui-primary-foreground\/100::placeholder{color:hsl(var(--primary-foreground) / 1)}.placeholder-aui-primary-foreground\/15::-moz-placeholder{color:hsl(var(--primary-foreground) / .15)}.placeholder-aui-primary-foreground\/15::placeholder{color:hsl(var(--primary-foreground) / .15)}.placeholder-aui-primary-foreground\/20::-moz-placeholder{color:hsl(var(--primary-foreground) / .2)}.placeholder-aui-primary-foreground\/20::placeholder{color:hsl(var(--primary-foreground) / .2)}.placeholder-aui-primary-foreground\/25::-moz-placeholder{color:hsl(var(--primary-foreground) / .25)}.placeholder-aui-primary-foreground\/25::placeholder{color:hsl(var(--primary-foreground) / .25)}.placeholder-aui-primary-foreground\/30::-moz-placeholder{color:hsl(var(--primary-foreground) / .3)}.placeholder-aui-primary-foreground\/30::placeholder{color:hsl(var(--primary-foreground) / .3)}.placeholder-aui-primary-foreground\/35::-moz-placeholder{color:hsl(var(--primary-foreground) / .35)}.placeholder-aui-primary-foreground\/35::placeholder{color:hsl(var(--primary-foreground) / .35)}.placeholder-aui-primary-foreground\/40::-moz-placeholder{color:hsl(var(--primary-foreground) / .4)}.placeholder-aui-primary-foreground\/40::placeholder{color:hsl(var(--primary-foreground) / .4)}.placeholder-aui-primary-foreground\/45::-moz-placeholder{color:hsl(var(--primary-foreground) / .45)}.placeholder-aui-primary-foreground\/45::placeholder{color:hsl(var(--primary-foreground) / .45)}.placeholder-aui-primary-foreground\/5::-moz-placeholder{color:hsl(var(--primary-foreground) / .05)}.placeholder-aui-primary-foreground\/5::placeholder{color:hsl(var(--primary-foreground) / .05)}.placeholder-aui-primary-foreground\/50::-moz-placeholder{color:hsl(var(--primary-foreground) / .5)}.placeholder-aui-primary-foreground\/50::placeholder{color:hsl(var(--primary-foreground) / .5)}.placeholder-aui-primary-foreground\/55::-moz-placeholder{color:hsl(var(--primary-foreground) / .55)}.placeholder-aui-primary-foreground\/55::placeholder{color:hsl(var(--primary-foreground) / .55)}.placeholder-aui-primary-foreground\/60::-moz-placeholder{color:hsl(var(--primary-foreground) / .6)}.placeholder-aui-primary-foreground\/60::placeholder{color:hsl(var(--primary-foreground) / .6)}.placeholder-aui-primary-foreground\/65::-moz-placeholder{color:hsl(var(--primary-foreground) / .65)}.placeholder-aui-primary-foreground\/65::placeholder{color:hsl(var(--primary-foreground) / .65)}.placeholder-aui-primary-foreground\/70::-moz-placeholder{color:hsl(var(--primary-foreground) / .7)}.placeholder-aui-primary-foreground\/70::placeholder{color:hsl(var(--primary-foreground) / .7)}.placeholder-aui-primary-foreground\/75::-moz-placeholder{color:hsl(var(--primary-foreground) / .75)}.placeholder-aui-primary-foreground\/75::placeholder{color:hsl(var(--primary-foreground) / .75)}.placeholder-aui-primary-foreground\/80::-moz-placeholder{color:hsl(var(--primary-foreground) / .8)}.placeholder-aui-primary-foreground\/80::placeholder{color:hsl(var(--primary-foreground) / .8)}.placeholder-aui-primary-foreground\/85::-moz-placeholder{color:hsl(var(--primary-foreground) / .85)}.placeholder-aui-primary-foreground\/85::placeholder{color:hsl(var(--primary-foreground) / .85)}.placeholder-aui-primary-foreground\/90::-moz-placeholder{color:hsl(var(--primary-foreground) / .9)}.placeholder-aui-primary-foreground\/90::placeholder{color:hsl(var(--primary-foreground) / .9)}.placeholder-aui-primary-foreground\/95::-moz-placeholder{color:hsl(var(--primary-foreground) / .95)}.placeholder-aui-primary-foreground\/95::placeholder{color:hsl(var(--primary-foreground) / .95)}.placeholder-aui-primary\/0::-moz-placeholder{color:hsl(var(--primary) / 0)}.placeholder-aui-primary\/0::placeholder{color:hsl(var(--primary) / 0)}.placeholder-aui-primary\/10::-moz-placeholder{color:hsl(var(--primary) / .1)}.placeholder-aui-primary\/10::placeholder{color:hsl(var(--primary) / .1)}.placeholder-aui-primary\/100::-moz-placeholder{color:hsl(var(--primary) / 1)}.placeholder-aui-primary\/100::placeholder{color:hsl(var(--primary) / 1)}.placeholder-aui-primary\/15::-moz-placeholder{color:hsl(var(--primary) / .15)}.placeholder-aui-primary\/15::placeholder{color:hsl(var(--primary) / .15)}.placeholder-aui-primary\/20::-moz-placeholder{color:hsl(var(--primary) / .2)}.placeholder-aui-primary\/20::placeholder{color:hsl(var(--primary) / .2)}.placeholder-aui-primary\/25::-moz-placeholder{color:hsl(var(--primary) / .25)}.placeholder-aui-primary\/25::placeholder{color:hsl(var(--primary) / .25)}.placeholder-aui-primary\/30::-moz-placeholder{color:hsl(var(--primary) / .3)}.placeholder-aui-primary\/30::placeholder{color:hsl(var(--primary) / .3)}.placeholder-aui-primary\/35::-moz-placeholder{color:hsl(var(--primary) / .35)}.placeholder-aui-primary\/35::placeholder{color:hsl(var(--primary) / .35)}.placeholder-aui-primary\/40::-moz-placeholder{color:hsl(var(--primary) / .4)}.placeholder-aui-primary\/40::placeholder{color:hsl(var(--primary) / .4)}.placeholder-aui-primary\/45::-moz-placeholder{color:hsl(var(--primary) / .45)}.placeholder-aui-primary\/45::placeholder{color:hsl(var(--primary) / .45)}.placeholder-aui-primary\/5::-moz-placeholder{color:hsl(var(--primary) / .05)}.placeholder-aui-primary\/5::placeholder{color:hsl(var(--primary) / .05)}.placeholder-aui-primary\/50::-moz-placeholder{color:hsl(var(--primary) / .5)}.placeholder-aui-primary\/50::placeholder{color:hsl(var(--primary) / .5)}.placeholder-aui-primary\/55::-moz-placeholder{color:hsl(var(--primary) / .55)}.placeholder-aui-primary\/55::placeholder{color:hsl(var(--primary) / .55)}.placeholder-aui-primary\/60::-moz-placeholder{color:hsl(var(--primary) / .6)}.placeholder-aui-primary\/60::placeholder{color:hsl(var(--primary) / .6)}.placeholder-aui-primary\/65::-moz-placeholder{color:hsl(var(--primary) / .65)}.placeholder-aui-primary\/65::placeholder{color:hsl(var(--primary) / .65)}.placeholder-aui-primary\/70::-moz-placeholder{color:hsl(var(--primary) / .7)}.placeholder-aui-primary\/70::placeholder{color:hsl(var(--primary) / .7)}.placeholder-aui-primary\/75::-moz-placeholder{color:hsl(var(--primary) / .75)}.placeholder-aui-primary\/75::placeholder{color:hsl(var(--primary) / .75)}.placeholder-aui-primary\/80::-moz-placeholder{color:hsl(var(--primary) / .8)}.placeholder-aui-primary\/80::placeholder{color:hsl(var(--primary) / .8)}.placeholder-aui-primary\/85::-moz-placeholder{color:hsl(var(--primary) / .85)}.placeholder-aui-primary\/85::placeholder{color:hsl(var(--primary) / .85)}.placeholder-aui-primary\/90::-moz-placeholder{color:hsl(var(--primary) / .9)}.placeholder-aui-primary\/90::placeholder{color:hsl(var(--primary) / .9)}.placeholder-aui-primary\/95::-moz-placeholder{color:hsl(var(--primary) / .95)}.placeholder-aui-primary\/95::placeholder{color:hsl(var(--primary) / .95)}.placeholder-aui-ring::-moz-placeholder{color:hsl(var(--ring))}.placeholder-aui-ring::placeholder{color:hsl(var(--ring))}.placeholder-aui-ring\/0::-moz-placeholder{color:hsl(var(--ring) / 0)}.placeholder-aui-ring\/0::placeholder{color:hsl(var(--ring) / 0)}.placeholder-aui-ring\/10::-moz-placeholder{color:hsl(var(--ring) / .1)}.placeholder-aui-ring\/10::placeholder{color:hsl(var(--ring) / .1)}.placeholder-aui-ring\/100::-moz-placeholder{color:hsl(var(--ring) / 1)}.placeholder-aui-ring\/100::placeholder{color:hsl(var(--ring) / 1)}.placeholder-aui-ring\/15::-moz-placeholder{color:hsl(var(--ring) / .15)}.placeholder-aui-ring\/15::placeholder{color:hsl(var(--ring) / .15)}.placeholder-aui-ring\/20::-moz-placeholder{color:hsl(var(--ring) / .2)}.placeholder-aui-ring\/20::placeholder{color:hsl(var(--ring) / .2)}.placeholder-aui-ring\/25::-moz-placeholder{color:hsl(var(--ring) / .25)}.placeholder-aui-ring\/25::placeholder{color:hsl(var(--ring) / .25)}.placeholder-aui-ring\/30::-moz-placeholder{color:hsl(var(--ring) / .3)}.placeholder-aui-ring\/30::placeholder{color:hsl(var(--ring) / .3)}.placeholder-aui-ring\/35::-moz-placeholder{color:hsl(var(--ring) / .35)}.placeholder-aui-ring\/35::placeholder{color:hsl(var(--ring) / .35)}.placeholder-aui-ring\/40::-moz-placeholder{color:hsl(var(--ring) / .4)}.placeholder-aui-ring\/40::placeholder{color:hsl(var(--ring) / .4)}.placeholder-aui-ring\/45::-moz-placeholder{color:hsl(var(--ring) / .45)}.placeholder-aui-ring\/45::placeholder{color:hsl(var(--ring) / .45)}.placeholder-aui-ring\/5::-moz-placeholder{color:hsl(var(--ring) / .05)}.placeholder-aui-ring\/5::placeholder{color:hsl(var(--ring) / .05)}.placeholder-aui-ring\/50::-moz-placeholder{color:hsl(var(--ring) / .5)}.placeholder-aui-ring\/50::placeholder{color:hsl(var(--ring) / .5)}.placeholder-aui-ring\/55::-moz-placeholder{color:hsl(var(--ring) / .55)}.placeholder-aui-ring\/55::placeholder{color:hsl(var(--ring) / .55)}.placeholder-aui-ring\/60::-moz-placeholder{color:hsl(var(--ring) / .6)}.placeholder-aui-ring\/60::placeholder{color:hsl(var(--ring) / .6)}.placeholder-aui-ring\/65::-moz-placeholder{color:hsl(var(--ring) / .65)}.placeholder-aui-ring\/65::placeholder{color:hsl(var(--ring) / .65)}.placeholder-aui-ring\/70::-moz-placeholder{color:hsl(var(--ring) / .7)}.placeholder-aui-ring\/70::placeholder{color:hsl(var(--ring) / .7)}.placeholder-aui-ring\/75::-moz-placeholder{color:hsl(var(--ring) / .75)}.placeholder-aui-ring\/75::placeholder{color:hsl(var(--ring) / .75)}.placeholder-aui-ring\/80::-moz-placeholder{color:hsl(var(--ring) / .8)}.placeholder-aui-ring\/80::placeholder{color:hsl(var(--ring) / .8)}.placeholder-aui-ring\/85::-moz-placeholder{color:hsl(var(--ring) / .85)}.placeholder-aui-ring\/85::placeholder{color:hsl(var(--ring) / .85)}.placeholder-aui-ring\/90::-moz-placeholder{color:hsl(var(--ring) / .9)}.placeholder-aui-ring\/90::placeholder{color:hsl(var(--ring) / .9)}.placeholder-aui-ring\/95::-moz-placeholder{color:hsl(var(--ring) / .95)}.placeholder-aui-ring\/95::placeholder{color:hsl(var(--ring) / .95)}.placeholder-aui-secondary::-moz-placeholder{color:hsl(var(--secondary))}.placeholder-aui-secondary::placeholder{color:hsl(var(--secondary))}.placeholder-aui-secondary-foreground::-moz-placeholder{color:hsl(var(--secondary-foreground))}.placeholder-aui-secondary-foreground::placeholder{color:hsl(var(--secondary-foreground))}.placeholder-aui-secondary-foreground\/0::-moz-placeholder{color:hsl(var(--secondary-foreground) / 0)}.placeholder-aui-secondary-foreground\/0::placeholder{color:hsl(var(--secondary-foreground) / 0)}.placeholder-aui-secondary-foreground\/10::-moz-placeholder{color:hsl(var(--secondary-foreground) / .1)}.placeholder-aui-secondary-foreground\/10::placeholder{color:hsl(var(--secondary-foreground) / .1)}.placeholder-aui-secondary-foreground\/100::-moz-placeholder{color:hsl(var(--secondary-foreground) / 1)}.placeholder-aui-secondary-foreground\/100::placeholder{color:hsl(var(--secondary-foreground) / 1)}.placeholder-aui-secondary-foreground\/15::-moz-placeholder{color:hsl(var(--secondary-foreground) / .15)}.placeholder-aui-secondary-foreground\/15::placeholder{color:hsl(var(--secondary-foreground) / .15)}.placeholder-aui-secondary-foreground\/20::-moz-placeholder{color:hsl(var(--secondary-foreground) / .2)}.placeholder-aui-secondary-foreground\/20::placeholder{color:hsl(var(--secondary-foreground) / .2)}.placeholder-aui-secondary-foreground\/25::-moz-placeholder{color:hsl(var(--secondary-foreground) / .25)}.placeholder-aui-secondary-foreground\/25::placeholder{color:hsl(var(--secondary-foreground) / .25)}.placeholder-aui-secondary-foreground\/30::-moz-placeholder{color:hsl(var(--secondary-foreground) / .3)}.placeholder-aui-secondary-foreground\/30::placeholder{color:hsl(var(--secondary-foreground) / .3)}.placeholder-aui-secondary-foreground\/35::-moz-placeholder{color:hsl(var(--secondary-foreground) / .35)}.placeholder-aui-secondary-foreground\/35::placeholder{color:hsl(var(--secondary-foreground) / .35)}.placeholder-aui-secondary-foreground\/40::-moz-placeholder{color:hsl(var(--secondary-foreground) / .4)}.placeholder-aui-secondary-foreground\/40::placeholder{color:hsl(var(--secondary-foreground) / .4)}.placeholder-aui-secondary-foreground\/45::-moz-placeholder{color:hsl(var(--secondary-foreground) / .45)}.placeholder-aui-secondary-foreground\/45::placeholder{color:hsl(var(--secondary-foreground) / .45)}.placeholder-aui-secondary-foreground\/5::-moz-placeholder{color:hsl(var(--secondary-foreground) / .05)}.placeholder-aui-secondary-foreground\/5::placeholder{color:hsl(var(--secondary-foreground) / .05)}.placeholder-aui-secondary-foreground\/50::-moz-placeholder{color:hsl(var(--secondary-foreground) / .5)}.placeholder-aui-secondary-foreground\/50::placeholder{color:hsl(var(--secondary-foreground) / .5)}.placeholder-aui-secondary-foreground\/55::-moz-placeholder{color:hsl(var(--secondary-foreground) / .55)}.placeholder-aui-secondary-foreground\/55::placeholder{color:hsl(var(--secondary-foreground) / .55)}.placeholder-aui-secondary-foreground\/60::-moz-placeholder{color:hsl(var(--secondary-foreground) / .6)}.placeholder-aui-secondary-foreground\/60::placeholder{color:hsl(var(--secondary-foreground) / .6)}.placeholder-aui-secondary-foreground\/65::-moz-placeholder{color:hsl(var(--secondary-foreground) / .65)}.placeholder-aui-secondary-foreground\/65::placeholder{color:hsl(var(--secondary-foreground) / .65)}.placeholder-aui-secondary-foreground\/70::-moz-placeholder{color:hsl(var(--secondary-foreground) / .7)}.placeholder-aui-secondary-foreground\/70::placeholder{color:hsl(var(--secondary-foreground) / .7)}.placeholder-aui-secondary-foreground\/75::-moz-placeholder{color:hsl(var(--secondary-foreground) / .75)}.placeholder-aui-secondary-foreground\/75::placeholder{color:hsl(var(--secondary-foreground) / .75)}.placeholder-aui-secondary-foreground\/80::-moz-placeholder{color:hsl(var(--secondary-foreground) / .8)}.placeholder-aui-secondary-foreground\/80::placeholder{color:hsl(var(--secondary-foreground) / .8)}.placeholder-aui-secondary-foreground\/85::-moz-placeholder{color:hsl(var(--secondary-foreground) / .85)}.placeholder-aui-secondary-foreground\/85::placeholder{color:hsl(var(--secondary-foreground) / .85)}.placeholder-aui-secondary-foreground\/90::-moz-placeholder{color:hsl(var(--secondary-foreground) / .9)}.placeholder-aui-secondary-foreground\/90::placeholder{color:hsl(var(--secondary-foreground) / .9)}.placeholder-aui-secondary-foreground\/95::-moz-placeholder{color:hsl(var(--secondary-foreground) / .95)}.placeholder-aui-secondary-foreground\/95::placeholder{color:hsl(var(--secondary-foreground) / .95)}.placeholder-aui-secondary\/0::-moz-placeholder{color:hsl(var(--secondary) / 0)}.placeholder-aui-secondary\/0::placeholder{color:hsl(var(--secondary) / 0)}.placeholder-aui-secondary\/10::-moz-placeholder{color:hsl(var(--secondary) / .1)}.placeholder-aui-secondary\/10::placeholder{color:hsl(var(--secondary) / .1)}.placeholder-aui-secondary\/100::-moz-placeholder{color:hsl(var(--secondary) / 1)}.placeholder-aui-secondary\/100::placeholder{color:hsl(var(--secondary) / 1)}.placeholder-aui-secondary\/15::-moz-placeholder{color:hsl(var(--secondary) / .15)}.placeholder-aui-secondary\/15::placeholder{color:hsl(var(--secondary) / .15)}.placeholder-aui-secondary\/20::-moz-placeholder{color:hsl(var(--secondary) / .2)}.placeholder-aui-secondary\/20::placeholder{color:hsl(var(--secondary) / .2)}.placeholder-aui-secondary\/25::-moz-placeholder{color:hsl(var(--secondary) / .25)}.placeholder-aui-secondary\/25::placeholder{color:hsl(var(--secondary) / .25)}.placeholder-aui-secondary\/30::-moz-placeholder{color:hsl(var(--secondary) / .3)}.placeholder-aui-secondary\/30::placeholder{color:hsl(var(--secondary) / .3)}.placeholder-aui-secondary\/35::-moz-placeholder{color:hsl(var(--secondary) / .35)}.placeholder-aui-secondary\/35::placeholder{color:hsl(var(--secondary) / .35)}.placeholder-aui-secondary\/40::-moz-placeholder{color:hsl(var(--secondary) / .4)}.placeholder-aui-secondary\/40::placeholder{color:hsl(var(--secondary) / .4)}.placeholder-aui-secondary\/45::-moz-placeholder{color:hsl(var(--secondary) / .45)}.placeholder-aui-secondary\/45::placeholder{color:hsl(var(--secondary) / .45)}.placeholder-aui-secondary\/5::-moz-placeholder{color:hsl(var(--secondary) / .05)}.placeholder-aui-secondary\/5::placeholder{color:hsl(var(--secondary) / .05)}.placeholder-aui-secondary\/50::-moz-placeholder{color:hsl(var(--secondary) / .5)}.placeholder-aui-secondary\/50::placeholder{color:hsl(var(--secondary) / .5)}.placeholder-aui-secondary\/55::-moz-placeholder{color:hsl(var(--secondary) / .55)}.placeholder-aui-secondary\/55::placeholder{color:hsl(var(--secondary) / .55)}.placeholder-aui-secondary\/60::-moz-placeholder{color:hsl(var(--secondary) / .6)}.placeholder-aui-secondary\/60::placeholder{color:hsl(var(--secondary) / .6)}.placeholder-aui-secondary\/65::-moz-placeholder{color:hsl(var(--secondary) / .65)}.placeholder-aui-secondary\/65::placeholder{color:hsl(var(--secondary) / .65)}.placeholder-aui-secondary\/70::-moz-placeholder{color:hsl(var(--secondary) / .7)}.placeholder-aui-secondary\/70::placeholder{color:hsl(var(--secondary) / .7)}.placeholder-aui-secondary\/75::-moz-placeholder{color:hsl(var(--secondary) / .75)}.placeholder-aui-secondary\/75::placeholder{color:hsl(var(--secondary) / .75)}.placeholder-aui-secondary\/80::-moz-placeholder{color:hsl(var(--secondary) / .8)}.placeholder-aui-secondary\/80::placeholder{color:hsl(var(--secondary) / .8)}.placeholder-aui-secondary\/85::-moz-placeholder{color:hsl(var(--secondary) / .85)}.placeholder-aui-secondary\/85::placeholder{color:hsl(var(--secondary) / .85)}.placeholder-aui-secondary\/90::-moz-placeholder{color:hsl(var(--secondary) / .9)}.placeholder-aui-secondary\/90::placeholder{color:hsl(var(--secondary) / .9)}.placeholder-aui-secondary\/95::-moz-placeholder{color:hsl(var(--secondary) / .95)}.placeholder-aui-secondary\/95::placeholder{color:hsl(var(--secondary) / .95)}.caret-aui-accent{caret-color:hsl(var(--accent))}.caret-aui-accent-foreground{caret-color:hsl(var(--accent-foreground))}.caret-aui-accent-foreground\/0{caret-color:hsl(var(--accent-foreground) / 0)}.caret-aui-accent-foreground\/10{caret-color:hsl(var(--accent-foreground) / .1)}.caret-aui-accent-foreground\/100{caret-color:hsl(var(--accent-foreground) / 1)}.caret-aui-accent-foreground\/15{caret-color:hsl(var(--accent-foreground) / .15)}.caret-aui-accent-foreground\/20{caret-color:hsl(var(--accent-foreground) / .2)}.caret-aui-accent-foreground\/25{caret-color:hsl(var(--accent-foreground) / .25)}.caret-aui-accent-foreground\/30{caret-color:hsl(var(--accent-foreground) / .3)}.caret-aui-accent-foreground\/35{caret-color:hsl(var(--accent-foreground) / .35)}.caret-aui-accent-foreground\/40{caret-color:hsl(var(--accent-foreground) / .4)}.caret-aui-accent-foreground\/45{caret-color:hsl(var(--accent-foreground) / .45)}.caret-aui-accent-foreground\/5{caret-color:hsl(var(--accent-foreground) / .05)}.caret-aui-accent-foreground\/50{caret-color:hsl(var(--accent-foreground) / .5)}.caret-aui-accent-foreground\/55{caret-color:hsl(var(--accent-foreground) / .55)}.caret-aui-accent-foreground\/60{caret-color:hsl(var(--accent-foreground) / .6)}.caret-aui-accent-foreground\/65{caret-color:hsl(var(--accent-foreground) / .65)}.caret-aui-accent-foreground\/70{caret-color:hsl(var(--accent-foreground) / .7)}.caret-aui-accent-foreground\/75{caret-color:hsl(var(--accent-foreground) / .75)}.caret-aui-accent-foreground\/80{caret-color:hsl(var(--accent-foreground) / .8)}.caret-aui-accent-foreground\/85{caret-color:hsl(var(--accent-foreground) / .85)}.caret-aui-accent-foreground\/90{caret-color:hsl(var(--accent-foreground) / .9)}.caret-aui-accent-foreground\/95{caret-color:hsl(var(--accent-foreground) / .95)}.caret-aui-accent\/0{caret-color:hsl(var(--accent) / 0)}.caret-aui-accent\/10{caret-color:hsl(var(--accent) / .1)}.caret-aui-accent\/100{caret-color:hsl(var(--accent) / 1)}.caret-aui-accent\/15{caret-color:hsl(var(--accent) / .15)}.caret-aui-accent\/20{caret-color:hsl(var(--accent) / .2)}.caret-aui-accent\/25{caret-color:hsl(var(--accent) / .25)}.caret-aui-accent\/30{caret-color:hsl(var(--accent) / .3)}.caret-aui-accent\/35{caret-color:hsl(var(--accent) / .35)}.caret-aui-accent\/40{caret-color:hsl(var(--accent) / .4)}.caret-aui-accent\/45{caret-color:hsl(var(--accent) / .45)}.caret-aui-accent\/5{caret-color:hsl(var(--accent) / .05)}.caret-aui-accent\/50{caret-color:hsl(var(--accent) / .5)}.caret-aui-accent\/55{caret-color:hsl(var(--accent) / .55)}.caret-aui-accent\/60{caret-color:hsl(var(--accent) / .6)}.caret-aui-accent\/65{caret-color:hsl(var(--accent) / .65)}.caret-aui-accent\/70{caret-color:hsl(var(--accent) / .7)}.caret-aui-accent\/75{caret-color:hsl(var(--accent) / .75)}.caret-aui-accent\/80{caret-color:hsl(var(--accent) / .8)}.caret-aui-accent\/85{caret-color:hsl(var(--accent) / .85)}.caret-aui-accent\/90{caret-color:hsl(var(--accent) / .9)}.caret-aui-accent\/95{caret-color:hsl(var(--accent) / .95)}.caret-aui-background{caret-color:hsl(var(--background))}.caret-aui-background\/0{caret-color:hsl(var(--background) / 0)}.caret-aui-background\/10{caret-color:hsl(var(--background) / .1)}.caret-aui-background\/100{caret-color:hsl(var(--background) / 1)}.caret-aui-background\/15{caret-color:hsl(var(--background) / .15)}.caret-aui-background\/20{caret-color:hsl(var(--background) / .2)}.caret-aui-background\/25{caret-color:hsl(var(--background) / .25)}.caret-aui-background\/30{caret-color:hsl(var(--background) / .3)}.caret-aui-background\/35{caret-color:hsl(var(--background) / .35)}.caret-aui-background\/40{caret-color:hsl(var(--background) / .4)}.caret-aui-background\/45{caret-color:hsl(var(--background) / .45)}.caret-aui-background\/5{caret-color:hsl(var(--background) / .05)}.caret-aui-background\/50{caret-color:hsl(var(--background) / .5)}.caret-aui-background\/55{caret-color:hsl(var(--background) / .55)}.caret-aui-background\/60{caret-color:hsl(var(--background) / .6)}.caret-aui-background\/65{caret-color:hsl(var(--background) / .65)}.caret-aui-background\/70{caret-color:hsl(var(--background) / .7)}.caret-aui-background\/75{caret-color:hsl(var(--background) / .75)}.caret-aui-background\/80{caret-color:hsl(var(--background) / .8)}.caret-aui-background\/85{caret-color:hsl(var(--background) / .85)}.caret-aui-background\/90{caret-color:hsl(var(--background) / .9)}.caret-aui-background\/95{caret-color:hsl(var(--background) / .95)}.caret-aui-border{caret-color:hsl(var(--border))}.caret-aui-border\/0{caret-color:hsl(var(--border) / 0)}.caret-aui-border\/10{caret-color:hsl(var(--border) / .1)}.caret-aui-border\/100{caret-color:hsl(var(--border) / 1)}.caret-aui-border\/15{caret-color:hsl(var(--border) / .15)}.caret-aui-border\/20{caret-color:hsl(var(--border) / .2)}.caret-aui-border\/25{caret-color:hsl(var(--border) / .25)}.caret-aui-border\/30{caret-color:hsl(var(--border) / .3)}.caret-aui-border\/35{caret-color:hsl(var(--border) / .35)}.caret-aui-border\/40{caret-color:hsl(var(--border) / .4)}.caret-aui-border\/45{caret-color:hsl(var(--border) / .45)}.caret-aui-border\/5{caret-color:hsl(var(--border) / .05)}.caret-aui-border\/50{caret-color:hsl(var(--border) / .5)}.caret-aui-border\/55{caret-color:hsl(var(--border) / .55)}.caret-aui-border\/60{caret-color:hsl(var(--border) / .6)}.caret-aui-border\/65{caret-color:hsl(var(--border) / .65)}.caret-aui-border\/70{caret-color:hsl(var(--border) / .7)}.caret-aui-border\/75{caret-color:hsl(var(--border) / .75)}.caret-aui-border\/80{caret-color:hsl(var(--border) / .8)}.caret-aui-border\/85{caret-color:hsl(var(--border) / .85)}.caret-aui-border\/90{caret-color:hsl(var(--border) / .9)}.caret-aui-border\/95{caret-color:hsl(var(--border) / .95)}.caret-aui-card{caret-color:hsl(var(--card))}.caret-aui-card-foreground{caret-color:hsl(var(--card-foreground))}.caret-aui-card-foreground\/0{caret-color:hsl(var(--card-foreground) / 0)}.caret-aui-card-foreground\/10{caret-color:hsl(var(--card-foreground) / .1)}.caret-aui-card-foreground\/100{caret-color:hsl(var(--card-foreground) / 1)}.caret-aui-card-foreground\/15{caret-color:hsl(var(--card-foreground) / .15)}.caret-aui-card-foreground\/20{caret-color:hsl(var(--card-foreground) / .2)}.caret-aui-card-foreground\/25{caret-color:hsl(var(--card-foreground) / .25)}.caret-aui-card-foreground\/30{caret-color:hsl(var(--card-foreground) / .3)}.caret-aui-card-foreground\/35{caret-color:hsl(var(--card-foreground) / .35)}.caret-aui-card-foreground\/40{caret-color:hsl(var(--card-foreground) / .4)}.caret-aui-card-foreground\/45{caret-color:hsl(var(--card-foreground) / .45)}.caret-aui-card-foreground\/5{caret-color:hsl(var(--card-foreground) / .05)}.caret-aui-card-foreground\/50{caret-color:hsl(var(--card-foreground) / .5)}.caret-aui-card-foreground\/55{caret-color:hsl(var(--card-foreground) / .55)}.caret-aui-card-foreground\/60{caret-color:hsl(var(--card-foreground) / .6)}.caret-aui-card-foreground\/65{caret-color:hsl(var(--card-foreground) / .65)}.caret-aui-card-foreground\/70{caret-color:hsl(var(--card-foreground) / .7)}.caret-aui-card-foreground\/75{caret-color:hsl(var(--card-foreground) / .75)}.caret-aui-card-foreground\/80{caret-color:hsl(var(--card-foreground) / .8)}.caret-aui-card-foreground\/85{caret-color:hsl(var(--card-foreground) / .85)}.caret-aui-card-foreground\/90{caret-color:hsl(var(--card-foreground) / .9)}.caret-aui-card-foreground\/95{caret-color:hsl(var(--card-foreground) / .95)}.caret-aui-card\/0{caret-color:hsl(var(--card) / 0)}.caret-aui-card\/10{caret-color:hsl(var(--card) / .1)}.caret-aui-card\/100{caret-color:hsl(var(--card) / 1)}.caret-aui-card\/15{caret-color:hsl(var(--card) / .15)}.caret-aui-card\/20{caret-color:hsl(var(--card) / .2)}.caret-aui-card\/25{caret-color:hsl(var(--card) / .25)}.caret-aui-card\/30{caret-color:hsl(var(--card) / .3)}.caret-aui-card\/35{caret-color:hsl(var(--card) / .35)}.caret-aui-card\/40{caret-color:hsl(var(--card) / .4)}.caret-aui-card\/45{caret-color:hsl(var(--card) / .45)}.caret-aui-card\/5{caret-color:hsl(var(--card) / .05)}.caret-aui-card\/50{caret-color:hsl(var(--card) / .5)}.caret-aui-card\/55{caret-color:hsl(var(--card) / .55)}.caret-aui-card\/60{caret-color:hsl(var(--card) / .6)}.caret-aui-card\/65{caret-color:hsl(var(--card) / .65)}.caret-aui-card\/70{caret-color:hsl(var(--card) / .7)}.caret-aui-card\/75{caret-color:hsl(var(--card) / .75)}.caret-aui-card\/80{caret-color:hsl(var(--card) / .8)}.caret-aui-card\/85{caret-color:hsl(var(--card) / .85)}.caret-aui-card\/90{caret-color:hsl(var(--card) / .9)}.caret-aui-card\/95{caret-color:hsl(var(--card) / .95)}.caret-aui-destructive{caret-color:hsl(var(--destructive))}.caret-aui-destructive-foreground{caret-color:hsl(var(--destructive-foreground))}.caret-aui-destructive-foreground\/0{caret-color:hsl(var(--destructive-foreground) / 0)}.caret-aui-destructive-foreground\/10{caret-color:hsl(var(--destructive-foreground) / .1)}.caret-aui-destructive-foreground\/100{caret-color:hsl(var(--destructive-foreground) / 1)}.caret-aui-destructive-foreground\/15{caret-color:hsl(var(--destructive-foreground) / .15)}.caret-aui-destructive-foreground\/20{caret-color:hsl(var(--destructive-foreground) / .2)}.caret-aui-destructive-foreground\/25{caret-color:hsl(var(--destructive-foreground) / .25)}.caret-aui-destructive-foreground\/30{caret-color:hsl(var(--destructive-foreground) / .3)}.caret-aui-destructive-foreground\/35{caret-color:hsl(var(--destructive-foreground) / .35)}.caret-aui-destructive-foreground\/40{caret-color:hsl(var(--destructive-foreground) / .4)}.caret-aui-destructive-foreground\/45{caret-color:hsl(var(--destructive-foreground) / .45)}.caret-aui-destructive-foreground\/5{caret-color:hsl(var(--destructive-foreground) / .05)}.caret-aui-destructive-foreground\/50{caret-color:hsl(var(--destructive-foreground) / .5)}.caret-aui-destructive-foreground\/55{caret-color:hsl(var(--destructive-foreground) / .55)}.caret-aui-destructive-foreground\/60{caret-color:hsl(var(--destructive-foreground) / .6)}.caret-aui-destructive-foreground\/65{caret-color:hsl(var(--destructive-foreground) / .65)}.caret-aui-destructive-foreground\/70{caret-color:hsl(var(--destructive-foreground) / .7)}.caret-aui-destructive-foreground\/75{caret-color:hsl(var(--destructive-foreground) / .75)}.caret-aui-destructive-foreground\/80{caret-color:hsl(var(--destructive-foreground) / .8)}.caret-aui-destructive-foreground\/85{caret-color:hsl(var(--destructive-foreground) / .85)}.caret-aui-destructive-foreground\/90{caret-color:hsl(var(--destructive-foreground) / .9)}.caret-aui-destructive-foreground\/95{caret-color:hsl(var(--destructive-foreground) / .95)}.caret-aui-destructive\/0{caret-color:hsl(var(--destructive) / 0)}.caret-aui-destructive\/10{caret-color:hsl(var(--destructive) / .1)}.caret-aui-destructive\/100{caret-color:hsl(var(--destructive) / 1)}.caret-aui-destructive\/15{caret-color:hsl(var(--destructive) / .15)}.caret-aui-destructive\/20{caret-color:hsl(var(--destructive) / .2)}.caret-aui-destructive\/25{caret-color:hsl(var(--destructive) / .25)}.caret-aui-destructive\/30{caret-color:hsl(var(--destructive) / .3)}.caret-aui-destructive\/35{caret-color:hsl(var(--destructive) / .35)}.caret-aui-destructive\/40{caret-color:hsl(var(--destructive) / .4)}.caret-aui-destructive\/45{caret-color:hsl(var(--destructive) / .45)}.caret-aui-destructive\/5{caret-color:hsl(var(--destructive) / .05)}.caret-aui-destructive\/50{caret-color:hsl(var(--destructive) / .5)}.caret-aui-destructive\/55{caret-color:hsl(var(--destructive) / .55)}.caret-aui-destructive\/60{caret-color:hsl(var(--destructive) / .6)}.caret-aui-destructive\/65{caret-color:hsl(var(--destructive) / .65)}.caret-aui-destructive\/70{caret-color:hsl(var(--destructive) / .7)}.caret-aui-destructive\/75{caret-color:hsl(var(--destructive) / .75)}.caret-aui-destructive\/80{caret-color:hsl(var(--destructive) / .8)}.caret-aui-destructive\/85{caret-color:hsl(var(--destructive) / .85)}.caret-aui-destructive\/90{caret-color:hsl(var(--destructive) / .9)}.caret-aui-destructive\/95{caret-color:hsl(var(--destructive) / .95)}.caret-aui-foreground{caret-color:hsl(var(--foreground))}.caret-aui-foreground\/0{caret-color:hsl(var(--foreground) / 0)}.caret-aui-foreground\/10{caret-color:hsl(var(--foreground) / .1)}.caret-aui-foreground\/100{caret-color:hsl(var(--foreground) / 1)}.caret-aui-foreground\/15{caret-color:hsl(var(--foreground) / .15)}.caret-aui-foreground\/20{caret-color:hsl(var(--foreground) / .2)}.caret-aui-foreground\/25{caret-color:hsl(var(--foreground) / .25)}.caret-aui-foreground\/30{caret-color:hsl(var(--foreground) / .3)}.caret-aui-foreground\/35{caret-color:hsl(var(--foreground) / .35)}.caret-aui-foreground\/40{caret-color:hsl(var(--foreground) / .4)}.caret-aui-foreground\/45{caret-color:hsl(var(--foreground) / .45)}.caret-aui-foreground\/5{caret-color:hsl(var(--foreground) / .05)}.caret-aui-foreground\/50{caret-color:hsl(var(--foreground) / .5)}.caret-aui-foreground\/55{caret-color:hsl(var(--foreground) / .55)}.caret-aui-foreground\/60{caret-color:hsl(var(--foreground) / .6)}.caret-aui-foreground\/65{caret-color:hsl(var(--foreground) / .65)}.caret-aui-foreground\/70{caret-color:hsl(var(--foreground) / .7)}.caret-aui-foreground\/75{caret-color:hsl(var(--foreground) / .75)}.caret-aui-foreground\/80{caret-color:hsl(var(--foreground) / .8)}.caret-aui-foreground\/85{caret-color:hsl(var(--foreground) / .85)}.caret-aui-foreground\/90{caret-color:hsl(var(--foreground) / .9)}.caret-aui-foreground\/95{caret-color:hsl(var(--foreground) / .95)}.caret-aui-input{caret-color:hsl(var(--input))}.caret-aui-input\/0{caret-color:hsl(var(--input) / 0)}.caret-aui-input\/10{caret-color:hsl(var(--input) / .1)}.caret-aui-input\/100{caret-color:hsl(var(--input) / 1)}.caret-aui-input\/15{caret-color:hsl(var(--input) / .15)}.caret-aui-input\/20{caret-color:hsl(var(--input) / .2)}.caret-aui-input\/25{caret-color:hsl(var(--input) / .25)}.caret-aui-input\/30{caret-color:hsl(var(--input) / .3)}.caret-aui-input\/35{caret-color:hsl(var(--input) / .35)}.caret-aui-input\/40{caret-color:hsl(var(--input) / .4)}.caret-aui-input\/45{caret-color:hsl(var(--input) / .45)}.caret-aui-input\/5{caret-color:hsl(var(--input) / .05)}.caret-aui-input\/50{caret-color:hsl(var(--input) / .5)}.caret-aui-input\/55{caret-color:hsl(var(--input) / .55)}.caret-aui-input\/60{caret-color:hsl(var(--input) / .6)}.caret-aui-input\/65{caret-color:hsl(var(--input) / .65)}.caret-aui-input\/70{caret-color:hsl(var(--input) / .7)}.caret-aui-input\/75{caret-color:hsl(var(--input) / .75)}.caret-aui-input\/80{caret-color:hsl(var(--input) / .8)}.caret-aui-input\/85{caret-color:hsl(var(--input) / .85)}.caret-aui-input\/90{caret-color:hsl(var(--input) / .9)}.caret-aui-input\/95{caret-color:hsl(var(--input) / .95)}.caret-aui-muted{caret-color:hsl(var(--muted))}.caret-aui-muted-foreground{caret-color:hsl(var(--muted-foreground))}.caret-aui-muted-foreground\/0{caret-color:hsl(var(--muted-foreground) / 0)}.caret-aui-muted-foreground\/10{caret-color:hsl(var(--muted-foreground) / .1)}.caret-aui-muted-foreground\/100{caret-color:hsl(var(--muted-foreground) / 1)}.caret-aui-muted-foreground\/15{caret-color:hsl(var(--muted-foreground) / .15)}.caret-aui-muted-foreground\/20{caret-color:hsl(var(--muted-foreground) / .2)}.caret-aui-muted-foreground\/25{caret-color:hsl(var(--muted-foreground) / .25)}.caret-aui-muted-foreground\/30{caret-color:hsl(var(--muted-foreground) / .3)}.caret-aui-muted-foreground\/35{caret-color:hsl(var(--muted-foreground) / .35)}.caret-aui-muted-foreground\/40{caret-color:hsl(var(--muted-foreground) / .4)}.caret-aui-muted-foreground\/45{caret-color:hsl(var(--muted-foreground) / .45)}.caret-aui-muted-foreground\/5{caret-color:hsl(var(--muted-foreground) / .05)}.caret-aui-muted-foreground\/50{caret-color:hsl(var(--muted-foreground) / .5)}.caret-aui-muted-foreground\/55{caret-color:hsl(var(--muted-foreground) / .55)}.caret-aui-muted-foreground\/60{caret-color:hsl(var(--muted-foreground) / .6)}.caret-aui-muted-foreground\/65{caret-color:hsl(var(--muted-foreground) / .65)}.caret-aui-muted-foreground\/70{caret-color:hsl(var(--muted-foreground) / .7)}.caret-aui-muted-foreground\/75{caret-color:hsl(var(--muted-foreground) / .75)}.caret-aui-muted-foreground\/80{caret-color:hsl(var(--muted-foreground) / .8)}.caret-aui-muted-foreground\/85{caret-color:hsl(var(--muted-foreground) / .85)}.caret-aui-muted-foreground\/90{caret-color:hsl(var(--muted-foreground) / .9)}.caret-aui-muted-foreground\/95{caret-color:hsl(var(--muted-foreground) / .95)}.caret-aui-muted\/0{caret-color:hsl(var(--muted) / 0)}.caret-aui-muted\/10{caret-color:hsl(var(--muted) / .1)}.caret-aui-muted\/100{caret-color:hsl(var(--muted) / 1)}.caret-aui-muted\/15{caret-color:hsl(var(--muted) / .15)}.caret-aui-muted\/20{caret-color:hsl(var(--muted) / .2)}.caret-aui-muted\/25{caret-color:hsl(var(--muted) / .25)}.caret-aui-muted\/30{caret-color:hsl(var(--muted) / .3)}.caret-aui-muted\/35{caret-color:hsl(var(--muted) / .35)}.caret-aui-muted\/40{caret-color:hsl(var(--muted) / .4)}.caret-aui-muted\/45{caret-color:hsl(var(--muted) / .45)}.caret-aui-muted\/5{caret-color:hsl(var(--muted) / .05)}.caret-aui-muted\/50{caret-color:hsl(var(--muted) / .5)}.caret-aui-muted\/55{caret-color:hsl(var(--muted) / .55)}.caret-aui-muted\/60{caret-color:hsl(var(--muted) / .6)}.caret-aui-muted\/65{caret-color:hsl(var(--muted) / .65)}.caret-aui-muted\/70{caret-color:hsl(var(--muted) / .7)}.caret-aui-muted\/75{caret-color:hsl(var(--muted) / .75)}.caret-aui-muted\/80{caret-color:hsl(var(--muted) / .8)}.caret-aui-muted\/85{caret-color:hsl(var(--muted) / .85)}.caret-aui-muted\/90{caret-color:hsl(var(--muted) / .9)}.caret-aui-muted\/95{caret-color:hsl(var(--muted) / .95)}.caret-aui-popover{caret-color:hsl(var(--popover))}.caret-aui-popover-foreground{caret-color:hsl(var(--popover-foreground))}.caret-aui-popover-foreground\/0{caret-color:hsl(var(--popover-foreground) / 0)}.caret-aui-popover-foreground\/10{caret-color:hsl(var(--popover-foreground) / .1)}.caret-aui-popover-foreground\/100{caret-color:hsl(var(--popover-foreground) / 1)}.caret-aui-popover-foreground\/15{caret-color:hsl(var(--popover-foreground) / .15)}.caret-aui-popover-foreground\/20{caret-color:hsl(var(--popover-foreground) / .2)}.caret-aui-popover-foreground\/25{caret-color:hsl(var(--popover-foreground) / .25)}.caret-aui-popover-foreground\/30{caret-color:hsl(var(--popover-foreground) / .3)}.caret-aui-popover-foreground\/35{caret-color:hsl(var(--popover-foreground) / .35)}.caret-aui-popover-foreground\/40{caret-color:hsl(var(--popover-foreground) / .4)}.caret-aui-popover-foreground\/45{caret-color:hsl(var(--popover-foreground) / .45)}.caret-aui-popover-foreground\/5{caret-color:hsl(var(--popover-foreground) / .05)}.caret-aui-popover-foreground\/50{caret-color:hsl(var(--popover-foreground) / .5)}.caret-aui-popover-foreground\/55{caret-color:hsl(var(--popover-foreground) / .55)}.caret-aui-popover-foreground\/60{caret-color:hsl(var(--popover-foreground) / .6)}.caret-aui-popover-foreground\/65{caret-color:hsl(var(--popover-foreground) / .65)}.caret-aui-popover-foreground\/70{caret-color:hsl(var(--popover-foreground) / .7)}.caret-aui-popover-foreground\/75{caret-color:hsl(var(--popover-foreground) / .75)}.caret-aui-popover-foreground\/80{caret-color:hsl(var(--popover-foreground) / .8)}.caret-aui-popover-foreground\/85{caret-color:hsl(var(--popover-foreground) / .85)}.caret-aui-popover-foreground\/90{caret-color:hsl(var(--popover-foreground) / .9)}.caret-aui-popover-foreground\/95{caret-color:hsl(var(--popover-foreground) / .95)}.caret-aui-popover\/0{caret-color:hsl(var(--popover) / 0)}.caret-aui-popover\/10{caret-color:hsl(var(--popover) / .1)}.caret-aui-popover\/100{caret-color:hsl(var(--popover) / 1)}.caret-aui-popover\/15{caret-color:hsl(var(--popover) / .15)}.caret-aui-popover\/20{caret-color:hsl(var(--popover) / .2)}.caret-aui-popover\/25{caret-color:hsl(var(--popover) / .25)}.caret-aui-popover\/30{caret-color:hsl(var(--popover) / .3)}.caret-aui-popover\/35{caret-color:hsl(var(--popover) / .35)}.caret-aui-popover\/40{caret-color:hsl(var(--popover) / .4)}.caret-aui-popover\/45{caret-color:hsl(var(--popover) / .45)}.caret-aui-popover\/5{caret-color:hsl(var(--popover) / .05)}.caret-aui-popover\/50{caret-color:hsl(var(--popover) / .5)}.caret-aui-popover\/55{caret-color:hsl(var(--popover) / .55)}.caret-aui-popover\/60{caret-color:hsl(var(--popover) / .6)}.caret-aui-popover\/65{caret-color:hsl(var(--popover) / .65)}.caret-aui-popover\/70{caret-color:hsl(var(--popover) / .7)}.caret-aui-popover\/75{caret-color:hsl(var(--popover) / .75)}.caret-aui-popover\/80{caret-color:hsl(var(--popover) / .8)}.caret-aui-popover\/85{caret-color:hsl(var(--popover) / .85)}.caret-aui-popover\/90{caret-color:hsl(var(--popover) / .9)}.caret-aui-popover\/95{caret-color:hsl(var(--popover) / .95)}.caret-aui-primary{caret-color:hsl(var(--primary))}.caret-aui-primary-foreground{caret-color:hsl(var(--primary-foreground))}.caret-aui-primary-foreground\/0{caret-color:hsl(var(--primary-foreground) / 0)}.caret-aui-primary-foreground\/10{caret-color:hsl(var(--primary-foreground) / .1)}.caret-aui-primary-foreground\/100{caret-color:hsl(var(--primary-foreground) / 1)}.caret-aui-primary-foreground\/15{caret-color:hsl(var(--primary-foreground) / .15)}.caret-aui-primary-foreground\/20{caret-color:hsl(var(--primary-foreground) / .2)}.caret-aui-primary-foreground\/25{caret-color:hsl(var(--primary-foreground) / .25)}.caret-aui-primary-foreground\/30{caret-color:hsl(var(--primary-foreground) / .3)}.caret-aui-primary-foreground\/35{caret-color:hsl(var(--primary-foreground) / .35)}.caret-aui-primary-foreground\/40{caret-color:hsl(var(--primary-foreground) / .4)}.caret-aui-primary-foreground\/45{caret-color:hsl(var(--primary-foreground) / .45)}.caret-aui-primary-foreground\/5{caret-color:hsl(var(--primary-foreground) / .05)}.caret-aui-primary-foreground\/50{caret-color:hsl(var(--primary-foreground) / .5)}.caret-aui-primary-foreground\/55{caret-color:hsl(var(--primary-foreground) / .55)}.caret-aui-primary-foreground\/60{caret-color:hsl(var(--primary-foreground) / .6)}.caret-aui-primary-foreground\/65{caret-color:hsl(var(--primary-foreground) / .65)}.caret-aui-primary-foreground\/70{caret-color:hsl(var(--primary-foreground) / .7)}.caret-aui-primary-foreground\/75{caret-color:hsl(var(--primary-foreground) / .75)}.caret-aui-primary-foreground\/80{caret-color:hsl(var(--primary-foreground) / .8)}.caret-aui-primary-foreground\/85{caret-color:hsl(var(--primary-foreground) / .85)}.caret-aui-primary-foreground\/90{caret-color:hsl(var(--primary-foreground) / .9)}.caret-aui-primary-foreground\/95{caret-color:hsl(var(--primary-foreground) / .95)}.caret-aui-primary\/0{caret-color:hsl(var(--primary) / 0)}.caret-aui-primary\/10{caret-color:hsl(var(--primary) / .1)}.caret-aui-primary\/100{caret-color:hsl(var(--primary) / 1)}.caret-aui-primary\/15{caret-color:hsl(var(--primary) / .15)}.caret-aui-primary\/20{caret-color:hsl(var(--primary) / .2)}.caret-aui-primary\/25{caret-color:hsl(var(--primary) / .25)}.caret-aui-primary\/30{caret-color:hsl(var(--primary) / .3)}.caret-aui-primary\/35{caret-color:hsl(var(--primary) / .35)}.caret-aui-primary\/40{caret-color:hsl(var(--primary) / .4)}.caret-aui-primary\/45{caret-color:hsl(var(--primary) / .45)}.caret-aui-primary\/5{caret-color:hsl(var(--primary) / .05)}.caret-aui-primary\/50{caret-color:hsl(var(--primary) / .5)}.caret-aui-primary\/55{caret-color:hsl(var(--primary) / .55)}.caret-aui-primary\/60{caret-color:hsl(var(--primary) / .6)}.caret-aui-primary\/65{caret-color:hsl(var(--primary) / .65)}.caret-aui-primary\/70{caret-color:hsl(var(--primary) / .7)}.caret-aui-primary\/75{caret-color:hsl(var(--primary) / .75)}.caret-aui-primary\/80{caret-color:hsl(var(--primary) / .8)}.caret-aui-primary\/85{caret-color:hsl(var(--primary) / .85)}.caret-aui-primary\/90{caret-color:hsl(var(--primary) / .9)}.caret-aui-primary\/95{caret-color:hsl(var(--primary) / .95)}.caret-aui-ring{caret-color:hsl(var(--ring))}.caret-aui-ring\/0{caret-color:hsl(var(--ring) / 0)}.caret-aui-ring\/10{caret-color:hsl(var(--ring) / .1)}.caret-aui-ring\/100{caret-color:hsl(var(--ring) / 1)}.caret-aui-ring\/15{caret-color:hsl(var(--ring) / .15)}.caret-aui-ring\/20{caret-color:hsl(var(--ring) / .2)}.caret-aui-ring\/25{caret-color:hsl(var(--ring) / .25)}.caret-aui-ring\/30{caret-color:hsl(var(--ring) / .3)}.caret-aui-ring\/35{caret-color:hsl(var(--ring) / .35)}.caret-aui-ring\/40{caret-color:hsl(var(--ring) / .4)}.caret-aui-ring\/45{caret-color:hsl(var(--ring) / .45)}.caret-aui-ring\/5{caret-color:hsl(var(--ring) / .05)}.caret-aui-ring\/50{caret-color:hsl(var(--ring) / .5)}.caret-aui-ring\/55{caret-color:hsl(var(--ring) / .55)}.caret-aui-ring\/60{caret-color:hsl(var(--ring) / .6)}.caret-aui-ring\/65{caret-color:hsl(var(--ring) / .65)}.caret-aui-ring\/70{caret-color:hsl(var(--ring) / .7)}.caret-aui-ring\/75{caret-color:hsl(var(--ring) / .75)}.caret-aui-ring\/80{caret-color:hsl(var(--ring) / .8)}.caret-aui-ring\/85{caret-color:hsl(var(--ring) / .85)}.caret-aui-ring\/90{caret-color:hsl(var(--ring) / .9)}.caret-aui-ring\/95{caret-color:hsl(var(--ring) / .95)}.caret-aui-secondary{caret-color:hsl(var(--secondary))}.caret-aui-secondary-foreground{caret-color:hsl(var(--secondary-foreground))}.caret-aui-secondary-foreground\/0{caret-color:hsl(var(--secondary-foreground) / 0)}.caret-aui-secondary-foreground\/10{caret-color:hsl(var(--secondary-foreground) / .1)}.caret-aui-secondary-foreground\/100{caret-color:hsl(var(--secondary-foreground) / 1)}.caret-aui-secondary-foreground\/15{caret-color:hsl(var(--secondary-foreground) / .15)}.caret-aui-secondary-foreground\/20{caret-color:hsl(var(--secondary-foreground) / .2)}.caret-aui-secondary-foreground\/25{caret-color:hsl(var(--secondary-foreground) / .25)}.caret-aui-secondary-foreground\/30{caret-color:hsl(var(--secondary-foreground) / .3)}.caret-aui-secondary-foreground\/35{caret-color:hsl(var(--secondary-foreground) / .35)}.caret-aui-secondary-foreground\/40{caret-color:hsl(var(--secondary-foreground) / .4)}.caret-aui-secondary-foreground\/45{caret-color:hsl(var(--secondary-foreground) / .45)}.caret-aui-secondary-foreground\/5{caret-color:hsl(var(--secondary-foreground) / .05)}.caret-aui-secondary-foreground\/50{caret-color:hsl(var(--secondary-foreground) / .5)}.caret-aui-secondary-foreground\/55{caret-color:hsl(var(--secondary-foreground) / .55)}.caret-aui-secondary-foreground\/60{caret-color:hsl(var(--secondary-foreground) / .6)}.caret-aui-secondary-foreground\/65{caret-color:hsl(var(--secondary-foreground) / .65)}.caret-aui-secondary-foreground\/70{caret-color:hsl(var(--secondary-foreground) / .7)}.caret-aui-secondary-foreground\/75{caret-color:hsl(var(--secondary-foreground) / .75)}.caret-aui-secondary-foreground\/80{caret-color:hsl(var(--secondary-foreground) / .8)}.caret-aui-secondary-foreground\/85{caret-color:hsl(var(--secondary-foreground) / .85)}.caret-aui-secondary-foreground\/90{caret-color:hsl(var(--secondary-foreground) / .9)}.caret-aui-secondary-foreground\/95{caret-color:hsl(var(--secondary-foreground) / .95)}.caret-aui-secondary\/0{caret-color:hsl(var(--secondary) / 0)}.caret-aui-secondary\/10{caret-color:hsl(var(--secondary) / .1)}.caret-aui-secondary\/100{caret-color:hsl(var(--secondary) / 1)}.caret-aui-secondary\/15{caret-color:hsl(var(--secondary) / .15)}.caret-aui-secondary\/20{caret-color:hsl(var(--secondary) / .2)}.caret-aui-secondary\/25{caret-color:hsl(var(--secondary) / .25)}.caret-aui-secondary\/30{caret-color:hsl(var(--secondary) / .3)}.caret-aui-secondary\/35{caret-color:hsl(var(--secondary) / .35)}.caret-aui-secondary\/40{caret-color:hsl(var(--secondary) / .4)}.caret-aui-secondary\/45{caret-color:hsl(var(--secondary) / .45)}.caret-aui-secondary\/5{caret-color:hsl(var(--secondary) / .05)}.caret-aui-secondary\/50{caret-color:hsl(var(--secondary) / .5)}.caret-aui-secondary\/55{caret-color:hsl(var(--secondary) / .55)}.caret-aui-secondary\/60{caret-color:hsl(var(--secondary) / .6)}.caret-aui-secondary\/65{caret-color:hsl(var(--secondary) / .65)}.caret-aui-secondary\/70{caret-color:hsl(var(--secondary) / .7)}.caret-aui-secondary\/75{caret-color:hsl(var(--secondary) / .75)}.caret-aui-secondary\/80{caret-color:hsl(var(--secondary) / .8)}.caret-aui-secondary\/85{caret-color:hsl(var(--secondary) / .85)}.caret-aui-secondary\/90{caret-color:hsl(var(--secondary) / .9)}.caret-aui-secondary\/95{caret-color:hsl(var(--secondary) / .95)}.accent-aui-accent{accent-color:hsl(var(--accent))}.accent-aui-accent-foreground{accent-color:hsl(var(--accent-foreground))}.accent-aui-accent-foreground\/0{accent-color:hsl(var(--accent-foreground) / 0)}.accent-aui-accent-foreground\/10{accent-color:hsl(var(--accent-foreground) / .1)}.accent-aui-accent-foreground\/100{accent-color:hsl(var(--accent-foreground) / 1)}.accent-aui-accent-foreground\/15{accent-color:hsl(var(--accent-foreground) / .15)}.accent-aui-accent-foreground\/20{accent-color:hsl(var(--accent-foreground) / .2)}.accent-aui-accent-foreground\/25{accent-color:hsl(var(--accent-foreground) / .25)}.accent-aui-accent-foreground\/30{accent-color:hsl(var(--accent-foreground) / .3)}.accent-aui-accent-foreground\/35{accent-color:hsl(var(--accent-foreground) / .35)}.accent-aui-accent-foreground\/40{accent-color:hsl(var(--accent-foreground) / .4)}.accent-aui-accent-foreground\/45{accent-color:hsl(var(--accent-foreground) / .45)}.accent-aui-accent-foreground\/5{accent-color:hsl(var(--accent-foreground) / .05)}.accent-aui-accent-foreground\/50{accent-color:hsl(var(--accent-foreground) / .5)}.accent-aui-accent-foreground\/55{accent-color:hsl(var(--accent-foreground) / .55)}.accent-aui-accent-foreground\/60{accent-color:hsl(var(--accent-foreground) / .6)}.accent-aui-accent-foreground\/65{accent-color:hsl(var(--accent-foreground) / .65)}.accent-aui-accent-foreground\/70{accent-color:hsl(var(--accent-foreground) / .7)}.accent-aui-accent-foreground\/75{accent-color:hsl(var(--accent-foreground) / .75)}.accent-aui-accent-foreground\/80{accent-color:hsl(var(--accent-foreground) / .8)}.accent-aui-accent-foreground\/85{accent-color:hsl(var(--accent-foreground) / .85)}.accent-aui-accent-foreground\/90{accent-color:hsl(var(--accent-foreground) / .9)}.accent-aui-accent-foreground\/95{accent-color:hsl(var(--accent-foreground) / .95)}.accent-aui-accent\/0{accent-color:hsl(var(--accent) / 0)}.accent-aui-accent\/10{accent-color:hsl(var(--accent) / .1)}.accent-aui-accent\/100{accent-color:hsl(var(--accent) / 1)}.accent-aui-accent\/15{accent-color:hsl(var(--accent) / .15)}.accent-aui-accent\/20{accent-color:hsl(var(--accent) / .2)}.accent-aui-accent\/25{accent-color:hsl(var(--accent) / .25)}.accent-aui-accent\/30{accent-color:hsl(var(--accent) / .3)}.accent-aui-accent\/35{accent-color:hsl(var(--accent) / .35)}.accent-aui-accent\/40{accent-color:hsl(var(--accent) / .4)}.accent-aui-accent\/45{accent-color:hsl(var(--accent) / .45)}.accent-aui-accent\/5{accent-color:hsl(var(--accent) / .05)}.accent-aui-accent\/50{accent-color:hsl(var(--accent) / .5)}.accent-aui-accent\/55{accent-color:hsl(var(--accent) / .55)}.accent-aui-accent\/60{accent-color:hsl(var(--accent) / .6)}.accent-aui-accent\/65{accent-color:hsl(var(--accent) / .65)}.accent-aui-accent\/70{accent-color:hsl(var(--accent) / .7)}.accent-aui-accent\/75{accent-color:hsl(var(--accent) / .75)}.accent-aui-accent\/80{accent-color:hsl(var(--accent) / .8)}.accent-aui-accent\/85{accent-color:hsl(var(--accent) / .85)}.accent-aui-accent\/90{accent-color:hsl(var(--accent) / .9)}.accent-aui-accent\/95{accent-color:hsl(var(--accent) / .95)}.accent-aui-background{accent-color:hsl(var(--background))}.accent-aui-background\/0{accent-color:hsl(var(--background) / 0)}.accent-aui-background\/10{accent-color:hsl(var(--background) / .1)}.accent-aui-background\/100{accent-color:hsl(var(--background) / 1)}.accent-aui-background\/15{accent-color:hsl(var(--background) / .15)}.accent-aui-background\/20{accent-color:hsl(var(--background) / .2)}.accent-aui-background\/25{accent-color:hsl(var(--background) / .25)}.accent-aui-background\/30{accent-color:hsl(var(--background) / .3)}.accent-aui-background\/35{accent-color:hsl(var(--background) / .35)}.accent-aui-background\/40{accent-color:hsl(var(--background) / .4)}.accent-aui-background\/45{accent-color:hsl(var(--background) / .45)}.accent-aui-background\/5{accent-color:hsl(var(--background) / .05)}.accent-aui-background\/50{accent-color:hsl(var(--background) / .5)}.accent-aui-background\/55{accent-color:hsl(var(--background) / .55)}.accent-aui-background\/60{accent-color:hsl(var(--background) / .6)}.accent-aui-background\/65{accent-color:hsl(var(--background) / .65)}.accent-aui-background\/70{accent-color:hsl(var(--background) / .7)}.accent-aui-background\/75{accent-color:hsl(var(--background) / .75)}.accent-aui-background\/80{accent-color:hsl(var(--background) / .8)}.accent-aui-background\/85{accent-color:hsl(var(--background) / .85)}.accent-aui-background\/90{accent-color:hsl(var(--background) / .9)}.accent-aui-background\/95{accent-color:hsl(var(--background) / .95)}.accent-aui-border{accent-color:hsl(var(--border))}.accent-aui-border\/0{accent-color:hsl(var(--border) / 0)}.accent-aui-border\/10{accent-color:hsl(var(--border) / .1)}.accent-aui-border\/100{accent-color:hsl(var(--border) / 1)}.accent-aui-border\/15{accent-color:hsl(var(--border) / .15)}.accent-aui-border\/20{accent-color:hsl(var(--border) / .2)}.accent-aui-border\/25{accent-color:hsl(var(--border) / .25)}.accent-aui-border\/30{accent-color:hsl(var(--border) / .3)}.accent-aui-border\/35{accent-color:hsl(var(--border) / .35)}.accent-aui-border\/40{accent-color:hsl(var(--border) / .4)}.accent-aui-border\/45{accent-color:hsl(var(--border) / .45)}.accent-aui-border\/5{accent-color:hsl(var(--border) / .05)}.accent-aui-border\/50{accent-color:hsl(var(--border) / .5)}.accent-aui-border\/55{accent-color:hsl(var(--border) / .55)}.accent-aui-border\/60{accent-color:hsl(var(--border) / .6)}.accent-aui-border\/65{accent-color:hsl(var(--border) / .65)}.accent-aui-border\/70{accent-color:hsl(var(--border) / .7)}.accent-aui-border\/75{accent-color:hsl(var(--border) / .75)}.accent-aui-border\/80{accent-color:hsl(var(--border) / .8)}.accent-aui-border\/85{accent-color:hsl(var(--border) / .85)}.accent-aui-border\/90{accent-color:hsl(var(--border) / .9)}.accent-aui-border\/95{accent-color:hsl(var(--border) / .95)}.accent-aui-card{accent-color:hsl(var(--card))}.accent-aui-card-foreground{accent-color:hsl(var(--card-foreground))}.accent-aui-card-foreground\/0{accent-color:hsl(var(--card-foreground) / 0)}.accent-aui-card-foreground\/10{accent-color:hsl(var(--card-foreground) / .1)}.accent-aui-card-foreground\/100{accent-color:hsl(var(--card-foreground) / 1)}.accent-aui-card-foreground\/15{accent-color:hsl(var(--card-foreground) / .15)}.accent-aui-card-foreground\/20{accent-color:hsl(var(--card-foreground) / .2)}.accent-aui-card-foreground\/25{accent-color:hsl(var(--card-foreground) / .25)}.accent-aui-card-foreground\/30{accent-color:hsl(var(--card-foreground) / .3)}.accent-aui-card-foreground\/35{accent-color:hsl(var(--card-foreground) / .35)}.accent-aui-card-foreground\/40{accent-color:hsl(var(--card-foreground) / .4)}.accent-aui-card-foreground\/45{accent-color:hsl(var(--card-foreground) / .45)}.accent-aui-card-foreground\/5{accent-color:hsl(var(--card-foreground) / .05)}.accent-aui-card-foreground\/50{accent-color:hsl(var(--card-foreground) / .5)}.accent-aui-card-foreground\/55{accent-color:hsl(var(--card-foreground) / .55)}.accent-aui-card-foreground\/60{accent-color:hsl(var(--card-foreground) / .6)}.accent-aui-card-foreground\/65{accent-color:hsl(var(--card-foreground) / .65)}.accent-aui-card-foreground\/70{accent-color:hsl(var(--card-foreground) / .7)}.accent-aui-card-foreground\/75{accent-color:hsl(var(--card-foreground) / .75)}.accent-aui-card-foreground\/80{accent-color:hsl(var(--card-foreground) / .8)}.accent-aui-card-foreground\/85{accent-color:hsl(var(--card-foreground) / .85)}.accent-aui-card-foreground\/90{accent-color:hsl(var(--card-foreground) / .9)}.accent-aui-card-foreground\/95{accent-color:hsl(var(--card-foreground) / .95)}.accent-aui-card\/0{accent-color:hsl(var(--card) / 0)}.accent-aui-card\/10{accent-color:hsl(var(--card) / .1)}.accent-aui-card\/100{accent-color:hsl(var(--card) / 1)}.accent-aui-card\/15{accent-color:hsl(var(--card) / .15)}.accent-aui-card\/20{accent-color:hsl(var(--card) / .2)}.accent-aui-card\/25{accent-color:hsl(var(--card) / .25)}.accent-aui-card\/30{accent-color:hsl(var(--card) / .3)}.accent-aui-card\/35{accent-color:hsl(var(--card) / .35)}.accent-aui-card\/40{accent-color:hsl(var(--card) / .4)}.accent-aui-card\/45{accent-color:hsl(var(--card) / .45)}.accent-aui-card\/5{accent-color:hsl(var(--card) / .05)}.accent-aui-card\/50{accent-color:hsl(var(--card) / .5)}.accent-aui-card\/55{accent-color:hsl(var(--card) / .55)}.accent-aui-card\/60{accent-color:hsl(var(--card) / .6)}.accent-aui-card\/65{accent-color:hsl(var(--card) / .65)}.accent-aui-card\/70{accent-color:hsl(var(--card) / .7)}.accent-aui-card\/75{accent-color:hsl(var(--card) / .75)}.accent-aui-card\/80{accent-color:hsl(var(--card) / .8)}.accent-aui-card\/85{accent-color:hsl(var(--card) / .85)}.accent-aui-card\/90{accent-color:hsl(var(--card) / .9)}.accent-aui-card\/95{accent-color:hsl(var(--card) / .95)}.accent-aui-destructive{accent-color:hsl(var(--destructive))}.accent-aui-destructive-foreground{accent-color:hsl(var(--destructive-foreground))}.accent-aui-destructive-foreground\/0{accent-color:hsl(var(--destructive-foreground) / 0)}.accent-aui-destructive-foreground\/10{accent-color:hsl(var(--destructive-foreground) / .1)}.accent-aui-destructive-foreground\/100{accent-color:hsl(var(--destructive-foreground) / 1)}.accent-aui-destructive-foreground\/15{accent-color:hsl(var(--destructive-foreground) / .15)}.accent-aui-destructive-foreground\/20{accent-color:hsl(var(--destructive-foreground) / .2)}.accent-aui-destructive-foreground\/25{accent-color:hsl(var(--destructive-foreground) / .25)}.accent-aui-destructive-foreground\/30{accent-color:hsl(var(--destructive-foreground) / .3)}.accent-aui-destructive-foreground\/35{accent-color:hsl(var(--destructive-foreground) / .35)}.accent-aui-destructive-foreground\/40{accent-color:hsl(var(--destructive-foreground) / .4)}.accent-aui-destructive-foreground\/45{accent-color:hsl(var(--destructive-foreground) / .45)}.accent-aui-destructive-foreground\/5{accent-color:hsl(var(--destructive-foreground) / .05)}.accent-aui-destructive-foreground\/50{accent-color:hsl(var(--destructive-foreground) / .5)}.accent-aui-destructive-foreground\/55{accent-color:hsl(var(--destructive-foreground) / .55)}.accent-aui-destructive-foreground\/60{accent-color:hsl(var(--destructive-foreground) / .6)}.accent-aui-destructive-foreground\/65{accent-color:hsl(var(--destructive-foreground) / .65)}.accent-aui-destructive-foreground\/70{accent-color:hsl(var(--destructive-foreground) / .7)}.accent-aui-destructive-foreground\/75{accent-color:hsl(var(--destructive-foreground) / .75)}.accent-aui-destructive-foreground\/80{accent-color:hsl(var(--destructive-foreground) / .8)}.accent-aui-destructive-foreground\/85{accent-color:hsl(var(--destructive-foreground) / .85)}.accent-aui-destructive-foreground\/90{accent-color:hsl(var(--destructive-foreground) / .9)}.accent-aui-destructive-foreground\/95{accent-color:hsl(var(--destructive-foreground) / .95)}.accent-aui-destructive\/0{accent-color:hsl(var(--destructive) / 0)}.accent-aui-destructive\/10{accent-color:hsl(var(--destructive) / .1)}.accent-aui-destructive\/100{accent-color:hsl(var(--destructive) / 1)}.accent-aui-destructive\/15{accent-color:hsl(var(--destructive) / .15)}.accent-aui-destructive\/20{accent-color:hsl(var(--destructive) / .2)}.accent-aui-destructive\/25{accent-color:hsl(var(--destructive) / .25)}.accent-aui-destructive\/30{accent-color:hsl(var(--destructive) / .3)}.accent-aui-destructive\/35{accent-color:hsl(var(--destructive) / .35)}.accent-aui-destructive\/40{accent-color:hsl(var(--destructive) / .4)}.accent-aui-destructive\/45{accent-color:hsl(var(--destructive) / .45)}.accent-aui-destructive\/5{accent-color:hsl(var(--destructive) / .05)}.accent-aui-destructive\/50{accent-color:hsl(var(--destructive) / .5)}.accent-aui-destructive\/55{accent-color:hsl(var(--destructive) / .55)}.accent-aui-destructive\/60{accent-color:hsl(var(--destructive) / .6)}.accent-aui-destructive\/65{accent-color:hsl(var(--destructive) / .65)}.accent-aui-destructive\/70{accent-color:hsl(var(--destructive) / .7)}.accent-aui-destructive\/75{accent-color:hsl(var(--destructive) / .75)}.accent-aui-destructive\/80{accent-color:hsl(var(--destructive) / .8)}.accent-aui-destructive\/85{accent-color:hsl(var(--destructive) / .85)}.accent-aui-destructive\/90{accent-color:hsl(var(--destructive) / .9)}.accent-aui-destructive\/95{accent-color:hsl(var(--destructive) / .95)}.accent-aui-foreground{accent-color:hsl(var(--foreground))}.accent-aui-foreground\/0{accent-color:hsl(var(--foreground) / 0)}.accent-aui-foreground\/10{accent-color:hsl(var(--foreground) / .1)}.accent-aui-foreground\/100{accent-color:hsl(var(--foreground) / 1)}.accent-aui-foreground\/15{accent-color:hsl(var(--foreground) / .15)}.accent-aui-foreground\/20{accent-color:hsl(var(--foreground) / .2)}.accent-aui-foreground\/25{accent-color:hsl(var(--foreground) / .25)}.accent-aui-foreground\/30{accent-color:hsl(var(--foreground) / .3)}.accent-aui-foreground\/35{accent-color:hsl(var(--foreground) / .35)}.accent-aui-foreground\/40{accent-color:hsl(var(--foreground) / .4)}.accent-aui-foreground\/45{accent-color:hsl(var(--foreground) / .45)}.accent-aui-foreground\/5{accent-color:hsl(var(--foreground) / .05)}.accent-aui-foreground\/50{accent-color:hsl(var(--foreground) / .5)}.accent-aui-foreground\/55{accent-color:hsl(var(--foreground) / .55)}.accent-aui-foreground\/60{accent-color:hsl(var(--foreground) / .6)}.accent-aui-foreground\/65{accent-color:hsl(var(--foreground) / .65)}.accent-aui-foreground\/70{accent-color:hsl(var(--foreground) / .7)}.accent-aui-foreground\/75{accent-color:hsl(var(--foreground) / .75)}.accent-aui-foreground\/80{accent-color:hsl(var(--foreground) / .8)}.accent-aui-foreground\/85{accent-color:hsl(var(--foreground) / .85)}.accent-aui-foreground\/90{accent-color:hsl(var(--foreground) / .9)}.accent-aui-foreground\/95{accent-color:hsl(var(--foreground) / .95)}.accent-aui-input{accent-color:hsl(var(--input))}.accent-aui-input\/0{accent-color:hsl(var(--input) / 0)}.accent-aui-input\/10{accent-color:hsl(var(--input) / .1)}.accent-aui-input\/100{accent-color:hsl(var(--input) / 1)}.accent-aui-input\/15{accent-color:hsl(var(--input) / .15)}.accent-aui-input\/20{accent-color:hsl(var(--input) / .2)}.accent-aui-input\/25{accent-color:hsl(var(--input) / .25)}.accent-aui-input\/30{accent-color:hsl(var(--input) / .3)}.accent-aui-input\/35{accent-color:hsl(var(--input) / .35)}.accent-aui-input\/40{accent-color:hsl(var(--input) / .4)}.accent-aui-input\/45{accent-color:hsl(var(--input) / .45)}.accent-aui-input\/5{accent-color:hsl(var(--input) / .05)}.accent-aui-input\/50{accent-color:hsl(var(--input) / .5)}.accent-aui-input\/55{accent-color:hsl(var(--input) / .55)}.accent-aui-input\/60{accent-color:hsl(var(--input) / .6)}.accent-aui-input\/65{accent-color:hsl(var(--input) / .65)}.accent-aui-input\/70{accent-color:hsl(var(--input) / .7)}.accent-aui-input\/75{accent-color:hsl(var(--input) / .75)}.accent-aui-input\/80{accent-color:hsl(var(--input) / .8)}.accent-aui-input\/85{accent-color:hsl(var(--input) / .85)}.accent-aui-input\/90{accent-color:hsl(var(--input) / .9)}.accent-aui-input\/95{accent-color:hsl(var(--input) / .95)}.accent-aui-muted{accent-color:hsl(var(--muted))}.accent-aui-muted-foreground{accent-color:hsl(var(--muted-foreground))}.accent-aui-muted-foreground\/0{accent-color:hsl(var(--muted-foreground) / 0)}.accent-aui-muted-foreground\/10{accent-color:hsl(var(--muted-foreground) / .1)}.accent-aui-muted-foreground\/100{accent-color:hsl(var(--muted-foreground) / 1)}.accent-aui-muted-foreground\/15{accent-color:hsl(var(--muted-foreground) / .15)}.accent-aui-muted-foreground\/20{accent-color:hsl(var(--muted-foreground) / .2)}.accent-aui-muted-foreground\/25{accent-color:hsl(var(--muted-foreground) / .25)}.accent-aui-muted-foreground\/30{accent-color:hsl(var(--muted-foreground) / .3)}.accent-aui-muted-foreground\/35{accent-color:hsl(var(--muted-foreground) / .35)}.accent-aui-muted-foreground\/40{accent-color:hsl(var(--muted-foreground) / .4)}.accent-aui-muted-foreground\/45{accent-color:hsl(var(--muted-foreground) / .45)}.accent-aui-muted-foreground\/5{accent-color:hsl(var(--muted-foreground) / .05)}.accent-aui-muted-foreground\/50{accent-color:hsl(var(--muted-foreground) / .5)}.accent-aui-muted-foreground\/55{accent-color:hsl(var(--muted-foreground) / .55)}.accent-aui-muted-foreground\/60{accent-color:hsl(var(--muted-foreground) / .6)}.accent-aui-muted-foreground\/65{accent-color:hsl(var(--muted-foreground) / .65)}.accent-aui-muted-foreground\/70{accent-color:hsl(var(--muted-foreground) / .7)}.accent-aui-muted-foreground\/75{accent-color:hsl(var(--muted-foreground) / .75)}.accent-aui-muted-foreground\/80{accent-color:hsl(var(--muted-foreground) / .8)}.accent-aui-muted-foreground\/85{accent-color:hsl(var(--muted-foreground) / .85)}.accent-aui-muted-foreground\/90{accent-color:hsl(var(--muted-foreground) / .9)}.accent-aui-muted-foreground\/95{accent-color:hsl(var(--muted-foreground) / .95)}.accent-aui-muted\/0{accent-color:hsl(var(--muted) / 0)}.accent-aui-muted\/10{accent-color:hsl(var(--muted) / .1)}.accent-aui-muted\/100{accent-color:hsl(var(--muted) / 1)}.accent-aui-muted\/15{accent-color:hsl(var(--muted) / .15)}.accent-aui-muted\/20{accent-color:hsl(var(--muted) / .2)}.accent-aui-muted\/25{accent-color:hsl(var(--muted) / .25)}.accent-aui-muted\/30{accent-color:hsl(var(--muted) / .3)}.accent-aui-muted\/35{accent-color:hsl(var(--muted) / .35)}.accent-aui-muted\/40{accent-color:hsl(var(--muted) / .4)}.accent-aui-muted\/45{accent-color:hsl(var(--muted) / .45)}.accent-aui-muted\/5{accent-color:hsl(var(--muted) / .05)}.accent-aui-muted\/50{accent-color:hsl(var(--muted) / .5)}.accent-aui-muted\/55{accent-color:hsl(var(--muted) / .55)}.accent-aui-muted\/60{accent-color:hsl(var(--muted) / .6)}.accent-aui-muted\/65{accent-color:hsl(var(--muted) / .65)}.accent-aui-muted\/70{accent-color:hsl(var(--muted) / .7)}.accent-aui-muted\/75{accent-color:hsl(var(--muted) / .75)}.accent-aui-muted\/80{accent-color:hsl(var(--muted) / .8)}.accent-aui-muted\/85{accent-color:hsl(var(--muted) / .85)}.accent-aui-muted\/90{accent-color:hsl(var(--muted) / .9)}.accent-aui-muted\/95{accent-color:hsl(var(--muted) / .95)}.accent-aui-popover{accent-color:hsl(var(--popover))}.accent-aui-popover-foreground{accent-color:hsl(var(--popover-foreground))}.accent-aui-popover-foreground\/0{accent-color:hsl(var(--popover-foreground) / 0)}.accent-aui-popover-foreground\/10{accent-color:hsl(var(--popover-foreground) / .1)}.accent-aui-popover-foreground\/100{accent-color:hsl(var(--popover-foreground) / 1)}.accent-aui-popover-foreground\/15{accent-color:hsl(var(--popover-foreground) / .15)}.accent-aui-popover-foreground\/20{accent-color:hsl(var(--popover-foreground) / .2)}.accent-aui-popover-foreground\/25{accent-color:hsl(var(--popover-foreground) / .25)}.accent-aui-popover-foreground\/30{accent-color:hsl(var(--popover-foreground) / .3)}.accent-aui-popover-foreground\/35{accent-color:hsl(var(--popover-foreground) / .35)}.accent-aui-popover-foreground\/40{accent-color:hsl(var(--popover-foreground) / .4)}.accent-aui-popover-foreground\/45{accent-color:hsl(var(--popover-foreground) / .45)}.accent-aui-popover-foreground\/5{accent-color:hsl(var(--popover-foreground) / .05)}.accent-aui-popover-foreground\/50{accent-color:hsl(var(--popover-foreground) / .5)}.accent-aui-popover-foreground\/55{accent-color:hsl(var(--popover-foreground) / .55)}.accent-aui-popover-foreground\/60{accent-color:hsl(var(--popover-foreground) / .6)}.accent-aui-popover-foreground\/65{accent-color:hsl(var(--popover-foreground) / .65)}.accent-aui-popover-foreground\/70{accent-color:hsl(var(--popover-foreground) / .7)}.accent-aui-popover-foreground\/75{accent-color:hsl(var(--popover-foreground) / .75)}.accent-aui-popover-foreground\/80{accent-color:hsl(var(--popover-foreground) / .8)}.accent-aui-popover-foreground\/85{accent-color:hsl(var(--popover-foreground) / .85)}.accent-aui-popover-foreground\/90{accent-color:hsl(var(--popover-foreground) / .9)}.accent-aui-popover-foreground\/95{accent-color:hsl(var(--popover-foreground) / .95)}.accent-aui-popover\/0{accent-color:hsl(var(--popover) / 0)}.accent-aui-popover\/10{accent-color:hsl(var(--popover) / .1)}.accent-aui-popover\/100{accent-color:hsl(var(--popover) / 1)}.accent-aui-popover\/15{accent-color:hsl(var(--popover) / .15)}.accent-aui-popover\/20{accent-color:hsl(var(--popover) / .2)}.accent-aui-popover\/25{accent-color:hsl(var(--popover) / .25)}.accent-aui-popover\/30{accent-color:hsl(var(--popover) / .3)}.accent-aui-popover\/35{accent-color:hsl(var(--popover) / .35)}.accent-aui-popover\/40{accent-color:hsl(var(--popover) / .4)}.accent-aui-popover\/45{accent-color:hsl(var(--popover) / .45)}.accent-aui-popover\/5{accent-color:hsl(var(--popover) / .05)}.accent-aui-popover\/50{accent-color:hsl(var(--popover) / .5)}.accent-aui-popover\/55{accent-color:hsl(var(--popover) / .55)}.accent-aui-popover\/60{accent-color:hsl(var(--popover) / .6)}.accent-aui-popover\/65{accent-color:hsl(var(--popover) / .65)}.accent-aui-popover\/70{accent-color:hsl(var(--popover) / .7)}.accent-aui-popover\/75{accent-color:hsl(var(--popover) / .75)}.accent-aui-popover\/80{accent-color:hsl(var(--popover) / .8)}.accent-aui-popover\/85{accent-color:hsl(var(--popover) / .85)}.accent-aui-popover\/90{accent-color:hsl(var(--popover) / .9)}.accent-aui-popover\/95{accent-color:hsl(var(--popover) / .95)}.accent-aui-primary{accent-color:hsl(var(--primary))}.accent-aui-primary-foreground{accent-color:hsl(var(--primary-foreground))}.accent-aui-primary-foreground\/0{accent-color:hsl(var(--primary-foreground) / 0)}.accent-aui-primary-foreground\/10{accent-color:hsl(var(--primary-foreground) / .1)}.accent-aui-primary-foreground\/100{accent-color:hsl(var(--primary-foreground) / 1)}.accent-aui-primary-foreground\/15{accent-color:hsl(var(--primary-foreground) / .15)}.accent-aui-primary-foreground\/20{accent-color:hsl(var(--primary-foreground) / .2)}.accent-aui-primary-foreground\/25{accent-color:hsl(var(--primary-foreground) / .25)}.accent-aui-primary-foreground\/30{accent-color:hsl(var(--primary-foreground) / .3)}.accent-aui-primary-foreground\/35{accent-color:hsl(var(--primary-foreground) / .35)}.accent-aui-primary-foreground\/40{accent-color:hsl(var(--primary-foreground) / .4)}.accent-aui-primary-foreground\/45{accent-color:hsl(var(--primary-foreground) / .45)}.accent-aui-primary-foreground\/5{accent-color:hsl(var(--primary-foreground) / .05)}.accent-aui-primary-foreground\/50{accent-color:hsl(var(--primary-foreground) / .5)}.accent-aui-primary-foreground\/55{accent-color:hsl(var(--primary-foreground) / .55)}.accent-aui-primary-foreground\/60{accent-color:hsl(var(--primary-foreground) / .6)}.accent-aui-primary-foreground\/65{accent-color:hsl(var(--primary-foreground) / .65)}.accent-aui-primary-foreground\/70{accent-color:hsl(var(--primary-foreground) / .7)}.accent-aui-primary-foreground\/75{accent-color:hsl(var(--primary-foreground) / .75)}.accent-aui-primary-foreground\/80{accent-color:hsl(var(--primary-foreground) / .8)}.accent-aui-primary-foreground\/85{accent-color:hsl(var(--primary-foreground) / .85)}.accent-aui-primary-foreground\/90{accent-color:hsl(var(--primary-foreground) / .9)}.accent-aui-primary-foreground\/95{accent-color:hsl(var(--primary-foreground) / .95)}.accent-aui-primary\/0{accent-color:hsl(var(--primary) / 0)}.accent-aui-primary\/10{accent-color:hsl(var(--primary) / .1)}.accent-aui-primary\/100{accent-color:hsl(var(--primary) / 1)}.accent-aui-primary\/15{accent-color:hsl(var(--primary) / .15)}.accent-aui-primary\/20{accent-color:hsl(var(--primary) / .2)}.accent-aui-primary\/25{accent-color:hsl(var(--primary) / .25)}.accent-aui-primary\/30{accent-color:hsl(var(--primary) / .3)}.accent-aui-primary\/35{accent-color:hsl(var(--primary) / .35)}.accent-aui-primary\/40{accent-color:hsl(var(--primary) / .4)}.accent-aui-primary\/45{accent-color:hsl(var(--primary) / .45)}.accent-aui-primary\/5{accent-color:hsl(var(--primary) / .05)}.accent-aui-primary\/50{accent-color:hsl(var(--primary) / .5)}.accent-aui-primary\/55{accent-color:hsl(var(--primary) / .55)}.accent-aui-primary\/60{accent-color:hsl(var(--primary) / .6)}.accent-aui-primary\/65{accent-color:hsl(var(--primary) / .65)}.accent-aui-primary\/70{accent-color:hsl(var(--primary) / .7)}.accent-aui-primary\/75{accent-color:hsl(var(--primary) / .75)}.accent-aui-primary\/80{accent-color:hsl(var(--primary) / .8)}.accent-aui-primary\/85{accent-color:hsl(var(--primary) / .85)}.accent-aui-primary\/90{accent-color:hsl(var(--primary) / .9)}.accent-aui-primary\/95{accent-color:hsl(var(--primary) / .95)}.accent-aui-ring{accent-color:hsl(var(--ring))}.accent-aui-ring\/0{accent-color:hsl(var(--ring) / 0)}.accent-aui-ring\/10{accent-color:hsl(var(--ring) / .1)}.accent-aui-ring\/100{accent-color:hsl(var(--ring) / 1)}.accent-aui-ring\/15{accent-color:hsl(var(--ring) / .15)}.accent-aui-ring\/20{accent-color:hsl(var(--ring) / .2)}.accent-aui-ring\/25{accent-color:hsl(var(--ring) / .25)}.accent-aui-ring\/30{accent-color:hsl(var(--ring) / .3)}.accent-aui-ring\/35{accent-color:hsl(var(--ring) / .35)}.accent-aui-ring\/40{accent-color:hsl(var(--ring) / .4)}.accent-aui-ring\/45{accent-color:hsl(var(--ring) / .45)}.accent-aui-ring\/5{accent-color:hsl(var(--ring) / .05)}.accent-aui-ring\/50{accent-color:hsl(var(--ring) / .5)}.accent-aui-ring\/55{accent-color:hsl(var(--ring) / .55)}.accent-aui-ring\/60{accent-color:hsl(var(--ring) / .6)}.accent-aui-ring\/65{accent-color:hsl(var(--ring) / .65)}.accent-aui-ring\/70{accent-color:hsl(var(--ring) / .7)}.accent-aui-ring\/75{accent-color:hsl(var(--ring) / .75)}.accent-aui-ring\/80{accent-color:hsl(var(--ring) / .8)}.accent-aui-ring\/85{accent-color:hsl(var(--ring) / .85)}.accent-aui-ring\/90{accent-color:hsl(var(--ring) / .9)}.accent-aui-ring\/95{accent-color:hsl(var(--ring) / .95)}.accent-aui-secondary{accent-color:hsl(var(--secondary))}.accent-aui-secondary-foreground{accent-color:hsl(var(--secondary-foreground))}.accent-aui-secondary-foreground\/0{accent-color:hsl(var(--secondary-foreground) / 0)}.accent-aui-secondary-foreground\/10{accent-color:hsl(var(--secondary-foreground) / .1)}.accent-aui-secondary-foreground\/100{accent-color:hsl(var(--secondary-foreground) / 1)}.accent-aui-secondary-foreground\/15{accent-color:hsl(var(--secondary-foreground) / .15)}.accent-aui-secondary-foreground\/20{accent-color:hsl(var(--secondary-foreground) / .2)}.accent-aui-secondary-foreground\/25{accent-color:hsl(var(--secondary-foreground) / .25)}.accent-aui-secondary-foreground\/30{accent-color:hsl(var(--secondary-foreground) / .3)}.accent-aui-secondary-foreground\/35{accent-color:hsl(var(--secondary-foreground) / .35)}.accent-aui-secondary-foreground\/40{accent-color:hsl(var(--secondary-foreground) / .4)}.accent-aui-secondary-foreground\/45{accent-color:hsl(var(--secondary-foreground) / .45)}.accent-aui-secondary-foreground\/5{accent-color:hsl(var(--secondary-foreground) / .05)}.accent-aui-secondary-foreground\/50{accent-color:hsl(var(--secondary-foreground) / .5)}.accent-aui-secondary-foreground\/55{accent-color:hsl(var(--secondary-foreground) / .55)}.accent-aui-secondary-foreground\/60{accent-color:hsl(var(--secondary-foreground) / .6)}.accent-aui-secondary-foreground\/65{accent-color:hsl(var(--secondary-foreground) / .65)}.accent-aui-secondary-foreground\/70{accent-color:hsl(var(--secondary-foreground) / .7)}.accent-aui-secondary-foreground\/75{accent-color:hsl(var(--secondary-foreground) / .75)}.accent-aui-secondary-foreground\/80{accent-color:hsl(var(--secondary-foreground) / .8)}.accent-aui-secondary-foreground\/85{accent-color:hsl(var(--secondary-foreground) / .85)}.accent-aui-secondary-foreground\/90{accent-color:hsl(var(--secondary-foreground) / .9)}.accent-aui-secondary-foreground\/95{accent-color:hsl(var(--secondary-foreground) / .95)}.accent-aui-secondary\/0{accent-color:hsl(var(--secondary) / 0)}.accent-aui-secondary\/10{accent-color:hsl(var(--secondary) / .1)}.accent-aui-secondary\/100{accent-color:hsl(var(--secondary) / 1)}.accent-aui-secondary\/15{accent-color:hsl(var(--secondary) / .15)}.accent-aui-secondary\/20{accent-color:hsl(var(--secondary) / .2)}.accent-aui-secondary\/25{accent-color:hsl(var(--secondary) / .25)}.accent-aui-secondary\/30{accent-color:hsl(var(--secondary) / .3)}.accent-aui-secondary\/35{accent-color:hsl(var(--secondary) / .35)}.accent-aui-secondary\/40{accent-color:hsl(var(--secondary) / .4)}.accent-aui-secondary\/45{accent-color:hsl(var(--secondary) / .45)}.accent-aui-secondary\/5{accent-color:hsl(var(--secondary) / .05)}.accent-aui-secondary\/50{accent-color:hsl(var(--secondary) / .5)}.accent-aui-secondary\/55{accent-color:hsl(var(--secondary) / .55)}.accent-aui-secondary\/60{accent-color:hsl(var(--secondary) / .6)}.accent-aui-secondary\/65{accent-color:hsl(var(--secondary) / .65)}.accent-aui-secondary\/70{accent-color:hsl(var(--secondary) / .7)}.accent-aui-secondary\/75{accent-color:hsl(var(--secondary) / .75)}.accent-aui-secondary\/80{accent-color:hsl(var(--secondary) / .8)}.accent-aui-secondary\/85{accent-color:hsl(var(--secondary) / .85)}.accent-aui-secondary\/90{accent-color:hsl(var(--secondary) / .9)}.accent-aui-secondary\/95{accent-color:hsl(var(--secondary) / .95)}.accent-white{accent-color:#fff}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-65{opacity:.65}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-85{opacity:.85}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(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-\[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_4px_8px_-2px_rgba\(0\,0\,0\,0\.2\)\,inset_0_-1px_2px_-1px_rgba\(0\,0\,0\,0\.1\)\,0_-3px_5px_-1px_rgba\(255\,255\,255\,0\.4\)\,inset_0_1px_2px_-1px_rgba\(255\,255\,255\,0\.1\)\,inset_0_0_2px_1px_rgba\(255\,255\,255\,0\.6\)\]{--tw-shadow: 0 4px 8px -2px rgba(0,0,0,.2),inset 0 -1px 2px -1px rgba(0,0,0,.1),0 -3px 5px -1px rgba(255,255,255,.4),inset 0 1px 2px -1px rgba(255,255,255,.1),inset 0 0 2px 1px rgba(255,255,255,.6);--tw-shadow-colored: 0 4px 8px -2px var(--tw-shadow-color), inset 0 -1px 2px -1px var(--tw-shadow-color), 0 -3px 5px -1px var(--tw-shadow-color), inset 0 1px 2px -1px var(--tw-shadow-color), inset 0 0 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-\[inset_0_1px_2px_0_rgb\(0\,0\,0\,0\.05\)\]{--tw-shadow: inset 0 1px 2px 0 rgb(0,0,0,.05);--tw-shadow-colored: inset 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-custom-2layer{--tw-shadow: 0px 1px 2px 0px rgba(0,0,0,.06), 0px 1px 3px 0px rgba(0,0,0,.1);--tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px 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 / .1), 0 4px 6px -4px rgb(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 / .1), 0 2px 4px -2px rgb(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 / .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 / .1), 0 8px 10px -6px rgb(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)}.shadow-aui-accent{--tw-shadow-color: hsl(var(--accent));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground{--tw-shadow-color: hsl(var(--accent-foreground));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/0{--tw-shadow-color: hsl(var(--accent-foreground) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/10{--tw-shadow-color: hsl(var(--accent-foreground) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/100{--tw-shadow-color: hsl(var(--accent-foreground) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/15{--tw-shadow-color: hsl(var(--accent-foreground) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/20{--tw-shadow-color: hsl(var(--accent-foreground) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/25{--tw-shadow-color: hsl(var(--accent-foreground) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/30{--tw-shadow-color: hsl(var(--accent-foreground) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/35{--tw-shadow-color: hsl(var(--accent-foreground) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/40{--tw-shadow-color: hsl(var(--accent-foreground) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/45{--tw-shadow-color: hsl(var(--accent-foreground) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/5{--tw-shadow-color: hsl(var(--accent-foreground) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/50{--tw-shadow-color: hsl(var(--accent-foreground) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/55{--tw-shadow-color: hsl(var(--accent-foreground) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/60{--tw-shadow-color: hsl(var(--accent-foreground) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/65{--tw-shadow-color: hsl(var(--accent-foreground) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/70{--tw-shadow-color: hsl(var(--accent-foreground) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/75{--tw-shadow-color: hsl(var(--accent-foreground) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/80{--tw-shadow-color: hsl(var(--accent-foreground) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/85{--tw-shadow-color: hsl(var(--accent-foreground) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/90{--tw-shadow-color: hsl(var(--accent-foreground) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent-foreground\/95{--tw-shadow-color: hsl(var(--accent-foreground) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/0{--tw-shadow-color: hsl(var(--accent) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/10{--tw-shadow-color: hsl(var(--accent) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/100{--tw-shadow-color: hsl(var(--accent) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/15{--tw-shadow-color: hsl(var(--accent) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/20{--tw-shadow-color: hsl(var(--accent) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/25{--tw-shadow-color: hsl(var(--accent) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/30{--tw-shadow-color: hsl(var(--accent) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/35{--tw-shadow-color: hsl(var(--accent) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/40{--tw-shadow-color: hsl(var(--accent) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/45{--tw-shadow-color: hsl(var(--accent) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/5{--tw-shadow-color: hsl(var(--accent) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/50{--tw-shadow-color: hsl(var(--accent) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/55{--tw-shadow-color: hsl(var(--accent) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/60{--tw-shadow-color: hsl(var(--accent) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/65{--tw-shadow-color: hsl(var(--accent) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/70{--tw-shadow-color: hsl(var(--accent) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/75{--tw-shadow-color: hsl(var(--accent) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/80{--tw-shadow-color: hsl(var(--accent) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/85{--tw-shadow-color: hsl(var(--accent) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/90{--tw-shadow-color: hsl(var(--accent) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-accent\/95{--tw-shadow-color: hsl(var(--accent) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background{--tw-shadow-color: hsl(var(--background));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/0{--tw-shadow-color: hsl(var(--background) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/10{--tw-shadow-color: hsl(var(--background) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/100{--tw-shadow-color: hsl(var(--background) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/15{--tw-shadow-color: hsl(var(--background) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/20{--tw-shadow-color: hsl(var(--background) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/25{--tw-shadow-color: hsl(var(--background) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/30{--tw-shadow-color: hsl(var(--background) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/35{--tw-shadow-color: hsl(var(--background) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/40{--tw-shadow-color: hsl(var(--background) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/45{--tw-shadow-color: hsl(var(--background) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/5{--tw-shadow-color: hsl(var(--background) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/50{--tw-shadow-color: hsl(var(--background) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/55{--tw-shadow-color: hsl(var(--background) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/60{--tw-shadow-color: hsl(var(--background) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/65{--tw-shadow-color: hsl(var(--background) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/70{--tw-shadow-color: hsl(var(--background) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/75{--tw-shadow-color: hsl(var(--background) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/80{--tw-shadow-color: hsl(var(--background) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/85{--tw-shadow-color: hsl(var(--background) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/90{--tw-shadow-color: hsl(var(--background) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-background\/95{--tw-shadow-color: hsl(var(--background) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border{--tw-shadow-color: hsl(var(--border));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/0{--tw-shadow-color: hsl(var(--border) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/10{--tw-shadow-color: hsl(var(--border) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/100{--tw-shadow-color: hsl(var(--border) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/15{--tw-shadow-color: hsl(var(--border) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/20{--tw-shadow-color: hsl(var(--border) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/25{--tw-shadow-color: hsl(var(--border) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/30{--tw-shadow-color: hsl(var(--border) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/35{--tw-shadow-color: hsl(var(--border) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/40{--tw-shadow-color: hsl(var(--border) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/45{--tw-shadow-color: hsl(var(--border) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/5{--tw-shadow-color: hsl(var(--border) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/50{--tw-shadow-color: hsl(var(--border) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/55{--tw-shadow-color: hsl(var(--border) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/60{--tw-shadow-color: hsl(var(--border) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/65{--tw-shadow-color: hsl(var(--border) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/70{--tw-shadow-color: hsl(var(--border) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/75{--tw-shadow-color: hsl(var(--border) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/80{--tw-shadow-color: hsl(var(--border) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/85{--tw-shadow-color: hsl(var(--border) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/90{--tw-shadow-color: hsl(var(--border) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-border\/95{--tw-shadow-color: hsl(var(--border) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card{--tw-shadow-color: hsl(var(--card));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground{--tw-shadow-color: hsl(var(--card-foreground));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/0{--tw-shadow-color: hsl(var(--card-foreground) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/10{--tw-shadow-color: hsl(var(--card-foreground) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/100{--tw-shadow-color: hsl(var(--card-foreground) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/15{--tw-shadow-color: hsl(var(--card-foreground) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/20{--tw-shadow-color: hsl(var(--card-foreground) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/25{--tw-shadow-color: hsl(var(--card-foreground) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/30{--tw-shadow-color: hsl(var(--card-foreground) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/35{--tw-shadow-color: hsl(var(--card-foreground) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/40{--tw-shadow-color: hsl(var(--card-foreground) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/45{--tw-shadow-color: hsl(var(--card-foreground) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/5{--tw-shadow-color: hsl(var(--card-foreground) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/50{--tw-shadow-color: hsl(var(--card-foreground) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/55{--tw-shadow-color: hsl(var(--card-foreground) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/60{--tw-shadow-color: hsl(var(--card-foreground) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/65{--tw-shadow-color: hsl(var(--card-foreground) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/70{--tw-shadow-color: hsl(var(--card-foreground) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/75{--tw-shadow-color: hsl(var(--card-foreground) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/80{--tw-shadow-color: hsl(var(--card-foreground) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/85{--tw-shadow-color: hsl(var(--card-foreground) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/90{--tw-shadow-color: hsl(var(--card-foreground) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card-foreground\/95{--tw-shadow-color: hsl(var(--card-foreground) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/0{--tw-shadow-color: hsl(var(--card) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/10{--tw-shadow-color: hsl(var(--card) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/100{--tw-shadow-color: hsl(var(--card) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/15{--tw-shadow-color: hsl(var(--card) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/20{--tw-shadow-color: hsl(var(--card) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/25{--tw-shadow-color: hsl(var(--card) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/30{--tw-shadow-color: hsl(var(--card) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/35{--tw-shadow-color: hsl(var(--card) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/40{--tw-shadow-color: hsl(var(--card) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/45{--tw-shadow-color: hsl(var(--card) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/5{--tw-shadow-color: hsl(var(--card) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/50{--tw-shadow-color: hsl(var(--card) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/55{--tw-shadow-color: hsl(var(--card) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/60{--tw-shadow-color: hsl(var(--card) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/65{--tw-shadow-color: hsl(var(--card) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/70{--tw-shadow-color: hsl(var(--card) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/75{--tw-shadow-color: hsl(var(--card) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/80{--tw-shadow-color: hsl(var(--card) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/85{--tw-shadow-color: hsl(var(--card) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/90{--tw-shadow-color: hsl(var(--card) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-card\/95{--tw-shadow-color: hsl(var(--card) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive{--tw-shadow-color: hsl(var(--destructive));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground{--tw-shadow-color: hsl(var(--destructive-foreground));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/0{--tw-shadow-color: hsl(var(--destructive-foreground) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/10{--tw-shadow-color: hsl(var(--destructive-foreground) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/100{--tw-shadow-color: hsl(var(--destructive-foreground) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/15{--tw-shadow-color: hsl(var(--destructive-foreground) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/20{--tw-shadow-color: hsl(var(--destructive-foreground) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/25{--tw-shadow-color: hsl(var(--destructive-foreground) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/30{--tw-shadow-color: hsl(var(--destructive-foreground) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/35{--tw-shadow-color: hsl(var(--destructive-foreground) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/40{--tw-shadow-color: hsl(var(--destructive-foreground) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/45{--tw-shadow-color: hsl(var(--destructive-foreground) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/5{--tw-shadow-color: hsl(var(--destructive-foreground) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/50{--tw-shadow-color: hsl(var(--destructive-foreground) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/55{--tw-shadow-color: hsl(var(--destructive-foreground) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/60{--tw-shadow-color: hsl(var(--destructive-foreground) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/65{--tw-shadow-color: hsl(var(--destructive-foreground) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/70{--tw-shadow-color: hsl(var(--destructive-foreground) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/75{--tw-shadow-color: hsl(var(--destructive-foreground) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/80{--tw-shadow-color: hsl(var(--destructive-foreground) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/85{--tw-shadow-color: hsl(var(--destructive-foreground) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/90{--tw-shadow-color: hsl(var(--destructive-foreground) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive-foreground\/95{--tw-shadow-color: hsl(var(--destructive-foreground) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/0{--tw-shadow-color: hsl(var(--destructive) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/10{--tw-shadow-color: hsl(var(--destructive) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/100{--tw-shadow-color: hsl(var(--destructive) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/15{--tw-shadow-color: hsl(var(--destructive) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/20{--tw-shadow-color: hsl(var(--destructive) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/25{--tw-shadow-color: hsl(var(--destructive) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/30{--tw-shadow-color: hsl(var(--destructive) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/35{--tw-shadow-color: hsl(var(--destructive) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/40{--tw-shadow-color: hsl(var(--destructive) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/45{--tw-shadow-color: hsl(var(--destructive) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/5{--tw-shadow-color: hsl(var(--destructive) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/50{--tw-shadow-color: hsl(var(--destructive) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/55{--tw-shadow-color: hsl(var(--destructive) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/60{--tw-shadow-color: hsl(var(--destructive) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/65{--tw-shadow-color: hsl(var(--destructive) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/70{--tw-shadow-color: hsl(var(--destructive) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/75{--tw-shadow-color: hsl(var(--destructive) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/80{--tw-shadow-color: hsl(var(--destructive) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/85{--tw-shadow-color: hsl(var(--destructive) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/90{--tw-shadow-color: hsl(var(--destructive) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-destructive\/95{--tw-shadow-color: hsl(var(--destructive) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground{--tw-shadow-color: hsl(var(--foreground));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/0{--tw-shadow-color: hsl(var(--foreground) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/10{--tw-shadow-color: hsl(var(--foreground) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/100{--tw-shadow-color: hsl(var(--foreground) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/15{--tw-shadow-color: hsl(var(--foreground) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/20{--tw-shadow-color: hsl(var(--foreground) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/25{--tw-shadow-color: hsl(var(--foreground) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/30{--tw-shadow-color: hsl(var(--foreground) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/35{--tw-shadow-color: hsl(var(--foreground) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/40{--tw-shadow-color: hsl(var(--foreground) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/45{--tw-shadow-color: hsl(var(--foreground) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/5{--tw-shadow-color: hsl(var(--foreground) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/50{--tw-shadow-color: hsl(var(--foreground) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/55{--tw-shadow-color: hsl(var(--foreground) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/60{--tw-shadow-color: hsl(var(--foreground) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/65{--tw-shadow-color: hsl(var(--foreground) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/70{--tw-shadow-color: hsl(var(--foreground) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/75{--tw-shadow-color: hsl(var(--foreground) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/80{--tw-shadow-color: hsl(var(--foreground) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/85{--tw-shadow-color: hsl(var(--foreground) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/90{--tw-shadow-color: hsl(var(--foreground) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-foreground\/95{--tw-shadow-color: hsl(var(--foreground) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input{--tw-shadow-color: hsl(var(--input));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/0{--tw-shadow-color: hsl(var(--input) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/10{--tw-shadow-color: hsl(var(--input) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/100{--tw-shadow-color: hsl(var(--input) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/15{--tw-shadow-color: hsl(var(--input) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/20{--tw-shadow-color: hsl(var(--input) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/25{--tw-shadow-color: hsl(var(--input) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/30{--tw-shadow-color: hsl(var(--input) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/35{--tw-shadow-color: hsl(var(--input) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/40{--tw-shadow-color: hsl(var(--input) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/45{--tw-shadow-color: hsl(var(--input) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/5{--tw-shadow-color: hsl(var(--input) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/50{--tw-shadow-color: hsl(var(--input) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/55{--tw-shadow-color: hsl(var(--input) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/60{--tw-shadow-color: hsl(var(--input) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/65{--tw-shadow-color: hsl(var(--input) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/70{--tw-shadow-color: hsl(var(--input) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/75{--tw-shadow-color: hsl(var(--input) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/80{--tw-shadow-color: hsl(var(--input) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/85{--tw-shadow-color: hsl(var(--input) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/90{--tw-shadow-color: hsl(var(--input) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-input\/95{--tw-shadow-color: hsl(var(--input) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted{--tw-shadow-color: hsl(var(--muted));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground{--tw-shadow-color: hsl(var(--muted-foreground));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/0{--tw-shadow-color: hsl(var(--muted-foreground) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/10{--tw-shadow-color: hsl(var(--muted-foreground) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/100{--tw-shadow-color: hsl(var(--muted-foreground) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/15{--tw-shadow-color: hsl(var(--muted-foreground) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/20{--tw-shadow-color: hsl(var(--muted-foreground) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/25{--tw-shadow-color: hsl(var(--muted-foreground) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/30{--tw-shadow-color: hsl(var(--muted-foreground) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/35{--tw-shadow-color: hsl(var(--muted-foreground) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/40{--tw-shadow-color: hsl(var(--muted-foreground) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/45{--tw-shadow-color: hsl(var(--muted-foreground) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/5{--tw-shadow-color: hsl(var(--muted-foreground) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/50{--tw-shadow-color: hsl(var(--muted-foreground) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/55{--tw-shadow-color: hsl(var(--muted-foreground) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/60{--tw-shadow-color: hsl(var(--muted-foreground) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/65{--tw-shadow-color: hsl(var(--muted-foreground) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/70{--tw-shadow-color: hsl(var(--muted-foreground) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/75{--tw-shadow-color: hsl(var(--muted-foreground) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/80{--tw-shadow-color: hsl(var(--muted-foreground) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/85{--tw-shadow-color: hsl(var(--muted-foreground) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/90{--tw-shadow-color: hsl(var(--muted-foreground) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted-foreground\/95{--tw-shadow-color: hsl(var(--muted-foreground) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/0{--tw-shadow-color: hsl(var(--muted) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/10{--tw-shadow-color: hsl(var(--muted) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/100{--tw-shadow-color: hsl(var(--muted) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/15{--tw-shadow-color: hsl(var(--muted) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/20{--tw-shadow-color: hsl(var(--muted) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/25{--tw-shadow-color: hsl(var(--muted) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/30{--tw-shadow-color: hsl(var(--muted) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/35{--tw-shadow-color: hsl(var(--muted) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/40{--tw-shadow-color: hsl(var(--muted) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/45{--tw-shadow-color: hsl(var(--muted) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/5{--tw-shadow-color: hsl(var(--muted) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/50{--tw-shadow-color: hsl(var(--muted) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/55{--tw-shadow-color: hsl(var(--muted) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/60{--tw-shadow-color: hsl(var(--muted) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/65{--tw-shadow-color: hsl(var(--muted) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/70{--tw-shadow-color: hsl(var(--muted) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/75{--tw-shadow-color: hsl(var(--muted) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/80{--tw-shadow-color: hsl(var(--muted) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/85{--tw-shadow-color: hsl(var(--muted) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/90{--tw-shadow-color: hsl(var(--muted) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-muted\/95{--tw-shadow-color: hsl(var(--muted) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover{--tw-shadow-color: hsl(var(--popover));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground{--tw-shadow-color: hsl(var(--popover-foreground));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/0{--tw-shadow-color: hsl(var(--popover-foreground) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/10{--tw-shadow-color: hsl(var(--popover-foreground) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/100{--tw-shadow-color: hsl(var(--popover-foreground) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/15{--tw-shadow-color: hsl(var(--popover-foreground) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/20{--tw-shadow-color: hsl(var(--popover-foreground) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/25{--tw-shadow-color: hsl(var(--popover-foreground) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/30{--tw-shadow-color: hsl(var(--popover-foreground) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/35{--tw-shadow-color: hsl(var(--popover-foreground) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/40{--tw-shadow-color: hsl(var(--popover-foreground) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/45{--tw-shadow-color: hsl(var(--popover-foreground) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/5{--tw-shadow-color: hsl(var(--popover-foreground) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/50{--tw-shadow-color: hsl(var(--popover-foreground) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/55{--tw-shadow-color: hsl(var(--popover-foreground) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/60{--tw-shadow-color: hsl(var(--popover-foreground) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/65{--tw-shadow-color: hsl(var(--popover-foreground) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/70{--tw-shadow-color: hsl(var(--popover-foreground) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/75{--tw-shadow-color: hsl(var(--popover-foreground) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/80{--tw-shadow-color: hsl(var(--popover-foreground) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/85{--tw-shadow-color: hsl(var(--popover-foreground) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/90{--tw-shadow-color: hsl(var(--popover-foreground) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover-foreground\/95{--tw-shadow-color: hsl(var(--popover-foreground) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/0{--tw-shadow-color: hsl(var(--popover) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/10{--tw-shadow-color: hsl(var(--popover) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/100{--tw-shadow-color: hsl(var(--popover) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/15{--tw-shadow-color: hsl(var(--popover) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/20{--tw-shadow-color: hsl(var(--popover) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/25{--tw-shadow-color: hsl(var(--popover) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/30{--tw-shadow-color: hsl(var(--popover) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/35{--tw-shadow-color: hsl(var(--popover) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/40{--tw-shadow-color: hsl(var(--popover) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/45{--tw-shadow-color: hsl(var(--popover) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/5{--tw-shadow-color: hsl(var(--popover) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/50{--tw-shadow-color: hsl(var(--popover) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/55{--tw-shadow-color: hsl(var(--popover) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/60{--tw-shadow-color: hsl(var(--popover) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/65{--tw-shadow-color: hsl(var(--popover) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/70{--tw-shadow-color: hsl(var(--popover) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/75{--tw-shadow-color: hsl(var(--popover) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/80{--tw-shadow-color: hsl(var(--popover) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/85{--tw-shadow-color: hsl(var(--popover) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/90{--tw-shadow-color: hsl(var(--popover) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-popover\/95{--tw-shadow-color: hsl(var(--popover) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary{--tw-shadow-color: hsl(var(--primary));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground{--tw-shadow-color: hsl(var(--primary-foreground));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/0{--tw-shadow-color: hsl(var(--primary-foreground) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/10{--tw-shadow-color: hsl(var(--primary-foreground) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/100{--tw-shadow-color: hsl(var(--primary-foreground) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/15{--tw-shadow-color: hsl(var(--primary-foreground) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/20{--tw-shadow-color: hsl(var(--primary-foreground) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/25{--tw-shadow-color: hsl(var(--primary-foreground) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/30{--tw-shadow-color: hsl(var(--primary-foreground) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/35{--tw-shadow-color: hsl(var(--primary-foreground) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/40{--tw-shadow-color: hsl(var(--primary-foreground) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/45{--tw-shadow-color: hsl(var(--primary-foreground) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/5{--tw-shadow-color: hsl(var(--primary-foreground) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/50{--tw-shadow-color: hsl(var(--primary-foreground) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/55{--tw-shadow-color: hsl(var(--primary-foreground) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/60{--tw-shadow-color: hsl(var(--primary-foreground) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/65{--tw-shadow-color: hsl(var(--primary-foreground) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/70{--tw-shadow-color: hsl(var(--primary-foreground) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/75{--tw-shadow-color: hsl(var(--primary-foreground) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/80{--tw-shadow-color: hsl(var(--primary-foreground) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/85{--tw-shadow-color: hsl(var(--primary-foreground) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/90{--tw-shadow-color: hsl(var(--primary-foreground) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary-foreground\/95{--tw-shadow-color: hsl(var(--primary-foreground) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/0{--tw-shadow-color: hsl(var(--primary) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/10{--tw-shadow-color: hsl(var(--primary) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/100{--tw-shadow-color: hsl(var(--primary) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/15{--tw-shadow-color: hsl(var(--primary) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/20{--tw-shadow-color: hsl(var(--primary) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/25{--tw-shadow-color: hsl(var(--primary) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/30{--tw-shadow-color: hsl(var(--primary) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/35{--tw-shadow-color: hsl(var(--primary) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/40{--tw-shadow-color: hsl(var(--primary) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/45{--tw-shadow-color: hsl(var(--primary) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/5{--tw-shadow-color: hsl(var(--primary) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/50{--tw-shadow-color: hsl(var(--primary) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/55{--tw-shadow-color: hsl(var(--primary) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/60{--tw-shadow-color: hsl(var(--primary) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/65{--tw-shadow-color: hsl(var(--primary) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/70{--tw-shadow-color: hsl(var(--primary) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/75{--tw-shadow-color: hsl(var(--primary) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/80{--tw-shadow-color: hsl(var(--primary) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/85{--tw-shadow-color: hsl(var(--primary) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/90{--tw-shadow-color: hsl(var(--primary) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-primary\/95{--tw-shadow-color: hsl(var(--primary) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring{--tw-shadow-color: hsl(var(--ring));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/0{--tw-shadow-color: hsl(var(--ring) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/10{--tw-shadow-color: hsl(var(--ring) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/100{--tw-shadow-color: hsl(var(--ring) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/15{--tw-shadow-color: hsl(var(--ring) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/20{--tw-shadow-color: hsl(var(--ring) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/25{--tw-shadow-color: hsl(var(--ring) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/30{--tw-shadow-color: hsl(var(--ring) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/35{--tw-shadow-color: hsl(var(--ring) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/40{--tw-shadow-color: hsl(var(--ring) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/45{--tw-shadow-color: hsl(var(--ring) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/5{--tw-shadow-color: hsl(var(--ring) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/50{--tw-shadow-color: hsl(var(--ring) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/55{--tw-shadow-color: hsl(var(--ring) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/60{--tw-shadow-color: hsl(var(--ring) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/65{--tw-shadow-color: hsl(var(--ring) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/70{--tw-shadow-color: hsl(var(--ring) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/75{--tw-shadow-color: hsl(var(--ring) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/80{--tw-shadow-color: hsl(var(--ring) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/85{--tw-shadow-color: hsl(var(--ring) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/90{--tw-shadow-color: hsl(var(--ring) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-ring\/95{--tw-shadow-color: hsl(var(--ring) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary{--tw-shadow-color: hsl(var(--secondary));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground{--tw-shadow-color: hsl(var(--secondary-foreground));--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/0{--tw-shadow-color: hsl(var(--secondary-foreground) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/10{--tw-shadow-color: hsl(var(--secondary-foreground) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/100{--tw-shadow-color: hsl(var(--secondary-foreground) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/15{--tw-shadow-color: hsl(var(--secondary-foreground) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/20{--tw-shadow-color: hsl(var(--secondary-foreground) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/25{--tw-shadow-color: hsl(var(--secondary-foreground) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/30{--tw-shadow-color: hsl(var(--secondary-foreground) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/35{--tw-shadow-color: hsl(var(--secondary-foreground) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/40{--tw-shadow-color: hsl(var(--secondary-foreground) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/45{--tw-shadow-color: hsl(var(--secondary-foreground) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/5{--tw-shadow-color: hsl(var(--secondary-foreground) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/50{--tw-shadow-color: hsl(var(--secondary-foreground) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/55{--tw-shadow-color: hsl(var(--secondary-foreground) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/60{--tw-shadow-color: hsl(var(--secondary-foreground) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/65{--tw-shadow-color: hsl(var(--secondary-foreground) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/70{--tw-shadow-color: hsl(var(--secondary-foreground) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/75{--tw-shadow-color: hsl(var(--secondary-foreground) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/80{--tw-shadow-color: hsl(var(--secondary-foreground) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/85{--tw-shadow-color: hsl(var(--secondary-foreground) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/90{--tw-shadow-color: hsl(var(--secondary-foreground) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary-foreground\/95{--tw-shadow-color: hsl(var(--secondary-foreground) / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/0{--tw-shadow-color: hsl(var(--secondary) / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/10{--tw-shadow-color: hsl(var(--secondary) / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/100{--tw-shadow-color: hsl(var(--secondary) / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/15{--tw-shadow-color: hsl(var(--secondary) / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/20{--tw-shadow-color: hsl(var(--secondary) / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/25{--tw-shadow-color: hsl(var(--secondary) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/30{--tw-shadow-color: hsl(var(--secondary) / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/35{--tw-shadow-color: hsl(var(--secondary) / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/40{--tw-shadow-color: hsl(var(--secondary) / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/45{--tw-shadow-color: hsl(var(--secondary) / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/5{--tw-shadow-color: hsl(var(--secondary) / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/50{--tw-shadow-color: hsl(var(--secondary) / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/55{--tw-shadow-color: hsl(var(--secondary) / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/60{--tw-shadow-color: hsl(var(--secondary) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/65{--tw-shadow-color: hsl(var(--secondary) / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/70{--tw-shadow-color: hsl(var(--secondary) / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/75{--tw-shadow-color: hsl(var(--secondary) / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/80{--tw-shadow-color: hsl(var(--secondary) / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/85{--tw-shadow-color: hsl(var(--secondary) / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/90{--tw-shadow-color: hsl(var(--secondary) / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-aui-secondary\/95{--tw-shadow-color: hsl(var(--secondary) / .95);--tw-shadow: var(--tw-shadow-colored)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-aui-accent{outline-color:hsl(var(--accent))}.outline-aui-accent-foreground{outline-color:hsl(var(--accent-foreground))}.outline-aui-accent-foreground\/0{outline-color:hsl(var(--accent-foreground) / 0)}.outline-aui-accent-foreground\/10{outline-color:hsl(var(--accent-foreground) / .1)}.outline-aui-accent-foreground\/100{outline-color:hsl(var(--accent-foreground) / 1)}.outline-aui-accent-foreground\/15{outline-color:hsl(var(--accent-foreground) / .15)}.outline-aui-accent-foreground\/20{outline-color:hsl(var(--accent-foreground) / .2)}.outline-aui-accent-foreground\/25{outline-color:hsl(var(--accent-foreground) / .25)}.outline-aui-accent-foreground\/30{outline-color:hsl(var(--accent-foreground) / .3)}.outline-aui-accent-foreground\/35{outline-color:hsl(var(--accent-foreground) / .35)}.outline-aui-accent-foreground\/40{outline-color:hsl(var(--accent-foreground) / .4)}.outline-aui-accent-foreground\/45{outline-color:hsl(var(--accent-foreground) / .45)}.outline-aui-accent-foreground\/5{outline-color:hsl(var(--accent-foreground) / .05)}.outline-aui-accent-foreground\/50{outline-color:hsl(var(--accent-foreground) / .5)}.outline-aui-accent-foreground\/55{outline-color:hsl(var(--accent-foreground) / .55)}.outline-aui-accent-foreground\/60{outline-color:hsl(var(--accent-foreground) / .6)}.outline-aui-accent-foreground\/65{outline-color:hsl(var(--accent-foreground) / .65)}.outline-aui-accent-foreground\/70{outline-color:hsl(var(--accent-foreground) / .7)}.outline-aui-accent-foreground\/75{outline-color:hsl(var(--accent-foreground) / .75)}.outline-aui-accent-foreground\/80{outline-color:hsl(var(--accent-foreground) / .8)}.outline-aui-accent-foreground\/85{outline-color:hsl(var(--accent-foreground) / .85)}.outline-aui-accent-foreground\/90{outline-color:hsl(var(--accent-foreground) / .9)}.outline-aui-accent-foreground\/95{outline-color:hsl(var(--accent-foreground) / .95)}.outline-aui-accent\/0{outline-color:hsl(var(--accent) / 0)}.outline-aui-accent\/10{outline-color:hsl(var(--accent) / .1)}.outline-aui-accent\/100{outline-color:hsl(var(--accent) / 1)}.outline-aui-accent\/15{outline-color:hsl(var(--accent) / .15)}.outline-aui-accent\/20{outline-color:hsl(var(--accent) / .2)}.outline-aui-accent\/25{outline-color:hsl(var(--accent) / .25)}.outline-aui-accent\/30{outline-color:hsl(var(--accent) / .3)}.outline-aui-accent\/35{outline-color:hsl(var(--accent) / .35)}.outline-aui-accent\/40{outline-color:hsl(var(--accent) / .4)}.outline-aui-accent\/45{outline-color:hsl(var(--accent) / .45)}.outline-aui-accent\/5{outline-color:hsl(var(--accent) / .05)}.outline-aui-accent\/50{outline-color:hsl(var(--accent) / .5)}.outline-aui-accent\/55{outline-color:hsl(var(--accent) / .55)}.outline-aui-accent\/60{outline-color:hsl(var(--accent) / .6)}.outline-aui-accent\/65{outline-color:hsl(var(--accent) / .65)}.outline-aui-accent\/70{outline-color:hsl(var(--accent) / .7)}.outline-aui-accent\/75{outline-color:hsl(var(--accent) / .75)}.outline-aui-accent\/80{outline-color:hsl(var(--accent) / .8)}.outline-aui-accent\/85{outline-color:hsl(var(--accent) / .85)}.outline-aui-accent\/90{outline-color:hsl(var(--accent) / .9)}.outline-aui-accent\/95{outline-color:hsl(var(--accent) / .95)}.outline-aui-background{outline-color:hsl(var(--background))}.outline-aui-background\/0{outline-color:hsl(var(--background) / 0)}.outline-aui-background\/10{outline-color:hsl(var(--background) / .1)}.outline-aui-background\/100{outline-color:hsl(var(--background) / 1)}.outline-aui-background\/15{outline-color:hsl(var(--background) / .15)}.outline-aui-background\/20{outline-color:hsl(var(--background) / .2)}.outline-aui-background\/25{outline-color:hsl(var(--background) / .25)}.outline-aui-background\/30{outline-color:hsl(var(--background) / .3)}.outline-aui-background\/35{outline-color:hsl(var(--background) / .35)}.outline-aui-background\/40{outline-color:hsl(var(--background) / .4)}.outline-aui-background\/45{outline-color:hsl(var(--background) / .45)}.outline-aui-background\/5{outline-color:hsl(var(--background) / .05)}.outline-aui-background\/50{outline-color:hsl(var(--background) / .5)}.outline-aui-background\/55{outline-color:hsl(var(--background) / .55)}.outline-aui-background\/60{outline-color:hsl(var(--background) / .6)}.outline-aui-background\/65{outline-color:hsl(var(--background) / .65)}.outline-aui-background\/70{outline-color:hsl(var(--background) / .7)}.outline-aui-background\/75{outline-color:hsl(var(--background) / .75)}.outline-aui-background\/80{outline-color:hsl(var(--background) / .8)}.outline-aui-background\/85{outline-color:hsl(var(--background) / .85)}.outline-aui-background\/90{outline-color:hsl(var(--background) / .9)}.outline-aui-background\/95{outline-color:hsl(var(--background) / .95)}.outline-aui-border{outline-color:hsl(var(--border))}.outline-aui-border\/0{outline-color:hsl(var(--border) / 0)}.outline-aui-border\/10{outline-color:hsl(var(--border) / .1)}.outline-aui-border\/100{outline-color:hsl(var(--border) / 1)}.outline-aui-border\/15{outline-color:hsl(var(--border) / .15)}.outline-aui-border\/20{outline-color:hsl(var(--border) / .2)}.outline-aui-border\/25{outline-color:hsl(var(--border) / .25)}.outline-aui-border\/30{outline-color:hsl(var(--border) / .3)}.outline-aui-border\/35{outline-color:hsl(var(--border) / .35)}.outline-aui-border\/40{outline-color:hsl(var(--border) / .4)}.outline-aui-border\/45{outline-color:hsl(var(--border) / .45)}.outline-aui-border\/5{outline-color:hsl(var(--border) / .05)}.outline-aui-border\/50{outline-color:hsl(var(--border) / .5)}.outline-aui-border\/55{outline-color:hsl(var(--border) / .55)}.outline-aui-border\/60{outline-color:hsl(var(--border) / .6)}.outline-aui-border\/65{outline-color:hsl(var(--border) / .65)}.outline-aui-border\/70{outline-color:hsl(var(--border) / .7)}.outline-aui-border\/75{outline-color:hsl(var(--border) / .75)}.outline-aui-border\/80{outline-color:hsl(var(--border) / .8)}.outline-aui-border\/85{outline-color:hsl(var(--border) / .85)}.outline-aui-border\/90{outline-color:hsl(var(--border) / .9)}.outline-aui-border\/95{outline-color:hsl(var(--border) / .95)}.outline-aui-card{outline-color:hsl(var(--card))}.outline-aui-card-foreground{outline-color:hsl(var(--card-foreground))}.outline-aui-card-foreground\/0{outline-color:hsl(var(--card-foreground) / 0)}.outline-aui-card-foreground\/10{outline-color:hsl(var(--card-foreground) / .1)}.outline-aui-card-foreground\/100{outline-color:hsl(var(--card-foreground) / 1)}.outline-aui-card-foreground\/15{outline-color:hsl(var(--card-foreground) / .15)}.outline-aui-card-foreground\/20{outline-color:hsl(var(--card-foreground) / .2)}.outline-aui-card-foreground\/25{outline-color:hsl(var(--card-foreground) / .25)}.outline-aui-card-foreground\/30{outline-color:hsl(var(--card-foreground) / .3)}.outline-aui-card-foreground\/35{outline-color:hsl(var(--card-foreground) / .35)}.outline-aui-card-foreground\/40{outline-color:hsl(var(--card-foreground) / .4)}.outline-aui-card-foreground\/45{outline-color:hsl(var(--card-foreground) / .45)}.outline-aui-card-foreground\/5{outline-color:hsl(var(--card-foreground) / .05)}.outline-aui-card-foreground\/50{outline-color:hsl(var(--card-foreground) / .5)}.outline-aui-card-foreground\/55{outline-color:hsl(var(--card-foreground) / .55)}.outline-aui-card-foreground\/60{outline-color:hsl(var(--card-foreground) / .6)}.outline-aui-card-foreground\/65{outline-color:hsl(var(--card-foreground) / .65)}.outline-aui-card-foreground\/70{outline-color:hsl(var(--card-foreground) / .7)}.outline-aui-card-foreground\/75{outline-color:hsl(var(--card-foreground) / .75)}.outline-aui-card-foreground\/80{outline-color:hsl(var(--card-foreground) / .8)}.outline-aui-card-foreground\/85{outline-color:hsl(var(--card-foreground) / .85)}.outline-aui-card-foreground\/90{outline-color:hsl(var(--card-foreground) / .9)}.outline-aui-card-foreground\/95{outline-color:hsl(var(--card-foreground) / .95)}.outline-aui-card\/0{outline-color:hsl(var(--card) / 0)}.outline-aui-card\/10{outline-color:hsl(var(--card) / .1)}.outline-aui-card\/100{outline-color:hsl(var(--card) / 1)}.outline-aui-card\/15{outline-color:hsl(var(--card) / .15)}.outline-aui-card\/20{outline-color:hsl(var(--card) / .2)}.outline-aui-card\/25{outline-color:hsl(var(--card) / .25)}.outline-aui-card\/30{outline-color:hsl(var(--card) / .3)}.outline-aui-card\/35{outline-color:hsl(var(--card) / .35)}.outline-aui-card\/40{outline-color:hsl(var(--card) / .4)}.outline-aui-card\/45{outline-color:hsl(var(--card) / .45)}.outline-aui-card\/5{outline-color:hsl(var(--card) / .05)}.outline-aui-card\/50{outline-color:hsl(var(--card) / .5)}.outline-aui-card\/55{outline-color:hsl(var(--card) / .55)}.outline-aui-card\/60{outline-color:hsl(var(--card) / .6)}.outline-aui-card\/65{outline-color:hsl(var(--card) / .65)}.outline-aui-card\/70{outline-color:hsl(var(--card) / .7)}.outline-aui-card\/75{outline-color:hsl(var(--card) / .75)}.outline-aui-card\/80{outline-color:hsl(var(--card) / .8)}.outline-aui-card\/85{outline-color:hsl(var(--card) / .85)}.outline-aui-card\/90{outline-color:hsl(var(--card) / .9)}.outline-aui-card\/95{outline-color:hsl(var(--card) / .95)}.outline-aui-destructive{outline-color:hsl(var(--destructive))}.outline-aui-destructive-foreground{outline-color:hsl(var(--destructive-foreground))}.outline-aui-destructive-foreground\/0{outline-color:hsl(var(--destructive-foreground) / 0)}.outline-aui-destructive-foreground\/10{outline-color:hsl(var(--destructive-foreground) / .1)}.outline-aui-destructive-foreground\/100{outline-color:hsl(var(--destructive-foreground) / 1)}.outline-aui-destructive-foreground\/15{outline-color:hsl(var(--destructive-foreground) / .15)}.outline-aui-destructive-foreground\/20{outline-color:hsl(var(--destructive-foreground) / .2)}.outline-aui-destructive-foreground\/25{outline-color:hsl(var(--destructive-foreground) / .25)}.outline-aui-destructive-foreground\/30{outline-color:hsl(var(--destructive-foreground) / .3)}.outline-aui-destructive-foreground\/35{outline-color:hsl(var(--destructive-foreground) / .35)}.outline-aui-destructive-foreground\/40{outline-color:hsl(var(--destructive-foreground) / .4)}.outline-aui-destructive-foreground\/45{outline-color:hsl(var(--destructive-foreground) / .45)}.outline-aui-destructive-foreground\/5{outline-color:hsl(var(--destructive-foreground) / .05)}.outline-aui-destructive-foreground\/50{outline-color:hsl(var(--destructive-foreground) / .5)}.outline-aui-destructive-foreground\/55{outline-color:hsl(var(--destructive-foreground) / .55)}.outline-aui-destructive-foreground\/60{outline-color:hsl(var(--destructive-foreground) / .6)}.outline-aui-destructive-foreground\/65{outline-color:hsl(var(--destructive-foreground) / .65)}.outline-aui-destructive-foreground\/70{outline-color:hsl(var(--destructive-foreground) / .7)}.outline-aui-destructive-foreground\/75{outline-color:hsl(var(--destructive-foreground) / .75)}.outline-aui-destructive-foreground\/80{outline-color:hsl(var(--destructive-foreground) / .8)}.outline-aui-destructive-foreground\/85{outline-color:hsl(var(--destructive-foreground) / .85)}.outline-aui-destructive-foreground\/90{outline-color:hsl(var(--destructive-foreground) / .9)}.outline-aui-destructive-foreground\/95{outline-color:hsl(var(--destructive-foreground) / .95)}.outline-aui-destructive\/0{outline-color:hsl(var(--destructive) / 0)}.outline-aui-destructive\/10{outline-color:hsl(var(--destructive) / .1)}.outline-aui-destructive\/100{outline-color:hsl(var(--destructive) / 1)}.outline-aui-destructive\/15{outline-color:hsl(var(--destructive) / .15)}.outline-aui-destructive\/20{outline-color:hsl(var(--destructive) / .2)}.outline-aui-destructive\/25{outline-color:hsl(var(--destructive) / .25)}.outline-aui-destructive\/30{outline-color:hsl(var(--destructive) / .3)}.outline-aui-destructive\/35{outline-color:hsl(var(--destructive) / .35)}.outline-aui-destructive\/40{outline-color:hsl(var(--destructive) / .4)}.outline-aui-destructive\/45{outline-color:hsl(var(--destructive) / .45)}.outline-aui-destructive\/5{outline-color:hsl(var(--destructive) / .05)}.outline-aui-destructive\/50{outline-color:hsl(var(--destructive) / .5)}.outline-aui-destructive\/55{outline-color:hsl(var(--destructive) / .55)}.outline-aui-destructive\/60{outline-color:hsl(var(--destructive) / .6)}.outline-aui-destructive\/65{outline-color:hsl(var(--destructive) / .65)}.outline-aui-destructive\/70{outline-color:hsl(var(--destructive) / .7)}.outline-aui-destructive\/75{outline-color:hsl(var(--destructive) / .75)}.outline-aui-destructive\/80{outline-color:hsl(var(--destructive) / .8)}.outline-aui-destructive\/85{outline-color:hsl(var(--destructive) / .85)}.outline-aui-destructive\/90{outline-color:hsl(var(--destructive) / .9)}.outline-aui-destructive\/95{outline-color:hsl(var(--destructive) / .95)}.outline-aui-foreground{outline-color:hsl(var(--foreground))}.outline-aui-foreground\/0{outline-color:hsl(var(--foreground) / 0)}.outline-aui-foreground\/10{outline-color:hsl(var(--foreground) / .1)}.outline-aui-foreground\/100{outline-color:hsl(var(--foreground) / 1)}.outline-aui-foreground\/15{outline-color:hsl(var(--foreground) / .15)}.outline-aui-foreground\/20{outline-color:hsl(var(--foreground) / .2)}.outline-aui-foreground\/25{outline-color:hsl(var(--foreground) / .25)}.outline-aui-foreground\/30{outline-color:hsl(var(--foreground) / .3)}.outline-aui-foreground\/35{outline-color:hsl(var(--foreground) / .35)}.outline-aui-foreground\/40{outline-color:hsl(var(--foreground) / .4)}.outline-aui-foreground\/45{outline-color:hsl(var(--foreground) / .45)}.outline-aui-foreground\/5{outline-color:hsl(var(--foreground) / .05)}.outline-aui-foreground\/50{outline-color:hsl(var(--foreground) / .5)}.outline-aui-foreground\/55{outline-color:hsl(var(--foreground) / .55)}.outline-aui-foreground\/60{outline-color:hsl(var(--foreground) / .6)}.outline-aui-foreground\/65{outline-color:hsl(var(--foreground) / .65)}.outline-aui-foreground\/70{outline-color:hsl(var(--foreground) / .7)}.outline-aui-foreground\/75{outline-color:hsl(var(--foreground) / .75)}.outline-aui-foreground\/80{outline-color:hsl(var(--foreground) / .8)}.outline-aui-foreground\/85{outline-color:hsl(var(--foreground) / .85)}.outline-aui-foreground\/90{outline-color:hsl(var(--foreground) / .9)}.outline-aui-foreground\/95{outline-color:hsl(var(--foreground) / .95)}.outline-aui-input{outline-color:hsl(var(--input))}.outline-aui-input\/0{outline-color:hsl(var(--input) / 0)}.outline-aui-input\/10{outline-color:hsl(var(--input) / .1)}.outline-aui-input\/100{outline-color:hsl(var(--input) / 1)}.outline-aui-input\/15{outline-color:hsl(var(--input) / .15)}.outline-aui-input\/20{outline-color:hsl(var(--input) / .2)}.outline-aui-input\/25{outline-color:hsl(var(--input) / .25)}.outline-aui-input\/30{outline-color:hsl(var(--input) / .3)}.outline-aui-input\/35{outline-color:hsl(var(--input) / .35)}.outline-aui-input\/40{outline-color:hsl(var(--input) / .4)}.outline-aui-input\/45{outline-color:hsl(var(--input) / .45)}.outline-aui-input\/5{outline-color:hsl(var(--input) / .05)}.outline-aui-input\/50{outline-color:hsl(var(--input) / .5)}.outline-aui-input\/55{outline-color:hsl(var(--input) / .55)}.outline-aui-input\/60{outline-color:hsl(var(--input) / .6)}.outline-aui-input\/65{outline-color:hsl(var(--input) / .65)}.outline-aui-input\/70{outline-color:hsl(var(--input) / .7)}.outline-aui-input\/75{outline-color:hsl(var(--input) / .75)}.outline-aui-input\/80{outline-color:hsl(var(--input) / .8)}.outline-aui-input\/85{outline-color:hsl(var(--input) / .85)}.outline-aui-input\/90{outline-color:hsl(var(--input) / .9)}.outline-aui-input\/95{outline-color:hsl(var(--input) / .95)}.outline-aui-muted{outline-color:hsl(var(--muted))}.outline-aui-muted-foreground{outline-color:hsl(var(--muted-foreground))}.outline-aui-muted-foreground\/0{outline-color:hsl(var(--muted-foreground) / 0)}.outline-aui-muted-foreground\/10{outline-color:hsl(var(--muted-foreground) / .1)}.outline-aui-muted-foreground\/100{outline-color:hsl(var(--muted-foreground) / 1)}.outline-aui-muted-foreground\/15{outline-color:hsl(var(--muted-foreground) / .15)}.outline-aui-muted-foreground\/20{outline-color:hsl(var(--muted-foreground) / .2)}.outline-aui-muted-foreground\/25{outline-color:hsl(var(--muted-foreground) / .25)}.outline-aui-muted-foreground\/30{outline-color:hsl(var(--muted-foreground) / .3)}.outline-aui-muted-foreground\/35{outline-color:hsl(var(--muted-foreground) / .35)}.outline-aui-muted-foreground\/40{outline-color:hsl(var(--muted-foreground) / .4)}.outline-aui-muted-foreground\/45{outline-color:hsl(var(--muted-foreground) / .45)}.outline-aui-muted-foreground\/5{outline-color:hsl(var(--muted-foreground) / .05)}.outline-aui-muted-foreground\/50{outline-color:hsl(var(--muted-foreground) / .5)}.outline-aui-muted-foreground\/55{outline-color:hsl(var(--muted-foreground) / .55)}.outline-aui-muted-foreground\/60{outline-color:hsl(var(--muted-foreground) / .6)}.outline-aui-muted-foreground\/65{outline-color:hsl(var(--muted-foreground) / .65)}.outline-aui-muted-foreground\/70{outline-color:hsl(var(--muted-foreground) / .7)}.outline-aui-muted-foreground\/75{outline-color:hsl(var(--muted-foreground) / .75)}.outline-aui-muted-foreground\/80{outline-color:hsl(var(--muted-foreground) / .8)}.outline-aui-muted-foreground\/85{outline-color:hsl(var(--muted-foreground) / .85)}.outline-aui-muted-foreground\/90{outline-color:hsl(var(--muted-foreground) / .9)}.outline-aui-muted-foreground\/95{outline-color:hsl(var(--muted-foreground) / .95)}.outline-aui-muted\/0{outline-color:hsl(var(--muted) / 0)}.outline-aui-muted\/10{outline-color:hsl(var(--muted) / .1)}.outline-aui-muted\/100{outline-color:hsl(var(--muted) / 1)}.outline-aui-muted\/15{outline-color:hsl(var(--muted) / .15)}.outline-aui-muted\/20{outline-color:hsl(var(--muted) / .2)}.outline-aui-muted\/25{outline-color:hsl(var(--muted) / .25)}.outline-aui-muted\/30{outline-color:hsl(var(--muted) / .3)}.outline-aui-muted\/35{outline-color:hsl(var(--muted) / .35)}.outline-aui-muted\/40{outline-color:hsl(var(--muted) / .4)}.outline-aui-muted\/45{outline-color:hsl(var(--muted) / .45)}.outline-aui-muted\/5{outline-color:hsl(var(--muted) / .05)}.outline-aui-muted\/50{outline-color:hsl(var(--muted) / .5)}.outline-aui-muted\/55{outline-color:hsl(var(--muted) / .55)}.outline-aui-muted\/60{outline-color:hsl(var(--muted) / .6)}.outline-aui-muted\/65{outline-color:hsl(var(--muted) / .65)}.outline-aui-muted\/70{outline-color:hsl(var(--muted) / .7)}.outline-aui-muted\/75{outline-color:hsl(var(--muted) / .75)}.outline-aui-muted\/80{outline-color:hsl(var(--muted) / .8)}.outline-aui-muted\/85{outline-color:hsl(var(--muted) / .85)}.outline-aui-muted\/90{outline-color:hsl(var(--muted) / .9)}.outline-aui-muted\/95{outline-color:hsl(var(--muted) / .95)}.outline-aui-popover{outline-color:hsl(var(--popover))}.outline-aui-popover-foreground{outline-color:hsl(var(--popover-foreground))}.outline-aui-popover-foreground\/0{outline-color:hsl(var(--popover-foreground) / 0)}.outline-aui-popover-foreground\/10{outline-color:hsl(var(--popover-foreground) / .1)}.outline-aui-popover-foreground\/100{outline-color:hsl(var(--popover-foreground) / 1)}.outline-aui-popover-foreground\/15{outline-color:hsl(var(--popover-foreground) / .15)}.outline-aui-popover-foreground\/20{outline-color:hsl(var(--popover-foreground) / .2)}.outline-aui-popover-foreground\/25{outline-color:hsl(var(--popover-foreground) / .25)}.outline-aui-popover-foreground\/30{outline-color:hsl(var(--popover-foreground) / .3)}.outline-aui-popover-foreground\/35{outline-color:hsl(var(--popover-foreground) / .35)}.outline-aui-popover-foreground\/40{outline-color:hsl(var(--popover-foreground) / .4)}.outline-aui-popover-foreground\/45{outline-color:hsl(var(--popover-foreground) / .45)}.outline-aui-popover-foreground\/5{outline-color:hsl(var(--popover-foreground) / .05)}.outline-aui-popover-foreground\/50{outline-color:hsl(var(--popover-foreground) / .5)}.outline-aui-popover-foreground\/55{outline-color:hsl(var(--popover-foreground) / .55)}.outline-aui-popover-foreground\/60{outline-color:hsl(var(--popover-foreground) / .6)}.outline-aui-popover-foreground\/65{outline-color:hsl(var(--popover-foreground) / .65)}.outline-aui-popover-foreground\/70{outline-color:hsl(var(--popover-foreground) / .7)}.outline-aui-popover-foreground\/75{outline-color:hsl(var(--popover-foreground) / .75)}.outline-aui-popover-foreground\/80{outline-color:hsl(var(--popover-foreground) / .8)}.outline-aui-popover-foreground\/85{outline-color:hsl(var(--popover-foreground) / .85)}.outline-aui-popover-foreground\/90{outline-color:hsl(var(--popover-foreground) / .9)}.outline-aui-popover-foreground\/95{outline-color:hsl(var(--popover-foreground) / .95)}.outline-aui-popover\/0{outline-color:hsl(var(--popover) / 0)}.outline-aui-popover\/10{outline-color:hsl(var(--popover) / .1)}.outline-aui-popover\/100{outline-color:hsl(var(--popover) / 1)}.outline-aui-popover\/15{outline-color:hsl(var(--popover) / .15)}.outline-aui-popover\/20{outline-color:hsl(var(--popover) / .2)}.outline-aui-popover\/25{outline-color:hsl(var(--popover) / .25)}.outline-aui-popover\/30{outline-color:hsl(var(--popover) / .3)}.outline-aui-popover\/35{outline-color:hsl(var(--popover) / .35)}.outline-aui-popover\/40{outline-color:hsl(var(--popover) / .4)}.outline-aui-popover\/45{outline-color:hsl(var(--popover) / .45)}.outline-aui-popover\/5{outline-color:hsl(var(--popover) / .05)}.outline-aui-popover\/50{outline-color:hsl(var(--popover) / .5)}.outline-aui-popover\/55{outline-color:hsl(var(--popover) / .55)}.outline-aui-popover\/60{outline-color:hsl(var(--popover) / .6)}.outline-aui-popover\/65{outline-color:hsl(var(--popover) / .65)}.outline-aui-popover\/70{outline-color:hsl(var(--popover) / .7)}.outline-aui-popover\/75{outline-color:hsl(var(--popover) / .75)}.outline-aui-popover\/80{outline-color:hsl(var(--popover) / .8)}.outline-aui-popover\/85{outline-color:hsl(var(--popover) / .85)}.outline-aui-popover\/90{outline-color:hsl(var(--popover) / .9)}.outline-aui-popover\/95{outline-color:hsl(var(--popover) / .95)}.outline-aui-primary{outline-color:hsl(var(--primary))}.outline-aui-primary-foreground{outline-color:hsl(var(--primary-foreground))}.outline-aui-primary-foreground\/0{outline-color:hsl(var(--primary-foreground) / 0)}.outline-aui-primary-foreground\/10{outline-color:hsl(var(--primary-foreground) / .1)}.outline-aui-primary-foreground\/100{outline-color:hsl(var(--primary-foreground) / 1)}.outline-aui-primary-foreground\/15{outline-color:hsl(var(--primary-foreground) / .15)}.outline-aui-primary-foreground\/20{outline-color:hsl(var(--primary-foreground) / .2)}.outline-aui-primary-foreground\/25{outline-color:hsl(var(--primary-foreground) / .25)}.outline-aui-primary-foreground\/30{outline-color:hsl(var(--primary-foreground) / .3)}.outline-aui-primary-foreground\/35{outline-color:hsl(var(--primary-foreground) / .35)}.outline-aui-primary-foreground\/40{outline-color:hsl(var(--primary-foreground) / .4)}.outline-aui-primary-foreground\/45{outline-color:hsl(var(--primary-foreground) / .45)}.outline-aui-primary-foreground\/5{outline-color:hsl(var(--primary-foreground) / .05)}.outline-aui-primary-foreground\/50{outline-color:hsl(var(--primary-foreground) / .5)}.outline-aui-primary-foreground\/55{outline-color:hsl(var(--primary-foreground) / .55)}.outline-aui-primary-foreground\/60{outline-color:hsl(var(--primary-foreground) / .6)}.outline-aui-primary-foreground\/65{outline-color:hsl(var(--primary-foreground) / .65)}.outline-aui-primary-foreground\/70{outline-color:hsl(var(--primary-foreground) / .7)}.outline-aui-primary-foreground\/75{outline-color:hsl(var(--primary-foreground) / .75)}.outline-aui-primary-foreground\/80{outline-color:hsl(var(--primary-foreground) / .8)}.outline-aui-primary-foreground\/85{outline-color:hsl(var(--primary-foreground) / .85)}.outline-aui-primary-foreground\/90{outline-color:hsl(var(--primary-foreground) / .9)}.outline-aui-primary-foreground\/95{outline-color:hsl(var(--primary-foreground) / .95)}.outline-aui-primary\/0{outline-color:hsl(var(--primary) / 0)}.outline-aui-primary\/10{outline-color:hsl(var(--primary) / .1)}.outline-aui-primary\/100{outline-color:hsl(var(--primary) / 1)}.outline-aui-primary\/15{outline-color:hsl(var(--primary) / .15)}.outline-aui-primary\/20{outline-color:hsl(var(--primary) / .2)}.outline-aui-primary\/25{outline-color:hsl(var(--primary) / .25)}.outline-aui-primary\/30{outline-color:hsl(var(--primary) / .3)}.outline-aui-primary\/35{outline-color:hsl(var(--primary) / .35)}.outline-aui-primary\/40{outline-color:hsl(var(--primary) / .4)}.outline-aui-primary\/45{outline-color:hsl(var(--primary) / .45)}.outline-aui-primary\/5{outline-color:hsl(var(--primary) / .05)}.outline-aui-primary\/50{outline-color:hsl(var(--primary) / .5)}.outline-aui-primary\/55{outline-color:hsl(var(--primary) / .55)}.outline-aui-primary\/60{outline-color:hsl(var(--primary) / .6)}.outline-aui-primary\/65{outline-color:hsl(var(--primary) / .65)}.outline-aui-primary\/70{outline-color:hsl(var(--primary) / .7)}.outline-aui-primary\/75{outline-color:hsl(var(--primary) / .75)}.outline-aui-primary\/80{outline-color:hsl(var(--primary) / .8)}.outline-aui-primary\/85{outline-color:hsl(var(--primary) / .85)}.outline-aui-primary\/90{outline-color:hsl(var(--primary) / .9)}.outline-aui-primary\/95{outline-color:hsl(var(--primary) / .95)}.outline-aui-ring{outline-color:hsl(var(--ring))}.outline-aui-ring\/0{outline-color:hsl(var(--ring) / 0)}.outline-aui-ring\/10{outline-color:hsl(var(--ring) / .1)}.outline-aui-ring\/100{outline-color:hsl(var(--ring) / 1)}.outline-aui-ring\/15{outline-color:hsl(var(--ring) / .15)}.outline-aui-ring\/20{outline-color:hsl(var(--ring) / .2)}.outline-aui-ring\/25{outline-color:hsl(var(--ring) / .25)}.outline-aui-ring\/30{outline-color:hsl(var(--ring) / .3)}.outline-aui-ring\/35{outline-color:hsl(var(--ring) / .35)}.outline-aui-ring\/40{outline-color:hsl(var(--ring) / .4)}.outline-aui-ring\/45{outline-color:hsl(var(--ring) / .45)}.outline-aui-ring\/5{outline-color:hsl(var(--ring) / .05)}.outline-aui-ring\/50{outline-color:hsl(var(--ring) / .5)}.outline-aui-ring\/55{outline-color:hsl(var(--ring) / .55)}.outline-aui-ring\/60{outline-color:hsl(var(--ring) / .6)}.outline-aui-ring\/65{outline-color:hsl(var(--ring) / .65)}.outline-aui-ring\/70{outline-color:hsl(var(--ring) / .7)}.outline-aui-ring\/75{outline-color:hsl(var(--ring) / .75)}.outline-aui-ring\/80{outline-color:hsl(var(--ring) / .8)}.outline-aui-ring\/85{outline-color:hsl(var(--ring) / .85)}.outline-aui-ring\/90{outline-color:hsl(var(--ring) / .9)}.outline-aui-ring\/95{outline-color:hsl(var(--ring) / .95)}.outline-aui-secondary{outline-color:hsl(var(--secondary))}.outline-aui-secondary-foreground{outline-color:hsl(var(--secondary-foreground))}.outline-aui-secondary-foreground\/0{outline-color:hsl(var(--secondary-foreground) / 0)}.outline-aui-secondary-foreground\/10{outline-color:hsl(var(--secondary-foreground) / .1)}.outline-aui-secondary-foreground\/100{outline-color:hsl(var(--secondary-foreground) / 1)}.outline-aui-secondary-foreground\/15{outline-color:hsl(var(--secondary-foreground) / .15)}.outline-aui-secondary-foreground\/20{outline-color:hsl(var(--secondary-foreground) / .2)}.outline-aui-secondary-foreground\/25{outline-color:hsl(var(--secondary-foreground) / .25)}.outline-aui-secondary-foreground\/30{outline-color:hsl(var(--secondary-foreground) / .3)}.outline-aui-secondary-foreground\/35{outline-color:hsl(var(--secondary-foreground) / .35)}.outline-aui-secondary-foreground\/40{outline-color:hsl(var(--secondary-foreground) / .4)}.outline-aui-secondary-foreground\/45{outline-color:hsl(var(--secondary-foreground) / .45)}.outline-aui-secondary-foreground\/5{outline-color:hsl(var(--secondary-foreground) / .05)}.outline-aui-secondary-foreground\/50{outline-color:hsl(var(--secondary-foreground) / .5)}.outline-aui-secondary-foreground\/55{outline-color:hsl(var(--secondary-foreground) / .55)}.outline-aui-secondary-foreground\/60{outline-color:hsl(var(--secondary-foreground) / .6)}.outline-aui-secondary-foreground\/65{outline-color:hsl(var(--secondary-foreground) / .65)}.outline-aui-secondary-foreground\/70{outline-color:hsl(var(--secondary-foreground) / .7)}.outline-aui-secondary-foreground\/75{outline-color:hsl(var(--secondary-foreground) / .75)}.outline-aui-secondary-foreground\/80{outline-color:hsl(var(--secondary-foreground) / .8)}.outline-aui-secondary-foreground\/85{outline-color:hsl(var(--secondary-foreground) / .85)}.outline-aui-secondary-foreground\/90{outline-color:hsl(var(--secondary-foreground) / .9)}.outline-aui-secondary-foreground\/95{outline-color:hsl(var(--secondary-foreground) / .95)}.outline-aui-secondary\/0{outline-color:hsl(var(--secondary) / 0)}.outline-aui-secondary\/10{outline-color:hsl(var(--secondary) / .1)}.outline-aui-secondary\/100{outline-color:hsl(var(--secondary) / 1)}.outline-aui-secondary\/15{outline-color:hsl(var(--secondary) / .15)}.outline-aui-secondary\/20{outline-color:hsl(var(--secondary) / .2)}.outline-aui-secondary\/25{outline-color:hsl(var(--secondary) / .25)}.outline-aui-secondary\/30{outline-color:hsl(var(--secondary) / .3)}.outline-aui-secondary\/35{outline-color:hsl(var(--secondary) / .35)}.outline-aui-secondary\/40{outline-color:hsl(var(--secondary) / .4)}.outline-aui-secondary\/45{outline-color:hsl(var(--secondary) / .45)}.outline-aui-secondary\/5{outline-color:hsl(var(--secondary) / .05)}.outline-aui-secondary\/50{outline-color:hsl(var(--secondary) / .5)}.outline-aui-secondary\/55{outline-color:hsl(var(--secondary) / .55)}.outline-aui-secondary\/60{outline-color:hsl(var(--secondary) / .6)}.outline-aui-secondary\/65{outline-color:hsl(var(--secondary) / .65)}.outline-aui-secondary\/70{outline-color:hsl(var(--secondary) / .7)}.outline-aui-secondary\/75{outline-color:hsl(var(--secondary) / .75)}.outline-aui-secondary\/80{outline-color:hsl(var(--secondary) / .8)}.outline-aui-secondary\/85{outline-color:hsl(var(--secondary) / .85)}.outline-aui-secondary\/90{outline-color:hsl(var(--secondary) / .9)}.outline-aui-secondary\/95{outline-color:hsl(var(--secondary) / .95)}.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-inset{--tw-ring-inset: inset}.ring-aui-accent{--tw-ring-color: hsl(var(--accent))}.ring-aui-accent-foreground{--tw-ring-color: hsl(var(--accent-foreground))}.ring-aui-accent-foreground\/0{--tw-ring-color: hsl(var(--accent-foreground) / 0)}.ring-aui-accent-foreground\/10{--tw-ring-color: hsl(var(--accent-foreground) / .1)}.ring-aui-accent-foreground\/100{--tw-ring-color: hsl(var(--accent-foreground) / 1)}.ring-aui-accent-foreground\/15{--tw-ring-color: hsl(var(--accent-foreground) / .15)}.ring-aui-accent-foreground\/20{--tw-ring-color: hsl(var(--accent-foreground) / .2)}.ring-aui-accent-foreground\/25{--tw-ring-color: hsl(var(--accent-foreground) / .25)}.ring-aui-accent-foreground\/30{--tw-ring-color: hsl(var(--accent-foreground) / .3)}.ring-aui-accent-foreground\/35{--tw-ring-color: hsl(var(--accent-foreground) / .35)}.ring-aui-accent-foreground\/40{--tw-ring-color: hsl(var(--accent-foreground) / .4)}.ring-aui-accent-foreground\/45{--tw-ring-color: hsl(var(--accent-foreground) / .45)}.ring-aui-accent-foreground\/5{--tw-ring-color: hsl(var(--accent-foreground) / .05)}.ring-aui-accent-foreground\/50{--tw-ring-color: hsl(var(--accent-foreground) / .5)}.ring-aui-accent-foreground\/55{--tw-ring-color: hsl(var(--accent-foreground) / .55)}.ring-aui-accent-foreground\/60{--tw-ring-color: hsl(var(--accent-foreground) / .6)}.ring-aui-accent-foreground\/65{--tw-ring-color: hsl(var(--accent-foreground) / .65)}.ring-aui-accent-foreground\/70{--tw-ring-color: hsl(var(--accent-foreground) / .7)}.ring-aui-accent-foreground\/75{--tw-ring-color: hsl(var(--accent-foreground) / .75)}.ring-aui-accent-foreground\/80{--tw-ring-color: hsl(var(--accent-foreground) / .8)}.ring-aui-accent-foreground\/85{--tw-ring-color: hsl(var(--accent-foreground) / .85)}.ring-aui-accent-foreground\/90{--tw-ring-color: hsl(var(--accent-foreground) / .9)}.ring-aui-accent-foreground\/95{--tw-ring-color: hsl(var(--accent-foreground) / .95)}.ring-aui-accent\/0{--tw-ring-color: hsl(var(--accent) / 0)}.ring-aui-accent\/10{--tw-ring-color: hsl(var(--accent) / .1)}.ring-aui-accent\/100{--tw-ring-color: hsl(var(--accent) / 1)}.ring-aui-accent\/15{--tw-ring-color: hsl(var(--accent) / .15)}.ring-aui-accent\/20{--tw-ring-color: hsl(var(--accent) / .2)}.ring-aui-accent\/25{--tw-ring-color: hsl(var(--accent) / .25)}.ring-aui-accent\/30{--tw-ring-color: hsl(var(--accent) / .3)}.ring-aui-accent\/35{--tw-ring-color: hsl(var(--accent) / .35)}.ring-aui-accent\/40{--tw-ring-color: hsl(var(--accent) / .4)}.ring-aui-accent\/45{--tw-ring-color: hsl(var(--accent) / .45)}.ring-aui-accent\/5{--tw-ring-color: hsl(var(--accent) / .05)}.ring-aui-accent\/50{--tw-ring-color: hsl(var(--accent) / .5)}.ring-aui-accent\/55{--tw-ring-color: hsl(var(--accent) / .55)}.ring-aui-accent\/60{--tw-ring-color: hsl(var(--accent) / .6)}.ring-aui-accent\/65{--tw-ring-color: hsl(var(--accent) / .65)}.ring-aui-accent\/70{--tw-ring-color: hsl(var(--accent) / .7)}.ring-aui-accent\/75{--tw-ring-color: hsl(var(--accent) / .75)}.ring-aui-accent\/80{--tw-ring-color: hsl(var(--accent) / .8)}.ring-aui-accent\/85{--tw-ring-color: hsl(var(--accent) / .85)}.ring-aui-accent\/90{--tw-ring-color: hsl(var(--accent) / .9)}.ring-aui-accent\/95{--tw-ring-color: hsl(var(--accent) / .95)}.ring-aui-background{--tw-ring-color: hsl(var(--background))}.ring-aui-background\/0{--tw-ring-color: hsl(var(--background) / 0)}.ring-aui-background\/10{--tw-ring-color: hsl(var(--background) / .1)}.ring-aui-background\/100{--tw-ring-color: hsl(var(--background) / 1)}.ring-aui-background\/15{--tw-ring-color: hsl(var(--background) / .15)}.ring-aui-background\/20{--tw-ring-color: hsl(var(--background) / .2)}.ring-aui-background\/25{--tw-ring-color: hsl(var(--background) / .25)}.ring-aui-background\/30{--tw-ring-color: hsl(var(--background) / .3)}.ring-aui-background\/35{--tw-ring-color: hsl(var(--background) / .35)}.ring-aui-background\/40{--tw-ring-color: hsl(var(--background) / .4)}.ring-aui-background\/45{--tw-ring-color: hsl(var(--background) / .45)}.ring-aui-background\/5{--tw-ring-color: hsl(var(--background) / .05)}.ring-aui-background\/50{--tw-ring-color: hsl(var(--background) / .5)}.ring-aui-background\/55{--tw-ring-color: hsl(var(--background) / .55)}.ring-aui-background\/60{--tw-ring-color: hsl(var(--background) / .6)}.ring-aui-background\/65{--tw-ring-color: hsl(var(--background) / .65)}.ring-aui-background\/70{--tw-ring-color: hsl(var(--background) / .7)}.ring-aui-background\/75{--tw-ring-color: hsl(var(--background) / .75)}.ring-aui-background\/80{--tw-ring-color: hsl(var(--background) / .8)}.ring-aui-background\/85{--tw-ring-color: hsl(var(--background) / .85)}.ring-aui-background\/90{--tw-ring-color: hsl(var(--background) / .9)}.ring-aui-background\/95{--tw-ring-color: hsl(var(--background) / .95)}.ring-aui-border{--tw-ring-color: hsl(var(--border))}.ring-aui-border\/0{--tw-ring-color: hsl(var(--border) / 0)}.ring-aui-border\/10{--tw-ring-color: hsl(var(--border) / .1)}.ring-aui-border\/100{--tw-ring-color: hsl(var(--border) / 1)}.ring-aui-border\/15{--tw-ring-color: hsl(var(--border) / .15)}.ring-aui-border\/20{--tw-ring-color: hsl(var(--border) / .2)}.ring-aui-border\/25{--tw-ring-color: hsl(var(--border) / .25)}.ring-aui-border\/30{--tw-ring-color: hsl(var(--border) / .3)}.ring-aui-border\/35{--tw-ring-color: hsl(var(--border) / .35)}.ring-aui-border\/40{--tw-ring-color: hsl(var(--border) / .4)}.ring-aui-border\/45{--tw-ring-color: hsl(var(--border) / .45)}.ring-aui-border\/5{--tw-ring-color: hsl(var(--border) / .05)}.ring-aui-border\/50{--tw-ring-color: hsl(var(--border) / .5)}.ring-aui-border\/55{--tw-ring-color: hsl(var(--border) / .55)}.ring-aui-border\/60{--tw-ring-color: hsl(var(--border) / .6)}.ring-aui-border\/65{--tw-ring-color: hsl(var(--border) / .65)}.ring-aui-border\/70{--tw-ring-color: hsl(var(--border) / .7)}.ring-aui-border\/75{--tw-ring-color: hsl(var(--border) / .75)}.ring-aui-border\/80{--tw-ring-color: hsl(var(--border) / .8)}.ring-aui-border\/85{--tw-ring-color: hsl(var(--border) / .85)}.ring-aui-border\/90{--tw-ring-color: hsl(var(--border) / .9)}.ring-aui-border\/95{--tw-ring-color: hsl(var(--border) / .95)}.ring-aui-card{--tw-ring-color: hsl(var(--card))}.ring-aui-card-foreground{--tw-ring-color: hsl(var(--card-foreground))}.ring-aui-card-foreground\/0{--tw-ring-color: hsl(var(--card-foreground) / 0)}.ring-aui-card-foreground\/10{--tw-ring-color: hsl(var(--card-foreground) / .1)}.ring-aui-card-foreground\/100{--tw-ring-color: hsl(var(--card-foreground) / 1)}.ring-aui-card-foreground\/15{--tw-ring-color: hsl(var(--card-foreground) / .15)}.ring-aui-card-foreground\/20{--tw-ring-color: hsl(var(--card-foreground) / .2)}.ring-aui-card-foreground\/25{--tw-ring-color: hsl(var(--card-foreground) / .25)}.ring-aui-card-foreground\/30{--tw-ring-color: hsl(var(--card-foreground) / .3)}.ring-aui-card-foreground\/35{--tw-ring-color: hsl(var(--card-foreground) / .35)}.ring-aui-card-foreground\/40{--tw-ring-color: hsl(var(--card-foreground) / .4)}.ring-aui-card-foreground\/45{--tw-ring-color: hsl(var(--card-foreground) / .45)}.ring-aui-card-foreground\/5{--tw-ring-color: hsl(var(--card-foreground) / .05)}.ring-aui-card-foreground\/50{--tw-ring-color: hsl(var(--card-foreground) / .5)}.ring-aui-card-foreground\/55{--tw-ring-color: hsl(var(--card-foreground) / .55)}.ring-aui-card-foreground\/60{--tw-ring-color: hsl(var(--card-foreground) / .6)}.ring-aui-card-foreground\/65{--tw-ring-color: hsl(var(--card-foreground) / .65)}.ring-aui-card-foreground\/70{--tw-ring-color: hsl(var(--card-foreground) / .7)}.ring-aui-card-foreground\/75{--tw-ring-color: hsl(var(--card-foreground) / .75)}.ring-aui-card-foreground\/80{--tw-ring-color: hsl(var(--card-foreground) / .8)}.ring-aui-card-foreground\/85{--tw-ring-color: hsl(var(--card-foreground) / .85)}.ring-aui-card-foreground\/90{--tw-ring-color: hsl(var(--card-foreground) / .9)}.ring-aui-card-foreground\/95{--tw-ring-color: hsl(var(--card-foreground) / .95)}.ring-aui-card\/0{--tw-ring-color: hsl(var(--card) / 0)}.ring-aui-card\/10{--tw-ring-color: hsl(var(--card) / .1)}.ring-aui-card\/100{--tw-ring-color: hsl(var(--card) / 1)}.ring-aui-card\/15{--tw-ring-color: hsl(var(--card) / .15)}.ring-aui-card\/20{--tw-ring-color: hsl(var(--card) / .2)}.ring-aui-card\/25{--tw-ring-color: hsl(var(--card) / .25)}.ring-aui-card\/30{--tw-ring-color: hsl(var(--card) / .3)}.ring-aui-card\/35{--tw-ring-color: hsl(var(--card) / .35)}.ring-aui-card\/40{--tw-ring-color: hsl(var(--card) / .4)}.ring-aui-card\/45{--tw-ring-color: hsl(var(--card) / .45)}.ring-aui-card\/5{--tw-ring-color: hsl(var(--card) / .05)}.ring-aui-card\/50{--tw-ring-color: hsl(var(--card) / .5)}.ring-aui-card\/55{--tw-ring-color: hsl(var(--card) / .55)}.ring-aui-card\/60{--tw-ring-color: hsl(var(--card) / .6)}.ring-aui-card\/65{--tw-ring-color: hsl(var(--card) / .65)}.ring-aui-card\/70{--tw-ring-color: hsl(var(--card) / .7)}.ring-aui-card\/75{--tw-ring-color: hsl(var(--card) / .75)}.ring-aui-card\/80{--tw-ring-color: hsl(var(--card) / .8)}.ring-aui-card\/85{--tw-ring-color: hsl(var(--card) / .85)}.ring-aui-card\/90{--tw-ring-color: hsl(var(--card) / .9)}.ring-aui-card\/95{--tw-ring-color: hsl(var(--card) / .95)}.ring-aui-destructive{--tw-ring-color: hsl(var(--destructive))}.ring-aui-destructive-foreground{--tw-ring-color: hsl(var(--destructive-foreground))}.ring-aui-destructive-foreground\/0{--tw-ring-color: hsl(var(--destructive-foreground) / 0)}.ring-aui-destructive-foreground\/10{--tw-ring-color: hsl(var(--destructive-foreground) / .1)}.ring-aui-destructive-foreground\/100{--tw-ring-color: hsl(var(--destructive-foreground) / 1)}.ring-aui-destructive-foreground\/15{--tw-ring-color: hsl(var(--destructive-foreground) / .15)}.ring-aui-destructive-foreground\/20{--tw-ring-color: hsl(var(--destructive-foreground) / .2)}.ring-aui-destructive-foreground\/25{--tw-ring-color: hsl(var(--destructive-foreground) / .25)}.ring-aui-destructive-foreground\/30{--tw-ring-color: hsl(var(--destructive-foreground) / .3)}.ring-aui-destructive-foreground\/35{--tw-ring-color: hsl(var(--destructive-foreground) / .35)}.ring-aui-destructive-foreground\/40{--tw-ring-color: hsl(var(--destructive-foreground) / .4)}.ring-aui-destructive-foreground\/45{--tw-ring-color: hsl(var(--destructive-foreground) / .45)}.ring-aui-destructive-foreground\/5{--tw-ring-color: hsl(var(--destructive-foreground) / .05)}.ring-aui-destructive-foreground\/50{--tw-ring-color: hsl(var(--destructive-foreground) / .5)}.ring-aui-destructive-foreground\/55{--tw-ring-color: hsl(var(--destructive-foreground) / .55)}.ring-aui-destructive-foreground\/60{--tw-ring-color: hsl(var(--destructive-foreground) / .6)}.ring-aui-destructive-foreground\/65{--tw-ring-color: hsl(var(--destructive-foreground) / .65)}.ring-aui-destructive-foreground\/70{--tw-ring-color: hsl(var(--destructive-foreground) / .7)}.ring-aui-destructive-foreground\/75{--tw-ring-color: hsl(var(--destructive-foreground) / .75)}.ring-aui-destructive-foreground\/80{--tw-ring-color: hsl(var(--destructive-foreground) / .8)}.ring-aui-destructive-foreground\/85{--tw-ring-color: hsl(var(--destructive-foreground) / .85)}.ring-aui-destructive-foreground\/90{--tw-ring-color: hsl(var(--destructive-foreground) / .9)}.ring-aui-destructive-foreground\/95{--tw-ring-color: hsl(var(--destructive-foreground) / .95)}.ring-aui-destructive\/0{--tw-ring-color: hsl(var(--destructive) / 0)}.ring-aui-destructive\/10{--tw-ring-color: hsl(var(--destructive) / .1)}.ring-aui-destructive\/100{--tw-ring-color: hsl(var(--destructive) / 1)}.ring-aui-destructive\/15{--tw-ring-color: hsl(var(--destructive) / .15)}.ring-aui-destructive\/20{--tw-ring-color: hsl(var(--destructive) / .2)}.ring-aui-destructive\/25{--tw-ring-color: hsl(var(--destructive) / .25)}.ring-aui-destructive\/30{--tw-ring-color: hsl(var(--destructive) / .3)}.ring-aui-destructive\/35{--tw-ring-color: hsl(var(--destructive) / .35)}.ring-aui-destructive\/40{--tw-ring-color: hsl(var(--destructive) / .4)}.ring-aui-destructive\/45{--tw-ring-color: hsl(var(--destructive) / .45)}.ring-aui-destructive\/5{--tw-ring-color: hsl(var(--destructive) / .05)}.ring-aui-destructive\/50{--tw-ring-color: hsl(var(--destructive) / .5)}.ring-aui-destructive\/55{--tw-ring-color: hsl(var(--destructive) / .55)}.ring-aui-destructive\/60{--tw-ring-color: hsl(var(--destructive) / .6)}.ring-aui-destructive\/65{--tw-ring-color: hsl(var(--destructive) / .65)}.ring-aui-destructive\/70{--tw-ring-color: hsl(var(--destructive) / .7)}.ring-aui-destructive\/75{--tw-ring-color: hsl(var(--destructive) / .75)}.ring-aui-destructive\/80{--tw-ring-color: hsl(var(--destructive) / .8)}.ring-aui-destructive\/85{--tw-ring-color: hsl(var(--destructive) / .85)}.ring-aui-destructive\/90{--tw-ring-color: hsl(var(--destructive) / .9)}.ring-aui-destructive\/95{--tw-ring-color: hsl(var(--destructive) / .95)}.ring-aui-foreground{--tw-ring-color: hsl(var(--foreground))}.ring-aui-foreground\/0{--tw-ring-color: hsl(var(--foreground) / 0)}.ring-aui-foreground\/10{--tw-ring-color: hsl(var(--foreground) / .1)}.ring-aui-foreground\/100{--tw-ring-color: hsl(var(--foreground) / 1)}.ring-aui-foreground\/15{--tw-ring-color: hsl(var(--foreground) / .15)}.ring-aui-foreground\/20{--tw-ring-color: hsl(var(--foreground) / .2)}.ring-aui-foreground\/25{--tw-ring-color: hsl(var(--foreground) / .25)}.ring-aui-foreground\/30{--tw-ring-color: hsl(var(--foreground) / .3)}.ring-aui-foreground\/35{--tw-ring-color: hsl(var(--foreground) / .35)}.ring-aui-foreground\/40{--tw-ring-color: hsl(var(--foreground) / .4)}.ring-aui-foreground\/45{--tw-ring-color: hsl(var(--foreground) / .45)}.ring-aui-foreground\/5{--tw-ring-color: hsl(var(--foreground) / .05)}.ring-aui-foreground\/50{--tw-ring-color: hsl(var(--foreground) / .5)}.ring-aui-foreground\/55{--tw-ring-color: hsl(var(--foreground) / .55)}.ring-aui-foreground\/60{--tw-ring-color: hsl(var(--foreground) / .6)}.ring-aui-foreground\/65{--tw-ring-color: hsl(var(--foreground) / .65)}.ring-aui-foreground\/70{--tw-ring-color: hsl(var(--foreground) / .7)}.ring-aui-foreground\/75{--tw-ring-color: hsl(var(--foreground) / .75)}.ring-aui-foreground\/80{--tw-ring-color: hsl(var(--foreground) / .8)}.ring-aui-foreground\/85{--tw-ring-color: hsl(var(--foreground) / .85)}.ring-aui-foreground\/90{--tw-ring-color: hsl(var(--foreground) / .9)}.ring-aui-foreground\/95{--tw-ring-color: hsl(var(--foreground) / .95)}.ring-aui-input{--tw-ring-color: hsl(var(--input))}.ring-aui-input\/0{--tw-ring-color: hsl(var(--input) / 0)}.ring-aui-input\/10{--tw-ring-color: hsl(var(--input) / .1)}.ring-aui-input\/100{--tw-ring-color: hsl(var(--input) / 1)}.ring-aui-input\/15{--tw-ring-color: hsl(var(--input) / .15)}.ring-aui-input\/20{--tw-ring-color: hsl(var(--input) / .2)}.ring-aui-input\/25{--tw-ring-color: hsl(var(--input) / .25)}.ring-aui-input\/30{--tw-ring-color: hsl(var(--input) / .3)}.ring-aui-input\/35{--tw-ring-color: hsl(var(--input) / .35)}.ring-aui-input\/40{--tw-ring-color: hsl(var(--input) / .4)}.ring-aui-input\/45{--tw-ring-color: hsl(var(--input) / .45)}.ring-aui-input\/5{--tw-ring-color: hsl(var(--input) / .05)}.ring-aui-input\/50{--tw-ring-color: hsl(var(--input) / .5)}.ring-aui-input\/55{--tw-ring-color: hsl(var(--input) / .55)}.ring-aui-input\/60{--tw-ring-color: hsl(var(--input) / .6)}.ring-aui-input\/65{--tw-ring-color: hsl(var(--input) / .65)}.ring-aui-input\/70{--tw-ring-color: hsl(var(--input) / .7)}.ring-aui-input\/75{--tw-ring-color: hsl(var(--input) / .75)}.ring-aui-input\/80{--tw-ring-color: hsl(var(--input) / .8)}.ring-aui-input\/85{--tw-ring-color: hsl(var(--input) / .85)}.ring-aui-input\/90{--tw-ring-color: hsl(var(--input) / .9)}.ring-aui-input\/95{--tw-ring-color: hsl(var(--input) / .95)}.ring-aui-muted{--tw-ring-color: hsl(var(--muted))}.ring-aui-muted-foreground{--tw-ring-color: hsl(var(--muted-foreground))}.ring-aui-muted-foreground\/0{--tw-ring-color: hsl(var(--muted-foreground) / 0)}.ring-aui-muted-foreground\/10{--tw-ring-color: hsl(var(--muted-foreground) / .1)}.ring-aui-muted-foreground\/100{--tw-ring-color: hsl(var(--muted-foreground) / 1)}.ring-aui-muted-foreground\/15{--tw-ring-color: hsl(var(--muted-foreground) / .15)}.ring-aui-muted-foreground\/20{--tw-ring-color: hsl(var(--muted-foreground) / .2)}.ring-aui-muted-foreground\/25{--tw-ring-color: hsl(var(--muted-foreground) / .25)}.ring-aui-muted-foreground\/30{--tw-ring-color: hsl(var(--muted-foreground) / .3)}.ring-aui-muted-foreground\/35{--tw-ring-color: hsl(var(--muted-foreground) / .35)}.ring-aui-muted-foreground\/40{--tw-ring-color: hsl(var(--muted-foreground) / .4)}.ring-aui-muted-foreground\/45{--tw-ring-color: hsl(var(--muted-foreground) / .45)}.ring-aui-muted-foreground\/5{--tw-ring-color: hsl(var(--muted-foreground) / .05)}.ring-aui-muted-foreground\/50{--tw-ring-color: hsl(var(--muted-foreground) / .5)}.ring-aui-muted-foreground\/55{--tw-ring-color: hsl(var(--muted-foreground) / .55)}.ring-aui-muted-foreground\/60{--tw-ring-color: hsl(var(--muted-foreground) / .6)}.ring-aui-muted-foreground\/65{--tw-ring-color: hsl(var(--muted-foreground) / .65)}.ring-aui-muted-foreground\/70{--tw-ring-color: hsl(var(--muted-foreground) / .7)}.ring-aui-muted-foreground\/75{--tw-ring-color: hsl(var(--muted-foreground) / .75)}.ring-aui-muted-foreground\/80{--tw-ring-color: hsl(var(--muted-foreground) / .8)}.ring-aui-muted-foreground\/85{--tw-ring-color: hsl(var(--muted-foreground) / .85)}.ring-aui-muted-foreground\/90{--tw-ring-color: hsl(var(--muted-foreground) / .9)}.ring-aui-muted-foreground\/95{--tw-ring-color: hsl(var(--muted-foreground) / .95)}.ring-aui-muted\/0{--tw-ring-color: hsl(var(--muted) / 0)}.ring-aui-muted\/10{--tw-ring-color: hsl(var(--muted) / .1)}.ring-aui-muted\/100{--tw-ring-color: hsl(var(--muted) / 1)}.ring-aui-muted\/15{--tw-ring-color: hsl(var(--muted) / .15)}.ring-aui-muted\/20{--tw-ring-color: hsl(var(--muted) / .2)}.ring-aui-muted\/25{--tw-ring-color: hsl(var(--muted) / .25)}.ring-aui-muted\/30{--tw-ring-color: hsl(var(--muted) / .3)}.ring-aui-muted\/35{--tw-ring-color: hsl(var(--muted) / .35)}.ring-aui-muted\/40{--tw-ring-color: hsl(var(--muted) / .4)}.ring-aui-muted\/45{--tw-ring-color: hsl(var(--muted) / .45)}.ring-aui-muted\/5{--tw-ring-color: hsl(var(--muted) / .05)}.ring-aui-muted\/50{--tw-ring-color: hsl(var(--muted) / .5)}.ring-aui-muted\/55{--tw-ring-color: hsl(var(--muted) / .55)}.ring-aui-muted\/60{--tw-ring-color: hsl(var(--muted) / .6)}.ring-aui-muted\/65{--tw-ring-color: hsl(var(--muted) / .65)}.ring-aui-muted\/70{--tw-ring-color: hsl(var(--muted) / .7)}.ring-aui-muted\/75{--tw-ring-color: hsl(var(--muted) / .75)}.ring-aui-muted\/80{--tw-ring-color: hsl(var(--muted) / .8)}.ring-aui-muted\/85{--tw-ring-color: hsl(var(--muted) / .85)}.ring-aui-muted\/90{--tw-ring-color: hsl(var(--muted) / .9)}.ring-aui-muted\/95{--tw-ring-color: hsl(var(--muted) / .95)}.ring-aui-popover{--tw-ring-color: hsl(var(--popover))}.ring-aui-popover-foreground{--tw-ring-color: hsl(var(--popover-foreground))}.ring-aui-popover-foreground\/0{--tw-ring-color: hsl(var(--popover-foreground) / 0)}.ring-aui-popover-foreground\/10{--tw-ring-color: hsl(var(--popover-foreground) / .1)}.ring-aui-popover-foreground\/100{--tw-ring-color: hsl(var(--popover-foreground) / 1)}.ring-aui-popover-foreground\/15{--tw-ring-color: hsl(var(--popover-foreground) / .15)}.ring-aui-popover-foreground\/20{--tw-ring-color: hsl(var(--popover-foreground) / .2)}.ring-aui-popover-foreground\/25{--tw-ring-color: hsl(var(--popover-foreground) / .25)}.ring-aui-popover-foreground\/30{--tw-ring-color: hsl(var(--popover-foreground) / .3)}.ring-aui-popover-foreground\/35{--tw-ring-color: hsl(var(--popover-foreground) / .35)}.ring-aui-popover-foreground\/40{--tw-ring-color: hsl(var(--popover-foreground) / .4)}.ring-aui-popover-foreground\/45{--tw-ring-color: hsl(var(--popover-foreground) / .45)}.ring-aui-popover-foreground\/5{--tw-ring-color: hsl(var(--popover-foreground) / .05)}.ring-aui-popover-foreground\/50{--tw-ring-color: hsl(var(--popover-foreground) / .5)}.ring-aui-popover-foreground\/55{--tw-ring-color: hsl(var(--popover-foreground) / .55)}.ring-aui-popover-foreground\/60{--tw-ring-color: hsl(var(--popover-foreground) / .6)}.ring-aui-popover-foreground\/65{--tw-ring-color: hsl(var(--popover-foreground) / .65)}.ring-aui-popover-foreground\/70{--tw-ring-color: hsl(var(--popover-foreground) / .7)}.ring-aui-popover-foreground\/75{--tw-ring-color: hsl(var(--popover-foreground) / .75)}.ring-aui-popover-foreground\/80{--tw-ring-color: hsl(var(--popover-foreground) / .8)}.ring-aui-popover-foreground\/85{--tw-ring-color: hsl(var(--popover-foreground) / .85)}.ring-aui-popover-foreground\/90{--tw-ring-color: hsl(var(--popover-foreground) / .9)}.ring-aui-popover-foreground\/95{--tw-ring-color: hsl(var(--popover-foreground) / .95)}.ring-aui-popover\/0{--tw-ring-color: hsl(var(--popover) / 0)}.ring-aui-popover\/10{--tw-ring-color: hsl(var(--popover) / .1)}.ring-aui-popover\/100{--tw-ring-color: hsl(var(--popover) / 1)}.ring-aui-popover\/15{--tw-ring-color: hsl(var(--popover) / .15)}.ring-aui-popover\/20{--tw-ring-color: hsl(var(--popover) / .2)}.ring-aui-popover\/25{--tw-ring-color: hsl(var(--popover) / .25)}.ring-aui-popover\/30{--tw-ring-color: hsl(var(--popover) / .3)}.ring-aui-popover\/35{--tw-ring-color: hsl(var(--popover) / .35)}.ring-aui-popover\/40{--tw-ring-color: hsl(var(--popover) / .4)}.ring-aui-popover\/45{--tw-ring-color: hsl(var(--popover) / .45)}.ring-aui-popover\/5{--tw-ring-color: hsl(var(--popover) / .05)}.ring-aui-popover\/50{--tw-ring-color: hsl(var(--popover) / .5)}.ring-aui-popover\/55{--tw-ring-color: hsl(var(--popover) / .55)}.ring-aui-popover\/60{--tw-ring-color: hsl(var(--popover) / .6)}.ring-aui-popover\/65{--tw-ring-color: hsl(var(--popover) / .65)}.ring-aui-popover\/70{--tw-ring-color: hsl(var(--popover) / .7)}.ring-aui-popover\/75{--tw-ring-color: hsl(var(--popover) / .75)}.ring-aui-popover\/80{--tw-ring-color: hsl(var(--popover) / .8)}.ring-aui-popover\/85{--tw-ring-color: hsl(var(--popover) / .85)}.ring-aui-popover\/90{--tw-ring-color: hsl(var(--popover) / .9)}.ring-aui-popover\/95{--tw-ring-color: hsl(var(--popover) / .95)}.ring-aui-primary{--tw-ring-color: hsl(var(--primary))}.ring-aui-primary-foreground{--tw-ring-color: hsl(var(--primary-foreground))}.ring-aui-primary-foreground\/0{--tw-ring-color: hsl(var(--primary-foreground) / 0)}.ring-aui-primary-foreground\/10{--tw-ring-color: hsl(var(--primary-foreground) / .1)}.ring-aui-primary-foreground\/100{--tw-ring-color: hsl(var(--primary-foreground) / 1)}.ring-aui-primary-foreground\/15{--tw-ring-color: hsl(var(--primary-foreground) / .15)}.ring-aui-primary-foreground\/20{--tw-ring-color: hsl(var(--primary-foreground) / .2)}.ring-aui-primary-foreground\/25{--tw-ring-color: hsl(var(--primary-foreground) / .25)}.ring-aui-primary-foreground\/30{--tw-ring-color: hsl(var(--primary-foreground) / .3)}.ring-aui-primary-foreground\/35{--tw-ring-color: hsl(var(--primary-foreground) / .35)}.ring-aui-primary-foreground\/40{--tw-ring-color: hsl(var(--primary-foreground) / .4)}.ring-aui-primary-foreground\/45{--tw-ring-color: hsl(var(--primary-foreground) / .45)}.ring-aui-primary-foreground\/5{--tw-ring-color: hsl(var(--primary-foreground) / .05)}.ring-aui-primary-foreground\/50{--tw-ring-color: hsl(var(--primary-foreground) / .5)}.ring-aui-primary-foreground\/55{--tw-ring-color: hsl(var(--primary-foreground) / .55)}.ring-aui-primary-foreground\/60{--tw-ring-color: hsl(var(--primary-foreground) / .6)}.ring-aui-primary-foreground\/65{--tw-ring-color: hsl(var(--primary-foreground) / .65)}.ring-aui-primary-foreground\/70{--tw-ring-color: hsl(var(--primary-foreground) / .7)}.ring-aui-primary-foreground\/75{--tw-ring-color: hsl(var(--primary-foreground) / .75)}.ring-aui-primary-foreground\/80{--tw-ring-color: hsl(var(--primary-foreground) / .8)}.ring-aui-primary-foreground\/85{--tw-ring-color: hsl(var(--primary-foreground) / .85)}.ring-aui-primary-foreground\/90{--tw-ring-color: hsl(var(--primary-foreground) / .9)}.ring-aui-primary-foreground\/95{--tw-ring-color: hsl(var(--primary-foreground) / .95)}.ring-aui-primary\/0{--tw-ring-color: hsl(var(--primary) / 0)}.ring-aui-primary\/10{--tw-ring-color: hsl(var(--primary) / .1)}.ring-aui-primary\/100{--tw-ring-color: hsl(var(--primary) / 1)}.ring-aui-primary\/15{--tw-ring-color: hsl(var(--primary) / .15)}.ring-aui-primary\/20{--tw-ring-color: hsl(var(--primary) / .2)}.ring-aui-primary\/25{--tw-ring-color: hsl(var(--primary) / .25)}.ring-aui-primary\/30{--tw-ring-color: hsl(var(--primary) / .3)}.ring-aui-primary\/35{--tw-ring-color: hsl(var(--primary) / .35)}.ring-aui-primary\/40{--tw-ring-color: hsl(var(--primary) / .4)}.ring-aui-primary\/45{--tw-ring-color: hsl(var(--primary) / .45)}.ring-aui-primary\/5{--tw-ring-color: hsl(var(--primary) / .05)}.ring-aui-primary\/50{--tw-ring-color: hsl(var(--primary) / .5)}.ring-aui-primary\/55{--tw-ring-color: hsl(var(--primary) / .55)}.ring-aui-primary\/60{--tw-ring-color: hsl(var(--primary) / .6)}.ring-aui-primary\/65{--tw-ring-color: hsl(var(--primary) / .65)}.ring-aui-primary\/70{--tw-ring-color: hsl(var(--primary) / .7)}.ring-aui-primary\/75{--tw-ring-color: hsl(var(--primary) / .75)}.ring-aui-primary\/80{--tw-ring-color: hsl(var(--primary) / .8)}.ring-aui-primary\/85{--tw-ring-color: hsl(var(--primary) / .85)}.ring-aui-primary\/90{--tw-ring-color: hsl(var(--primary) / .9)}.ring-aui-primary\/95{--tw-ring-color: hsl(var(--primary) / .95)}.ring-aui-ring{--tw-ring-color: hsl(var(--ring))}.ring-aui-ring\/0{--tw-ring-color: hsl(var(--ring) / 0)}.ring-aui-ring\/10{--tw-ring-color: hsl(var(--ring) / .1)}.ring-aui-ring\/100{--tw-ring-color: hsl(var(--ring) / 1)}.ring-aui-ring\/15{--tw-ring-color: hsl(var(--ring) / .15)}.ring-aui-ring\/20{--tw-ring-color: hsl(var(--ring) / .2)}.ring-aui-ring\/25{--tw-ring-color: hsl(var(--ring) / .25)}.ring-aui-ring\/30{--tw-ring-color: hsl(var(--ring) / .3)}.ring-aui-ring\/35{--tw-ring-color: hsl(var(--ring) / .35)}.ring-aui-ring\/40{--tw-ring-color: hsl(var(--ring) / .4)}.ring-aui-ring\/45{--tw-ring-color: hsl(var(--ring) / .45)}.ring-aui-ring\/5{--tw-ring-color: hsl(var(--ring) / .05)}.ring-aui-ring\/50{--tw-ring-color: hsl(var(--ring) / .5)}.ring-aui-ring\/55{--tw-ring-color: hsl(var(--ring) / .55)}.ring-aui-ring\/60{--tw-ring-color: hsl(var(--ring) / .6)}.ring-aui-ring\/65{--tw-ring-color: hsl(var(--ring) / .65)}.ring-aui-ring\/70{--tw-ring-color: hsl(var(--ring) / .7)}.ring-aui-ring\/75{--tw-ring-color: hsl(var(--ring) / .75)}.ring-aui-ring\/80{--tw-ring-color: hsl(var(--ring) / .8)}.ring-aui-ring\/85{--tw-ring-color: hsl(var(--ring) / .85)}.ring-aui-ring\/90{--tw-ring-color: hsl(var(--ring) / .9)}.ring-aui-ring\/95{--tw-ring-color: hsl(var(--ring) / .95)}.ring-aui-secondary{--tw-ring-color: hsl(var(--secondary))}.ring-aui-secondary-foreground{--tw-ring-color: hsl(var(--secondary-foreground))}.ring-aui-secondary-foreground\/0{--tw-ring-color: hsl(var(--secondary-foreground) / 0)}.ring-aui-secondary-foreground\/10{--tw-ring-color: hsl(var(--secondary-foreground) / .1)}.ring-aui-secondary-foreground\/100{--tw-ring-color: hsl(var(--secondary-foreground) / 1)}.ring-aui-secondary-foreground\/15{--tw-ring-color: hsl(var(--secondary-foreground) / .15)}.ring-aui-secondary-foreground\/20{--tw-ring-color: hsl(var(--secondary-foreground) / .2)}.ring-aui-secondary-foreground\/25{--tw-ring-color: hsl(var(--secondary-foreground) / .25)}.ring-aui-secondary-foreground\/30{--tw-ring-color: hsl(var(--secondary-foreground) / .3)}.ring-aui-secondary-foreground\/35{--tw-ring-color: hsl(var(--secondary-foreground) / .35)}.ring-aui-secondary-foreground\/40{--tw-ring-color: hsl(var(--secondary-foreground) / .4)}.ring-aui-secondary-foreground\/45{--tw-ring-color: hsl(var(--secondary-foreground) / .45)}.ring-aui-secondary-foreground\/5{--tw-ring-color: hsl(var(--secondary-foreground) / .05)}.ring-aui-secondary-foreground\/50{--tw-ring-color: hsl(var(--secondary-foreground) / .5)}.ring-aui-secondary-foreground\/55{--tw-ring-color: hsl(var(--secondary-foreground) / .55)}.ring-aui-secondary-foreground\/60{--tw-ring-color: hsl(var(--secondary-foreground) / .6)}.ring-aui-secondary-foreground\/65{--tw-ring-color: hsl(var(--secondary-foreground) / .65)}.ring-aui-secondary-foreground\/70{--tw-ring-color: hsl(var(--secondary-foreground) / .7)}.ring-aui-secondary-foreground\/75{--tw-ring-color: hsl(var(--secondary-foreground) / .75)}.ring-aui-secondary-foreground\/80{--tw-ring-color: hsl(var(--secondary-foreground) / .8)}.ring-aui-secondary-foreground\/85{--tw-ring-color: hsl(var(--secondary-foreground) / .85)}.ring-aui-secondary-foreground\/90{--tw-ring-color: hsl(var(--secondary-foreground) / .9)}.ring-aui-secondary-foreground\/95{--tw-ring-color: hsl(var(--secondary-foreground) / .95)}.ring-aui-secondary\/0{--tw-ring-color: hsl(var(--secondary) / 0)}.ring-aui-secondary\/10{--tw-ring-color: hsl(var(--secondary) / .1)}.ring-aui-secondary\/100{--tw-ring-color: hsl(var(--secondary) / 1)}.ring-aui-secondary\/15{--tw-ring-color: hsl(var(--secondary) / .15)}.ring-aui-secondary\/20{--tw-ring-color: hsl(var(--secondary) / .2)}.ring-aui-secondary\/25{--tw-ring-color: hsl(var(--secondary) / .25)}.ring-aui-secondary\/30{--tw-ring-color: hsl(var(--secondary) / .3)}.ring-aui-secondary\/35{--tw-ring-color: hsl(var(--secondary) / .35)}.ring-aui-secondary\/40{--tw-ring-color: hsl(var(--secondary) / .4)}.ring-aui-secondary\/45{--tw-ring-color: hsl(var(--secondary) / .45)}.ring-aui-secondary\/5{--tw-ring-color: hsl(var(--secondary) / .05)}.ring-aui-secondary\/50{--tw-ring-color: hsl(var(--secondary) / .5)}.ring-aui-secondary\/55{--tw-ring-color: hsl(var(--secondary) / .55)}.ring-aui-secondary\/60{--tw-ring-color: hsl(var(--secondary) / .6)}.ring-aui-secondary\/65{--tw-ring-color: hsl(var(--secondary) / .65)}.ring-aui-secondary\/70{--tw-ring-color: hsl(var(--secondary) / .7)}.ring-aui-secondary\/75{--tw-ring-color: hsl(var(--secondary) / .75)}.ring-aui-secondary\/80{--tw-ring-color: hsl(var(--secondary) / .8)}.ring-aui-secondary\/85{--tw-ring-color: hsl(var(--secondary) / .85)}.ring-aui-secondary\/90{--tw-ring-color: hsl(var(--secondary) / .9)}.ring-aui-secondary\/95{--tw-ring-color: hsl(var(--secondary) / .95)}.ring-blue-500\/10{--tw-ring-color: rgb(59 130 246 / .1)}.ring-blue-700\/10{--tw-ring-color: rgb(29 78 216 / .1)}.ring-border{--tw-ring-color: hsl(var(--border))}.ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1))}.ring-gray-500\/10{--tw-ring-color: rgb(107 114 128 / .1)}.ring-gray-700\/10{--tw-ring-color: rgb(55 65 81 / .1)}.ring-gray-800\/10{--tw-ring-color: rgb(31 41 55 / .1)}.ring-green-500\/10{--tw-ring-color: rgb(34 197 94 / .1)}.ring-green-700\/10{--tw-ring-color: rgb(21 128 61 / .1)}.ring-green-800\/10{--tw-ring-color: rgb(22 101 52 / .1)}.ring-indigo-700\/10{--tw-ring-color: rgb(67 56 202 / .1)}.ring-nebula-green-200{--tw-ring-color: hsl(var(--nebula-green-200))}.ring-red-700\/10{--tw-ring-color: rgb(185 28 28 / .1)}.ring-ring{--tw-ring-color: hsl(var(--ring))}.ring-sidebar-ring{--tw-ring-color: hsl(var(--sidebar-ring))}.ring-yellow-500\/10{--tw-ring-color: rgb(234 179 8 / .1)}.ring-yellow-700\/10{--tw-ring-color: rgb(161 98 7 / .1)}.ring-yellow-800\/10{--tw-ring-color: rgb(133 77 14 / .1)}.ring-offset-2{--tw-ring-offset-width: 2px}.ring-offset-aui-accent{--tw-ring-offset-color: hsl(var(--accent))}.ring-offset-aui-accent-foreground{--tw-ring-offset-color: hsl(var(--accent-foreground))}.ring-offset-aui-accent-foreground\/0{--tw-ring-offset-color: hsl(var(--accent-foreground) / 0)}.ring-offset-aui-accent-foreground\/10{--tw-ring-offset-color: hsl(var(--accent-foreground) / .1)}.ring-offset-aui-accent-foreground\/100{--tw-ring-offset-color: hsl(var(--accent-foreground) / 1)}.ring-offset-aui-accent-foreground\/15{--tw-ring-offset-color: hsl(var(--accent-foreground) / .15)}.ring-offset-aui-accent-foreground\/20{--tw-ring-offset-color: hsl(var(--accent-foreground) / .2)}.ring-offset-aui-accent-foreground\/25{--tw-ring-offset-color: hsl(var(--accent-foreground) / .25)}.ring-offset-aui-accent-foreground\/30{--tw-ring-offset-color: hsl(var(--accent-foreground) / .3)}.ring-offset-aui-accent-foreground\/35{--tw-ring-offset-color: hsl(var(--accent-foreground) / .35)}.ring-offset-aui-accent-foreground\/40{--tw-ring-offset-color: hsl(var(--accent-foreground) / .4)}.ring-offset-aui-accent-foreground\/45{--tw-ring-offset-color: hsl(var(--accent-foreground) / .45)}.ring-offset-aui-accent-foreground\/5{--tw-ring-offset-color: hsl(var(--accent-foreground) / .05)}.ring-offset-aui-accent-foreground\/50{--tw-ring-offset-color: hsl(var(--accent-foreground) / .5)}.ring-offset-aui-accent-foreground\/55{--tw-ring-offset-color: hsl(var(--accent-foreground) / .55)}.ring-offset-aui-accent-foreground\/60{--tw-ring-offset-color: hsl(var(--accent-foreground) / .6)}.ring-offset-aui-accent-foreground\/65{--tw-ring-offset-color: hsl(var(--accent-foreground) / .65)}.ring-offset-aui-accent-foreground\/70{--tw-ring-offset-color: hsl(var(--accent-foreground) / .7)}.ring-offset-aui-accent-foreground\/75{--tw-ring-offset-color: hsl(var(--accent-foreground) / .75)}.ring-offset-aui-accent-foreground\/80{--tw-ring-offset-color: hsl(var(--accent-foreground) / .8)}.ring-offset-aui-accent-foreground\/85{--tw-ring-offset-color: hsl(var(--accent-foreground) / .85)}.ring-offset-aui-accent-foreground\/90{--tw-ring-offset-color: hsl(var(--accent-foreground) / .9)}.ring-offset-aui-accent-foreground\/95{--tw-ring-offset-color: hsl(var(--accent-foreground) / .95)}.ring-offset-aui-accent\/0{--tw-ring-offset-color: hsl(var(--accent) / 0)}.ring-offset-aui-accent\/10{--tw-ring-offset-color: hsl(var(--accent) / .1)}.ring-offset-aui-accent\/100{--tw-ring-offset-color: hsl(var(--accent) / 1)}.ring-offset-aui-accent\/15{--tw-ring-offset-color: hsl(var(--accent) / .15)}.ring-offset-aui-accent\/20{--tw-ring-offset-color: hsl(var(--accent) / .2)}.ring-offset-aui-accent\/25{--tw-ring-offset-color: hsl(var(--accent) / .25)}.ring-offset-aui-accent\/30{--tw-ring-offset-color: hsl(var(--accent) / .3)}.ring-offset-aui-accent\/35{--tw-ring-offset-color: hsl(var(--accent) / .35)}.ring-offset-aui-accent\/40{--tw-ring-offset-color: hsl(var(--accent) / .4)}.ring-offset-aui-accent\/45{--tw-ring-offset-color: hsl(var(--accent) / .45)}.ring-offset-aui-accent\/5{--tw-ring-offset-color: hsl(var(--accent) / .05)}.ring-offset-aui-accent\/50{--tw-ring-offset-color: hsl(var(--accent) / .5)}.ring-offset-aui-accent\/55{--tw-ring-offset-color: hsl(var(--accent) / .55)}.ring-offset-aui-accent\/60{--tw-ring-offset-color: hsl(var(--accent) / .6)}.ring-offset-aui-accent\/65{--tw-ring-offset-color: hsl(var(--accent) / .65)}.ring-offset-aui-accent\/70{--tw-ring-offset-color: hsl(var(--accent) / .7)}.ring-offset-aui-accent\/75{--tw-ring-offset-color: hsl(var(--accent) / .75)}.ring-offset-aui-accent\/80{--tw-ring-offset-color: hsl(var(--accent) / .8)}.ring-offset-aui-accent\/85{--tw-ring-offset-color: hsl(var(--accent) / .85)}.ring-offset-aui-accent\/90{--tw-ring-offset-color: hsl(var(--accent) / .9)}.ring-offset-aui-accent\/95{--tw-ring-offset-color: hsl(var(--accent) / .95)}.ring-offset-aui-background{--tw-ring-offset-color: hsl(var(--background))}.ring-offset-aui-background\/0{--tw-ring-offset-color: hsl(var(--background) / 0)}.ring-offset-aui-background\/10{--tw-ring-offset-color: hsl(var(--background) / .1)}.ring-offset-aui-background\/100{--tw-ring-offset-color: hsl(var(--background) / 1)}.ring-offset-aui-background\/15{--tw-ring-offset-color: hsl(var(--background) / .15)}.ring-offset-aui-background\/20{--tw-ring-offset-color: hsl(var(--background) / .2)}.ring-offset-aui-background\/25{--tw-ring-offset-color: hsl(var(--background) / .25)}.ring-offset-aui-background\/30{--tw-ring-offset-color: hsl(var(--background) / .3)}.ring-offset-aui-background\/35{--tw-ring-offset-color: hsl(var(--background) / .35)}.ring-offset-aui-background\/40{--tw-ring-offset-color: hsl(var(--background) / .4)}.ring-offset-aui-background\/45{--tw-ring-offset-color: hsl(var(--background) / .45)}.ring-offset-aui-background\/5{--tw-ring-offset-color: hsl(var(--background) / .05)}.ring-offset-aui-background\/50{--tw-ring-offset-color: hsl(var(--background) / .5)}.ring-offset-aui-background\/55{--tw-ring-offset-color: hsl(var(--background) / .55)}.ring-offset-aui-background\/60{--tw-ring-offset-color: hsl(var(--background) / .6)}.ring-offset-aui-background\/65{--tw-ring-offset-color: hsl(var(--background) / .65)}.ring-offset-aui-background\/70{--tw-ring-offset-color: hsl(var(--background) / .7)}.ring-offset-aui-background\/75{--tw-ring-offset-color: hsl(var(--background) / .75)}.ring-offset-aui-background\/80{--tw-ring-offset-color: hsl(var(--background) / .8)}.ring-offset-aui-background\/85{--tw-ring-offset-color: hsl(var(--background) / .85)}.ring-offset-aui-background\/90{--tw-ring-offset-color: hsl(var(--background) / .9)}.ring-offset-aui-background\/95{--tw-ring-offset-color: hsl(var(--background) / .95)}.ring-offset-aui-border{--tw-ring-offset-color: hsl(var(--border))}.ring-offset-aui-border\/0{--tw-ring-offset-color: hsl(var(--border) / 0)}.ring-offset-aui-border\/10{--tw-ring-offset-color: hsl(var(--border) / .1)}.ring-offset-aui-border\/100{--tw-ring-offset-color: hsl(var(--border) / 1)}.ring-offset-aui-border\/15{--tw-ring-offset-color: hsl(var(--border) / .15)}.ring-offset-aui-border\/20{--tw-ring-offset-color: hsl(var(--border) / .2)}.ring-offset-aui-border\/25{--tw-ring-offset-color: hsl(var(--border) / .25)}.ring-offset-aui-border\/30{--tw-ring-offset-color: hsl(var(--border) / .3)}.ring-offset-aui-border\/35{--tw-ring-offset-color: hsl(var(--border) / .35)}.ring-offset-aui-border\/40{--tw-ring-offset-color: hsl(var(--border) / .4)}.ring-offset-aui-border\/45{--tw-ring-offset-color: hsl(var(--border) / .45)}.ring-offset-aui-border\/5{--tw-ring-offset-color: hsl(var(--border) / .05)}.ring-offset-aui-border\/50{--tw-ring-offset-color: hsl(var(--border) / .5)}.ring-offset-aui-border\/55{--tw-ring-offset-color: hsl(var(--border) / .55)}.ring-offset-aui-border\/60{--tw-ring-offset-color: hsl(var(--border) / .6)}.ring-offset-aui-border\/65{--tw-ring-offset-color: hsl(var(--border) / .65)}.ring-offset-aui-border\/70{--tw-ring-offset-color: hsl(var(--border) / .7)}.ring-offset-aui-border\/75{--tw-ring-offset-color: hsl(var(--border) / .75)}.ring-offset-aui-border\/80{--tw-ring-offset-color: hsl(var(--border) / .8)}.ring-offset-aui-border\/85{--tw-ring-offset-color: hsl(var(--border) / .85)}.ring-offset-aui-border\/90{--tw-ring-offset-color: hsl(var(--border) / .9)}.ring-offset-aui-border\/95{--tw-ring-offset-color: hsl(var(--border) / .95)}.ring-offset-aui-card{--tw-ring-offset-color: hsl(var(--card))}.ring-offset-aui-card-foreground{--tw-ring-offset-color: hsl(var(--card-foreground))}.ring-offset-aui-card-foreground\/0{--tw-ring-offset-color: hsl(var(--card-foreground) / 0)}.ring-offset-aui-card-foreground\/10{--tw-ring-offset-color: hsl(var(--card-foreground) / .1)}.ring-offset-aui-card-foreground\/100{--tw-ring-offset-color: hsl(var(--card-foreground) / 1)}.ring-offset-aui-card-foreground\/15{--tw-ring-offset-color: hsl(var(--card-foreground) / .15)}.ring-offset-aui-card-foreground\/20{--tw-ring-offset-color: hsl(var(--card-foreground) / .2)}.ring-offset-aui-card-foreground\/25{--tw-ring-offset-color: hsl(var(--card-foreground) / .25)}.ring-offset-aui-card-foreground\/30{--tw-ring-offset-color: hsl(var(--card-foreground) / .3)}.ring-offset-aui-card-foreground\/35{--tw-ring-offset-color: hsl(var(--card-foreground) / .35)}.ring-offset-aui-card-foreground\/40{--tw-ring-offset-color: hsl(var(--card-foreground) / .4)}.ring-offset-aui-card-foreground\/45{--tw-ring-offset-color: hsl(var(--card-foreground) / .45)}.ring-offset-aui-card-foreground\/5{--tw-ring-offset-color: hsl(var(--card-foreground) / .05)}.ring-offset-aui-card-foreground\/50{--tw-ring-offset-color: hsl(var(--card-foreground) / .5)}.ring-offset-aui-card-foreground\/55{--tw-ring-offset-color: hsl(var(--card-foreground) / .55)}.ring-offset-aui-card-foreground\/60{--tw-ring-offset-color: hsl(var(--card-foreground) / .6)}.ring-offset-aui-card-foreground\/65{--tw-ring-offset-color: hsl(var(--card-foreground) / .65)}.ring-offset-aui-card-foreground\/70{--tw-ring-offset-color: hsl(var(--card-foreground) / .7)}.ring-offset-aui-card-foreground\/75{--tw-ring-offset-color: hsl(var(--card-foreground) / .75)}.ring-offset-aui-card-foreground\/80{--tw-ring-offset-color: hsl(var(--card-foreground) / .8)}.ring-offset-aui-card-foreground\/85{--tw-ring-offset-color: hsl(var(--card-foreground) / .85)}.ring-offset-aui-card-foreground\/90{--tw-ring-offset-color: hsl(var(--card-foreground) / .9)}.ring-offset-aui-card-foreground\/95{--tw-ring-offset-color: hsl(var(--card-foreground) / .95)}.ring-offset-aui-card\/0{--tw-ring-offset-color: hsl(var(--card) / 0)}.ring-offset-aui-card\/10{--tw-ring-offset-color: hsl(var(--card) / .1)}.ring-offset-aui-card\/100{--tw-ring-offset-color: hsl(var(--card) / 1)}.ring-offset-aui-card\/15{--tw-ring-offset-color: hsl(var(--card) / .15)}.ring-offset-aui-card\/20{--tw-ring-offset-color: hsl(var(--card) / .2)}.ring-offset-aui-card\/25{--tw-ring-offset-color: hsl(var(--card) / .25)}.ring-offset-aui-card\/30{--tw-ring-offset-color: hsl(var(--card) / .3)}.ring-offset-aui-card\/35{--tw-ring-offset-color: hsl(var(--card) / .35)}.ring-offset-aui-card\/40{--tw-ring-offset-color: hsl(var(--card) / .4)}.ring-offset-aui-card\/45{--tw-ring-offset-color: hsl(var(--card) / .45)}.ring-offset-aui-card\/5{--tw-ring-offset-color: hsl(var(--card) / .05)}.ring-offset-aui-card\/50{--tw-ring-offset-color: hsl(var(--card) / .5)}.ring-offset-aui-card\/55{--tw-ring-offset-color: hsl(var(--card) / .55)}.ring-offset-aui-card\/60{--tw-ring-offset-color: hsl(var(--card) / .6)}.ring-offset-aui-card\/65{--tw-ring-offset-color: hsl(var(--card) / .65)}.ring-offset-aui-card\/70{--tw-ring-offset-color: hsl(var(--card) / .7)}.ring-offset-aui-card\/75{--tw-ring-offset-color: hsl(var(--card) / .75)}.ring-offset-aui-card\/80{--tw-ring-offset-color: hsl(var(--card) / .8)}.ring-offset-aui-card\/85{--tw-ring-offset-color: hsl(var(--card) / .85)}.ring-offset-aui-card\/90{--tw-ring-offset-color: hsl(var(--card) / .9)}.ring-offset-aui-card\/95{--tw-ring-offset-color: hsl(var(--card) / .95)}.ring-offset-aui-destructive{--tw-ring-offset-color: hsl(var(--destructive))}.ring-offset-aui-destructive-foreground{--tw-ring-offset-color: hsl(var(--destructive-foreground))}.ring-offset-aui-destructive-foreground\/0{--tw-ring-offset-color: hsl(var(--destructive-foreground) / 0)}.ring-offset-aui-destructive-foreground\/10{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .1)}.ring-offset-aui-destructive-foreground\/100{--tw-ring-offset-color: hsl(var(--destructive-foreground) / 1)}.ring-offset-aui-destructive-foreground\/15{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .15)}.ring-offset-aui-destructive-foreground\/20{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .2)}.ring-offset-aui-destructive-foreground\/25{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .25)}.ring-offset-aui-destructive-foreground\/30{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .3)}.ring-offset-aui-destructive-foreground\/35{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .35)}.ring-offset-aui-destructive-foreground\/40{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .4)}.ring-offset-aui-destructive-foreground\/45{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .45)}.ring-offset-aui-destructive-foreground\/5{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .05)}.ring-offset-aui-destructive-foreground\/50{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .5)}.ring-offset-aui-destructive-foreground\/55{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .55)}.ring-offset-aui-destructive-foreground\/60{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .6)}.ring-offset-aui-destructive-foreground\/65{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .65)}.ring-offset-aui-destructive-foreground\/70{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .7)}.ring-offset-aui-destructive-foreground\/75{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .75)}.ring-offset-aui-destructive-foreground\/80{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .8)}.ring-offset-aui-destructive-foreground\/85{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .85)}.ring-offset-aui-destructive-foreground\/90{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .9)}.ring-offset-aui-destructive-foreground\/95{--tw-ring-offset-color: hsl(var(--destructive-foreground) / .95)}.ring-offset-aui-destructive\/0{--tw-ring-offset-color: hsl(var(--destructive) / 0)}.ring-offset-aui-destructive\/10{--tw-ring-offset-color: hsl(var(--destructive) / .1)}.ring-offset-aui-destructive\/100{--tw-ring-offset-color: hsl(var(--destructive) / 1)}.ring-offset-aui-destructive\/15{--tw-ring-offset-color: hsl(var(--destructive) / .15)}.ring-offset-aui-destructive\/20{--tw-ring-offset-color: hsl(var(--destructive) / .2)}.ring-offset-aui-destructive\/25{--tw-ring-offset-color: hsl(var(--destructive) / .25)}.ring-offset-aui-destructive\/30{--tw-ring-offset-color: hsl(var(--destructive) / .3)}.ring-offset-aui-destructive\/35{--tw-ring-offset-color: hsl(var(--destructive) / .35)}.ring-offset-aui-destructive\/40{--tw-ring-offset-color: hsl(var(--destructive) / .4)}.ring-offset-aui-destructive\/45{--tw-ring-offset-color: hsl(var(--destructive) / .45)}.ring-offset-aui-destructive\/5{--tw-ring-offset-color: hsl(var(--destructive) / .05)}.ring-offset-aui-destructive\/50{--tw-ring-offset-color: hsl(var(--destructive) / .5)}.ring-offset-aui-destructive\/55{--tw-ring-offset-color: hsl(var(--destructive) / .55)}.ring-offset-aui-destructive\/60{--tw-ring-offset-color: hsl(var(--destructive) / .6)}.ring-offset-aui-destructive\/65{--tw-ring-offset-color: hsl(var(--destructive) / .65)}.ring-offset-aui-destructive\/70{--tw-ring-offset-color: hsl(var(--destructive) / .7)}.ring-offset-aui-destructive\/75{--tw-ring-offset-color: hsl(var(--destructive) / .75)}.ring-offset-aui-destructive\/80{--tw-ring-offset-color: hsl(var(--destructive) / .8)}.ring-offset-aui-destructive\/85{--tw-ring-offset-color: hsl(var(--destructive) / .85)}.ring-offset-aui-destructive\/90{--tw-ring-offset-color: hsl(var(--destructive) / .9)}.ring-offset-aui-destructive\/95{--tw-ring-offset-color: hsl(var(--destructive) / .95)}.ring-offset-aui-foreground{--tw-ring-offset-color: hsl(var(--foreground))}.ring-offset-aui-foreground\/0{--tw-ring-offset-color: hsl(var(--foreground) / 0)}.ring-offset-aui-foreground\/10{--tw-ring-offset-color: hsl(var(--foreground) / .1)}.ring-offset-aui-foreground\/100{--tw-ring-offset-color: hsl(var(--foreground) / 1)}.ring-offset-aui-foreground\/15{--tw-ring-offset-color: hsl(var(--foreground) / .15)}.ring-offset-aui-foreground\/20{--tw-ring-offset-color: hsl(var(--foreground) / .2)}.ring-offset-aui-foreground\/25{--tw-ring-offset-color: hsl(var(--foreground) / .25)}.ring-offset-aui-foreground\/30{--tw-ring-offset-color: hsl(var(--foreground) / .3)}.ring-offset-aui-foreground\/35{--tw-ring-offset-color: hsl(var(--foreground) / .35)}.ring-offset-aui-foreground\/40{--tw-ring-offset-color: hsl(var(--foreground) / .4)}.ring-offset-aui-foreground\/45{--tw-ring-offset-color: hsl(var(--foreground) / .45)}.ring-offset-aui-foreground\/5{--tw-ring-offset-color: hsl(var(--foreground) / .05)}.ring-offset-aui-foreground\/50{--tw-ring-offset-color: hsl(var(--foreground) / .5)}.ring-offset-aui-foreground\/55{--tw-ring-offset-color: hsl(var(--foreground) / .55)}.ring-offset-aui-foreground\/60{--tw-ring-offset-color: hsl(var(--foreground) / .6)}.ring-offset-aui-foreground\/65{--tw-ring-offset-color: hsl(var(--foreground) / .65)}.ring-offset-aui-foreground\/70{--tw-ring-offset-color: hsl(var(--foreground) / .7)}.ring-offset-aui-foreground\/75{--tw-ring-offset-color: hsl(var(--foreground) / .75)}.ring-offset-aui-foreground\/80{--tw-ring-offset-color: hsl(var(--foreground) / .8)}.ring-offset-aui-foreground\/85{--tw-ring-offset-color: hsl(var(--foreground) / .85)}.ring-offset-aui-foreground\/90{--tw-ring-offset-color: hsl(var(--foreground) / .9)}.ring-offset-aui-foreground\/95{--tw-ring-offset-color: hsl(var(--foreground) / .95)}.ring-offset-aui-input{--tw-ring-offset-color: hsl(var(--input))}.ring-offset-aui-input\/0{--tw-ring-offset-color: hsl(var(--input) / 0)}.ring-offset-aui-input\/10{--tw-ring-offset-color: hsl(var(--input) / .1)}.ring-offset-aui-input\/100{--tw-ring-offset-color: hsl(var(--input) / 1)}.ring-offset-aui-input\/15{--tw-ring-offset-color: hsl(var(--input) / .15)}.ring-offset-aui-input\/20{--tw-ring-offset-color: hsl(var(--input) / .2)}.ring-offset-aui-input\/25{--tw-ring-offset-color: hsl(var(--input) / .25)}.ring-offset-aui-input\/30{--tw-ring-offset-color: hsl(var(--input) / .3)}.ring-offset-aui-input\/35{--tw-ring-offset-color: hsl(var(--input) / .35)}.ring-offset-aui-input\/40{--tw-ring-offset-color: hsl(var(--input) / .4)}.ring-offset-aui-input\/45{--tw-ring-offset-color: hsl(var(--input) / .45)}.ring-offset-aui-input\/5{--tw-ring-offset-color: hsl(var(--input) / .05)}.ring-offset-aui-input\/50{--tw-ring-offset-color: hsl(var(--input) / .5)}.ring-offset-aui-input\/55{--tw-ring-offset-color: hsl(var(--input) / .55)}.ring-offset-aui-input\/60{--tw-ring-offset-color: hsl(var(--input) / .6)}.ring-offset-aui-input\/65{--tw-ring-offset-color: hsl(var(--input) / .65)}.ring-offset-aui-input\/70{--tw-ring-offset-color: hsl(var(--input) / .7)}.ring-offset-aui-input\/75{--tw-ring-offset-color: hsl(var(--input) / .75)}.ring-offset-aui-input\/80{--tw-ring-offset-color: hsl(var(--input) / .8)}.ring-offset-aui-input\/85{--tw-ring-offset-color: hsl(var(--input) / .85)}.ring-offset-aui-input\/90{--tw-ring-offset-color: hsl(var(--input) / .9)}.ring-offset-aui-input\/95{--tw-ring-offset-color: hsl(var(--input) / .95)}.ring-offset-aui-muted{--tw-ring-offset-color: hsl(var(--muted))}.ring-offset-aui-muted-foreground{--tw-ring-offset-color: hsl(var(--muted-foreground))}.ring-offset-aui-muted-foreground\/0{--tw-ring-offset-color: hsl(var(--muted-foreground) / 0)}.ring-offset-aui-muted-foreground\/10{--tw-ring-offset-color: hsl(var(--muted-foreground) / .1)}.ring-offset-aui-muted-foreground\/100{--tw-ring-offset-color: hsl(var(--muted-foreground) / 1)}.ring-offset-aui-muted-foreground\/15{--tw-ring-offset-color: hsl(var(--muted-foreground) / .15)}.ring-offset-aui-muted-foreground\/20{--tw-ring-offset-color: hsl(var(--muted-foreground) / .2)}.ring-offset-aui-muted-foreground\/25{--tw-ring-offset-color: hsl(var(--muted-foreground) / .25)}.ring-offset-aui-muted-foreground\/30{--tw-ring-offset-color: hsl(var(--muted-foreground) / .3)}.ring-offset-aui-muted-foreground\/35{--tw-ring-offset-color: hsl(var(--muted-foreground) / .35)}.ring-offset-aui-muted-foreground\/40{--tw-ring-offset-color: hsl(var(--muted-foreground) / .4)}.ring-offset-aui-muted-foreground\/45{--tw-ring-offset-color: hsl(var(--muted-foreground) / .45)}.ring-offset-aui-muted-foreground\/5{--tw-ring-offset-color: hsl(var(--muted-foreground) / .05)}.ring-offset-aui-muted-foreground\/50{--tw-ring-offset-color: hsl(var(--muted-foreground) / .5)}.ring-offset-aui-muted-foreground\/55{--tw-ring-offset-color: hsl(var(--muted-foreground) / .55)}.ring-offset-aui-muted-foreground\/60{--tw-ring-offset-color: hsl(var(--muted-foreground) / .6)}.ring-offset-aui-muted-foreground\/65{--tw-ring-offset-color: hsl(var(--muted-foreground) / .65)}.ring-offset-aui-muted-foreground\/70{--tw-ring-offset-color: hsl(var(--muted-foreground) / .7)}.ring-offset-aui-muted-foreground\/75{--tw-ring-offset-color: hsl(var(--muted-foreground) / .75)}.ring-offset-aui-muted-foreground\/80{--tw-ring-offset-color: hsl(var(--muted-foreground) / .8)}.ring-offset-aui-muted-foreground\/85{--tw-ring-offset-color: hsl(var(--muted-foreground) / .85)}.ring-offset-aui-muted-foreground\/90{--tw-ring-offset-color: hsl(var(--muted-foreground) / .9)}.ring-offset-aui-muted-foreground\/95{--tw-ring-offset-color: hsl(var(--muted-foreground) / .95)}.ring-offset-aui-muted\/0{--tw-ring-offset-color: hsl(var(--muted) / 0)}.ring-offset-aui-muted\/10{--tw-ring-offset-color: hsl(var(--muted) / .1)}.ring-offset-aui-muted\/100{--tw-ring-offset-color: hsl(var(--muted) / 1)}.ring-offset-aui-muted\/15{--tw-ring-offset-color: hsl(var(--muted) / .15)}.ring-offset-aui-muted\/20{--tw-ring-offset-color: hsl(var(--muted) / .2)}.ring-offset-aui-muted\/25{--tw-ring-offset-color: hsl(var(--muted) / .25)}.ring-offset-aui-muted\/30{--tw-ring-offset-color: hsl(var(--muted) / .3)}.ring-offset-aui-muted\/35{--tw-ring-offset-color: hsl(var(--muted) / .35)}.ring-offset-aui-muted\/40{--tw-ring-offset-color: hsl(var(--muted) / .4)}.ring-offset-aui-muted\/45{--tw-ring-offset-color: hsl(var(--muted) / .45)}.ring-offset-aui-muted\/5{--tw-ring-offset-color: hsl(var(--muted) / .05)}.ring-offset-aui-muted\/50{--tw-ring-offset-color: hsl(var(--muted) / .5)}.ring-offset-aui-muted\/55{--tw-ring-offset-color: hsl(var(--muted) / .55)}.ring-offset-aui-muted\/60{--tw-ring-offset-color: hsl(var(--muted) / .6)}.ring-offset-aui-muted\/65{--tw-ring-offset-color: hsl(var(--muted) / .65)}.ring-offset-aui-muted\/70{--tw-ring-offset-color: hsl(var(--muted) / .7)}.ring-offset-aui-muted\/75{--tw-ring-offset-color: hsl(var(--muted) / .75)}.ring-offset-aui-muted\/80{--tw-ring-offset-color: hsl(var(--muted) / .8)}.ring-offset-aui-muted\/85{--tw-ring-offset-color: hsl(var(--muted) / .85)}.ring-offset-aui-muted\/90{--tw-ring-offset-color: hsl(var(--muted) / .9)}.ring-offset-aui-muted\/95{--tw-ring-offset-color: hsl(var(--muted) / .95)}.ring-offset-aui-popover{--tw-ring-offset-color: hsl(var(--popover))}.ring-offset-aui-popover-foreground{--tw-ring-offset-color: hsl(var(--popover-foreground))}.ring-offset-aui-popover-foreground\/0{--tw-ring-offset-color: hsl(var(--popover-foreground) / 0)}.ring-offset-aui-popover-foreground\/10{--tw-ring-offset-color: hsl(var(--popover-foreground) / .1)}.ring-offset-aui-popover-foreground\/100{--tw-ring-offset-color: hsl(var(--popover-foreground) / 1)}.ring-offset-aui-popover-foreground\/15{--tw-ring-offset-color: hsl(var(--popover-foreground) / .15)}.ring-offset-aui-popover-foreground\/20{--tw-ring-offset-color: hsl(var(--popover-foreground) / .2)}.ring-offset-aui-popover-foreground\/25{--tw-ring-offset-color: hsl(var(--popover-foreground) / .25)}.ring-offset-aui-popover-foreground\/30{--tw-ring-offset-color: hsl(var(--popover-foreground) / .3)}.ring-offset-aui-popover-foreground\/35{--tw-ring-offset-color: hsl(var(--popover-foreground) / .35)}.ring-offset-aui-popover-foreground\/40{--tw-ring-offset-color: hsl(var(--popover-foreground) / .4)}.ring-offset-aui-popover-foreground\/45{--tw-ring-offset-color: hsl(var(--popover-foreground) / .45)}.ring-offset-aui-popover-foreground\/5{--tw-ring-offset-color: hsl(var(--popover-foreground) / .05)}.ring-offset-aui-popover-foreground\/50{--tw-ring-offset-color: hsl(var(--popover-foreground) / .5)}.ring-offset-aui-popover-foreground\/55{--tw-ring-offset-color: hsl(var(--popover-foreground) / .55)}.ring-offset-aui-popover-foreground\/60{--tw-ring-offset-color: hsl(var(--popover-foreground) / .6)}.ring-offset-aui-popover-foreground\/65{--tw-ring-offset-color: hsl(var(--popover-foreground) / .65)}.ring-offset-aui-popover-foreground\/70{--tw-ring-offset-color: hsl(var(--popover-foreground) / .7)}.ring-offset-aui-popover-foreground\/75{--tw-ring-offset-color: hsl(var(--popover-foreground) / .75)}.ring-offset-aui-popover-foreground\/80{--tw-ring-offset-color: hsl(var(--popover-foreground) / .8)}.ring-offset-aui-popover-foreground\/85{--tw-ring-offset-color: hsl(var(--popover-foreground) / .85)}.ring-offset-aui-popover-foreground\/90{--tw-ring-offset-color: hsl(var(--popover-foreground) / .9)}.ring-offset-aui-popover-foreground\/95{--tw-ring-offset-color: hsl(var(--popover-foreground) / .95)}.ring-offset-aui-popover\/0{--tw-ring-offset-color: hsl(var(--popover) / 0)}.ring-offset-aui-popover\/10{--tw-ring-offset-color: hsl(var(--popover) / .1)}.ring-offset-aui-popover\/100{--tw-ring-offset-color: hsl(var(--popover) / 1)}.ring-offset-aui-popover\/15{--tw-ring-offset-color: hsl(var(--popover) / .15)}.ring-offset-aui-popover\/20{--tw-ring-offset-color: hsl(var(--popover) / .2)}.ring-offset-aui-popover\/25{--tw-ring-offset-color: hsl(var(--popover) / .25)}.ring-offset-aui-popover\/30{--tw-ring-offset-color: hsl(var(--popover) / .3)}.ring-offset-aui-popover\/35{--tw-ring-offset-color: hsl(var(--popover) / .35)}.ring-offset-aui-popover\/40{--tw-ring-offset-color: hsl(var(--popover) / .4)}.ring-offset-aui-popover\/45{--tw-ring-offset-color: hsl(var(--popover) / .45)}.ring-offset-aui-popover\/5{--tw-ring-offset-color: hsl(var(--popover) / .05)}.ring-offset-aui-popover\/50{--tw-ring-offset-color: hsl(var(--popover) / .5)}.ring-offset-aui-popover\/55{--tw-ring-offset-color: hsl(var(--popover) / .55)}.ring-offset-aui-popover\/60{--tw-ring-offset-color: hsl(var(--popover) / .6)}.ring-offset-aui-popover\/65{--tw-ring-offset-color: hsl(var(--popover) / .65)}.ring-offset-aui-popover\/70{--tw-ring-offset-color: hsl(var(--popover) / .7)}.ring-offset-aui-popover\/75{--tw-ring-offset-color: hsl(var(--popover) / .75)}.ring-offset-aui-popover\/80{--tw-ring-offset-color: hsl(var(--popover) / .8)}.ring-offset-aui-popover\/85{--tw-ring-offset-color: hsl(var(--popover) / .85)}.ring-offset-aui-popover\/90{--tw-ring-offset-color: hsl(var(--popover) / .9)}.ring-offset-aui-popover\/95{--tw-ring-offset-color: hsl(var(--popover) / .95)}.ring-offset-aui-primary{--tw-ring-offset-color: hsl(var(--primary))}.ring-offset-aui-primary-foreground{--tw-ring-offset-color: hsl(var(--primary-foreground))}.ring-offset-aui-primary-foreground\/0{--tw-ring-offset-color: hsl(var(--primary-foreground) / 0)}.ring-offset-aui-primary-foreground\/10{--tw-ring-offset-color: hsl(var(--primary-foreground) / .1)}.ring-offset-aui-primary-foreground\/100{--tw-ring-offset-color: hsl(var(--primary-foreground) / 1)}.ring-offset-aui-primary-foreground\/15{--tw-ring-offset-color: hsl(var(--primary-foreground) / .15)}.ring-offset-aui-primary-foreground\/20{--tw-ring-offset-color: hsl(var(--primary-foreground) / .2)}.ring-offset-aui-primary-foreground\/25{--tw-ring-offset-color: hsl(var(--primary-foreground) / .25)}.ring-offset-aui-primary-foreground\/30{--tw-ring-offset-color: hsl(var(--primary-foreground) / .3)}.ring-offset-aui-primary-foreground\/35{--tw-ring-offset-color: hsl(var(--primary-foreground) / .35)}.ring-offset-aui-primary-foreground\/40{--tw-ring-offset-color: hsl(var(--primary-foreground) / .4)}.ring-offset-aui-primary-foreground\/45{--tw-ring-offset-color: hsl(var(--primary-foreground) / .45)}.ring-offset-aui-primary-foreground\/5{--tw-ring-offset-color: hsl(var(--primary-foreground) / .05)}.ring-offset-aui-primary-foreground\/50{--tw-ring-offset-color: hsl(var(--primary-foreground) / .5)}.ring-offset-aui-primary-foreground\/55{--tw-ring-offset-color: hsl(var(--primary-foreground) / .55)}.ring-offset-aui-primary-foreground\/60{--tw-ring-offset-color: hsl(var(--primary-foreground) / .6)}.ring-offset-aui-primary-foreground\/65{--tw-ring-offset-color: hsl(var(--primary-foreground) / .65)}.ring-offset-aui-primary-foreground\/70{--tw-ring-offset-color: hsl(var(--primary-foreground) / .7)}.ring-offset-aui-primary-foreground\/75{--tw-ring-offset-color: hsl(var(--primary-foreground) / .75)}.ring-offset-aui-primary-foreground\/80{--tw-ring-offset-color: hsl(var(--primary-foreground) / .8)}.ring-offset-aui-primary-foreground\/85{--tw-ring-offset-color: hsl(var(--primary-foreground) / .85)}.ring-offset-aui-primary-foreground\/90{--tw-ring-offset-color: hsl(var(--primary-foreground) / .9)}.ring-offset-aui-primary-foreground\/95{--tw-ring-offset-color: hsl(var(--primary-foreground) / .95)}.ring-offset-aui-primary\/0{--tw-ring-offset-color: hsl(var(--primary) / 0)}.ring-offset-aui-primary\/10{--tw-ring-offset-color: hsl(var(--primary) / .1)}.ring-offset-aui-primary\/100{--tw-ring-offset-color: hsl(var(--primary) / 1)}.ring-offset-aui-primary\/15{--tw-ring-offset-color: hsl(var(--primary) / .15)}.ring-offset-aui-primary\/20{--tw-ring-offset-color: hsl(var(--primary) / .2)}.ring-offset-aui-primary\/25{--tw-ring-offset-color: hsl(var(--primary) / .25)}.ring-offset-aui-primary\/30{--tw-ring-offset-color: hsl(var(--primary) / .3)}.ring-offset-aui-primary\/35{--tw-ring-offset-color: hsl(var(--primary) / .35)}.ring-offset-aui-primary\/40{--tw-ring-offset-color: hsl(var(--primary) / .4)}.ring-offset-aui-primary\/45{--tw-ring-offset-color: hsl(var(--primary) / .45)}.ring-offset-aui-primary\/5{--tw-ring-offset-color: hsl(var(--primary) / .05)}.ring-offset-aui-primary\/50{--tw-ring-offset-color: hsl(var(--primary) / .5)}.ring-offset-aui-primary\/55{--tw-ring-offset-color: hsl(var(--primary) / .55)}.ring-offset-aui-primary\/60{--tw-ring-offset-color: hsl(var(--primary) / .6)}.ring-offset-aui-primary\/65{--tw-ring-offset-color: hsl(var(--primary) / .65)}.ring-offset-aui-primary\/70{--tw-ring-offset-color: hsl(var(--primary) / .7)}.ring-offset-aui-primary\/75{--tw-ring-offset-color: hsl(var(--primary) / .75)}.ring-offset-aui-primary\/80{--tw-ring-offset-color: hsl(var(--primary) / .8)}.ring-offset-aui-primary\/85{--tw-ring-offset-color: hsl(var(--primary) / .85)}.ring-offset-aui-primary\/90{--tw-ring-offset-color: hsl(var(--primary) / .9)}.ring-offset-aui-primary\/95{--tw-ring-offset-color: hsl(var(--primary) / .95)}.ring-offset-aui-ring{--tw-ring-offset-color: hsl(var(--ring))}.ring-offset-aui-ring\/0{--tw-ring-offset-color: hsl(var(--ring) / 0)}.ring-offset-aui-ring\/10{--tw-ring-offset-color: hsl(var(--ring) / .1)}.ring-offset-aui-ring\/100{--tw-ring-offset-color: hsl(var(--ring) / 1)}.ring-offset-aui-ring\/15{--tw-ring-offset-color: hsl(var(--ring) / .15)}.ring-offset-aui-ring\/20{--tw-ring-offset-color: hsl(var(--ring) / .2)}.ring-offset-aui-ring\/25{--tw-ring-offset-color: hsl(var(--ring) / .25)}.ring-offset-aui-ring\/30{--tw-ring-offset-color: hsl(var(--ring) / .3)}.ring-offset-aui-ring\/35{--tw-ring-offset-color: hsl(var(--ring) / .35)}.ring-offset-aui-ring\/40{--tw-ring-offset-color: hsl(var(--ring) / .4)}.ring-offset-aui-ring\/45{--tw-ring-offset-color: hsl(var(--ring) / .45)}.ring-offset-aui-ring\/5{--tw-ring-offset-color: hsl(var(--ring) / .05)}.ring-offset-aui-ring\/50{--tw-ring-offset-color: hsl(var(--ring) / .5)}.ring-offset-aui-ring\/55{--tw-ring-offset-color: hsl(var(--ring) / .55)}.ring-offset-aui-ring\/60{--tw-ring-offset-color: hsl(var(--ring) / .6)}.ring-offset-aui-ring\/65{--tw-ring-offset-color: hsl(var(--ring) / .65)}.ring-offset-aui-ring\/70{--tw-ring-offset-color: hsl(var(--ring) / .7)}.ring-offset-aui-ring\/75{--tw-ring-offset-color: hsl(var(--ring) / .75)}.ring-offset-aui-ring\/80{--tw-ring-offset-color: hsl(var(--ring) / .8)}.ring-offset-aui-ring\/85{--tw-ring-offset-color: hsl(var(--ring) / .85)}.ring-offset-aui-ring\/90{--tw-ring-offset-color: hsl(var(--ring) / .9)}.ring-offset-aui-ring\/95{--tw-ring-offset-color: hsl(var(--ring) / .95)}.ring-offset-aui-secondary{--tw-ring-offset-color: hsl(var(--secondary))}.ring-offset-aui-secondary-foreground{--tw-ring-offset-color: hsl(var(--secondary-foreground))}.ring-offset-aui-secondary-foreground\/0{--tw-ring-offset-color: hsl(var(--secondary-foreground) / 0)}.ring-offset-aui-secondary-foreground\/10{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .1)}.ring-offset-aui-secondary-foreground\/100{--tw-ring-offset-color: hsl(var(--secondary-foreground) / 1)}.ring-offset-aui-secondary-foreground\/15{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .15)}.ring-offset-aui-secondary-foreground\/20{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .2)}.ring-offset-aui-secondary-foreground\/25{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .25)}.ring-offset-aui-secondary-foreground\/30{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .3)}.ring-offset-aui-secondary-foreground\/35{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .35)}.ring-offset-aui-secondary-foreground\/40{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .4)}.ring-offset-aui-secondary-foreground\/45{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .45)}.ring-offset-aui-secondary-foreground\/5{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .05)}.ring-offset-aui-secondary-foreground\/50{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .5)}.ring-offset-aui-secondary-foreground\/55{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .55)}.ring-offset-aui-secondary-foreground\/60{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .6)}.ring-offset-aui-secondary-foreground\/65{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .65)}.ring-offset-aui-secondary-foreground\/70{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .7)}.ring-offset-aui-secondary-foreground\/75{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .75)}.ring-offset-aui-secondary-foreground\/80{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .8)}.ring-offset-aui-secondary-foreground\/85{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .85)}.ring-offset-aui-secondary-foreground\/90{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .9)}.ring-offset-aui-secondary-foreground\/95{--tw-ring-offset-color: hsl(var(--secondary-foreground) / .95)}.ring-offset-aui-secondary\/0{--tw-ring-offset-color: hsl(var(--secondary) / 0)}.ring-offset-aui-secondary\/10{--tw-ring-offset-color: hsl(var(--secondary) / .1)}.ring-offset-aui-secondary\/100{--tw-ring-offset-color: hsl(var(--secondary) / 1)}.ring-offset-aui-secondary\/15{--tw-ring-offset-color: hsl(var(--secondary) / .15)}.ring-offset-aui-secondary\/20{--tw-ring-offset-color: hsl(var(--secondary) / .2)}.ring-offset-aui-secondary\/25{--tw-ring-offset-color: hsl(var(--secondary) / .25)}.ring-offset-aui-secondary\/30{--tw-ring-offset-color: hsl(var(--secondary) / .3)}.ring-offset-aui-secondary\/35{--tw-ring-offset-color: hsl(var(--secondary) / .35)}.ring-offset-aui-secondary\/40{--tw-ring-offset-color: hsl(var(--secondary) / .4)}.ring-offset-aui-secondary\/45{--tw-ring-offset-color: hsl(var(--secondary) / .45)}.ring-offset-aui-secondary\/5{--tw-ring-offset-color: hsl(var(--secondary) / .05)}.ring-offset-aui-secondary\/50{--tw-ring-offset-color: hsl(var(--secondary) / .5)}.ring-offset-aui-secondary\/55{--tw-ring-offset-color: hsl(var(--secondary) / .55)}.ring-offset-aui-secondary\/60{--tw-ring-offset-color: hsl(var(--secondary) / .6)}.ring-offset-aui-secondary\/65{--tw-ring-offset-color: hsl(var(--secondary) / .65)}.ring-offset-aui-secondary\/70{--tw-ring-offset-color: hsl(var(--secondary) / .7)}.ring-offset-aui-secondary\/75{--tw-ring-offset-color: hsl(var(--secondary) / .75)}.ring-offset-aui-secondary\/80{--tw-ring-offset-color: hsl(var(--secondary) / .8)}.ring-offset-aui-secondary\/85{--tw-ring-offset-color: hsl(var(--secondary) / .85)}.ring-offset-aui-secondary\/90{--tw-ring-offset-color: hsl(var(--secondary) / .9)}.ring-offset-aui-secondary\/95{--tw-ring-offset-color: hsl(var(--secondary) / .95)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.ring-offset-white{--tw-ring-offset-color: #fff}.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)}.grayscale{--tw-grayscale: grayscale(100%);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-sm{--tw-backdrop-blur: blur(4px);-webkit-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-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,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[border-color\,filter\]{transition-property:border-color,filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opa\]{transition-property:margin,opa;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[max-height\,opacity\]{transition-property:max-height,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[stroke-dashoffset\]{transition-property:stroke-dashoffset;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}@keyframes enter{0%{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:.15s;--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}.zoom-in-95{--tw-enter-scale: .95}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.duration-700{animation-duration:.7s}.ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.running{animation-play-state:running}.paused{animation-play-state:paused}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[animation-delay\:0\.266s\]{animation-delay:.266s}.\[animation-delay\:0\.533s\]{animation-delay:.533s}.\[animation-delay\:var\(--random-delay\)\]{animation-delay:var(--random-delay)}.\[appearance\:textfield\]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.\[scrollbar-width\:none\]{scrollbar-width:none}.\[will-change\:box-shadow\]{will-change:box-shadow}.marker\:text-foreground *::marker{color:hsl(var(--foreground))}.marker\:text-foreground::marker{color:hsl(var(--foreground))}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-background::file-selector-button{background-color:hsl(var(--background))}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.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-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / 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))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:left-3\.5:after{content:var(--tw-content);left:.875rem}.after\:left-\[0\.68rem\]:after{content:var(--tw-content);left:.68rem}.after\:top-1:after{content:var(--tw-content);top:.25rem}.after\:top-7:after{content:var(--tw-content);top:1.75rem}.after\:z-0:after{content:var(--tw-content);z-index:0}.after\:flex:after{content:var(--tw-content);display:flex}.after\:h-16:after{content:var(--tw-content);height:4rem}.after\:h-\[calc\(100\%\+16px\)\]:after{content:var(--tw-content);height:calc(100% + 16px)}.after\:w-0\.5:after{content:var(--tw-content);width:.125rem}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:w-\[3px\]:after{content:var(--tw-content);width:3px}.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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:rounded-\[6px\]:after{content:var(--tw-content);border-radius:6px}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:bg-muted-foreground:after{content:var(--tw-content);background-color:hsl(var(--muted-foreground))}.after\:bg-nebula-green-200:after{content:var(--tw-content);background-color:hsl(var(--nebula-green-200))}.after\:bg-nebula-green-500:after{content:var(--tw-content);background-color:hsl(var(--nebula-green-500))}.after\:bg-ring:after{content:var(--tw-content);background-color:hsl(var(--ring))}.after\:opacity-0:after{content:var(--tw-content);opacity:0}.after\:content-\[\'_\'\]:after{--tw-content: " ";content:var(--tw-content)}.first\:mt-0:first-child{margin-top:0}.first\:rounded-tl-lg:first-child{border-top-left-radius:var(--radius)}.first\:border-t:first-child{border-top-width:1px}.last\:mb-0:last-child{margin-bottom:0}.last\:rounded-tr-lg:last-child{border-top-right-radius:var(--radius)}.last\:border-r:last-child{border-right-width:1px}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:border-aui-ring\/20:focus-within{border-color:hsl(var(--ring) / .2)}.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-primary:focus-within{--tw-ring-color: hsl(var(--primary))}.focus-within\:ring-opacity-50:focus-within{--tw-ring-opacity: .5}.hover\:cursor-not-allowed:hover{cursor:not-allowed}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-border\/80:hover{border-color:hsl(var(--border) / .8)}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-primary\/50:hover{border-color:hsl(var(--primary) / .5)}.hover\:\!bg-accent:hover{background-color:hsl(var(--accent))!important}.hover\:bg-\[\#2A5A68\]:hover{--tw-bg-opacity: 1;background-color:rgb(42 90 104 / var(--tw-bg-opacity, 1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-accent\/50:hover{background-color:hsl(var(--accent) / .5)}.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\/80:hover{background-color:#eff6ffcc}.hover\:bg-cosmic-blue-100:hover{background-color:hsl(var(--cosmic-blue-100))}.hover\:bg-cyan-600:hover{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/10:hover{background-color:hsl(var(--destructive) / .1)}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-emerald-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / 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\/80:hover{background-color:#f9fafbcc}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700\/50:hover{background-color:#37415180}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50\/80:hover{background-color:#f0fdf4cc}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted-foreground:hover{background-color:hsl(var(--muted-foreground))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-muted\/75:hover{background-color:hsl(var(--muted) / .75)}.hover\:bg-nebula-green-100:hover{background-color:hsl(var(--nebula-green-100))}.hover\:bg-nebula-green-700:hover{background-color:hsl(var(--nebula-green-700))}.hover\:bg-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50\/80:hover{background-color:#fef2f2cc}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary\/50:hover{background-color:hsl(var(--secondary) / .5)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-sidebar-accent:hover{background-color:hsl(var(--sidebar-accent))}.hover\:bg-sky-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-200:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-50\/80:hover{background-color:#fefce8cc}.hover\:bg-opacity-25:hover{--tw-bg-opacity: .25}.hover\:bg-opacity-80:hover{--tw-bg-opacity: .8}.hover\:\!text-accent-foreground:hover{color:hsl(var(--accent-foreground))!important}.hover\:text-\[\#0077b5\]:hover{--tw-text-opacity: 1;color:rgb(0 119 181 / var(--tw-text-opacity, 1))}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.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-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-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / 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-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.hover\:text-inherit:hover{color:inherit}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.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-sidebar-accent-foreground:hover{color:hsl(var(--sidebar-accent-foreground))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / 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:.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\:ring-blue-500\/80:hover{--tw-ring-color: rgb(59 130 246 / .8)}.hover\:ring-blue-700\/80:hover{--tw-ring-color: rgb(29 78 216 / .8)}.hover\:ring-gray-500\/80:hover{--tw-ring-color: rgb(107 114 128 / .8)}.hover\:ring-gray-700\/80:hover{--tw-ring-color: rgb(55 65 81 / .8)}.hover\:ring-green-500\/80:hover{--tw-ring-color: rgb(34 197 94 / .8)}.hover\:ring-green-700\/80:hover{--tw-ring-color: rgb(21 128 61 / .8)}.hover\:ring-red-700\/80:hover{--tw-ring-color: rgb(185 28 28 / .8)}.hover\:ring-yellow-500\/80:hover{--tw-ring-color: rgb(234 179 8 / .8)}.hover\:ring-yellow-700\/80:hover{--tw-ring-color: rgb(161 98 7 / .8)}.hover\:ring-opacity-80:hover{--tw-ring-opacity: .8}.hover\:duration-200:hover{transition-duration:.2s;animation-duration:.2s}.placeholder\:hover\:text-accent-foreground:hover::-moz-placeholder{color:hsl(var(--accent-foreground))}.placeholder\:hover\:text-accent-foreground:hover::placeholder{color:hsl(var(--accent-foreground))}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:hsl(var(--sidebar-border))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:bg-transparent:focus{background-color:transparent}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-destructive:focus{color:hsl(var(--destructive))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:shadow-none:focus{--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)}.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-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-0:focus{--tw-ring-offset-width: 0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:border:focus-visible{border-width:1px}.focus-visible\:bg-muted:focus-visible{background-color:hsl(var(--muted))}.focus-visible\:shadow-none:focus-visible{--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)}.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-gray-400:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / 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-transparent:focus-visible{--tw-ring-color: transparent}.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))}.active\:bg-accent\/90:active{background-color:hsl(var(--accent) / .9)}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-sidebar-accent:active{background-color:hsl(var(--sidebar-accent))}.active\:text-sidebar-accent-foreground:active{color:hsl(var(--sidebar-accent-foreground))}.active\:shadow-none:active{--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)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-white:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.disabled\:text-gray-300:disabled{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.disabled\:opacity-100:disabled{opacity:1}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:hover\:bg-gray-100:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:-translate-x-5{--tw-translate-x: -1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-translate-y-0\.5{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-rotate-12{--tw-rotate: -12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-12{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-primary{background-color:hsl(var(--primary))}.group:hover .group-hover\:text-foreground{color:hsl(var(--foreground))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:duration-200{transition-duration:.2s;animation-duration:.2s}.group:hover .group-hover\:after\:opacity-100:after{content:var(--tw-content);opacity:1}.group:disabled .group-disabled\:opacity-30{opacity:.3}.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:.7}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color:hsl(var(--sidebar-background))}.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:.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) / .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-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.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: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-3[data-state=checked]{--tw-translate-x: .75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes collapsible-up{0%{height:var(--radix-collapsible-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-collapsible-up[data-state=closed]{animation:collapsible-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}@keyframes collapsible-down{0%{height:0}to{height:var(--radix-collapsible-content-height)}}.data-\[state\=open\]\:animate-collapsible-down[data-state=open]{animation:collapsible-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[state\=active\]\:rounded-none[data-state=active]{border-radius:0}.data-\[state\=active\]\:border-b-2[data-state=active]{border-bottom-width:2px}.data-\[state\=inactive\]\:border-solid[data-state=inactive]{border-style:solid}.data-\[state\=active\]\:border-primary[data-state=active],.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:hsl(var(--primary))}.data-\[state\=active\]\:border-b-foreground[data-state=active]{border-bottom-color:hsl(var(--foreground))}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:hsl(var(--sidebar-accent))}.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-inherit[data-state=active]{background-color:inherit}.data-\[state\=active\]\:bg-mars-landscape-300[data-state=active]{background-color:hsl(var(--mars-landscape-300))}.data-\[state\=active\]\:bg-primary[data-state=active]{background-color:hsl(var(--primary))}.data-\[state\=active\]\:bg-transparent[data-state=active]{background-color:transparent}.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-green-500[data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=inactive\]\:bg-white[data-state=inactive]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=open\]\:bg-sidebar-accent[data-state=open]{background-color:hsl(var(--sidebar-accent))}.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-\[state\=active\]\:font-semibold[data-state=active]{font-weight:600}.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-background[data-state=active]{color:hsl(var(--background))}.data-\[state\=active\]\:text-black[data-state=active]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=active\]\:text-nebula-green-500[data-state=active]{color:hsl(var(--nebula-green-500))}.data-\[state\=active\]\:text-primary[data-state=active]{color:hsl(var(--primary))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=inactive\]\:text-muted-foreground[data-state=inactive]{color:hsl(var(--muted-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:hsl(var(--accent-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[state\=open\]\:text-sidebar-accent-foreground[data-state=open]{color:hsl(var(--sidebar-accent-foreground))}.data-\[state\=open\]\:no-underline[data-state=open]{text-decoration-line:none}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(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)}.data-\[state\=active\]\:shadow-none[data-state=active]{--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)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(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\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--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\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .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-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-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.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)) skew(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)) skew(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:0}.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)) skew(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)) skew(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:var(--radius)}.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:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.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 / .1), 0 1px 2px -1px rgb(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:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.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-destructive:is(.dark *){border-color:hsl(var(--destructive))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / 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-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-white\/90:is(.dark *){color:#ffffffe6}.dark\:brightness-\[0\.2\]:is(.dark *){--tw-brightness: brightness(.2);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)}.dark\:grayscale:is(.dark *){--tw-grayscale: grayscale(100%);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)}@media (min-width: 640px){.sm\:top-\[15\%\]{top:15%}.sm\:mb-0{margin-bottom:0}.sm\:mt-0{margin-top:0}.sm\:flex{display:flex}.sm\:w-48{width:12rem}.sm\:w-\[540px\]{width:540px}.sm\:w-\[80\%\]{width:80%}.sm\:w-\[90\%\]{width:90%}.sm\:min-w-\[45\%\]{min-width:45%}.sm\:max-w-\[350px\]{max-width:350px}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-\[475px\]{max-width:475px}.sm\:max-w-\[50\%\]{max-width:50%}.sm\:max-w-\[525px\]{max-width:525px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:max-w-\[625px\]{max-width:625px}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:max-w-sm{max-width:24rem}.sm\:flex-\[1_1_45\%\]{flex:1 1 45%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:.625rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\: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)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}}@media (min-width: 768px){.md\:top-\[20\%\]{top:20%}.md\:block{display:block}.md\:flex{display:flex}.md\:w-\[450px\]{width:450px}.md\:w-\[600px\]{width:600px}.md\:min-w-\[40\%\]{min-width:40%}.md\:max-w-\[80vw\]{max-width:80vw}.md\:flex-\[1_1_40\%\]{flex:1 1 40%}.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\:text-sm{font-size:.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:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(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\:block{display:block}.lg\:grid{display:grid}.lg\:min-h-\[600px\]{min-height:600px}.lg\:w-\[400px\]{width:400px}.lg\:w-\[500px\]{width:500px}.lg\:w-\[680px\]{width:680px}.lg\:min-w-\[35\%\]{min-width:35%}.lg\:flex-\[1_1_35\%\]{flex:1 1 35%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:pb-32{padding-bottom:8rem}}@media (min-width: 1280px){.xl\:min-h-\[800px\]{min-height:800px}.xl\:w-\[700px\]{width:700px}.xl\:pb-24{padding-bottom:6rem}}@media (min-width: 1536px){.\32xl\:block{display:block}.\32xl\:hidden{display:none}.\32xl\:flex-row{flex-direction:row}}@media print{.print\:hidden{display:none}}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&\:first-child_\.step\]\:\!mt-0:first-child .step{margin-top:0!important}.\[\&\:first-child_\>span\]\:top-6:first-child>span{top:1.5rem}.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]){border-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\:last-child\>td\:first-child\]\:rounded-bl-lg:last-child>td:first-child{border-bottom-left-radius:var(--radius)}.\[\&\:last-child\>td\:last-child\]\:rounded-br-lg:last-child>td:last-child{border-bottom-right-radius:var(--radius)}.\[\&\:not\(\:empty\)\]\:text-blue-500:not(:empty){--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.\[\&\:not\(\:empty\)\]\:underline:not(:empty){text-decoration-line:underline}.\[\&\>\*\:not\(\:first-child\)\:not\(\:nth-child\(3\)\)\]\:ml-6>*:not(:first-child):not(:nth-child(3)){margin-left:1.5rem}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y: 2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>a\]\:text-xs>a{font-size:.75rem;line-height:1rem}.\[\&\>a\]\:no-underline>a{text-decoration-line:none}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>li\]\:mt-2>li{margin-top:.5rem}.\[\&\>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}.\[\&\>span\]\:text-xs>span{font-size:.75rem;line-height:1rem}.\[\&\>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)) skew(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\]\:hidden>svg{display:none}.\[\&\>svg\]\:size-3\.5>svg{width:.875rem;height:.875rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:size-6>svg{width:1.5rem;height:1.5rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.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}.\[\&\[align\=center\]\]\:text-center[align=center]{text-align:center}.\[\&\[align\=right\]\]\:text-right[align=right]{text-align:right}.\[\&\[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)) skew(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)) skew(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) / .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,.\[\&_\.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,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline:2px solid transparent;outline-offset:2px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.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:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.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:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.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\]\:hidden svg{display:none}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}.\[\&_ul\]\:list-\[circle\] ul{list-style-type:circle}.\[\&_ul_ul\]\:list-\[square\] ul ul{list-style-type:square}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.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:-.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}
