body{margin:0}div{box-sizing:border-box}.fui-Input:focus{--colorNeutralBackground1: var(--colorNeutralBackground1) !important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--colorNeutralBackground1) inset!important;-webkit-text-fill-color:var(--colorNeutralForeground1)!important;background-color:var(--colorNeutralBackground1)!important;color:var(--colorNeutralForeground1)!important}input::-webkit-contacts-auto-fill-button,input::-webkit-credentials-auto-fill-button{background-color:var(--colorNeutralBackground1)!important;color:var(--colorNeutralForeground1)!important}input[type=text]::-webkit-datalist-dropdown,input[type=email]::-webkit-datalist-dropdown{background-color:var(--colorNeutralBackground1)!important;color:var(--colorNeutralForeground1)!important;border:1px solid var(--colorNeutralStroke1)!important}.fui-Select option{background-color:var(--colorNeutralBackground1)!important;color:var(--colorNeutralForeground1)!important}input[type=text]::-webkit-list-button,input[type=email]::-webkit-list-button{background-color:var(--colorNeutralBackground1)!important;color:var(--colorNeutralForeground1)!important}:root{--dash-sage: #5B8C5A;--dash-sage-soft: rgba(91, 140, 90, .08);--dash-teal: #C85A20;--dash-teal-soft: rgba(200, 90, 32, .08);--dash-indigo: #4338CA;--dash-indigo-soft: rgba(67, 56, 202, .08);--dash-coral: #c23d16;--dash-coral-soft: rgba(220, 104, 67, .08);--dash-ochre: #C49A2A;--dash-ochre-soft: rgba(196, 154, 42, .08);--dash-rose: #BE4A5B;--dash-rose-soft: rgba(190, 74, 91, .08);--dash-ink: #242424;--dash-ink-muted: #616161;--dash-ink-faint: #707070;--dash-ink-light: #424242;--dash-ink-ghost: #bdbdbd;--dash-surface: #ffffff;--dash-cream: #f5f5f5;--dash-linen: #e0e0e0}[data-theme=dark]{--dash-ink: #f0f0f0;--dash-ink-muted: #a0a0a0;--dash-ink-faint: #8a8a8a;--dash-ink-light: #d0d0d0;--dash-ink-ghost: #4a4a5a;--dash-surface: #292929;--dash-cream: #26262f;--dash-linen: #32323f;--dash-sage: #6baa6a;--dash-sage-soft: rgba(107, 170, 106, .12);--dash-teal: #e06828;--dash-teal-soft: rgba(224, 104, 40, .12);--dash-indigo: #7c72f0;--dash-indigo-soft: rgba(124, 114, 240, .12);--dash-coral: #e0572e;--dash-coral-soft: rgba(224, 87, 46, .12);--dash-ochre: #d4aa30;--dash-ochre-soft: rgba(212, 170, 48, .12);--dash-rose: #d45a6a;--dash-rose-soft: rgba(212, 90, 106, .12)}[data-theme=dark] .border-linen\/60{border-color:#32323fe6!important}[data-theme=dark] .bg-linen\/40{background-color:#32323f99!important}[data-theme=dark] .hover\:bg-linen\/30:hover{background-color:#32323f80!important}[data-theme=dark] .bg-coral-soft\/40{background-color:#e0572e26!important}[data-theme=dark] .hover\:bg-cream\/70:hover{background-color:#26262fe6!important}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#141414 25%,#0a0a0a,#141414 75%);background-size:200% 100%;animation:dash-shimmer 1.5s infinite}.bg-sage{background-color:var(--dash-sage)!important}.text-sage{color:var(--dash-sage)!important}.bg-teal{background-color:var(--dash-teal)!important}.text-indigo{color:var(--dash-indigo)!important}.text-coral{color:var(--dash-coral)!important}.bg-ochre{background-color:var(--dash-ochre)!important}.text-ochre{color:var(--dash-ochre)!important}.bg-rose{background-color:var(--dash-rose)!important}.bg-rose-soft{background-color:var(--dash-rose-soft)!important}.text-rose{color:var(--dash-rose)!important}.text-ink{color:var(--dash-ink)!important}.text-ink-muted{color:var(--dash-ink-muted)!important}.text-ink-faint{color:var(--dash-ink-faint)!important}.text-ink-light{color:var(--dash-ink-light)!important}.bg-cream{background-color:var(--dash-cream)!important}.border-linen{border-color:var(--dash-linen)!important}.card{background:var(--dash-surface);border:1px solid var(--dash-linen);border-radius:12px}.skeleton{background:linear-gradient(90deg,var(--dash-linen) 25%,#f3f4f6 50%,var(--dash-linen) 75%);background-size:200% 100%;animation:dash-shimmer 1.5s infinite;border-radius:6px}.button-style{background-color:transparent;font:inherit;border:0 solid}.cursor-pointer{cursor:pointer}@keyframes dash-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes dash-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dash-pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-fade-up{animation:dash-fade-up .3s ease-out both}.animate-pulse{animation:dash-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.font-mono{font-family:ui-monospace,SF Mono,Fira Code,monospace!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.flex-1{flex:1 1 0%!important}.min-w-0{min-width:0!important}.items-start{align-items:flex-start!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.p-0{padding:0!important}.p-5{padding:1.25rem!important}.font-semibold{font-weight:600!important}.font-medium{font-weight:500!important}.uppercase{text-transform:uppercase!important}.leading-none{line-height:1!important}.tracking-tight{letter-spacing:-.025em!important}.rounded-lg{border-radius:.5rem!important}.rounded-full{border-radius:9999px!important}.h-9{height:2.25rem!important}.w-9{width:2.25rem!important}.w-12{width:3rem!important}.text-\[10\.5px\]{font-size:10.5px!important}.text-\[11px\]{font-size:11px!important}.text-\[12px\]{font-size:12px!important}.text-\[13px\]{font-size:13px!important}.text-\[26px\]{font-size:26px!important}.h-\[2px\]{height:2px!important}.h-40{height:10rem!important}.tracking-\[0\.1em\]{letter-spacing:.1em!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.mb-3{margin-bottom:.75rem!important}.w-full{width:100%!important}.overflow-hidden{overflow:hidden!important}.text-right{text-align:right!important}.text-left{text-align:left!important}.tracking-wider{letter-spacing:.05em!important}.list-style{list-style:none}.border-b{border-bottom-width:1px!important;border-bottom-style:solid!important}.border-collapse{border-collapse:collapse!important}.rounded-md{border-radius:.375rem!important}.border-linen\/60{border-color:#e5e7eb99!important}.bg-linen\/40{background-color:#e5e7eb66!important}.hover\:bg-linen\/30:hover{background-color:#e5e7eb4d!important}.bg-coral-soft\/40{background-color:#fee2e266!important}.hover\:bg-cream\/70:hover{background-color:#f9fafbb3!important}.bg-coral-soft{background-color:var(--dash-coral-soft)!important}.bg-indigo-soft{background-color:var(--dash-indigo-soft)!important}.bg-teal-soft{background-color:var(--dash-teal-soft)!important}.bg-sage-soft{background-color:var(--dash-sage-soft)!important}.bg-ochre-soft{background-color:var(--dash-ochre-soft)!important}.bg-ink-ghost{background-color:var(--dash-ink-ghost)!important}.bg-indigo{background-color:var(--dash-indigo)!important}.bg-coral{background-color:var(--dash-coral)!important}.bg-surface{background-color:var(--dash-surface)!important}.text-teal{color:var(--dash-teal)!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.shrink-0,.flex-shrink-0{flex-shrink:0!important}.h-full{height:100%!important}.w-2{width:.5rem!important}.h-2{height:.5rem!important}.h-2\.5{height:.625rem!important}.w-2\.5{width:.625rem!important}.h-32{height:8rem!important}.h-24{height:6rem!important}.overflow-auto{overflow:auto!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.grid{display:grid!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.content-start{align-content:flex-start!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-6{gap:1.5rem!important}.gap-1\.5{gap:.375rem!important}.gap-2\.5{gap:.625rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.m-0{margin:0!important}.mt-0\.5{margin-top:.125rem!important}.mt-1{margin:.25rem 0 0!important}.mt-1\.5{margin:.375rem 0 0!important}.mt-2{margin:.5rem 0 0!important}.mt-4{margin-top:1rem!important}.space-y-6>*+*{margin-top:1.5rem!important}.text-center{text-align:center!important}.text-lg{font-size:1.125rem!important}.text-\[9px\]{font-size:9px!important}.text-\[11\.5px\]{font-size:11.5px!important}.text-\[14px\]{font-size:14px!important}.text-\[24px\]{font-size:24px!important}.text-\[28px\]{font-size:28px!important}.font-bold{font-weight:700!important}.leading-tight{line-height:1.25!important}.opacity-60{opacity:.6!important}.rounded-xl{border-radius:.75rem!important}.border{border-width:1px!important;border-style:solid!important}.border-coral-soft{border-color:var(--dash-coral-soft)!important}.shadow-sm{box-shadow:0 1px 2px #0000000d!important}.transition-colors{transition:color .15s,background-color .15s,border-color .15s!important}.pointer-events-none{pointer-events:none!important}.absolute{position:absolute!important}.relative{position:relative!important}.inset-0{inset:0!important}.focus\:outline-none:focus{outline:none!important}.hover\:border-ink-ghost:hover{border-color:var(--dash-ink-ghost)!important}.hover\:text-ink:hover{color:var(--dash-ink)!important}.first\:rounded-l-lg:first-child{border-radius:.5rem 0 0 .5rem!important}.last\:rounded-r-lg:last-child{border-radius:0 .5rem .5rem 0!important}.\[overflow-anchor\:none\]{overflow-anchor:none!important}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
