.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: rgba(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: rgba(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-props, var(--xy-background-color, 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.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-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__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right: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:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));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))}.react-flow__handle{left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;z-index:1000}.markdown-body{--base-size-4: .25rem;--base-size-8: .5rem;--base-size-16: 1rem;--base-size-24: 1.5rem;--base-size-40: 2.5rem;--base-text-weight-normal: 400;--base-text-weight-medium: 500;--base-text-weight-semibold: 600;--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--fgColor-accent: Highlight}.markdown-body .dark{color-scheme:dark;--focus-outlineColor: #1f6feb;--fgColor-default: #f0f6fc;--fgColor-muted: #9198a1;--fgColor-accent: #4493f8;--fgColor-success: #3fb950;--fgColor-attention: #d29922;--fgColor-danger: #f85149;--fgColor-done: #ab7df8;--bgColor-default: #0d1117;--bgColor-muted: #151b23;--bgColor-neutral-muted: #656c7633;--bgColor-attention-muted: #bb800926;--borderColor-default: #3d444d;--borderColor-muted: #3d444db3;--borderColor-neutral-muted: #3d444db3;--borderColor-accent-emphasis: #1f6feb;--borderColor-success-emphasis: #238636;--borderColor-attention-emphasis: #9e6a03;--color-prettylights-syntax-comment: #8b949e;--color-prettylights-syntax-constant: inherit;--color-prettylights-syntax-entity: #d2a8ff;--color-prettylights-syntax-storage-modifier-import: #f0f6fc;--color-prettylights-syntax-entity-tag: #7ee787;--color-prettylights-syntax-keyword: #ff7b72;--color-prettylights-syntax-string: #a5d6ff;--color-prettylights-syntax-variable: #ffa657;--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;--color-prettylights-syntax-invalid-illegal-bg: #5a1e02;--color-prettylights-syntax-carriage-return-text: #f0f6fc;--color-prettylights-syntax-carriage-return-bg: #b62324;--color-prettylights-syntax-string-regexp: #7ee787;--color-prettylights-syntax-markup-list: #f2cc60;--color-prettylights-syntax-markup-heading: #1f6feb;--color-prettylights-syntax-markup-italic: #c9d1d9;--color-prettylights-syntax-markup-bold: #c9d1d9;--color-prettylights-syntax-markup-deleted-text: #ffdcd7;--color-prettylights-syntax-markup-deleted-bg: #67060c;--color-prettylights-syntax-markup-inserted-text: #aff5b4;--color-prettylights-syntax-markup-inserted-bg: #033a16;--color-prettylights-syntax-markup-changed-text: #ffdfb6;--color-prettylights-syntax-markup-changed-bg: #5a1e02;--color-prettylights-syntax-markup-ignored-text: #c9d1d9;--color-prettylights-syntax-markup-ignored-bg: #1158c7;--color-prettylights-syntax-meta-diff-range: #d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d}.markdown-body .light{color-scheme:light;--focus-outlineColor: #0969da;--fgColor-default: #1f2328;--fgColor-muted: #59636e;--fgColor-accent: #0969da;--fgColor-success: #1a7f37;--fgColor-attention: #9a6700;--fgColor-danger: #d1242f;--fgColor-done: #8250df;--bgColor-default: #ffffff;--bgColor-muted: #f6f8fa;--bgColor-neutral-muted: #818b981f;--bgColor-attention-muted: #fff8c5;--borderColor-default: #d1d9e0;--borderColor-muted: #d1d9e0b3;--borderColor-neutral-muted: #d1d9e0b3;--borderColor-accent-emphasis: #0969da;--borderColor-success-emphasis: #1a7f37;--borderColor-attention-emphasis: #9a6700;--borderColor-danger-emphasis: #cf222e;--borderColor-done-emphasis: #8250df;--color-prettylights-syntax-comment: #59636e;--color-prettylights-syntax-constant: #0550ae;--color-prettylights-syntax-constant-other-reference-link: #0a3069;--color-prettylights-syntax-entity: #6639ba;--color-prettylights-syntax-storage-modifier-import: #1f2328;--color-prettylights-syntax-entity-tag: #0550ae;--color-prettylights-syntax-keyword: #cf222e;--color-prettylights-syntax-string: #0a3069;--color-prettylights-syntax-variable: #953800;--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;--color-prettylights-syntax-brackethighlighter-angle: #59636e;--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;--color-prettylights-syntax-invalid-illegal-bg: #82071e;--color-prettylights-syntax-carriage-return-text: #f6f8fa;--color-prettylights-syntax-carriage-return-bg: #cf222e;--color-prettylights-syntax-string-regexp: #116329;--color-prettylights-syntax-markup-list: #3b2300;--color-prettylights-syntax-markup-heading: #0550ae;--color-prettylights-syntax-markup-italic: #1f2328;--color-prettylights-syntax-markup-bold: #1f2328;--color-prettylights-syntax-markup-deleted-text: #82071e;--color-prettylights-syntax-markup-deleted-bg: #ffebe9;--color-prettylights-syntax-markup-inserted-text: #116329;--color-prettylights-syntax-markup-inserted-bg: #dafbe1;--color-prettylights-syntax-markup-changed-text: #953800;--color-prettylights-syntax-markup-changed-bg: #ffd8b5;--color-prettylights-syntax-markup-ignored-text: #d1d9e0;--color-prettylights-syntax-markup-ignored-bg: #0550ae;--color-prettylights-syntax-meta-diff-range: #8250df;--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98}.markdown-body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;color:var(--fgColor-default);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:inherit;line-height:1.5;word-wrap:break-word}.markdown-body .octicon{display:inline-block;fill:currentColor;vertical-align:text-bottom}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{width:16px;height:16px;content:" ";display:inline-block;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{background-color:transparent;color:var(--fgColor-accent);text-decoration:none}.markdown-body abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.markdown-body b,.markdown-body strong{font-weight:var(--base-text-weight-semibold, 600)}.markdown-body dfn{font-style:italic}.markdown-body h1{margin:.67em 0;font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:2em;border-bottom:1px solid var(--borderColor-muted)}.markdown-body mark{background-color:var(--bgColor-attention-muted);color:var(--fgColor-default)}.markdown-body small{font-size:90%}.markdown-body sub,.markdown-body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{border-style:none;max-width:100%;box-sizing:content-box;height:auto}.markdown-body img[height]{height:attr(height px);width:auto;max-height:attr(height px)}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace;font-size:1em}.markdown-body figure{margin:1em var(--base-size-40)}.markdown-body hr{box-sizing:content-box;overflow:hidden;background:transparent;border-bottom:1px solid var(--borderColor-muted);height:.25em;padding:0;margin:var(--base-size-24) 0;background-color:var(--borderColor-default);border:0}.markdown-body input{font:inherit;margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.markdown-body [type=button],.markdown-body [type=reset],.markdown-body [type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}.markdown-body [type=checkbox],.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button,.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]::-webkit-search-cancel-button,.markdown-body [type=search]::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body ::-moz-placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body ::placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body hr:before{display:table;content:""}.markdown-body hr:after{display:table;clear:both;content:""}.markdown-body table{border-spacing:0;border-collapse:collapse;display:block;width:-moz-max-content;width:max-content;max-width:100%;overflow:auto;font-variant:tabular-nums}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body a:focus,.markdown-body [role=button]:focus,.markdown-body input[type=radio]:focus,.markdown-body input[type=checkbox]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:focus:not(:focus-visible),.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body input[type=radio]:focus:not(:focus-visible),.markdown-body input[type=checkbox]:focus:not(:focus-visible){outline:solid 1px transparent}.markdown-body a:focus-visible,.markdown-body [role=button]:focus-visible,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:not([class]):focus,.markdown-body a:not([class]):focus-visible,.markdown-body input[type=radio]:focus,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=checkbox]:focus-visible{outline-offset:0}.markdown-body kbd{display:inline-block;padding:var(--base-size-4);font:11px var( --fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace );line-height:10px;color:var(--fgColor-default);vertical-align:middle;background-color:var(--bgColor-muted);border:solid 1px var(--borderColor-neutral-muted);border-bottom-color:var(--borderColor-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--borderColor-neutral-muted)}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:var(--base-size-24);margin-bottom:var(--base-size-16);font-weight:var(--base-text-weight-semibold, 600);line-height:1.25}.markdown-body h2{font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid var(--borderColor-muted)}.markdown-body h3{font-weight:var(--base-text-weight-semibold, 600);font-size:1.25em}.markdown-body h4{font-weight:var(--base-text-weight-semibold, 600);font-size:1em}.markdown-body h5{font-weight:var(--base-text-weight-semibold, 600);font-size:.875em}.markdown-body h6{font-weight:var(--base-text-weight-semibold, 600);font-size:.85em;color:var(--fgColor-muted)}.markdown-body p{margin-top:0;margin-bottom:10px}.markdown-body blockquote{margin:0;padding:0 1em;color:var(--fgColor-muted);border-left:.25em solid var(--borderColor-default)}.markdown-body ul,.markdown-body ol{margin-top:0;margin-bottom:0;padding-left:2em;list-style:disc}.markdown-body ul ul{list-style-type:circle}.markdown-body ul ul ul{list-style-type:square}.markdown-body ol{list-style-type:decimal}.markdown-body dd{margin-left:0}.markdown-body tt,.markdown-body code,.markdown-body samp{font-family:var( --fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace );font-size:12px}.markdown-body pre{margin-top:0;margin-bottom:0;font-family:var( --fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace );font-size:12px;word-wrap:normal}.markdown-body .octicon{display:inline-block;overflow:visible!important;vertical-align:text-bottom;fill:currentColor}.markdown-body input::-webkit-outer-spin-button,.markdown-body input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.markdown-body .mr-2{margin-right:var(--base-size-8, 8px)!important}.markdown-body:before{display:table;content:""}.markdown-body:after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0!important}.markdown-body>*:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--fgColor-danger)}.markdown-body .anchor{float:left;padding-right:var(--base-size-4);margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:var(--base-size-16)}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--fgColor-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{padding:0 .2em;font-size:inherit}.markdown-body summary h1,.markdown-body summary h2,.markdown-body summary h3,.markdown-body summary h4,.markdown-body summary h5,.markdown-body summary h6{display:inline-block}.markdown-body summary h1 .anchor,.markdown-body summary h2 .anchor,.markdown-body summary h3 .anchor,.markdown-body summary h4 .anchor,.markdown-body summary h5 .anchor,.markdown-body summary h6 .anchor{margin-left:-40px}.markdown-body summary h1,.markdown-body summary h2{padding-bottom:0;border-bottom:0}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type="a s"]{list-style-type:lower-alpha}.markdown-body ol[type="A s"]{list-style-type:upper-alpha}.markdown-body ol[type="i s"]{list-style-type:lower-roman}.markdown-body ol[type="I s"]{list-style-type:upper-roman}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:var(--base-size-16)}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:var(--base-size-16);font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold, 600)}.markdown-body dl dd{padding:0 var(--base-size-16);margin-bottom:var(--base-size-16)}.markdown-body table th{font-weight:var(--base-text-weight-semibold, 600)}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid var(--borderColor-default)}.markdown-body table td>:last-child{margin-bottom:0}.markdown-body table tr{background-color:var(--bgColor-default);border-top:1px solid var(--borderColor-muted)}.markdown-body table tr:nth-child(2n){background-color:var(--bgColor-muted)}.markdown-body table img{background-color:transparent}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--borderColor-default)}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--fgColor-default)}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:.2em .4em;margin:0;font-size:85%;white-space:break-spaces;background-color:var(--bgColor-neutral-muted);border-radius:6px;color:inherit}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body samp{font-size:85%}.markdown-body pre code{font-size:100%}.markdown-body pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:var(--base-size-16)}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:var(--base-size-16);overflow:auto;font-size:85%;line-height:1.45;color:var(--fgColor-default);background-color:var(--bgColor-muted);border-radius:6px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px var(--base-size-8) 9px;text-align:right;background:var(--bgColor-default);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:var(--base-text-weight-semibold, 600);background:var(--bgColor-muted);border-top:0}.markdown-body [data-footnote-ref]:before{content:"["}.markdown-body [data-footnote-ref]:after{content:"]"}.markdown-body .footnotes{font-size:12px;color:var(--fgColor-muted);border-top:1px solid var(--borderColor-default)}.markdown-body .footnotes ol{padding-left:var(--base-size-16)}.markdown-body .footnotes ol ul{display:inline-block;padding-left:var(--base-size-16);margin-top:var(--base-size-16)}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{position:absolute;top:calc(var(--base-size-8) * -1);right:calc(var(--base-size-8) * -1);bottom:calc(var(--base-size-8) * -1);left:calc(var(--base-size-24) * -1);pointer-events:none;content:"";border:2px solid var(--borderColor-accent-emphasis);border-radius:6px}.markdown-body .footnotes li:target{color:var(--fgColor-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body body:has(:modal){padding-right:var(--dialog-scrollgutter)!important}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-smi,.markdown-body .pl-s .pl-s1{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-s,.markdown-body .pl-pds,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sre,.markdown-body .pl-sr .pl-sra{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-v,.markdown-body .pl-smw{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.markdown-body .pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.markdown-body .pl-sr .pl-cce{font-weight:700;color:var(--color-prettylights-syntax-string-regexp)}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{font-weight:700;color:var(--color-prettylights-syntax-markup-heading)}.markdown-body .pl-mi{font-style:italic;color:var(--color-prettylights-syntax-markup-italic)}.markdown-body .pl-mb{font-weight:700;color:var(--color-prettylights-syntax-markup-bold)}.markdown-body .pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.markdown-body .pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.markdown-body .pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.markdown-body .pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.markdown-body .pl-mdr{font-weight:700;color:var(--color-prettylights-syntax-meta-diff-range)}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{text-decoration:underline;color:var(--color-prettylights-syntax-constant-other-reference-link)}.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),.markdown-body button:focus:not(:focus-visible),.markdown-body summary:focus:not(:focus-visible),.markdown-body a:focus:not(:focus-visible){outline:none;box-shadow:none}.markdown-body [tabindex="0"]:focus:not(:focus-visible),.markdown-body details-dialog:focus:not(:focus-visible){outline:none}.markdown-body g-emoji{display:inline-block;min-width:1ch;font-family:"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1em;font-style:normal!important;font-weight:var(--base-text-weight-normal, 400);line-height:1;vertical-align:-.075em}.markdown-body g-emoji img{width:1em;height:1em}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:var(--base-text-weight-normal, 400)}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:var(--base-size-4)}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{margin:0 .2em .25em -1.4em;vertical-align:middle}.markdown-body ul:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body .contains-task-list:hover .task-list-item-convert-container,.markdown-body .contains-task-list:focus-within .task-list-item-convert-container{display:block;width:auto;height:24px;overflow:visible;clip:auto}.markdown-body ::-webkit-calendar-picker-indicator{filter:invert(50%)}.markdown-body .markdown-alert{padding:var(--base-size-8) var(--base-size-16);margin-bottom:var(--base-size-16);color:inherit;border-left:.25em solid var(--borderColor-default)}.markdown-body .markdown-alert>:first-child{margin-top:0}.markdown-body .markdown-alert>:last-child{margin-bottom:0}.markdown-body .markdown-alert .markdown-alert-title{display:flex;font-weight:var(--base-text-weight-medium, 500);align-items:center;line-height:1}.markdown-body .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis)}.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent)}.markdown-body .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis)}.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done)}.markdown-body .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis)}.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention)}.markdown-body .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis)}.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success)}.markdown-body .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis)}.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger)}.markdown-body>*:first-child>.heading-element:first-child{margin-top:0!important}.markdown-body .highlight pre:has(+.zeroclipboard-container){min-height:52px}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.scrollbar-hide::-webkit-scrollbar{width:8px;height:4px;background-color:transparent}.scrollbar-hide::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}.scrollbar-hide::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.red-flow-gradient{background-color:#212121;background-image:radial-gradient(at 51% 48%,hsla(1,0%,0%,1) 0px,transparent 50%),radial-gradient(at 98% 18%,hsla(227,0%,13%,1) 0px,transparent 50%),radial-gradient(at 88% 73%,hsla(145,0%,44%,1) 0px,transparent 50%),radial-gradient(at 31% 26%,hsla(280,0%,0%,1) 0px,transparent 50%)}.bg-banner-theme-gradient{background-size:100% 100%;background-position:center;background:linear-gradient(120deg,#232323,#252323,#392323,#392323,#731414,#940606,#731414,#392323,#252323);animation:bg-move 10s infinite alternate ease-in-out}@keyframes bg-move{0%{background-position:48% 50%}50%{background-position:52% 50%}to{background-position:48% 50%}}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family: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}.diff-tailwindcss-wrapper .container{width:100%}@media (min-width: 640px){.diff-tailwindcss-wrapper .container{max-width:640px}}@media (min-width: 768px){.diff-tailwindcss-wrapper .container{max-width:768px}}@media (min-width: 1024px){.diff-tailwindcss-wrapper .container{max-width:1024px}}@media (min-width: 1280px){.diff-tailwindcss-wrapper .container{max-width:1280px}}@media (min-width: 1536px){.diff-tailwindcss-wrapper .container{max-width:1536px}}.diff-tailwindcss-wrapper .invisible{visibility:hidden}.diff-tailwindcss-wrapper .absolute{position:absolute}.diff-tailwindcss-wrapper .relative{position:relative}.diff-tailwindcss-wrapper .sticky{position:sticky}.diff-tailwindcss-wrapper .left-0{left:0}.diff-tailwindcss-wrapper .left-\[100\%\]{left:100%}.diff-tailwindcss-wrapper .right-\[100\%\]{right:100%}.diff-tailwindcss-wrapper .top-0{top:0}.diff-tailwindcss-wrapper .top-\[1px\]{top:1px}.diff-tailwindcss-wrapper .top-\[50\%\]{top:50%}.diff-tailwindcss-wrapper .z-\[1\]{z-index:1}.diff-tailwindcss-wrapper .ml-\[-1\.5em\]{margin-left:-1.5em}.diff-tailwindcss-wrapper .block{display:block}.diff-tailwindcss-wrapper .inline-block{display:inline-block}.diff-tailwindcss-wrapper .flex{display:flex}.diff-tailwindcss-wrapper .table{display:table}.diff-tailwindcss-wrapper .hidden{display:none}.diff-tailwindcss-wrapper .h-\[50\%\]{height:50%}.diff-tailwindcss-wrapper .h-full{height:100%}.diff-tailwindcss-wrapper .min-h-\[28px\]{min-height:28px}.diff-tailwindcss-wrapper .w-\[1\%\]{width:1%}.diff-tailwindcss-wrapper .w-\[1\.5em\]{width:1.5em}.diff-tailwindcss-wrapper .w-\[1\.5px\]{width:1.5px}.diff-tailwindcss-wrapper .w-\[10px\]{width:10px}.diff-tailwindcss-wrapper .w-\[1px\]{width:1px}.diff-tailwindcss-wrapper .w-\[50\%\]{width:50%}.diff-tailwindcss-wrapper .w-full{width:100%}.diff-tailwindcss-wrapper .w-max{width:-moz-max-content;width:max-content}.diff-tailwindcss-wrapper .min-w-\[100px\]{min-width:100px}.diff-tailwindcss-wrapper .min-w-\[40px\]{min-width:40px}.diff-tailwindcss-wrapper .min-w-full{min-width:100%}.diff-tailwindcss-wrapper .flex-shrink-0,.diff-tailwindcss-wrapper .shrink-0{flex-shrink:0}.diff-tailwindcss-wrapper .basis-\[50\%\]{flex-basis:50%}.diff-tailwindcss-wrapper .table-fixed{table-layout:fixed}.diff-tailwindcss-wrapper .border-collapse{border-collapse:collapse}.diff-tailwindcss-wrapper .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)}.diff-tailwindcss-wrapper .origin-center{transform-origin:center}.diff-tailwindcss-wrapper .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))}.diff-tailwindcss-wrapper .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))}.diff-tailwindcss-wrapper .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))}.diff-tailwindcss-wrapper .cursor-pointer{cursor:pointer}.diff-tailwindcss-wrapper .select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.diff-tailwindcss-wrapper .flex-col{flex-direction:column}.diff-tailwindcss-wrapper .items-start{align-items:flex-start}.diff-tailwindcss-wrapper .items-center{align-items:center}.diff-tailwindcss-wrapper .justify-center{justify-content:center}.diff-tailwindcss-wrapper .overflow-x-auto{overflow-x:auto}.diff-tailwindcss-wrapper .overflow-y-hidden{overflow-y:hidden}.diff-tailwindcss-wrapper .whitespace-nowrap{white-space:nowrap}.diff-tailwindcss-wrapper .break-all{word-break:break-all}.diff-tailwindcss-wrapper .rounded-\[0\.2em\]{border-radius:.2em}.diff-tailwindcss-wrapper .rounded-\[2px\]{border-radius:2px}.diff-tailwindcss-wrapper .rounded-md{border-radius:.375rem}.diff-tailwindcss-wrapper .border-l-\[1px\]{border-left-width:1px}.diff-tailwindcss-wrapper .fill-current{fill:currentColor}.diff-tailwindcss-wrapper .p-0{padding:0}.diff-tailwindcss-wrapper .p-\[1px\]{padding:1px}.diff-tailwindcss-wrapper .px-\[10px\]{padding-left:10px;padding-right:10px}.diff-tailwindcss-wrapper .py-\[2px\]{padding-top:2px;padding-bottom:2px}.diff-tailwindcss-wrapper .py-\[6px\]{padding-top:6px;padding-bottom:6px}.diff-tailwindcss-wrapper .pl-\[1\.5em\]{padding-left:1.5em}.diff-tailwindcss-wrapper .pl-\[10px\]{padding-left:10px}.diff-tailwindcss-wrapper .pl-\[2\.0em\]{padding-left:2em}.diff-tailwindcss-wrapper .pr-\[10px\]{padding-right:10px}.diff-tailwindcss-wrapper .text-right{text-align:right}.diff-tailwindcss-wrapper .indent-\[0\.2em\]{text-indent:.2em}.diff-tailwindcss-wrapper .align-top{vertical-align:top}.diff-tailwindcss-wrapper .align-middle{vertical-align:middle}.diff-tailwindcss-wrapper .text-\[1\.2em\]{font-size:1.2em}.diff-tailwindcss-wrapper .leading-\[1\.4\]{line-height:1.4}.diff-tailwindcss-wrapper .leading-\[1\.6\]{line-height:1.6}.diff-tailwindcss-wrapper .\!text-red-500{--tw-text-opacity: 1 !important;color:rgb(239 68 68 / var(--tw-text-opacity))!important}.diff-tailwindcss-wrapper .opacity-\[0\.5\]{opacity:.5}.diff-tailwindcss-wrapper .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)}.diff-tailwindcss-wrapper .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.diff-tailwindcss-wrapper *{box-sizing:border-box}.diff-tailwindcss-wrapper[data-theme=light] .diff-style-root{--diff-border--: #dedede;--diff-add-content--: #e6ffec;--diff-del-content--: #ffebe9;--diff-add-lineNumber--: #ccffd8;--diff-del-lineNumber--: #ffd7d5;--diff-plain-content--: #ffffff;--diff-expand-content--: #fafafa;--diff-plain-lineNumber--: #fafafa;--diff-plain-lineNumber-color--: #555555;--diff-hunk-content--: #ddf4ff;--diff-hunk-lineNumber--: #c7ecff;--diff-hunk-lineNumber-hover--: #0969da;--diff-add-content-highlight--: #abf2bc;--diff-del-content-highlight--: #ffb3ad;--diff-add-widget--: #0969d2;--diff-add-widget-color--: #ffffff;--diff-empty-content--: #fafafa;--diff-hunk-content-color--: #777777;color:#000}.diff-tailwindcss-wrapper .diff-style-root .diff-line-syntax-raw *,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw *{color:var(--diff-view-light, inherit);font-weight:var(--diff-view-light-font-weight, inherit)}.diff-tailwindcss-wrapper[data-theme=dark] .diff-style-root{--diff-border--: #3d444d;--diff-add-content--: #14261f;--diff-del-content--: #311b1f;--diff-add-lineNumber--: #1f4429;--diff-del-lineNumber--: #552527;--diff-plain-content--: #0d1117;--diff-expand-content--: #161b22;--diff-plain-lineNumber--: #161b22;--diff-plain-lineNumber-color--: #a0aaab;--diff-hunk-content--: #131d2e;--diff-hunk-lineNumber--: #204274;--diff-hunk-lineNumber-hover--: #1f6feb;--diff-add-content-highlight--: #1f572d;--diff-del-content-highlight--: #80312f;--diff-add-widget--: #0969d2;--diff-add-widget-color--: #ffffff;--diff-empty-content--: #161b22;--diff-hunk-content-color--: #9298a0;color:#fff}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw *{color:var(--diff-view-dark, inherit);font-weight:var(--diff-view-dark-font-weight, inherit)}.diff-tailwindcss-wrapper table,.diff-tailwindcss-wrapper tr,.diff-tailwindcss-wrapper td{border-color:transparent;border-width:0px;text-align:left}.diff-tailwindcss-wrapper .diff-line-old-num,.diff-tailwindcss-wrapper .diff-line-new-num,.diff-tailwindcss-wrapper .diff-line-num{text-align:right}.diff-tailwindcss-wrapper .diff-style-root tr{content-visibility:auto}.diff-tailwindcss-wrapper .diff-add-widget-wrapper{transform-origin:center;transform:translate(-50%)!important}.diff-tailwindcss-wrapper .diff-line-old-content .diff-add-widget-wrapper,.diff-tailwindcss-wrapper .diff-line-new-content .diff-add-widget-wrapper{transform:translate(50%)!important}.diff-tailwindcss-wrapper .diff-add-widget-wrapper:hover{transform:translate(-50%) scale(1.1)!important}.diff-tailwindcss-wrapper .diff-line-old-content .diff-add-widget-wrapper:hover,.diff-tailwindcss-wrapper .diff-line-new-content .diff-add-widget-wrapper:hover{transform:translate(50%) scale(1.1)!important}.diff-tailwindcss-wrapper .diff-widget-tooltip{position:relative}.diff-tailwindcss-wrapper .diff-add-widget,.diff-tailwindcss-wrapper .diff-widget-tooltip{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;text-transform:none;border-width:0px;background-color:transparent;background-image:none}.diff-tailwindcss-wrapper .diff-widget-tooltip:after{display:none;box-sizing:border-box;background-color:#555;position:absolute;content:attr(data-title);font-size:11px;padding:1px 2px;border-radius:4px;overflow:hidden;top:50%;white-space:nowrap;transform:translateY(-50%);left:calc(100% + 8px);color:#fff}.diff-tailwindcss-wrapper .diff-widget-tooltip:before{display:none;box-sizing:border-box;content:"";position:absolute;top:50%;left:calc(100% - 2px);transform:translateY(-50%);border:6px solid transparent;border-right-color:#555}.diff-tailwindcss-wrapper .diff-widget-tooltip:hover{background-color:var(--diff-hunk-lineNumber-hover--);color:#fff}.diff-tailwindcss-wrapper .diff-widget-tooltip:hover:before{display:block}.diff-tailwindcss-wrapper .diff-widget-tooltip:hover:after{display:block}.diff-line-extend-wrapper *,.diff-line-widget-wrapper *{color:initial}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw pre code.hljs{display:block;overflow-x:auto;padding:1em}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs{color:#24292e;background:#fff}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-doctag,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-keyword,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-meta .hljs-keyword,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-template-tag,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-template-variable,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-type,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-variable.language_{color:#d73a49}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-title,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-title.class_,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-title.class_.inherited__,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-title.function_{color:#6f42c1}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-attr,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-attribute,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-literal,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-meta,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-number,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-operator,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-variable,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-selector-attr,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-selector-class,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-selector-id{color:#005cc5}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-regexp,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-string,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-meta .hljs-string{color:#032f62}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-built_in,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-symbol{color:#e36209}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-comment,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-code,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-formula{color:#6a737d}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-name,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-quote,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-selector-tag,.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-selector-pseudo{color:#22863a}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-subst{color:#24292e}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-section{color:#005cc5;font-weight:700}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-bullet{color:#735c0f}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-emphasis{color:#24292e;font-style:italic}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-strong{color:#24292e;font-weight:700}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-addition{color:#22863a;background-color:#f0fff4}.diff-tailwindcss-wrapper[data-theme=light] .diff-line-syntax-raw .hljs-deletion{color:#b31d28;background-color:#ffeef0}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw pre code.hljs{display:block;overflow-x:auto;padding:1em}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs{color:#c9d1d9;background:#0d1117}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-doctag,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-keyword,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-meta .hljs-keyword,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-template-tag,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-template-variable,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-type,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-variable.language_{color:#ff7b72}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-title,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-title.class_,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-title.class_.inherited__,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-title.function_{color:#d2a8ff}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-attr,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-attribute,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-literal,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-meta,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-number,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-operator,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-variable,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-selector-attr,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-selector-class,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-selector-id{color:#79c0ff}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-regexp,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-string,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-meta .hljs-string{color:#a5d6ff}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-built_in,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-symbol{color:#ffa657}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-comment,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-code,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-formula{color:#8b949e}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-name,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-quote,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-selector-tag,.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-selector-pseudo{color:#7ee787}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-subst{color:#c9d1d9}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-section{color:#1f6feb;font-weight:700}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-bullet{color:#f2cc60}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-emphasis{color:#c9d1d9;font-style:italic}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-strong{color:#c9d1d9;font-weight:700}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-addition{color:#aff5b4;background-color:#033a16}.diff-tailwindcss-wrapper[data-theme=dark] .diff-line-syntax-raw .hljs-deletion{color:#ffdcd7;background-color:#67060c}.diff-tailwindcss-wrapper .hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.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))}.diff-tailwindcss-wrapper .group:hover .group-hover\:visible{visibility:visible}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Black.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-BlackIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-BlackIta.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Bold.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-BoldIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-BoldIta.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtBdIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtBdIta.woff) format("woff");font-weight:800;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtBlk.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtBlk.woff) format("woff");font-weight:950;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtBlkIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtBlkIta.woff) format("woff");font-weight:950;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtLt.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtLt.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtLtIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtLtIta.woff) format("woff");font-weight:200;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtraBold.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtraBold.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Hairline.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Hairline.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-HairlineI.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-HairlineI.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Light.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-LightIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-LightIta.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-MedIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-MedIta.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Medium.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-RegIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-RegIta.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Regular.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Thin.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Thin.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ThinIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ThinIta.woff) format("woff");font-weight:100;font-style:italic}.color-burst-primary{--color: var(--primary)}.color-burst-secondary{--color: var(--secondary)}.color-burst-accent{--color: var(--accent)}.color-burst-destructive{--color: var(--destructive)}*,: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:HelveticaNowDisplay,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,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: 250, 250, 250;--background-gradient: 255 255 255;--navbar: 255 255 255;--foreground: 14 14 14;--card: 255 255 255;--card-foreground: 14 14 14;--popover: 250 250 248;--popover-foreground: 14 14 14;--muted: 223 226 217;--muted-foreground: 14 14 14;--accent: 128 102 111;--accent-foreground: 222 226 211;--destructive: 255 59 48;--destructive-foreground: 238 240 232;--primary: 205 27 33;--primary-foreground: 238 241 231;--secondary: 0 157 200;--secondary-foreground: 250 250 248;--border: 223 226 217;--input: 255 255 255;--input-foreground: 14 14 14;--ring: 111 153 174;--sidebar-background: 245 245 245;--sidebar-foreground: 67 67 67;--sidebar-primary: 26 26 26;--sidebar-primary-foreground: 250 250 248;--sidebar-accent: 245 245 245;--sidebar-accent-foreground: 26 26 26;--sidebar-border: 232 232 232;--sidebar-ring: 66 153 225;--chart-1: var(--primary);--chart-2: var(--secondary);--chart-3: var(--accent);--chart-4: 255 204 0;--chart-5: 255 149 0;--face-border: 0 0 0;--face-color: 250 250 248;--inner-front: 1 153 174;--inner-top: 1 111 119;--inner-right: 2 79 81;--diff-selection-background-color: rgb(180, 201, 185);--diff-gutter-insert-background-color: rgb(192, 230, 193);--diff-gutter-delete-background-color: rgb(232, 180, 184);--diff-gutter-selected-background-color: rgb(168, 185, 175);--diff-code-insert-background-color: rgb(185, 215, 188);--diff-code-delete-background-color: rgb(217, 178, 183);--diff-code-insert-edit-background-color: rgb(205, 224, 205);--diff-code-delete-edit-background-color: rgb(227, 193, 197);--diff-code-selected-background-color: rgb(186, 203, 191);--diff-omit-gutter-line-color: rgb(217, 140, 145);--diff-text-color: rgb(var(--foreground));--diff-background-color: var(--card);--diff-font-family: Consolas, Courier, monospace;--diff-selection-text-color: var(--diff-text-color);--diff-gutter-insert-text-color: var(--diff-text-color);--diff-gutter-delete-text-color: var(--diff-text-color);--diff-gutter-selected-text-color: var(--diff-text-color);--diff-code-insert-text-color: var(--diff-text-color);--diff-code-delete-text-color: var(--diff-text-color);--diff-code-insert-edit-text-color: var(--diff-text-color);--diff-code-delete-edit-text-color: var(--diff-text-color);--diff-code-selected-text-color: var(--diff-text-color);--radius: .5rem;--brand-xlight-gray: 76 76 76;--brand-light-gray: 51 51 51;--brand-gray: 35 35 35;--brand-dark-gray: 20 20 20;--brand-xdark-gray: 0 0 0;--brand-xlight-blue: 5 199 204;--brand-light-blue: 2 178 191;--brand-blue: 1 153 174;--brand-dark-blue: 1 111 119;--brand-xdark-blue: 2 79 81;--brand-xlight-white: 255 255 255;--brand-light-white: 241 242 237;--brand-white: 223 226 217;--brand-dark-white: 177 178 175;--brand-xdark-white: 140 140 140}.dark{--background: 0 0 0;--background-gradient: 0 0 0;--foreground: 223 226 217;--navbar: 18 18 18;--card: 10 10 10;--card-foreground: 241 242 237;--popover: 28 28 30;--popover-foreground: 242 242 242;--primary: 205 27 33;--primary-foreground: 238 241 231;--secondary: 1 153 174;--secondary-foreground: 222 226 211;--muted: 28 28 28;--muted-foreground: 200 200 200;--accent: 128 102 111;--accent-foreground: 222 226 211;--destructive: 205 27 33;--destructive-foreground: 238 241 231;--border: 64 64 64;--input: 42 42 42;--ring: 111 153 174;--face-border: 255 255 255;--face-color: 0 0 0;--inner-front: 205 2 2;--inner-top: 175 4 4;--inner-right: 127 4 4;--sidebar-background: 33 33 33;--sidebar-foreground: 244 244 244;--sidebar-primary: 41 121 255;--sidebar-primary-foreground: 255 255 255;--sidebar-accent: 41 41 41;--sidebar-accent-foreground: 244 244 244;--sidebar-border: 41 41 41;--sidebar-ring: 66 153 255;--chart-1: var(--primary);--chart-2: var(--secondary);--chart-3: var(--accent);--chart-4: 255 182 193;--chart-5: 123 104 238;--diff-selection-background-color: rgb(59, 83, 100);--diff-gutter-insert-background-color: rgb(61, 114, 71);--diff-gutter-delete-background-color: rgb(122, 62, 72);--diff-gutter-selected-background-color: rgb(78, 86, 96);--diff-code-insert-background-color: rgb(70, 109, 80);--diff-code-delete-background-color: rgb(128, 74, 84);--diff-code-insert-edit-background-color: rgb(90, 138, 103);--diff-code-delete-edit-background-color: rgb(167, 91, 103);--diff-code-selected-background-color: rgb(92, 102, 114);--diff-omit-gutter-line-color: rgb(167, 67, 60);--diff-text-color: rgb(var(--foreground));--diff-background-color: var(--card);--diff-font-family: Consolas, Courier, monospace;--diff-selection-text-color: var(--diff-text-color);--diff-gutter-insert-text-color: var(--diff-text-color);--diff-gutter-delete-text-color: var(--diff-text-color);--diff-gutter-selected-text-color: var(--diff-text-color);--diff-code-insert-text-color: var(--diff-text-color);--diff-code-delete-text-color: var(--diff-text-color);--diff-code-insert-edit-text-color: var(--diff-text-color);--diff-code-delete-edit-text-color: var(--diff-text-color);--diff-code-selected-text-color: var(--diff-text-color);--radius: .5rem;--scrollbar-track: 42 42 42;--scrollbar-thumb: 75 75 75;--scrollbar-thumb-hover: 90 90 90;scrollbar-color:rgb(var(--scrollbar-thumb)) rgb(var(--scrollbar-track));scrollbar-width:thin}.dark::-webkit-scrollbar{width:10px;height:10px}.dark::-webkit-scrollbar-track{background:rgb(var(--scrollbar-track))}.dark::-webkit-scrollbar-thumb{background:rgb(var(--scrollbar-thumb));border-radius:5px}.dark::-webkit-scrollbar-thumb:hover{background:rgb(var(--scrollbar-thumb-hover))}*{border-color:rgb(var(--border))}body{background-color:rgb(var(--background));color:rgb(var(--foreground))}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}#gradient-canvas,[id^=gradient-canvas-button-]{width:100%;height:100%;--gradient-color-1: #cd0202;--gradient-color-2: #232323}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.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-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-right-1{right:-.25rem}.-top-1{top:-.25rem}.-top-3{top:-.75rem}.bottom-0{bottom:0}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[-42px\]{left:-42px}.left-\[1px\]{left:1px}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-\[1px\]{right:1px}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-\[-0\.35em\]{top:-.35em}.top-\[-90px\]{top:-90px}.top-\[4rem\]{top:4rem}.top-\[50\%\]{top:50%}.-z-10{z-index:-10}.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}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.col-span-5{grid-column:span 5 / span 5}.col-span-6{grid-column:span 6 / span 6}.col-span-7{grid-column:span 7 / span 7}.-m-1{margin:-.25rem}.m-0{margin:0}.m-2{margin:.5rem}.m-5{margin:1.25rem}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[2px\]{margin-top:2px;margin-bottom:2px}.my-\[3\.75px\]{margin-top:3.75px;margin-bottom:3.75px}.my-\[3px\]{margin-top:3px;margin-bottom:3px}.my-\[5px\]{margin-top:5px;margin-bottom:5px}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-8{margin-bottom:-2rem}.-ml-1{margin-left:-.25rem}.-ml-2{margin-left:-.5rem}.-ml-3{margin-left:-.75rem}.-ml-4{margin-left:-1rem}.-ml-6{margin-left:-1.5rem}.-ml-8{margin-left:-2rem}.-mt-3{margin-top:-.75rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.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-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-3\.5{margin-left:.875rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.ml-\[15px\]{margin-left:15px}.ml-\[300px\]{margin-left:300px}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-4{margin-right:1rem}.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-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.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}.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}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-10{width:2.5rem;height:2.5rem}.size-12{width:3rem;height:3rem}.size-14{width:3.5rem;height:3.5rem}.size-16{width:4rem;height:4rem}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-20{width:5rem;height:5rem}.size-24{width:6rem;height:6rem}.size-28{width:7rem;height:7rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-40{width:10rem;height:10rem}.size-48{width:12rem;height:12rem}.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-9{width:2.25rem;height:2.25rem}.size-\[26px\]{width:26px;height:26px}.size-fit{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.size-full{width:100%;height:100%}.h-0{height:0px}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.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-36{height:9rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.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-\[100px\]{height:100px}.h-\[10px\]{height:10px}.h-\[12px\]{height:12px}.h-\[136px\]{height:136px}.h-\[14px\]{height:14px}.h-\[18px\]{height:18px}.h-\[196px\]{height:196px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[22px\]{height:22px}.h-\[242px\]{height:242px}.h-\[280px\]{height:280px}.h-\[28px\]{height:28px}.h-\[2px\]{height:2px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[48px\]{height:48px}.h-\[60vh\]{height:60vh}.h-\[64px\]{height:64px}.h-\[72px\]{height:72px}.h-\[74px\]{height:74px}.h-\[80px\]{height:80px}.h-\[80vh\]{height:80vh}.h-\[calc\(100vh-4rem\)\]{height:calc(100vh - 4rem)}.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-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-0{max-height:0px}.max-h-20{max-height:5rem}.max-h-60{max-height:15rem}.max-h-96{max-height:24rem}.max-h-\[200px\]{max-height:200px}.max-h-\[300px\]{max-height:300px}.max-h-\[4\.5rem\]{max-height:4.5rem}.max-h-\[400px\]{max-height:400px}.max-h-\[500px\]{max-height:500px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[60vh\]{max-height:60vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{max-height:calc(100svh - 1rem)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-\[180px\]{min-height:180px}.min-h-\[200px\]{min-height:200px}.min-h-\[250px\]{min-height:250px}.min-h-\[264px\]{min-height:264px}.min-h-\[44px\]{min-height:44px}.min-h-\[500px\]{min-height:500px}.min-h-\[60px\]{min-height:60px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)}.min-h-\[calc\(100vh-4em\)\]{min-height:calc(100vh - 4em)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.\!w-full{width:100%!important}.w-0{width:0px}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/6{width:16.666667%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.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-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.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-96{width:24rem}.w-\[--sidebar-width-mobile\]{width:var(--sidebar-width-mobile)}.w-\[--sidebar-width-xl\]{width:var(--sidebar-width-xl)}.w-\[100px\]{width:100px}.w-\[110px\]{width:110px}.w-\[150\%\]{width:150%}.w-\[160px\]{width:160px}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[300px\]{width:300px}.w-\[340px\]{width:340px}.w-\[400px\]{width:400px}.w-\[450px\]{width:450px}.w-\[50\%\]{width:50%}.w-\[80px\]{width:80px}.w-\[90vw\]{width:90vw}.w-\[var\(--width\)\]{width:var(--width)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-16{min-width:4rem}.min-w-4{min-width:1rem}.min-w-48{min-width:12rem}.min-w-5{min-width:1.25rem}.min-w-64{min-width:16rem}.min-w-\[160px\]{min-width:160px}.min-w-\[220px\]{min-width:220px}.min-w-\[50px\]{min-width:50px}.min-w-\[600px\]{min-width:600px}.min-w-\[80px\]{min-width:80px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-full{min-width:100%}.max-w-0{max-width:0px}.max-w-20{max-width:5rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-40{max-width:10rem}.max-w-4xl{max-width:56rem}.max-w-52{max-width:13rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-80{max-width:20rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[100px\]{max-width:100px}.max-w-\[120px\]{max-width:120px}.max-w-\[1400px\]{max-width:1400px}.max-w-\[200px\]{max-width:200px}.max-w-\[248px\]{max-width:248px}.max-w-\[250px\]{max-width:250px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[400px\]{max-width:400px}.max-w-\[450px\]{max-width:450px}.max-w-\[500px\]{max-width:500px}.max-w-\[90vw\]{max-width:90vw}.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-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.table-fixed{table-layout:fixed}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-\[--radix-popover-content-transform-origin\]{transform-origin:var(--radix-popover-content-transform-origin)}.-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-full{--tw-translate-x: -100%;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-y-2{--tw-translate-y: -.5rem;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-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))}.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))}.-rotate-90{--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))}.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))}.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))}.scale-\[0\.99\]{--tw-scale-x: .99;--tw-scale-y: .99;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))}.-scale-x-100,.scale-x-\[-1\]{--tw-scale-x: -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))}.scale-y-\[-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))}.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))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[fade-in_1000ms\]{animation:fade-in 1s}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}.animate-caret-blink{animation:caret-blink 1.25s ease-out infinite}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .5s ease-in-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .5s ease-out forwards}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}.animate-marquee{animation:marquee var(--duration) infinite linear}@keyframes marquee-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(-100% - var(--gap)))}}.animate-marquee-vertical{animation:marquee-vertical var(--duration) linear infinite}.animate-none{animation:none}@keyframes pulse{50%{opacity:.7}0%,to{opacity:1}}.animate-pulse{animation:pulse 2s ease-in-out infinite}@keyframes pulse-shadow{0%,12.5%,37.5%,to{box-shadow:0 0 var(--pulse-shadow-start, 8px) rgb(var(--secondary))}25%{box-shadow:0 0 var(--pulse-shadow-end, 24px) rgb(var(--secondary))}}.animate-pulse-shadow{animation:pulse-shadow var(--pulse-shadow-duration, 3s) ease-in-out var(--pulse-shadow-delay, 0s) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-context-menu{cursor:context-menu}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.scroll-py-1{scroll-padding-top:.25rem;scroll-padding-bottom:.25rem}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\[minmax\(0\,2fr\)_minmax\(0\,1fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,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}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.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-24{gap:6rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.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-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{row-gap:.25rem}.-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-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-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-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-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * 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-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-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-border>:not([hidden])~:not([hidden]){border-color:rgb(var(--border))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.divide-white\/40>:not([hidden])~:not([hidden]){border-color:#fff6}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-visible{overflow-y:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-\[2px\]{border-radius:2px}.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-b-lg{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-\[10px\]{border-top-left-radius:10px;border-bottom-left-radius:10px}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.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-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.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-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.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-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-tr-lg{border-top-right-radius:var(--radius)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-\[1px\]{border-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0px}.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-2{border-right-width:2px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.\!border-none{border-style:none!important}.border-none{border-style:none}.border-\[--color-border\]{border-color:var(--color-border)}.border-\[\^\\s\]{border-color:^s}.border-\[rgb\(var\(--border\)\)\]{border-color:rgb(var(--border))}.border-accent{border-color:rgb(var(--accent))}.border-background{border-color:rgb(var(--background))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-200\/30{border-color:#bfdbfe4d}.border-blue-300\/30{border-color:#93c5fd4d}.border-blue-500\/30{border-color:#3b82f64d}.border-border{border-color:rgb(var(--border))}.border-border\/20{border-color:rgb(var(--border) / .2)}.border-border\/30{border-color:rgb(var(--border) / .3)}.border-border\/40{border-color:rgb(var(--border) / .4)}.border-border\/50{border-color:rgb(var(--border) / .5)}.border-border\/60{border-color:rgb(var(--border) / .6)}.border-current{border-color:currentColor}.border-cyan-500\/30{border-color:#06b6d44d}.border-destructive{border-color:rgb(var(--destructive))}.border-destructive\/20{border-color:rgb(var(--destructive) / .2)}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-200\/30{border-color:#e5e7eb4d}.border-gray-300\/30{border-color:#d1d5db4d}.border-green-200\/30{border-color:#bbf7d04d}.border-green-300\/30{border-color:#86efac4d}.border-green-500\/20{border-color:#22c55e33}.border-green-500\/30{border-color:#22c55e4d}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.border-input{border-color:rgb(var(--input))}.border-muted{border-color:rgb(var(--muted))}.border-muted-foreground\/30{border-color:rgb(var(--muted-foreground) / .3)}.border-muted\/20{border-color:rgb(var(--muted) / .2)}.border-primary{border-color:rgb(var(--primary))}.border-primary\/30{border-color:rgb(var(--primary) / .3)}.border-purple-200\/30{border-color:#e9d5ff4d}.border-purple-300\/30{border-color:#d8b4fe4d}.border-purple-500\/30{border-color:#a855f74d}.border-red-300\/30{border-color:#fca5a54d}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-500\/50{border-color:#ef444480}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-secondary{border-color:rgb(var(--secondary))}.border-secondary\/20{border-color:rgb(var(--secondary) / .2)}.border-secondary\/30{border-color:rgb(var(--secondary) / .3)}.border-secondary\/40{border-color:rgb(var(--secondary) / .4)}.border-secondary\/50{border-color:rgb(var(--secondary) / .5)}.border-secondary\/70{border-color:rgb(var(--secondary) / .7)}.border-sidebar-border{border-color:rgb(var(--sidebar-border))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-yellow-500\/50{border-color:#eab30880}.border-b-border{border-bottom-color:rgb(var(--border))}.border-l-secondary{border-left-color:rgb(var(--secondary))}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-\[rgb\(var\(--card\)\)\]{background-color:rgb(var(--card))}.bg-accent{background-color:rgb(var(--accent))}.bg-accent-foreground{background-color:rgb(var(--accent-foreground))}.bg-accent-foreground\/0{background-color:rgb(var(--accent-foreground) / 0)}.bg-accent-foreground\/10{background-color:rgb(var(--accent-foreground) / .1)}.bg-accent-foreground\/100{background-color:rgb(var(--accent-foreground) / 1)}.bg-accent-foreground\/15{background-color:rgb(var(--accent-foreground) / .15)}.bg-accent-foreground\/20{background-color:rgb(var(--accent-foreground) / .2)}.bg-accent-foreground\/25{background-color:rgb(var(--accent-foreground) / .25)}.bg-accent-foreground\/30{background-color:rgb(var(--accent-foreground) / .3)}.bg-accent-foreground\/35{background-color:rgb(var(--accent-foreground) / .35)}.bg-accent-foreground\/40{background-color:rgb(var(--accent-foreground) / .4)}.bg-accent-foreground\/45{background-color:rgb(var(--accent-foreground) / .45)}.bg-accent-foreground\/5{background-color:rgb(var(--accent-foreground) / .05)}.bg-accent-foreground\/50{background-color:rgb(var(--accent-foreground) / .5)}.bg-accent-foreground\/55{background-color:rgb(var(--accent-foreground) / .55)}.bg-accent-foreground\/60{background-color:rgb(var(--accent-foreground) / .6)}.bg-accent-foreground\/65{background-color:rgb(var(--accent-foreground) / .65)}.bg-accent-foreground\/70{background-color:rgb(var(--accent-foreground) / .7)}.bg-accent-foreground\/75{background-color:rgb(var(--accent-foreground) / .75)}.bg-accent-foreground\/80{background-color:rgb(var(--accent-foreground) / .8)}.bg-accent-foreground\/85{background-color:rgb(var(--accent-foreground) / .85)}.bg-accent-foreground\/90{background-color:rgb(var(--accent-foreground) / .9)}.bg-accent-foreground\/95{background-color:rgb(var(--accent-foreground) / .95)}.bg-accent\/0{background-color:rgb(var(--accent) / 0)}.bg-accent\/10{background-color:rgb(var(--accent) / .1)}.bg-accent\/100{background-color:rgb(var(--accent) / 1)}.bg-accent\/15{background-color:rgb(var(--accent) / .15)}.bg-accent\/20{background-color:rgb(var(--accent) / .2)}.bg-accent\/25{background-color:rgb(var(--accent) / .25)}.bg-accent\/30{background-color:rgb(var(--accent) / .3)}.bg-accent\/35{background-color:rgb(var(--accent) / .35)}.bg-accent\/40{background-color:rgb(var(--accent) / .4)}.bg-accent\/45{background-color:rgb(var(--accent) / .45)}.bg-accent\/5{background-color:rgb(var(--accent) / .05)}.bg-accent\/50{background-color:rgb(var(--accent) / .5)}.bg-accent\/55{background-color:rgb(var(--accent) / .55)}.bg-accent\/60{background-color:rgb(var(--accent) / .6)}.bg-accent\/65{background-color:rgb(var(--accent) / .65)}.bg-accent\/70{background-color:rgb(var(--accent) / .7)}.bg-accent\/75{background-color:rgb(var(--accent) / .75)}.bg-accent\/80{background-color:rgb(var(--accent) / .8)}.bg-accent\/85{background-color:rgb(var(--accent) / .85)}.bg-accent\/90{background-color:rgb(var(--accent) / .9)}.bg-accent\/95{background-color:rgb(var(--accent) / .95)}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-background{background-color:rgb(var(--background))}.bg-background\/0{background-color:rgb(var(--background) / 0)}.bg-background\/10{background-color:rgb(var(--background) / .1)}.bg-background\/100{background-color:rgb(var(--background) / 1)}.bg-background\/15{background-color:rgb(var(--background) / .15)}.bg-background\/20{background-color:rgb(var(--background) / .2)}.bg-background\/25{background-color:rgb(var(--background) / .25)}.bg-background\/30{background-color:rgb(var(--background) / .3)}.bg-background\/35{background-color:rgb(var(--background) / .35)}.bg-background\/40{background-color:rgb(var(--background) / .4)}.bg-background\/45{background-color:rgb(var(--background) / .45)}.bg-background\/5{background-color:rgb(var(--background) / .05)}.bg-background\/50{background-color:rgb(var(--background) / .5)}.bg-background\/55{background-color:rgb(var(--background) / .55)}.bg-background\/60{background-color:rgb(var(--background) / .6)}.bg-background\/65{background-color:rgb(var(--background) / .65)}.bg-background\/70{background-color:rgb(var(--background) / .7)}.bg-background\/75{background-color:rgb(var(--background) / .75)}.bg-background\/80{background-color:rgb(var(--background) / .8)}.bg-background\/85{background-color:rgb(var(--background) / .85)}.bg-background\/90{background-color:rgb(var(--background) / .9)}.bg-background\/95{background-color:rgb(var(--background) / .95)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:#00000080}.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-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600\/10{background-color:#2563eb1a}.bg-blue-600\/80{background-color:#2563ebcc}.bg-blue-900\/20{background-color:#1e3a8a33}.bg-border{background-color:rgb(var(--border))}.bg-border\/0{background-color:rgb(var(--border) / 0)}.bg-border\/10{background-color:rgb(var(--border) / .1)}.bg-border\/100{background-color:rgb(var(--border) / 1)}.bg-border\/15{background-color:rgb(var(--border) / .15)}.bg-border\/20{background-color:rgb(var(--border) / .2)}.bg-border\/25{background-color:rgb(var(--border) / .25)}.bg-border\/30{background-color:rgb(var(--border) / .3)}.bg-border\/35{background-color:rgb(var(--border) / .35)}.bg-border\/40{background-color:rgb(var(--border) / .4)}.bg-border\/45{background-color:rgb(var(--border) / .45)}.bg-border\/5{background-color:rgb(var(--border) / .05)}.bg-border\/50{background-color:rgb(var(--border) / .5)}.bg-border\/55{background-color:rgb(var(--border) / .55)}.bg-border\/60{background-color:rgb(var(--border) / .6)}.bg-border\/65{background-color:rgb(var(--border) / .65)}.bg-border\/70{background-color:rgb(var(--border) / .7)}.bg-border\/75{background-color:rgb(var(--border) / .75)}.bg-border\/80{background-color:rgb(var(--border) / .8)}.bg-border\/85{background-color:rgb(var(--border) / .85)}.bg-border\/90{background-color:rgb(var(--border) / .9)}.bg-border\/95{background-color:rgb(var(--border) / .95)}.bg-card{background-color:rgb(var(--card))}.bg-card-foreground{background-color:rgb(var(--card-foreground))}.bg-card-foreground\/0{background-color:rgb(var(--card-foreground) / 0)}.bg-card-foreground\/10{background-color:rgb(var(--card-foreground) / .1)}.bg-card-foreground\/100{background-color:rgb(var(--card-foreground) / 1)}.bg-card-foreground\/15{background-color:rgb(var(--card-foreground) / .15)}.bg-card-foreground\/20{background-color:rgb(var(--card-foreground) / .2)}.bg-card-foreground\/25{background-color:rgb(var(--card-foreground) / .25)}.bg-card-foreground\/30{background-color:rgb(var(--card-foreground) / .3)}.bg-card-foreground\/35{background-color:rgb(var(--card-foreground) / .35)}.bg-card-foreground\/40{background-color:rgb(var(--card-foreground) / .4)}.bg-card-foreground\/45{background-color:rgb(var(--card-foreground) / .45)}.bg-card-foreground\/5{background-color:rgb(var(--card-foreground) / .05)}.bg-card-foreground\/50{background-color:rgb(var(--card-foreground) / .5)}.bg-card-foreground\/55{background-color:rgb(var(--card-foreground) / .55)}.bg-card-foreground\/60{background-color:rgb(var(--card-foreground) / .6)}.bg-card-foreground\/65{background-color:rgb(var(--card-foreground) / .65)}.bg-card-foreground\/70{background-color:rgb(var(--card-foreground) / .7)}.bg-card-foreground\/75{background-color:rgb(var(--card-foreground) / .75)}.bg-card-foreground\/80{background-color:rgb(var(--card-foreground) / .8)}.bg-card-foreground\/85{background-color:rgb(var(--card-foreground) / .85)}.bg-card-foreground\/90{background-color:rgb(var(--card-foreground) / .9)}.bg-card-foreground\/95{background-color:rgb(var(--card-foreground) / .95)}.bg-card\/0{background-color:rgb(var(--card) / 0)}.bg-card\/10{background-color:rgb(var(--card) / .1)}.bg-card\/100{background-color:rgb(var(--card) / 1)}.bg-card\/15{background-color:rgb(var(--card) / .15)}.bg-card\/20{background-color:rgb(var(--card) / .2)}.bg-card\/25{background-color:rgb(var(--card) / .25)}.bg-card\/30{background-color:rgb(var(--card) / .3)}.bg-card\/35{background-color:rgb(var(--card) / .35)}.bg-card\/40{background-color:rgb(var(--card) / .4)}.bg-card\/45{background-color:rgb(var(--card) / .45)}.bg-card\/5{background-color:rgb(var(--card) / .05)}.bg-card\/50{background-color:rgb(var(--card) / .5)}.bg-card\/55{background-color:rgb(var(--card) / .55)}.bg-card\/60{background-color:rgb(var(--card) / .6)}.bg-card\/65{background-color:rgb(var(--card) / .65)}.bg-card\/70{background-color:rgb(var(--card) / .7)}.bg-card\/75{background-color:rgb(var(--card) / .75)}.bg-card\/80{background-color:rgb(var(--card) / .8)}.bg-card\/85{background-color:rgb(var(--card) / .85)}.bg-card\/90{background-color:rgb(var(--card) / .9)}.bg-card\/95{background-color:rgb(var(--card) / .95)}.bg-chart-1{background-color:rgb(var(--chart-1))}.bg-chart-1\/0{background-color:rgb(var(--chart-1) / 0)}.bg-chart-1\/10{background-color:rgb(var(--chart-1) / .1)}.bg-chart-1\/100{background-color:rgb(var(--chart-1) / 1)}.bg-chart-1\/15{background-color:rgb(var(--chart-1) / .15)}.bg-chart-1\/20{background-color:rgb(var(--chart-1) / .2)}.bg-chart-1\/25{background-color:rgb(var(--chart-1) / .25)}.bg-chart-1\/30{background-color:rgb(var(--chart-1) / .3)}.bg-chart-1\/35{background-color:rgb(var(--chart-1) / .35)}.bg-chart-1\/40{background-color:rgb(var(--chart-1) / .4)}.bg-chart-1\/45{background-color:rgb(var(--chart-1) / .45)}.bg-chart-1\/5{background-color:rgb(var(--chart-1) / .05)}.bg-chart-1\/50{background-color:rgb(var(--chart-1) / .5)}.bg-chart-1\/55{background-color:rgb(var(--chart-1) / .55)}.bg-chart-1\/60{background-color:rgb(var(--chart-1) / .6)}.bg-chart-1\/65{background-color:rgb(var(--chart-1) / .65)}.bg-chart-1\/70{background-color:rgb(var(--chart-1) / .7)}.bg-chart-1\/75{background-color:rgb(var(--chart-1) / .75)}.bg-chart-1\/80{background-color:rgb(var(--chart-1) / .8)}.bg-chart-1\/85{background-color:rgb(var(--chart-1) / .85)}.bg-chart-1\/90{background-color:rgb(var(--chart-1) / .9)}.bg-chart-1\/95{background-color:rgb(var(--chart-1) / .95)}.bg-chart-2{background-color:rgb(var(--chart-2))}.bg-chart-2\/0{background-color:rgb(var(--chart-2) / 0)}.bg-chart-2\/10{background-color:rgb(var(--chart-2) / .1)}.bg-chart-2\/100{background-color:rgb(var(--chart-2) / 1)}.bg-chart-2\/15{background-color:rgb(var(--chart-2) / .15)}.bg-chart-2\/20{background-color:rgb(var(--chart-2) / .2)}.bg-chart-2\/25{background-color:rgb(var(--chart-2) / .25)}.bg-chart-2\/30{background-color:rgb(var(--chart-2) / .3)}.bg-chart-2\/35{background-color:rgb(var(--chart-2) / .35)}.bg-chart-2\/40{background-color:rgb(var(--chart-2) / .4)}.bg-chart-2\/45{background-color:rgb(var(--chart-2) / .45)}.bg-chart-2\/5{background-color:rgb(var(--chart-2) / .05)}.bg-chart-2\/50{background-color:rgb(var(--chart-2) / .5)}.bg-chart-2\/55{background-color:rgb(var(--chart-2) / .55)}.bg-chart-2\/60{background-color:rgb(var(--chart-2) / .6)}.bg-chart-2\/65{background-color:rgb(var(--chart-2) / .65)}.bg-chart-2\/70{background-color:rgb(var(--chart-2) / .7)}.bg-chart-2\/75{background-color:rgb(var(--chart-2) / .75)}.bg-chart-2\/80{background-color:rgb(var(--chart-2) / .8)}.bg-chart-2\/85{background-color:rgb(var(--chart-2) / .85)}.bg-chart-2\/90{background-color:rgb(var(--chart-2) / .9)}.bg-chart-2\/95{background-color:rgb(var(--chart-2) / .95)}.bg-chart-3{background-color:rgb(var(--chart-3))}.bg-chart-3\/0{background-color:rgb(var(--chart-3) / 0)}.bg-chart-3\/10{background-color:rgb(var(--chart-3) / .1)}.bg-chart-3\/100{background-color:rgb(var(--chart-3) / 1)}.bg-chart-3\/15{background-color:rgb(var(--chart-3) / .15)}.bg-chart-3\/20{background-color:rgb(var(--chart-3) / .2)}.bg-chart-3\/25{background-color:rgb(var(--chart-3) / .25)}.bg-chart-3\/30{background-color:rgb(var(--chart-3) / .3)}.bg-chart-3\/35{background-color:rgb(var(--chart-3) / .35)}.bg-chart-3\/40{background-color:rgb(var(--chart-3) / .4)}.bg-chart-3\/45{background-color:rgb(var(--chart-3) / .45)}.bg-chart-3\/5{background-color:rgb(var(--chart-3) / .05)}.bg-chart-3\/50{background-color:rgb(var(--chart-3) / .5)}.bg-chart-3\/55{background-color:rgb(var(--chart-3) / .55)}.bg-chart-3\/60{background-color:rgb(var(--chart-3) / .6)}.bg-chart-3\/65{background-color:rgb(var(--chart-3) / .65)}.bg-chart-3\/70{background-color:rgb(var(--chart-3) / .7)}.bg-chart-3\/75{background-color:rgb(var(--chart-3) / .75)}.bg-chart-3\/80{background-color:rgb(var(--chart-3) / .8)}.bg-chart-3\/85{background-color:rgb(var(--chart-3) / .85)}.bg-chart-3\/90{background-color:rgb(var(--chart-3) / .9)}.bg-chart-3\/95{background-color:rgb(var(--chart-3) / .95)}.bg-chart-4{background-color:rgb(var(--chart-4))}.bg-chart-4\/0{background-color:rgb(var(--chart-4) / 0)}.bg-chart-4\/10{background-color:rgb(var(--chart-4) / .1)}.bg-chart-4\/100{background-color:rgb(var(--chart-4) / 1)}.bg-chart-4\/15{background-color:rgb(var(--chart-4) / .15)}.bg-chart-4\/20{background-color:rgb(var(--chart-4) / .2)}.bg-chart-4\/25{background-color:rgb(var(--chart-4) / .25)}.bg-chart-4\/30{background-color:rgb(var(--chart-4) / .3)}.bg-chart-4\/35{background-color:rgb(var(--chart-4) / .35)}.bg-chart-4\/40{background-color:rgb(var(--chart-4) / .4)}.bg-chart-4\/45{background-color:rgb(var(--chart-4) / .45)}.bg-chart-4\/5{background-color:rgb(var(--chart-4) / .05)}.bg-chart-4\/50{background-color:rgb(var(--chart-4) / .5)}.bg-chart-4\/55{background-color:rgb(var(--chart-4) / .55)}.bg-chart-4\/60{background-color:rgb(var(--chart-4) / .6)}.bg-chart-4\/65{background-color:rgb(var(--chart-4) / .65)}.bg-chart-4\/70{background-color:rgb(var(--chart-4) / .7)}.bg-chart-4\/75{background-color:rgb(var(--chart-4) / .75)}.bg-chart-4\/80{background-color:rgb(var(--chart-4) / .8)}.bg-chart-4\/85{background-color:rgb(var(--chart-4) / .85)}.bg-chart-4\/90{background-color:rgb(var(--chart-4) / .9)}.bg-chart-4\/95{background-color:rgb(var(--chart-4) / .95)}.bg-chart-5{background-color:rgb(var(--chart-5))}.bg-chart-5\/0{background-color:rgb(var(--chart-5) / 0)}.bg-chart-5\/10{background-color:rgb(var(--chart-5) / .1)}.bg-chart-5\/100{background-color:rgb(var(--chart-5) / 1)}.bg-chart-5\/15{background-color:rgb(var(--chart-5) / .15)}.bg-chart-5\/20{background-color:rgb(var(--chart-5) / .2)}.bg-chart-5\/25{background-color:rgb(var(--chart-5) / .25)}.bg-chart-5\/30{background-color:rgb(var(--chart-5) / .3)}.bg-chart-5\/35{background-color:rgb(var(--chart-5) / .35)}.bg-chart-5\/40{background-color:rgb(var(--chart-5) / .4)}.bg-chart-5\/45{background-color:rgb(var(--chart-5) / .45)}.bg-chart-5\/5{background-color:rgb(var(--chart-5) / .05)}.bg-chart-5\/50{background-color:rgb(var(--chart-5) / .5)}.bg-chart-5\/55{background-color:rgb(var(--chart-5) / .55)}.bg-chart-5\/60{background-color:rgb(var(--chart-5) / .6)}.bg-chart-5\/65{background-color:rgb(var(--chart-5) / .65)}.bg-chart-5\/70{background-color:rgb(var(--chart-5) / .7)}.bg-chart-5\/75{background-color:rgb(var(--chart-5) / .75)}.bg-chart-5\/80{background-color:rgb(var(--chart-5) / .8)}.bg-chart-5\/85{background-color:rgb(var(--chart-5) / .85)}.bg-chart-5\/90{background-color:rgb(var(--chart-5) / .9)}.bg-chart-5\/95{background-color:rgb(var(--chart-5) / .95)}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-cyan-900\/20{background-color:#164e6333}.bg-destructive{background-color:rgb(var(--destructive))}.bg-destructive-foreground{background-color:rgb(var(--destructive-foreground))}.bg-destructive-foreground\/0{background-color:rgb(var(--destructive-foreground) / 0)}.bg-destructive-foreground\/10{background-color:rgb(var(--destructive-foreground) / .1)}.bg-destructive-foreground\/100{background-color:rgb(var(--destructive-foreground) / 1)}.bg-destructive-foreground\/15{background-color:rgb(var(--destructive-foreground) / .15)}.bg-destructive-foreground\/20{background-color:rgb(var(--destructive-foreground) / .2)}.bg-destructive-foreground\/25{background-color:rgb(var(--destructive-foreground) / .25)}.bg-destructive-foreground\/30{background-color:rgb(var(--destructive-foreground) / .3)}.bg-destructive-foreground\/35{background-color:rgb(var(--destructive-foreground) / .35)}.bg-destructive-foreground\/40{background-color:rgb(var(--destructive-foreground) / .4)}.bg-destructive-foreground\/45{background-color:rgb(var(--destructive-foreground) / .45)}.bg-destructive-foreground\/5{background-color:rgb(var(--destructive-foreground) / .05)}.bg-destructive-foreground\/50{background-color:rgb(var(--destructive-foreground) / .5)}.bg-destructive-foreground\/55{background-color:rgb(var(--destructive-foreground) / .55)}.bg-destructive-foreground\/60{background-color:rgb(var(--destructive-foreground) / .6)}.bg-destructive-foreground\/65{background-color:rgb(var(--destructive-foreground) / .65)}.bg-destructive-foreground\/70{background-color:rgb(var(--destructive-foreground) / .7)}.bg-destructive-foreground\/75{background-color:rgb(var(--destructive-foreground) / .75)}.bg-destructive-foreground\/80{background-color:rgb(var(--destructive-foreground) / .8)}.bg-destructive-foreground\/85{background-color:rgb(var(--destructive-foreground) / .85)}.bg-destructive-foreground\/90{background-color:rgb(var(--destructive-foreground) / .9)}.bg-destructive-foreground\/95{background-color:rgb(var(--destructive-foreground) / .95)}.bg-destructive\/0{background-color:rgb(var(--destructive) / 0)}.bg-destructive\/10{background-color:rgb(var(--destructive) / .1)}.bg-destructive\/100{background-color:rgb(var(--destructive) / 1)}.bg-destructive\/15{background-color:rgb(var(--destructive) / .15)}.bg-destructive\/20{background-color:rgb(var(--destructive) / .2)}.bg-destructive\/25{background-color:rgb(var(--destructive) / .25)}.bg-destructive\/30{background-color:rgb(var(--destructive) / .3)}.bg-destructive\/35{background-color:rgb(var(--destructive) / .35)}.bg-destructive\/40{background-color:rgb(var(--destructive) / .4)}.bg-destructive\/45{background-color:rgb(var(--destructive) / .45)}.bg-destructive\/5{background-color:rgb(var(--destructive) / .05)}.bg-destructive\/50{background-color:rgb(var(--destructive) / .5)}.bg-destructive\/55{background-color:rgb(var(--destructive) / .55)}.bg-destructive\/60{background-color:rgb(var(--destructive) / .6)}.bg-destructive\/65{background-color:rgb(var(--destructive) / .65)}.bg-destructive\/70{background-color:rgb(var(--destructive) / .7)}.bg-destructive\/75{background-color:rgb(var(--destructive) / .75)}.bg-destructive\/80{background-color:rgb(var(--destructive) / .8)}.bg-destructive\/85{background-color:rgb(var(--destructive) / .85)}.bg-destructive\/90{background-color:rgb(var(--destructive) / .9)}.bg-destructive\/95{background-color:rgb(var(--destructive) / .95)}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-foreground\/10{background-color:rgb(var(--foreground) / .1)}.bg-foreground\/5{background-color:rgb(var(--foreground) / .05)}.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-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500\/10{background-color:#6b72801a}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/20{background-color:#22c55e33}.bg-green-500\/25{background-color:#22c55e40}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-green-600\/10{background-color:#16a34a1a}.bg-green-600\/20{background-color:#16a34a33}.bg-green-600\/80{background-color:#16a34acc}.bg-green-900\/20{background-color:#14532d33}.bg-input{background-color:rgb(var(--input))}.bg-input\/0{background-color:rgb(var(--input) / 0)}.bg-input\/10{background-color:rgb(var(--input) / .1)}.bg-input\/100{background-color:rgb(var(--input) / 1)}.bg-input\/15{background-color:rgb(var(--input) / .15)}.bg-input\/20{background-color:rgb(var(--input) / .2)}.bg-input\/25{background-color:rgb(var(--input) / .25)}.bg-input\/30{background-color:rgb(var(--input) / .3)}.bg-input\/35{background-color:rgb(var(--input) / .35)}.bg-input\/40{background-color:rgb(var(--input) / .4)}.bg-input\/45{background-color:rgb(var(--input) / .45)}.bg-input\/5{background-color:rgb(var(--input) / .05)}.bg-input\/50{background-color:rgb(var(--input) / .5)}.bg-input\/55{background-color:rgb(var(--input) / .55)}.bg-input\/60{background-color:rgb(var(--input) / .6)}.bg-input\/65{background-color:rgb(var(--input) / .65)}.bg-input\/70{background-color:rgb(var(--input) / .7)}.bg-input\/75{background-color:rgb(var(--input) / .75)}.bg-input\/80{background-color:rgb(var(--input) / .8)}.bg-input\/85{background-color:rgb(var(--input) / .85)}.bg-input\/90{background-color:rgb(var(--input) / .9)}.bg-input\/95{background-color:rgb(var(--input) / .95)}.bg-muted{background-color:rgb(var(--muted))}.bg-muted-foreground{background-color:rgb(var(--muted-foreground))}.bg-muted-foreground\/0{background-color:rgb(var(--muted-foreground) / 0)}.bg-muted-foreground\/10{background-color:rgb(var(--muted-foreground) / .1)}.bg-muted-foreground\/100{background-color:rgb(var(--muted-foreground) / 1)}.bg-muted-foreground\/15{background-color:rgb(var(--muted-foreground) / .15)}.bg-muted-foreground\/20{background-color:rgb(var(--muted-foreground) / .2)}.bg-muted-foreground\/25{background-color:rgb(var(--muted-foreground) / .25)}.bg-muted-foreground\/30{background-color:rgb(var(--muted-foreground) / .3)}.bg-muted-foreground\/35{background-color:rgb(var(--muted-foreground) / .35)}.bg-muted-foreground\/40{background-color:rgb(var(--muted-foreground) / .4)}.bg-muted-foreground\/45{background-color:rgb(var(--muted-foreground) / .45)}.bg-muted-foreground\/5{background-color:rgb(var(--muted-foreground) / .05)}.bg-muted-foreground\/50{background-color:rgb(var(--muted-foreground) / .5)}.bg-muted-foreground\/55{background-color:rgb(var(--muted-foreground) / .55)}.bg-muted-foreground\/60{background-color:rgb(var(--muted-foreground) / .6)}.bg-muted-foreground\/65{background-color:rgb(var(--muted-foreground) / .65)}.bg-muted-foreground\/70{background-color:rgb(var(--muted-foreground) / .7)}.bg-muted-foreground\/75{background-color:rgb(var(--muted-foreground) / .75)}.bg-muted-foreground\/80{background-color:rgb(var(--muted-foreground) / .8)}.bg-muted-foreground\/85{background-color:rgb(var(--muted-foreground) / .85)}.bg-muted-foreground\/90{background-color:rgb(var(--muted-foreground) / .9)}.bg-muted-foreground\/95{background-color:rgb(var(--muted-foreground) / .95)}.bg-muted\/0{background-color:rgb(var(--muted) / 0)}.bg-muted\/10{background-color:rgb(var(--muted) / .1)}.bg-muted\/100{background-color:rgb(var(--muted) / 1)}.bg-muted\/15{background-color:rgb(var(--muted) / .15)}.bg-muted\/20{background-color:rgb(var(--muted) / .2)}.bg-muted\/25{background-color:rgb(var(--muted) / .25)}.bg-muted\/30{background-color:rgb(var(--muted) / .3)}.bg-muted\/35{background-color:rgb(var(--muted) / .35)}.bg-muted\/40{background-color:rgb(var(--muted) / .4)}.bg-muted\/45{background-color:rgb(var(--muted) / .45)}.bg-muted\/5{background-color:rgb(var(--muted) / .05)}.bg-muted\/50{background-color:rgb(var(--muted) / .5)}.bg-muted\/55{background-color:rgb(var(--muted) / .55)}.bg-muted\/60{background-color:rgb(var(--muted) / .6)}.bg-muted\/65{background-color:rgb(var(--muted) / .65)}.bg-muted\/70{background-color:rgb(var(--muted) / .7)}.bg-muted\/75{background-color:rgb(var(--muted) / .75)}.bg-muted\/80{background-color:rgb(var(--muted) / .8)}.bg-muted\/85{background-color:rgb(var(--muted) / .85)}.bg-muted\/90{background-color:rgb(var(--muted) / .9)}.bg-muted\/95{background-color:rgb(var(--muted) / .95)}.bg-navbar{background-color:rgb(var(--navbar))}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.bg-neutral-200{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}.bg-neutral-200\/50{background-color:#e5e5e580}.bg-neutral-600{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / 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:rgb(var(--popover))}.bg-popover-foreground{background-color:rgb(var(--popover-foreground))}.bg-popover-foreground\/0{background-color:rgb(var(--popover-foreground) / 0)}.bg-popover-foreground\/10{background-color:rgb(var(--popover-foreground) / .1)}.bg-popover-foreground\/100{background-color:rgb(var(--popover-foreground) / 1)}.bg-popover-foreground\/15{background-color:rgb(var(--popover-foreground) / .15)}.bg-popover-foreground\/20{background-color:rgb(var(--popover-foreground) / .2)}.bg-popover-foreground\/25{background-color:rgb(var(--popover-foreground) / .25)}.bg-popover-foreground\/30{background-color:rgb(var(--popover-foreground) / .3)}.bg-popover-foreground\/35{background-color:rgb(var(--popover-foreground) / .35)}.bg-popover-foreground\/40{background-color:rgb(var(--popover-foreground) / .4)}.bg-popover-foreground\/45{background-color:rgb(var(--popover-foreground) / .45)}.bg-popover-foreground\/5{background-color:rgb(var(--popover-foreground) / .05)}.bg-popover-foreground\/50{background-color:rgb(var(--popover-foreground) / .5)}.bg-popover-foreground\/55{background-color:rgb(var(--popover-foreground) / .55)}.bg-popover-foreground\/60{background-color:rgb(var(--popover-foreground) / .6)}.bg-popover-foreground\/65{background-color:rgb(var(--popover-foreground) / .65)}.bg-popover-foreground\/70{background-color:rgb(var(--popover-foreground) / .7)}.bg-popover-foreground\/75{background-color:rgb(var(--popover-foreground) / .75)}.bg-popover-foreground\/80{background-color:rgb(var(--popover-foreground) / .8)}.bg-popover-foreground\/85{background-color:rgb(var(--popover-foreground) / .85)}.bg-popover-foreground\/90{background-color:rgb(var(--popover-foreground) / .9)}.bg-popover-foreground\/95{background-color:rgb(var(--popover-foreground) / .95)}.bg-popover\/0{background-color:rgb(var(--popover) / 0)}.bg-popover\/10{background-color:rgb(var(--popover) / .1)}.bg-popover\/100{background-color:rgb(var(--popover) / 1)}.bg-popover\/15{background-color:rgb(var(--popover) / .15)}.bg-popover\/20{background-color:rgb(var(--popover) / .2)}.bg-popover\/25{background-color:rgb(var(--popover) / .25)}.bg-popover\/30{background-color:rgb(var(--popover) / .3)}.bg-popover\/35{background-color:rgb(var(--popover) / .35)}.bg-popover\/40{background-color:rgb(var(--popover) / .4)}.bg-popover\/45{background-color:rgb(var(--popover) / .45)}.bg-popover\/5{background-color:rgb(var(--popover) / .05)}.bg-popover\/50{background-color:rgb(var(--popover) / .5)}.bg-popover\/55{background-color:rgb(var(--popover) / .55)}.bg-popover\/60{background-color:rgb(var(--popover) / .6)}.bg-popover\/65{background-color:rgb(var(--popover) / .65)}.bg-popover\/70{background-color:rgb(var(--popover) / .7)}.bg-popover\/75{background-color:rgb(var(--popover) / .75)}.bg-popover\/80{background-color:rgb(var(--popover) / .8)}.bg-popover\/85{background-color:rgb(var(--popover) / .85)}.bg-popover\/90{background-color:rgb(var(--popover) / .9)}.bg-popover\/95{background-color:rgb(var(--popover) / .95)}.bg-primary{background-color:rgb(var(--primary))}.bg-primary-foreground{background-color:rgb(var(--primary-foreground))}.bg-primary-foreground\/0{background-color:rgb(var(--primary-foreground) / 0)}.bg-primary-foreground\/10{background-color:rgb(var(--primary-foreground) / .1)}.bg-primary-foreground\/100{background-color:rgb(var(--primary-foreground) / 1)}.bg-primary-foreground\/15{background-color:rgb(var(--primary-foreground) / .15)}.bg-primary-foreground\/20{background-color:rgb(var(--primary-foreground) / .2)}.bg-primary-foreground\/25{background-color:rgb(var(--primary-foreground) / .25)}.bg-primary-foreground\/30{background-color:rgb(var(--primary-foreground) / .3)}.bg-primary-foreground\/35{background-color:rgb(var(--primary-foreground) / .35)}.bg-primary-foreground\/40{background-color:rgb(var(--primary-foreground) / .4)}.bg-primary-foreground\/45{background-color:rgb(var(--primary-foreground) / .45)}.bg-primary-foreground\/5{background-color:rgb(var(--primary-foreground) / .05)}.bg-primary-foreground\/50{background-color:rgb(var(--primary-foreground) / .5)}.bg-primary-foreground\/55{background-color:rgb(var(--primary-foreground) / .55)}.bg-primary-foreground\/60{background-color:rgb(var(--primary-foreground) / .6)}.bg-primary-foreground\/65{background-color:rgb(var(--primary-foreground) / .65)}.bg-primary-foreground\/70{background-color:rgb(var(--primary-foreground) / .7)}.bg-primary-foreground\/75{background-color:rgb(var(--primary-foreground) / .75)}.bg-primary-foreground\/80{background-color:rgb(var(--primary-foreground) / .8)}.bg-primary-foreground\/85{background-color:rgb(var(--primary-foreground) / .85)}.bg-primary-foreground\/90{background-color:rgb(var(--primary-foreground) / .9)}.bg-primary-foreground\/95{background-color:rgb(var(--primary-foreground) / .95)}.bg-primary\/0{background-color:rgb(var(--primary) / 0)}.bg-primary\/10{background-color:rgb(var(--primary) / .1)}.bg-primary\/100{background-color:rgb(var(--primary) / 1)}.bg-primary\/15{background-color:rgb(var(--primary) / .15)}.bg-primary\/20{background-color:rgb(var(--primary) / .2)}.bg-primary\/25{background-color:rgb(var(--primary) / .25)}.bg-primary\/30{background-color:rgb(var(--primary) / .3)}.bg-primary\/35{background-color:rgb(var(--primary) / .35)}.bg-primary\/40{background-color:rgb(var(--primary) / .4)}.bg-primary\/45{background-color:rgb(var(--primary) / .45)}.bg-primary\/5{background-color:rgb(var(--primary) / .05)}.bg-primary\/50{background-color:rgb(var(--primary) / .5)}.bg-primary\/55{background-color:rgb(var(--primary) / .55)}.bg-primary\/60{background-color:rgb(var(--primary) / .6)}.bg-primary\/65{background-color:rgb(var(--primary) / .65)}.bg-primary\/70{background-color:rgb(var(--primary) / .7)}.bg-primary\/75{background-color:rgb(var(--primary) / .75)}.bg-primary\/80{background-color:rgb(var(--primary) / .8)}.bg-primary\/85{background-color:rgb(var(--primary) / .85)}.bg-primary\/90{background-color:rgb(var(--primary) / .9)}.bg-primary\/95{background-color:rgb(var(--primary) / .95)}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-purple-900\/20{background-color:#581c8733}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-600\/10{background-color:#dc26261a}.bg-red-600\/20{background-color:#dc262633}.bg-red-600\/80{background-color:#dc2626cc}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-ring{background-color:rgb(var(--ring))}.bg-ring\/0{background-color:rgb(var(--ring) / 0)}.bg-ring\/10{background-color:rgb(var(--ring) / .1)}.bg-ring\/100{background-color:rgb(var(--ring) / 1)}.bg-ring\/15{background-color:rgb(var(--ring) / .15)}.bg-ring\/20{background-color:rgb(var(--ring) / .2)}.bg-ring\/25{background-color:rgb(var(--ring) / .25)}.bg-ring\/30{background-color:rgb(var(--ring) / .3)}.bg-ring\/35{background-color:rgb(var(--ring) / .35)}.bg-ring\/40{background-color:rgb(var(--ring) / .4)}.bg-ring\/45{background-color:rgb(var(--ring) / .45)}.bg-ring\/5{background-color:rgb(var(--ring) / .05)}.bg-ring\/50{background-color:rgb(var(--ring) / .5)}.bg-ring\/55{background-color:rgb(var(--ring) / .55)}.bg-ring\/60{background-color:rgb(var(--ring) / .6)}.bg-ring\/65{background-color:rgb(var(--ring) / .65)}.bg-ring\/70{background-color:rgb(var(--ring) / .7)}.bg-ring\/75{background-color:rgb(var(--ring) / .75)}.bg-ring\/80{background-color:rgb(var(--ring) / .8)}.bg-ring\/85{background-color:rgb(var(--ring) / .85)}.bg-ring\/90{background-color:rgb(var(--ring) / .9)}.bg-ring\/95{background-color:rgb(var(--ring) / .95)}.bg-secondary{background-color:rgb(var(--secondary))}.bg-secondary-foreground{background-color:rgb(var(--secondary-foreground))}.bg-secondary-foreground\/0{background-color:rgb(var(--secondary-foreground) / 0)}.bg-secondary-foreground\/10{background-color:rgb(var(--secondary-foreground) / .1)}.bg-secondary-foreground\/100{background-color:rgb(var(--secondary-foreground) / 1)}.bg-secondary-foreground\/15{background-color:rgb(var(--secondary-foreground) / .15)}.bg-secondary-foreground\/20{background-color:rgb(var(--secondary-foreground) / .2)}.bg-secondary-foreground\/25{background-color:rgb(var(--secondary-foreground) / .25)}.bg-secondary-foreground\/30{background-color:rgb(var(--secondary-foreground) / .3)}.bg-secondary-foreground\/35{background-color:rgb(var(--secondary-foreground) / .35)}.bg-secondary-foreground\/40{background-color:rgb(var(--secondary-foreground) / .4)}.bg-secondary-foreground\/45{background-color:rgb(var(--secondary-foreground) / .45)}.bg-secondary-foreground\/5{background-color:rgb(var(--secondary-foreground) / .05)}.bg-secondary-foreground\/50{background-color:rgb(var(--secondary-foreground) / .5)}.bg-secondary-foreground\/55{background-color:rgb(var(--secondary-foreground) / .55)}.bg-secondary-foreground\/60{background-color:rgb(var(--secondary-foreground) / .6)}.bg-secondary-foreground\/65{background-color:rgb(var(--secondary-foreground) / .65)}.bg-secondary-foreground\/70{background-color:rgb(var(--secondary-foreground) / .7)}.bg-secondary-foreground\/75{background-color:rgb(var(--secondary-foreground) / .75)}.bg-secondary-foreground\/80{background-color:rgb(var(--secondary-foreground) / .8)}.bg-secondary-foreground\/85{background-color:rgb(var(--secondary-foreground) / .85)}.bg-secondary-foreground\/90{background-color:rgb(var(--secondary-foreground) / .9)}.bg-secondary-foreground\/95{background-color:rgb(var(--secondary-foreground) / .95)}.bg-secondary\/0{background-color:rgb(var(--secondary) / 0)}.bg-secondary\/10{background-color:rgb(var(--secondary) / .1)}.bg-secondary\/100{background-color:rgb(var(--secondary) / 1)}.bg-secondary\/15{background-color:rgb(var(--secondary) / .15)}.bg-secondary\/20{background-color:rgb(var(--secondary) / .2)}.bg-secondary\/25{background-color:rgb(var(--secondary) / .25)}.bg-secondary\/30{background-color:rgb(var(--secondary) / .3)}.bg-secondary\/35{background-color:rgb(var(--secondary) / .35)}.bg-secondary\/40{background-color:rgb(var(--secondary) / .4)}.bg-secondary\/45{background-color:rgb(var(--secondary) / .45)}.bg-secondary\/5{background-color:rgb(var(--secondary) / .05)}.bg-secondary\/50{background-color:rgb(var(--secondary) / .5)}.bg-secondary\/55{background-color:rgb(var(--secondary) / .55)}.bg-secondary\/60{background-color:rgb(var(--secondary) / .6)}.bg-secondary\/65{background-color:rgb(var(--secondary) / .65)}.bg-secondary\/70{background-color:rgb(var(--secondary) / .7)}.bg-secondary\/75{background-color:rgb(var(--secondary) / .75)}.bg-secondary\/80{background-color:rgb(var(--secondary) / .8)}.bg-secondary\/85{background-color:rgb(var(--secondary) / .85)}.bg-secondary\/90{background-color:rgb(var(--secondary) / .9)}.bg-secondary\/95{background-color:rgb(var(--secondary) / .95)}.bg-sidebar{background-color:rgb(var(--sidebar-background))}.bg-sidebar-border{background-color:rgb(var(--sidebar-border))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-500\/10{background-color:#64748b1a}.bg-slate-950{--tw-bg-opacity: 1;background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/20{background-color:#eab30833}.bg-yellow-600\/10{background-color:#ca8a041a}.bg-gradient-to-b{background-image:linear-gradient(to bottom,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))}.from-background{--tw-gradient-from: rgb(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/20{--tw-gradient-from: rgb(96 165 250 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/20{--tw-gradient-from: rgb(59 130 246 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-card{--tw-gradient-from: rgb(var(--card)) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-600{--tw-gradient-from: #059669 var(--tw-gradient-from-position);--tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-900\/20{--tw-gradient-from: rgb(6 78 59 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/20{--tw-gradient-from: rgb(156 163 175 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/20{--tw-gradient-from: rgb(74 222 128 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/20{--tw-gradient-from: rgb(34 197 94 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-muted\/50{--tw-gradient-from: rgb(var(--muted) / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-navbar{--tw-gradient-from: rgb(var(--navbar)) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--navbar) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/20{--tw-gradient-from: rgb(168 85 247 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/20{--tw-gradient-from: rgb(88 28 135 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/20{--tw-gradient-from: rgb(248 113 113 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-secondary\/10{--tw-gradient-from: rgb(var(--secondary) / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-secondary\/20{--tw-gradient-from: rgb(var(--secondary) / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-secondary\/30{--tw-gradient-from: rgb(var(--secondary) / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-secondary\/40{--tw-gradient-from: rgb(var(--secondary) / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-secondary\/60{--tw-gradient-from: rgb(var(--secondary) / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--secondary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-600{--tw-gradient-from: #0284c7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-900\/20{--tw-gradient-from: rgb(12 74 110 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-400{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.to-blue-400\/10{--tw-gradient-to: rgb(96 165 250 / .1) var(--tw-gradient-to-position)}.to-blue-500\/10{--tw-gradient-to: rgb(59 130 246 / .1) var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-emerald-400{--tw-gradient-to: #34d399 var(--tw-gradient-to-position)}.to-emerald-500\/20{--tw-gradient-to: rgb(16 185 129 / .2) var(--tw-gradient-to-position)}.to-gray-400\/10{--tw-gradient-to: rgb(156 163 175 / .1) var(--tw-gradient-to-position)}.to-green-400\/10{--tw-gradient-to: rgb(74 222 128 / .1) var(--tw-gradient-to-position)}.to-green-500{--tw-gradient-to: #22c55e var(--tw-gradient-to-position)}.to-green-500\/10{--tw-gradient-to: rgb(34 197 94 / .1) var(--tw-gradient-to-position)}.to-muted\/30{--tw-gradient-to: rgb(var(--muted) / .3) var(--tw-gradient-to-position)}.to-purple-400{--tw-gradient-to: #c084fc var(--tw-gradient-to-position)}.to-purple-500\/10{--tw-gradient-to: rgb(168 85 247 / .1) var(--tw-gradient-to-position)}.to-purple-500\/20{--tw-gradient-to: rgb(168 85 247 / .2) var(--tw-gradient-to-position)}.to-red-400\/10{--tw-gradient-to: rgb(248 113 113 / .1) var(--tw-gradient-to-position)}.to-secondary{--tw-gradient-to: rgb(var(--secondary)) var(--tw-gradient-to-position)}.to-secondary\/10{--tw-gradient-to: rgb(var(--secondary) / .1) var(--tw-gradient-to-position)}.to-secondary\/20{--tw-gradient-to: rgb(var(--secondary) / .2) var(--tw-gradient-to-position)}.to-secondary\/30{--tw-gradient-to: rgb(var(--secondary) / .3) var(--tw-gradient-to-position)}.to-secondary\/40{--tw-gradient-to: rgb(var(--secondary) / .4) var(--tw-gradient-to-position)}.to-secondary\/60{--tw-gradient-to: rgb(var(--secondary) / .6) var(--tw-gradient-to-position)}.to-sky-400{--tw-gradient-to: #38bdf8 var(--tw-gradient-to-position)}.to-sky-500\/20{--tw-gradient-to: rgb(14 165 233 / .2) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.fill-foreground{fill:rgb(var(--foreground))}.fill-muted-foreground{fill:rgb(var(--muted-foreground))}.stroke-2{stroke-width:2}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.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-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.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-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-0{padding-right:0}.pr-0\.5{padding-right:.125rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:HelveticaNowDisplay,sans-serif}.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-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.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-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[rgb\(var\(--foreground\)\)\]{color:rgb(var(--foreground))}.text-accent{color:rgb(var(--accent))}.text-accent-foreground{color:rgb(var(--accent-foreground))}.text-accent-foreground\/0{color:rgb(var(--accent-foreground) / 0)}.text-accent-foreground\/10{color:rgb(var(--accent-foreground) / .1)}.text-accent-foreground\/100{color:rgb(var(--accent-foreground) / 1)}.text-accent-foreground\/15{color:rgb(var(--accent-foreground) / .15)}.text-accent-foreground\/20{color:rgb(var(--accent-foreground) / .2)}.text-accent-foreground\/25{color:rgb(var(--accent-foreground) / .25)}.text-accent-foreground\/30{color:rgb(var(--accent-foreground) / .3)}.text-accent-foreground\/35{color:rgb(var(--accent-foreground) / .35)}.text-accent-foreground\/40{color:rgb(var(--accent-foreground) / .4)}.text-accent-foreground\/45{color:rgb(var(--accent-foreground) / .45)}.text-accent-foreground\/5{color:rgb(var(--accent-foreground) / .05)}.text-accent-foreground\/50{color:rgb(var(--accent-foreground) / .5)}.text-accent-foreground\/55{color:rgb(var(--accent-foreground) / .55)}.text-accent-foreground\/60{color:rgb(var(--accent-foreground) / .6)}.text-accent-foreground\/65{color:rgb(var(--accent-foreground) / .65)}.text-accent-foreground\/70{color:rgb(var(--accent-foreground) / .7)}.text-accent-foreground\/75{color:rgb(var(--accent-foreground) / .75)}.text-accent-foreground\/80{color:rgb(var(--accent-foreground) / .8)}.text-accent-foreground\/85{color:rgb(var(--accent-foreground) / .85)}.text-accent-foreground\/90{color:rgb(var(--accent-foreground) / .9)}.text-accent-foreground\/95{color:rgb(var(--accent-foreground) / .95)}.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-background{color:rgb(var(--background))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.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-border{color:rgb(var(--border))}.text-card-foreground{color:rgb(var(--card-foreground))}.text-card-foreground\/0{color:rgb(var(--card-foreground) / 0)}.text-card-foreground\/10{color:rgb(var(--card-foreground) / .1)}.text-card-foreground\/100{color:rgb(var(--card-foreground) / 1)}.text-card-foreground\/15{color:rgb(var(--card-foreground) / .15)}.text-card-foreground\/20{color:rgb(var(--card-foreground) / .2)}.text-card-foreground\/25{color:rgb(var(--card-foreground) / .25)}.text-card-foreground\/30{color:rgb(var(--card-foreground) / .3)}.text-card-foreground\/35{color:rgb(var(--card-foreground) / .35)}.text-card-foreground\/40{color:rgb(var(--card-foreground) / .4)}.text-card-foreground\/45{color:rgb(var(--card-foreground) / .45)}.text-card-foreground\/5{color:rgb(var(--card-foreground) / .05)}.text-card-foreground\/50{color:rgb(var(--card-foreground) / .5)}.text-card-foreground\/55{color:rgb(var(--card-foreground) / .55)}.text-card-foreground\/60{color:rgb(var(--card-foreground) / .6)}.text-card-foreground\/65{color:rgb(var(--card-foreground) / .65)}.text-card-foreground\/70{color:rgb(var(--card-foreground) / .7)}.text-card-foreground\/75{color:rgb(var(--card-foreground) / .75)}.text-card-foreground\/80{color:rgb(var(--card-foreground) / .8)}.text-card-foreground\/85{color:rgb(var(--card-foreground) / .85)}.text-card-foreground\/90{color:rgb(var(--card-foreground) / .9)}.text-card-foreground\/95{color:rgb(var(--card-foreground) / .95)}.text-current{color:currentColor}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-destructive{color:rgb(var(--destructive))}.text-destructive-foreground{color:rgb(var(--destructive-foreground))}.text-destructive-foreground\/0{color:rgb(var(--destructive-foreground) / 0)}.text-destructive-foreground\/10{color:rgb(var(--destructive-foreground) / .1)}.text-destructive-foreground\/100{color:rgb(var(--destructive-foreground) / 1)}.text-destructive-foreground\/15{color:rgb(var(--destructive-foreground) / .15)}.text-destructive-foreground\/20{color:rgb(var(--destructive-foreground) / .2)}.text-destructive-foreground\/25{color:rgb(var(--destructive-foreground) / .25)}.text-destructive-foreground\/30{color:rgb(var(--destructive-foreground) / .3)}.text-destructive-foreground\/35{color:rgb(var(--destructive-foreground) / .35)}.text-destructive-foreground\/40{color:rgb(var(--destructive-foreground) / .4)}.text-destructive-foreground\/45{color:rgb(var(--destructive-foreground) / .45)}.text-destructive-foreground\/5{color:rgb(var(--destructive-foreground) / .05)}.text-destructive-foreground\/50{color:rgb(var(--destructive-foreground) / .5)}.text-destructive-foreground\/55{color:rgb(var(--destructive-foreground) / .55)}.text-destructive-foreground\/60{color:rgb(var(--destructive-foreground) / .6)}.text-destructive-foreground\/65{color:rgb(var(--destructive-foreground) / .65)}.text-destructive-foreground\/70{color:rgb(var(--destructive-foreground) / .7)}.text-destructive-foreground\/75{color:rgb(var(--destructive-foreground) / .75)}.text-destructive-foreground\/80{color:rgb(var(--destructive-foreground) / .8)}.text-destructive-foreground\/85{color:rgb(var(--destructive-foreground) / .85)}.text-destructive-foreground\/90{color:rgb(var(--destructive-foreground) / .9)}.text-destructive-foreground\/95{color:rgb(var(--destructive-foreground) / .95)}.text-destructive\/90{color:rgb(var(--destructive) / .9)}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-foreground{color:rgb(var(--foreground))}.text-foreground\/0{color:rgb(var(--foreground) / 0)}.text-foreground\/10{color:rgb(var(--foreground) / .1)}.text-foreground\/100{color:rgb(var(--foreground) / 1)}.text-foreground\/15{color:rgb(var(--foreground) / .15)}.text-foreground\/20{color:rgb(var(--foreground) / .2)}.text-foreground\/25{color:rgb(var(--foreground) / .25)}.text-foreground\/30{color:rgb(var(--foreground) / .3)}.text-foreground\/35{color:rgb(var(--foreground) / .35)}.text-foreground\/40{color:rgb(var(--foreground) / .4)}.text-foreground\/45{color:rgb(var(--foreground) / .45)}.text-foreground\/5{color:rgb(var(--foreground) / .05)}.text-foreground\/50{color:rgb(var(--foreground) / .5)}.text-foreground\/55{color:rgb(var(--foreground) / .55)}.text-foreground\/60{color:rgb(var(--foreground) / .6)}.text-foreground\/65{color:rgb(var(--foreground) / .65)}.text-foreground\/70{color:rgb(var(--foreground) / .7)}.text-foreground\/75{color:rgb(var(--foreground) / .75)}.text-foreground\/80{color:rgb(var(--foreground) / .8)}.text-foreground\/85{color:rgb(var(--foreground) / .85)}.text-foreground\/90{color:rgb(var(--foreground) / .9)}.text-foreground\/95{color:rgb(var(--foreground) / .95)}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / 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-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-input{color:rgb(var(--input))}.text-muted-foreground{color:rgb(var(--muted-foreground))}.text-muted-foreground\/0{color:rgb(var(--muted-foreground) / 0)}.text-muted-foreground\/10{color:rgb(var(--muted-foreground) / .1)}.text-muted-foreground\/100{color:rgb(var(--muted-foreground) / 1)}.text-muted-foreground\/15{color:rgb(var(--muted-foreground) / .15)}.text-muted-foreground\/20{color:rgb(var(--muted-foreground) / .2)}.text-muted-foreground\/25{color:rgb(var(--muted-foreground) / .25)}.text-muted-foreground\/30{color:rgb(var(--muted-foreground) / .3)}.text-muted-foreground\/35{color:rgb(var(--muted-foreground) / .35)}.text-muted-foreground\/40{color:rgb(var(--muted-foreground) / .4)}.text-muted-foreground\/45{color:rgb(var(--muted-foreground) / .45)}.text-muted-foreground\/5{color:rgb(var(--muted-foreground) / .05)}.text-muted-foreground\/50{color:rgb(var(--muted-foreground) / .5)}.text-muted-foreground\/55{color:rgb(var(--muted-foreground) / .55)}.text-muted-foreground\/60{color:rgb(var(--muted-foreground) / .6)}.text-muted-foreground\/65{color:rgb(var(--muted-foreground) / .65)}.text-muted-foreground\/70{color:rgb(var(--muted-foreground) / .7)}.text-muted-foreground\/75{color:rgb(var(--muted-foreground) / .75)}.text-muted-foreground\/80{color:rgb(var(--muted-foreground) / .8)}.text-muted-foreground\/85{color:rgb(var(--muted-foreground) / .85)}.text-muted-foreground\/90{color:rgb(var(--muted-foreground) / .9)}.text-muted-foreground\/95{color:rgb(var(--muted-foreground) / .95)}.text-muted\/30{color:rgb(var(--muted) / .3)}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-neutral-500\/50{color:#73737380}.text-neutral-600{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.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-popover-foreground{color:rgb(var(--popover-foreground))}.text-popover-foreground\/0{color:rgb(var(--popover-foreground) / 0)}.text-popover-foreground\/10{color:rgb(var(--popover-foreground) / .1)}.text-popover-foreground\/100{color:rgb(var(--popover-foreground) / 1)}.text-popover-foreground\/15{color:rgb(var(--popover-foreground) / .15)}.text-popover-foreground\/20{color:rgb(var(--popover-foreground) / .2)}.text-popover-foreground\/25{color:rgb(var(--popover-foreground) / .25)}.text-popover-foreground\/30{color:rgb(var(--popover-foreground) / .3)}.text-popover-foreground\/35{color:rgb(var(--popover-foreground) / .35)}.text-popover-foreground\/40{color:rgb(var(--popover-foreground) / .4)}.text-popover-foreground\/45{color:rgb(var(--popover-foreground) / .45)}.text-popover-foreground\/5{color:rgb(var(--popover-foreground) / .05)}.text-popover-foreground\/50{color:rgb(var(--popover-foreground) / .5)}.text-popover-foreground\/55{color:rgb(var(--popover-foreground) / .55)}.text-popover-foreground\/60{color:rgb(var(--popover-foreground) / .6)}.text-popover-foreground\/65{color:rgb(var(--popover-foreground) / .65)}.text-popover-foreground\/70{color:rgb(var(--popover-foreground) / .7)}.text-popover-foreground\/75{color:rgb(var(--popover-foreground) / .75)}.text-popover-foreground\/80{color:rgb(var(--popover-foreground) / .8)}.text-popover-foreground\/85{color:rgb(var(--popover-foreground) / .85)}.text-popover-foreground\/90{color:rgb(var(--popover-foreground) / .9)}.text-popover-foreground\/95{color:rgb(var(--popover-foreground) / .95)}.text-primary{color:rgb(var(--primary))}.text-primary-foreground{color:rgb(var(--primary-foreground))}.text-primary-foreground\/0{color:rgb(var(--primary-foreground) / 0)}.text-primary-foreground\/10{color:rgb(var(--primary-foreground) / .1)}.text-primary-foreground\/100{color:rgb(var(--primary-foreground) / 1)}.text-primary-foreground\/15{color:rgb(var(--primary-foreground) / .15)}.text-primary-foreground\/20{color:rgb(var(--primary-foreground) / .2)}.text-primary-foreground\/25{color:rgb(var(--primary-foreground) / .25)}.text-primary-foreground\/30{color:rgb(var(--primary-foreground) / .3)}.text-primary-foreground\/35{color:rgb(var(--primary-foreground) / .35)}.text-primary-foreground\/40{color:rgb(var(--primary-foreground) / .4)}.text-primary-foreground\/45{color:rgb(var(--primary-foreground) / .45)}.text-primary-foreground\/5{color:rgb(var(--primary-foreground) / .05)}.text-primary-foreground\/50{color:rgb(var(--primary-foreground) / .5)}.text-primary-foreground\/55{color:rgb(var(--primary-foreground) / .55)}.text-primary-foreground\/60{color:rgb(var(--primary-foreground) / .6)}.text-primary-foreground\/65{color:rgb(var(--primary-foreground) / .65)}.text-primary-foreground\/70{color:rgb(var(--primary-foreground) / .7)}.text-primary-foreground\/75{color:rgb(var(--primary-foreground) / .75)}.text-primary-foreground\/80{color:rgb(var(--primary-foreground) / .8)}.text-primary-foreground\/85{color:rgb(var(--primary-foreground) / .85)}.text-primary-foreground\/90{color:rgb(var(--primary-foreground) / .9)}.text-primary-foreground\/95{color:rgb(var(--primary-foreground) / .95)}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / 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-secondary{color:rgb(var(--secondary))}.text-secondary-foreground{color:rgb(var(--secondary-foreground))}.text-secondary-foreground\/0{color:rgb(var(--secondary-foreground) / 0)}.text-secondary-foreground\/10{color:rgb(var(--secondary-foreground) / .1)}.text-secondary-foreground\/100{color:rgb(var(--secondary-foreground) / 1)}.text-secondary-foreground\/15{color:rgb(var(--secondary-foreground) / .15)}.text-secondary-foreground\/20{color:rgb(var(--secondary-foreground) / .2)}.text-secondary-foreground\/25{color:rgb(var(--secondary-foreground) / .25)}.text-secondary-foreground\/30{color:rgb(var(--secondary-foreground) / .3)}.text-secondary-foreground\/35{color:rgb(var(--secondary-foreground) / .35)}.text-secondary-foreground\/40{color:rgb(var(--secondary-foreground) / .4)}.text-secondary-foreground\/45{color:rgb(var(--secondary-foreground) / .45)}.text-secondary-foreground\/5{color:rgb(var(--secondary-foreground) / .05)}.text-secondary-foreground\/50{color:rgb(var(--secondary-foreground) / .5)}.text-secondary-foreground\/55{color:rgb(var(--secondary-foreground) / .55)}.text-secondary-foreground\/60{color:rgb(var(--secondary-foreground) / .6)}.text-secondary-foreground\/65{color:rgb(var(--secondary-foreground) / .65)}.text-secondary-foreground\/70{color:rgb(var(--secondary-foreground) / .7)}.text-secondary-foreground\/75{color:rgb(var(--secondary-foreground) / .75)}.text-secondary-foreground\/80{color:rgb(var(--secondary-foreground) / .8)}.text-secondary-foreground\/85{color:rgb(var(--secondary-foreground) / .85)}.text-secondary-foreground\/90{color:rgb(var(--secondary-foreground) / .9)}.text-secondary-foreground\/95{color:rgb(var(--secondary-foreground) / .95)}.text-secondary\/50{color:rgb(var(--secondary) / .5)}.text-secondary\/70{color:rgb(var(--secondary) / .7)}.text-secondary\/90{color:rgb(var(--secondary) / .9)}.text-sidebar-foreground{color:rgb(var(--sidebar-foreground))}.text-sidebar-foreground\/70{color:rgb(var(--sidebar-foreground) / .7)}.text-slate-50{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-950{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity, 1))}.text-slate-950\/50{color:#02061780}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/20{color:#fff3}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / 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))}.underline{text-decoration-line:underline}.decoration-transparent{text-decoration-color:transparent}.underline-offset-4{text-underline-offset:4px}.underline-offset-\[3\.2px\]{text-underline-offset:3.2px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.\!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}.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_rgb\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px rgb(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_0_10px\]{--tw-shadow: 0 0 10px;--tw-shadow-colored: 0 0 10px 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_12px_rgba\(168\,85\,247\,0\.4\)\]{--tw-shadow: 0 0 12px rgba(168,85,247,.4);--tw-shadow-colored: 0 0 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_12px_rgba\(52\,211\,153\,0\.4\)\]{--tw-shadow: 0 0 12px rgba(52,211,153,.4);--tw-shadow-colored: 0 0 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_12px_rgba\(56\,189\,248\,0\.4\)\]{--tw-shadow: 0 0 12px rgba(56,189,248,.4);--tw-shadow-colored: 0 0 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_16px\]{--tw-shadow: 0 0 16px;--tw-shadow-colored: 0 0 16px 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_16px_rgb\(var\(--secondary\)\)\]{--tw-shadow: 0 0 16px rgb(var(--secondary));--tw-shadow-colored: 0 0 16px 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_20px_-12px_rgba\(0\,0\,0\,0\.8\)\]{--tw-shadow: 0 0 20px -12px rgba(0,0,0,.8);--tw-shadow-colored: 0 0 20px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_32px\]{--tw-shadow: 0 0 32px;--tw-shadow-colored: 0 0 32px 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_4px\]{--tw-shadow: 0 0 4px;--tw-shadow-colored: 0 0 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-\[0_0_64px\]{--tw-shadow: 0 0 64px;--tw-shadow-colored: 0 0 64px 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_8px\]{--tw-shadow: 0 0 8px;--tw-shadow-colored: 0 0 8px 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_var\(--pulse-shadow-start\,8px\)_rgb\(var\(--secondary\)\)\]{--tw-shadow: 0 0 var(--pulse-shadow-start,8px) rgb(var(--secondary));--tw-shadow-colored: 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_8px\]{--tw-shadow: 0px 0px 8px;--tw-shadow-colored: 0px 0px 8px 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-black\/5{--tw-shadow-color: rgb(0 0 0 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600{--tw-shadow-color: #16a34a;--tw-shadow: var(--tw-shadow-colored)}.shadow-secondary{--tw-shadow-color: rgb(var(--secondary));--tw-shadow: var(--tw-shadow-colored)}.shadow-secondary\/25{--tw-shadow-color: rgb(var(--secondary) / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-secondary\/60{--tw-shadow-color: rgb(var(--secondary) / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent{--tw-shadow-color: transparent;--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-yellow-500{outline-color:#eab308}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-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-background{--tw-ring-color: rgb(var(--background))}.ring-green-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1))}.ring-red-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1))}.ring-secondary{--tw-ring-color: rgb(var(--secondary))}.ring-sidebar-ring{--tw-ring-color: rgb(var(--sidebar-ring))}.ring-offset-background{--tw-ring-offset-color: rgb(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)}.brightness-0{--tw-brightness: brightness(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)}.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)}.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-2xl{--tw-backdrop-blur: blur(40px);-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)}.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-\[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-width\,opacity\,padding\]{transition-property:max-width,opacity,padding;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-shadow{transition-property:box-shadow;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}.delay-150{transition-delay:.15s}.delay-200{transition-delay:.2s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@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}.animate-out{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}.fade-in,.fade-in-0{--tw-enter-opacity: 0}.fade-out{--tw-exit-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.slide-in-from-left{--tw-enter-translate-x: -100%}.slide-in-from-right{--tw-enter-translate-x: 100%}.duration-100{animation-duration:.1s}.duration-1000{animation-duration:1s}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.duration-700{animation-duration:.7s}.duration-75{animation-duration:75ms}.delay-150{animation-delay:.15s}.delay-200{animation-delay:.2s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.\[--duration\:180s\]{--duration: 180s}.\[--duration\:40s\]{--duration: 40s}.\[--gap\:0\.5rem\]{--gap: .5rem}.\[--pulse-shadow-delay\:500ms\]{--pulse-shadow-delay: .5s}.\[--pulse-shadow-duration\:3s\]{--pulse-shadow-duration: 3s}.\[--pulse-shadow-end\:48px\]{--pulse-shadow-end: 48px}.\[--pulse-shadow-start\:16px\]{--pulse-shadow-start: 16px}.\[animation-direction\:reverse\]{animation-direction:reverse}.\[animation-duration\:3s\]{animation-duration:3s}.\[animation-duration\:5s\]{animation-duration:5s}.\[appearance\:textfield\]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.\[gap\:var\(--gap\)\]{gap:var(--gap)}.\[mask-image\:radial-gradient\(600px_circle_at_center\,white\,transparent\)\]{-webkit-mask-image:radial-gradient(600px circle at center,white,transparent);mask-image:radial-gradient(600px circle at center,white,transparent)}html{font-family:HelveticaNowDisplay,sans-serif}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:rgb(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:rgb(var(--muted-foreground))}.placeholder\:text-muted-foreground\/60::-moz-placeholder{color:rgb(var(--muted-foreground) / .6)}.placeholder\:text-muted-foreground\/60::placeholder{color:rgb(var(--muted-foreground) / .6)}.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\:bottom-0:after{content:var(--tw-content);bottom:0}.after\:left-0:after{content:var(--tw-content);left:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:right-0:after{content:var(--tw-content);right:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:h-\[2px\]:after{content:var(--tw-content);height:2px}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:rounded-xl:after{content:var(--tw-content);border-radius:.75rem}.after\:border-\[0\.5px\]:after{content:var(--tw-content);border-width:.5px}.after\:border-white\/20:after{content:var(--tw-content);border-color:#fff3}.after\:bg-border:after{content:var(--tw-content);background-color:rgb(var(--border))}.after\:bg-transparent:after{content:var(--tw-content);background-color:transparent}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.first\:pt-0:first-child{padding-top:0}.last\:mb-0:last-child{margin-bottom:0}.last\:hidden:last-child{display:none}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:pb-0:last-child{padding-bottom:0}.focus-within\:border-secondary:focus-within{border-color:rgb(var(--secondary))}.hover\:translate-x-1:hover{--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))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;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))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.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))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;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))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-border:hover{border-color:rgb(var(--border))}.hover\:border-muted-foreground\/50:hover{border-color:rgb(var(--muted-foreground) / .5)}.hover\:border-primary\/50:hover{border-color:rgb(var(--primary) / .5)}.hover\:border-secondary:hover{border-color:rgb(var(--secondary))}.hover\:border-secondary\/40:hover{border-color:rgb(var(--secondary) / .4)}.hover\:border-secondary\/50:hover{border-color:rgb(var(--secondary) / .5)}.hover\:border-yellow-500:hover{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.hover\:border-l-secondary:hover{border-left-color:rgb(var(--secondary))}.hover\:bg-accent:hover{background-color:rgb(var(--accent))}.hover\:bg-background\/40:hover{background-color:rgb(var(--background) / .4)}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-card:hover{background-color:rgb(var(--card))}.hover\:bg-card\/30:hover{background-color:rgb(var(--card) / .3)}.hover\:bg-card\/50:hover{background-color:rgb(var(--card) / .5)}.hover\:bg-destructive\/10:hover{background-color:rgb(var(--destructive) / .1)}.hover\:bg-destructive\/80:hover{background-color:rgb(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:rgb(var(--destructive) / .9)}.hover\:bg-foreground\/10:hover{background-color:rgb(var(--foreground) / .1)}.hover\:bg-foreground\/20:hover{background-color:rgb(var(--foreground) / .2)}.hover\:bg-foreground\/5:hover{background-color:rgb(var(--foreground) / .05)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300\/20:hover{background-color:#d1d5db33}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:rgb(var(--muted))}.hover\:bg-muted-foreground\/10:hover{background-color:rgb(var(--muted-foreground) / .1)}.hover\:bg-muted\/20:hover{background-color:rgb(var(--muted) / .2)}.hover\:bg-muted\/30:hover{background-color:rgb(var(--muted) / .3)}.hover\:bg-muted\/5:hover{background-color:rgb(var(--muted) / .05)}.hover\:bg-muted\/50:hover{background-color:rgb(var(--muted) / .5)}.hover\:bg-muted\/80:hover{background-color:rgb(var(--muted) / .8)}.hover\:bg-neutral-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}.hover\:bg-primary\/10:hover{background-color:rgb(var(--primary) / .1)}.hover\:bg-primary\/5:hover{background-color:rgb(var(--primary) / .05)}.hover\:bg-primary\/80:hover{background-color:rgb(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:rgb(var(--primary) / .9)}.hover\:bg-secondary:hover{background-color:rgb(var(--secondary))}.hover\:bg-secondary\/10:hover{background-color:rgb(var(--secondary) / .1)}.hover\:bg-secondary\/15:hover{background-color:rgb(var(--secondary) / .15)}.hover\:bg-secondary\/20:hover{background-color:rgb(var(--secondary) / .2)}.hover\:bg-secondary\/5:hover{background-color:rgb(var(--secondary) / .05)}.hover\:bg-secondary\/80:hover{background-color:rgb(var(--secondary) / .8)}.hover\:bg-secondary\/90:hover{background-color:rgb(var(--secondary) / .9)}.hover\:bg-sidebar-accent:hover{background-color:rgb(var(--sidebar-accent))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:from-blue-600:hover{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-blue-700:hover{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.hover\:text-accent-foreground:hover{color:rgb(var(--accent-foreground))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-destructive:hover{color:rgb(var(--destructive))}.hover\:text-destructive\/80:hover{color:rgb(var(--destructive) / .8)}.hover\:text-foreground:hover{color:rgb(var(--foreground))}.hover\:text-foreground\/80:hover{color:rgb(var(--foreground) / .8)}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / 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-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-muted-foreground:hover{color:rgb(var(--muted-foreground))}.hover\:text-neutral-800:hover{--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity, 1))}.hover\:text-primary\/80:hover{color:rgb(var(--primary) / .8)}.hover\:text-secondary:hover{color:rgb(var(--secondary))}.hover\:text-sidebar-accent-foreground:hover{color:rgb(var(--sidebar-accent-foreground))}.hover\:text-slate-950:hover{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-current:hover{text-decoration-color:currentColor}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_0_8px_rgba\(var\(--secondary\)\/0\.5\)\]:hover{--tw-shadow: 0 0 8px rgba(var(--secondary)/.5);--tw-shadow-colored: 0 0 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .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)}.hover\:shadow-md:hover{--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)}.hover\:shadow-sm:hover{--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)}.hover\:shadow-xl:hover{--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)}.hover\:shadow-secondary\/20:hover{--tw-shadow-color: rgb(var(--secondary) / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:rgb(var(--sidebar-border))}.focus\:border-primary:focus{border-color:rgb(var(--primary))}.focus\:border-secondary:focus{border-color:rgb(var(--secondary))}.focus\:bg-accent:focus{background-color:rgb(var(--accent))}.focus\:bg-card:focus{background-color:rgb(var(--card))}.focus\:bg-muted:focus{background-color:rgb(var(--muted))}.focus\:bg-neutral-100:focus{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.focus\:text-accent-foreground:focus{color:rgb(var(--accent-foreground))}.focus\:text-foreground:focus{color:rgb(var(--foreground))}.focus\:text-neutral-800:focus{--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity, 1))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-primary:focus{--tw-ring-color: rgb(var(--primary))}.focus\:ring-ring:focus{--tw-ring-color: rgb(var(--ring))}.focus\:ring-slate-950:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-0:focus{--tw-ring-offset-width: 0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.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-primary:focus-visible{--tw-ring-color: rgb(var(--primary))}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: rgb(var(--ring))}.focus-visible\:ring-secondary:focus-visible{--tw-ring-color: rgb(var(--secondary))}.focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color: rgb(var(--sidebar-ring))}.focus-visible\:ring-slate-950:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width: 0px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-white:focus-visible{--tw-ring-offset-color: #fff}.active\:bg-muted\/70:active{background-color:rgb(var(--muted) / .7)}.active\:bg-secondary\/20:active{background-color:rgb(var(--secondary) / .2)}.active\:bg-sidebar-accent:active{background-color:rgb(var(--sidebar-accent))}.active\:text-sidebar-accent-foreground:active{color:rgb(var(--sidebar-accent-foreground))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:hover\:bg-transparent:hover:disabled{background-color:transparent}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:w-5{width:1.25rem}.group:hover .group-hover\:translate-x-1{--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))}.group:hover .group-hover\:bg-muted\/50{background-color:rgb(var(--muted) / .5)}.group:hover .group-hover\:bg-secondary\/60{background-color:rgb(var(--secondary) / .6)}.group:hover .group-hover\:text-foreground\/80{color:rgb(var(--foreground) / .8)}.group:hover .group-hover\:text-secondary{color:rgb(var(--secondary))}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-80{opacity:.8}.group:hover .group-hover\:\[animation-play-state\:paused\]{animation-play-state:paused}.group.destructive .group-\[\.destructive\]\:border-slate-100\/40{border-color:#f1f5f966}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:border-red-500\/30:hover{border-color:#ef44444d}.group.destructive .group-\[\.destructive\]\:hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:text-slate-50:hover{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:rgb(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:rgb(var(--sidebar-background))}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.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-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\=closed\]\:translate-y-full[data-state=closed]{--tw-translate-y: 100%;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\]\:translate-y-0[data-state=open]{--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))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.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))}.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))}.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))}@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 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}.data-\[state\=active\]\:border-border[data-state=active]{border-color:rgb(var(--border))}.data-\[state\=active\]\:border-b-transparent[data-state=active]{border-bottom-color:transparent}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:rgb(var(--sidebar-accent))}.data-\[selected\=true\]\:bg-muted[data-selected=true]{background-color:rgb(var(--muted))}.data-\[state\=active\]\:bg-primary[data-state=active]{background-color:rgb(var(--primary))}.data-\[state\=active\]\:bg-secondary[data-state=active]{background-color:rgb(var(--secondary))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:rgb(var(--primary))}.data-\[state\=checked\]\:bg-secondary[data-state=checked]{background-color:rgb(var(--secondary))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:rgb(var(--accent))}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:rgb(var(--secondary))}.data-\[state\=open\]\:bg-transparent[data-state=open]{background-color:transparent}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:rgb(var(--muted))}.data-\[state\=unchecked\]\:bg-slate-200[data-state=unchecked]{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:rgb(var(--sidebar-accent-foreground))}.data-\[placeholder\]\:text-muted-foreground\/60[data-placeholder]{color:rgb(var(--muted-foreground) / .6)}.data-\[selected\=true\]\:text-muted-foreground[data-selected=true]{color:rgb(var(--muted-foreground))}.data-\[state\=active\]\:text-primary[data-state=active]{color:rgb(var(--primary))}.data-\[state\=active\]\:text-primary-foreground[data-state=active]{color:rgb(var(--primary-foreground))}.data-\[state\=active\]\:text-secondary[data-state=active]{color:rgb(var(--secondary))}.data-\[state\=active\]\:text-secondary-foreground[data-state=active],.data-\[state\=checked\]\:text-secondary-foreground[data-state=checked]{color:rgb(var(--secondary-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:rgb(var(--muted-foreground))}.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-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-150[data-state=closed]{transition-duration:.15s}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.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],.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}.data-\[state\=closed\]\:fade-out[data-state=closed],.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.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],.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-150[data-state=closed]{animation-duration:.15s}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[state\=active\]\:after\:bg-primary[data-state=active]:after{content:var(--tw-content);background-color:rgb(var(--primary))}.data-\[state\=active\]\:after\:bg-secondary[data-state=active]:after{content:var(--tw-content);background-color:rgb(var(--secondary))}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:rgb(var(--sidebar-accent))}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:rgb(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,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-state=open] .group-data-\[state\=open\]\:rotate-90{--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))}.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:rgb(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:rgb(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:rgb(var(--sidebar-accent-foreground))}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}.dark\:divide-black\/40:is(.dark *)>:not([hidden])~:not([hidden]){border-color:#0006}.dark\:border-\[rgb\(var\(--border\)\)\]:is(.dark *){border-color:rgb(var(--border))}.dark\:border-current:is(.dark *){border-color:currentColor}.dark\:border-green-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.dark\:border-red-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.dark\:border-red-900:is(.dark *){--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity, 1))}.dark\:border-red-900\/50:is(.dark *){border-color:#7f1d1d80}.dark\:border-secondary:is(.dark *){border-color:rgb(var(--secondary))}.dark\:border-slate-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.dark\:dark\:border-red-900:is(.dark *):is(.dark *){--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity, 1))}.dark\:bg-\[rgb\(var\(--card\)\)\]:is(.dark *){background-color:rgb(var(--card))}.dark\:bg-gray-900\/30:is(.dark *){background-color:#1118274d}.dark\:bg-green-900\/30:is(.dark *){background-color:#14532d4d}.dark\:bg-muted:is(.dark *){background-color:rgb(var(--muted))}.dark\:bg-neutral-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.dark\:bg-neutral-700\/20:is(.dark *){background-color:#40404033}.dark\:bg-neutral-700\/30:is(.dark *){background-color:#4040404d}.dark\:bg-neutral-700\/50:is(.dark *){background-color:#40404080}.dark\:bg-neutral-700\/60:is(.dark *){background-color:#40404099}.dark\:bg-neutral-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-secondary\/10:is(.dark *){background-color:rgb(var(--secondary) / .1)}.dark\:bg-secondary\/25:is(.dark *){background-color:rgb(var(--secondary) / .25)}.dark\:bg-secondary\/50:is(.dark *){background-color:rgb(var(--secondary) / .5)}.dark\:bg-secondary\/80:is(.dark *){background-color:rgb(var(--secondary) / .8)}.dark\:bg-slate-50:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1))}.dark\:bg-white:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-900\/30:is(.dark *){background-color:#713f124d}.dark\:text-\[rgb\(var\(--foreground\)\)\]:is(.dark *){color:rgb(var(--foreground))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-foreground:is(.dark *){color:rgb(var(--foreground))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-red-900:is(.dark *){--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.dark\:text-secondary:is(.dark *){color:rgb(var(--secondary))}.dark\:text-slate-300:is(.dark *){--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark\:text-slate-400:is(.dark *){--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dark\:text-slate-50:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}.dark\:text-slate-50\/50:is(.dark *){color:#f8fafc80}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:ring-secondary:is(.dark *){--tw-ring-color: rgb(var(--secondary))}.dark\:ring-offset-background:is(.dark *){--tw-ring-offset-color: rgb(var(--background))}.dark\:ring-offset-slate-950:is(.dark *){--tw-ring-offset-color: #020617}.dark\:\[border\:1px_solid_rgba\(255\,255\,255\,\.1\)\]:is(.dark *){border:1px solid rgba(255,255,255,.1)}.dark\:\[box-shadow\:0_-20px_80px_-20px_\#ffffff15_inset\]:is(.dark *){box-shadow:0 -20px 80px -20px #ffffff15 inset}.dark\:focus-within\:border-secondary:focus-within:is(.dark *){border-color:rgb(var(--secondary))}.dark\:hover\:bg-neutral-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-neutral-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-neutral-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-slate-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-transparent:hover:is(.dark *){background-color:transparent}.dark\:hover\:text-gray-100:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:hover\:text-neutral-100:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity, 1))}.dark\:hover\:text-slate-50:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}.dark\:focus\:border-secondary:focus:is(.dark *){border-color:rgb(var(--secondary))}.dark\:focus\:bg-neutral-800:focus:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.dark\:focus\:text-neutral-100:focus:is(.dark *){--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity, 1))}.dark\:focus\:ring-slate-300:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1))}.dark\:focus-visible\:ring-ring:focus-visible:is(.dark *){--tw-ring-color: rgb(var(--ring))}.dark\:focus-visible\:ring-slate-300:focus-visible:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1))}.dark\:focus-visible\:ring-offset-slate-950:focus-visible:is(.dark *){--tw-ring-offset-color: #020617}.group.destructive .dark\:group-\[\.destructive\]\:border-slate-800\/40:is(.dark *){border-color:#1e293b66}.group.destructive .dark\:group-\[\.destructive\]\:hover\:border-red-900\/30:hover:is(.dark *){border-color:#7f1d1d4d}.group.destructive .dark\:group-\[\.destructive\]\:hover\:bg-red-900:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.group.destructive .dark\:group-\[\.destructive\]\:hover\:text-slate-50:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}.group.destructive .dark\:group-\[\.destructive\]\:focus\:ring-red-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1))}.dark\:data-\[state\=active\]\:bg-primary[data-state=active]:is(.dark *){background-color:rgb(var(--primary))}.dark\:data-\[state\=active\]\:bg-secondary[data-state=active]:is(.dark *){background-color:rgb(var(--secondary))}.dark\:data-\[state\=checked\]\:bg-secondary[data-state=checked]:is(.dark *){background-color:rgb(var(--secondary))}.dark\:data-\[state\=unchecked\]\:bg-neutral-700[data-state=unchecked]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.dark\:data-\[state\=active\]\:text-primary-foreground[data-state=active]:is(.dark *){color:rgb(var(--primary-foreground))}.dark\:data-\[state\=active\]\:text-secondary-foreground[data-state=active]:is(.dark *){color:rgb(var(--secondary-foreground))}@media (min-width: 640px){.sm\:static{position:static}.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-0{margin-top:0}.sm\:mt-4{margin-top:1rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:size-4{width:1rem;height:1rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:h-8{height:2rem}.sm\:h-\[22px\]{height:22px}.sm\:h-auto{height:auto}.sm\:w-12{width:3rem}.sm\:w-16{width:4rem}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-28{width:7rem}.sm\:w-32{width:8rem}.sm\:w-40{width:10rem}.sm\:w-48{width:12rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-60{width:15rem}.sm\:w-8{width:2rem}.sm\:w-\[--sidebar-width-sm\]{width:var(--sidebar-width-sm)}.sm\:w-\[640px\]{width:640px}.sm\:w-auto{width:auto}.sm\:max-w-\[320px\]{max-width:320px}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0px}.sm\:gap-2{gap:.5rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\: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 * calc(1 - var(--tw-space-x-reverse)))}.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-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))}.sm\:rounded-none{border-radius:0}.sm\:border{border-width:1px}.sm\:bg-secondary\/10{background-color:rgb(var(--secondary) / .1)}.sm\:bg-transparent{background-color:transparent}.sm\:p-0{padding:0}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:opacity-60{opacity:.6}.sm\:opacity-75{opacity:.75}.sm\:opacity-90{opacity:.9}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media (min-width: 768px){.md\:bottom-4{bottom:1rem}.md\:right-4{right:1rem}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-span-5{grid-column:span 5 / span 5}.md\:col-span-6{grid-column:span 6 / span 6}.md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.md\:my-\[3px\]{margin-top:3px;margin-bottom:3px}.md\:-ml-6{margin-left:-1.5rem}.md\:mb-2{margin-bottom:.5rem}.md\:ml-0{margin-left:0}.md\:ml-6{margin-left:1.5rem}.md\:mt-1{margin-top:.25rem}.md\:mt-12{margin-top:3rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:size-10{width:2.5rem;height:2.5rem}.md\:size-12{width:3rem;height:3rem}.md\:size-14{width:3.5rem;height:3.5rem}.md\:size-16{width:4rem;height:4rem}.md\:size-20{width:5rem;height:5rem}.md\:size-24{width:6rem;height:6rem}.md\:size-3{width:.75rem;height:.75rem}.md\:size-4{width:1rem;height:1rem}.md\:size-5{width:1.25rem;height:1.25rem}.md\:size-6{width:1.5rem;height:1.5rem}.md\:size-8{width:2rem;height:2rem}.md\:size-9{width:2.25rem;height:2.25rem}.md\:h-0{height:0px}.md\:h-10{height:2.5rem}.md\:h-12{height:3rem}.md\:h-3{height:.75rem}.md\:h-4{height:1rem}.md\:h-5{height:1.25rem}.md\:h-6{height:1.5rem}.md\:h-64{height:16rem}.md\:h-8{height:2rem}.md\:h-9{height:2.25rem}.md\:h-\[14px\]{height:14px}.md\:h-\[18px\]{height:18px}.md\:h-\[30px\]{height:30px}.md\:h-\[35vh\]{height:35vh}.md\:h-\[86px\]{height:86px}.md\:h-full{height:100%}.md\:max-h-full{max-height:100%}.md\:w-0{width:0px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-10{width:2.5rem}.md\:w-12{width:3rem}.md\:w-16{width:4rem}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-3{width:.75rem}.md\:w-4{width:1rem}.md\:w-48{width:12rem}.md\:w-56{width:14rem}.md\:w-64{width:16rem}.md\:w-8{width:2rem}.md\:w-80{width:20rem}.md\:w-\[--sidebar-width-md\]{width:var(--sidebar-width-md)}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:max-w-\[420px\]{max-width:420px}.md\:max-w-sm{max-width:24rem}.md\:flex-1{flex:1 1 0%}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0px}.md\:gap-1{gap:.25rem}.md\:gap-12{gap:3rem}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\: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)))}.md\: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))}.md\: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))}.md\:overflow-hidden{overflow:hidden}.md\:overflow-y-auto{overflow-y:auto}.md\:rounded-tr-lg{border-top-right-radius:var(--radius)}.md\:border-l{border-left-width:1px}.md\:border-r{border-right-width:1px}.md\:border-t-0{border-top-width:0px}.md\:border-border\/30{border-color:rgb(var(--border) / .3)}.md\:p-0{padding:0}.md\:p-2{padding:.5rem}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:pb-4{padding-bottom:1rem}.md\:pl-2{padding-left:.5rem}.md\:pr-3{padding-right:.75rem}.md\:pt-10{padding-top:2.5rem}.md\:pt-12{padding-top:3rem}.md\:pt-16{padding-top:4rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:leading-none{line-height:1}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.md\:first\:pt-2:first-child{padding-top:.5rem}.md\:last\:flex:last-child{display:flex}.md\:last\:pb-2:last-child{padding-bottom:.5rem}.group:hover .md\:group-hover\:gap-4{gap:1rem}.group:hover .md\:group-hover\:opacity-100{opacity:1}.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\:static{position:static}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-64{width:16rem}.lg\:w-\[--sidebar-width-lg\]{width:var(--sidebar-width-lg)}.lg\:w-auto{width:auto}.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))}.lg\:transform-none{transform:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-8{gap:2rem}.lg\:pt-6{padding-top:1.5rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width: 1280px){.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:w-\[--sidebar-width-xl\]{width:var(--sidebar-width-xl)}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}}@media (min-width: 1536px){.\32xl\:inline{display:inline}.\32xl\:hidden{display:none}}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.\[\&\:\:-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}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}@media (min-width: 768px){.md\:\[\&\>\*\:not\(\:last-child\)\]\:border-b>*:not(:last-child){border-bottom-width:1px}}.\[\&\>\*\:nth-child\(-n\+2\)\]\:border-b>*:nth-child(-n+2){border-bottom-width:1px}.\[\&\>\*\:nth-child\(odd\)\]\:border-r>*:nth-child(odd){border-right-width:1px}@media (min-width: 768px){.md\:\[\&\>\*\:nth-child\(odd\)\]\:border-r-0>*:nth-child(odd){border-right-width:0px}}.\[\&\>\[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))}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>div\]\:\!justify-start>div{justify-content:flex-start!important}.\[\&\>div\]\:\!justify-end>div{justify-content:flex-end!important}.\[\&\>img\]\:size-4>img{width:1rem;height:1rem}.\[\&\>img\]\:shrink-0>img{flex-shrink:0}.\[\&\>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-white>span{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) 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-3>svg{left:.75rem}.\[\&\>svg\]\:top-3>svg{top:.75rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>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-muted-foreground>svg{color:rgb(var(--muted-foreground))}.\[\&\>svg\]\:text-red-500>svg{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:rgb(var(--sidebar-accent-foreground))}.\[\&\>svg\]\:text-slate-950>svg{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity, 1))}.dark\:\[\&\>svg\]\:text-red-900>svg:is(.dark *){--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.dark\:\[\&\>svg\]\:text-slate-50>svg:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:\[\&\>svg\]\:left-4>svg{left:1rem}.sm\:\[\&\>svg\]\:top-4>svg{top:1rem}}.\[\&\>svg\~\*\]\:pl-6>svg~*{padding-left:1.5rem}@media (min-width: 640px){.sm\:\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[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))}.\[\&_\*\]\:select-text *{-webkit-user-select:text;-moz-user-select:text;user-select:text}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:rgb(var(--muted-foreground))}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:rgb(var(--border) / .5)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:rgb(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:rgb(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:rgb(var(--muted))}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:rgb(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:rgb(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}.\[\&_span\]\:\!text-sm span{font-size:.875rem!important;line-height:1.25rem!important}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:1rem;height:1rem}.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*=text-]){color:rgb(var(--muted-foreground))}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.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}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Black.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-BlackIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-BlackIta.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Bold.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-BoldIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-BoldIta.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtBdIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtBdIta.woff) format("woff");font-weight:800;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtBlk.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtBlk.woff) format("woff");font-weight:950;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtBlkIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtBlkIta.woff) format("woff");font-weight:950;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtLt.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtLt.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtLtIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtLtIta.woff) format("woff");font-weight:200;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ExtraBold.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ExtraBold.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Hairline.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Hairline.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-HairlineI.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-HairlineI.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Light.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-LightIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-LightIta.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-MedIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-MedIta.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Medium.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-RegIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-RegIta.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Regular.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-Thin.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-Thin.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:HelveticaNowDisplay;src:url(/fonts/HelveticaNowDisplay-ThinIta.woff2) format("woff2"),url(/fonts/HelveticaNowDisplay-ThinIta.woff) format("woff");font-weight:100;font-style:italic}
