:root{color-scheme:light;--uf-brand-navy: #0f172a;--uf-brand-green: #00bc7d;--uf-white: #ffffff;--uf-neutral-25: #fcfcfd;--uf-neutral-50: #f7f8fa;--uf-neutral-100: #f3f4f6;--uf-neutral-200: #e5e7eb;--uf-neutral-400: #9ca3af;--uf-neutral-500: #6b7280;--uf-neutral-700: #374151;--uf-neutral-900: #111827;--uf-status-error: #dc2626;--uf-status-warning: #d97706;--uf-bg: var(--uf-neutral-50);--uf-surface: var(--uf-white);--uf-surface-subtle: var(--uf-neutral-25);--uf-text: var(--uf-neutral-900);--uf-text-muted: var(--uf-neutral-500);--uf-border: var(--uf-neutral-200);--uf-action: var(--uf-brand-navy);--uf-accent: var(--uf-brand-green);--uf-focus: var(--uf-brand-green);--uf-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--uf-radius-sm: .375rem;--uf-radius-md: .625rem;--uf-radius-lg: .875rem;--uf-shadow-sm: 0 1px 3px rgb(15 23 42 / .08), 0 1px 2px rgb(15 23 42 / .04);--uf-shadow-md: 0 8px 24px rgb(15 23 42 / .1);--uf-elevation-xs: 0 1px 2px rgb(15 23 42 / .05);--uf-elevation-sm: 0 2px 6px rgb(15 23 42 / .07), 0 1px 2px rgb(15 23 42 / .04);--uf-elevation-md: 0 8px 22px rgb(15 23 42 / .11), 0 2px 6px rgb(15 23 42 / .06);--uf-header-height: 4rem;--uf-sidebar-width: 16rem;--uf-sidebar-mobile-width: 18rem;--uf-sidebar-icon-width: 2.75rem;--uf-shell-gap: .25rem;--uf-content-max: 100rem}.uf-dark{color-scheme:dark;--uf-bg: #0a1020;--uf-surface: #0e1730;--uf-surface-subtle: #111c3a;--uf-text: #eef2ff;--uf-text-muted: #a9b3c9;--uf-border: #223051;--uf-action: var(--uf-brand-green);--uf-accent: var(--uf-brand-green);--uf-focus: var(--uf-brand-green)}*,*:before,*:after{box-sizing:border-box}.uf-root{min-height:100%;background:var(--uf-bg);color:var(--uf-text);font-family:var(--uf-font-sans)}.uf-focusable:focus-visible,.uf-button:focus-visible,.uf-input:focus-visible,.uf-nav-link:focus-visible{outline:3px solid color-mix(in srgb,var(--uf-focus) 30%,transparent);outline-offset:2px}.uf-button{min-height:2.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:.5rem;padding:.5rem .875rem;font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #0f172a0f;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease}.uf-button:disabled{cursor:not-allowed;opacity:.55}.uf-button--primary{background:var(--uf-action);color:var(--uf-white)}.uf-button--primary:hover:not(:disabled){background:color-mix(in srgb,var(--uf-action) 88%,var(--uf-bg))}.uf-button--secondary{background:var(--uf-surface);border-color:var(--uf-border);color:var(--uf-text)}.uf-button--secondary:hover:not(:disabled){background:var(--uf-surface-subtle)}.uf-button--danger{background:var(--uf-status-error);color:var(--uf-white)}.uf-button--outline{background:var(--uf-surface);border-color:var(--uf-border);color:var(--uf-text)}.uf-button--ghost{background:transparent;color:var(--uf-text)}.uf-button--ghost:hover:not(:disabled),.uf-button--outline:hover:not(:disabled){background:var(--uf-surface-subtle)}.uf-button--link{min-height:auto;background:transparent;color:var(--uf-brand-green);padding:0;text-decoration:underline;text-underline-offset:4px}.uf-button:not(:disabled):not(.uf-button--link):hover{transform:translateY(-1px);box-shadow:0 3px 8px #0f172a1f}.uf-button:not(:disabled):not(.uf-button--link):active{transform:translateY(0);box-shadow:0 1px 2px #0f172a14}.uf-button--sm{min-height:2rem;padding:.3125rem .625rem;font-size:.75rem}.uf-button--lg{min-height:2.5rem;padding-inline:1.25rem}.uf-button--icon{width:2.25rem;padding:0}.uf-card{border:1px solid var(--uf-border);border-radius:var(--uf-radius-lg);background:var(--uf-surface);box-shadow:0 1px 2px #0f172a0d,0 1px 3px #0f172a0a;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.uf-card__header{position:relative;display:grid;gap:.375rem;padding:1.5rem 1.5rem 0}.uf-card__title{margin:0;font-size:1rem;font-weight:600;line-height:1}.uf-card__action{position:absolute;top:1.5rem;right:1.5rem}.uf-card__content{padding:1.5rem}.uf-card__header+.uf-card__content{padding-top:1rem}.uf-card__footer{display:flex;align-items:center;padding:0 1.5rem 1.5rem}.uf-input{width:100%;min-height:2.25rem;border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);color:var(--uf-text);padding:.5rem .625rem;font:inherit;font-size:.8125rem}.uf-input::placeholder{color:var(--uf-text-muted)}.uf-input[aria-invalid=true]{border-color:var(--uf-status-error)}.uf-input:focus{border-color:color-mix(in srgb,var(--uf-brand-green) 55%,var(--uf-border));outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--uf-brand-green) 12%,transparent)}.uf-checkbox-field{min-height:2.75rem;display:flex;align-items:center;gap:.65rem;border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);padding:.625rem .7rem;color:var(--uf-text);cursor:pointer;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.uf-checkbox-field:hover{border-color:color-mix(in srgb,var(--uf-brand-green) 24%,var(--uf-border));background:color-mix(in srgb,var(--uf-brand-green) 4%,var(--uf-surface))}.uf-checkbox-field input{width:1rem;height:1rem;flex:0 0 auto;accent-color:var(--uf-brand-green)}.uf-checkbox-field strong,.uf-checkbox-field small{display:block}.uf-checkbox-field strong{font-size:.8125rem;font-weight:600}.uf-checkbox-field small{margin-top:.125rem;color:var(--uf-text-muted);font-size:.72rem;line-height:1.25}.uf-multi-select{position:relative;min-width:0}.uf-multi-select__trigger{width:100%;min-height:2.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);color:var(--uf-text);padding:.5rem .7rem;text-align:left;cursor:pointer}.uf-multi-select__trigger small,.uf-multi-select__trigger strong{display:block}.uf-multi-select__trigger small{color:var(--uf-text-muted);font-size:.6875rem;line-height:1}.uf-multi-select__trigger strong{margin-top:.2rem;font-size:.8125rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uf-multi-select__chevron{width:.5rem;height:.5rem;flex:0 0 auto;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-1px);opacity:.7}.uf-multi-select__panel{position:absolute;z-index:50;inset:calc(100% + .375rem) 0 auto;display:grid;gap:.375rem;max-height:18rem;overflow:auto;border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);padding:.5rem;box-shadow:var(--uf-elevation-sm)}.uf-lookup-field{display:grid;gap:.375rem}.uf-lookup-field__control{display:flex;gap:.5rem}.uf-lookup-field__control .uf-input{min-width:0}.uf-lookup-field__result{display:block;color:var(--uf-text-muted);font-size:.75rem}.uf-textarea{min-height:5rem;resize:vertical}.uf-label{display:inline-block;color:var(--uf-text);font-size:.875rem;font-weight:500;line-height:1.5}.uf-search{position:relative;display:block;min-width:0}.uf-search>svg{position:absolute;z-index:1;left:.75rem;top:50%;width:1rem;height:1rem;transform:translateY(-50%);fill:none;stroke:var(--uf-text-muted);stroke-width:2}.uf-search>.uf-input{padding-left:2.25rem}.uf-status{display:inline-flex;min-height:1.5rem;align-items:center;border:1px solid var(--uf-border);border-radius:999px;padding:.125rem .5rem;background:var(--uf-surface-subtle);color:var(--uf-text-muted);font-size:.6875rem;font-weight:600;line-height:1}.uf-status--success{border-color:color-mix(in srgb,var(--uf-accent) 28%,var(--uf-border));background:color-mix(in srgb,var(--uf-accent) 8%,var(--uf-surface));color:var(--uf-brand-green)}.uf-status--warning{border-color:color-mix(in srgb,var(--uf-status-warning) 28%,var(--uf-border));background:color-mix(in srgb,var(--uf-status-warning) 8%,var(--uf-surface));color:var(--uf-status-warning)}.uf-status--error{border-color:color-mix(in srgb,var(--uf-status-error) 28%,var(--uf-border));background:color-mix(in srgb,var(--uf-status-error) 8%,var(--uf-surface));color:var(--uf-status-error)}.uf-page-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:0}.uf-page-title{margin:0;color:var(--uf-text);font-size:clamp(1rem,1.4vw,1.125rem);font-weight:650;line-height:1.15;letter-spacing:-.01em}.uf-page-description{margin:.2rem 0 0;color:var(--uf-text-muted);font-size:.75rem;line-height:1.35}.uf-shell{min-height:100dvh;background:var(--uf-bg)}.uf-shell__sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:var(--uf-sidebar-width);border-right:1px solid var(--uf-border);background:var(--uf-surface-subtle);transform:translate(-100%);transition:transform .18s ease}.uf-shell[data-menu-open=true] .uf-shell__sidebar,.uf-shell[data-mobile-open=true] .uf-shell__sidebar{transform:translate(0)}.uf-shell__brand{min-height:var(--uf-header-height);display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--uf-border);font-weight:700}.uf-shell__nav{display:grid;gap:.25rem;padding:.75rem}.uf-nav-link{position:relative;min-height:2.75rem;display:flex;align-items:center;gap:.75rem;border-radius:var(--uf-radius-md);padding:.625rem .75rem;color:var(--uf-text-muted);text-decoration:none}.uf-nav-link:before{content:"";position:absolute;inset:.25rem auto .25rem 0;width:3px;border-radius:999px;background:transparent}.uf-nav-link:hover{background:var(--uf-neutral-100);color:var(--uf-text)}.uf-nav-link[aria-current=page]{background:color-mix(in srgb,var(--uf-accent) 10%,var(--uf-surface));color:var(--uf-text);font-weight:500}.uf-nav-link[aria-current=page]:before{background:var(--uf-brand-green)}.uf-nav-link[aria-current=page] .uf-nav-link__icon{color:var(--uf-brand-green)}.uf-shell__main{min-width:0}.uf-shell__header{height:var(--uf-header-height);position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--uf-border);background:color-mix(in srgb,var(--uf-surface) 94%,transparent);padding:0 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.uf-shell__menu-button{width:2.75rem;height:2.75rem;border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);color:var(--uf-text);font:inherit}.uf-shell__content{width:min(100%,var(--uf-content-max));margin:0 auto;padding:1rem}.uf-shell__scrim{position:fixed;inset:0;z-index:25;border:0;background:#0f172a73}.uf-grid{min-width:0;overflow:hidden}.uf-grid__viewport{height:var(--uf-grid-height, 36rem);min-height:18rem;border:1px solid var(--uf-border);border-radius:var(--uf-radius-lg);background:var(--uf-surface);overflow:hidden}.uf-grid__viewport--state{height:min(18rem,var(--uf-grid-height, 36rem))}.uf-grid__viewport revo-grid{width:100%;height:100%;display:block}.uf-grid__empty{min-height:16rem;display:grid;place-items:center;padding:2rem;color:var(--uf-text-muted);text-align:center}.uf-responsive-table{min-width:0;overflow:hidden;border:1px solid var(--uf-border);border-radius:var(--uf-radius-lg);background:var(--uf-surface);box-shadow:var(--uf-elevation-xs)}.uf-responsive-table table{width:100%;border-collapse:collapse;font-size:.8125rem}.uf-responsive-table thead{background:color-mix(in srgb,var(--uf-surface-subtle) 76%,var(--uf-surface))}.uf-responsive-table th,.uf-responsive-table td{border-bottom:1px solid color-mix(in srgb,var(--uf-border) 82%,transparent);padding:.625rem .75rem;text-align:left;vertical-align:middle}.uf-responsive-table th{color:var(--uf-text-muted);font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.uf-responsive-table tr:last-child td{border-bottom:0}.uf-responsive-table tr.is-interactive{cursor:pointer}.uf-responsive-table tr.is-interactive:hover{background:color-mix(in srgb,var(--uf-brand-green) 5%,var(--uf-surface))}.uf-responsive-table-mobile{display:none;overflow:hidden;border:1px solid var(--uf-border);border-radius:var(--uf-radius-lg);background:var(--uf-surface);box-shadow:var(--uf-elevation-xs)}.uf-responsive-table-mobile__row{width:100%;display:grid;gap:.5rem;border:0;border-bottom:1px solid var(--uf-border);background:transparent;color:var(--uf-text);padding:.75rem;text-align:left}.uf-responsive-table-mobile__row:last-child{border-bottom:0}.uf-responsive-table-mobile__field{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.uf-responsive-table-mobile__field span{color:var(--uf-text-muted);font-size:.6875rem;line-height:1.2}.uf-responsive-table-mobile__field strong{min-width:0;max-width:66%;color:var(--uf-text);font-size:.8125rem;font-weight:500;text-align:right;overflow-wrap:anywhere}.uf-responsive-table__empty{min-height:8rem;display:grid;place-items:center;border:1px dashed var(--uf-border);border-radius:var(--uf-radius-lg);background:var(--uf-surface);color:var(--uf-text-muted);padding:1.5rem;text-align:center}@media(min-width:48rem){.uf-shell__sidebar{transform:none}.uf-shell__main{padding-left:var(--uf-sidebar-width)}.uf-shell__menu-button,.uf-shell__scrim{display:none}.uf-shell__content{padding:1.5rem 2rem}}@media(max-width:39.999rem){.uf-page-header{flex-direction:column}.uf-page-header__action{width:100%}.uf-page-header__action>*{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.uf-shell{height:100svh;min-height:100svh;overflow:hidden;padding:0}.uf-shell__sidebar{width:var(--uf-sidebar-width);display:flex;flex-direction:column;border-color:color-mix(in srgb,var(--uf-border) 70%,transparent);background:var(--uf-surface-subtle)}.uf-shell__brand{min-height:3rem;height:auto;gap:.5rem;padding:.625rem .75rem;font-size:.8125rem}.uf-shell__nav{min-height:0;display:block;flex:1;overflow-y:auto;padding:.375rem}.uf-nav-group{display:flex;flex-direction:column;align-items:stretch;gap:.0625rem;margin-bottom:.375rem}.uf-nav-group__label{padding:.375rem .5rem .1875rem;color:var(--uf-text-muted);font-size:.625rem;line-height:1rem;font-weight:600;letter-spacing:.045em;text-transform:uppercase}.uf-nav-link{min-height:2rem;gap:.5rem;padding:.3125rem .5rem;border-radius:.5rem;font-size:.8125rem;line-height:1.125rem}.uf-nav-link__icon{width:1.25rem;height:1.25rem;display:grid;place-items:center;flex:0 0 auto}.uf-nav-link__icon svg{width:1rem;height:1rem}.uf-shell__sidebar-footer{margin-top:auto;border-top:1px solid var(--uf-border);padding:.5rem}.uf-shell__footer-nav{margin-top:auto;border-top:1px solid color-mix(in srgb,var(--uf-border) 80%,transparent);padding:.5rem}.uf-shell__sidebar-footer+.uf-shell__footer-nav{margin-top:0}.uf-shell__rail{display:none}.uf-shell__main{height:100svh;min-height:0;overflow:hidden;background:var(--uf-bg)}.uf-shell__scroll{display:flex;height:100%;min-height:0;flex-direction:column;overflow:auto;padding-bottom:.75rem;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--uf-text) 18%,var(--uf-bg)) var(--uf-bg)}.uf-shell__header{height:auto;min-height:3.25rem;flex:0 0 auto;padding:0;background:linear-gradient(180deg,color-mix(in srgb,var(--uf-surface) 94%,transparent),color-mix(in srgb,var(--uf-bg) 88%,transparent));border-color:color-mix(in srgb,var(--uf-border) 70%,transparent);box-shadow:0 1px color-mix(in srgb,var(--uf-surface) 72%,transparent),0 1px 2px #0f172a09}.uf-shell__header-inner{width:min(100%,var(--uf-content-max));min-height:3.25rem;margin:0 auto;display:grid;grid-template-columns:auto minmax(12rem,1fr) auto;align-items:center;gap:.625rem;padding:.5rem .875rem}.uf-shell__trigger{width:2rem;height:2rem;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:var(--uf-radius-md);background:transparent;color:var(--uf-text);cursor:pointer;font-size:1rem;line-height:1;box-shadow:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.uf-shell__trigger:hover{border-color:transparent;background:color-mix(in srgb,var(--uf-brand-green) 8%,var(--uf-surface));color:var(--uf-text);box-shadow:none}.uf-shell__trigger-icon{width:1rem;height:1rem;display:block;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.uf-shell__header-start{min-width:0;display:flex;align-items:center;gap:.75rem}.uf-shell__header-end{min-width:0;display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:.45rem}.uf-header{width:100%;height:auto;min-height:3rem;flex:0 0 auto;position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--uf-bg) 92%,transparent);border-bottom:1px solid color-mix(in srgb,var(--uf-border) 70%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.uf-header__inner{width:min(100%,var(--uf-content-max));min-height:3rem;margin:0 auto;display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem}.uf-header__brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--uf-text);font-weight:700;font-size:.9375rem}.uf-header__brand:hover{color:var(--uf-primary)}.uf-header__brand-label{font-size:.9375rem;font-weight:700;color:var(--uf-text)}.uf-header__trigger{display:flex;align-items:center}.uf-header__start{min-width:0;display:flex;align-items:center;gap:.75rem}.uf-header__center{flex:1;min-width:0;display:flex;align-items:center}.uf-header__end{margin-left:auto;display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:.5rem}.uf-header.uf-shell__header{width:100%;min-height:3.25rem;padding:0;background:linear-gradient(180deg,color-mix(in srgb,var(--uf-surface) 94%,transparent),color-mix(in srgb,var(--uf-bg) 88%,transparent));border-color:color-mix(in srgb,var(--uf-border) 70%,transparent);box-shadow:0 1px color-mix(in srgb,var(--uf-surface) 72%,transparent),0 1px 2px #0f172a09}.uf-shell__header .uf-header__inner{width:min(100%,var(--uf-content-max));min-height:3.25rem;display:grid;grid-template-columns:auto minmax(12rem,1fr) auto;gap:.625rem;padding:.5rem .875rem}.uf-shell__header .uf-header__start{min-width:0;width:100%}.uf-shell__header .uf-header__end{min-width:0;gap:.45rem}.uf-header-search{position:relative;width:min(100%,32.5rem);height:2.125rem;display:flex;align-items:center}.uf-header-search>svg{position:absolute;left:.625rem;width:1rem;height:1rem;fill:none;stroke:var(--uf-text-muted);stroke-width:2;pointer-events:none}.uf-header-search>input{width:100%;height:2.125rem;border:1px solid color-mix(in srgb,var(--uf-border) 80%,transparent);border-radius:.625rem;background:color-mix(in srgb,var(--uf-surface) 78%,transparent);color:var(--uf-text);padding:.375rem 3.75rem .375rem 2.25rem;font:inherit;font-size:.8125rem;outline:none;box-shadow:inset 0 1px color-mix(in srgb,var(--uf-surface) 72%,transparent)}.uf-header-search>input:focus{border-color:color-mix(in srgb,var(--uf-focus) 55%,var(--uf-border));box-shadow:0 0 0 2px color-mix(in srgb,var(--uf-focus) 14%,transparent);background:var(--uf-surface)}.uf-header-search>input::placeholder{color:var(--uf-text-muted)}.uf-header-search>kbd{position:absolute;right:.625rem;color:var(--uf-text-muted);font:inherit;font-size:.6875rem;pointer-events:none}.uf-header-icon-button{width:2rem;height:2rem;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:var(--uf-radius-md);background:transparent;color:var(--uf-text-muted);cursor:pointer}.uf-header-icon-button:hover{background:var(--uf-surface-subtle);color:var(--uf-text)}.uf-header-icon-button svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.uf-header-app-launcher{text-decoration:none;color:var(--uf-text-muted)}.uf-header-app-launcher:hover{color:var(--uf-brand-green);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--uf-brand-green) 18%,transparent)}.uf-dark .uf-header-app-launcher:hover{background:color-mix(in srgb,var(--uf-brand-green) 14%,var(--uf-surface));color:var(--uf-brand-green);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--uf-brand-green) 24%,transparent)}.uf-header-app-launcher-wrap{position:relative;display:inline-flex}.uf-app-launcher-panel{position:absolute;top:calc(100% + .75rem);right:-.35rem;z-index:80;width:min(20rem,calc(100vw - 1.5rem));border:1px solid var(--uf-border);border-radius:1.4rem;background:color-mix(in srgb,var(--uf-surface) 96%,transparent);padding:.75rem;box-shadow:var(--uf-shadow-xl);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:uf-popover-in .15s ease-out}.uf-app-launcher-panel:before{content:"";position:absolute;top:-.42rem;right:1.1rem;width:.75rem;height:.75rem;border-left:1px solid var(--uf-border);border-top:1px solid var(--uf-border);background:inherit;transform:rotate(45deg)}.uf-app-launcher-panel__header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.15rem .25rem .65rem;color:var(--uf-text-muted);font-size:.6875rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.uf-app-launcher-panel__header a,.uf-app-launcher-panel__manage{color:var(--uf-brand-green);font-size:.7rem;font-weight:700;letter-spacing:0;text-decoration:none;text-transform:none}.uf-app-launcher-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.25rem}.uf-app-launcher-state{grid-column:1 / -1;border-radius:1rem;background:var(--uf-surface-subtle);color:var(--uf-text-muted);padding:1rem;text-align:center;font-size:.78rem;font-weight:600}.uf-app-launcher-state.is-error{background:color-mix(in srgb,var(--uf-status-error) 8%,var(--uf-surface));color:var(--uf-status-error)}.uf-app-launcher-item{position:relative;display:grid;min-width:0;justify-items:center;gap:.35rem;border-radius:1rem;padding:.55rem .25rem .5rem;color:var(--uf-text);text-align:center;text-decoration:none;transition:background .14s ease,transform .14s ease,color .14s ease}.uf-app-launcher-item:hover{background:color-mix(in srgb,var(--uf-brand-green) 8%,var(--uf-surface));transform:translateY(-1px)}.uf-app-launcher-item__icon{width:2.45rem;height:2.45rem;display:grid;place-items:center;border-radius:.9rem;background:radial-gradient(circle at 30% 20%,color-mix(in srgb,var(--uf-app-accent) 22%,white),transparent 42%),color-mix(in srgb,var(--uf-app-accent) 10%,var(--uf-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--uf-app-accent) 18%,transparent),0 .35rem .8rem #0f172a14;color:var(--uf-app-accent)}.uf-app-launcher-item__icon svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.uf-app-launcher-item__label{max-width:100%;overflow:hidden;color:var(--uf-text);font-size:.72rem;font-weight:650;line-height:1;text-overflow:ellipsis;white-space:nowrap}.uf-app-launcher-item__soon{position:absolute;top:.25rem;right:.25rem;border-radius:999px;background:color-mix(in srgb,var(--uf-status-warning) 14%,var(--uf-surface));color:var(--uf-status-warning);padding:.08rem .28rem;font-size:.5rem;font-weight:800}.uf-app-launcher-item.is-disabled{cursor:not-allowed;opacity:.58}.uf-app-launcher-item.is-disabled:hover{background:transparent;transform:none}.uf-app-launcher-panel__manage{display:flex;align-items:center;justify-content:center;margin-top:.55rem;border-radius:.9rem;padding:.55rem}.uf-app-launcher-panel__manage:hover,.uf-app-launcher-panel__header a:hover{background:color-mix(in srgb,var(--uf-brand-green) 8%,transparent)}.uf-dark .uf-app-launcher-panel{background:color-mix(in srgb,var(--uf-surface) 92%,rgb(15 23 42));box-shadow:0 1rem 2.4rem #00000061}@keyframes uf-popover-in{0%{opacity:0;transform:translateY(-.25rem) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.uf-header-company{position:relative;min-width:0;max-width:9.5rem;min-height:2.125rem;display:none;align-items:center;gap:.5rem;border:1px solid color-mix(in srgb,var(--uf-border) 82%,transparent);border-radius:.625rem;background:color-mix(in srgb,var(--uf-surface) 76%,transparent);padding:.25rem .625rem .25rem .375rem;line-height:1.05;box-shadow:var(--uf-elevation-xs),inset 0 1px color-mix(in srgb,var(--uf-surface) 72%,transparent)}button.uf-header-company{cursor:pointer;color:var(--uf-text);font:inherit}.uf-header-company:hover,button.uf-header-company:focus-visible{border-color:color-mix(in srgb,var(--uf-brand-green) 28%,var(--uf-border));background:color-mix(in srgb,var(--uf-brand-green) 5%,var(--uf-surface))}.uf-header-company[data-tooltip]:after{content:attr(data-tooltip);position:absolute;right:0;top:calc(100% + .5rem);z-index:80;max-width:min(22rem,calc(100vw - 2rem));width:max-content;opacity:0;transform:translateY(-.25rem) scale(.98);pointer-events:none;border:1px solid color-mix(in srgb,var(--uf-border) 82%,transparent);border-radius:.75rem;background:color-mix(in srgb,var(--uf-surface) 98%,transparent);color:var(--uf-text);padding:.625rem .75rem;font-size:.75rem;font-weight:600;line-height:1.35;white-space:normal;box-shadow:0 14px 36px #0f172a2e,0 3px 8px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:opacity .13s ease,transform .13s ease}.uf-header-company[data-tooltip]:hover:after,.uf-header-company[data-tooltip]:focus-visible:after{opacity:1;transform:translateY(0) scale(1)}.uf-header-company__icon{width:1.5rem;height:1.5rem;display:grid;place-items:center;flex:0 0 auto;border-radius:.5rem;background:color-mix(in srgb,var(--uf-brand-green) 10%,var(--uf-surface));color:var(--uf-brand-green)}.uf-header-company__icon svg{width:.95rem;height:.95rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.uf-header-company__copy{min-width:0;display:flex;flex-direction:column;justify-content:center}.uf-header-company__copy span,.uf-header-company__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uf-header-company__copy span{color:var(--uf-text);font-size:.75rem;font-weight:700}.uf-header-company__copy small{margin-top:.15rem;color:var(--uf-text-muted);font-size:.625rem}.uf-header-notification{position:relative}.uf-header-notification>span{position:absolute;top:-.25rem;right:-.25rem;min-width:1rem;height:1rem;display:grid;place-items:center;border-radius:999px;background:var(--uf-brand-green);color:var(--uf-white);padding-inline:.1875rem;font-size:.625rem;font-weight:700;line-height:1;box-shadow:0 0 0 2px var(--uf-bg)}.uf-header-profile{min-width:0;display:flex;align-items:center;gap:.5rem;border:0;border-radius:var(--uf-radius-md);background:transparent;color:inherit;padding:0;font:inherit}button.uf-header-profile{cursor:pointer}button.uf-header-profile:hover{background:var(--uf-surface-subtle)}.uf-header-profile__avatar{width:2rem;height:2rem;display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:color-mix(in srgb,var(--uf-accent) 11%,var(--uf-surface));color:var(--uf-brand-green);font-size:.6875rem;font-weight:700}.uf-header-profile__copy{min-width:0;display:none;line-height:1.1}.uf-header-profile__copy strong,.uf-header-profile__copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uf-header-profile__copy strong{max-width:8rem;color:var(--uf-text);font-size:.75rem;font-weight:600}.uf-header-profile__copy small{max-width:10rem;margin-top:.1875rem;color:var(--uf-text-muted);font-size:.625rem}.uf-dark .uf-shell__header{box-shadow:0 1px #ffffff08,0 1px 2px #00000047}.uf-dark .uf-header-search>input,.uf-dark .uf-header-company{box-shadow:inset 0 1px #ffffff09}.uf-shell__content{width:min(100%,var(--uf-content-max));margin:0 auto;padding:.75rem 1rem 1rem}.uf-shell__breadcrumbs{min-height:1.25rem;display:flex;align-items:center;margin-bottom:.25rem}.uf-breadcrumbs{color:var(--uf-text-muted);font-size:.75rem;line-height:1.25rem}.uf-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin:0;padding:0;list-style:none}.uf-breadcrumbs li{display:inline-flex;align-items:center}.uf-breadcrumbs a{color:inherit;text-decoration:none}.uf-breadcrumbs a:hover{color:var(--uf-text)}.uf-breadcrumbs__separator{margin-inline:.5rem;color:color-mix(in srgb,var(--uf-text-muted) 60%,transparent)}.uf-shell__content-end{height:1.5rem}.uf-page-stack{display:flex;flex-direction:column;gap:1rem}.uf-kpi-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem}.uf-kpi-grid>.uf-card{border:1px solid color-mix(in srgb,var(--uf-border) 82%,transparent);border-radius:.75rem;box-shadow:var(--uf-elevation-xs)}.uf-card-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem}.uf-action-card{min-height:5.5rem;appearance:none;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;border:1px solid color-mix(in srgb,var(--uf-border) 86%,transparent);border-radius:.75rem;background:var(--uf-surface);color:var(--uf-text);padding:.875rem;text-align:left;cursor:pointer;box-shadow:var(--uf-elevation-xs);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease}.uf-action-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--uf-brand-green) 30%,var(--uf-border));background:color-mix(in srgb,var(--uf-brand-green) 4%,var(--uf-surface));box-shadow:var(--uf-elevation-sm)}.uf-action-card:focus-visible{outline:3px solid color-mix(in srgb,var(--uf-focus) 25%,transparent);outline-offset:2px}.uf-action-card__icon{width:2.5rem;height:2.5rem;display:grid;place-items:center;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--uf-brand-green) 18%,var(--uf-border));border-radius:.625rem;background:color-mix(in srgb,var(--uf-brand-green) 8%,var(--uf-surface));color:var(--uf-brand-green)}.uf-action-card__copy{min-width:0;display:block}.uf-action-card__copy strong,.uf-action-card__copy small{display:block}.uf-action-card__copy strong{font-size:.875rem;line-height:1.25;font-weight:700}.uf-action-card__copy small{margin-top:.25rem;color:var(--uf-text-muted);font-size:.75rem;line-height:1.35}.uf-action-card__meta{color:var(--uf-text-muted);font-size:.75rem}.uf-stat-card{min-height:4.75rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;border:1px solid color-mix(in srgb,var(--uf-border) 86%,transparent);border-radius:.75rem;background:linear-gradient(135deg,color-mix(in srgb,var(--uf-brand-green) 5%,var(--uf-surface)),var(--uf-surface));padding:.875rem;box-shadow:var(--uf-elevation-xs)}.uf-stat-card__icon{width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:.625rem;background:color-mix(in srgb,var(--uf-brand-green) 8%,var(--uf-surface));color:var(--uf-brand-green)}.uf-stat-card__label{min-width:0;color:var(--uf-text-muted);font-size:.75rem}.uf-stat-card__value{color:var(--uf-text);font-size:1.375rem;line-height:1;overflow-wrap:anywhere}.uf-tabs{min-width:0;display:flex;flex-direction:column;gap:.5rem}.uf-tabs-list{width:100%;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;gap:0;border:0;border-radius:.875rem;background:var(--muted, var(--uf-neutral-100));padding:3px;color:var(--muted-foreground, var(--uf-text-muted));box-shadow:none}.uf-tabs-trigger{min-width:0;height:calc(100% - 1px);display:inline-flex;flex:1;align-items:center;justify-content:center;gap:.375rem;border:1px solid transparent;border-radius:.875rem;background:transparent;padding:.25rem .5rem;color:var(--foreground, var(--uf-text));font:inherit;font-size:.875rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:color .14s ease,box-shadow .14s ease,transform .14s ease,padding .14s ease}.uf-tabs-trigger:hover:not([data-state=active]){color:var(--foreground, var(--uf-text))}.uf-tabs-trigger[data-state=active]{border-color:var(--success-200, color-mix(in srgb, var(--uf-brand-green) 22%, var(--uf-border)));background:var(--success-50, color-mix(in srgb, var(--uf-brand-green) 8%, var(--uf-surface)));color:var(--success-900, color-mix(in srgb, var(--uf-brand-green) 72%, var(--uf-text)));padding-inline:.75rem;font-weight:600;box-shadow:var(--uf-shadow-sm);transform:scale(1.02)}.uf-tabs-trigger:focus-visible{outline:3px solid color-mix(in srgb,var(--uf-focus) 25%,transparent);outline-offset:1px}.uf-tabs-trigger:disabled{opacity:.5;cursor:not-allowed}.uf-tabs-trigger>svg,.uf-module-tab__icon{width:1rem;height:1rem;flex:0 0 auto}.uf-tabs-content{min-width:0;flex:1;outline:none}.uf-tabs-list--accent{height:auto;min-height:2.5rem;gap:.25rem;overflow-x:auto;border:1px solid var(--uf-border);border-radius:.875rem;background:color-mix(in srgb,var(--uf-surface) 85%,transparent);padding:.25rem;box-shadow:var(--uf-shadow-sm);scrollbar-width:thin}.uf-tabs-list--accent .uf-tabs-trigger{min-width:max-content;height:2rem;min-height:2rem;border-radius:.625rem;border-color:color-mix(in srgb,var(--uf-brand-green) 20%,transparent);background:color-mix(in srgb,var(--uf-brand-green) 8%,var(--uf-surface));padding:.25rem .5rem;color:color-mix(in srgb,var(--uf-brand-green) 78%,var(--uf-brand-navy));font-size:.75rem;box-shadow:none;transform:none}.uf-tabs-list--accent .uf-tabs-trigger:hover:not([data-state=active]){border-color:color-mix(in srgb,var(--uf-brand-green) 32%,transparent);background:color-mix(in srgb,var(--uf-brand-green) 12%,var(--uf-surface));box-shadow:var(--uf-shadow-sm)}.uf-tabs-list--accent .uf-tabs-trigger[data-state=active]{border-color:var(--uf-brand-green);background:var(--uf-brand-green);color:var(--uf-white);box-shadow:0 5px 12px color-mix(in srgb,var(--uf-brand-green) 25%,transparent);transform:none}.uf-tabs-list--accent .uf-tabs-trigger span:not(.uf-module-tab__icon){overflow:hidden;text-overflow:ellipsis}.uf-module-tab__icon{width:1rem;height:1rem;display:grid;place-items:center}.uf-module-tab__icon svg{width:1rem;height:1rem}.uf-dark .uf-tabs-list{background:var(--uf-surface-subtle)}.uf-dark .uf-tabs-trigger[data-state=active]{border-color:color-mix(in srgb,var(--uf-brand-green) 22%,var(--uf-border));background:var(--uf-white);color:var(--uf-brand-navy)}.uf-dark .uf-tabs-list--accent .uf-tabs-trigger[data-state=active]{border-color:var(--uf-brand-green);background:var(--uf-brand-green);color:var(--uf-white)}.uf-dark .uf-nav-link:hover{background:color-mix(in srgb,var(--uf-brand-green) 10%,var(--uf-surface-subtle));color:var(--uf-text)}.uf-dark .uf-nav-link[aria-current=page]{background:color-mix(in srgb,var(--uf-brand-green) 14%,var(--uf-surface));color:var(--uf-text)}@media(min-width:40rem){.uf-header-company{display:flex}.uf-tabs-list--accent .uf-tabs-trigger{min-width:0;padding-inline:.75rem;font-size:.875rem}}.uf-page-header{min-height:1.75rem;align-items:center;flex-wrap:wrap;margin-bottom:0}.uf-page-title{font-size:clamp(1rem,1.4vw,1.125rem);line-height:1.15;font-weight:650}.uf-page-description{margin-top:.2rem;font-size:.75rem}.uf-card{border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d}.uf-filter-bar{display:flex;flex-direction:column;gap:.75rem;border:1px solid var(--uf-border);border-radius:.75rem;background:var(--uf-surface);padding:.75rem;box-shadow:0 1px 2px #0f172a0d}.uf-filter-bar__primary{min-width:0;display:flex;flex-direction:column;gap:.5rem}.uf-filter-bar__secondary{display:flex;align-items:center;gap:.5rem}.uf-kpi{min-width:0;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.uf-kpi:hover{border-color:color-mix(in srgb,var(--uf-brand-green) 18%,var(--uf-border));box-shadow:var(--uf-elevation-sm);transform:translateY(-1px)}.uf-kpi--success{border-left:4px solid color-mix(in srgb,var(--uf-accent) 38%,var(--uf-border))}.uf-kpi--warning{border-left:4px solid color-mix(in srgb,var(--uf-status-warning) 38%,var(--uf-border))}.uf-kpi--error{border-left:4px solid color-mix(in srgb,var(--uf-status-error) 38%,var(--uf-border))}.uf-kpi--success .uf-kpi__value{color:var(--uf-brand-green)}.uf-kpi--warning .uf-kpi__value{color:var(--uf-status-warning)}.uf-kpi--error .uf-kpi__value{color:var(--uf-status-error)}.uf-kpi__body{min-height:5.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.875rem}.uf-kpi__copy{min-width:0}.uf-kpi__label{display:block;color:var(--uf-text-muted);font-size:.75rem;font-weight:500}.uf-kpi__value{display:block;margin-top:.375rem;font-size:1.5rem;line-height:1;overflow-wrap:anywhere}.uf-kpi__icon{width:2.25rem;height:2.25rem;display:grid;place-items:center;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--uf-accent) 18%,var(--uf-border));border-radius:.625rem;background:color-mix(in srgb,var(--uf-accent) 7%,var(--uf-surface));color:var(--uf-accent);box-shadow:inset 0 1px #ffffff8c}.uf-kpi__footer{margin:0 1rem;border-top:1px solid var(--uf-border);padding:.75rem 0;color:var(--uf-text-muted);font-size:.75rem}.uf-section__header{min-height:3.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1rem .75rem}.uf-section{overflow:hidden;box-shadow:0 2px 6px #0f172a0f,0 1px 2px #0f172a0a}.uf-section__header{background:linear-gradient(135deg,color-mix(in srgb,var(--uf-brand-green) 4%,var(--uf-surface)),var(--uf-surface) 55%)}.uf-section__header h2{margin:0;font-size:1rem;font-weight:600}.uf-section__content{padding:1rem}.uf-notice{display:flex;align-items:center;gap:.5rem;border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);padding:.75rem;font-size:.875rem}.uf-notice--success{border-color:color-mix(in srgb,var(--uf-accent) 30%,var(--uf-border));background:color-mix(in srgb,var(--uf-accent) 6%,var(--uf-surface));color:var(--uf-brand-green)}.uf-notice--warning{border-color:color-mix(in srgb,var(--uf-status-warning) 30%,var(--uf-border));background:color-mix(in srgb,var(--uf-status-warning) 6%,var(--uf-surface));color:var(--uf-status-warning)}.uf-notice--error{border-color:color-mix(in srgb,var(--uf-status-error) 30%,var(--uf-border));background:color-mix(in srgb,var(--uf-status-error) 5%,var(--uf-surface));color:var(--uf-status-error)}.uf-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1rem}.uf-modal__scrim{position:absolute;inset:0;border:0;background:#0f172a7a;cursor:default}.uf-modal__panel{position:relative;width:min(100%,58rem);max-height:min(48rem,calc(100dvh - 2rem));display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--uf-border);border-radius:var(--uf-radius-lg);background:var(--uf-surface);box-shadow:0 24px 70px #0f172a38,0 6px 18px #0f172a1a}.uf-modal__header{min-height:3rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-bottom:1px solid var(--uf-border);padding:.625rem .875rem}.uf-modal__header h2{margin:0;font-size:.9375rem;font-weight:600}.uf-modal__close svg{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.uf-modal__body{min-height:0;overflow:auto;padding:.75rem .875rem}.uf-modal__footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;border-top:1px solid var(--uf-border);padding:.625rem .875rem}.uf-modal .uf-card__header{padding:1rem 1rem 0}.uf-modal .uf-card__content{padding:1rem}.uf-modal .uf-card__header+.uf-card__content{padding-top:.75rem}.uf-modal .uf-input{min-height:2.125rem;padding-block:.375rem}.uf-modal .uf-label{font-size:.8125rem;line-height:1.35}.uf-create-dialog__footer-start{margin-right:auto}.uf-floating-create{position:fixed;right:max(2rem,calc(env(safe-area-inset-right) + 2rem));bottom:max(2rem,calc(env(safe-area-inset-bottom) + 2rem));z-index:95;width:3.5rem;height:3.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid color-mix(in srgb,var(--uf-brand-green) 38%,var(--uf-border));background:color-mix(in srgb,var(--uf-surface) 98%,transparent);color:var(--uf-brand-green);box-shadow:0 4px 12px #0f172a3d,0 12px 28px color-mix(in srgb,var(--uf-brand-green) 22%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.uf-floating-create svg{width:1.75rem;height:1.75rem;fill:none;stroke:currentColor;stroke-width:2.75;stroke-linecap:round;stroke-linejoin:round}.uf-floating-create:hover:not(:disabled){border-color:color-mix(in srgb,var(--uf-brand-green) 42%,var(--uf-border));background:color-mix(in srgb,var(--uf-brand-green) 9%,var(--uf-surface));color:var(--uf-brand-green);box-shadow:0 3px 8px #0f172a42,0 10px 24px color-mix(in srgb,var(--uf-brand-green) 22%,transparent)}.uf-dark .uf-floating-create{border-color:color-mix(in srgb,var(--uf-brand-green) 34%,var(--uf-border));background:color-mix(in srgb,var(--uf-surface) 92%,transparent);box-shadow:0 3px 10px #0206179e,0 10px 26px color-mix(in srgb,var(--uf-brand-green) 14%,transparent)}.uf-toast{max-width:min(26rem,calc(100vw - 2rem))!important;border:1px solid color-mix(in srgb,var(--uf-border) 85%,transparent)!important;border-radius:.875rem!important;background:color-mix(in srgb,var(--uf-surface) 96%,transparent)!important;color:var(--uf-text)!important;padding:.75rem .875rem!important;font-family:var(--uf-font-sans)!important;font-size:.875rem!important;font-weight:500!important;box-shadow:0 12px 30px #0f172a29,0 3px 8px #0f172a14!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.uf-loading-overlay{position:absolute;inset:0;z-index:10;display:grid;place-items:center;border-radius:var(--uf-radius-lg);background:color-mix(in srgb,var(--uf-surface) 82%,transparent);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.uf-spinner{width:1.75rem;height:1.75rem;display:block;border:2px solid var(--uf-border);border-top-color:var(--uf-brand-green);border-radius:999px;animation:uf-spin .7s linear infinite}.uf-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--uf-text-muted);font-size:.8125rem}.uf-pagination__actions{display:flex;gap:.5rem}.uf-switch{width:2.25rem;height:1.25rem;display:inline-flex;align-items:center;flex:0 0 auto;border:1px solid var(--uf-border);border-radius:999px;background:var(--uf-neutral-200);padding:2px;cursor:pointer;transition:background-color .14s ease,border-color .14s ease}.uf-switch>span{width:.875rem;height:.875rem;display:block;border-radius:999px;background:var(--uf-white);box-shadow:var(--uf-shadow-sm);transition:transform .14s ease}.uf-switch[aria-checked=true]{border-color:var(--uf-brand-green);background:var(--uf-brand-green)}.uf-switch[aria-checked=true]>span{transform:translate(1rem)}.uf-switch:focus-visible{outline:3px solid color-mix(in srgb,var(--uf-focus) 25%,transparent);outline-offset:2px}@keyframes uf-spin{to{transform:rotate(360deg)}}.uf-mobile-grid{overflow:hidden;border:1px solid var(--uf-border);border-radius:.75rem;background:var(--uf-surface)}.uf-mobile-grid__row{display:grid;gap:.625rem;padding:.75rem;border-bottom:1px solid var(--uf-border)}.uf-mobile-grid__row:last-child{border-bottom:0}.uf-mobile-grid__field{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.uf-mobile-grid__field span{color:var(--uf-text-muted);font-size:.6875rem;line-height:1.2}.uf-mobile-grid__field strong{min-width:0;max-width:65%;text-align:right;font-size:.8125rem;font-weight:500;overflow-wrap:anywhere}@media(min-width:48rem){.uf-filter-bar{flex-direction:row;align-items:center;justify-content:space-between}.uf-filter-bar__primary{flex-direction:row;align-items:center}}@media(max-width:47.999rem){.uf-shell__sidebar{width:min(var(--uf-sidebar-mobile-width),calc(100vw - 2.75rem))}.uf-shell__header-inner,.uf-shell__header .uf-header__inner{grid-template-columns:auto minmax(0,1fr) auto;padding-inline:.625rem}.uf-shell__header-end,.uf-shell__header .uf-header__end{gap:.25rem}.uf-nav-link{min-height:2.5rem;padding-block:.5rem}.uf-header-search{width:100%}.uf-header-search>input{padding-right:.625rem}.uf-header-search>kbd{display:none}.uf-header-company{min-height:1.875rem;display:inline-flex;max-width:5.75rem;gap:.375rem;border-radius:.55rem;padding:.2rem .45rem .2rem .25rem}.uf-header-company__icon{width:1.35rem;height:1.35rem;border-radius:.45rem}.uf-header-company__copy small{display:none}.uf-header-company__copy span{max-width:3.25rem;font-size:.68rem}.uf-header-icon-button,.uf-shell__trigger{width:1.875rem;height:1.875rem}.uf-floating-create{right:max(1.75rem,calc(env(safe-area-inset-right) + 1.75rem));bottom:max(1.75rem,calc(env(safe-area-inset-bottom) + 1.75rem));width:3.25rem;height:3.25rem}.uf-page-stack{gap:.75rem}.uf-modal{align-items:end;padding:.75rem}.uf-modal__panel{width:100%;max-height:calc(100dvh - 1.5rem);border-radius:1rem}.uf-modal__footer .uf-button{flex:1 1 auto}}@media(max-width:24rem){.uf-header-company{max-width:1.875rem;padding-inline:.25rem}.uf-header-company__copy{display:none}}@media(min-width:64rem){.uf-header-profile__copy{display:block}}@media(min-width:40rem){.uf-kpi-grid,.uf-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:48rem){.uf-shell__sidebar{inset:var(--uf-shell-gap) auto var(--uf-shell-gap) var(--uf-shell-gap);width:calc(var(--uf-sidebar-width) - (var(--uf-shell-gap) * 2));border:1px solid color-mix(in srgb,var(--uf-border) 70%,transparent);border-radius:var(--uf-radius-lg);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transform:none;overflow:hidden;transition:width .18s ease}.uf-shell__main{height:calc(100svh - (var(--uf-shell-gap) * 2));margin:var(--uf-shell-gap) var(--uf-shell-gap) var(--uf-shell-gap) var(--uf-sidebar-width);padding-left:0;border:1px solid color-mix(in srgb,var(--uf-border) 70%,transparent);border-radius:var(--uf-radius-lg);background:var(--uf-bg);box-shadow:var(--uf-shadow-sm);overflow:hidden;transition:margin-left .18s ease}.uf-shell[data-collapsed=true] .uf-shell__sidebar{width:calc(var(--uf-sidebar-icon-width) + (var(--uf-shell-gap) * 2) + 2px)}.uf-shell[data-collapsed=true] .uf-shell__main{margin-left:calc(var(--uf-sidebar-icon-width) + (var(--uf-shell-gap) * 5))}.uf-shell[data-collapsed=true] .uf-shell__brand{min-height:3.5rem;justify-content:center;padding-inline:var(--uf-shell-gap)}.uf-shell[data-collapsed=true] .uf-shell__brand-label,.uf-shell[data-collapsed=true] .uf-nav-group__label,.uf-shell[data-collapsed=true] .uf-nav-link__label,.uf-shell[data-collapsed=true] .uf-shell__sidebar-footer{display:none}.uf-shell[data-collapsed=true] .uf-shell__nav{padding:.25rem .5rem .5rem}.uf-shell[data-collapsed=true] .uf-nav-group{gap:.25rem;margin-bottom:0}.uf-shell[data-collapsed=true] .uf-nav-link{width:2rem;min-height:2rem;height:2rem;justify-content:center;gap:0;margin-inline:auto;padding:.5rem}.uf-shell[data-collapsed=true] .uf-shell__footer-nav{padding:.5rem}.uf-shell__rail{position:absolute;inset:0 -.25rem 0 auto;display:block;width:.5rem;border:0;background:transparent;cursor:col-resize}.uf-shell__content{padding-inline:1.5rem}}@media(min-width:80rem){.uf-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.uf-kpi-grid[data-columns="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.uf-kpi-grid[data-columns="3"],.uf-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.uf-card-grid[data-columns="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.uf-card-grid[data-columns="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:47.999rem){.uf-shell__content{padding-inline:1rem}.uf-page-header{align-items:stretch}.uf-page-header__action{width:100%}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse:0;--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-200:oklch(88.5% .062 18.334);--color-red-700:oklch(50.5% .213 27.518);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-950:oklch(12.9% .042 264.695);--color-white:#fff;--spacing:.25rem;--container-md:28rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--radius-2xl:1rem;--animate-spin:spin 1s linear infinite;--blur-2xl:40px;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.-top-12{top:calc(var(--spacing) * -12)}.-right-12{right:calc(var(--spacing) * -12)}.mx-auto{margin-inline:auto}.mt-1{margin-top:var(--spacing)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.block{display:block}.flex{display:flex}.grid{display:grid}.size-12{width:calc(var(--spacing) * 12);height:calc(var(--spacing) * 12)}.size-32{width:calc(var(--spacing) * 32);height:calc(var(--spacing) * 32)}.min-h-11{min-height:calc(var(--spacing) * 11)}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.min-w-0{min-width:0}.flex-1{flex:1}.animate-spin{animation:var(--animate-spin)}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\[2rem\]{border-radius:2rem}.rounded-full{border-radius:3.40282e38px}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-red-200{border-color:var(--color-red-200)}.border-white\/70{border-color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.border-white\/70{border-color:color-mix(in oklab,var(--color-white) 70%,transparent)}}.bg-\[\#00BC7D\]\/15{background-color:#00bc7d26}.bg-red-50{background-color:var(--color-red-50)}.bg-slate-100{background-color:var(--color-slate-100)}.bg-slate-950{background-color:var(--color-slate-950)}.bg-white\/95{background-color:#fffffff2}@supports (color:color-mix(in lab,red,red)){.bg-white\/95{background-color:color-mix(in oklab,var(--color-white) 95%,transparent)}}.p-4{padding:calc(var(--spacing) * 4)}.p-7{padding:calc(var(--spacing) * 7)}.px-3{padding-inline:calc(var(--spacing) * 3)}.py-2{padding-block:calc(var(--spacing) * 2)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.text-\[\#00BC7D\]{color:#00bc7d}.text-red-700{color:var(--color-red-700)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-950{color:var(--color-slate-950)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-slate-200\/70{--tw-shadow-color:#e2e8f0b3}@supports (color:color-mix(in lab,red,red)){.shadow-slate-200\/70{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--color-slate-200) 70%, transparent) var(--tw-shadow-alpha), transparent)}}.blur-2xl{--tw-blur:blur(var(--blur-2xl));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,)}@media(min-width:40rem){.sm\:w-72{width:calc(var(--spacing) * 72)}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:64rem){.lg\:flex-row{flex-direction:row}}@media(min-width:80rem){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&_\.uf-input\]\:rounded-r-none .uf-input{border-top-right-radius:0;border-bottom-right-radius:0}}:root{font-family:var(--uf-font-sans);color:var(--uf-text);background:var(--uf-bg);font-synthesis:none;text-rendering:optimizelegibility}html,body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}.admin-header-domain{color:var(--uf-text-muted);margin-top:.125rem;font-size:.75rem;display:block}.admin-environment{color:var(--uf-text-muted);font-size:.8125rem}.admin-sidebar-footer{color:var(--uf-text-muted);text-align:center;white-space:nowrap;font-size:.6875rem;display:block;overflow:hidden}.admin-notice{border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;display:flex}.admin-notice--error{border-color:var(--uf-status-error)}@supports (color:color-mix(in lab,red,red)){.admin-notice--error{border-color:color-mix(in srgb,var(--uf-status-error) 35%,var(--uf-border))}}.admin-notice--error{color:var(--uf-status-error)}.admin-notice--success{border-color:var(--uf-accent)}@supports (color:color-mix(in lab,red,red)){.admin-notice--success{border-color:color-mix(in srgb,var(--uf-accent) 35%,var(--uf-border))}}.admin-notice--success{color:var(--uf-brand-green)}.admin-field{border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);min-height:2.75rem;color:var(--uf-text);padding:.625rem .75rem}.admin-field:focus-visible{outline:3px solid var(--uf-focus)}@supports (color:color-mix(in lab,red,red)){.admin-field:focus-visible{outline:3px solid color-mix(in srgb,var(--uf-focus) 30%,transparent)}}.admin-field:focus-visible{outline-offset:1px}.admin-api-legend{color:var(--uf-text-muted);align-items:center;gap:.5rem;margin-top:.75rem;font-size:.75rem;display:flex}.admin-section-meta{color:var(--uf-text-muted);font-size:.75rem}.admin-skeleton-card{border-radius:var(--uf-radius-md);background:var(--uf-neutral-200);height:7rem;animation:1.5s ease-in-out infinite admin-pulse}@keyframes admin-pulse{50%{opacity:.55}}.wish-toolbar{justify-content:flex-end;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.wish-toolbar .uf-select{width:min(100%,13rem)}.settings-form{flex-direction:column;gap:1rem;display:flex}.settings-grid{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}.settings-field{flex-direction:column;gap:.375rem;min-width:0;display:flex}.settings-toggle{justify-content:space-between;align-items:center;gap:1rem;min-height:2.75rem;display:flex}.settings-toggle strong,.settings-toggle span{display:block}.settings-toggle strong{font-size:.8125rem;font-weight:600}.settings-toggle span,.settings-help{color:var(--uf-text-muted);margin:.1875rem 0 0;font-size:.75rem}.settings-automation{gap:1rem;display:grid}.settings-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.wish-template-grid{gap:1rem;display:grid}.wish-template-editor,.wish-template-preview{border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);width:100%;min-height:20rem;color:var(--uf-text)}.wish-template-editor{resize:vertical;padding:.75rem;font:.75rem/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.wish-template-editor:focus{outline:2px solid var(--uf-brand-green)}@supports (color:color-mix(in lab,red,red)){.wish-template-editor:focus{outline:2px solid color-mix(in srgb,var(--uf-brand-green) 25%,transparent)}}.wish-template-editor:focus{border-color:var(--uf-brand-green)}.wish-template-preview{background:#fff}@media(min-width:48rem){.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-automation{grid-template-columns:minmax(0,1fr) minmax(12rem,.4fr);align-items:end}.settings-help{grid-column:1/-1}.wish-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ems-form-control{border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);width:min(100%,24rem);min-height:2.5rem;color:var(--uf-text);margin-bottom:1rem;padding:.5rem .75rem}.ems-crud-grid{grid-template-columns:minmax(15rem,.75fr) minmax(0,1.25fr);align-items:start;gap:1rem;display:grid}.ems-record-list{flex-direction:column;gap:.5rem;max-height:31rem;display:flex;overflow:auto}.ems-record-list button{appearance:none;border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);color:var(--uf-text);text-align:left;cursor:pointer;padding:.7rem .8rem}.ems-record-list button.is-active{border-color:var(--uf-brand-green)}@supports (color:color-mix(in lab,red,red)){.ems-record-list button.is-active{border-color:color-mix(in srgb,var(--uf-brand-green) 55%,var(--uf-border))}}.ems-record-list button.is-active{background:var(--uf-brand-green)}@supports (color:color-mix(in lab,red,red)){.ems-record-list button.is-active{background:color-mix(in srgb,var(--uf-brand-green) 8%,var(--uf-surface))}}.ems-record-list strong,.ems-record-list small{display:block}.ems-record-list small,.ems-muted{color:var(--uf-text-muted);margin-top:.2rem;font-size:.75rem}.ems-settings-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;display:grid}.ems-settings-form label{min-width:0;color:var(--uf-text-muted);flex-direction:column;gap:.35rem;font-size:.75rem;font-weight:600;display:flex}.ems-settings-form input,.ems-settings-form select,.ems-settings-form textarea{border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);min-height:2.5rem;color:var(--uf-text);padding:.55rem .7rem;font-size:.875rem;font-weight:400}.ems-settings-form textarea{resize:vertical;min-height:5rem}.ems-form-actions{grid-column:1/-1;justify-content:flex-end;gap:.5rem;display:flex}@media(max-width:760px){.ems-crud-grid,.ems-settings-form{grid-template-columns:1fr}.ems-record-list{max-height:18rem}}.user-access-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.user-access-summary span{border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:linear-gradient(135deg,var(--uf-brand-green),var(--uf-surface));flex-direction:column;justify-content:center;min-height:4.75rem;display:flex}@supports (color:color-mix(in lab,red,red)){.user-access-summary span{background:linear-gradient(135deg,color-mix(in srgb,var(--uf-brand-green) 5%,var(--uf-surface)),var(--uf-surface))}}.user-access-summary span{box-shadow:var(--uf-elevation-xs);padding:.875rem 1rem}.user-access-summary strong{color:var(--uf-text);font-size:1.45rem;line-height:1}.user-access-summary small{color:var(--uf-text-muted);margin-top:.35rem;font-size:.75rem}.user-access-grid{grid-template-columns:minmax(22rem,.95fr) minmax(20rem,1.05fr);align-items:start;gap:1rem;display:grid}.user-access-grid>.uf-section:last-child{grid-column:1/-1}.user-access-form{gap:1rem;display:grid}.user-create-panel{border:1px solid var(--uf-border);gap:.75rem;display:grid}@supports (color:color-mix(in lab,red,red)){.user-create-panel{border:1px solid color-mix(in srgb,var(--uf-border) 86%,transparent)}}.user-create-panel{border-radius:var(--uf-radius-md);background:var(--uf-surface-subtle)}@supports (color:color-mix(in lab,red,red)){.user-create-panel{background:color-mix(in srgb,var(--uf-surface-subtle) 54%,var(--uf-surface))}}.user-create-panel{padding:.875rem}.user-create-panel--inline{grid-template-columns:minmax(11rem,.55fr) minmax(14rem,1fr);align-items:start}.user-create-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding-top:.125rem;display:flex}.employee-result-card{border:1px solid var(--uf-brand-green);grid-template-columns:auto 1fr;align-items:center;gap:.75rem;display:grid}@supports (color:color-mix(in lab,red,red)){.employee-result-card{border:1px solid color-mix(in srgb,var(--uf-brand-green) 24%,var(--uf-border))}}.employee-result-card{border-radius:var(--uf-radius-md);background:var(--uf-brand-green)}@supports (color:color-mix(in lab,red,red)){.employee-result-card{background:color-mix(in srgb,var(--uf-brand-green) 6%,var(--uf-surface))}}.employee-result-card{padding:.75rem}.employee-result-card__icon,.selected-user-card__icon,.user-avatar{background:var(--uf-brand-green);border-radius:.625rem;flex:none;place-items:center;display:grid}@supports (color:color-mix(in lab,red,red)){.employee-result-card__icon,.selected-user-card__icon,.user-avatar{background:color-mix(in srgb,var(--uf-brand-green) 10%,var(--uf-surface))}}.employee-result-card__icon,.selected-user-card__icon,.user-avatar{color:var(--uf-brand-green)}.employee-result-card__icon{width:2.25rem;height:2.25rem}.employee-result-card strong,.employee-result-card small{display:block}.employee-result-card strong{color:var(--uf-text);font-size:.875rem}.employee-result-card small{color:var(--uf-text-muted);margin-top:.18rem;font-size:.72rem;line-height:1.3}.app-check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;margin-top:.75rem;display:grid}.app-check-grid .uf-checkbox-field strong{align-items:center;gap:.35rem;display:flex}.user-access-list{flex-direction:column;gap:.5rem;max-height:26rem;display:flex;overflow:auto}.user-access-list button{appearance:none;border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);color:var(--uf-text);text-align:left;cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.7rem .8rem;transition:border-color .14s,background-color .14s,box-shadow .14s;display:grid}.user-access-list button:hover{border-color:var(--uf-brand-green)}@supports (color:color-mix(in lab,red,red)){.user-access-list button:hover{border-color:color-mix(in srgb,var(--uf-brand-green) 24%,var(--uf-border))}}.user-access-list button:hover{box-shadow:var(--uf-elevation-xs)}.user-access-list button.is-active{border-color:var(--uf-brand-green)}@supports (color:color-mix(in lab,red,red)){.user-access-list button.is-active{border-color:color-mix(in srgb,var(--uf-brand-green) 55%,var(--uf-border))}}.user-access-list button.is-active{background:var(--uf-brand-green)}@supports (color:color-mix(in lab,red,red)){.user-access-list button.is-active{background:color-mix(in srgb,var(--uf-brand-green) 8%,var(--uf-surface))}}.user-avatar{width:2rem;height:2rem}.user-access-list strong,.user-access-list small{display:block}.user-access-list small{color:var(--uf-text-muted);margin-top:.2rem;font-size:.75rem}.user-access-list em{background:var(--uf-brand-green);border-radius:999px;place-items:center;min-width:1.75rem;height:1.5rem;display:grid}@supports (color:color-mix(in lab,red,red)){.user-access-list em{background:color-mix(in srgb,var(--uf-brand-green) 9%,var(--uf-surface))}}.user-access-list em{color:var(--uf-brand-green);font-size:.72rem;font-style:normal;font-weight:700}.empty-state{border:1px dashed var(--uf-border);border-radius:var(--uf-radius-md);min-height:10rem;color:var(--uf-text-muted);place-items:center;font-size:.8125rem;display:grid}.selected-user-card{border:1px solid var(--uf-border);grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;margin-bottom:.75rem;display:grid}@supports (color:color-mix(in lab,red,red)){.selected-user-card{border:1px solid color-mix(in srgb,var(--uf-border) 86%,transparent)}}.selected-user-card{border-radius:var(--uf-radius-md);background:var(--uf-surface-subtle)}@supports (color:color-mix(in lab,red,red)){.selected-user-card{background:color-mix(in srgb,var(--uf-surface-subtle) 54%,var(--uf-surface))}}.selected-user-card{padding:.8rem}.selected-user-card__icon{width:2.25rem;height:2.25rem}.selected-user-card strong,.selected-user-card small{align-items:center;gap:.35rem;display:flex}.selected-user-card strong{font-size:.9rem}.selected-user-card small{color:var(--uf-text-muted);margin-top:.2rem;font-size:.75rem}.selected-user-card i{border:1px solid var(--uf-brand-green)}@supports (color:color-mix(in lab,red,red)){.selected-user-card i{border:1px solid color-mix(in srgb,var(--uf-brand-green) 28%,var(--uf-border))}}.selected-user-card i{background:var(--uf-brand-green);border-radius:999px}@supports (color:color-mix(in lab,red,red)){.selected-user-card i{background:color-mix(in srgb,var(--uf-brand-green) 8%,var(--uf-surface))}}.selected-user-card i{color:var(--uf-brand-green);padding:.2rem .5rem;font-size:.68rem;font-style:normal;font-weight:700}@media(max-width:920px){.user-access-grid,.user-create-panel--inline,.app-check-grid{grid-template-columns:1fr}}@media(max-width:560px){.user-access-summary{grid-template-columns:1fr}.user-create-actions,.settings-actions{justify-content:stretch}.user-create-actions>.uf-button,.settings-actions>.uf-button{flex:1}}.employee-search-form{grid-template-columns:minmax(0,1fr) auto;gap:.5rem;display:grid}.employee-picker-list{gap:.5rem;max-height:17rem;display:grid;overflow:auto}.employee-picker-list button{appearance:none;border:1px solid var(--uf-border);border-radius:var(--uf-radius-md);background:var(--uf-surface);color:var(--uf-text);text-align:left;cursor:pointer;grid-template-columns:auto 1fr;align-items:center;gap:.75rem;padding:.7rem .8rem;display:grid}.employee-picker-list button.is-active{border-color:var(--uf-brand-green)}@supports (color:color-mix(in lab,red,red)){.employee-picker-list button.is-active{border-color:color-mix(in srgb,var(--uf-brand-green) 55%,var(--uf-border))}}.employee-picker-list button.is-active{background:var(--uf-brand-green)}@supports (color:color-mix(in lab,red,red)){.employee-picker-list button.is-active{background:color-mix(in srgb,var(--uf-brand-green) 8%,var(--uf-surface))}}.employee-picker-list strong,.employee-picker-list small{display:block}.employee-picker-list small{color:var(--uf-text-muted);margin-top:.2rem;font-size:.75rem}.user-create-modal{gap:1rem;display:grid}.user-create-options{grid-template-columns:minmax(10rem,.55fr) minmax(14rem,1fr);align-items:start;gap:.75rem;display:grid}@media(max-width:640px){.employee-search-form,.user-create-options{grid-template-columns:1fr}}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}
