@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95) translateZ(0)}to{opacity:1;transform:scale(1) translateZ(0)}}.animate-fade-in{animation:fadeIn .4s cubic-bezier(.34,1.56,.64,1) forwards;will-change:opacity}.animate-slide-in{animation:slideIn .35s cubic-bezier(.34,1.56,.64,1)}.animate-scale-in{animation:scaleIn .35s cubic-bezier(.34,1.56,.64,1) forwards;will-change:transform,opacity;transform:translateZ(0)}.animate-stagger-1{animation-delay:.05s}.animate-stagger-2{animation-delay:.1s}.animate-stagger-3{animation-delay:.15s}.animate-stagger-4{animation-delay:.2s}.animate-stagger-5{animation-delay:.25s}.animate-stagger-6{animation-delay:.3s}.animate-stagger-7{animation-delay:.35s}.animate-stagger-8{animation-delay:.4s}.transition-progress{transition:width .5s cubic-bezier(.34,1.56,.64,1)}.transition-rotate{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.transition-opacity{transition:opacity .2s ease-in-out}@media (prefers-reduced-motion:reduce){.animate-fade-in,.animate-scale-in,.animate-slide-in,.animate-stagger-1,.animate-stagger-2,.animate-stagger-3,.animate-stagger-4,.animate-stagger-5,.animate-stagger-6,.animate-stagger-7,.animate-stagger-8{animation:none}.transition-all,.transition-colors,.transition-opacity,.transition-progress,.transition-rotate,.transition-transform{transition:none}}:root{--background:225 18% 8%;--foreground:40 12% 94%;--card:224 16% 11%;--card-foreground:40 12% 92%;--popover:224 16% 10%;--popover-foreground:40 12% 92%;--primary:172 55% 45%;--primary-foreground:0 0% 100%;--secondary:17 50% 59%;--secondary-foreground:0 0% 100%;--muted:224 15% 14%;--muted-foreground:224 8% 65%;--accent:270 45% 55%;--accent-foreground:0 0% 100%;--success:142 71% 45%;--success-foreground:0 0% 100%;--destructive:6 55% 50%;--destructive-foreground:0 0% 100%;--warning:37 65% 55%;--warning-foreground:225 18% 8%;--info:200 50% 50%;--info-foreground:0 0% 100%;--gold:43 96% 56%;--gold-foreground:30 65% 28%;--border:224 15% 18%;--input:224 15% 14%;--ring:172 55% 45%;--glass:224 16% 11%/0.85;--glass-border:40 12% 90%/0.08;--shadow-color:0 0% 0%/0.4;--shadow-glow-primary:172 55% 45%/0.15;--shadow-glow-accent:270 45% 55%/0.15;--shadow-glow-secondary:17 50% 59%/0.15;--surface-subtle:224 16% 11%/0.02;--surface-muted:224 16% 11%/0.04;--surface-raised:224 16% 11%/0.06;--surface-overlay:224 16% 11%/0.08;--radius:8px;--sidebar-background:224 17% 7%;--sidebar-foreground:40 12% 90%;--sidebar-primary:172 55% 45%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:224 17% 14%;--sidebar-accent-foreground:40 12% 90%;--sidebar-border:224 17% 18%;--sidebar-ring:172 55% 45%}.light{--background:40 20% 96%;--foreground:224 17% 15%;--card:0 0% 100%;--card-foreground:224 17% 15%;--popover:0 0% 100%;--popover-foreground:224 17% 15%;--primary:172 45% 38%;--primary-foreground:0 0% 100%;--secondary:17 50% 55%;--secondary-foreground:0 0% 100%;--muted:40 15% 92%;--muted-foreground:40 5% 40%;--accent:270 40% 50%;--accent-foreground:0 0% 100%;--success:142 71% 45%;--success-foreground:0 0% 100%;--destructive:6 50% 48%;--destructive-foreground:0 0% 100%;--warning:37 65% 50%;--warning-foreground:224 17% 15%;--info:200 45% 45%;--info-foreground:0 0% 100%;--gold:43 90% 50%;--gold-foreground:30 60% 25%;--border:40 15% 88%;--input:40 15% 92%;--ring:172 45% 38%;--glass:0 0% 100%/0.9;--glass-border:224 17% 20%/0.08;--shadow-color:172 20% 30%/0.08;--sidebar-background:0 0% 100%;--sidebar-foreground:224 17% 15%;--sidebar-primary:172 45% 38%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:40 15% 96%;--sidebar-accent-foreground:224 17% 15%;--sidebar-border:40 15% 88%;--sidebar-ring:172 45% 38%}.aurora-theme{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"ss01" on,"ss02" on}.aurora-theme body{line-height:1.5}.aurora-theme h1,.aurora-theme h2,.aurora-theme h3,.aurora-theme h4,.aurora-theme h5,.aurora-theme h6{font-family:Satoshi,system-ui,sans-serif;font-weight:700;letter-spacing:-.025em}.aurora-theme .font-mono,.aurora-theme .tabular-nums,.aurora-theme code,.aurora-theme pre{font-family:JetBrains Mono,Monaco,Consolas,Liberation Mono,Courier New,monospace}.tabular-nums{font-variant-numeric:tabular-nums}.text-emphasis-high{opacity:.9}.text-emphasis-medium{opacity:.75}.text-emphasis-low{opacity:.6}.text-emphasis-muted{opacity:.5}@keyframes aurora-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes aurora-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@keyframes aurora-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes aurora-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes aurora-slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes aurora-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes aurora-pulse-glow{0%,to{opacity:.4}50%{opacity:.8}}@keyframes aurora-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes aurora-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes aurora-pulse{0%,to{opacity:.5;filter:blur(8px)}50%{opacity:.8;filter:blur(12px)}}@keyframes aurora-accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes aurora-accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.aurora-fade-in{animation:aurora-fade-in .4s cubic-bezier(.34,1.56,.64,1) forwards}.aurora-fade-out{animation:aurora-fade-out .3s cubic-bezier(.34,1.56,.64,1) forwards}.aurora-scale-in{animation:aurora-scale-in .35s cubic-bezier(.34,1.56,.64,1) forwards}.aurora-slide-up{animation:aurora-slide-up .5s cubic-bezier(.34,1.56,.64,1) forwards}.aurora-slide-down{animation:aurora-slide-down .5s cubic-bezier(.34,1.56,.64,1) forwards}.aurora-shimmer{animation:aurora-shimmer 1.5s infinite}.aurora-pulse-glow{animation:aurora-pulse-glow 2s ease-in-out infinite}.aurora-float{animation:aurora-float 3s ease-in-out infinite}.animate-aurora-shift{animation:aurora-shift 8s ease-in-out infinite;background-size:300% 300%}.animate-aurora-pulse{animation:aurora-pulse 4s ease-in-out infinite}.aurora-accordion-down{animation:aurora-accordion-down .2s ease-out}.aurora-accordion-up{animation:aurora-accordion-up .2s ease-out}.spring{transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.transition-smooth{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-fast{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-slow{transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion:reduce){.animate-aurora-pulse,.animate-aurora-shift,.aurora-accordion-down,.aurora-accordion-up,.aurora-fade-in,.aurora-fade-out,.aurora-float,.aurora-pulse-glow,.aurora-scale-in,.aurora-shimmer,.aurora-slide-down,.aurora-slide-up{animation:none}.spring,.transition-fast,.transition-slow,.transition-smooth{transition:none}}.valuation-report{--report-slate-950:225 18% 8%;--report-slate-900:224 17% 12%;--report-slate-800:224 16% 18%;--report-slate-700:224 14% 28%;--report-slate-600:224 12% 42%;--report-slate-500:224 10% 55%;--report-slate-400:224 8% 70%;--report-slate-300:224 8% 82%;--report-slate-200:224 10% 91%;--report-slate-100:224 12% 96%;--report-slate-50:40 20% 98%;--report-teal:172 55% 45%;--report-teal-light:172 45% 92%;--report-teal-dark:172 60% 32%;--report-clay:17 50% 59%;--report-clay-light:17 45% 94%;--report-clay-dark:17 55% 42%;--report-success:143 40% 42%;--report-warning:37 65% 55%;--report-danger:6 55% 50%;--report-bg:0 0% 100%;--report-surface:40 15% 98%;--report-text:225 18% 12%;--report-text-muted:224 10% 45%;font-family:Satoshi,Inter,system-ui,sans-serif;font-size:10.5pt;line-height:1.6;color:hsl(var(--report-text));background:hsl(var(--report-bg));-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}@page{size:A4;margin:20mm 25mm 25mm 25mm}@page cover{margin:0}@page toc{margin:15mm 25mm 20mm 25mm}.valuation-report *{box-sizing:border-box}.valuation-report .display-hero{font-size:56pt;font-weight:800;line-height:.95;letter-spacing:-.03em;color:hsl(var(--report-slate-900))}.valuation-report .display-1{font-size:42pt;font-weight:800;line-height:1;letter-spacing:-.025em}.valuation-report .display-2{font-size:28pt;font-weight:700;line-height:1.1;letter-spacing:-.02em}.valuation-report .display-3{font-size:18pt;font-weight:700;line-height:1.2;letter-spacing:-.01em}.valuation-report h1{font-size:24pt;font-weight:800;letter-spacing:-.02em;margin:0 0 24pt}.valuation-report h1,.valuation-report h2{color:hsl(var(--report-slate-900));page-break-after:avoid}.valuation-report h2{font-size:16pt;font-weight:700;letter-spacing:-.01em;margin:32pt 0 16pt;padding-bottom:8pt;border-bottom:1pt solid hsl(var(--report-slate-200))}.valuation-report h3{font-size:11pt;font-weight:700;color:hsl(var(--report-slate-700));text-transform:uppercase;letter-spacing:.08em;margin:24pt 0 12pt;page-break-after:avoid}.valuation-report h4{font-size:10pt;font-weight:600;color:hsl(var(--report-slate-600));text-transform:uppercase;letter-spacing:.05em;margin:16pt 0 8pt}.valuation-report p{margin:0 0 12pt;color:hsl(var(--report-text-muted))}.valuation-report .lead{font-size:12pt;line-height:1.7;color:hsl(var(--report-slate-600))}.valuation-report .mono,.valuation-report .tabular{font-family:JetBrains Mono,SF Mono,monospace;font-variant-numeric:tabular-nums}.valuation-report .value-hero{background:linear-gradient(135deg,#15171e,#1e212a);border-radius:16pt;padding:32pt;margin:24pt 0;position:relative;overflow:hidden}.valuation-report .value-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3pt;background:linear-gradient(90deg,hsl(var(--report-teal)) 0,#8c59c0 100%)}.valuation-report .value-hero-label{font-size:9pt;text-transform:uppercase;letter-spacing:.15em;color:#838895;margin-bottom:8pt}.valuation-report .value-hero-amount{font-family:JetBrains Mono,monospace;font-size:42pt;font-weight:700;color:hsl(var(--report-teal));letter-spacing:-.02em;margin:0}.valuation-report .value-hero-range{font-size:12pt;color:#9fa2ad;margin-top:8pt}.valuation-report .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16pt;margin:24pt 0}.valuation-report .stat-card{background:hsl(var(--report-surface));border:1pt solid hsl(var(--report-slate-200));border-radius:12pt;padding:20pt;page-break-inside:avoid}.valuation-report .stat-card-label{font-size:8pt;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--report-slate-500));margin-bottom:8pt}.valuation-report .stat-card-value{font-family:JetBrains Mono,monospace;font-size:20pt;font-weight:700;color:hsl(var(--report-slate-900))}.valuation-report table{width:100%;border-collapse:collapse;margin:24pt 0;font-size:9.5pt;page-break-inside:avoid}.valuation-report thead{display:table-header-group}.valuation-report th{text-align:left;font-size:8pt;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--report-slate-500));padding:12pt 16pt;background:hsl(var(--report-surface));border-bottom:2pt solid hsl(var(--report-slate-900))}.valuation-report td{padding:12pt 16pt;color:hsl(var(--report-slate-700));border-bottom:1pt solid hsl(var(--report-slate-100));vertical-align:top}.valuation-report tr:last-child td{border-bottom:1pt solid hsl(var(--report-slate-200))}.valuation-report td:first-child{font-weight:500;color:hsl(var(--report-slate-800))}.valuation-report .text-right{text-align:right}.valuation-report tr.row-result{background:hsl(var(--report-slate-900))}.valuation-report tr.row-result td{color:#f2f0ee;font-weight:600;border-bottom:none}.valuation-report .callout{padding:20pt;border-radius:12pt;margin:24pt 0;page-break-inside:avoid}.valuation-report .callout-info{background:hsl(var(--report-teal-light));border-left:4pt solid hsl(var(--report-teal))}.valuation-report .callout-warning{background:rgba(215,158,66,.1);border-left:4pt solid hsl(var(--report-warning))}.valuation-report .callout-danger{background:rgba(198,71,57,.1);border-left:4pt solid hsl(var(--report-danger))}.valuation-report .badge{display:inline-flex;align-items:center;gap:6pt;padding:4pt 10pt;border-radius:4pt;font-size:8pt;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.valuation-report .badge-primary{background:hsl(var(--report-teal-light));color:hsl(var(--report-teal-dark))}.valuation-report .badge-success{background:rgba(64,150,97,.15);color:hsl(var(--report-success))}.valuation-report .badge-warning{background:rgba(215,158,66,.15);color:#a65230}.valuation-report .badge-danger{background:rgba(198,71,57,.15);color:hsl(var(--report-danger))}@media print{.valuation-report{background:#fff}.valuation-report .a4-page{background:#fff!important}.valuation-report .a4-page,.valuation-report .cover-page{box-shadow:none;margin:0;page-break-after:always;page-break-inside:avoid}.valuation-report .cover-page{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important;background:#111318!important}.valuation-report .no-print{display:none!important}.valuation-report thead{display:table-header-group}.valuation-report tfoot{display:table-footer-group}.valuation-report tr{page-break-inside:avoid}.valuation-report *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}}@import url("https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap");*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(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:rgba(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: }

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,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,pre,samp{font-family:JetBrains Mono,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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where(:not([type])),input:where([type=date]),input:where([type=datetime-local]),input:where([type=email]),input:where([type=month]),input:where([type=number]),input:where([type=password]),input:where([type=search]),input:where([type=tel]),input:where([type=text]),input:where([type=time]),input:where([type=url]),input:where([type=week]),select,select:where([multiple]),textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}input:where(:not([type])):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=email]):focus,input:where([type=month]):focus,input:where([type=number]):focus,input:where([type=password]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=text]):focus,input:where([type=time]):focus,input:where([type=url]):focus,input:where([type=week]):focus,select:focus,select:where([multiple]):focus,textarea:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where([multiple]),select:where([size]:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}input:where([type=checkbox]),input:where([type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){input:where([type=checkbox]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){input:where([type=radio]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):checked:focus,input:where([type=checkbox]):checked:hover,input:where([type=radio]):checked:focus,input:where([type=radio]):checked:hover{border-color:transparent;background-color:currentColor}input:where([type=checkbox]):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media (forced-colors:active){input:where([type=checkbox]):indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):indeterminate:focus,input:where([type=checkbox]):indeterminate:hover{border-color:transparent;background-color:currentColor}input:where([type=file]){background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}input:where([type=file]):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}:root{--navbar-height:4rem}html{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"ss01" on,"ss02" on}body{background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Satoshi,system-ui,sans-serif;font-weight:700;letter-spacing:-.025em}.\!container{width:100%!important;margin-right:auto!important;margin-left:auto!important;padding-right:2rem!important;padding-left:2rem!important}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width:1400px){.\!container{max-width:1400px!important}.container{max-width:1400px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgba(17,24,39,.1);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.textarea-seamless{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.textarea-seamless,.textarea-seamless:focus{border:none!important;outline:none!important;box-shadow:none!important}.textarea-seamless:focus{ring:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-1{inset:.25rem}.inset-2{inset:.5rem}.inset-3{inset:.75rem}.inset-4{inset:1rem}.inset-6{inset:1.5rem}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-2{bottom:-.5rem}.-bottom-\[30\%\]{bottom:-30%}.-left-2{left:-.5rem}.-left-\[50\%\]{left:-50%}.-right-0\.5{right:-.125rem}.-right-1\.5{right:-.375rem}.-right-2{right:-.5rem}.-right-8{right:-2rem}.-right-\[30\%\]{right:-30%}.-top-0\.5{top:-.125rem}.-top-1\.5{top:-.375rem}.-top-36{top:-9rem}.-top-8{top:-2rem}.-top-\[50\%\]{top:-50%}.bottom-0{bottom:0}.bottom-1\.5{bottom:.375rem}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-\[-4px\]{bottom:-4px}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-11{left:2.75rem}.left-12{left:3rem}.left-14{left:3.5rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-8{left:2rem}.left-\[-4px\]{left:-4px}.left-full{left:100%}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-10{right:2.5rem}.right-12{right:3rem}.right-14{right:3.5rem}.right-16{right:4rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-\[-4px\]{right:-4px}.right-full{right:100%}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-11{top:2.75rem}.top-12{top:3rem}.top-14{top:3.5rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-\[-4px\]{top:-4px}.top-full{top:100%}.isolate{isolation:isolate}.-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-\[100000\]{z-index:100000}.z-\[10000\]{z-index:10000}.z-\[10001\]{z-index:10001}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.z-\[11000\]{z-index:11000}.z-\[11001\]{z-index:11001}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.col-span-12{grid-column:span 12/span 12}.row-span-2{grid-row:span 2/span 2}.row-span-3{grid-row:span 3/span 3}.-m-2{margin:-.5rem}.m-0{margin:0}.m-4{margin:1rem}.m-\[1px\]{margin:1px}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-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}.-ml-1{margin-left:-.25rem}.-ml-2{margin-left:-.5rem}.-mr-1{margin-right:-.25rem}.-mt-1{margin-top:-.25rem}.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-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-14{margin-left:3.5rem}.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}.ml-\[15px\]{margin-left:15px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.box-border{box-sizing:border-box}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.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-\[3\/4\]{aspect-ratio:3/4}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-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-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[100\%\]{height:100%}.h-\[100dvh\]{height:100dvh}.h-\[150\%\]{height:150%}.h-\[18px\]{height:18px}.h-\[2px\]{height:2px}.h-\[32rem\]{height:32rem}.h-\[72px\]{height:72px}.h-\[calc\(100\%-5rem\)\]{height:calc(100% - 5rem)}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[150px\]{max-height:150px}.max-h-\[200px\]{max-height:200px}.max-h-\[320px\]{max-height:320px}.max-h-\[520px\]{max-height:520px}.max-h-\[600px\]{max-height:600px}.max-h-\[90vh\]{max-height:90vh}.max-h-\[92vh\]{max-height:92vh}.min-h-0{min-height:0}.min-h-12{min-height:3rem}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[140px\]{min-height:140px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[44px\]{min-height:44px}.min-h-\[48px\]{min-height:48px}.min-h-\[56px\]{min-height:56px}.min-h-\[70vh\]{min-height:70vh}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.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-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.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-\[100\%\]{width:100%}.w-\[150\%\]{width:150%}.w-\[1px\]{width:1px}.w-\[2px\]{width:2px}.w-\[32rem\]{width:32rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-\[1\.25rem\]{min-width:1.25rem}.min-w-\[100px\]{min-width:100px}.min-w-\[140px\]{min-width:140px}.min-w-\[18px\]{min-width:18px}.min-w-\[200px\]{min-width:200px}.min-w-\[3rem\]{min-width:3rem}.min-w-\[44px\]{min-width:44px}.min-w-\[640px\]{min-width:640px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[100px\]{max-width:100px}.max-w-\[120px\]{max-width:120px}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[240px\]{max-width:240px}.max-w-\[260px\]{max-width:260px}.max-w-\[80\%\]{max-width:80%}.max-w-\[80px\]{max-width:80px}.max-w-\[82\%\]{max-width:82%}.max-w-\[85\%\]{max-width:85%}.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,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.basis-0{flex-basis:0px}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-left{transform-origin:left}.origin-top{transform-origin:top}.origin-top-right{transform-origin:top right}.-translate-x-1{--tw-translate-x:-0.25rem}.-translate-x-1,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/3{--tw-translate-x:-33.333333%}.-translate-x-1\/3,.-translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/3{--tw-translate-y:-33.333333%}.translate-x-0{--tw-translate-x:0px}.translate-x-0,.translate-x-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/3{--tw-translate-x:33.333333%}.translate-x-1\/4{--tw-translate-x:25%}.translate-x-1\/4,.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/3{--tw-translate-y:33.333333%}.translate-y-1\/4{--tw-translate-y:25%}.translate-y-1\/4,.translate-y-2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y:0.5rem}.-rotate-90{--tw-rotate:-90deg}.-rotate-90,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-45{--tw-rotate:45deg}.rotate-45,.scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.scale-90,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}.animate-fade-in{animation:fade-in .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:scale-in .3s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.cursor-wait{cursor:wait}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.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}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-1{row-gap:.25rem}.-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-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-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-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-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-foreground\/10>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground)/.1)}.divide-foreground\/5>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground)/.05)}.divide-foreground\/\[0\.04\]>:not([hidden])~:not([hidden]){border-color:hsl(var(--foreground)/.04)}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:8px}.rounded-2xl{border-radius:calc(var(--radius) + 8px)}.rounded-3xl{border-radius:calc(var(--radius) + 16px)}.rounded-\[11px\]{border-radius:11px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-b-2xl{border-bottom-right-radius:calc(var(--radius) + 8px);border-bottom-left-radius:calc(var(--radius) + 8px)}.rounded-b-xl{border-bottom-right-radius:calc(var(--radius) + 4px);border-bottom-left-radius:calc(var(--radius) + 4px)}.rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-t-xl{border-top-left-radius:calc(var(--radius) + 4px);border-top-right-radius:calc(var(--radius) + 4px)}.rounded-tl-md{border-top-left-radius:calc(var(--radius) - 2px)}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.rounded-tr-md{border-top-right-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[3px\]{border-width:3px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-accent{--tw-border-opacity:1;border-color:rgb(200 127 99/var(--tw-border-opacity,1))}.border-accent-100{--tw-border-opacity:1;border-color:rgb(246 235 231/var(--tw-border-opacity,1))}.border-accent-200{--tw-border-opacity:1;border-color:rgb(235 214 206/var(--tw-border-opacity,1))}.border-accent-400\/20{border-color:hsla(15,41%,69%,.2)}.border-accent-400\/30{border-color:hsla(15,41%,69%,.3)}.border-accent\/20{border-color:rgba(200,127,99,.2)}.border-amber-500\/20{border-color:rgba(245,158,11,.2)}.border-background{border-color:hsl(var(--background))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.border-border{border-color:hsl(var(--border))}.border-border\/30{border-color:hsl(var(--border)/.3)}.border-border\/50{border-color:hsl(var(--border)/.5)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/20{border-color:hsl(var(--destructive)/.2)}.border-destructive\/30{border-color:hsl(var(--destructive)/.3)}.border-destructive\/40{border-color:hsl(var(--destructive)/.4)}.border-destructive\/50{border-color:hsl(var(--destructive)/.5)}.border-foreground\/10{border-color:hsl(var(--foreground)/.1)}.border-foreground\/20{border-color:hsl(var(--foreground)/.2)}.border-foreground\/30{border-color:hsl(var(--foreground)/.3)}.border-foreground\/5{border-color:hsl(var(--foreground)/.05)}.border-foreground\/\[0\.04\]{border-color:hsl(var(--foreground)/.04)}.border-foreground\/\[0\.05\]{border-color:hsl(var(--foreground)/.05)}.border-foreground\/\[0\.06\]{border-color:hsl(var(--foreground)/.06)}.border-foreground\/\[0\.08\]{border-color:hsl(var(--foreground)/.08)}.border-foreground\/\[0\.10\]{border-color:hsl(var(--foreground)/.1)}.border-foreground\/\[0\.12\]{border-color:hsl(var(--foreground)/.12)}.border-foreground\/\[0\.15\]{border-color:hsl(var(--foreground)/.15)}.border-foreground\/\[0\.1\]{border-color:hsl(var(--foreground)/.1)}.border-gold\/30{border-color:hsl(var(--gold)/.3)}.border-harvest-200{--tw-border-opacity:1;border-color:rgb(235 215 175/var(--tw-border-opacity,1))}.border-harvest-500\/30{border-color:rgba(217,165,88,.3)}.border-info\/30{border-color:hsl(var(--info)/.3)}.border-moss-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-moss-200\/50{border-color:rgba(187,247,208,.5)}.border-moss-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.border-moss-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-moss-500\/20{border-color:rgba(34,197,94,.2)}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-primary{--tw-border-opacity:1;border-color:rgb(61 189 176/var(--tw-border-opacity,1))}.border-primary-200{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity,1))}.border-primary\/10{border-color:rgba(61,189,176,.1)}.border-primary\/15{border-color:rgba(61,189,176,.15)}.border-primary\/20{border-color:rgba(61,189,176,.2)}.border-primary\/25{border-color:rgba(61,189,176,.25)}.border-primary\/30{border-color:rgba(61,189,176,.3)}.border-primary\/40{border-color:rgba(61,189,176,.4)}.border-river-200{--tw-border-opacity:1;border-color:rgb(163 183 195/var(--tw-border-opacity,1))}.border-rust-300{--tw-border-opacity:1;border-color:rgb(192 139 135/var(--tw-border-opacity,1))}.border-secondary\/20{border-color:hsl(var(--secondary)/.2)}.border-secondary\/30{border-color:hsl(var(--secondary)/.3)}.border-slate-100{--tw-border-opacity:1;border-color:rgb(235 236 237/var(--tw-border-opacity,1))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(210 212 216/var(--tw-border-opacity,1))}.border-success{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-success\/10{border-color:rgba(34,197,94,.1)}.border-success\/20{border-color:rgba(34,197,94,.2)}.border-success\/25{border-color:rgba(34,197,94,.25)}.border-success\/30{border-color:rgba(34,197,94,.3)}.border-teal-200{--tw-border-opacity:1;border-color:rgb(163 227 223/var(--tw-border-opacity,1))}.border-teal-500{--tw-border-opacity:1;border-color:rgb(61 189 176/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-warning{--tw-border-opacity:1;border-color:rgb(217 165 88/var(--tw-border-opacity,1))}.border-warning\/10{border-color:rgba(217,165,88,.1)}.border-warning\/20{border-color:rgba(217,165,88,.2)}.border-warning\/30{border-color:rgba(217,165,88,.3)}.border-warning\/40{border-color:rgba(217,165,88,.4)}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/10{border-color:hsla(0,0%,100%,.1)}.border-white\/20{border-color:hsla(0,0%,100%,.2)}.border-white\/30{border-color:hsla(0,0%,100%,.3)}.border-l-destructive{border-left-color:hsl(var(--destructive))}.border-l-primary{--tw-border-opacity:1;border-left-color:rgb(61 189 176/var(--tw-border-opacity,1))}.border-l-success{--tw-border-opacity:1;border-left-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-l-warning{--tw-border-opacity:1;border-left-color:rgb(217 165 88/var(--tw-border-opacity,1))}.border-t-background{border-top-color:hsl(var(--background))}.border-t-foreground\/60{border-top-color:hsl(var(--foreground)/.6)}.border-t-primary{--tw-border-opacity:1;border-top-color:rgb(61 189 176/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:transparent}.border-t-white\/80{border-top-color:hsla(0,0%,100%,.8)}.bg-\[\#00A4E4\]\/10{background-color:rgba(0,164,228,.1)}.bg-\[\#714B67\]\/10{background-color:rgba(113,75,103,.1)}.bg-\[\#E94E1B\]\/10{background-color:rgba(233,78,27,.1)}.bg-accent{--tw-bg-opacity:1;background-color:rgb(200 127 99/var(--tw-bg-opacity,1))}.bg-accent-50{--tw-bg-opacity:1;background-color:rgb(251 246 244/var(--tw-bg-opacity,1))}.bg-accent-500\/10{background-color:rgba(200,127,99,.1)}.bg-accent-600{--tw-bg-opacity:1;background-color:rgb(179 104 77/var(--tw-bg-opacity,1))}.bg-accent\/10{background-color:rgba(200,127,99,.1)}.bg-accent\/20{background-color:rgba(200,127,99,.2)}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.bg-background{background-color:hsl(var(--background))}.bg-background\/10{background-color:hsl(var(--background)/.1)}.bg-background\/20{background-color:hsl(var(--background)/.2)}.bg-background\/5{background-color:hsl(var(--background)/.05)}.bg-background\/60{background-color:hsl(var(--background)/.6)}.bg-background\/80{background-color:hsl(var(--background)/.8)}.bg-background\/90{background-color:hsl(var(--background)/.9)}.bg-background\/95{background-color:hsl(var(--background)/.95)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/20{background-color:rgba(0,0,0,.2)}.bg-black\/40{background-color:rgba(0,0,0,.4)}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-black\/65{background-color:rgba(0,0,0,.65)}.bg-black\/70{background-color:rgba(0,0,0,.7)}.bg-black\/80{background-color:rgba(0,0,0,.8)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity,1))}.bg-border{background-color:hsl(var(--border))}.bg-canvas{--tw-bg-opacity:1;background-color:rgb(244 241 234/var(--tw-bg-opacity,1))}.bg-card{background-color:hsl(var(--card))}.bg-card\/50{background-color:hsl(var(--card)/.5)}.bg-card\/80{background-color:hsl(var(--card)/.8)}.bg-card\/\[0\.6\]{background-color:hsl(var(--card)/.6)}.bg-card\/\[0\.85\]{background-color:hsl(var(--card)/.85)}.bg-card\/\[0\.95\]{background-color:hsl(var(--card)/.95)}.bg-current{background-color:currentColor}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive\/10{background-color:hsl(var(--destructive)/.1)}.bg-destructive\/15{background-color:hsl(var(--destructive)/.15)}.bg-destructive\/20{background-color:hsl(var(--destructive)/.2)}.bg-destructive\/5{background-color:hsl(var(--destructive)/.05)}.bg-destructive\/\[0\.04\]{background-color:hsl(var(--destructive)/.04)}.bg-foreground{background-color:hsl(var(--foreground))}.bg-foreground\/10{background-color:hsl(var(--foreground)/.1)}.bg-foreground\/15{background-color:hsl(var(--foreground)/.15)}.bg-foreground\/20{background-color:hsl(var(--foreground)/.2)}.bg-foreground\/30{background-color:hsl(var(--foreground)/.3)}.bg-foreground\/40{background-color:hsl(var(--foreground)/.4)}.bg-foreground\/5{background-color:hsl(var(--foreground)/.05)}.bg-foreground\/95{background-color:hsl(var(--foreground)/.95)}.bg-foreground\/\[0\.01\]{background-color:hsl(var(--foreground)/.01)}.bg-foreground\/\[0\.02\]{background-color:hsl(var(--foreground)/.02)}.bg-foreground\/\[0\.03\]{background-color:hsl(var(--foreground)/.03)}.bg-foreground\/\[0\.04\]{background-color:hsl(var(--foreground)/.04)}.bg-foreground\/\[0\.05\]{background-color:hsl(var(--foreground)/.05)}.bg-foreground\/\[0\.06\]{background-color:hsl(var(--foreground)/.06)}.bg-foreground\/\[0\.08\]{background-color:hsl(var(--foreground)/.08)}.bg-foreground\/\[0\.10\]{background-color:hsl(var(--foreground)/.1)}.bg-foreground\/\[0\.12\]{background-color:hsl(var(--foreground)/.12)}.bg-foreground\/\[0\.15\]{background-color:hsl(var(--foreground)/.15)}.bg-foreground\/\[0\.1\]{background-color:hsl(var(--foreground)/.1)}.bg-gold\/20{background-color:hsl(var(--gold)/.2)}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-harvest-100{--tw-bg-opacity:1;background-color:rgb(245 235 215/var(--tw-bg-opacity,1))}.bg-harvest-50{--tw-bg-opacity:1;background-color:rgb(250 245 235/var(--tw-bg-opacity,1))}.bg-harvest-500\/20{background-color:rgba(217,165,88,.2)}.bg-harvest-tint{--tw-bg-opacity:1;background-color:rgb(250 245 235/var(--tw-bg-opacity,1))}.bg-info\/10{background-color:hsl(var(--info)/.1)}.bg-moss-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-moss-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-moss-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-moss-500\/10{background-color:rgba(34,197,94,.1)}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/30{background-color:hsl(var(--muted)/.3)}.bg-muted\/40{background-color:hsl(var(--muted)/.4)}.bg-muted\/50{background-color:hsl(var(--muted)/.5)}.bg-muted\/60{background-color:hsl(var(--muted)/.6)}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(61 189 176/var(--tw-bg-opacity,1))}.bg-primary-400{--tw-bg-opacity:1;background-color:rgb(78 203 176/var(--tw-bg-opacity,1))}.bg-primary-400\/80{background-color:rgba(78,203,176,.8)}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-primary-foreground{background-color:hsl(var(--primary-foreground))}.bg-primary-foreground\/20{background-color:hsl(var(--primary-foreground)/.2)}.bg-primary\/10{background-color:rgba(61,189,176,.1)}.bg-primary\/15{background-color:rgba(61,189,176,.15)}.bg-primary\/20{background-color:rgba(61,189,176,.2)}.bg-primary\/30{background-color:rgba(61,189,176,.3)}.bg-primary\/40{background-color:rgba(61,189,176,.4)}.bg-primary\/5{background-color:rgba(61,189,176,.05)}.bg-primary\/60{background-color:rgba(61,189,176,.6)}.bg-primary\/70{background-color:rgba(61,189,176,.7)}.bg-primary\/80{background-color:rgba(61,189,176,.8)}.bg-primary\/\[0\.02\]{background-color:rgba(61,189,176,.02)}.bg-primary\/\[0\.03\]{background-color:rgba(61,189,176,.03)}.bg-primary\/\[0\.05\]{background-color:rgba(61,189,176,.05)}.bg-primary\/\[0\.06\]{background-color:rgba(61,189,176,.06)}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-river-50{--tw-bg-opacity:1;background-color:rgb(232 237 240/var(--tw-bg-opacity,1))}.bg-rust-500{--tw-bg-opacity:1;background-color:rgb(184 92 86/var(--tw-bg-opacity,1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-secondary\/10{background-color:hsl(var(--secondary)/.1)}.bg-secondary\/15{background-color:hsl(var(--secondary)/.15)}.bg-secondary\/20{background-color:hsl(var(--secondary)/.2)}.bg-secondary\/80{background-color:hsl(var(--secondary)/.8)}.bg-secondary\/\[0\.02\]{background-color:hsl(var(--secondary)/.02)}.bg-secondary\/\[0\.03\]{background-color:hsl(var(--secondary)/.03)}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(235 236 237/var(--tw-bg-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity,1))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(22 26 34/var(--tw-bg-opacity,1))}.bg-success{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-success\/10{background-color:rgba(34,197,94,.1)}.bg-success\/15{background-color:rgba(34,197,94,.15)}.bg-success\/20{background-color:rgba(34,197,94,.2)}.bg-success\/5{background-color:rgba(34,197,94,.05)}.bg-success\/\[0\.02\]{background-color:rgba(34,197,94,.02)}.bg-success\/\[0\.03\]{background-color:rgba(34,197,94,.03)}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(209 241 239/var(--tw-bg-opacity,1))}.bg-teal-50{--tw-bg-opacity:1;background-color:rgb(232 248 247/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-warning{--tw-bg-opacity:1;background-color:rgb(217 165 88/var(--tw-bg-opacity,1))}.bg-warning\/10{background-color:rgba(217,165,88,.1)}.bg-warning\/15{background-color:rgba(217,165,88,.15)}.bg-warning\/20{background-color:rgba(217,165,88,.2)}.bg-warning\/5{background-color:rgba(217,165,88,.05)}.bg-warning\/\[0\.02\]{background-color:rgba(217,165,88,.02)}.bg-warning\/\[0\.03\]{background-color:rgba(217,165,88,.03)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:hsla(0,0%,100%,.1)}.bg-white\/20{background-color:hsla(0,0%,100%,.2)}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.bg-white\/90{background-color:hsla(0,0%,100%,.9)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-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-accent-50{--tw-gradient-from:#fbf6f4 var(--tw-gradient-from-position);--tw-gradient-to:hsla(17,47%,97%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-accent-500\/20{--tw-gradient-from:rgba(200,127,99,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(200,127,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-accent-600{--tw-gradient-from:#b3684d var(--tw-gradient-from-position);--tw-gradient-to:rgba(179,104,77,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-accent-900\/20{--tw-gradient-from:rgba(99,57,45,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(99,57,45,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-background{--tw-gradient-from:hsl(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/40{--tw-gradient-from:rgba(0,0,0,.4) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/5{--tw-gradient-from:rgba(0,0,0,.05) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/80{--tw-gradient-from:rgba(0,0,0,.8) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-foreground\/20{--tw-gradient-from:hsl(var(--foreground)/0.2) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--foreground)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-foreground\/95{--tw-gradient-from:hsl(var(--foreground)/0.95) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--foreground)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-foreground\/\[0\.04\]{--tw-gradient-from:hsl(var(--foreground)/0.04) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--foreground)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-moss-50{--tw-gradient-from:#f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(240,253,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-muted{--tw-gradient-from:hsl(var(--muted)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--muted)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-neutral-900{--tw-gradient-from:#171717 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,9%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary{--tw-gradient-from:#3dbdb0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(61,189,176,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-50{--tw-gradient-from:#ecfdf5 var(--tw-gradient-from-position);--tw-gradient-to:rgba(236,253,245,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/10{--tw-gradient-from:rgba(61,189,176,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(61,189,176,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/15{--tw-gradient-from:rgba(61,189,176,.15) var(--tw-gradient-from-position);--tw-gradient-to:rgba(61,189,176,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/20{--tw-gradient-from:rgba(61,189,176,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(61,189,176,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/5{--tw-gradient-from:rgba(61,189,176,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(61,189,176,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/\[0\.02\]{--tw-gradient-from:rgba(61,189,176,.02) var(--tw-gradient-from-position);--tw-gradient-to:rgba(61,189,176,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/\[0\.04\]{--tw-gradient-from:rgba(61,189,176,.04) var(--tw-gradient-from-position);--tw-gradient-to:rgba(61,189,176,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-secondary\/50{--tw-gradient-from:hsl(var(--secondary)/0.5) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--secondary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-success\/50{--tw-gradient-from:rgba(34,197,94,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(34,197,94,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-warning\/20{--tw-gradient-from:rgba(217,165,88,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(217,165,88,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-accent-800\/10{--tw-gradient-to:rgba(122,68,51,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(122,68,51,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-background\/95{--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--background)/0.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black\/30{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black\/40{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-foreground\/5{--tw-gradient-to:hsl(var(--foreground)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--foreground)/0.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-foreground\/90{--tw-gradient-to:hsl(var(--foreground)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--foreground)/0.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-neutral-800{--tw-gradient-to:rgba(38,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#262626 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary\/5{--tw-gradient-to:rgba(61,189,176,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(61,189,176,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary\/50{--tw-gradient-to:rgba(61,189,176,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(61,189,176,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-secondary{--tw-gradient-to:hsl(var(--secondary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--secondary)) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-secondary\/30{--tw-gradient-to:hsl(var(--secondary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--secondary)/0.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-success\/30{--tw-gradient-to:rgba(34,197,94,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(34,197,94,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-warning\/30{--tw-gradient-to:rgba(217,165,88,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(217,165,88,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-accent,.to-accent-500{--tw-gradient-to:#c87f63 var(--tw-gradient-to-position)}.to-accent-600\/20{--tw-gradient-to:rgba(179,104,77,.2) var(--tw-gradient-to-position)}.to-accent-900\/20{--tw-gradient-to:rgba(99,57,45,.2) var(--tw-gradient-to-position)}.to-accent\/20{--tw-gradient-to:rgba(200,127,99,.2) var(--tw-gradient-to-position)}.to-background{--tw-gradient-to:hsl(var(--background)) var(--tw-gradient-to-position)}.to-black\/60{--tw-gradient-to:rgba(0,0,0,.6) var(--tw-gradient-to-position)}.to-canvas{--tw-gradient-to:#f4f1ea var(--tw-gradient-to-position)}.to-foreground\/95{--tw-gradient-to:hsl(var(--foreground)/0.95) var(--tw-gradient-to-position)}.to-foreground\/\[0\.02\]{--tw-gradient-to:hsl(var(--foreground)/0.02) var(--tw-gradient-to-position)}.to-muted\/80{--tw-gradient-to:hsl(var(--muted)/0.8) var(--tw-gradient-to-position)}.to-neutral-900{--tw-gradient-to:#171717 var(--tw-gradient-to-position)}.to-primary{--tw-gradient-to:#3dbdb0 var(--tw-gradient-to-position)}.to-primary\/10{--tw-gradient-to:rgba(61,189,176,.1) var(--tw-gradient-to-position)}.to-primary\/20{--tw-gradient-to:rgba(61,189,176,.2) var(--tw-gradient-to-position)}.to-primary\/5{--tw-gradient-to:rgba(61,189,176,.05) var(--tw-gradient-to-position)}.to-primary\/80{--tw-gradient-to:rgba(61,189,176,.8) var(--tw-gradient-to-position)}.to-primary\/90{--tw-gradient-to:rgba(61,189,176,.9) var(--tw-gradient-to-position)}.to-secondary{--tw-gradient-to:hsl(var(--secondary)) var(--tw-gradient-to-position)}.to-secondary\/5{--tw-gradient-to:hsl(var(--secondary)/0.05) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-violet-500\/\[0\.04\]{--tw-gradient-to:rgba(139,92,246,.04) var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-foreground\/95{fill:hsl(var(--foreground)/.95)}.stroke-destructive{stroke:hsl(var(--destructive))}.stroke-foreground\/10{stroke:hsl(var(--foreground)/.1)}.stroke-primary{stroke:#3dbdb0}.stroke-success{stroke:#22c55e}.stroke-warning{stroke:#d9a558}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-bottom{-o-object-position:bottom;object-position:bottom}.object-center{-o-object-position:center;object-position:center}.object-top{-o-object-position:top;object-position:top}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.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-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[calc\(1rem\+env\(safe-area-inset-bottom\)\)\]{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.pb-\[env\(safe-area-inset-bottom\)\]{padding-bottom:env(safe-area-inset-bottom)}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-12{padding-left:3rem}.pl-14{padding-left:3.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-10{padding-right:2.5rem}.pr-11{padding-right:2.75rem}.pr-12{padding-right:3rem}.pr-14{padding-right:3.5rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-20{padding-right:5rem}.pr-24{padding-right:6rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-12{padding-top:3rem}.pt-2{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-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-\[env\(safe-area-inset-top\)\]{padding-top:env(safe-area-inset-top)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-mono{font-family:JetBrains Mono,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,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-9xl{font-size:8rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-display-2xl{font-size:4rem;line-height:1.1;letter-spacing:-.02em;font-weight:700}.text-display-lg{font-size:2.25rem;line-height:1.2}.text-display-lg,.text-display-md{letter-spacing:-.01em;font-weight:600}.text-display-md{font-size:1.875rem;line-height:1.3}.text-display-sm{font-size:1.5rem;line-height:1.4;font-weight:600}.text-display-xl{font-size:3rem;line-height:1.1;letter-spacing:-.02em;font-weight:700}.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-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.not-italic{font-style:normal}.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-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#00A4E4\]{--tw-text-opacity:1;color:rgb(0 164 228/var(--tw-text-opacity,1))}.text-\[\#714B67\]{--tw-text-opacity:1;color:rgb(113 75 103/var(--tw-text-opacity,1))}.text-\[\#E94E1B\]{--tw-text-opacity:1;color:rgb(233 78 27/var(--tw-text-opacity,1))}.text-\[\#F4F1EA\]{--tw-text-opacity:1;color:rgb(244 241 234/var(--tw-text-opacity,1))}.text-accent{--tw-text-opacity:1;color:rgb(200 127 99/var(--tw-text-opacity,1))}.text-accent-100{--tw-text-opacity:1;color:rgb(246 235 231/var(--tw-text-opacity,1))}.text-accent-200{--tw-text-opacity:1;color:rgb(235 214 206/var(--tw-text-opacity,1))}.text-accent-300{--tw-text-opacity:1;color:rgb(222 189 176/var(--tw-text-opacity,1))}.text-accent-400{--tw-text-opacity:1;color:rgb(208 159 142/var(--tw-text-opacity,1))}.text-accent-500{--tw-text-opacity:1;color:rgb(200 127 99/var(--tw-text-opacity,1))}.text-accent-600{--tw-text-opacity:1;color:rgb(179 104 77/var(--tw-text-opacity,1))}.text-accent-800{--tw-text-opacity:1;color:rgb(122 68 51/var(--tw-text-opacity,1))}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-background{color:hsl(var(--background))}.text-background\/80{color:hsl(var(--background)/.8)}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-destructive\/70{color:hsl(var(--destructive)/.7)}.text-destructive\/80{color:hsl(var(--destructive)/.8)}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/15{color:hsl(var(--foreground)/.15)}.text-foreground\/20{color:hsl(var(--foreground)/.2)}.text-foreground\/25{color:hsl(var(--foreground)/.25)}.text-foreground\/30{color:hsl(var(--foreground)/.3)}.text-foreground\/35{color:hsl(var(--foreground)/.35)}.text-foreground\/40{color:hsl(var(--foreground)/.4)}.text-foreground\/45{color:hsl(var(--foreground)/.45)}.text-foreground\/50{color:hsl(var(--foreground)/.5)}.text-foreground\/60{color:hsl(var(--foreground)/.6)}.text-foreground\/70{color:hsl(var(--foreground)/.7)}.text-foreground\/75{color:hsl(var(--foreground)/.75)}.text-foreground\/80{color:hsl(var(--foreground)/.8)}.text-foreground\/85{color:hsl(var(--foreground)/.85)}.text-foreground\/90{color:hsl(var(--foreground)/.9)}.text-gold{color:hsl(var(--gold))}.text-green-100{--tw-text-opacity:1;color:rgb(220 252 231/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-harvest-400{--tw-text-opacity:1;color:rgb(217 165 88/var(--tw-text-opacity,1))}.text-harvest-600{--tw-text-opacity:1;color:rgb(200 148 71/var(--tw-text-opacity,1))}.text-harvest-600\/80{color:rgba(200,148,71,.8)}.text-harvest-700{--tw-text-opacity:1;color:rgb(183 131 54/var(--tw-text-opacity,1))}.text-harvest-800{--tw-text-opacity:1;color:rgb(166 114 37/var(--tw-text-opacity,1))}.text-info{color:hsl(var(--info))}.text-moss-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-moss-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-moss-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-moss-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-moss-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-muted-foreground\/60{color:hsl(var(--muted-foreground)/.6)}.text-muted-foreground\/70{color:hsl(var(--muted-foreground)/.7)}.text-muted-foreground\/80{color:hsl(var(--muted-foreground)/.8)}.text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity,1))}.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity,1))}.text-primary{--tw-text-opacity:1;color:rgb(61 189 176/var(--tw-text-opacity,1))}.text-primary-400{--tw-text-opacity:1;color:rgb(78 203 176/var(--tw-text-opacity,1))}.text-primary-800{--tw-text-opacity:1;color:rgb(37 92 87/var(--tw-text-opacity,1))}.text-primary-900{--tw-text-opacity:1;color:rgb(30 74 70/var(--tw-text-opacity,1))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary-foreground\/50{color:hsl(var(--primary-foreground)/.5)}.text-primary-foreground\/70{color:hsl(var(--primary-foreground)/.7)}.text-primary-foreground\/80{color:hsl(var(--primary-foreground)/.8)}.text-primary\/50{color:rgba(61,189,176,.5)}.text-primary\/60{color:rgba(61,189,176,.6)}.text-primary\/70{color:rgba(61,189,176,.7)}.text-primary\/80{color:rgba(61,189,176,.8)}.text-primary\/90{color:rgba(61,189,176,.9)}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-river-300{--tw-text-opacity:1;color:rgb(117 147 165/var(--tw-text-opacity,1))}.text-river-600{--tw-text-opacity:1;color:rgb(90 113 125/var(--tw-text-opacity,1))}.text-river-800{--tw-text-opacity:1;color:rgb(56 73 79/var(--tw-text-opacity,1))}.text-rust-400,.text-rust-500{--tw-text-opacity:1;color:rgb(184 92 86/var(--tw-text-opacity,1))}.text-rust-600{--tw-text-opacity:1;color:rgb(160 74 68/var(--tw-text-opacity,1))}.text-secondary{color:hsl(var(--secondary))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-slate-400{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(43 48 58/var(--tw-text-opacity,1))}.text-slate-800{--tw-text-opacity:1;color:rgb(28 32 40/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:rgb(22 26 34/var(--tw-text-opacity,1))}.text-slate-ink{--tw-text-opacity:1;color:rgb(43 48 58/var(--tw-text-opacity,1))}.text-success{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-success-foreground{color:hsl(var(--success-foreground))}.text-success\/70{color:rgba(34,197,94,.7)}.text-teal-400{--tw-text-opacity:1;color:rgb(76 199 191/var(--tw-text-opacity,1))}.text-teal-500{--tw-text-opacity:1;color:rgb(61 189 176/var(--tw-text-opacity,1))}.text-teal-600{--tw-text-opacity:1;color:rgb(49 154 143/var(--tw-text-opacity,1))}.text-teal-700{--tw-text-opacity:1;color:rgb(37 119 110/var(--tw-text-opacity,1))}.text-teal-800{--tw-text-opacity:1;color:rgb(25 84 77/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.text-warning{--tw-text-opacity:1;color:rgb(217 165 88/var(--tw-text-opacity,1))}.text-warning\/70{color:rgba(217,165,88,.7)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/50{color:hsla(0,0%,100%,.5)}.text-white\/60{color:hsla(0,0%,100%,.6)}.text-white\/70{color:hsla(0,0%,100%,.7)}.text-white\/80{color:hsla(0,0%,100%,.8)}.text-white\/90{color:hsla(0,0%,100%,.9)}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-opacity-60{--tw-text-opacity:0.6}.text-opacity-80{--tw-text-opacity:0.8}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.decoration-primary\/30{text-decoration-color:rgba(61,189,176,.3)}.underline-offset-2{text-underline-offset:2px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.accent-foreground{accent-color:hsl(var(--foreground))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.mix-blend-difference{mix-blend-mode:difference}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-\[0_0_10px_hsl\(var\(--primary\)\/0\.1\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_10px_hsl\(var\(--primary\)\/0\.1\)\]{--tw-shadow:0 0 10px hsl(var(--primary)/0.1);--tw-shadow-colored:0 0 10px var(--tw-shadow-color)}.shadow-\[0_0_60px_-15px_hsl\(var\(--primary\)\/0\.3\)\]{--tw-shadow:0 0 60px -15px hsl(var(--primary)/0.3);--tw-shadow-colored:0 0 60px -15px 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_hsl\(var\(--secondary\)\/0\.5\)\]{--tw-shadow:0 0 8px hsl(var(--secondary)/0.5);--tw-shadow-colored:0 0 8px var(--tw-shadow-color)}.shadow-\[0_0_8px_hsl\(var\(--secondary\)\/0\.5\)\],.shadow-inner{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{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 rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-mercury{--tw-shadow:0 1px 3px hsl(var(--shadow-color)),0 4px 12px hsl(var(--shadow-color));--tw-shadow-colored:0 1px 3px var(--tw-shadow-color),0 4px 12px var(--tw-shadow-color)}.shadow-mercury,.shadow-sm{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 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(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-accent-500\/20{--tw-shadow-color:rgba(200,127,99,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-black\/20{--tw-shadow-color:rgba(0,0,0,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-black\/5{--tw-shadow-color:rgba(0,0,0,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary\/10{--tw-shadow-color:rgba(61,189,176,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary\/20{--tw-shadow-color:rgba(61,189,176,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary\/30{--tw-shadow-color:rgba(61,189,176,.3);--tw-shadow:var(--tw-shadow-colored)}.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)}.ring,.ring-0{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)}.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)}.ring-1,.ring-2{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)}.ring-4{--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(4px + 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:hsl(var(--background))}.ring-foreground\/\[0\.08\]{--tw-ring-color:hsl(var(--foreground)/0.08)}.ring-primary{--tw-ring-opacity:1;--tw-ring-color:rgb(61 189 176/var(--tw-ring-opacity,1))}.ring-primary\/20{--tw-ring-color:rgba(61,189,176,.2)}.ring-primary\/30{--tw-ring-color:rgba(61,189,176,.3)}.ring-offset-0{--tw-ring-offset-width:0px}.ring-offset-2{--tw-ring-offset-width:2px}.ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.blur{--tw-blur:blur(8px)}.blur,.blur-3xl{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)}.blur-sm{--tw-blur:blur(4px)}.blur-sm,.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)}.backdrop-blur-2xl,.backdrop-blur-lg{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-lg{--tw-backdrop-blur:blur(16px)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-sm{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-blur-xl{--tw-backdrop-blur:blur(24px);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-\[box-shadow\]{transition-property: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-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)}.duration-150,.transition-transform{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}@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,.fade-in-0{--tw-enter-opacity:0}.fade-out{--tw-exit-opacity:0}.zoom-in-95{--tw-enter-scale:.95}.slide-in-from-bottom-4{--tw-enter-translate-y:1rem}.slide-in-from-top-2{--tw-enter-translate-y:-0.5rem}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.\@container{container-type:inline-size}.\[-webkit-overflow-scrolling\:touch\]{-webkit-overflow-scrolling:touch}.\[animation-delay\:150ms\]{animation-delay:.15s}.\[animation-delay\:300ms\]{animation-delay:.3s}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.animate-blink{animation:blink 1s infinite}.bot-avatar{animation:fadeInUp .35s cubic-bezier(.34,1.56,.64,1)}@keyframes typingDots{0%,60%,to{opacity:.3;transform:scale(1)}30%{opacity:1;transform:scale(1.1)}}.typing-indicator .dot{width:8px;height:8px;background:currentColor;border-radius:50%;opacity:.3;animation:typingDots 1.4s infinite}.typing-indicator .dot:first-child{animation-delay:0s}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes pulse-slow{0%,to{opacity:1}50%{opacity:.7}}.animate-pulse-slow{animation:pulse-slow 3s cubic-bezier(.4,0,.6,1) infinite}.dropzone{cursor:pointer;border-radius:calc(var(--radius) + 4px);border-width:2px;border-style:dashed;border-color:hsl(var(--foreground)/.1);padding:2rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.dropzone,.valuation-report-preview .dropzone{text-align:center}.dropzone:hover{--tw-border-opacity:1}.dropzone.active,.dropzone:hover{border-color:rgb(61 189 176/var(--tw-border-opacity,1));background-color:rgba(61,189,176,.1)}.dropzone.active{--tw-scale-x:1.02;--tw-scale-y:1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from:hsl(var(--foreground)/0.1) var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:hsl(var(--foreground)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--foreground)/0.2) var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:hsl(var(--foreground)/0.1) var(--tw-gradient-to-position);background-size:1000px 100%;animation:shimmer 2s linear infinite}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.valuation-report-preview{background-color:#f3f4f6;padding:40px;min-height:100%}.valuation-report-preview .page{width:210mm;min-height:297mm;padding:2cm 1.5cm;margin:0 auto 40px;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);position:relative;box-sizing:border-box}.valuation-report-preview .page *{max-width:100%}.valuation-report-preview .cover-sheet{width:210mm;min-height:297mm;margin:24px auto;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);position:relative;page-break-after:always}.valuation-report-preview{--report-slate-900:224 17% 12%;--report-slate-800:224 16% 18%;--report-slate-700:224 14% 28%;--report-slate-600:224 12% 42%;--report-slate-500:224 10% 55%;--report-slate-400:224 8% 70%;--report-slate-300:224 8% 82%;--report-slate-200:224 10% 91%;--report-slate-100:224 12% 96%;--report-slate-50:40 20% 98%;--report-teal:172 55% 45%;--report-teal-light:172 45% 92%;--report-teal-dark:172 60% 32%;--report-clay:17 50% 59%;--report-success:143 40% 42%;--report-warning:37 65% 55%;--report-danger:6 55% 50%;--report-bg:0 0% 100%;--report-surface:40 15% 98%;--report-text:225 18% 12%;--report-text-muted:224 10% 45%;--upswitch-navy:hsl(var(--report-slate-900));--upswitch-blue:hsl(var(--report-teal));--text-dark:hsl(var(--report-text));--text-body:hsl(var(--report-slate-600));--text-muted:hsl(var(--report-text-muted));--bg-subtle:hsl(var(--report-surface));--border-light:hsl(var(--report-slate-200));font-family:Satoshi,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:11pt;line-height:1.5;color:hsl(var(--report-text))}.dark .valuation-report,.dark .valuation-report-preview{--report-bg:224 18% 8%;--report-surface:224 16% 12%;--report-text:224 12% 96%;--report-text-muted:224 10% 70%;--report-slate-900:224 12% 96%;--report-slate-800:224 10% 88%;--report-slate-700:224 10% 75%;--report-slate-600:224 10% 65%;--report-slate-500:224 8% 55%;--report-slate-400:224 8% 45%;--report-slate-300:224 8% 35%;--report-slate-200:224 10% 24%;--report-slate-100:224 12% 16%;--report-slate-50:224 14% 12%;--text-dark:#f4f4f6;--text-body:#c7cad1;--text-muted:#abafba;--bg-subtle:#1a1c23;--border-light:#333947}.dark .valuation-report-preview .cover-sheet,.dark .valuation-report-preview .table-card{background:hsl(var(--report-surface));border-color:hsl(var(--report-slate-200))}.dark .valuation-report-preview .table-card{box-shadow:0 1px 2px rgba(0,0,0,.2)}.valuation-report-preview .page *{margin:0;padding:0;box-sizing:border-box}.valuation-report-preview h1{font-family:Satoshi,sans-serif;font-size:28pt;font-weight:800;color:var(--text-dark);margin-top:48pt;margin-bottom:24pt;padding:0;page-break-after:avoid;border-bottom:none;letter-spacing:-.5pt;line-height:1.1}.valuation-report-preview .hero-header{font-size:64pt;font-weight:800;line-height:.9;letter-spacing:-2pt;color:hsl(var(--report-slate-900));margin-bottom:24pt}.valuation-report-preview h2{font-size:18pt;font-weight:700;margin-top:32pt;margin-bottom:16pt;text-transform:none;letter-spacing:-.25pt}.valuation-report-preview h2,.valuation-report-preview h3{font-family:Satoshi,sans-serif;color:var(--text-dark);page-break-after:avoid}.valuation-report-preview h3{font-size:14pt;font-weight:600;margin-top:24pt;margin-bottom:12pt}.valuation-report-preview p{margin-bottom:12pt;text-align:left;color:var(--text-body)}.valuation-report-preview .grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:32pt;margin-top:24pt;margin-bottom:24pt;padding:0}.valuation-report-preview .report-section .grid-layout{padding:0}.valuation-report-preview .stat-card{background-color:var(--bg-subtle);border-radius:0;padding:24pt;border:none}.valuation-report-preview .stat-card .label{font-size:10pt;text-transform:uppercase;letter-spacing:1pt;color:var(--text-muted);font-weight:600;margin-bottom:8pt}.valuation-report-preview .stat-card .value{font-size:32pt;font-weight:700;color:hsl(var(--report-slate-900));line-height:1.1}.valuation-report-preview .font-bold{font-weight:700!important}.valuation-report-preview .report-callout{background-color:var(--bg-subtle);border-left:4pt solid hsl(var(--report-slate-900));padding:16pt;margin:24pt 0;border-radius:0 4pt 4pt 0}.valuation-report-preview .report-callout.warning{background-color:hsl(var(--report-warning)/.1);border-left-color:hsl(var(--report-warning))}.valuation-report-preview .report-callout.danger{background-color:hsl(var(--report-danger)/.1);border-left-color:hsl(var(--report-danger))}.valuation-report-preview .report-callout p{margin-bottom:8pt;color:var(--text-body)}.valuation-report-preview .table-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.05);overflow:hidden;margin-bottom:24pt;page-break-inside:avoid}.valuation-report-preview .table-card .step-table,.valuation-report-preview .table-card table{margin:0;border-top:none;border-radius:0}.valuation-report-preview .table-card .step-table th,.valuation-report-preview .table-card table th{background-color:#f8fafc;border-top:none}.valuation-report-preview .step-table,.valuation-report-preview table{width:100%;border-collapse:separate;border-spacing:0;margin:24pt 0;font-family:Satoshi,sans-serif;font-size:10pt;line-height:1.6;border:none;border-top:2px solid hsl(var(--report-slate-900))}.valuation-report-preview .report-section .step-table,.valuation-report-preview .report-section table{width:100%;margin-left:0;margin-right:0}.valuation-report-preview table caption{font-weight:700;font-size:10pt;text-transform:uppercase;letter-spacing:.5pt;margin-bottom:12pt;padding:12pt 16pt;text-align:left;color:var(--text-muted)}.valuation-report-preview .step-table th,.valuation-report-preview th{background-color:#f8fafc;font-weight:700;color:hsl(var(--report-slate-900));padding:12pt;text-align:left;font-family:Satoshi,sans-serif;text-transform:uppercase;font-size:9pt;letter-spacing:.05em;border:none;border-bottom:1px solid #cbd5e1}.valuation-report-preview .step-table td,.valuation-report-preview td{padding:12pt;color:var(--text-body);border:none;border-bottom:1px solid #e2e8f0;vertical-align:top}.valuation-report-preview .step-table td:first-child{font-weight:500;color:hsl(var(--report-slate-900))}.valuation-report-preview .step-table tr:last-child td,.valuation-report-preview tr:last-child td{border-bottom:1px solid #cbd5e1}.valuation-report-preview td.currency,.valuation-report-preview td.number,.valuation-report-preview td.percentage,.valuation-report-preview td.text-right,.valuation-report-preview th.text-right{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.valuation-report-preview tr:nth-child(2n){background-color:#fff}.valuation-report-preview .valuation-box{border:1pt solid var(--border-light);padding:24pt;margin:24pt 0;text-align:center;background-color:var(--bg-subtle);border-radius:4pt}.valuation-report-preview .valuation-box .value{font-size:28pt;font-weight:800;margin:12pt 0 16pt;color:hsl(var(--report-slate-900));font-family:Satoshi,sans-serif;letter-spacing:-1pt}.valuation-report-preview .valuation-box .label{font-size:12pt;margin-bottom:12pt;text-transform:uppercase;letter-spacing:1pt;color:var(--text-muted);font-weight:600}.valuation-report-preview .footer{margin-top:32pt;padding-top:12pt;border-top:1pt solid var(--border-light);font-size:9pt;color:var(--text-muted)}.valuation-report-preview .text-center{text-align:center}.valuation-report-preview .text-right{text-align:right}.valuation-report-preview .spacing-small{margin-bottom:6pt}.valuation-report-preview .spacing-medium{margin-bottom:12pt}.valuation-report-preview .spacing-large{margin-bottom:24pt}.valuation-report-preview .classification-banner{background-color:#fff;border:1pt solid hsl(var(--report-slate-900));padding:12pt;margin:24pt 0;text-align:center;page-break-inside:avoid}.valuation-report-preview .classification-banner.preliminary{background-color:#fef2f2;border:1px solid #fecaca;border-left:4pt solid #ef4444;border-radius:6px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.valuation-report-preview .classification-banner.limited{background-color:#fff7ed;border:1px solid #fed7aa;border-left:4pt solid #f97316;border-radius:6px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.valuation-report-preview .classification-banner h3{margin:0 0 6pt;color:hsl(var(--report-slate-900));font-size:12pt;text-transform:uppercase;letter-spacing:.5pt;font-weight:700}.valuation-report-preview ul.toc-list,.valuation-report-preview ul.toc-sublist{list-style-type:none!important;padding:0!important;margin:0!important}.valuation-report-preview .toc-entry{list-style-type:none!important;margin-bottom:8pt;display:block!important}.valuation-report-preview .toc-entry>a{text-decoration:none;color:hsl(var(--report-slate-900));display:block;font-weight:700}.valuation-report-preview .section-number{font-weight:700;margin-right:6pt}.valuation-report-preview ol,.valuation-report-preview ul{margin-left:36pt!important;padding-left:18pt!important;list-style-position:outside!important;display:block!important;margin-bottom:12pt}.valuation-report-preview ul{list-style-type:disc!important}.valuation-report-preview ol{list-style-type:decimal!important}.valuation-report-preview li{display:list-item!important;list-style-position:outside!important;margin-bottom:6pt;color:var(--text-body)}.valuation-report-preview .status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-weight:600;font-size:9pt;white-space:nowrap}.valuation-report-preview .status-badge.completed{background-color:hsl(var(--report-success)/.15);color:hsl(var(--report-success))}.valuation-report-preview .status-badge.skipped{background-color:hsl(var(--report-warning)/.15);color:hsl(var(--report-warning))}.valuation-report-preview .status-badge.failed{background-color:hsl(var(--report-danger)/.15);color:hsl(var(--report-danger))}.valuation-report-preview .status-badge.not_executed,.valuation-report-preview .status-badge.pending{background-color:hsl(var(--report-slate-200));color:hsl(var(--report-slate-500))}.valuation-report-preview div.flex.items-center.mb-4:has(svg.lucide-circle-check-big),.valuation-report-preview div:has(>svg.lucide-circle-check-big):has(>h2),.valuation-report-preview div:has(svg[class*=circle-check]):has(h2){display:none!important}.placeholder\:text-foreground\/35::-moz-placeholder{color:hsl(var(--foreground)/.35)}.placeholder\:text-foreground\/35::placeholder{color:hsl(var(--foreground)/.35)}.placeholder\:text-foreground\/40::-moz-placeholder{color:hsl(var(--foreground)/.4)}.placeholder\:text-foreground\/40::placeholder{color:hsl(var(--foreground)/.4)}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-transparent::-moz-placeholder{color:transparent}.placeholder\:text-transparent::placeholder{color:transparent}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.first\:mt-0:first-child{margin-top:0}.last\:mb-0:last-child{margin-bottom:0}.last\:border-b-0:last-child{border-bottom-width:0}.placeholder-shown\:text-ellipsis:-moz-placeholder{text-overflow:ellipsis}.placeholder-shown\:text-ellipsis:placeholder-shown{text-overflow:ellipsis}.placeholder-shown\:whitespace-nowrap:-moz-placeholder{white-space:nowrap}.placeholder-shown\:whitespace-nowrap:placeholder-shown{white-space:nowrap}.focus-within\:border-foreground\/20:focus-within{border-color:hsl(var(--foreground)/.2)}.focus-within\:border-primary:focus-within{--tw-border-opacity:1;border-color:rgb(61 189 176/var(--tw-border-opacity,1))}.focus-within\:border-primary\/30:focus-within{border-color:rgba(61,189,176,.3)}.focus-within\:border-primary\/40:focus-within{border-color:rgba(61,189,176,.4)}.focus-within\:bg-background\/30:focus-within{background-color:hsl(var(--background)/.3)}.focus-within\:shadow-\[0_0_20px_-8px_hsl\(var\(--foreground\)\/0\.06\)\]:focus-within{--tw-shadow:0 0 20px -8px hsl(var(--foreground)/0.06);--tw-shadow-colored:0 0 20px -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)}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-primary\/10:focus-within{--tw-ring-color:rgba(61,189,176,.1)}.focus-within\:ring-primary\/20:focus-within{--tw-ring-color:rgba(61,189,176,.2)}.hover\:z-10:hover{z-index:10}.hover\:translate-y-\[-2px\]:hover{--tw-translate-y:-2px}.hover\:scale-105:hover,.hover\:translate-y-\[-2px\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:scale-110:hover,.hover\:scale-\[1\.02\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02}.hover\:border-accent\/20:hover{border-color:rgba(200,127,99,.2)}.hover\:border-destructive:hover{border-color:hsl(var(--destructive))}.hover\:border-foreground\/10:hover{border-color:hsl(var(--foreground)/.1)}.hover\:border-foreground\/20:hover{border-color:hsl(var(--foreground)/.2)}.hover\:border-foreground\/30:hover{border-color:hsl(var(--foreground)/.3)}.hover\:border-foreground\/40:hover{border-color:hsl(var(--foreground)/.4)}.hover\:border-foreground\/\[0\.12\]:hover{border-color:hsl(var(--foreground)/.12)}.hover\:border-foreground\/\[0\.15\]:hover{border-color:hsl(var(--foreground)/.15)}.hover\:border-foreground\/\[0\.20\]:hover{border-color:hsl(var(--foreground)/.2)}.hover\:border-foreground\/\[0\.25\]:hover{border-color:hsl(var(--foreground)/.25)}.hover\:border-moss-400:hover{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.hover\:border-primary:hover{--tw-border-opacity:1;border-color:rgb(61 189 176/var(--tw-border-opacity,1))}.hover\:border-primary\/20:hover{border-color:rgba(61,189,176,.2)}.hover\:border-primary\/30:hover{border-color:rgba(61,189,176,.3)}.hover\:border-primary\/50:hover{border-color:rgba(61,189,176,.5)}.hover\:border-rust-400:hover{--tw-border-opacity:1;border-color:rgb(184 92 86/var(--tw-border-opacity,1))}.hover\:border-secondary\/20:hover{border-color:hsl(var(--secondary)/.2)}.hover\:border-success\/40:hover{border-color:rgba(34,197,94,.4)}.hover\:border-success\/50:hover{border-color:rgba(34,197,94,.5)}.hover\:bg-accent-500:hover{--tw-bg-opacity:1;background-color:rgb(200 127 99/var(--tw-bg-opacity,1))}.hover\:bg-accent\/20:hover{background-color:rgba(200,127,99,.2)}.hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.hover\:bg-destructive\/10:hover{background-color:hsl(var(--destructive)/.1)}.hover\:bg-destructive\/15:hover{background-color:hsl(var(--destructive)/.15)}.hover\:bg-destructive\/20:hover{background-color:hsl(var(--destructive)/.2)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive)/.9)}.hover\:bg-foreground\/10:hover{background-color:hsl(var(--foreground)/.1)}.hover\:bg-foreground\/15:hover{background-color:hsl(var(--foreground)/.15)}.hover\:bg-foreground\/30:hover{background-color:hsl(var(--foreground)/.3)}.hover\:bg-foreground\/5:hover{background-color:hsl(var(--foreground)/.05)}.hover\:bg-foreground\/\[0\.02\]:hover{background-color:hsl(var(--foreground)/.02)}.hover\:bg-foreground\/\[0\.03\]:hover{background-color:hsl(var(--foreground)/.03)}.hover\:bg-foreground\/\[0\.04\]:hover{background-color:hsl(var(--foreground)/.04)}.hover\:bg-foreground\/\[0\.05\]:hover{background-color:hsl(var(--foreground)/.05)}.hover\:bg-foreground\/\[0\.06\]:hover{background-color:hsl(var(--foreground)/.06)}.hover\:bg-foreground\/\[0\.08\]:hover{background-color:hsl(var(--foreground)/.08)}.hover\:bg-foreground\/\[0\.12\]:hover{background-color:hsl(var(--foreground)/.12)}.hover\:bg-harvest-100:hover{--tw-bg-opacity:1;background-color:rgb(245 235 215/var(--tw-bg-opacity,1))}.hover\:bg-moss-100:hover{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/40:hover{background-color:hsl(var(--muted)/.4)}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted)/.5)}.hover\:bg-muted\/70:hover{background-color:hsl(var(--muted)/.7)}.hover\:bg-muted\/80:hover{background-color:hsl(var(--muted)/.8)}.hover\:bg-orange-100:hover{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.hover\:bg-primary\/10:hover{background-color:rgba(61,189,176,.1)}.hover\:bg-primary\/15:hover{background-color:rgba(61,189,176,.15)}.hover\:bg-primary\/20:hover{background-color:rgba(61,189,176,.2)}.hover\:bg-primary\/30:hover{background-color:rgba(61,189,176,.3)}.hover\:bg-primary\/5:hover{background-color:rgba(61,189,176,.05)}.hover\:bg-primary\/90:hover{background-color:rgba(61,189,176,.9)}.hover\:bg-primary\/\[0\.02\]:hover{background-color:rgba(61,189,176,.02)}.hover\:bg-primary\/\[0\.08\]:hover{background-color:rgba(61,189,176,.08)}.hover\:bg-red-900\/20:hover{background-color:rgba(127,29,29,.2)}.hover\:bg-river-50:hover{--tw-bg-opacity:1;background-color:rgb(232 237 240/var(--tw-bg-opacity,1))}.hover\:bg-rust-50:hover{--tw-bg-opacity:1;background-color:rgb(245 235 234/var(--tw-bg-opacity,1))}.hover\:bg-rust-600:hover{--tw-bg-opacity:1;background-color:rgb(160 74 68/var(--tw-bg-opacity,1))}.hover\:bg-secondary\/10:hover{background-color:hsl(var(--secondary)/.1)}.hover\:bg-secondary\/90:hover{background-color:hsl(var(--secondary)/.9)}.hover\:bg-success\/10:hover{background-color:rgba(34,197,94,.1)}.hover\:bg-success\/20:hover{background-color:rgba(34,197,94,.2)}.hover\:bg-success\/25:hover{background-color:rgba(34,197,94,.25)}.hover\:bg-warning\/20:hover{background-color:rgba(217,165,88,.2)}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-white\/30:hover{background-color:hsla(0,0%,100%,.3)}.hover\:bg-gradient-to-br:hover{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.hover\:from-accent-500:hover{--tw-gradient-from:#c87f63 var(--tw-gradient-from-position);--tw-gradient-to:rgba(200,127,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-foreground\/\[0\.08\]:hover{--tw-gradient-from:hsl(var(--foreground)/0.08) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--foreground)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-accent-400:hover{--tw-gradient-to:#d09f8e var(--tw-gradient-to-position)}.hover\:to-foreground\/\[0\.04\]:hover{--tw-gradient-to:hsl(var(--foreground)/0.04) var(--tw-gradient-to-position)}.hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:text-destructive\/90:hover{color:hsl(var(--destructive)/.9)}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-foreground\/60:hover{color:hsl(var(--foreground)/.6)}.hover\:text-foreground\/70:hover{color:hsl(var(--foreground)/.7)}.hover\:text-foreground\/80:hover{color:hsl(var(--foreground)/.8)}.hover\:text-foreground\/90:hover{color:hsl(var(--foreground)/.9)}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(61 189 176/var(--tw-text-opacity,1))}.hover\:text-primary\/80:hover{color:rgba(61,189,176,.8)}.hover\:text-primary\/90:hover{color:rgba(61,189,176,.9)}.hover\:text-red-300:hover{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.hover\:text-river-100:hover{--tw-text-opacity:1;color:rgb(209 219 225/var(--tw-text-opacity,1))}.hover\:text-river-700:hover{--tw-text-opacity:1;color:rgb(73 93 102/var(--tw-text-opacity,1))}.hover\:text-rust-600:hover{--tw-text-opacity:1;color:rgb(160 74 68/var(--tw-text-opacity,1))}.hover\:text-rust-700:hover{--tw-text-opacity:1;color:rgb(136 61 56/var(--tw-text-opacity,1))}.hover\:text-secondary:hover{color:hsl(var(--secondary))}.hover\:text-secondary\/90:hover{color:hsl(var(--secondary)/.9)}.hover\:text-success:hover{--tw-text-opacity:1;color:rgb(34 197 94/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\:no-underline:hover{text-decoration-line:none}.hover\:decoration-primary\/60:hover{text-decoration-color:rgba(61,189,176,.6)}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-glow-accent:hover{--tw-shadow:0 0 20px hsl(var(--shadow-glow-accent));--tw-shadow-colored:0 0 20px var(--tw-shadow-color)}.hover\:shadow-glow-accent:hover,.hover\:shadow-glow-primary:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-glow-primary:hover{--tw-shadow:0 0 20px hsl(var(--shadow-glow-primary));--tw-shadow-colored:0 0 20px var(--tw-shadow-color)}.hover\:shadow-glow-secondary:hover{--tw-shadow:0 0 20px hsl(var(--shadow-glow-secondary));--tw-shadow-colored:0 0 20px var(--tw-shadow-color)}.hover\:shadow-glow-secondary:hover,.hover\:shadow-lg:hover{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 rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-md:hover,.hover\:shadow-xl:hover{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 rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.hover\:shadow-black\/20:hover{--tw-shadow-color:rgba(0,0,0,.2);--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-foreground\/\[0\.03\]:hover{--tw-shadow-color:hsl(var(--foreground)/0.03);--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-primary\/20:hover{--tw-shadow-color:rgba(61,189,176,.2);--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-primary\/30:hover{--tw-shadow-color:rgba(61,189,176,.3);--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-primary\/40:hover{--tw-shadow-color:rgba(61,189,176,.4);--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-primary\/5:hover{--tw-shadow-color:rgba(61,189,176,.05);--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-success\/5:hover{--tw-shadow-color:rgba(34,197,94,.05);--tw-shadow:var(--tw-shadow-colored)}.hover\:ring-primary\/30:hover{--tw-ring-color:rgba(61,189,176,.3)}.focus-within\:hover\:border-primary\/40:hover:focus-within{border-color:rgba(61,189,176,.4)}.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus\:absolute:focus{position:absolute}.focus\:left-4:focus{left:1rem}.focus\:top-4:focus{top:1rem}.focus\:z-50:focus{z-index:50}.focus\:rounded:focus{border-radius:8px}.focus\:border-none:focus{border-style:none}.focus\:border-moss-500:focus{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.focus\:border-primary:focus{--tw-border-opacity:1;border-color:rgb(61 189 176/var(--tw-border-opacity,1))}.focus\:border-primary\/40:focus{border-color:rgba(61,189,176,.4)}.focus\:border-primary\/50:focus{border-color:rgba(61,189,176,.5)}.focus\:border-rust-500:focus{--tw-border-opacity:1;border-color:rgb(184 92 86/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-muted\/80:focus{background-color:hsl(var(--muted)/.8)}.focus\:bg-primary:focus{--tw-bg-opacity:1;background-color:rgb(61 189 176/var(--tw-bg-opacity,1))}.focus\:bg-transparent:focus{background-color:transparent}.focus\:px-4:focus{padding-left:1rem;padding-right:1rem}.focus\:py-2:focus{padding-top:.5rem;padding-bottom:.5rem}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.focus\:shadow-lg:focus,.focus\:shadow-none:focus{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.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)}.focus\:ring-0:focus,.focus\:ring-1:focus{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)}.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-destructive:focus{--tw-ring-color:hsl(var(--destructive))}.focus\:ring-destructive\/50:focus{--tw-ring-color:hsl(var(--destructive)/0.5)}.focus\:ring-foreground\/20:focus{--tw-ring-color:hsl(var(--foreground)/0.2)}.focus\:ring-moss-500\/20:focus{--tw-ring-color:rgba(34,197,94,.2)}.focus\:ring-primary:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(61 189 176/var(--tw-ring-opacity,1))}.focus\:ring-primary\/20:focus{--tw-ring-color:rgba(61,189,176,.2)}.focus\:ring-primary\/50:focus{--tw-ring-color:rgba(61,189,176,.5)}.focus\:ring-rust-500\/20:focus{--tw-ring-color:rgba(184,92,86,.2)}.focus\:ring-secondary\/50:focus{--tw-ring-color:hsl(var(--secondary)/0.5)}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-background:focus{--tw-ring-offset-color:hsl(var(--background))}.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-opacity:1;--tw-ring-color:rgb(61 189 176/var(--tw-ring-opacity,1))}.focus-visible\:ring-primary\/30:focus-visible{--tw-ring-color:rgba(61,189,176,.3)}.focus-visible\:ring-primary\/50:focus-visible{--tw-ring-color:rgba(61,189,176,.5)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:hsl(var(--background))}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95}.active\:scale-95:active,.active\:scale-\[0\.98\]:active{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.98\]:active{--tw-scale-x:0.98;--tw-scale-y:0.98}.active\:cursor-grabbing:active{cursor:grabbing}.active\:bg-destructive\/15:active{background-color:hsl(var(--destructive)/.15)}.active\:bg-foreground\/\[0\.04\]:active{background-color:hsl(var(--foreground)/.04)}.active\:bg-foreground\/\[0\.08\]:active{background-color:hsl(var(--foreground)/.08)}.active\:bg-primary\/25:active{background-color:rgba(61,189,176,.25)}.active\:bg-primary\/80:active{background-color:rgba(61,189,176,.8)}.active\:bg-success\/25:active{background-color:rgba(34,197,94,.25)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-muted:disabled{background-color:hsl(var(--muted))}.disabled\:bg-primary\/50:disabled{background-color:rgba(61,189,176,.5)}.disabled\:text-foreground\/30:disabled{color:hsl(var(--foreground)/.3)}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:ml-0{margin-left:0}.group:hover .group-hover\:translate-x-1{--tw-translate-x:0.25rem}.group:hover .group-hover\:translate-x-1,.group:hover .group-hover\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-y-0{--tw-translate-y:0px}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-destructive\/30{background-color:hsl(var(--destructive)/.3)}.group:hover .group-hover\:bg-primary\/10{background-color:rgba(61,189,176,.1)}.group:hover .group-hover\:bg-primary\/15{background-color:rgba(61,189,176,.15)}.group:hover .group-hover\:bg-primary\/20{background-color:rgba(61,189,176,.2)}.group:hover .group-hover\:text-foreground{color:hsl(var(--foreground))}.group:hover .group-hover\:text-foreground\/50{color:hsl(var(--foreground)/.5)}.group:hover .group-hover\:text-primary{--tw-text-opacity:1;color:rgb(61 189 176/var(--tw-text-opacity,1))}.group:hover .group-hover\:opacity-100,.group\/chat:hover .group-hover\/chat\:opacity-100,.group\/manual:hover .group-hover\/manual\:opacity-100,.group\/msg:hover .group-hover\/msg\:opacity-100{opacity:1}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.data-\[state\=active\]\:animate-fade-in[data-state=active]{animation:fade-in .4s cubic-bezier(.34,1.56,.64,1) forwards}@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-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[state\=checked\]\:border-destructive[data-state=checked]{border-color:hsl(var(--destructive))}.data-\[state\=checked\]\:border-primary[data-state=checked]{--tw-border-opacity:1;border-color:rgb(61 189 176/var(--tw-border-opacity,1))}.data-\[state\=checked\]\:border-success[data-state=checked]{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.data-\[state\=indeterminate\]\:border-primary[data-state=indeterminate]{--tw-border-opacity:1;border-color:rgb(61 189 176/var(--tw-border-opacity,1))}.data-\[state\=checked\]\:bg-destructive[data-state=checked]{background-color:hsl(var(--destructive))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(61 189 176/var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:bg-success[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.data-\[state\=dragging\]\:bg-primary\/50[data-state=dragging]{background-color:rgba(61,189,176,.5)}.data-\[state\=indeterminate\]\:bg-primary[data-state=indeterminate]{--tw-bg-opacity:1;background-color:rgb(61 189 176/var(--tw-bg-opacity,1))}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-0.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:0.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-0.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:0.5rem}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x:0px}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg}.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)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-state=open] .group-data-\[state\=open\]\:opacity-0{opacity:0}.group[data-state=open] .group-data-\[state\=open\]\:opacity-100{opacity:1}@container (min-width: 42rem){.\@2xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (min-width: 56rem){.\@4xl\:col-span-2{grid-column:span 2/span 2}.\@4xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\@4xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@container (min-width: 64rem){.\@5xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:640px){.sm\:bottom-3{bottom:.75rem}.sm\:left-3{left:.75rem}.sm\:right-3{right:.75rem}.sm\:top-3{top:.75rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:-ml-2{margin-left:-.5rem}.sm\:mb-1\.5{margin-bottom:.375rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:ml-auto{margin-left:auto}.sm\:mt-0\.5{margin-top:.125rem}.sm\:mt-1{margin-top:.25rem}.sm\:mt-1\.5{margin-top:.375rem}.sm\:mt-3{margin-top:.75rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:hidden{display:none}.sm\:h-1\.5{height:.375rem}.sm\:h-10{height:2.5rem}.sm\:h-12{height:3rem}.sm\:h-16{height:4rem}.sm\:h-3{height:.75rem}.sm\:h-3\.5{height:.875rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-8{height:2rem}.sm\:h-9{height:2.25rem}.sm\:min-h-\[44px\]{min-height:44px}.sm\:w-1\.5{width:.375rem}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-16{width:4rem}.sm\:w-3{width:.75rem}.sm\:w-3\.5{width:.875rem}.sm\:w-4{width:1rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-72{width:18rem}.sm\:w-8{width:2rem}.sm\:w-9{width:2.25rem}.sm\:w-\[440px\]{width:440px}.sm\:w-auto{width:auto}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-\[100px\]{max-width:100px}.sm\:max-w-\[320px\]{max-width:320px}.sm\:max-w-\[80px\]{max-width:80px}.sm\:max-w-\[82\%\]{max-width:82%}.sm\:max-w-lg{max-width:32rem}.sm\:flex-initial{flex:0 1 auto}.sm\:flex-none{flex:none}.sm\:shrink{flex-shrink:1}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0}.sm\:gap-1{gap:.25rem}.sm\:gap-1\.5{gap:.375rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\: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)))}.sm\: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))}.sm\: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))}.sm\: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))}.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\: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))}.sm\:overflow-visible{overflow:visible}.sm\:rounded{border-radius:8px}.sm\:rounded-2xl{border-radius:calc(var(--radius) + 8px)}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:rounded-md{border-radius:calc(var(--radius) - 2px)}.sm\:rounded-xl{border-radius:calc(var(--radius) + 4px)}.sm\:border-l{border-left-width:1px}.sm\:border-t-0{border-top-width:0}.sm\:p-0\.5{padding:.125rem}.sm\:p-2{padding:.5rem}.sm\:p-2\.5{padding:.625rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:pb-0{padding-bottom:0}.sm\:pb-2{padding-bottom:.5rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pl-0{padding-left:0}.sm\:pt-16{padding-top:4rem}.sm\:pt-3{padding-top:.75rem}.sm\:pt-8{padding-top:2rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-8xl{font-size:6rem;line-height:1}.sm\:text-\[10px\]{font-size:10px}.sm\:text-\[9px\]{font-size:9px}.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}.group:hover .sm\:group-hover\:opacity-100{opacity:1}}@media (min-width:768px){.md\:col-span-6{grid-column:span 6/span 6}.md\:mb-1{margin-bottom:.25rem}.md\:mt-3{margin-top:.75rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-10{height:2.5rem}.md\:h-16{height:4rem}.md\:h-5{height:1.25rem}.md\:h-8{height:2rem}.md\:h-9{height:2.25rem}.md\:min-h-\[75vh\]{min-height:75vh}.md\:w-10{width:2.5rem}.md\:w-16{width:4rem}.md\:w-24{width:6rem}.md\:w-28{width:7rem}.md\:w-32{width:8rem}.md\:w-5{width:1.25rem}.md\:w-8{width:2rem}.md\:w-9{width:2.25rem}.md\:w-\[480px\]{width:480px}.md\:max-w-xs{max-width:20rem}.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\:gap-2{gap:.5rem}.md\:gap-4{gap:1rem}.md\: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))}.md\:p-4{padding:1rem}.md\:p-8{padding:2rem}.md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:pb-4{padding-bottom:1rem}.md\:pt-12{padding-top:3rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-\[10px\]{font-size:10px}.md\:text-\[9px\]{font-size:9px}.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\:opacity-0{opacity:0}.group:hover .md\:group-hover\:opacity-100{opacity:1}}@media (min-width:1024px){.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:w-\[520px\]{width:520px}.lg\:max-w-6xl{max-width:72rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-9xl{font-size:8rem;line-height:1}.group:hover .lg\:group-hover\:opacity-0{opacity:0}.group:hover .lg\:group-hover\:opacity-100{opacity:1}}@media (min-width:1280px){.xl\:inline{display:inline}.xl\:max-w-7xl{max-width:80rem}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:text-8xl{font-size:6rem;line-height:1}}@media print{.print\:mb-6{margin-bottom:1.5rem}.print\:hidden{display:none}}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}