@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";.fdgr-preview{--fdgr-bg: #ffffff;--fdgr-fg: #0a0a0a;--fdgr-muted: #6b7280;--fdgr-border: #e5e7eb;--fdgr-surface: #f8f9fb;--fdgr-accent: #2563eb;--fdgr-radius: 10px;--fdgr-font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--fdgr-mono: ui-monospace, "JetBrains Mono", "SF Mono", Menlo, monospace;--fdgr-code-keyword: #cf222e;--fdgr-code-string: #0a3069;--fdgr-code-comment: #6e7781;--fdgr-code-number: #0550ae;--fdgr-code-title: #6639ba;--fdgr-code-attr: #116329;--fdgr-code-meta: #953800;position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;color:var(--fdgr-fg);font-family:var(--fdgr-font);font-size:14px;line-height:1.5}.fdgr-preview *,.fdgr-preview *:before,.fdgr-preview *:after{box-sizing:border-box}.fdgr-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;flex:1 1 auto;overflow:auto;background:var(--fdgr-surface);border:1px solid var(--fdgr-border);border-radius:var(--fdgr-radius)}.fdgr-media{max-width:100%;max-height:70vh;-o-object-fit:contain;object-fit:contain}.fdgr-frame{width:100%;height:70vh;border:0;background:#fff}.fdgr-text{margin:0;padding:16px;width:100%;height:100%;max-height:70vh;overflow:auto;white-space:pre;font-family:var(--fdgr-mono);font-size:12.5px;color:var(--fdgr-fg);background:transparent}.fdgr-status{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center;color:var(--fdgr-muted)}.fdgr-status__title{color:var(--fdgr-fg);font-weight:600}.fdgr-spinner{width:28px;height:28px;border:3px solid var(--fdgr-border);border-top-color:var(--fdgr-accent);border-radius:50%;animation:fdgr-spin .8s linear infinite}@keyframes fdgr-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.fdgr-spinner{animation-duration:2s}}.fdgr-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font:inherit;font-weight:600;color:#fff;background:var(--fdgr-accent);border:0;border-radius:8px;cursor:pointer;text-decoration:none}.fdgr-btn:hover{filter:brightness(.95)}.fdgr-doc{width:100%;height:70vh;overflow:auto;padding:40px;background:#fff;color:#111827}.fdgr-doc :is(h1,h2,h3,h4,p,ul,ol,table){max-width:48rem;margin-left:auto;margin-right:auto}.fdgr-doc img{max-width:100%;height:auto}.fdgr-table-wrap{width:100%;height:70vh;overflow:auto}.fdgr-table{border-collapse:collapse;font-size:12.5px;font-family:var(--fdgr-mono)}.fdgr-table th,.fdgr-table td{border:1px solid var(--fdgr-border);padding:4px 8px;text-align:left;white-space:nowrap}.fdgr-table th{background:var(--fdgr-surface);position:sticky;top:0}.fdgr-thumb{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;width:100%;height:100%;background:var(--fdgr-surface);border:1px solid var(--fdgr-border);border-radius:8px;color:var(--fdgr-muted)}.fdgr-thumb__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.fdgr-thumb__img--top{-o-object-position:top;object-position:top}.fdgr-thumb__img--contain{-o-object-fit:contain;object-fit:contain}.fdgr-thumb__video{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#000}.fdgr-thumb__play{position:absolute;display:flex;align-items:center;justify-content:center;width:44%;height:44%;max-width:40px;max-height:40px;border-radius:9999px;background:#0009;color:#fff}.fdgr-thumb__play svg{width:45%;height:45%}.fdgr-thumb__icon{width:45%;height:45%;opacity:.75}.fdgr-thumb__text{width:100%;height:100%;margin:0;padding:8px 10px;overflow:hidden;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;line-height:1.25;white-space:pre-wrap;word-break:break-word;text-align:left;color:var(--fdgr-muted);background:var(--fdgr-surface)}.fdgr-tabs{display:flex;gap:4px;flex-wrap:wrap;padding:8px 0}.fdgr-tab{padding:4px 10px;font:inherit;font-size:12.5px;color:var(--fdgr-muted);background:transparent;border:1px solid var(--fdgr-border);border-radius:6px;cursor:pointer}.fdgr-tab[aria-selected=true]{color:var(--fdgr-fg);border-color:var(--fdgr-accent);background:var(--fdgr-surface)}.fdgr-kv{display:flex;flex-direction:column}.fdgr-kv__row{display:grid;grid-template-columns:minmax(110px,1fr) 2fr;gap:12px;padding:8px 0;border-bottom:1px solid var(--fdgr-border)}.fdgr-kv__label{font-size:12px;color:var(--fdgr-muted)}.fdgr-kv__value{font-size:12.5px;color:var(--fdgr-fg);word-break:break-all}.fdgr-kv__value--mono{font-family:var(--fdgr-mono)}.fdgr-json-section-title{margin:16px 0 6px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--fdgr-muted)}.fdgr-json-img{display:block;margin-top:12px;max-height:220px;border:1px solid var(--fdgr-border);border-radius:8px;-o-object-fit:contain;object-fit:contain}.fdgr-json-pre{margin:0;white-space:pre-wrap;font-family:var(--fdgr-mono);font-size:12px}.fdgr-json-body{flex:1 1 auto;min-height:0;overflow:auto;padding:8px 16px 16px}@media(max-width:420px){.fdgr-kv__row{grid-template-columns:1fr;gap:2px}}@media(prefers-color-scheme:dark){.fdgr-preview{--fdgr-code-keyword: #ff7b72;--fdgr-code-string: #a5d6ff;--fdgr-code-comment: #8b949e;--fdgr-code-number: #79c0ff;--fdgr-code-title: #d2a8ff;--fdgr-code-attr: #7ee787;--fdgr-code-meta: #ffa657}}.light .fdgr-preview,[data-theme=light] .fdgr-preview{--fdgr-code-keyword: #cf222e;--fdgr-code-string: #0a3069;--fdgr-code-comment: #6e7781;--fdgr-code-number: #0550ae;--fdgr-code-title: #6639ba;--fdgr-code-attr: #116329;--fdgr-code-meta: #953800}.dark .fdgr-preview,[data-theme=dark] .fdgr-preview{--fdgr-code-keyword: #ff7b72;--fdgr-code-string: #a5d6ff;--fdgr-code-comment: #8b949e;--fdgr-code-number: #79c0ff;--fdgr-code-title: #d2a8ff;--fdgr-code-attr: #7ee787;--fdgr-code-meta: #ffa657}.fdgr-text .hljs{display:block;background:transparent;color:var(--fdgr-fg)}.fdgr-preview .hljs-comment,.fdgr-preview .hljs-quote{color:var(--fdgr-code-comment);font-style:italic}.fdgr-preview .hljs-keyword,.fdgr-preview .hljs-selector-tag,.fdgr-preview .hljs-literal,.fdgr-preview .hljs-doctag,.fdgr-preview .hljs-name{color:var(--fdgr-code-keyword)}.fdgr-preview .hljs-string,.fdgr-preview .hljs-regexp,.fdgr-preview .hljs-addition{color:var(--fdgr-code-string)}.fdgr-preview .hljs-number,.fdgr-preview .hljs-symbol,.fdgr-preview .hljs-bullet{color:var(--fdgr-code-number)}.fdgr-preview .hljs-title,.fdgr-preview .hljs-section,.fdgr-preview .hljs-function .hljs-title,.fdgr-preview .hljs-type{color:var(--fdgr-code-title)}.fdgr-preview .hljs-attr,.fdgr-preview .hljs-attribute,.fdgr-preview .hljs-variable,.fdgr-preview .hljs-template-variable,.fdgr-preview .hljs-built_in{color:var(--fdgr-code-attr)}.fdgr-preview .hljs-meta,.fdgr-preview .hljs-selector-id,.fdgr-preview .hljs-selector-class{color:var(--fdgr-code-meta)}.fdgr-preview .hljs-emphasis{font-style:italic}.fdgr-preview .hljs-strong{font-weight:700}.fdgr-md{width:100%;height:100%;max-height:70vh;overflow:auto;padding:24px 28px;background:var(--fdgr-bg);color:var(--fdgr-fg);text-align:left;line-height:1.6;word-wrap:break-word}.fdgr-md>:first-child{margin-top:0}.fdgr-md :is(h1,h2,h3,h4,h5,h6){margin:1.4em 0 .5em;font-weight:600;line-height:1.25}.fdgr-md h1{font-size:1.7em;padding-bottom:.3em;border-bottom:1px solid var(--fdgr-border)}.fdgr-md h2{font-size:1.4em;padding-bottom:.3em;border-bottom:1px solid var(--fdgr-border)}.fdgr-md h3{font-size:1.2em}.fdgr-md p,.fdgr-md ul,.fdgr-md ol,.fdgr-md blockquote,.fdgr-md table{margin:0 0 1em}.fdgr-md ul,.fdgr-md ol{padding-left:1.6em}.fdgr-md li+li{margin-top:.2em}.fdgr-md a{color:var(--fdgr-accent);text-decoration:none}.fdgr-md a:hover{text-decoration:underline}.fdgr-md code{padding:.15em .4em;font-family:var(--fdgr-mono);font-size:.9em;background:var(--fdgr-surface);border-radius:4px}.fdgr-md pre{margin:0 0 1em;padding:14px 16px;overflow:auto;background:var(--fdgr-surface);border:1px solid var(--fdgr-border);border-radius:var(--fdgr-radius)}.fdgr-md pre code{padding:0;font-size:.85em;background:transparent}.fdgr-md blockquote{padding-left:1em;color:var(--fdgr-muted);border-left:3px solid var(--fdgr-border)}.fdgr-md img{max-width:100%;height:auto}.fdgr-md table{border-collapse:collapse;font-size:.92em}.fdgr-md :is(th,td){padding:6px 12px;border:1px solid var(--fdgr-border);text-align:left}.fdgr-md th{background:var(--fdgr-surface)}.fdgr-md hr{height:1px;margin:1.5em 0;border:0;background:var(--fdgr-border)}.fdgr-md input[type=checkbox]{margin-right:.4em}*,: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(33 150 243 / .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(33 150 243 / .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: }*,*:after,*:before{box-sizing:border-box;border-width:0;border-style:solid}html,body,#root{height:100%;--tw-bg-opacity: 1;background-color:rgb(var(--background) / var(--tw-bg-opacity, 1));background-color:rgb(var(--background));min-height:100dvh}body{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}body:is(class *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}body{margin:0;padding:0}button{background-color:transparent;background-image:none;color:inherit;cursor:pointer;padding:0;font-family:inherit}hr{width:100%;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}hr:is(class *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}strong{font-weight:600!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;height:16px;width:16px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(168, 171, 174)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}input[type=search]::-webkit-search-cancel-button:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E")}.light input[type=search]::-webkit-search-cancel-button{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(98, 101, 107)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E")}.light input[type=search]::-webkit-search-cancel-button:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(2, 12, 25)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E")}body{font-family:Inter,sans-serif;font-size:14px;line-height:20px;letter-spacing:0}@media(min-width:768px){body{font-size:16px;line-height:24px;letter-spacing:0}}h1{font-size:30px;line-height:36px;letter-spacing:-.02em;font-weight:700}h2{font-size:24px;line-height:32px;letter-spacing:-.02em;font-weight:600}h3{font-size:20px;line-height:28px;letter-spacing:-.01em;font-weight:600}h4{font-size:18px;line-height:24px;letter-spacing:-.01em;font-weight:500}h5{font-size:16px;line-height:24px;letter-spacing:0;font-weight:500}h6{font-size:14px;line-height:20px;letter-spacing:0;font-weight:500}#root,blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}a{text-decoration:none;color:inherit}:root{--radius: 8px}*{border-color:rgb(var(--border));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid rgb(var(--ring));outline-offset:2px}body{background-color:rgb(var(--background));color:rgb(var(--text-primary));font-feature-settings:"rlig" 1,"calt" 1;font-synthesis-weight:none;text-rendering:optimizeLegibility}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media(min-width:640px){.container{max-width:640px;padding-right:2rem;padding-left:2rem}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px;padding-right:4rem;padding-left:4rem}}@media(min-width:1280px){.container{max-width:1280px;padding-right:5rem;padding-left:5rem}}@media(min-width:1536px){.container{max-width:1536px;padding-right:6rem;padding-left:6rem}}.card{border-radius:16px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(var(--border) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(var(--card) / var(--tw-bg-opacity, 1));--tw-shadow: 0 2px 4px 0 rgb(0 0 0 / .06);--tw-shadow-colored: 0 2px 4px 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);background-color:rgb(var(--card));border-color:rgb(var(--border))}.surface{border-radius:16px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(var(--border) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(var(--surface) / var(--tw-bg-opacity, 1));background-color:rgb(var(--surface));border-color:rgb(var(--border))}.input{display:flex;height:40px;width:100%;border-radius:8px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(var(--border) / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(var(--input) / var(--tw-bg-opacity, 1));padding:8px 12px;font-size:14px;line-height:20px;letter-spacing:0;--tw-text-opacity: 1;color:rgb(var(--foreground) / var(--tw-text-opacity, 1));border-color:rgb(var(--border))}.input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--muted-foreground) / var(--tw-text-opacity, 1))}.input::placeholder{--tw-text-opacity: 1;color:rgb(var(--muted-foreground) / var(--tw-text-opacity, 1))}.input:disabled{cursor:not-allowed;opacity:.5}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:2px 10px;font-size:12px;line-height:16px;letter-spacing:0;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.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}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.inset-y-1\.5{top:6px;bottom:6px}.-bottom-32{bottom:-128px}.-left-16{left:-64px}.-left-8{left:-32px}.-right-24{right:-96px}.-top-24{top:-96px}.-top-8{top:-32px}.bottom-0{bottom:0}.bottom-\[10px\]{bottom:10px}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:8px}.left-\[10px\]{left:10px}.left-\[12px\]{left:12px}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:4px}.right-1\.5{right:6px}.right-2{right:8px}.right-3{right:12px}.right-4{right:16px}.right-\[10px\]{right:10px}.right-\[12px\]{right:12px}.right-\[16px\]{right:16px}.top-0{top:0}.top-1{top:4px}.top-1\.5{top:6px}.top-1\/2{top:50%}.top-20{top:80px}.top-4{top:16px}.top-\[10px\]{top:10px}.top-\[16px\]{top:16px}.top-\[50\%\]{top:50%}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.-m-1{margin:-4px}.m-0{margin:0}.-mx-1{margin-left:-4px;margin-right:-4px}.mx-3{margin-left:12px;margin-right:12px}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:4px;margin-bottom:4px}.my-3{margin-top:12px;margin-bottom:12px}.mb-1{margin-bottom:4px}.mb-1\.5{margin-bottom:6px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.ml-1{margin-left:4px}.ml-1\.5{margin-left:6px}.ml-2{margin-left:8px}.ml-auto{margin-left:auto}.mr-1{margin-right:4px}.mr-1\.5{margin-right:6px}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mt-0\.5{margin-top:2px}.mt-1{margin-top:4px}.mt-1\.5{margin-top:6px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-auto{margin-top:auto}.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}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.size-1\.5{width:6px;height:6px}.size-10{width:40px;height:40px}.size-11{width:44px;height:44px}.size-12{width:48px;height:48px}.size-14{width:56px;height:56px}.size-16{width:64px;height:64px}.size-2{width:8px;height:8px}.size-3{width:12px;height:12px}.size-3\.5{width:14px;height:14px}.size-4{width:16px;height:16px}.size-40{width:160px;height:160px}.size-5{width:20px;height:20px}.size-6{width:24px;height:24px}.size-7{width:28px;height:28px}.size-72{width:288px;height:288px}.size-8{width:32px;height:32px}.size-80{width:320px;height:320px}.size-9{width:36px;height:36px}.size-full{width:100%;height:100%}.h-10{height:40px}.h-11{height:44px}.h-12{height:48px}.h-14{height:56px}.h-16{height:64px}.h-2{height:8px}.h-2\.5{height:10px}.h-20{height:80px}.h-24{height:96px}.h-28{height:112px}.h-3{height:12px}.h-3\.5{height:14px}.h-4{height:16px}.h-5{height:20px}.h-6{height:24px}.h-7{height:28px}.h-8{height:32px}.h-9{height:36px}.h-\[12px\]{height:12px}.h-\[14px\]{height:14px}.h-\[16px\]{height:16px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[2px\]{height:2px}.h-\[64px\]{height:64px}.h-\[8px\]{height:8px}.h-\[92vh\]{height:92vh}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-64{max-height:256px}.max-h-80{max-height:320px}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[90vh\]{max-height:90vh}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-11{min-height:44px}.min-h-48{min-height:192px}.min-h-\[120px\]{min-height:120px}.min-h-\[32px\]{min-height:32px}.min-h-\[36px\]{min-height:36px}.min-h-\[40px\]{min-height:40px}.min-h-\[48px\]{min-height:48px}.min-h-screen{min-height:100vh}.w-1{width:4px}.w-1\/2{width:50%}.w-10{width:40px}.w-11{width:44px}.w-12{width:48px}.w-14{width:56px}.w-16{width:64px}.w-2{width:8px}.w-2\.5{width:10px}.w-2\/5{width:40%}.w-20{width:80px}.w-24{width:96px}.w-28{width:112px}.w-3\.5{width:14px}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:128px}.w-4{width:16px}.w-4\/5{width:80%}.w-40{width:160px}.w-44{width:176px}.w-48{width:192px}.w-5{width:20px}.w-56{width:224px}.w-6{width:24px}.w-60{width:240px}.w-64{width:256px}.w-72{width:288px}.w-8{width:32px}.w-80{width:320px}.w-\[12px\]{width:12px}.w-\[14px\]{width:14px}.w-\[150px\]{width:150px}.w-\[160px\]{width:160px}.w-\[16px\]{width:16px}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-\[20px\]{width:20px}.w-\[8px\]{width:8px}.w-\[96vw\]{width:96vw}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[32px\]{min-width:32px}.min-w-\[36px\]{min-width:36px}.min-w-\[40px\]{min-width:40px}.min-w-\[48px\]{min-width:48px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[85vw\]{max-width:85vw}.max-w-\[min\(88vw\,18rem\)\]{max-width:min(88vw,18rem)}.max-w-\[min\(90vw\,32rem\)\]{max-width:min(90vw,32rem)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.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,.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.origin-\[--radix-dropdown-menu-content-transform-origin\]{transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-center{transform-origin:center}.-translate-x-1{--tw-translate-x: -4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-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-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-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-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-y-100{--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-y-50{--tw-scale-y: .5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .5s ease-out}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes scan{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.animate-scan{animation:scan 1.8s cubic-bezier(.645,.045,.355,1) infinite alternate}@keyframes searchPulse{0%,to{background-color:rgb(var(--ring) / 0)}50%{background-color:rgb(var(--ring) / .15)}}.animate-search-pulse{animation:searchPulse 1.4s ease-in-out 2}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.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-none{resize:none}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,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}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:2px}.gap-1{gap:4px}.gap-1\.5{gap:6px}.gap-2{gap:8px}.gap-2\.5{gap:10px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[4px\]{gap:4px}.gap-\[6px\]{gap:6px}.gap-\[8px\]{gap:8px}.gap-x-2{-moz-column-gap:8px;column-gap:8px}.gap-x-3{-moz-column-gap:12px;column-gap:12px}.gap-x-4{-moz-column-gap:16px;column-gap:16px}.gap-x-6{-moz-column-gap:24px;column-gap:24px}.gap-x-8{-moz-column-gap:32px;column-gap:32px}.gap-y-1{row-gap:4px}.gap-y-1\.5{row-gap:6px}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4px * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(6px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6px * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8px * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(10px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10px * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12px * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16px * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(20px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20px * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(32px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32px * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-border>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(var(--border) / var(--tw-divide-opacity, 1))}.divide-border\/60>:not([hidden])~:not([hidden]){border-color:rgb(var(--border) / .6)}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-pretty{text-wrap:pretty}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-none{border-radius:0!important}.rounded{border-radius:6px}.rounded-2xl{border-radius:24px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:12px}.rounded-md{border-radius:8px}.rounded-sm{border-radius:2px}.rounded-xl{border-radius:16px}.rounded-bl{border-bottom-left-radius:6px}.rounded-br{border-bottom-right-radius:6px}.rounded-tl{border-top-left-radius:6px}.rounded-tr{border-top-right-radius:6px}.\!border-0{border-width:0px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-border{--tw-border-opacity: 1;border-color:rgb(var(--border) / var(--tw-border-opacity, 1))}.border-border\/50{border-color:rgb(var(--border) / .5)}.border-border\/60{border-color:rgb(var(--border) / .6)}.border-current{border-color:currentColor}.border-destructive,.border-error{--tw-border-opacity: 1;border-color:rgb(var(--error) / var(--tw-border-opacity, 1))}.border-error\/20{border-color:rgb(var(--error) / .2)}.border-error\/30{border-color:rgb(var(--error) / .3)}.border-error\/40{border-color:rgb(var(--error) / .4)}.border-muted-foreground\/40{border-color:rgb(var(--muted-foreground) / .4)}.border-muted\/30{border-color:rgb(var(--muted) / .3)}.border-primary{--tw-border-opacity: 1;border-color:rgb(var(--primary) / var(--tw-border-opacity, 1))}.border-primary-foreground\/20{border-color:rgb(var(--primary-foreground) / .2)}.border-primary-foreground\/30{border-color:rgb(var(--primary-foreground) / .3)}.border-primary\/20{border-color:rgb(var(--primary) / .2)}.border-primary\/40{border-color:rgb(var(--primary) / .4)}.border-primary\/50{border-color:rgb(var(--primary) / .5)}.border-primary\/70{border-color:rgb(var(--primary) / .7)}.border-secondary{--tw-border-opacity: 1;border-color:rgb(var(--secondary) / var(--tw-border-opacity, 1))}.border-secondary-foreground{--tw-border-opacity: 1;border-color:rgb(var(--secondary-foreground) / var(--tw-border-opacity, 1))}.border-secondary\/30{border-color:rgb(var(--secondary) / .3)}.border-secondary\/60{border-color:rgb(var(--secondary) / .6)}.border-secondary\/70{border-color:rgb(var(--secondary) / .7)}.border-success{--tw-border-opacity: 1;border-color:rgb(var(--success) / var(--tw-border-opacity, 1))}.border-success\/20{border-color:rgb(var(--success) / .2)}.border-success\/30{border-color:rgb(var(--success) / .3)}.border-success\/40{border-color:rgb(var(--success) / .4)}.border-success\/50{border-color:rgb(var(--success) / .5)}.border-transparent{border-color:transparent}.border-warning{--tw-border-opacity: 1;border-color:rgb(var(--warning) / var(--tw-border-opacity, 1))}.border-warning\/20{border-color:rgb(var(--warning) / .2)}.border-warning\/30{border-color:rgb(var(--warning) / .3)}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-\[var\(--secondary-8\)\]{background-color:var(--secondary-8)}.bg-background{--tw-bg-opacity: 1;background-color:rgb(var(--background) / var(--tw-bg-opacity, 1))}.bg-background\/60{background-color:rgb(var(--background) / .6)}.bg-background\/80{background-color:rgb(var(--background) / .8)}.bg-black\/80{background-color:#000c}.bg-border{--tw-bg-opacity: 1;background-color:rgb(var(--border) / var(--tw-bg-opacity, 1))}.bg-card{--tw-bg-opacity: 1;background-color:rgb(var(--card) / var(--tw-bg-opacity, 1))}.bg-card\/40{background-color:rgb(var(--card) / .4)}.bg-destructive,.bg-error{--tw-bg-opacity: 1;background-color:rgb(var(--error) / var(--tw-bg-opacity, 1))}.bg-error\/10{background-color:rgb(var(--error) / .1)}.bg-error\/5{background-color:rgb(var(--error) / .05)}.bg-muted{--tw-bg-opacity: 1;background-color:rgb(var(--muted) / var(--tw-bg-opacity, 1))}.bg-muted\/10{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\/30{background-color:rgb(var(--muted) / .3)}.bg-muted\/40{background-color:rgb(var(--muted) / .4)}.bg-muted\/50{background-color:rgb(var(--muted) / .5)}.bg-popover{--tw-bg-opacity: 1;background-color:rgb(var(--card) / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(var(--primary) / var(--tw-bg-opacity, 1))}.bg-primary-foreground\/10{background-color:rgb(var(--primary-foreground) / .1)}.bg-primary\/10{background-color:rgb(var(--primary) / .1)}.bg-primary\/80{background-color:rgb(var(--primary) / .8)}.bg-secondary{--tw-bg-opacity: 1;background-color:rgb(var(--secondary) / var(--tw-bg-opacity, 1))}.bg-secondary\/10{background-color:rgb(var(--secondary) / .1)}.bg-secondary\/15{background-color:rgb(var(--secondary) / .15)}.bg-secondary\/5{background-color:rgb(var(--secondary) / .05)}.bg-secondary\/80{background-color:rgb(var(--secondary) / .8)}.bg-success{--tw-bg-opacity: 1;background-color:rgb(var(--success) / var(--tw-bg-opacity, 1))}.bg-success\/10{background-color:rgb(var(--success) / .1)}.bg-success\/15{background-color:rgb(var(--success) / .15)}.bg-success\/5{background-color:rgb(var(--success) / .05)}.bg-surface{--tw-bg-opacity: 1;background-color:rgb(var(--surface) / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-warning{--tw-bg-opacity: 1;background-color:rgb(var(--warning) / var(--tw-bg-opacity, 1))}.bg-warning\/10{background-color:rgb(var(--warning) / .1)}.bg-gradient-scan{background-image:linear-gradient(180deg,rgb(var(--scan-rgb, var(--secondary)) / 0),rgb(var(--scan-rgb, var(--secondary)) / .12) 60%,rgb(var(--scan-rgb, var(--secondary)) / .45))}.bg-gradient-shimmer{background-image:linear-gradient(105deg,rgb(var(--foreground) / 0),rgb(var(--foreground) / .14),rgb(var(--foreground) / 0))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-secondary{--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)}.to-secondary\/30{--tw-gradient-to: rgb(var(--secondary) / .3) var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:2px}.p-1{padding:4px}.p-2\.5{padding:10px}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.p-8{padding:32px}.p-\[10px\]{padding:10px}.p-\[12px\]{padding:12px}.p-\[1px\]{padding:1px}.px-1{padding-left:4px;padding-right:4px}.px-2{padding-left:8px;padding-right:8px}.px-2\.5{padding-left:10px;padding-right:10px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-5{padding-left:20px;padding-right:20px}.px-6{padding-left:24px;padding-right:24px}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[24px\]{padding-left:24px;padding-right:24px}.py-0\.5{padding-top:2px;padding-bottom:2px}.py-1{padding-top:4px;padding-bottom:4px}.py-1\.5{padding-top:6px;padding-bottom:6px}.py-12{padding-top:48px;padding-bottom:48px}.py-16{padding-top:64px;padding-bottom:64px}.py-2{padding-top:8px;padding-bottom:8px}.py-2\.5{padding-top:10px;padding-bottom:10px}.py-3{padding-top:12px;padding-bottom:12px}.py-3\.5{padding-top:14px;padding-bottom:14px}.py-4{padding-top:16px;padding-bottom:16px}.py-5{padding-top:20px;padding-bottom:20px}.py-6{padding-top:24px;padding-bottom:24px}.py-8{padding-top:32px;padding-bottom:32px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.pb-0\.5{padding-bottom:2px}.pb-1{padding-bottom:4px}.pb-2{padding-bottom:8px}.pb-4{padding-bottom:16px}.pb-5{padding-bottom:20px}.pb-6{padding-bottom:24px}.pb-\[16px\]{padding-bottom:16px}.pb-\[8px\]{padding-bottom:8px}.pl-0{padding-left:0}.pl-10{padding-left:40px}.pl-2{padding-left:8px}.pl-5{padding-left:20px}.pl-8{padding-left:32px}.pl-\[36px\]{padding-left:36px}.pr-10{padding-right:40px}.pr-14{padding-right:56px}.pr-2{padding-right:8px}.pr-6{padding-right:24px}.pr-8{padding-right:32px}.pr-9,.pr-\[36px\]{padding-right:36px}.pt-0{padding-top:0}.pt-1{padding-top:4px}.pt-2{padding-top:8px}.pt-3{padding-top:12px}.pt-4{padding-top:16px}.pt-6,.pt-\[24px\]{padding-top:24px}.pt-\[8px\]{padding-top:8px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-mono{font-family:JetBrains Mono,monospace}.font-sans{font-family:Inter,sans-serif}.text-2xl{font-size:24px;line-height:32px;letter-spacing:-.02em}.text-3xl{font-size:30px;line-height:36px;letter-spacing:-.02em}.text-\[11px\]{font-size:11px}.text-base{font-size:16px;line-height:24px;letter-spacing:0}.text-lg{font-size:18px;line-height:24px;letter-spacing:-.01em}.text-sm{font-size:14px;line-height:20px;letter-spacing:0}.text-xl{font-size:20px;line-height:28px;letter-spacing:-.01em}.text-xs{font-size:12px;line-height:16px;letter-spacing:0}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.text-\[rgb\(2_12_25\)\]{--tw-text-opacity: 1;color:rgb(2 12 25 / var(--tw-text-opacity, 1))}.text-card-foreground{--tw-text-opacity: 1;color:rgb(var(--card-foreground) / var(--tw-text-opacity, 1))}.text-destructive{--tw-text-opacity: 1;color:rgb(var(--error) / var(--tw-text-opacity, 1))}.text-destructive-foreground{--tw-text-opacity: 1;color:rgb(var(--error-foreground) / var(--tw-text-opacity, 1))}.text-error{--tw-text-opacity: 1;color:rgb(var(--error) / var(--tw-text-opacity, 1))}.text-error-foreground{--tw-text-opacity: 1;color:rgb(var(--error-foreground) / var(--tw-text-opacity, 1))}.text-foreground{--tw-text-opacity: 1;color:rgb(var(--foreground) / var(--tw-text-opacity, 1))}.text-foreground\/50{color:rgb(var(--foreground) / .5)}.text-link{--tw-text-opacity: 1;color:rgb(var(--link) / var(--tw-text-opacity, 1))}.text-muted{--tw-text-opacity: 1;color:rgb(var(--muted) / var(--tw-text-opacity, 1))}.text-muted-foreground{--tw-text-opacity: 1;color:rgb(var(--muted-foreground) / var(--tw-text-opacity, 1))}.text-muted-foreground\/70{color:rgb(var(--muted-foreground) / .7)}.text-muted-foreground\/80{color:rgb(var(--muted-foreground) / .8)}.text-popover-foreground{--tw-text-opacity: 1;color:rgb(var(--card-foreground) / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(var(--primary) / var(--tw-text-opacity, 1))}.text-primary-foreground{--tw-text-opacity: 1;color:rgb(var(--primary-foreground) / var(--tw-text-opacity, 1))}.text-primary-foreground\/80{color:rgb(var(--primary-foreground) / .8)}.text-secondary{--tw-text-opacity: 1;color:rgb(var(--secondary) / var(--tw-text-opacity, 1))}.text-secondary-foreground{--tw-text-opacity: 1;color:rgb(var(--secondary-foreground) / var(--tw-text-opacity, 1))}.text-secondary\/80{color:rgb(var(--secondary) / .8)}.text-success{--tw-text-opacity: 1;color:rgb(var(--success) / var(--tw-text-opacity, 1))}.text-success-foreground{--tw-text-opacity: 1;color:rgb(var(--success-foreground) / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-warning{--tw-text-opacity: 1;color:rgb(var(--warning) / var(--tw-text-opacity, 1))}.text-warning-foreground{--tw-text-opacity: 1;color:rgb(var(--warning-foreground) / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .08), 0 1px 2px -1px rgb(0 0 0 / .06);--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-lg{--tw-shadow: 0 8px 16px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .06);--tw-shadow-colored: 0 8px 16px -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 8px -1px rgb(0 0 0 / .08), 0 2px 4px -2px rgb(0 0 0 / .06);--tw-shadow-colored: 0 4px 8px -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-sm{--tw-shadow: 0 2px 4px 0 rgb(0 0 0 / .06);--tw-shadow-colored: 0 2px 4px 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)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-border{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--border) / var(--tw-ring-opacity, 1))}.ring-ring{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--ring) / var(--tw-ring-opacity, 1))}.ring-offset-2{--tw-ring-offset-width: 2px}.ring-offset-background{--tw-ring-offset-color: rgb(var(--background) / 1)}.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)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[background-color\,transform\]{transition-property:background-color,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[color\,background-color\,border-color\,box-shadow\]{transition-property:color,background-color,border-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[opacity\,transform\]{transition-property:opacity,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,background-color\,box-shadow\]{transition-property:transform,background-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.text-balance{text-wrap:balance}.bg-background{background-color:rgb(var(--background))}.bg-surface{background-color:rgb(var(--surface))}.bg-card{background-color:rgb(var(--card))}.text-primary{color:rgb(var(--text-primary))}.text-secondary{color:rgb(var(--text-secondary))}.text-muted{color:rgb(var(--text-muted))}.border-border{border-color:rgb(var(--border))}.text-shadowed{text-shadow:0 1px 4px rgba(0,0,0,.675)}.w3a-header__button{display:none!important}.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:14px;line-height:20px;letter-spacing:0}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{--tw-text-opacity: 1;color:rgb(var(--foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-50::-moz-placeholder{color:var(--muted-50)}.placeholder\:text-muted-50::placeholder{color:var(--muted-50)}.placeholder\:text-muted-foreground::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--muted-foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::placeholder{--tw-text-opacity: 1;color:rgb(var(--muted-foreground) / var(--tw-text-opacity, 1))}.last\:mb-0:last-child{margin-bottom:0}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:pb-0:last-child{padding-bottom:0}.hover\:-translate-y-0\.5:hover{--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))}.hover\:border-input-hover:hover{--tw-border-opacity: 1;border-color:rgb(var(--input-hover) / var(--tw-border-opacity, 1))}.hover\:border-secondary\/40:hover{border-color:rgb(var(--secondary) / .4)}.hover\:border-secondary\/50:hover{border-color:rgb(var(--secondary) / .5)}.hover\:border-secondary\/60:hover{border-color:rgb(var(--secondary) / .6)}.hover\:bg-\[var\(--secondary-hover\)\]:hover{background-color:var(--secondary-hover)}.hover\:bg-accent:hover{--tw-bg-opacity: 1;background-color:rgb(var(--accent) / var(--tw-bg-opacity, 1))}.hover\:bg-accent\/30:hover{background-color:rgb(var(--accent) / .3)}.hover\:bg-background\/90:hover{background-color:rgb(var(--background) / .9)}.hover\:bg-error-hover:hover{--tw-bg-opacity: 1;background-color:rgb(var(--error-hover) / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{--tw-bg-opacity: 1;background-color:rgb(var(--muted) / var(--tw-bg-opacity, 1))}.hover\:bg-muted\/20:hover{background-color:rgb(var(--muted) / .2)}.hover\:bg-muted\/40:hover{background-color:rgb(var(--muted) / .4)}.hover\:bg-primary-foreground\/10:hover{background-color:rgb(var(--primary-foreground) / .1)}.hover\:bg-primary-hover:hover{--tw-bg-opacity: 1;background-color:rgb(var(--primary-hover) / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-hover:hover{background-color:var(--secondary-hover)}.hover\:bg-secondary\/20:hover{background-color:rgb(var(--secondary) / .2)}.hover\:bg-secondary\/5:hover{background-color:rgb(var(--secondary) / .05)}.hover\:bg-success\/90:hover{background-color:rgb(var(--success) / .9)}.hover\:bg-surface:hover{--tw-bg-opacity: 1;background-color:rgb(var(--surface) / var(--tw-bg-opacity, 1))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-warning\/90:hover{background-color:rgb(var(--warning) / .9)}.hover\:text-accent-foreground:hover{--tw-text-opacity: 1;color:rgb(var(--accent-foreground) / var(--tw-text-opacity, 1))}.hover\:text-error:hover{--tw-text-opacity: 1;color:rgb(var(--error) / var(--tw-text-opacity, 1))}.hover\:text-foreground:hover{--tw-text-opacity: 1;color:rgb(var(--foreground) / var(--tw-text-opacity, 1))}.hover\:text-link-hover:hover{--tw-text-opacity: 1;color:rgb(var(--link-hover) / var(--tw-text-opacity, 1))}.hover\:text-link\/80:hover{color:rgb(var(--link) / .8)}.hover\:text-muted:hover{--tw-text-opacity: 1;color:rgb(var(--muted) / var(--tw-text-opacity, 1))}.hover\:text-muted-foreground:hover{--tw-text-opacity: 1;color:rgb(var(--muted-foreground) / var(--tw-text-opacity, 1))}.hover\:text-primary-foreground:hover{--tw-text-opacity: 1;color:rgb(var(--primary-foreground) / var(--tw-text-opacity, 1))}.hover\:text-secondary-foreground:hover{--tw-text-opacity: 1;color:rgb(var(--secondary-foreground) / var(--tw-text-opacity, 1))}.hover\:text-secondary-foreground\/80:hover{color:rgb(var(--secondary-foreground) / .8)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-md:hover{--tw-shadow: 0 4px 8px -1px rgb(0 0 0 / .08), 0 2px 4px -2px rgb(0 0 0 / .06);--tw-shadow-colored: 0 4px 8px -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 2px 4px 0 rgb(0 0 0 / .06);--tw-shadow-colored: 0 2px 4px 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\:bg-surface:hover{background-color:rgb(var(--surface))}.hover\:text-muted:hover{color:rgb(var(--text-muted))}.focus\:bg-secondary-hover:focus{background-color:var(--secondary-hover)}.focus\:text-error:focus{--tw-text-opacity: 1;color:rgb(var(--error) / var(--tw-text-opacity, 1))}.focus\:text-secondary-foreground:focus{--tw-text-opacity: 1;color:rgb(var(--secondary-foreground) / var(--tw-text-opacity, 1))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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-ring:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--ring) / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:border-error:focus-visible{--tw-border-opacity: 1;border-color:rgb(var(--error) / var(--tw-border-opacity, 1))}.focus-visible\:border-primary:focus-visible{--tw-border-opacity: 1;border-color:rgb(var(--primary) / var(--tw-border-opacity, 1))}.focus-visible\:text-muted-foreground:focus-visible{--tw-text-opacity: 1;color:rgb(var(--muted-foreground) / var(--tw-text-opacity, 1))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.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-opacity: 1;--tw-ring-color: rgb(var(--primary) / var(--tw-ring-opacity, 1))}.focus-visible\:ring-ring:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--ring) / var(--tw-ring-opacity, 1))}.focus-visible\:ring-secondary\/50:focus-visible{--tw-ring-color: rgb(var(--secondary) / .5)}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-surface:focus-visible{--tw-ring-offset-color: rgb(var(--surface) / 1)}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:bg-background\/80:active{background-color:rgb(var(--background) / .8)}.active\:bg-error-active:active{--tw-bg-opacity: 1;background-color:rgb(var(--error-active) / var(--tw-bg-opacity, 1))}.active\:bg-primary-active:active{--tw-bg-opacity: 1;background-color:rgb(var(--primary-active) / var(--tw-bg-opacity, 1))}.active\:bg-primary-foreground\/15:active{background-color:rgb(var(--primary-foreground) / .15)}.active\:bg-secondary-active:active{background-color:var(--secondary-active)}.active\:bg-secondary\/5:active{background-color:rgb(var(--secondary) / .05)}.active\:bg-success\/80:active{background-color:rgb(var(--success) / .8)}.active\:bg-warning\/80:active{background-color:rgb(var(--warning) / .8)}.active\:text-foreground:active{--tw-text-opacity: 1;color:rgb(var(--foreground) / var(--tw-text-opacity, 1))}.active\:text-link-active:active{--tw-text-opacity: 1;color:rgb(var(--link-active) / var(--tw-text-opacity, 1))}.active\:text-muted:active{--tw-text-opacity: 1;color:rgb(var(--muted) / var(--tw-text-opacity, 1));color:rgb(var(--text-muted))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\: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:hover .group-hover\:translate-x-0\.5{--tw-translate-x: 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))}.group:hover .group-hover\:text-foreground{--tw-text-opacity: 1;color:rgb(var(--foreground) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:focus-visible .group-focus-visible\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-destructive-foreground\/40{border-color:rgb(var(--error-foreground) / .4)}.group.destructive .group-\[\.destructive\]\:text-destructive-foreground\/50{color:rgb(var(--error-foreground) / .5)}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:rgb(var(--error) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{--tw-bg-opacity: 1;background-color:rgb(var(--error) / var(--tw-bg-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{--tw-text-opacity: 1;color:rgb(var(--error-foreground) / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--error) / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-destructive:focus{--tw-ring-offset-color: rgb(var(--error) / 1)}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-50{opacity:.5}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: 4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: 4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.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))}.data-\[state\=closed\]\:border-transparent[data-state=closed]{border-color:transparent}.data-\[state\=active\]\:bg-primary[data-state=active]{--tw-bg-opacity: 1;background-color:rgb(var(--primary) / var(--tw-bg-opacity, 1))}.data-\[state\=active\]\:bg-transparent[data-state=active]{background-color:transparent}.data-\[state\=open\]\:bg-accent[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(var(--accent) / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:bg-secondary-active[data-state=open]{background-color:var(--secondary-active)}.data-\[state\=open\]\:bg-secondary-hover[data-state=open]{background-color:var(--secondary-hover)}.data-\[state\=selected\]\:bg-secondary-8[data-state=selected]{background-color:var(--secondary-8)}.data-\[state\=active\]\:text-primary-foreground[data-state=active]{--tw-text-opacity: 1;color:rgb(var(--primary-foreground) / var(--tw-text-opacity, 1))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{--tw-text-opacity: 1;color:rgb(var(--muted-foreground) / var(--tw-text-opacity, 1))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-none[data-state=active]{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 2px 4px 0 rgb(0 0 0 / .06);--tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.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-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: -8px}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: 8px}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -8px}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: 8px}.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-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}@media(prefers-reduced-motion:reduce){.motion-reduce\:animate-none{animation:none}.motion-reduce\:transition-none{transition-property:none}.motion-reduce\:hover\:translate-y-0:hover{--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))}.motion-reduce\:active\:scale-100:active{--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))}}@media(min-width:640px){.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\:ml-auto{margin-left:auto}.sm\:mt-0{margin-top:0}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:hidden{display:none}.sm\:h-28{height:112px}.sm\:w-auto{width:auto}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:12px}.sm\:gap-4{gap:16px}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(40px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(40px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:12px}.sm\:p-5{padding:20px}.sm\:p-6{padding:24px}.sm\:px-10{padding-left:40px;padding-right:40px}.sm\:px-6{padding-left:24px;padding-right:24px}.sm\:py-16{padding-top:64px;padding-bottom:64px}.sm\:py-8{padding-top:32px;padding-bottom:32px}.sm\:text-left{text-align:left}.sm\:text-4xl{font-size:36px;line-height:40px;letter-spacing:-.02em}.sm\:text-lg{font-size:18px;line-height:24px;letter-spacing:-.01em}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:px-6{padding-left:24px;padding-right:24px}}@media(min-width:1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:block{display:block}.lg\:hidden{display:none}.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\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:px-10{padding-left:40px;padding-right:40px}.lg\:py-10{padding-top:40px;padding-bottom:40px}.lg\:pl-0{padding-left:0}}.\[\&\+div\]\:text-xs+div{font-size:12px;line-height:16px;letter-spacing:0}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\[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))}.\[\&\>form\]\:flex>form{display:flex}.\[\&\>form\]\:min-h-0>form{min-height:0px}.\[\&\>form\]\:flex-1>form{flex:1 1 0%}.\[\&\>form\]\:flex-col>form{flex-direction:column}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\]\:mt-0\.5>svg{margin-top:2px}.\[\&\>svg\]\:size-4>svg{width:16px;height:16px}.\[\&\>svg\]\:flex-shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-error>svg{--tw-text-opacity: 1;color:rgb(var(--error) / var(--tw-text-opacity, 1))}.\[\&\>svg\]\:text-foreground>svg{--tw-text-opacity: 1;color:rgb(var(--foreground) / var(--tw-text-opacity, 1))}.\[\&\>svg\]\:text-primary>svg{--tw-text-opacity: 1;color:rgb(var(--primary) / var(--tw-text-opacity, 1))}.\[\&\>svg\]\:text-success>svg{--tw-text-opacity: 1;color:rgb(var(--success) / var(--tw-text-opacity, 1))}.\[\&\>svg\]\:text-warning>svg{--tw-text-opacity: 1;color:rgb(var(--warning) / var(--tw-text-opacity, 1))}.\[\&\>svg\]\:text-primary>svg{color:rgb(var(--text-primary))}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&_input\]\:font-mono input{font-family:JetBrains Mono,monospace}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-3\.5 svg{width:14px;height:14px}.\[\&_svg\]\:size-4 svg{width:16px;height:16px}.\[\&_svg\]\:size-5 svg{width:20px;height:20px}.\[\&_svg\]\:size-6 svg{width:24px;height:24px}.\[\&_svg\]\:size-\[10px\] svg{width:10px;height:10px}.\[\&_svg\]\:size-\[12px\] svg{width:12px;height:12px}.\[\&_svg\]\:size-\[14px\] svg{width:14px;height:14px}.\[\&_svg\]\:size-\[16px\] svg{width:16px;height:16px}.\[\&_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}
