.ar3-icon-btn-hit.svelte-196r003:after{content:"";position:absolute;top:50%;left:50%;width:var(--touch-target-min);height:var(--touch-target-min);transform:translate(-50%,-50%)}.cached-image.svelte-1tgtfjn{position:relative;overflow:hidden;display:block}.shimmer.svelte-1tgtfjn{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--surface-muted) 25%,var(--color-ink-200) 50%,var(--surface-muted) 75%);background-size:200% 100%;animation:ar3-skeleton-shimmer 1.4s ease-in-out infinite}.loader.svelte-1tgtfjn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.loader.svelte-1tgtfjn .loader-icon{width:28%;height:28%;max-width:28px;max-height:28px;min-width:14px;min-height:14px;color:var(--text-muted)}.img.svelte-1tgtfjn{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity var(--duration-normal, .25s) ease}.img-visible.svelte-1tgtfjn{opacity:1}.img-cover.svelte-1tgtfjn{object-fit:cover}.img-contain.svelte-1tgtfjn{object-fit:contain}.fallback.svelte-1tgtfjn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.fallback.svelte-1tgtfjn .fallback-icon{width:40%;height:40%;max-width:36px;max-height:36px;opacity:.7}.fallback-text.svelte-1tgtfjn{font-family:var(--font-sans);font-weight:600;font-size:1.25rem;color:var(--muted-foreground);line-height:1}@media(prefers-reduced-motion:reduce){.shimmer.svelte-1tgtfjn,.loader.svelte-1tgtfjn .loader-icon{animation:none}.img.svelte-1tgtfjn{transition:none}}.sel-wrap.svelte-v98to5{display:flex;flex-direction:column;gap:6px;width:100%}.sel-label.svelte-v98to5{display:inline-flex;align-items:baseline;gap:6px;font-family:var(--font-sans);font-size:13px;font-weight:500;color:var(--text-primary)}.sel-label-meta.svelte-v98to5{font-size:11px;font-weight:500;color:var(--text-muted)}.sel-hint.svelte-v98to5{margin:0;font-family:var(--font-sans);font-size:12px;font-weight:400;color:var(--text-muted)}.sel-error.svelte-v98to5{margin:0;font-family:var(--font-sans);font-size:12px;font-weight:500;color:var(--feedback-danger);animation:ar3-field-error var(--duration-fast) var(--easing-decelerate) both}.sel-anchor.svelte-v98to5{position:relative}.sel-trigger.svelte-v98to5{width:100%;min-height:36px;display:flex;align-items:center;gap:8px;padding:0 12px;background:transparent;border:1px solid var(--input);border-radius:var(--radius-md);font-family:var(--font-sans);font-weight:400;font-size:16px;color:var(--text-primary);text-align:left;cursor:pointer;transition:border-color var(--duration-fast) var(--easing-standard),box-shadow var(--duration-fast) var(--easing-standard)}.sel-trigger--touch.svelte-v98to5{min-height:var(--touch-target-min)}.sel-trigger.svelte-v98to5:focus-visible,.sel-trigger--open.svelte-v98to5{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 25%,transparent)}.sel-trigger--placeholder.svelte-v98to5{color:var(--muted-foreground)}.sel-trigger.svelte-v98to5:disabled{cursor:not-allowed}.sel-wrap--disabled.svelte-v98to5 .sel-trigger:where(.svelte-v98to5){opacity:.6}.sel-wrap--error.svelte-v98to5 .sel-trigger:where(.svelte-v98to5){border-color:var(--feedback-danger)}.sel-wrap--error.svelte-v98to5 .sel-trigger:where(.svelte-v98to5):focus-visible,.sel-wrap--error.svelte-v98to5 .sel-trigger.sel-trigger--open:where(.svelte-v98to5){border-color:var(--feedback-danger);box-shadow:0 0 0 3px color-mix(in oklab,var(--feedback-danger) 18%,transparent)}.sel-text.svelte-v98to5{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sel-trigger>.sel-chevron{color:var(--text-muted);flex-shrink:0;transition:transform var(--duration-normal) var(--easing-standard),color var(--duration-fast) var(--easing-standard)}.sel-trigger--open.svelte-v98to5 .sel-chevron{color:var(--text-primary);transform:rotate(180deg)}.sel-wrap--error.svelte-v98to5 .sel-trigger:where(.svelte-v98to5) .sel-chevron{color:var(--feedback-danger)}.sel-popup.svelte-v98to5{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:var(--z-popover);background:var(--popover);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-overlay);overflow:hidden;display:flex;flex-direction:column;max-height:280px;animation:svelte-v98to5-sel-flyout var(--duration-fast) var(--easing-standard);transform-origin:top center}.sel-popup--up.svelte-v98to5{top:auto;bottom:calc(100% + 6px);transform-origin:bottom center}.sel-popup--portal.svelte-v98to5{position:fixed;top:var(--portal-top);left:var(--portal-left);right:auto;bottom:auto;width:var(--portal-width);z-index:var(--z-popover)}.sel-popup--portal.sel-popup--up.svelte-v98to5{top:var(--portal-top);transform:translateY(-100%);transform-origin:bottom center}@keyframes svelte-v98to5-sel-flyout{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.sel-popup.svelte-v98to5{animation:none}.sel-trigger>.sel-chevron{transition:none}}.sel-search.svelte-v98to5{position:relative;display:flex;align-items:center;padding:0 10px;border-bottom:1px solid var(--border);flex-shrink:0}.sel-search>.sel-search-icon{position:absolute;left:10px;color:var(--text-muted);pointer-events:none}.sel-search-input.svelte-v98to5{flex:1;height:36px;padding:0 4px 0 26px;background:transparent;border:none;outline:none;font-family:var(--font-sans);font-weight:400;font-size:16px;color:var(--text-primary)}@media(min-width:48rem){.sel-trigger.svelte-v98to5,.sel-search-input.svelte-v98to5{font-size:14px}}.sel-search-input.svelte-v98to5::placeholder{color:var(--muted-foreground)}.sel-empty.svelte-v98to5{padding:18px 16px;text-align:center;font-family:var(--font-sans);font-weight:400;font-size:13px;color:var(--text-muted)}.sel-empty--offer.svelte-v98to5{margin:0;padding:14px 16px 6px}.sel-list.svelte-v98to5{list-style:none;margin:0;padding:4px;overflow-y:auto;overscroll-behavior:contain}.sel-opt.svelte-v98to5{width:100%;display:flex;align-items:center;gap:8px;padding:6px 8px;min-height:36px;background:transparent;border:none;border-radius:var(--radius-xs);font-family:var(--font-sans);font-weight:500;font-size:14px;color:var(--text-primary);text-align:left;cursor:pointer;transition:background var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard)}.sel-popup--touch.svelte-v98to5 .sel-opt:where(.svelte-v98to5){min-height:var(--touch-target-min)}.sel-opt--active.svelte-v98to5{background:var(--accent);color:var(--accent-foreground)}.sel-opt--selected.svelte-v98to5{background:var(--accent-interactive-soft)}.sel-opt--disabled.svelte-v98to5{opacity:.4;cursor:not-allowed}.sel-opt--create.svelte-v98to5{color:var(--accent-interactive)}.sel-create-li.svelte-v98to5:not(:first-child){margin-top:4px;padding-top:4px;border-top:1px solid var(--border)}.sel-opt-gutter.svelte-v98to5{display:inline-flex;width:16px;flex-shrink:0;justify-content:center}.sel-opt-body.svelte-v98to5{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sel-opt-label.svelte-v98to5{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sel-opt-desc.svelte-v98to5{font-weight:400;font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sel-opt .sel-opt-check,.sel-opt--create .sel-opt-plus{color:var(--accent-interactive);flex-shrink:0}.dtp-wrap.svelte-u3yrmz{display:flex;flex-direction:column;gap:6px;width:100%;min-width:0}.dtp-label.svelte-u3yrmz{display:inline-flex;align-items:baseline;gap:6px;font-family:var(--font-sans);font-size:13px;font-weight:500;color:var(--text-primary)}.dtp-label-meta.svelte-u3yrmz{font-weight:500;font-size:11px;color:var(--text-muted)}.dtp-anchor.svelte-u3yrmz{position:relative}.dtp-trigger.svelte-u3yrmz{width:100%;min-height:36px;display:flex;align-items:center;gap:var(--space-2, 8px);padding:0 12px;background:transparent;border:1px solid var(--input);border-radius:var(--radius-md);font-family:var(--font-sans);font-weight:400;font-size:14px;color:var(--text-primary);cursor:pointer;text-align:left;min-width:0;transition:border-color var(--duration-fast) var(--easing-standard),box-shadow var(--duration-fast) var(--easing-standard)}.dtp-trigger.svelte-u3yrmz:focus-visible,.dtp-trigger--open.svelte-u3yrmz{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 25%,transparent)}.dtp-trigger--placeholder.svelte-u3yrmz{color:var(--muted-foreground)}.dtp-trigger.svelte-u3yrmz:disabled{opacity:.6;cursor:not-allowed}.dtp-wrap--error.svelte-u3yrmz .dtp-trigger:where(.svelte-u3yrmz){border-color:var(--feedback-danger)}.dtp-trigger>.dtp-icon{color:var(--text-muted);flex-shrink:0;pointer-events:none}.dtp-trigger.svelte-u3yrmz:focus-visible .dtp-icon,.dtp-trigger--open.svelte-u3yrmz .dtp-icon{color:var(--text-primary)}.dtp-wrap--error.svelte-u3yrmz .dtp-trigger:where(.svelte-u3yrmz) .dtp-icon{color:var(--feedback-danger)}.dtp-text.svelte-u3yrmz{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.dtp-clear.svelte-u3yrmz{position:relative;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-muted);background:transparent;flex-shrink:0;cursor:pointer;transition:background var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard)}.dtp-clear.svelte-u3yrmz:after{content:"";position:absolute;top:50%;left:50%;width:var(--touch-target-min);height:var(--touch-target-min);transform:translate(-50%,-50%)}.dtp-clear.svelte-u3yrmz:hover{background:var(--accent);color:var(--text-primary)}.dtp-popup.svelte-u3yrmz{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:var(--z-popover);background:var(--popover);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-overlay);padding:var(--space-3, 12px);width:320px;max-height:calc(100vh - 24px);overflow-y:auto;animation:svelte-u3yrmz-dtp-pop var(--duration-normal) var(--easing-standard);transform-origin:top center}.dtp-popup--up.svelte-u3yrmz{top:auto;bottom:calc(100% + 6px);transform-origin:bottom center}.dtp-popup--portal.svelte-u3yrmz{position:fixed;top:var(--portal-top);left:var(--portal-left);right:auto;bottom:auto;width:var(--portal-width, 320px);max-width:320px;max-height:var(--portal-max-h, 80vh);z-index:var(--z-popover)}.dtp-popup--portal.dtp-popup--up.svelte-u3yrmz{transform-origin:bottom center}@keyframes svelte-u3yrmz-dtp-pop{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dtp-head.svelte-u3yrmz{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2, 8px);margin-bottom:var(--space-2, 8px)}.dtp-month.svelte-u3yrmz{font-family:var(--font-sans);font-weight:600;font-size:.875rem;color:var(--text-primary)}.dtp-month--btn.svelte-u3yrmz{flex:1;background:transparent;border:none;cursor:pointer;padding:4px 10px;border-radius:var(--radius-md);transition:background var(--duration-fast) var(--easing-standard)}.dtp-month--btn.svelte-u3yrmz:hover{background:var(--accent)}.dtp-month--btn.svelte-u3yrmz:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.dtp-month-grid.svelte-u3yrmz,.dtp-year-grid.svelte-u3yrmz{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:4px 0}.dtp-month-cell.svelte-u3yrmz,.dtp-year-cell.svelte-u3yrmz{height:36px;background:transparent;border:none;border-radius:var(--radius-md);font-family:var(--font-sans);font-weight:500;font-size:13px;color:var(--text-primary);cursor:pointer;font-variant-numeric:tabular-nums;transition:background var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard)}.dtp-month-cell.svelte-u3yrmz:hover,.dtp-year-cell.svelte-u3yrmz:hover{background:var(--accent)}.dtp-month-cell--selected.svelte-u3yrmz,.dtp-year-cell--selected.svelte-u3yrmz{background:var(--accent-interactive);color:var(--accent-interactive-foreground);font-weight:600}.dtp-month-cell.svelte-u3yrmz:focus-visible,.dtp-year-cell.svelte-u3yrmz:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.dtp-nav.svelte-u3yrmz{position:relative;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;transition:background var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard)}.dtp-nav.svelte-u3yrmz:after{content:"";position:absolute;top:50%;left:50%;width:var(--touch-target-min);height:var(--touch-target-min);transform:translate(-50%,-50%)}.dtp-nav.svelte-u3yrmz:hover{background:var(--accent);color:var(--text-primary)}.dtp-nav.svelte-u3yrmz:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.dtp-weekdays.svelte-u3yrmz{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.dtp-wd.svelte-u3yrmz{text-align:center;font-family:var(--font-sans);font-weight:500;font-size:11px;color:var(--muted-foreground);padding:6px 0}.dtp-grid.svelte-u3yrmz{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;justify-items:center}.dtp-day.svelte-u3yrmz{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:var(--radius-md);font-family:var(--font-sans);font-weight:400;font-size:13px;color:var(--text-primary);cursor:pointer;font-variant-numeric:tabular-nums;transition:background var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard),box-shadow var(--duration-fast) var(--easing-standard)}.dtp-day.svelte-u3yrmz:hover:not(:disabled){background:var(--accent)}.dtp-day.svelte-u3yrmz:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.dtp-day--out.svelte-u3yrmz{color:var(--text-disabled)}.dtp-day--today.svelte-u3yrmz{box-shadow:inset 0 0 0 1px var(--border-strong);font-weight:600}.dtp-day--selected.svelte-u3yrmz,.dtp-day--selected.svelte-u3yrmz:hover{background:var(--accent-interactive);box-shadow:none;color:var(--accent-interactive-foreground);font-weight:500}.dtp-day--disabled.svelte-u3yrmz{opacity:.35;cursor:not-allowed;text-decoration:line-through}.dtp-time.svelte-u3yrmz{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3, 12px);margin-top:var(--space-3, 12px);padding:var(--space-3, 12px);background:var(--muted);border-radius:var(--radius-md)}.dtp-time-label.svelte-u3yrmz{font-family:var(--font-sans);font-weight:500;font-size:12px;color:var(--muted-foreground)}.dtp-time-inputs.svelte-u3yrmz{display:inline-flex;flex-wrap:wrap;align-items:center;gap:var(--space-2, 8px)}.dtp-period.svelte-u3yrmz{display:inline-flex;flex-direction:column;background:var(--popover);border:1px solid var(--input);border-radius:var(--radius-md);overflow:hidden}.dtp-period-btn.svelte-u3yrmz{height:46px;min-width:48px;padding:0 var(--space-2, 8px);background:transparent;border:none;font-family:var(--font-sans);font-weight:500;font-size:13px;color:var(--text-muted);cursor:pointer;transition:background var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard)}.dtp-period-btn.svelte-u3yrmz+.dtp-period-btn:where(.svelte-u3yrmz){border-top:1px solid var(--border)}.dtp-period-btn.svelte-u3yrmz:hover{background:var(--accent);color:var(--text-primary)}.dtp-period-btn--on.svelte-u3yrmz,.dtp-period-btn--on.svelte-u3yrmz:hover{background:var(--accent-interactive-soft);color:var(--accent-interactive);font-weight:600}.dtp-period-btn.svelte-u3yrmz:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--ring)}.dtp-stepper.svelte-u3yrmz{display:inline-flex;flex-direction:column;align-items:stretch;background:var(--popover);border:1px solid var(--input);border-radius:var(--radius-md);overflow:hidden;width:54px;transition:border-color var(--duration-fast) var(--easing-standard),box-shadow var(--duration-fast) var(--easing-standard)}.dtp-stepper.svelte-u3yrmz:focus-within{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 25%,transparent)}.dtp-stepper-btn.svelte-u3yrmz{position:relative;display:inline-flex;align-items:center;justify-content:center;height:28px;background:transparent;border:none;color:var(--text-muted);cursor:pointer;transition:background var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard)}.dtp-stepper-btn.svelte-u3yrmz:after{content:"";position:absolute;top:50%;left:50%;width:var(--touch-target-min);height:100%;transform:translate(-50%,-50%)}.dtp-stepper-btn.svelte-u3yrmz:hover{background:var(--accent);color:var(--text-primary)}.dtp-stepper-display.svelte-u3yrmz{width:100%;height:36px;padding:0;text-align:center;background:transparent;border:none;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-family:var(--font-sans);font-weight:600;font-size:16px;color:var(--text-primary);font-variant-numeric:tabular-nums;outline:none}@media(min-width:48rem){.dtp-stepper-display.svelte-u3yrmz{font-size:14px}}.dtp-stepper-display.svelte-u3yrmz:focus{background:var(--muted)}.dtp-time-sep.svelte-u3yrmz{font-family:var(--font-sans);font-weight:500;font-size:14px;color:var(--text-muted);line-height:1}.dtp-actions.svelte-u3yrmz{display:flex;align-items:center;gap:var(--space-2, 8px);margin-top:var(--space-3, 12px)}.dtp-actions-spacer.svelte-u3yrmz{flex:1}.dtp-btn.svelte-u3yrmz{min-height:32px;padding:0 var(--space-3, 12px);border-radius:var(--radius-md);font-family:var(--font-sans);font-weight:500;font-size:13px;cursor:pointer;border:1px solid transparent;transition:background var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard),box-shadow var(--duration-fast) var(--easing-standard)}.dtp-btn.svelte-u3yrmz:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 35%,transparent)}.dtp-btn--ghost.svelte-u3yrmz{background:transparent;color:var(--text-primary)}.dtp-btn--ghost.svelte-u3yrmz:hover{background:var(--accent)}.dtp-btn--solid.svelte-u3yrmz{background:var(--primary);color:var(--primary-foreground)}.dtp-btn--solid.svelte-u3yrmz:hover{background:var(--color-brand-700)}.dtp-msg.svelte-u3yrmz{margin:0;padding-left:4px;font-family:var(--font-sans);font-size:12px}.dtp-msg--err.svelte-u3yrmz{color:var(--feedback-danger);font-weight:500}.dtp-msg--hint.svelte-u3yrmz{color:var(--text-muted);font-weight:400}@media(prefers-reduced-motion:reduce){.dtp-trigger.svelte-u3yrmz,.dtp-clear.svelte-u3yrmz,.dtp-popup.svelte-u3yrmz,.dtp-nav.svelte-u3yrmz,.dtp-day.svelte-u3yrmz,.dtp-stepper.svelte-u3yrmz,.dtp-stepper-btn.svelte-u3yrmz,.dtp-btn.svelte-u3yrmz{transition:none!important;animation:none!important}}.ar3-drawer-in-bottom.svelte-10i5wa4{animation:svelte-10i5wa4-ar3-drawer-up .26s cubic-bezier(.2,0,0,1)}@keyframes svelte-10i5wa4-ar3-drawer-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes svelte-10i5wa4-ar3-drawer-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes svelte-10i5wa4-ar3-drawer-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@media(min-width:1024px){.ar3-drawer-in-bottom.ar3-drawer-side-right.svelte-10i5wa4{animation:svelte-10i5wa4-ar3-drawer-right .26s cubic-bezier(.2,0,0,1)}.ar3-drawer-in-bottom.ar3-drawer-side-left.svelte-10i5wa4{animation:svelte-10i5wa4-ar3-drawer-left .26s cubic-bezier(.2,0,0,1)}}.ar3-tabs-scroll.svelte-dt5nsu{scrollbar-width:none}.ar3-tabs-scroll.svelte-dt5nsu::-webkit-scrollbar{display:none}[data-kpi-segment].svelte-1jwd8m8,[data-kpi-swatch].svelte-1jwd8m8{--kpi-seg-grow: 1;--kpi-seg-color: var(--chart-1)}.ar3-dt.svelte-1ma9tg0 th:where(.svelte-1ma9tg0){width:var(--col-width, auto)}.ar3-dt.svelte-1ma9tg0 thead:where(.svelte-1ma9tg0) th:where(.svelte-1ma9tg0):first-child{border-top-left-radius:var(--radius-lg)}.ar3-dt.svelte-1ma9tg0 thead:where(.svelte-1ma9tg0) th:where(.svelte-1ma9tg0):last-child{border-top-right-radius:var(--radius-lg)}.ar3-dt.svelte-1ma9tg0 tbody:where(.svelte-1ma9tg0) tr:where(.svelte-1ma9tg0):last-child>td{border-bottom:0}.ar3-dt.svelte-1ma9tg0 tbody:where(.svelte-1ma9tg0) tr:where(.svelte-1ma9tg0):last-child>td:first-child{border-bottom-left-radius:var(--radius-lg)}.ar3-dt.svelte-1ma9tg0 tbody:where(.svelte-1ma9tg0) tr:where(.svelte-1ma9tg0):last-child>td:last-child{border-bottom-right-radius:var(--radius-lg)}.ar3-dt.svelte-1ma9tg0 th.ar3-dt-actions:where(.svelte-1ma9tg0){width:var(--actions-width, 56px)}.ar3-dt.svelte-1ma9tg0 th.ar3-dt-select:where(.svelte-1ma9tg0),.ar3-dt.svelte-1ma9tg0 td.ar3-dt-select:where(.svelte-1ma9tg0){width:44px}.ar3-dt-sticky.svelte-1ma9tg0{position:sticky;top:var(--table-sticky-top, 0px);z-index:var(--z-data-head)}.ar3-dt-row.svelte-1ma9tg0{transition:background-color var(--duration-micro) var(--easing-standard)}.ar3-dt-row.svelte-1ma9tg0:hover>td{background-color:var(--surface-muted)}.ar3-dt-row-active.svelte-1ma9tg0>td{background-color:var(--table-row-selected)}.ar3-dt-row-active.svelte-1ma9tg0>td:first-child{box-shadow:inset 2px 0 0 0 var(--table-rail)}.ar3-dt-row.svelte-1ma9tg0:focus:not(.ar3-dt-row-cursor){outline:none}.ar3-dt-row.ar3-dt-row-cursor.svelte-1ma9tg0{outline:2px solid var(--ring);outline-offset:-2px}.ar3-drawer-backdrop.svelte-15kiba3{animation:svelte-15kiba3-ar3-drawer-fade .18s ease-out}.ar3-drawer-panel.svelte-15kiba3{animation:svelte-15kiba3-ar3-drawer-slide .24s cubic-bezier(.2,0,0,1)}@keyframes svelte-15kiba3-ar3-drawer-fade{0%{opacity:0}to{opacity:1}}@keyframes svelte-15kiba3-ar3-drawer-slide{0%{transform:translate(-100%)}to{transform:translate(0)}}.ar3-nav-progress-bar.svelte-17dhpba{animation:svelte-17dhpba-ar3-nav-progress 1.1s cubic-bezier(.4,0,.2,1) infinite}@keyframes svelte-17dhpba-ar3-nav-progress{0%{transform:translate(-100%)}to{transform:translate(300%)}}@media(prefers-reduced-motion:reduce){.ar3-nav-progress-bar.svelte-17dhpba{animation:none;width:100%;opacity:.6}}
