@tomny-dev/uzi 0.2.3 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1924 -44
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1380 -6078
- package/dist/index.js.map +1 -1
- package/dist/style.css +2025 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1,2 +1,2026 @@
|
|
|
1
|
-
*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}:root{--focus-ring:2px solid color-mix(in srgb, var(--ring,#94a3b8) 50%, transparent);--focus-ring-offset:2px;--success:#21c45d;--warning:#f59f0a;--uzi-control-min-height:2.125rem;--uzi-control-radius:8px;--uzi-control-padding-y:6px;--uzi-control-padding-x:14px;--uzi-control-padding-x-compact:12px;--uzi-control-font-size:.85rem;--uzi-control-line-height:1.25rem;--uzi-control-shadow:0 1px 2px #00000014;--uzi-control-shadow-hover:0 2px 8px #0000001f;--uzi-menu-radius:.625rem;--uzi-menu-padding:.25rem;--uzi-menu-shadow:0 12px 32px #0000002e;--uzi-menu-item-radius:.5rem;--uzi-menu-item-gap:.5rem;--uzi-menu-item-padding-y:.5rem;--uzi-menu-item-padding-x:.625rem}:root,:root[data-uzi-theme=light],[data-uzi-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f9fafb;--foreground:#0f1729;--card:#fff;--card-foreground:#0f1729;--popover:#fff;--popover-foreground:#0f1729;--secondary:#ebeff5;--secondary-foreground:#0f1729;--muted:#ebeff5;--muted-foreground:#65758b;--accent:#e4eaf1;--accent-foreground:#0f1729;--destructive:#ef4343;--destructive-foreground:#fafafa;--border:#d7dfea;--input:#d7dfea;--panel:var(--card);--text:var(--foreground)}:root[data-uzi-theme=dark],[data-uzi-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#0f172a;--foreground:#e2e8f0;--card:#111827;--card-foreground:#e2e8f0;--popover:#111827;--popover-foreground:#e2e8f0;--secondary:#152036;--secondary-foreground:#e2e8f0;--muted:#152036;--muted-foreground:#94a3b8;--accent:color-mix(in srgb, var(--primary) 12%, transparent);--uzi-control-shadow:inset 0 1px 0 #ffffff08, 0 1px 2px #0000002e;--uzi-control-shadow-hover:inset 0 1px 0 #ffffff0a, 0 2px 8px #0000003d;--accent-foreground:#e2e8f0;--destructive:#dc2828;--destructive-foreground:#fafafa;--border:#1f2937;--input:#1f2937;--panel:#111827;--surface-elevated:#0b1224;--surface-topbar:color-mix(in srgb, var(--background,#0b1224) 85%, transparent);--text:#e2e8f0}:root,:root[data-uzi-accent=blue],[data-uzi-accent=blue]{--primary:#2463eb;--primary-foreground:#f8fafc;--ring:#2463eb}:root[data-uzi-accent=cyan],[data-uzi-accent=cyan]{--primary:#07b9d5;--primary-foreground:#0f1729;--ring:#07b9d5}:root[data-uzi-accent=violet],[data-uzi-accent=violet]{--primary:#7c3bed;--primary-foreground:#f8fafc;--ring:#7c3bed}:root[data-uzi-accent=emerald],[data-uzi-accent=emerald]{--primary:#10b77f;--primary-foreground:#f8fafc;--ring:#10b77f}:root[data-uzi-accent=amber],[data-uzi-accent=amber]{--primary:#f59f0a;--primary-foreground:#0f1729;--ring:#f59f0a}:root[data-uzi-accent=rose],[data-uzi-accent=rose]{--primary:#dd1d4a;--primary-foreground:#f8fafc;--ring:#dd1d4a}.uzi-button-module__button__5dzDN{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-weight:600;line-height:1;text-decoration:none;transition:opacity .15s,border-color .15s,color .15s,background .15s;display:inline-flex}.uzi-button-module__button__5dzDN:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}.uzi-button-module__button__5dzDN svg{flex-shrink:0;width:1rem;height:1rem}.uzi-button-module__button__5dzDN:disabled{opacity:.45;cursor:not-allowed}.uzi-button-module__sizeSm__jb544{min-height:2rem;padding:6px 14px;font-size:.82rem}.uzi-button-module__sizeMd__lIo8M{min-height:2.25rem;padding:10px 22px;font-size:.95rem}.uzi-button-module__sizeLg__QSSuW{min-height:2.5rem;padding:12px 28px;font-size:1rem}.uzi-button-module__sizeIcon__Aa9tN{width:2.25rem;height:2.25rem;padding:0}.uzi-button-module__variantPrimary__zp2Pg{background:var(--ts-btn-primary-bg,var(--primary));color:var(--ts-btn-primary-text,var(--primary-foreground))}.uzi-button-module__variantPrimary__zp2Pg:hover:not(:disabled){opacity:.88}.uzi-button-module__variantSecondary__oX5CB{background:var(--ts-btn-secondary-bg,var(--secondary));color:var(--ts-btn-secondary-text,var(--secondary-foreground));border-color:var(--ts-btn-secondary-border,var(--border))}.uzi-button-module__variantSecondary__oX5CB:hover:not(:disabled){background:var(--ts-btn-secondary-hover-bg,color-mix(in srgb, var(--secondary) 90%, black))}.uzi-button-module__variantOutline__uXfiP{background:var(--ts-btn-outline-bg,var(--background));color:var(--ts-btn-outline-text,var(--foreground));border-color:var(--ts-btn-outline-border,var(--border))}.uzi-button-module__variantOutline__uXfiP:hover:not(:disabled){background:var(--ts-btn-outline-hover-bg,var(--accent));color:var(--ts-btn-outline-hover-text,var(--accent-foreground))}.uzi-button-module__variantGhost__-OEB8{color:var(--ts-btn-ghost-text,var(--muted-foreground));background:0 0;padding-left:8px;padding-right:8px}.uzi-button-module__variantGhost__-OEB8:hover:not(:disabled){background:var(--ts-btn-ghost-hover-bg,var(--accent));color:var(--ts-btn-ghost-hover-text,var(--accent-foreground))}.uzi-button-module__variantDestructive__5IeYA{background:var(--ts-btn-danger-bg,var(--destructive));color:var(--ts-btn-danger-text,var(--destructive-foreground))}.uzi-button-module__variantDestructive__5IeYA:hover:not(:disabled){opacity:.9}.uzi-button-module__variantLink__Olx4I{color:var(--ts-btn-link-text,var(--primary));background:0 0;border-color:#0000;border-radius:0;min-height:auto;padding:0}.uzi-button-module__variantLink__Olx4I:hover:not(:disabled){text-underline-offset:.2em;text-decoration:underline}.uzi-avatar-module__avatar__yPIOs{background:var(--ts-avatar-bg,var(--muted));color:var(--ts-avatar-fg,var(--muted-foreground));border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.uzi-avatar-module__size-sm__v5riJ{width:1.75rem;height:1.75rem}.uzi-avatar-module__size-md__g7IQS{width:2rem;height:2rem}.uzi-avatar-module__size-lg__Ca4xk{width:2.25rem;height:2.25rem}.uzi-avatar-module__size-xl__K0Dfk{width:4rem;height:4rem}.uzi-avatar-module__image__Ngo7A{object-fit:cover;width:100%;height:100%}.uzi-avatar-module__fallback__Tf3oZ{border-radius:inherit;background:var(--ts-avatar-fallback-bg,var(--muted));width:100%;height:100%;color:var(--ts-avatar-fallback-fg,var(--muted-foreground));text-transform:uppercase;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;line-height:1;display:flex}.uzi-card-module__card__ZPFTz{border-radius:var(--ts-card-radius,12px);border:1px solid var(--ts-card-border,var(--border));background:var(--ts-card-bg,var(--panel));color:var(--ts-card-fg,var(--foreground));box-shadow:var(--ts-card-shadow,0 16px 36px #00000047);padding:var(--ts-card-padding,16px);transition:transform .14s,box-shadow .14s,border-color .14s,background-color .14s;position:relative;overflow:visible}.uzi-card-module__tone-default__7Ujf9{--ts-card-bg:var(--panel);--ts-card-border:var(--border);--ts-card-shadow:0 16px 36px #00000047}.uzi-card-module__tone-muted__RQy5B{--ts-card-bg:var(--muted);--ts-card-border:var(--border);--ts-card-shadow:0 10px 26px #00000038}.uzi-card-module__tone-contrast__JpFxL{--ts-card-bg:var(--ts-card-contrast-bg,color-mix(in srgb, var(--background) 60%, black));--ts-card-border:var(--border);--ts-card-shadow:0 18px 50px #00000052}.uzi-card-module__interactive__zlPML{cursor:default}.uzi-card-module__interactive__zlPML:hover{border-color:var(--ts-card-hover-border,color-mix(in srgb, var(--primary) 40%, transparent));transform:translateY(-1px);box-shadow:0 22px 60px #00000052}.uzi-card-module__interactive__zlPML:focus-within{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}.uzi-card-module__padding-none__LXdx-{--ts-card-padding:0}.uzi-card-module__padding-sm__-Ub1s{--ts-card-padding:10px}.uzi-card-module__padding-md__kUf46{--ts-card-padding:16px}.uzi-card-module__padding-lg__a5mWP{--ts-card-padding:20px}.uzi-pill-module__pill__uCKcP{border:1px solid var(--ts-pill-border,var(--border));background:var(--ts-pill-bg,color-mix(in srgb, var(--foreground) 4%, transparent));color:var(--ts-pill-fg,var(--muted-foreground));letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;line-height:1.2;display:inline-flex}.uzi-pill-module__size-sm__JANOQ{padding:3px 8px;font-size:11px}.uzi-pill-module__size-md__fdsqR{padding:4px 10px}.uzi-pill-module__tone-success__kW2Kf{color:var(--success);border-color:color-mix(in srgb, var(--success) 45%, transparent);background:color-mix(in srgb, var(--success) 12%, transparent)}.uzi-pill-module__tone-warning__Rc5-s{color:var(--warning);border-color:color-mix(in srgb, var(--warning) 45%, transparent);background:color-mix(in srgb, var(--warning) 12%, transparent)}.uzi-pill-module__tone-info__0vQrj{color:var(--primary);border-color:color-mix(in srgb, var(--primary) 50%, transparent);background:color-mix(in srgb, var(--primary) 12%, transparent)}.uzi-pill-module__tone-danger__gzNOa{color:var(--destructive);border-color:color-mix(in srgb, var(--destructive) 45%, transparent);background:color-mix(in srgb, var(--destructive) 12%, transparent)}.uzi-pill-module__icon__KQ8zg{justify-content:center;align-items:center;width:12px;height:12px;display:inline-flex}.uzi-pill-module__content__T7AG1{align-items:center;gap:4px;display:inline-flex}.uzi-modal-module__portalLayer__t7blc{z-index:100;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.uzi-modal-module__backdrop__IMd3b{background:#0000008c;position:absolute;inset:0}.uzi-modal-module__backdrop__IMd3b[data-state=open]{animation:.16s uzi-modal-module__backdropFadeIn__GNJdx}.uzi-modal-module__backdrop__IMd3b[data-state=closed]{animation:.14s uzi-modal-module__backdropFadeOut__R-3K5}.uzi-modal-module__overlayContent__0DtbP{z-index:1;outline:none;justify-content:center;align-items:center;max-width:100%;max-height:100%;display:flex;position:relative}.uzi-modal-module__overlayContent__0DtbP[data-state=open]{animation:.18s uzi-modal-module__modalContentIn__fub8M}.uzi-modal-module__overlayContent__0DtbP[data-state=closed]{animation:.14s uzi-modal-module__modalContentOut__elTJ3}.uzi-modal-module__modal__Mao59{background:var(--background);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:0;width:min(500px,100%);padding:24px;display:flex;box-shadow:0 24px 64px #0000008c}.uzi-modal-module__size-sm__Uu9je{width:min(380px,100%)}.uzi-modal-module__size-md__TiiWy{width:min(500px,100%)}.uzi-modal-module__size-lg__BrTIO{width:min(640px,100%)}.uzi-modal-module__size-xl__sj0mh{width:min(900px,100%)}.uzi-modal-module__header__PmCaO{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.uzi-modal-module__titles__IboyQ{flex-direction:column;gap:3px;display:flex}.uzi-modal-module__title__Zd7pL{color:var(--foreground);font-size:16px;font-weight:700;line-height:1.3}.uzi-modal-module__subtitle__t-LRK{color:var(--muted-foreground);font-size:13px;line-height:1.4}.uzi-modal-module__closeButton__GTiZr{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.uzi-modal-module__closeButton__GTiZr:hover{background:color-mix(in srgb, var(--foreground) 7%, transparent);color:var(--foreground)}.uzi-modal-module__closeButton__GTiZr:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}.uzi-modal-module__body__km6FQ{flex-direction:column;gap:12px;display:flex}.uzi-modal-module__footer__jWLTv{gap:8px;margin-top:20px;display:flex}@keyframes uzi-modal-module__backdropFadeIn__GNJdx{0%{opacity:0}to{opacity:1}}@keyframes uzi-modal-module__backdropFadeOut__R-3K5{0%{opacity:1}to{opacity:0}}@keyframes uzi-modal-module__modalContentIn__fub8M{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes uzi-modal-module__modalContentOut__elTJ3{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(4px)scale(.98)}}.uzi-alert-module__alert__7Bt6c{border:1px solid;border-radius:.375rem;align-items:flex-start;gap:.5rem;padding:.625rem .875rem;font-size:.875rem;line-height:1.5;display:flex}.uzi-alert-module__success__apdFG{border-color:color-mix(in srgb, var(--success) 35%, transparent);background:color-mix(in srgb, var(--success) 10%, transparent);color:color-mix(in srgb, var(--success) 90%, var(--foreground))}.uzi-alert-module__error__KLgi1{border-color:color-mix(in srgb, var(--destructive) 35%, transparent);background:color-mix(in srgb, var(--destructive) 10%, transparent);color:color-mix(in srgb, var(--destructive) 90%, var(--foreground))}.uzi-alert-module__warning__F4fpk{border-color:color-mix(in srgb, var(--warning) 35%, transparent);background:color-mix(in srgb, var(--warning) 10%, transparent);color:color-mix(in srgb, var(--warning) 90%, var(--foreground))}.uzi-alert-module__info__1IKHt{border-color:color-mix(in srgb, var(--primary) 35%, transparent);background:color-mix(in srgb, var(--primary) 10%, transparent);color:color-mix(in srgb, var(--primary) 90%, var(--foreground))}.uzi-toast-module__stack__SRrda{z-index:2147483000;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed}.uzi-toast-module__topRight__WiZzM{align-items:flex-end;top:16px;right:16px}.uzi-toast-module__topLeft__SzFS9{align-items:flex-start;top:16px;left:16px}.uzi-toast-module__topCenter__X5W-x{align-items:center;top:16px;left:50%;transform:translate(-50%)}.uzi-toast-module__bottomRight__DMtoS{align-items:flex-end;bottom:16px;right:16px}.uzi-toast-module__bottomLeft__ZZ7VF{align-items:flex-start;bottom:16px;left:16px}.uzi-toast-module__bottomCenter__QNJrM{align-items:center;bottom:16px;left:50%;transform:translate(-50%)}.uzi-toast-module__toast__HNUcj{pointer-events:auto;border:1px solid var(--toast-border,var(--border));background:var(--toast-bg,var(--popover));min-width:280px;max-width:min(420px,100vw - 32px);color:var(--toast-text,var(--popover-foreground));border-radius:10px;align-items:flex-start;gap:10px;padding:12px 12px 12px 14px;animation:.18s ease-out uzi-toast-module__toastSlideIn__BTXfm;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a,0 2px 6px #0000000f}.uzi-toast-module__toast__HNUcj:before{content:"";background:var(--toast-accent,transparent);border-radius:10px 0 0 10px;width:3px;position:absolute;top:0;bottom:0;left:0}.uzi-toast-module__toast__HNUcj[data-state=closed]{animation:.16s ease-in forwards uzi-toast-module__toastSlideOut__mBX-G}.uzi-toast-module__toast__HNUcj[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.uzi-toast-module__toast__HNUcj[data-swipe=cancel]{transition:transform .18s ease-out;transform:translate(0)}.uzi-toast-module__toast__HNUcj[data-swipe=end]{animation:.16s ease-out forwards uzi-toast-module__toastSwipeOut__R-jk2}.uzi-toast-module__icon__LIAqr{width:18px;height:18px;color:var(--toast-accent,var(--foreground));flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.uzi-toast-module__body__9vzs7{flex:1;gap:6px;min-width:0;display:grid}.uzi-toast-module__message__TBY65{word-break:break-word;font-size:14px;line-height:1.4}.uzi-toast-module__actions__Iykd9{flex-wrap:wrap;gap:6px;display:flex}.uzi-toast-module__actionButton__cvUr0{border:1px solid var(--toast-action-border,var(--border));background:var(--toast-action-bg,color-mix(in srgb, var(--foreground) 8%, transparent));color:var(--toast-text,var(--popover-foreground));cursor:pointer;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:600;transition:background .12s}.uzi-toast-module__actionButton__cvUr0:hover{background:color-mix(in srgb, var(--toast-action-bg,var(--foreground)), var(--foreground) 10%)}.uzi-toast-module__controls__LqA4Q{flex-shrink:0;align-items:center;gap:2px;margin:-2px -2px -2px 0;display:flex}.uzi-toast-module__iconButton__FOsOp{width:22px;height:22px;color:var(--toast-text,var(--popover-foreground));opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;padding:0;transition:opacity .12s,background .12s;display:flex}.uzi-toast-module__iconButton__FOsOp:hover{opacity:1;background:color-mix(in srgb, var(--foreground) 8%, transparent)}.uzi-toast-module__iconButtonError__NJsLX{opacity:1;color:var(--destructive)}.uzi-toast-module__iconButton__FOsOp:focus-visible,.uzi-toast-module__actionButton__cvUr0:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}@keyframes uzi-toast-module__toastSlideIn__BTXfm{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes uzi-toast-module__toastSlideOut__mBX-G{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}@keyframes uzi-toast-module__toastSwipeOut__R-jk2{0%{opacity:1;transform:translateX(var(--radix-toast-swipe-end-x))}to{opacity:0;transform:translateX(calc(var(--radix-toast-swipe-end-x) * 1.05))}}.uzi-input-module__input__-ipHD{border:1px solid var(--ts-input-border,var(--input));background:var(--ts-input-bg,var(--background));width:100%;min-height:2.25rem;color:var(--ts-input-fg,var(--foreground));box-shadow:var(--ts-input-shadow,0 1px 2px #0000000a);border-radius:.5rem;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;transition:border-color .15s,background .15s;display:flex}.uzi-input-module__input__-ipHD::placeholder{color:var(--ts-input-placeholder,var(--muted-foreground))}.uzi-input-module__input__-ipHD:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}.uzi-input-module__input__-ipHD:disabled{cursor:not-allowed;opacity:.5}.uzi-label-module__label__gKflt{color:var(--ts-label-fg,inherit);font-size:.875rem;font-weight:500;line-height:1.2}.uzi-checkbox-module__checkbox__zAB1y{border:1px solid var(--ts-checkbox-border,var(--border));background:var(--ts-checkbox-bg,var(--background));width:1rem;height:1rem;accent-color:var(--ts-checkbox-accent,var(--primary));cursor:pointer;border-radius:.25rem;margin:0}.uzi-checkbox-module__checkbox__zAB1y:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}.uzi-checkbox-module__checkbox__zAB1y:disabled{cursor:not-allowed;opacity:.5}.uzi-multi-select-module__wrapper__Izj2x{min-width:0;max-width:100%;display:inline-flex;position:relative}.uzi-multi-select-module__wrapperFullWidth__eH8pf{width:100%}.uzi-multi-select-module__trigger__r3816{width:100%;min-width:0;min-height:var(--uzi-control-min-height);border-radius:var(--uzi-control-radius);border:1px solid var(--ts-dropdown-border,var(--border));background:var(--ts-dropdown-bg,var(--panel));color:var(--ts-dropdown-text,var(--foreground));padding:var(--uzi-control-padding-y) var(--uzi-control-padding-x-compact) var(--uzi-control-padding-y) var(--uzi-control-padding-x);font-size:var(--uzi-control-font-size);line-height:var(--uzi-control-line-height);box-shadow:var(--uzi-control-shadow);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:.625rem;font-family:inherit;transition:border-color .15s,background .15s,color .15s,box-shadow .15s;display:inline-flex}.uzi-multi-select-module__trigger__r3816:hover:not(:disabled){border-color:var(--ts-dropdown-accent,var(--accent));box-shadow:var(--uzi-control-shadow-hover)}.uzi-multi-select-module__trigger__r3816:focus-visible,.uzi-multi-select-module__trigger__r3816[data-state=open]{border-color:var(--ts-dropdown-accent,var(--primary));outline:var(--focus-ring);outline-offset:var(--focus-ring-offset);box-shadow:0 0 0 1px color-mix(in srgb, var(--primary) 30%, transparent)}.uzi-multi-select-module__trigger__r3816:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.uzi-multi-select-module__value__PuUmG{flex-wrap:wrap;flex:1;align-items:center;gap:.375rem;min-width:0;display:flex}.uzi-multi-select-module__placeholder__dJIU-{color:var(--muted-foreground)}.uzi-multi-select-module__chip__46Ms-{border:1px solid color-mix(in srgb, var(--primary) 32%, transparent);background:color-mix(in srgb, var(--primary) 10%, transparent);max-width:100%;color:var(--ts-dropdown-text,var(--foreground));white-space:nowrap;border-radius:999px;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:600;line-height:1.2;display:inline-flex}.uzi-multi-select-module__chipSummary__zLwi8{color:var(--primary)}.uzi-multi-select-module__chevron__SWK5l{width:10px;height:10px;color:var(--muted-foreground);flex-shrink:0;justify-content:center;align-items:center;transition:transform .15s,color .15s;display:flex}.uzi-multi-select-module__trigger__r3816:hover:not(:disabled) .uzi-multi-select-module__chevron__SWK5l,.uzi-multi-select-module__trigger__r3816[data-state=open] .uzi-multi-select-module__chevron__SWK5l{color:var(--ts-dropdown-text,var(--foreground))}.uzi-multi-select-module__trigger__r3816[data-state=open] .uzi-multi-select-module__chevron__SWK5l{transform:rotate(180deg)}.uzi-multi-select-module__menu__q8auA{z-index:50;border:1px solid var(--ts-menu-border,var(--border));border-radius:var(--uzi-menu-radius);background:var(--ts-menu-bg,var(--popover));min-width:100%;max-height:16rem;color:var(--ts-menu-fg,var(--popover-foreground));padding:var(--uzi-menu-padding);box-shadow:var(--uzi-menu-shadow);animation:.14s uzi-multi-select-module__menuFadeIn__Plo7-;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.uzi-multi-select-module__option__-Ioqk{align-items:center;gap:var(--uzi-menu-item-gap);border-radius:var(--uzi-menu-item-radius);width:100%;color:inherit;padding:var(--uzi-menu-item-padding-y) var(--uzi-menu-item-padding-x);font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;transition:background .12s,color .12s;display:flex}.uzi-multi-select-module__option__-Ioqk:hover:not(:disabled),.uzi-multi-select-module__option__-Ioqk:focus-visible,.uzi-multi-select-module__option__-Ioqk[data-highlighted]{background:var(--ts-menu-hover-bg,var(--accent));color:var(--ts-menu-hover-fg,var(--accent-foreground));outline:none}.uzi-multi-select-module__optionDisabled__qtCi8,.uzi-multi-select-module__option__-Ioqk[data-disabled]{opacity:.5;cursor:not-allowed}.uzi-multi-select-module__optionSelected__74IO8 .uzi-multi-select-module__optionLabel__cVoN7{color:var(--primary)}.uzi-multi-select-module__indicator__NO-WE{border:1px solid var(--border);color:#0000;background:0 0;border-radius:.3125rem;flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;transition:border-color .12s,background .12s,color .12s;display:inline-flex}.uzi-multi-select-module__indicatorSelected__9sEAy{border-color:color-mix(in srgb, var(--primary) 55%, transparent);background:color-mix(in srgb, var(--primary) 12%, transparent);color:var(--primary)}.uzi-multi-select-module__indicatorDisabled__vqdiH{opacity:.65}.uzi-multi-select-module__optionLabel__cVoN7{flex:1;min-width:0}@keyframes uzi-multi-select-module__menuFadeIn__Plo7-{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.uzi-select-module__wrapper__7szq0{min-width:0;max-width:100%;display:inline-flex;position:relative}.uzi-select-module__wrapperFullWidth__IyOIG{width:100%}.uzi-select-module__wrapper__7szq0:not(.uzi-select-module__wrapperFullWidth__IyOIG) .uzi-select-module__trigger__ldh8w{width:auto}.uzi-select-module__trigger__ldh8w{width:100%;min-width:0;min-height:var(--uzi-control-min-height);border-radius:var(--uzi-control-radius);border:1px solid var(--ts-dropdown-border,var(--border));background:var(--ts-dropdown-bg,var(--panel));color:var(--ts-dropdown-text,var(--foreground));padding:var(--uzi-control-padding-y) var(--uzi-control-padding-x-compact) var(--uzi-control-padding-y) var(--uzi-control-padding-x);font-size:var(--uzi-control-font-size);line-height:var(--uzi-control-line-height);box-shadow:var(--uzi-control-shadow);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:.625rem;font-family:inherit;font-weight:500;transition:border-color .15s,background .15s,color .15s,box-shadow .15s;display:inline-flex}.uzi-select-module__value__FTUJh{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.uzi-select-module__trigger__ldh8w:hover:not(:disabled){border-color:var(--ts-dropdown-accent,var(--accent));box-shadow:var(--uzi-control-shadow-hover)}.uzi-select-module__trigger__ldh8w:focus-visible{border-color:var(--ts-dropdown-accent,var(--primary));outline:var(--focus-ring);outline-offset:var(--focus-ring-offset);box-shadow:0 0 0 1px color-mix(in srgb, var(--primary) 30%, transparent)}.uzi-select-module__trigger__ldh8w[data-placeholder]{color:var(--muted-foreground)}.uzi-select-module__trigger__ldh8w:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.uzi-select-module__chevron__U6HXS{width:10px;height:10px;color:var(--muted-foreground);flex-shrink:0;justify-content:center;align-items:center;transition:transform .15s,color .15s;display:flex;position:relative;top:-1px}.uzi-select-module__chevron__U6HXS svg{display:block}.uzi-select-module__trigger__ldh8w:hover:not(:disabled) .uzi-select-module__chevron__U6HXS,.uzi-select-module__trigger__ldh8w[data-state=open] .uzi-select-module__chevron__U6HXS{color:var(--ts-dropdown-text,var(--foreground))}.uzi-select-module__trigger__ldh8w[data-state=open] .uzi-select-module__chevron__U6HXS{transform:rotate(180deg)}.uzi-select-module__content__pOWWy{z-index:50;min-width:var(--radix-select-trigger-width);max-height:min(18rem, var(--radix-select-content-available-height));border:1px solid var(--ts-menu-border,var(--border));border-radius:var(--uzi-menu-radius);background:var(--ts-menu-bg,var(--popover));color:var(--ts-menu-fg,var(--popover-foreground));padding:var(--uzi-menu-padding);box-shadow:var(--uzi-menu-shadow);animation:.14s uzi-select-module__selectFadeIn__Z-yKX;overflow:hidden}.uzi-select-module__viewport__VGZM6{max-height:inherit;overflow-y:auto}.uzi-select-module__item__6uM6-{cursor:default;-webkit-user-select:none;user-select:none;align-items:center;gap:var(--uzi-menu-item-gap);border-radius:var(--uzi-menu-item-radius);width:100%;padding:var(--uzi-menu-item-padding-y) var(--uzi-menu-item-padding-x) var(--uzi-menu-item-padding-y) 2rem;outline:none;font-size:.875rem;line-height:1.25rem;display:flex;position:relative}.uzi-select-module__item__6uM6-[data-highlighted]{background:var(--ts-menu-hover-bg,var(--accent));color:var(--ts-menu-hover-fg,var(--accent-foreground))}.uzi-select-module__item__6uM6-[data-disabled]{pointer-events:none;opacity:.5}.uzi-select-module__item__6uM6-[data-state=checked]{color:var(--primary)}.uzi-select-module__indicator__ZHcg5{color:currentColor;justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex;position:absolute;left:.625rem}.uzi-select-module__indicatorIcon__kOV2G{display:block}@keyframes uzi-select-module__selectFadeIn__Z-yKX{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.uzi-dropdown-menu-module__content__n-ElH{z-index:50;min-width:8rem;max-height:var(--radix-dropdown-menu-content-available-height);border:1px solid var(--ts-menu-border,var(--border));border-radius:var(--uzi-menu-radius);background:var(--ts-menu-bg,var(--popover));color:var(--ts-menu-fg,var(--popover-foreground));padding:var(--uzi-menu-padding);box-shadow:var(--uzi-menu-shadow);transform-origin:var(--radix-dropdown-menu-content-transform-origin);animation:.14s uzi-dropdown-menu-module__menuFadeIn__ITxMo;overflow:hidden auto}.uzi-dropdown-menu-module__item__tBNtW{cursor:default;-webkit-user-select:none;user-select:none;align-items:center;gap:var(--uzi-menu-item-gap);border-radius:var(--uzi-menu-item-radius);width:100%;padding:var(--uzi-menu-item-padding-y) var(--uzi-menu-item-padding-x);outline:none;font-size:.875rem;line-height:1.25rem;display:flex;position:relative}.uzi-dropdown-menu-module__item__tBNtW[data-inset=true]{padding-left:2rem}.uzi-dropdown-menu-module__item__tBNtW[data-highlighted]{background:var(--ts-menu-hover-bg,var(--accent));color:var(--ts-menu-hover-fg,var(--accent-foreground))}.uzi-dropdown-menu-module__item__tBNtW[data-disabled]{pointer-events:none;opacity:.5}.uzi-dropdown-menu-module__itemDestructive__oWmKd{color:var(--ts-menu-danger,var(--destructive))}.uzi-dropdown-menu-module__itemDestructive__oWmKd[data-highlighted]{background:color-mix(in srgb, var(--destructive) 15%, transparent);color:var(--ts-menu-danger-fg,var(--destructive))}.uzi-dropdown-menu-module__insetItem__g7ONJ{padding-left:2rem}.uzi-dropdown-menu-module__indicator__5qwFh{color:currentColor;justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex;position:absolute;left:.5rem}.uzi-dropdown-menu-module__indicatorIcon__nhJMw{display:block}.uzi-dropdown-menu-module__radioDot__GWUVT{background:currentColor;border-radius:999px;width:.5rem;height:.5rem;display:block}.uzi-dropdown-menu-module__label__sFnNR{padding:var(--uzi-menu-item-padding-y) var(--uzi-menu-item-padding-x);font-size:.875rem;font-weight:600;line-height:1.25rem}.uzi-dropdown-menu-module__label__sFnNR[data-inset=true]{padding-left:2rem}.uzi-dropdown-menu-module__separator__PgUob{background:var(--ts-menu-separator,var(--border));height:1px;margin:.25rem -.25rem}.uzi-dropdown-menu-module__chevron__kxfiF{flex-shrink:0;margin-left:auto}@keyframes uzi-dropdown-menu-module__menuFadeIn__ITxMo{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.uzi-theme-toggle-button-module__withLabel__KqtDj{padding-left:12px;padding-right:12px}.uzi-top-bar-module__topBar__MJ-7S{z-index:30;border-bottom:1px solid var(--ts-topbar-border,var(--border));background:var(--ts-topbar-bg,color-mix(in srgb, var(--background) 92%, transparent));box-shadow:var(--ts-topbar-shadow,0 1px 2px #0000000f);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.uzi-top-bar-module__topBarStatic__JvEwt{position:relative}.uzi-top-bar-module__topBarInner__PBbi8{min-height:4.25rem;padding:env(safe-area-inset-top,0) 1rem 0 1rem;justify-content:space-between;align-items:center;gap:1rem;display:flex}.uzi-top-bar-module__topBarStart__DrdN2{flex:auto;align-items:center;gap:.875rem;min-width:0;display:flex}.uzi-top-bar-module__topBarBrand__80VV3{min-width:0;color:var(--ts-topbar-brand-fg,var(--foreground));align-items:center;gap:.625rem;text-decoration:none;display:inline-flex}.uzi-top-bar-module__topBarBrandContent__O4Uto{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.uzi-top-bar-module__topBarCenter__Kwxg-{flex:0 auto;justify-content:center;align-items:center;min-width:0;display:flex}.uzi-top-bar-module__topBarCenterGroup__7Ishp{align-items:center;gap:1rem;min-width:0;display:inline-flex}.uzi-top-bar-module__topBarActions__mgMd8{flex:auto;justify-content:flex-end;align-items:center;gap:.75rem;min-width:0;display:flex}@media (width<=768px){.uzi-top-bar-module__topBarInner__PBbi8{min-height:4rem;padding-left:max(.75rem, env(safe-area-inset-left));padding-right:max(.75rem, env(safe-area-inset-right));gap:.75rem}.uzi-top-bar-module__topBarStart__DrdN2{gap:.75rem}.uzi-top-bar-module__topBarActions__mgMd8{gap:.5rem}}.uzi-app-shell-module__appShell__S0cVI{grid-template-rows:calc(var(--app-shell-topbar-height,64px) + env(safe-area-inset-top)) 1fr;grid-template-columns:var(--app-shell-sidebar-width,240px) 1fr;height:100dvh;display:grid}.uzi-app-shell-module__appShellAnimated__-CRIl{transition:grid-template-columns .2s}.uzi-app-shell-module__appShell__S0cVI.uzi-app-shell-module__appShellOpen__1rZUl{grid-template-columns:var(--app-shell-sidebar-width,240px) 1fr}.uzi-app-shell-module__appShell__S0cVI.uzi-app-shell-module__appShellCollapsed__fSasN{grid-template-columns:0 1fr}.uzi-app-shell-module__appShellTopbar__rgXsW{--ts-topbar-bg:var(--surface-topbar,color-mix(in srgb, var(--background) 92%, transparent));--ts-topbar-border:var(--border);--ts-topbar-brand-fg:var(--foreground);min-height:calc(var(--app-shell-topbar-height,64px) + env(safe-area-inset-top));box-shadow:none;grid-column:1/-1;padding-left:0;padding-right:0}.uzi-app-shell-module__appShellTopbarLeft__-EVuB{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.uzi-app-shell-module__appShellTopbarStart__XXQpq{flex:1;align-items:center;min-width:0;display:flex}.uzi-app-shell-module__appShellTopbarRight__l1G57{flex-shrink:0;align-items:center;gap:8px;min-width:0;display:flex}.uzi-app-shell-module__appShellTopbarRight__l1G57>*{min-width:0}.uzi-app-shell-module__appShellBrand__TXwyN{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;align-items:center;min-width:0;font-size:26px;text-decoration:none;display:flex;overflow:hidden}.uzi-app-shell-module__appShellHamburger__BciFA{width:40px;height:40px;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .12s;display:inline-flex}.uzi-app-shell-module__appShellHamburger__BciFA:hover{background:var(--accent)}.uzi-app-shell-module__appShellHamburger__BciFA:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}.uzi-app-shell-module__appShellHamburger__BciFA svg{width:28px;height:28px}.uzi-app-shell-module__appShellSidebar__oY7uj{border-right:1px solid var(--border);background:var(--panel);padding:24px;overflow-y:auto}.uzi-app-shell-module__appShellAnimated__-CRIl .uzi-app-shell-module__appShellSidebar__oY7uj{transition:transform .2s,opacity .2s}.uzi-app-shell-module__appShell__S0cVI.uzi-app-shell-module__appShellCollapsed__fSasN .uzi-app-shell-module__appShellSidebar__oY7uj{opacity:0;pointer-events:none;transform:translate(-110%)}.uzi-app-shell-module__appShellMain__eHP2r{flex:1 1 0;min-height:0;overflow-y:auto}.uzi-app-shell-module__appShellBackdrop__y31xs{display:none}@media (width<=960px){.uzi-app-shell-module__appShellBackdrop__y31xs{inset:0;top:calc(var(--app-shell-topbar-height,56px) + env(safe-area-inset-top));z-index:14;background:#00000080;display:block;position:fixed}.uzi-app-shell-module__appShell__S0cVI{--app-shell-topbar-height:56px;grid-template-columns:1fr;grid-template-rows:calc(var(--app-shell-topbar-height,56px) + env(safe-area-inset-top)) 1fr}.uzi-app-shell-module__appShell__S0cVI.uzi-app-shell-module__appShellOpen__1rZUl,.uzi-app-shell-module__appShell__S0cVI.uzi-app-shell-module__appShellCollapsed__fSasN{grid-template-columns:1fr}.uzi-app-shell-module__appShellSidebar__oY7uj{top:calc(var(--app-shell-topbar-height,56px) + env(safe-area-inset-top));width:var(--app-shell-sidebar-width,240px);background:var(--panel);z-index:15;max-width:80vw;padding:16px 12px;display:block;position:fixed;bottom:0;left:0;transform:translate(-105%);box-shadow:0 20px 40px #00000059}.uzi-app-shell-module__appShellSidebar__oY7uj.uzi-app-shell-module__appShellSidebarOpen__Z5AIo{transform:translate(0)}.uzi-app-shell-module__appShellTopbar__rgXsW{padding-left:max(12px, env(safe-area-inset-left));padding-right:max(12px, env(safe-area-inset-right));gap:10px}.uzi-app-shell-module__appShellTopbarLeft__-EVuB{flex:1;gap:10px}.uzi-app-shell-module__appShellTopbarStart__XXQpq{min-width:0}.uzi-app-shell-module__appShellTopbarRight__l1G57{gap:6px}.uzi-app-shell-module__appShellBrand__TXwyN{max-width:50vw;font-size:24px}.uzi-app-shell-module__appShellHamburger__BciFA{border-radius:8px;width:40px;height:40px}.uzi-app-shell-module__appShellHamburger__BciFA svg{width:24px;height:24px}}@media (width<=640px){.uzi-app-shell-module__appShellTopbar__rgXsW{gap:8px}.uzi-app-shell-module__appShellBrand__TXwyN{max-width:34vw;font-size:22px}.uzi-app-shell-module__appShellTopbarRight__l1G57{max-width:44vw}}@media (width<=480px){.uzi-app-shell-module__appShellBrand__TXwyN{max-width:30vw;font-size:20px}}.uzi-sidebar-nav-module__sidebarNav__eUI5c{--sidebar-nav-icon-size:18px;--sidebar-nav-icon-size-mobile:16px;flex-direction:column;align-items:stretch;gap:12px;min-height:0;display:flex}.uzi-sidebar-nav-module__sidebarNavCollapsed__xTM9s{gap:10px}.uzi-sidebar-nav-module__header__Y4NLy,.uzi-sidebar-nav-module__footer__GjWky{flex-direction:column;gap:8px;display:flex}.uzi-sidebar-nav-module__footer__GjWky{border-top:1px solid var(--border);margin-top:auto;padding-top:12px}.uzi-sidebar-nav-module__sections__mXuGQ{flex-direction:column;flex:auto;gap:14px;display:flex}.uzi-sidebar-nav-module__section__yjtCY,.uzi-sidebar-nav-module__sectionItems__tNcph{flex-direction:column;gap:8px;display:flex}.uzi-sidebar-nav-module__sectionLabel__Wx94m{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);opacity:.75;padding:0 10px;font-size:11px;font-weight:700}.uzi-sidebar-nav-module__item__uMHkJ{color:var(--foreground);box-shadow:none;grid-template-columns:var(--sidebar-nav-icon-size) minmax(0, 1fr);text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:10px;align-items:center;column-gap:10px;width:100%;padding:10px 12px 10px 10px;font-size:14px;line-height:1.2;text-decoration:none;transition:background .12s,color .12s;display:grid}button.uzi-sidebar-nav-module__item__uMHkJ{cursor:pointer;font-family:inherit}.uzi-sidebar-nav-module__item__uMHkJ:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}.uzi-sidebar-nav-module__item__uMHkJ:hover{background:color-mix(in srgb, var(--primary) 10%, transparent)}.uzi-sidebar-nav-module__item__uMHkJ.uzi-sidebar-nav-module__itemActive__wBbiS{background:color-mix(in srgb, var(--primary) 18%, transparent);color:var(--foreground);font-weight:700}.uzi-sidebar-nav-module__itemCollapsed__jLJN-{grid-template-columns:1fr;justify-items:center;padding-left:10px;padding-right:10px}.uzi-sidebar-nav-module__itemDisabled__Yf8Il{opacity:.5;cursor:not-allowed}.uzi-sidebar-nav-module__icon__tyrUg{width:var(--sidebar-nav-icon-size);height:var(--sidebar-nav-icon-size);min-width:var(--sidebar-nav-icon-size);color:var(--muted-foreground);vertical-align:middle;justify-content:center;align-items:center;display:inline-flex}.uzi-sidebar-nav-module__icon__tyrUg>*{max-width:100%;max-height:100%;width:100%!important;height:100%!important}.uzi-sidebar-nav-module__icon__tyrUg :where(svg){stroke:currentColor;width:100%;height:100%;display:block}.uzi-sidebar-nav-module__item__uMHkJ.uzi-sidebar-nav-module__itemActive__wBbiS .uzi-sidebar-nav-module__icon__tyrUg{color:var(--primary)}.uzi-sidebar-nav-module__itemBody__wI0iy{flex-direction:column;flex:auto;gap:3px;min-width:0;display:flex;overflow:hidden}.uzi-sidebar-nav-module__labelRow__D8sEJ{align-items:center;gap:8px;min-width:0;display:flex}.uzi-sidebar-nav-module__label__A-nt6{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.uzi-sidebar-nav-module__description__Xf3Si{color:var(--muted-foreground);font-size:12px;line-height:1.35}.uzi-sidebar-nav-module__badge__-hnFd{border:1px solid var(--border);background:color-mix(in srgb, var(--foreground) 4%, transparent);color:var(--muted-foreground);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:4px 8px;font-size:11px;display:inline-flex}@media (width<=960px){.uzi-sidebar-nav-module__sidebarNav__eUI5c{gap:10px}.uzi-sidebar-nav-module__sections__mXuGQ{gap:12px}.uzi-sidebar-nav-module__sectionItems__tNcph{gap:6px}.uzi-sidebar-nav-module__item__uMHkJ{grid-template-columns:var(--sidebar-nav-icon-size-mobile) minmax(0, 1fr);border-radius:9px;column-gap:8px;padding:9px 10px 9px 8px;font-size:14px}.uzi-sidebar-nav-module__icon__tyrUg{width:var(--sidebar-nav-icon-size-mobile);height:var(--sidebar-nav-icon-size-mobile);min-width:var(--sidebar-nav-icon-size-mobile)}.uzi-sidebar-nav-module__icon__tyrUg :where(svg){width:var(--sidebar-nav-icon-size-mobile);height:var(--sidebar-nav-icon-size-mobile)}.uzi-sidebar-nav-module__description__Xf3Si{font-size:11px}}@media (width<=480px){.uzi-sidebar-nav-module__item__uMHkJ{padding:8px 9px 8px 7px;font-size:13px}}.uzi-skeleton-module__skeleton__fula5{background:color-mix(in srgb, var(--muted-foreground) 14%, var(--background));animation:1.6s ease-in-out infinite uzi-skeleton-module__skeleton-pulse__Yp45W}@keyframes uzi-skeleton-module__skeleton-pulse__Yp45W{0%,to{opacity:1}50%{opacity:.45}}.uzi-skeleton-module__radius-sm__FdccD{border-radius:4px}.uzi-skeleton-module__radius-md__zH3RE{border-radius:8px}.uzi-skeleton-module__radius-lg__YVrHw{border-radius:12px}.uzi-skeleton-module__radius-full__5o2m0{border-radius:9999px}.uzi-progress-module__track__gM0oV{background:color-mix(in srgb, var(--border) 60%, transparent);border-radius:9999px;height:8px;overflow:hidden}.uzi-progress-module__fill__aLAbp{border-radius:9999px;height:100%;transition:width .4s}.uzi-progress-module__tone-default__fhf7o{background:var(--foreground)}.uzi-progress-module__tone-success__FsGHD{background:var(--success)}.uzi-progress-module__tone-warning__UAttL{background:var(--warning)}.uzi-progress-module__tone-danger__-L-Ee{background:var(--destructive)}.uzi-segmented-toggle-module__track__M4fjm{border:1px solid var(--border);background:var(--card);border-radius:999px;gap:2px;padding:4px;display:inline-flex;box-shadow:0 1px 3px #0000000f}.uzi-segmented-toggle-module__option__7cEZJ{font-size:var(--uzi-control-font-size);font-weight:500;line-height:var(--uzi-control-line-height);color:var(--muted-foreground);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:6px 16px;transition:color .12s,background .12s;display:inline-flex}.uzi-segmented-toggle-module__label__bDAIv{justify-content:center;align-items:center;display:inline-flex}.uzi-segmented-toggle-module__option__7cEZJ:hover:not([aria-checked=true]):not(:disabled){color:var(--foreground)}.uzi-segmented-toggle-module__option__7cEZJ[aria-checked=true]{background:var(--foreground);color:var(--background)}.uzi-segmented-toggle-module__option__7cEZJ:disabled{cursor:not-allowed;opacity:.5}.uzi-segmented-toggle-module__option__7cEZJ:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}
|
|
1
|
+
* {
|
|
2
|
+
margin: 0;
|
|
3
|
+
padding: 0;
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
html {
|
|
8
|
+
height: 100%;
|
|
9
|
+
-webkit-text-size-adjust: 100%;
|
|
10
|
+
text-size-adjust: 100%;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
body {
|
|
14
|
+
margin: 0;
|
|
15
|
+
padding: 0;
|
|
16
|
+
min-height: 100%;
|
|
17
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
18
|
+
-webkit-font-smoothing: antialiased;
|
|
19
|
+
-moz-osx-font-smoothing: grayscale;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:root {
|
|
23
|
+
--focus-ring: 2px solid color-mix(in srgb, var(--ring, #94a3b8) 50%, transparent);
|
|
24
|
+
--focus-ring-offset: 2px;
|
|
25
|
+
--success: hsl(142 71% 45%);
|
|
26
|
+
--warning: hsl(38 92% 50%);
|
|
27
|
+
--uzi-control-min-height: 2.125rem;
|
|
28
|
+
--uzi-control-radius: 8px;
|
|
29
|
+
--uzi-control-padding-y: 6px;
|
|
30
|
+
--uzi-control-padding-x: 14px;
|
|
31
|
+
--uzi-control-padding-x-compact: 12px;
|
|
32
|
+
--uzi-control-font-size: 0.85rem;
|
|
33
|
+
--uzi-control-line-height: 1.25rem;
|
|
34
|
+
--uzi-control-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
|
|
35
|
+
--uzi-control-shadow-hover: 0 2px 8px rgba(0, 0, 0, 0.12);
|
|
36
|
+
--uzi-menu-radius: 0.625rem;
|
|
37
|
+
--uzi-menu-padding: 0.25rem;
|
|
38
|
+
--uzi-menu-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
|
|
39
|
+
--uzi-menu-item-radius: 0.5rem;
|
|
40
|
+
--uzi-menu-item-gap: 0.5rem;
|
|
41
|
+
--uzi-menu-item-padding-y: 0.5rem;
|
|
42
|
+
--uzi-menu-item-padding-x: 0.625rem;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
:root,
|
|
46
|
+
:root[data-uzi-theme="light"],
|
|
47
|
+
[data-uzi-theme="light"] {
|
|
48
|
+
color-scheme: light;
|
|
49
|
+
--background: hsl(210 20% 98%);
|
|
50
|
+
--foreground: hsl(222 47% 11%);
|
|
51
|
+
--card: hsl(0 0% 100%);
|
|
52
|
+
--card-foreground: hsl(222 47% 11%);
|
|
53
|
+
--popover: hsl(0 0% 100%);
|
|
54
|
+
--popover-foreground: hsl(222 47% 11%);
|
|
55
|
+
--secondary: hsl(214 32% 94%);
|
|
56
|
+
--secondary-foreground: hsl(222 47% 11%);
|
|
57
|
+
--muted: hsl(214 32% 94%);
|
|
58
|
+
--muted-foreground: hsl(215 16% 47%);
|
|
59
|
+
--accent: hsl(214 32% 92%);
|
|
60
|
+
--accent-foreground: hsl(222 47% 11%);
|
|
61
|
+
--destructive: hsl(0 84% 60%);
|
|
62
|
+
--destructive-foreground: hsl(0 0% 98%);
|
|
63
|
+
--border: hsl(214 32% 88%);
|
|
64
|
+
--input: hsl(214 32% 88%);
|
|
65
|
+
--panel: var(--card);
|
|
66
|
+
--text: var(--foreground);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
:root[data-uzi-theme="dark"],
|
|
70
|
+
[data-uzi-theme="dark"] {
|
|
71
|
+
color-scheme: dark;
|
|
72
|
+
--background: #0f172a;
|
|
73
|
+
--foreground: #e2e8f0;
|
|
74
|
+
--card: #111827;
|
|
75
|
+
--card-foreground: #e2e8f0;
|
|
76
|
+
--popover: #111827;
|
|
77
|
+
--popover-foreground: #e2e8f0;
|
|
78
|
+
--secondary: #152036;
|
|
79
|
+
--secondary-foreground: #e2e8f0;
|
|
80
|
+
--muted: #152036;
|
|
81
|
+
--muted-foreground: #94a3b8;
|
|
82
|
+
--accent: color-mix(in srgb, var(--primary) 12%, transparent);
|
|
83
|
+
--uzi-control-shadow:
|
|
84
|
+
inset 0 1px 0 rgba(255, 255, 255, 0.03),
|
|
85
|
+
0 1px 2px rgba(0, 0, 0, 0.18);
|
|
86
|
+
--uzi-control-shadow-hover:
|
|
87
|
+
inset 0 1px 0 rgba(255, 255, 255, 0.04),
|
|
88
|
+
0 2px 8px rgba(0, 0, 0, 0.24);
|
|
89
|
+
--accent-foreground: #e2e8f0;
|
|
90
|
+
--destructive: hsl(0 72% 51%);
|
|
91
|
+
--destructive-foreground: hsl(0 0% 98%);
|
|
92
|
+
--border: #1f2937;
|
|
93
|
+
--input: #1f2937;
|
|
94
|
+
--panel: #111827;
|
|
95
|
+
--surface-elevated: #0b1224;
|
|
96
|
+
--surface-topbar: color-mix(in srgb, var(--background, #0b1224) 85%, transparent);
|
|
97
|
+
--text: #e2e8f0;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
:root,
|
|
101
|
+
:root[data-uzi-accent="blue"],
|
|
102
|
+
[data-uzi-accent="blue"] {
|
|
103
|
+
--primary: hsl(221 83% 53%);
|
|
104
|
+
--primary-foreground: hsl(210 40% 98%);
|
|
105
|
+
--ring: hsl(221 83% 53%);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
:root[data-uzi-accent="cyan"],
|
|
109
|
+
[data-uzi-accent="cyan"] {
|
|
110
|
+
--primary: hsl(188 94% 43%);
|
|
111
|
+
--primary-foreground: hsl(222 47% 11%);
|
|
112
|
+
--ring: hsl(188 94% 43%);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
:root[data-uzi-accent="violet"],
|
|
116
|
+
[data-uzi-accent="violet"] {
|
|
117
|
+
--primary: hsl(262 83% 58%);
|
|
118
|
+
--primary-foreground: hsl(210 40% 98%);
|
|
119
|
+
--ring: hsl(262 83% 58%);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
:root[data-uzi-accent="emerald"],
|
|
123
|
+
[data-uzi-accent="emerald"] {
|
|
124
|
+
--primary: hsl(160 84% 39%);
|
|
125
|
+
--primary-foreground: hsl(210 40% 98%);
|
|
126
|
+
--ring: hsl(160 84% 39%);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
:root[data-uzi-accent="amber"],
|
|
130
|
+
[data-uzi-accent="amber"] {
|
|
131
|
+
--primary: hsl(38 92% 50%);
|
|
132
|
+
--primary-foreground: hsl(222 47% 11%);
|
|
133
|
+
--ring: hsl(38 92% 50%);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
:root[data-uzi-accent="rose"],
|
|
137
|
+
[data-uzi-accent="rose"] {
|
|
138
|
+
--primary: hsl(346 77% 49%);
|
|
139
|
+
--primary-foreground: hsl(210 40% 98%);
|
|
140
|
+
--ring: hsl(346 77% 49%);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.uzi-button-module__button__5dzDN {
|
|
144
|
+
display: inline-flex;
|
|
145
|
+
align-items: center;
|
|
146
|
+
justify-content: center;
|
|
147
|
+
gap: 8px;
|
|
148
|
+
font-family: inherit;
|
|
149
|
+
font-weight: 600;
|
|
150
|
+
border-radius: 8px;
|
|
151
|
+
border: 1px solid transparent;
|
|
152
|
+
cursor: pointer;
|
|
153
|
+
text-decoration: none;
|
|
154
|
+
transition:
|
|
155
|
+
opacity 0.15s,
|
|
156
|
+
border-color 0.15s,
|
|
157
|
+
color 0.15s,
|
|
158
|
+
background 0.15s;
|
|
159
|
+
white-space: nowrap;
|
|
160
|
+
line-height: 1;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.uzi-button-module__button__5dzDN:focus-visible {
|
|
164
|
+
outline: var(--focus-ring);
|
|
165
|
+
outline-offset: var(--focus-ring-offset);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.uzi-button-module__button__5dzDN svg {
|
|
169
|
+
width: 1rem;
|
|
170
|
+
height: 1rem;
|
|
171
|
+
flex-shrink: 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.uzi-button-module__button__5dzDN:disabled {
|
|
175
|
+
opacity: 0.45;
|
|
176
|
+
cursor: not-allowed;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/* Sizes */
|
|
180
|
+
.uzi-button-module__sizeSm__jb544 {
|
|
181
|
+
font-size: 0.82rem;
|
|
182
|
+
min-height: 2rem;
|
|
183
|
+
padding: 6px 14px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.uzi-button-module__sizeMd__lIo8M {
|
|
187
|
+
font-size: 0.95rem;
|
|
188
|
+
min-height: 2.25rem;
|
|
189
|
+
padding: 10px 22px;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.uzi-button-module__sizeLg__QSSuW {
|
|
193
|
+
font-size: 1rem;
|
|
194
|
+
min-height: 2.5rem;
|
|
195
|
+
padding: 12px 28px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.uzi-button-module__sizeIcon__Aa9tN {
|
|
199
|
+
width: 2.25rem;
|
|
200
|
+
height: 2.25rem;
|
|
201
|
+
padding: 0;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/* Variants */
|
|
205
|
+
.uzi-button-module__variantPrimary__zp2Pg {
|
|
206
|
+
background: var(--ts-btn-primary-bg, var(--primary));
|
|
207
|
+
color: var(--ts-btn-primary-text, var(--primary-foreground));
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.uzi-button-module__variantPrimary__zp2Pg:hover:not(:disabled) {
|
|
211
|
+
opacity: 0.88;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.uzi-button-module__variantSecondary__oX5CB {
|
|
215
|
+
background: var(--ts-btn-secondary-bg, var(--secondary));
|
|
216
|
+
color: var(--ts-btn-secondary-text, var(--secondary-foreground));
|
|
217
|
+
border-color: var(--ts-btn-secondary-border, var(--border));
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.uzi-button-module__variantSecondary__oX5CB:hover:not(:disabled) {
|
|
221
|
+
background: var(--ts-btn-secondary-hover-bg, color-mix(in srgb, var(--secondary) 90%, black));
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.uzi-button-module__variantOutline__uXfiP {
|
|
225
|
+
background: var(--ts-btn-outline-bg, var(--background));
|
|
226
|
+
color: var(--ts-btn-outline-text, var(--foreground));
|
|
227
|
+
border-color: var(--ts-btn-outline-border, var(--border));
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.uzi-button-module__variantOutline__uXfiP:hover:not(:disabled) {
|
|
231
|
+
background: var(--ts-btn-outline-hover-bg, var(--accent));
|
|
232
|
+
color: var(--ts-btn-outline-hover-text, var(--accent-foreground));
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.uzi-button-module__variantGhost__-OEB8 {
|
|
236
|
+
background: transparent;
|
|
237
|
+
color: var(--ts-btn-ghost-text, var(--muted-foreground));
|
|
238
|
+
padding-left: 8px;
|
|
239
|
+
padding-right: 8px;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.uzi-button-module__variantGhost__-OEB8:hover:not(:disabled) {
|
|
243
|
+
background: var(--ts-btn-ghost-hover-bg, var(--accent));
|
|
244
|
+
color: var(--ts-btn-ghost-hover-text, var(--accent-foreground));
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.uzi-button-module__variantDestructive__5IeYA {
|
|
248
|
+
background: var(--ts-btn-danger-bg, var(--destructive));
|
|
249
|
+
color: var(--ts-btn-danger-text, var(--destructive-foreground));
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.uzi-button-module__variantDestructive__5IeYA:hover:not(:disabled) {
|
|
253
|
+
opacity: 0.9;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.uzi-button-module__variantLink__Olx4I {
|
|
257
|
+
background: transparent;
|
|
258
|
+
color: var(--ts-btn-link-text, var(--primary));
|
|
259
|
+
border-color: transparent;
|
|
260
|
+
min-height: auto;
|
|
261
|
+
padding: 0;
|
|
262
|
+
border-radius: 0;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.uzi-button-module__variantLink__Olx4I:hover:not(:disabled) {
|
|
266
|
+
text-decoration: underline;
|
|
267
|
+
text-underline-offset: 0.2em;
|
|
268
|
+
}
|
|
269
|
+
.uzi-avatar-module__avatar__yPIOs {
|
|
270
|
+
position: relative;
|
|
271
|
+
display: inline-flex;
|
|
272
|
+
flex-shrink: 0;
|
|
273
|
+
align-items: center;
|
|
274
|
+
justify-content: center;
|
|
275
|
+
overflow: hidden;
|
|
276
|
+
border-radius: 999px;
|
|
277
|
+
background: var(--ts-avatar-bg, var(--muted));
|
|
278
|
+
color: var(--ts-avatar-fg, var(--muted-foreground));
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.uzi-avatar-module__size-sm__v5riJ {
|
|
282
|
+
width: 1.75rem;
|
|
283
|
+
height: 1.75rem;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.uzi-avatar-module__size-md__g7IQS {
|
|
287
|
+
width: 2rem;
|
|
288
|
+
height: 2rem;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.uzi-avatar-module__size-lg__Ca4xk {
|
|
292
|
+
width: 2.25rem;
|
|
293
|
+
height: 2.25rem;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.uzi-avatar-module__size-xl__K0Dfk {
|
|
297
|
+
width: 4rem;
|
|
298
|
+
height: 4rem;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.uzi-avatar-module__image__Ngo7A {
|
|
302
|
+
width: 100%;
|
|
303
|
+
height: 100%;
|
|
304
|
+
object-fit: cover;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.uzi-avatar-module__fallback__Tf3oZ {
|
|
308
|
+
display: flex;
|
|
309
|
+
width: 100%;
|
|
310
|
+
height: 100%;
|
|
311
|
+
align-items: center;
|
|
312
|
+
justify-content: center;
|
|
313
|
+
border-radius: inherit;
|
|
314
|
+
background: var(--ts-avatar-fallback-bg, var(--muted));
|
|
315
|
+
color: var(--ts-avatar-fallback-fg, var(--muted-foreground));
|
|
316
|
+
font-size: 0.85rem;
|
|
317
|
+
font-weight: 700;
|
|
318
|
+
line-height: 1;
|
|
319
|
+
text-transform: uppercase;
|
|
320
|
+
}
|
|
321
|
+
.uzi-card-module__card__ZPFTz {
|
|
322
|
+
position: relative;
|
|
323
|
+
overflow: visible;
|
|
324
|
+
border-radius: var(--ts-card-radius, 12px);
|
|
325
|
+
border: 1px solid var(--ts-card-border, var(--border));
|
|
326
|
+
background: var(--ts-card-bg, var(--panel));
|
|
327
|
+
color: var(--ts-card-fg, var(--foreground));
|
|
328
|
+
box-shadow: var(--ts-card-shadow, 0 16px 36px rgba(0, 0, 0, 0.28));
|
|
329
|
+
padding: var(--ts-card-padding, 16px);
|
|
330
|
+
transition:
|
|
331
|
+
transform 140ms ease,
|
|
332
|
+
box-shadow 140ms ease,
|
|
333
|
+
border-color 140ms ease,
|
|
334
|
+
background-color 140ms ease;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.uzi-card-module__tone-default__7Ujf9 {
|
|
338
|
+
--ts-card-bg: var(--panel);
|
|
339
|
+
--ts-card-border: var(--border);
|
|
340
|
+
--ts-card-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.uzi-card-module__tone-muted__RQy5B {
|
|
344
|
+
--ts-card-bg: var(--muted);
|
|
345
|
+
--ts-card-border: var(--border);
|
|
346
|
+
--ts-card-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.uzi-card-module__tone-contrast__JpFxL {
|
|
350
|
+
--ts-card-bg: var(--ts-card-contrast-bg, color-mix(in srgb, var(--background) 60%, black));
|
|
351
|
+
--ts-card-border: var(--border);
|
|
352
|
+
--ts-card-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.uzi-card-module__interactive__zlPML {
|
|
356
|
+
cursor: default;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.uzi-card-module__interactive__zlPML:hover {
|
|
360
|
+
transform: translateY(-1px);
|
|
361
|
+
box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
|
|
362
|
+
border-color: var(--ts-card-hover-border, color-mix(in srgb, var(--primary) 40%, transparent));
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.uzi-card-module__interactive__zlPML:focus-within {
|
|
366
|
+
outline: var(--focus-ring);
|
|
367
|
+
outline-offset: var(--focus-ring-offset);
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.uzi-card-module__padding-none__LXdx- { --ts-card-padding: 0; }
|
|
371
|
+
.uzi-card-module__padding-sm__-Ub1s { --ts-card-padding: 10px; }
|
|
372
|
+
.uzi-card-module__padding-md__kUf46 { --ts-card-padding: 16px; }
|
|
373
|
+
.uzi-card-module__padding-lg__a5mWP { --ts-card-padding: 20px; }
|
|
374
|
+
.uzi-pill-module__pill__uCKcP {
|
|
375
|
+
display: inline-flex;
|
|
376
|
+
align-items: center;
|
|
377
|
+
gap: 6px;
|
|
378
|
+
padding: 4px 10px;
|
|
379
|
+
border-radius: 999px;
|
|
380
|
+
border: 1px solid var(--ts-pill-border, var(--border));
|
|
381
|
+
background: var(--ts-pill-bg, color-mix(in srgb, var(--foreground) 4%, transparent));
|
|
382
|
+
color: var(--ts-pill-fg, var(--muted-foreground));
|
|
383
|
+
font-size: 12px;
|
|
384
|
+
font-weight: 700;
|
|
385
|
+
letter-spacing: 0.05em;
|
|
386
|
+
text-transform: uppercase;
|
|
387
|
+
line-height: 1.2;
|
|
388
|
+
white-space: nowrap;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.uzi-pill-module__size-sm__JANOQ {
|
|
392
|
+
padding: 3px 8px;
|
|
393
|
+
font-size: 11px;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.uzi-pill-module__size-md__fdsqR {
|
|
397
|
+
padding: 4px 10px;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.uzi-pill-module__tone-success__kW2Kf {
|
|
401
|
+
color: var(--success);
|
|
402
|
+
border-color: color-mix(in srgb, var(--success) 45%, transparent);
|
|
403
|
+
background: color-mix(in srgb, var(--success) 12%, transparent);
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.uzi-pill-module__tone-warning__Rc5-s {
|
|
407
|
+
color: var(--warning);
|
|
408
|
+
border-color: color-mix(in srgb, var(--warning) 45%, transparent);
|
|
409
|
+
background: color-mix(in srgb, var(--warning) 12%, transparent);
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.uzi-pill-module__tone-info__0vQrj {
|
|
413
|
+
color: var(--primary);
|
|
414
|
+
border-color: color-mix(in srgb, var(--primary) 50%, transparent);
|
|
415
|
+
background: color-mix(in srgb, var(--primary) 12%, transparent);
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.uzi-pill-module__tone-danger__gzNOa {
|
|
419
|
+
color: var(--destructive);
|
|
420
|
+
border-color: color-mix(in srgb, var(--destructive) 45%, transparent);
|
|
421
|
+
background: color-mix(in srgb, var(--destructive) 12%, transparent);
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.uzi-pill-module__icon__KQ8zg {
|
|
425
|
+
display: inline-flex;
|
|
426
|
+
align-items: center;
|
|
427
|
+
justify-content: center;
|
|
428
|
+
width: 12px;
|
|
429
|
+
height: 12px;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.uzi-pill-module__content__T7AG1 {
|
|
433
|
+
display: inline-flex;
|
|
434
|
+
align-items: center;
|
|
435
|
+
gap: 4px;
|
|
436
|
+
}
|
|
437
|
+
.uzi-modal-module__portalLayer__t7blc {
|
|
438
|
+
position: fixed;
|
|
439
|
+
inset: 0;
|
|
440
|
+
z-index: 100;
|
|
441
|
+
display: flex;
|
|
442
|
+
align-items: center;
|
|
443
|
+
justify-content: center;
|
|
444
|
+
padding: 16px;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.uzi-modal-module__backdrop__IMd3b {
|
|
448
|
+
position: absolute;
|
|
449
|
+
inset: 0;
|
|
450
|
+
background: rgba(0, 0, 0, 0.55);
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.uzi-modal-module__backdrop__IMd3b[data-state="open"] {
|
|
454
|
+
animation: uzi-modal-module__backdropFadeIn__GNJdx 160ms ease;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.uzi-modal-module__backdrop__IMd3b[data-state="closed"] {
|
|
458
|
+
animation: uzi-modal-module__backdropFadeOut__R-3K5 140ms ease;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.uzi-modal-module__overlayContent__0DtbP {
|
|
462
|
+
position: relative;
|
|
463
|
+
z-index: 1;
|
|
464
|
+
display: flex;
|
|
465
|
+
align-items: center;
|
|
466
|
+
justify-content: center;
|
|
467
|
+
max-width: 100%;
|
|
468
|
+
max-height: 100%;
|
|
469
|
+
outline: none;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.uzi-modal-module__overlayContent__0DtbP[data-state="open"] {
|
|
473
|
+
animation: uzi-modal-module__modalContentIn__fub8M 180ms ease;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.uzi-modal-module__overlayContent__0DtbP[data-state="closed"] {
|
|
477
|
+
animation: uzi-modal-module__modalContentOut__elTJ3 140ms ease;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.uzi-modal-module__modal__Mao59 {
|
|
481
|
+
background: var(--background);
|
|
482
|
+
border: 1px solid var(--border);
|
|
483
|
+
border-radius: 14px;
|
|
484
|
+
padding: 24px;
|
|
485
|
+
width: min(500px, 100%);
|
|
486
|
+
box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
|
|
487
|
+
display: flex;
|
|
488
|
+
flex-direction: column;
|
|
489
|
+
gap: 0;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
/* Size variants */
|
|
493
|
+
.uzi-modal-module__size-sm__Uu9je { width: min(380px, 100%); }
|
|
494
|
+
.uzi-modal-module__size-md__TiiWy { width: min(500px, 100%); }
|
|
495
|
+
.uzi-modal-module__size-lg__BrTIO { width: min(640px, 100%); }
|
|
496
|
+
.uzi-modal-module__size-xl__sj0mh { width: min(900px, 100%); }
|
|
497
|
+
|
|
498
|
+
.uzi-modal-module__header__PmCaO {
|
|
499
|
+
display: flex;
|
|
500
|
+
align-items: flex-start;
|
|
501
|
+
justify-content: space-between;
|
|
502
|
+
gap: 12px;
|
|
503
|
+
margin-bottom: 16px;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.uzi-modal-module__titles__IboyQ {
|
|
507
|
+
display: flex;
|
|
508
|
+
flex-direction: column;
|
|
509
|
+
gap: 3px;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.uzi-modal-module__title__Zd7pL {
|
|
513
|
+
font-weight: 700;
|
|
514
|
+
font-size: 16px;
|
|
515
|
+
color: var(--foreground);
|
|
516
|
+
line-height: 1.3;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.uzi-modal-module__subtitle__t-LRK {
|
|
520
|
+
font-size: 13px;
|
|
521
|
+
color: var(--muted-foreground);
|
|
522
|
+
line-height: 1.4;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.uzi-modal-module__closeButton__GTiZr {
|
|
526
|
+
display: inline-flex;
|
|
527
|
+
align-items: center;
|
|
528
|
+
justify-content: center;
|
|
529
|
+
width: 28px;
|
|
530
|
+
height: 28px;
|
|
531
|
+
flex-shrink: 0;
|
|
532
|
+
background: transparent;
|
|
533
|
+
border: 1px solid transparent;
|
|
534
|
+
border-radius: 6px;
|
|
535
|
+
color: var(--muted-foreground);
|
|
536
|
+
cursor: pointer;
|
|
537
|
+
transition: background 0.12s, color 0.12s;
|
|
538
|
+
padding: 0;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.uzi-modal-module__closeButton__GTiZr:hover {
|
|
542
|
+
background: color-mix(in srgb, var(--foreground) 7%, transparent);
|
|
543
|
+
color: var(--foreground);
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.uzi-modal-module__closeButton__GTiZr:focus-visible {
|
|
547
|
+
outline: var(--focus-ring);
|
|
548
|
+
outline-offset: var(--focus-ring-offset);
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.uzi-modal-module__body__km6FQ {
|
|
552
|
+
display: flex;
|
|
553
|
+
flex-direction: column;
|
|
554
|
+
gap: 12px;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.uzi-modal-module__footer__jWLTv {
|
|
558
|
+
display: flex;
|
|
559
|
+
gap: 8px;
|
|
560
|
+
margin-top: 20px;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
@keyframes uzi-modal-module__backdropFadeIn__GNJdx {
|
|
564
|
+
from {
|
|
565
|
+
opacity: 0;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
to {
|
|
569
|
+
opacity: 1;
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
@keyframes uzi-modal-module__backdropFadeOut__R-3K5 {
|
|
574
|
+
from {
|
|
575
|
+
opacity: 1;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
to {
|
|
579
|
+
opacity: 0;
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
@keyframes uzi-modal-module__modalContentIn__fub8M {
|
|
584
|
+
from {
|
|
585
|
+
opacity: 0;
|
|
586
|
+
transform: translateY(6px) scale(0.98);
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
to {
|
|
590
|
+
opacity: 1;
|
|
591
|
+
transform: translateY(0) scale(1);
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
@keyframes uzi-modal-module__modalContentOut__elTJ3 {
|
|
596
|
+
from {
|
|
597
|
+
opacity: 1;
|
|
598
|
+
transform: translateY(0) scale(1);
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
to {
|
|
602
|
+
opacity: 0;
|
|
603
|
+
transform: translateY(4px) scale(0.98);
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
.uzi-alert-module__alert__7Bt6c {
|
|
607
|
+
display: flex;
|
|
608
|
+
align-items: flex-start;
|
|
609
|
+
gap: 0.5rem;
|
|
610
|
+
border-radius: 0.375rem;
|
|
611
|
+
border: 1px solid;
|
|
612
|
+
padding: 0.625rem 0.875rem;
|
|
613
|
+
font-size: 0.875rem;
|
|
614
|
+
line-height: 1.5;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.uzi-alert-module__success__apdFG {
|
|
618
|
+
border-color: color-mix(in srgb, var(--success) 35%, transparent);
|
|
619
|
+
background: color-mix(in srgb, var(--success) 10%, transparent);
|
|
620
|
+
color: color-mix(in srgb, var(--success) 90%, var(--foreground));
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.uzi-alert-module__error__KLgi1 {
|
|
624
|
+
border-color: color-mix(in srgb, var(--destructive) 35%, transparent);
|
|
625
|
+
background: color-mix(in srgb, var(--destructive) 10%, transparent);
|
|
626
|
+
color: color-mix(in srgb, var(--destructive) 90%, var(--foreground));
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.uzi-alert-module__warning__F4fpk {
|
|
630
|
+
border-color: color-mix(in srgb, var(--warning) 35%, transparent);
|
|
631
|
+
background: color-mix(in srgb, var(--warning) 10%, transparent);
|
|
632
|
+
color: color-mix(in srgb, var(--warning) 90%, var(--foreground));
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.uzi-alert-module__info__1IKHt {
|
|
636
|
+
border-color: color-mix(in srgb, var(--primary) 35%, transparent);
|
|
637
|
+
background: color-mix(in srgb, var(--primary) 10%, transparent);
|
|
638
|
+
color: color-mix(in srgb, var(--primary) 90%, var(--foreground));
|
|
639
|
+
}
|
|
640
|
+
.uzi-toast-module__stack__SRrda {
|
|
641
|
+
position: fixed;
|
|
642
|
+
z-index: 2147483000;
|
|
643
|
+
display: flex;
|
|
644
|
+
flex-direction: column;
|
|
645
|
+
gap: 10px;
|
|
646
|
+
pointer-events: none;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.uzi-toast-module__topRight__WiZzM {
|
|
650
|
+
top: 16px;
|
|
651
|
+
right: 16px;
|
|
652
|
+
align-items: flex-end;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.uzi-toast-module__topLeft__SzFS9 {
|
|
656
|
+
top: 16px;
|
|
657
|
+
left: 16px;
|
|
658
|
+
align-items: flex-start;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.uzi-toast-module__topCenter__X5W-x {
|
|
662
|
+
top: 16px;
|
|
663
|
+
left: 50%;
|
|
664
|
+
transform: translateX(-50%);
|
|
665
|
+
align-items: center;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.uzi-toast-module__bottomRight__DMtoS {
|
|
669
|
+
bottom: 16px;
|
|
670
|
+
right: 16px;
|
|
671
|
+
align-items: flex-end;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.uzi-toast-module__bottomLeft__ZZ7VF {
|
|
675
|
+
bottom: 16px;
|
|
676
|
+
left: 16px;
|
|
677
|
+
align-items: flex-start;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.uzi-toast-module__bottomCenter__QNJrM {
|
|
681
|
+
bottom: 16px;
|
|
682
|
+
left: 50%;
|
|
683
|
+
transform: translateX(-50%);
|
|
684
|
+
align-items: center;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.uzi-toast-module__toast__HNUcj {
|
|
688
|
+
pointer-events: auto;
|
|
689
|
+
position: relative;
|
|
690
|
+
display: flex;
|
|
691
|
+
align-items: flex-start;
|
|
692
|
+
gap: 10px;
|
|
693
|
+
min-width: 280px;
|
|
694
|
+
max-width: min(420px, calc(100vw - 32px));
|
|
695
|
+
padding: 12px 12px 12px 14px;
|
|
696
|
+
border-radius: 10px;
|
|
697
|
+
border: 1px solid var(--toast-border, var(--border));
|
|
698
|
+
background: var(--toast-bg, var(--popover));
|
|
699
|
+
color: var(--toast-text, var(--popover-foreground));
|
|
700
|
+
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10), 0 2px 6px rgba(0, 0, 0, 0.06);
|
|
701
|
+
overflow: hidden;
|
|
702
|
+
animation: uzi-toast-module__toastSlideIn__BTXfm 180ms ease-out;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
/* Left accent strip */
|
|
706
|
+
.uzi-toast-module__toast__HNUcj::before {
|
|
707
|
+
content: "";
|
|
708
|
+
position: absolute;
|
|
709
|
+
left: 0;
|
|
710
|
+
top: 0;
|
|
711
|
+
bottom: 0;
|
|
712
|
+
width: 3px;
|
|
713
|
+
background: var(--toast-accent, transparent);
|
|
714
|
+
border-radius: 10px 0 0 10px;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
.uzi-toast-module__toast__HNUcj[data-state="closed"] {
|
|
718
|
+
animation: uzi-toast-module__toastSlideOut__mBX-G 160ms ease-in forwards;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.uzi-toast-module__toast__HNUcj[data-swipe="move"] {
|
|
722
|
+
transform: translateX(var(--radix-toast-swipe-move-x));
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.uzi-toast-module__toast__HNUcj[data-swipe="cancel"] {
|
|
726
|
+
transform: translateX(0);
|
|
727
|
+
transition: transform 180ms ease-out;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.uzi-toast-module__toast__HNUcj[data-swipe="end"] {
|
|
731
|
+
animation: uzi-toast-module__toastSwipeOut__R-jk2 160ms ease-out forwards;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.uzi-toast-module__icon__LIAqr {
|
|
735
|
+
width: 18px;
|
|
736
|
+
height: 18px;
|
|
737
|
+
flex-shrink: 0;
|
|
738
|
+
display: flex;
|
|
739
|
+
align-items: center;
|
|
740
|
+
justify-content: center;
|
|
741
|
+
color: var(--toast-accent, var(--foreground));
|
|
742
|
+
margin-top: 1px;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.uzi-toast-module__body__9vzs7 {
|
|
746
|
+
flex: 1;
|
|
747
|
+
min-width: 0;
|
|
748
|
+
display: grid;
|
|
749
|
+
gap: 6px;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.uzi-toast-module__message__TBY65 {
|
|
753
|
+
word-break: break-word;
|
|
754
|
+
font-size: 14px;
|
|
755
|
+
line-height: 1.4;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.uzi-toast-module__actions__Iykd9 {
|
|
759
|
+
display: flex;
|
|
760
|
+
gap: 6px;
|
|
761
|
+
flex-wrap: wrap;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.uzi-toast-module__actionButton__cvUr0 {
|
|
765
|
+
padding: 5px 10px;
|
|
766
|
+
font-size: 12px;
|
|
767
|
+
font-weight: 600;
|
|
768
|
+
border-radius: 6px;
|
|
769
|
+
border: 1px solid var(--toast-action-border, var(--border));
|
|
770
|
+
background: var(--toast-action-bg, color-mix(in srgb, var(--foreground) 8%, transparent));
|
|
771
|
+
color: var(--toast-text, var(--popover-foreground));
|
|
772
|
+
cursor: pointer;
|
|
773
|
+
transition: background 120ms ease;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
.uzi-toast-module__actionButton__cvUr0:hover {
|
|
777
|
+
background: color-mix(in srgb, var(--toast-action-bg, var(--foreground)), var(--foreground) 10%);
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.uzi-toast-module__controls__LqA4Q {
|
|
781
|
+
flex-shrink: 0;
|
|
782
|
+
display: flex;
|
|
783
|
+
align-items: center;
|
|
784
|
+
gap: 2px;
|
|
785
|
+
margin: -2px -2px -2px 0;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.uzi-toast-module__iconButton__FOsOp {
|
|
789
|
+
display: flex;
|
|
790
|
+
align-items: center;
|
|
791
|
+
justify-content: center;
|
|
792
|
+
width: 22px;
|
|
793
|
+
height: 22px;
|
|
794
|
+
padding: 0;
|
|
795
|
+
border: none;
|
|
796
|
+
border-radius: 5px;
|
|
797
|
+
background: transparent;
|
|
798
|
+
color: var(--toast-text, var(--popover-foreground));
|
|
799
|
+
opacity: 0.5;
|
|
800
|
+
cursor: pointer;
|
|
801
|
+
transition: opacity 120ms ease, background 120ms ease;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.uzi-toast-module__iconButton__FOsOp:hover {
|
|
805
|
+
opacity: 1;
|
|
806
|
+
background: color-mix(in srgb, var(--foreground) 8%, transparent);
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.uzi-toast-module__iconButtonError__NJsLX {
|
|
810
|
+
opacity: 1;
|
|
811
|
+
color: var(--destructive);
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.uzi-toast-module__iconButton__FOsOp:focus-visible,
|
|
815
|
+
.uzi-toast-module__actionButton__cvUr0:focus-visible {
|
|
816
|
+
outline: var(--focus-ring);
|
|
817
|
+
outline-offset: var(--focus-ring-offset);
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
@keyframes uzi-toast-module__toastSlideIn__BTXfm {
|
|
821
|
+
from {
|
|
822
|
+
opacity: 0;
|
|
823
|
+
transform: translateY(-8px);
|
|
824
|
+
}
|
|
825
|
+
to {
|
|
826
|
+
opacity: 1;
|
|
827
|
+
transform: translateY(0);
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
@keyframes uzi-toast-module__toastSlideOut__mBX-G {
|
|
832
|
+
from {
|
|
833
|
+
opacity: 1;
|
|
834
|
+
transform: translateY(0);
|
|
835
|
+
}
|
|
836
|
+
to {
|
|
837
|
+
opacity: 0;
|
|
838
|
+
transform: translateY(-6px);
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
@keyframes uzi-toast-module__toastSwipeOut__R-jk2 {
|
|
843
|
+
from {
|
|
844
|
+
opacity: 1;
|
|
845
|
+
transform: translateX(var(--radix-toast-swipe-end-x));
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
to {
|
|
849
|
+
opacity: 0;
|
|
850
|
+
transform: translateX(calc(var(--radix-toast-swipe-end-x) * 1.05));
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
.uzi-input-module__input__-ipHD {
|
|
854
|
+
display: flex;
|
|
855
|
+
width: 100%;
|
|
856
|
+
min-height: 2.25rem;
|
|
857
|
+
border-radius: 0.5rem;
|
|
858
|
+
border: 1px solid var(--ts-input-border, var(--input));
|
|
859
|
+
background: var(--ts-input-bg, var(--background));
|
|
860
|
+
color: var(--ts-input-fg, var(--foreground));
|
|
861
|
+
padding: 0.25rem 0.75rem;
|
|
862
|
+
font-size: 0.875rem;
|
|
863
|
+
line-height: 1.25rem;
|
|
864
|
+
box-shadow: var(--ts-input-shadow, 0 1px 2px rgba(0, 0, 0, 0.04));
|
|
865
|
+
transition: border-color 0.15s ease, background 0.15s ease;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
.uzi-input-module__input__-ipHD::placeholder {
|
|
869
|
+
color: var(--ts-input-placeholder, var(--muted-foreground));
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
.uzi-input-module__input__-ipHD:focus-visible {
|
|
873
|
+
outline: var(--focus-ring);
|
|
874
|
+
outline-offset: var(--focus-ring-offset);
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
.uzi-input-module__input__-ipHD:disabled {
|
|
878
|
+
cursor: not-allowed;
|
|
879
|
+
opacity: 0.5;
|
|
880
|
+
}
|
|
881
|
+
.uzi-label-module__label__gKflt {
|
|
882
|
+
font-size: 0.875rem;
|
|
883
|
+
font-weight: 500;
|
|
884
|
+
line-height: 1.2;
|
|
885
|
+
color: var(--ts-label-fg, inherit);
|
|
886
|
+
}
|
|
887
|
+
.uzi-checkbox-module__checkbox__zAB1y {
|
|
888
|
+
width: 1rem;
|
|
889
|
+
height: 1rem;
|
|
890
|
+
margin: 0;
|
|
891
|
+
border-radius: 0.25rem;
|
|
892
|
+
border: 1px solid var(--ts-checkbox-border, var(--border));
|
|
893
|
+
background: var(--ts-checkbox-bg, var(--background));
|
|
894
|
+
accent-color: var(--ts-checkbox-accent, var(--primary));
|
|
895
|
+
cursor: pointer;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
.uzi-checkbox-module__checkbox__zAB1y:focus-visible {
|
|
899
|
+
outline: var(--focus-ring);
|
|
900
|
+
outline-offset: var(--focus-ring-offset);
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.uzi-checkbox-module__checkbox__zAB1y:disabled {
|
|
904
|
+
cursor: not-allowed;
|
|
905
|
+
opacity: 0.5;
|
|
906
|
+
}
|
|
907
|
+
.uzi-multi-select-module__wrapper__Izj2x {
|
|
908
|
+
position: relative;
|
|
909
|
+
display: inline-flex;
|
|
910
|
+
min-width: 0;
|
|
911
|
+
max-width: 100%;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
.uzi-multi-select-module__wrapperFullWidth__eH8pf {
|
|
915
|
+
width: 100%;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
.uzi-multi-select-module__trigger__r3816 {
|
|
919
|
+
width: 100%;
|
|
920
|
+
min-width: 0;
|
|
921
|
+
min-height: var(--uzi-control-min-height);
|
|
922
|
+
display: inline-flex;
|
|
923
|
+
align-items: center;
|
|
924
|
+
justify-content: space-between;
|
|
925
|
+
gap: 0.625rem;
|
|
926
|
+
border-radius: var(--uzi-control-radius);
|
|
927
|
+
border: 1px solid var(--ts-dropdown-border, var(--border));
|
|
928
|
+
background: var(--ts-dropdown-bg, var(--panel));
|
|
929
|
+
color: var(--ts-dropdown-text, var(--foreground));
|
|
930
|
+
padding:
|
|
931
|
+
var(--uzi-control-padding-y)
|
|
932
|
+
var(--uzi-control-padding-x-compact)
|
|
933
|
+
var(--uzi-control-padding-y)
|
|
934
|
+
var(--uzi-control-padding-x);
|
|
935
|
+
font-size: var(--uzi-control-font-size);
|
|
936
|
+
line-height: var(--uzi-control-line-height);
|
|
937
|
+
font-family: inherit;
|
|
938
|
+
box-shadow: var(--uzi-control-shadow);
|
|
939
|
+
transition:
|
|
940
|
+
border-color 0.15s ease,
|
|
941
|
+
background 0.15s ease,
|
|
942
|
+
color 0.15s ease,
|
|
943
|
+
box-shadow 0.15s ease;
|
|
944
|
+
cursor: pointer;
|
|
945
|
+
text-align: left;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.uzi-multi-select-module__trigger__r3816:hover:not(:disabled) {
|
|
949
|
+
border-color: var(--ts-dropdown-accent, var(--accent));
|
|
950
|
+
box-shadow: var(--uzi-control-shadow-hover);
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.uzi-multi-select-module__trigger__r3816:focus-visible,
|
|
954
|
+
.uzi-multi-select-module__trigger__r3816[data-state="open"] {
|
|
955
|
+
border-color: var(--ts-dropdown-accent, var(--primary));
|
|
956
|
+
outline: var(--focus-ring);
|
|
957
|
+
outline-offset: var(--focus-ring-offset);
|
|
958
|
+
box-shadow: 0 0 0 1px color-mix(in srgb, var(--primary) 30%, transparent);
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.uzi-multi-select-module__trigger__r3816:disabled {
|
|
962
|
+
cursor: not-allowed;
|
|
963
|
+
opacity: 0.6;
|
|
964
|
+
box-shadow: none;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
.uzi-multi-select-module__value__PuUmG {
|
|
968
|
+
min-width: 0;
|
|
969
|
+
display: flex;
|
|
970
|
+
flex: 1;
|
|
971
|
+
flex-wrap: wrap;
|
|
972
|
+
gap: 0.375rem;
|
|
973
|
+
align-items: center;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.uzi-multi-select-module__placeholder__dJIU- {
|
|
977
|
+
color: var(--muted-foreground);
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
.uzi-multi-select-module__chip__46Ms- {
|
|
981
|
+
display: inline-flex;
|
|
982
|
+
align-items: center;
|
|
983
|
+
max-width: 100%;
|
|
984
|
+
padding: 2px 8px;
|
|
985
|
+
border-radius: 999px;
|
|
986
|
+
border: 1px solid color-mix(in srgb, var(--primary) 32%, transparent);
|
|
987
|
+
background: color-mix(in srgb, var(--primary) 10%, transparent);
|
|
988
|
+
color: var(--ts-dropdown-text, var(--foreground));
|
|
989
|
+
font-size: 0.75rem;
|
|
990
|
+
font-weight: 600;
|
|
991
|
+
line-height: 1.2;
|
|
992
|
+
white-space: nowrap;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.uzi-multi-select-module__chipSummary__zLwi8 {
|
|
996
|
+
color: var(--primary);
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
.uzi-multi-select-module__chevron__SWK5l {
|
|
1000
|
+
width: 10px;
|
|
1001
|
+
height: 10px;
|
|
1002
|
+
display: flex;
|
|
1003
|
+
align-items: center;
|
|
1004
|
+
justify-content: center;
|
|
1005
|
+
color: var(--muted-foreground);
|
|
1006
|
+
flex-shrink: 0;
|
|
1007
|
+
transition: transform 0.15s ease, color 0.15s ease;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
.uzi-multi-select-module__trigger__r3816:hover:not(:disabled) .uzi-multi-select-module__chevron__SWK5l,
|
|
1011
|
+
.uzi-multi-select-module__trigger__r3816[data-state="open"] .uzi-multi-select-module__chevron__SWK5l {
|
|
1012
|
+
color: var(--ts-dropdown-text, var(--foreground));
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
.uzi-multi-select-module__trigger__r3816[data-state="open"] .uzi-multi-select-module__chevron__SWK5l {
|
|
1016
|
+
transform: rotate(180deg);
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.uzi-multi-select-module__menu__q8auA {
|
|
1020
|
+
position: absolute;
|
|
1021
|
+
top: calc(100% + 6px);
|
|
1022
|
+
left: 0;
|
|
1023
|
+
z-index: 50;
|
|
1024
|
+
min-width: 100%;
|
|
1025
|
+
max-height: 16rem;
|
|
1026
|
+
overflow-y: auto;
|
|
1027
|
+
border: 1px solid var(--ts-menu-border, var(--border));
|
|
1028
|
+
border-radius: var(--uzi-menu-radius);
|
|
1029
|
+
background: var(--ts-menu-bg, var(--popover));
|
|
1030
|
+
color: var(--ts-menu-fg, var(--popover-foreground));
|
|
1031
|
+
padding: var(--uzi-menu-padding);
|
|
1032
|
+
box-shadow: var(--uzi-menu-shadow);
|
|
1033
|
+
animation: uzi-multi-select-module__menuFadeIn__Plo7- 140ms ease;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
.uzi-multi-select-module__option__-Ioqk {
|
|
1037
|
+
width: 100%;
|
|
1038
|
+
display: flex;
|
|
1039
|
+
align-items: center;
|
|
1040
|
+
gap: var(--uzi-menu-item-gap);
|
|
1041
|
+
border: none;
|
|
1042
|
+
border-radius: var(--uzi-menu-item-radius);
|
|
1043
|
+
background: transparent;
|
|
1044
|
+
color: inherit;
|
|
1045
|
+
padding: var(--uzi-menu-item-padding-y) var(--uzi-menu-item-padding-x);
|
|
1046
|
+
font: inherit;
|
|
1047
|
+
cursor: pointer;
|
|
1048
|
+
text-align: left;
|
|
1049
|
+
transition: background 0.12s ease, color 0.12s ease;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.uzi-multi-select-module__option__-Ioqk:hover:not(:disabled),
|
|
1053
|
+
.uzi-multi-select-module__option__-Ioqk:focus-visible,
|
|
1054
|
+
.uzi-multi-select-module__option__-Ioqk[data-highlighted] {
|
|
1055
|
+
background: var(--ts-menu-hover-bg, var(--accent));
|
|
1056
|
+
color: var(--ts-menu-hover-fg, var(--accent-foreground));
|
|
1057
|
+
outline: none;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.uzi-multi-select-module__optionDisabled__qtCi8,
|
|
1061
|
+
.uzi-multi-select-module__option__-Ioqk[data-disabled] {
|
|
1062
|
+
opacity: 0.5;
|
|
1063
|
+
cursor: not-allowed;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.uzi-multi-select-module__optionSelected__74IO8 .uzi-multi-select-module__optionLabel__cVoN7 {
|
|
1067
|
+
color: var(--primary);
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.uzi-multi-select-module__indicator__NO-WE {
|
|
1071
|
+
width: 1rem;
|
|
1072
|
+
height: 1rem;
|
|
1073
|
+
display: inline-flex;
|
|
1074
|
+
align-items: center;
|
|
1075
|
+
justify-content: center;
|
|
1076
|
+
flex-shrink: 0;
|
|
1077
|
+
border-radius: 0.3125rem;
|
|
1078
|
+
border: 1px solid var(--border);
|
|
1079
|
+
color: transparent;
|
|
1080
|
+
background: transparent;
|
|
1081
|
+
transition: border-color 0.12s ease, background 0.12s ease, color 0.12s ease;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
.uzi-multi-select-module__indicatorSelected__9sEAy {
|
|
1085
|
+
border-color: color-mix(in srgb, var(--primary) 55%, transparent);
|
|
1086
|
+
background: color-mix(in srgb, var(--primary) 12%, transparent);
|
|
1087
|
+
color: var(--primary);
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
.uzi-multi-select-module__indicatorDisabled__vqdiH {
|
|
1091
|
+
opacity: 0.65;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
.uzi-multi-select-module__optionLabel__cVoN7 {
|
|
1095
|
+
min-width: 0;
|
|
1096
|
+
flex: 1;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
@keyframes uzi-multi-select-module__menuFadeIn__Plo7- {
|
|
1100
|
+
from {
|
|
1101
|
+
opacity: 0;
|
|
1102
|
+
transform: translateY(-4px) scale(0.98);
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
to {
|
|
1106
|
+
opacity: 1;
|
|
1107
|
+
transform: translateY(0) scale(1);
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
.uzi-select-module__wrapper__7szq0 {
|
|
1111
|
+
position: relative;
|
|
1112
|
+
display: inline-flex;
|
|
1113
|
+
min-width: 0;
|
|
1114
|
+
max-width: 100%;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
.uzi-select-module__wrapperFullWidth__IyOIG {
|
|
1118
|
+
width: 100%;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
.uzi-select-module__wrapper__7szq0:not(.uzi-select-module__wrapperFullWidth__IyOIG) .uzi-select-module__trigger__ldh8w {
|
|
1122
|
+
width: auto;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
.uzi-select-module__trigger__ldh8w {
|
|
1126
|
+
display: inline-flex;
|
|
1127
|
+
align-items: center;
|
|
1128
|
+
justify-content: space-between;
|
|
1129
|
+
gap: 0.625rem;
|
|
1130
|
+
width: 100%;
|
|
1131
|
+
min-width: 0;
|
|
1132
|
+
min-height: var(--uzi-control-min-height);
|
|
1133
|
+
border-radius: var(--uzi-control-radius);
|
|
1134
|
+
border: 1px solid var(--ts-dropdown-border, var(--border));
|
|
1135
|
+
background: var(--ts-dropdown-bg, var(--panel));
|
|
1136
|
+
color: var(--ts-dropdown-text, var(--foreground));
|
|
1137
|
+
padding:
|
|
1138
|
+
var(--uzi-control-padding-y)
|
|
1139
|
+
var(--uzi-control-padding-x-compact)
|
|
1140
|
+
var(--uzi-control-padding-y)
|
|
1141
|
+
var(--uzi-control-padding-x);
|
|
1142
|
+
font-size: var(--uzi-control-font-size);
|
|
1143
|
+
line-height: var(--uzi-control-line-height);
|
|
1144
|
+
font-family: inherit;
|
|
1145
|
+
font-weight: 500;
|
|
1146
|
+
box-shadow: var(--uzi-control-shadow);
|
|
1147
|
+
transition:
|
|
1148
|
+
border-color 0.15s ease,
|
|
1149
|
+
background 0.15s ease,
|
|
1150
|
+
color 0.15s ease,
|
|
1151
|
+
box-shadow 0.15s ease;
|
|
1152
|
+
cursor: pointer;
|
|
1153
|
+
text-align: left;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.uzi-select-module__value__FTUJh {
|
|
1157
|
+
min-width: 0;
|
|
1158
|
+
flex: 1 1 auto;
|
|
1159
|
+
overflow: hidden;
|
|
1160
|
+
text-overflow: ellipsis;
|
|
1161
|
+
white-space: nowrap;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.uzi-select-module__trigger__ldh8w:hover:not(:disabled) {
|
|
1165
|
+
border-color: var(--ts-dropdown-accent, var(--accent));
|
|
1166
|
+
box-shadow: var(--uzi-control-shadow-hover);
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
.uzi-select-module__trigger__ldh8w:focus-visible {
|
|
1170
|
+
border-color: var(--ts-dropdown-accent, var(--primary));
|
|
1171
|
+
outline: var(--focus-ring);
|
|
1172
|
+
outline-offset: var(--focus-ring-offset);
|
|
1173
|
+
box-shadow: 0 0 0 1px color-mix(in srgb, var(--primary) 30%, transparent);
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.uzi-select-module__trigger__ldh8w[data-placeholder] {
|
|
1177
|
+
color: var(--muted-foreground);
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.uzi-select-module__trigger__ldh8w:disabled {
|
|
1181
|
+
cursor: not-allowed;
|
|
1182
|
+
opacity: 0.6;
|
|
1183
|
+
box-shadow: none;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.uzi-select-module__chevron__U6HXS {
|
|
1187
|
+
width: 10px;
|
|
1188
|
+
height: 10px;
|
|
1189
|
+
display: flex;
|
|
1190
|
+
align-items: center;
|
|
1191
|
+
justify-content: center;
|
|
1192
|
+
color: var(--muted-foreground);
|
|
1193
|
+
flex-shrink: 0;
|
|
1194
|
+
position: relative;
|
|
1195
|
+
top: -1px;
|
|
1196
|
+
transition: transform 0.15s ease, color 0.15s ease;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.uzi-select-module__chevron__U6HXS svg {
|
|
1200
|
+
display: block;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.uzi-select-module__trigger__ldh8w:hover:not(:disabled) .uzi-select-module__chevron__U6HXS,
|
|
1204
|
+
.uzi-select-module__trigger__ldh8w[data-state="open"] .uzi-select-module__chevron__U6HXS {
|
|
1205
|
+
color: var(--ts-dropdown-text, var(--foreground));
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
.uzi-select-module__trigger__ldh8w[data-state="open"] .uzi-select-module__chevron__U6HXS {
|
|
1209
|
+
transform: rotate(180deg);
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
.uzi-select-module__content__pOWWy {
|
|
1213
|
+
z-index: 50;
|
|
1214
|
+
min-width: var(--radix-select-trigger-width);
|
|
1215
|
+
max-height: min(18rem, var(--radix-select-content-available-height));
|
|
1216
|
+
overflow: hidden;
|
|
1217
|
+
border: 1px solid var(--ts-menu-border, var(--border));
|
|
1218
|
+
border-radius: var(--uzi-menu-radius);
|
|
1219
|
+
background: var(--ts-menu-bg, var(--popover));
|
|
1220
|
+
color: var(--ts-menu-fg, var(--popover-foreground));
|
|
1221
|
+
padding: var(--uzi-menu-padding);
|
|
1222
|
+
box-shadow: var(--uzi-menu-shadow);
|
|
1223
|
+
animation: uzi-select-module__selectFadeIn__Z-yKX 140ms ease;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.uzi-select-module__viewport__VGZM6 {
|
|
1227
|
+
max-height: inherit;
|
|
1228
|
+
overflow-y: auto;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.uzi-select-module__item__6uM6- {
|
|
1232
|
+
position: relative;
|
|
1233
|
+
display: flex;
|
|
1234
|
+
width: 100%;
|
|
1235
|
+
cursor: default;
|
|
1236
|
+
user-select: none;
|
|
1237
|
+
align-items: center;
|
|
1238
|
+
gap: var(--uzi-menu-item-gap);
|
|
1239
|
+
border-radius: var(--uzi-menu-item-radius);
|
|
1240
|
+
padding:
|
|
1241
|
+
var(--uzi-menu-item-padding-y)
|
|
1242
|
+
var(--uzi-menu-item-padding-x)
|
|
1243
|
+
var(--uzi-menu-item-padding-y)
|
|
1244
|
+
2rem;
|
|
1245
|
+
font-size: 0.875rem;
|
|
1246
|
+
line-height: 1.25rem;
|
|
1247
|
+
outline: none;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.uzi-select-module__item__6uM6-[data-highlighted] {
|
|
1251
|
+
background: var(--ts-menu-hover-bg, var(--accent));
|
|
1252
|
+
color: var(--ts-menu-hover-fg, var(--accent-foreground));
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.uzi-select-module__item__6uM6-[data-disabled] {
|
|
1256
|
+
pointer-events: none;
|
|
1257
|
+
opacity: 0.5;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
.uzi-select-module__item__6uM6-[data-state="checked"] {
|
|
1261
|
+
color: var(--primary);
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.uzi-select-module__indicator__ZHcg5 {
|
|
1265
|
+
position: absolute;
|
|
1266
|
+
left: 0.625rem;
|
|
1267
|
+
display: inline-flex;
|
|
1268
|
+
width: 1rem;
|
|
1269
|
+
height: 1rem;
|
|
1270
|
+
align-items: center;
|
|
1271
|
+
justify-content: center;
|
|
1272
|
+
color: currentColor;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
.uzi-select-module__indicatorIcon__kOV2G {
|
|
1276
|
+
display: block;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
@keyframes uzi-select-module__selectFadeIn__Z-yKX {
|
|
1280
|
+
from {
|
|
1281
|
+
opacity: 0;
|
|
1282
|
+
transform: translateY(-4px) scale(0.98);
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
to {
|
|
1286
|
+
opacity: 1;
|
|
1287
|
+
transform: translateY(0) scale(1);
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
.uzi-dropdown-menu-module__content__n-ElH {
|
|
1291
|
+
z-index: 50;
|
|
1292
|
+
min-width: 8rem;
|
|
1293
|
+
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
1294
|
+
overflow-x: hidden;
|
|
1295
|
+
overflow-y: auto;
|
|
1296
|
+
border: 1px solid var(--ts-menu-border, var(--border));
|
|
1297
|
+
border-radius: var(--uzi-menu-radius);
|
|
1298
|
+
background: var(--ts-menu-bg, var(--popover));
|
|
1299
|
+
color: var(--ts-menu-fg, var(--popover-foreground));
|
|
1300
|
+
padding: var(--uzi-menu-padding);
|
|
1301
|
+
box-shadow: var(--uzi-menu-shadow);
|
|
1302
|
+
transform-origin: var(--radix-dropdown-menu-content-transform-origin);
|
|
1303
|
+
animation: uzi-dropdown-menu-module__menuFadeIn__ITxMo 140ms ease;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
.uzi-dropdown-menu-module__item__tBNtW {
|
|
1307
|
+
position: relative;
|
|
1308
|
+
display: flex;
|
|
1309
|
+
width: 100%;
|
|
1310
|
+
cursor: default;
|
|
1311
|
+
user-select: none;
|
|
1312
|
+
align-items: center;
|
|
1313
|
+
gap: var(--uzi-menu-item-gap);
|
|
1314
|
+
border-radius: var(--uzi-menu-item-radius);
|
|
1315
|
+
padding: var(--uzi-menu-item-padding-y) var(--uzi-menu-item-padding-x);
|
|
1316
|
+
font-size: 0.875rem;
|
|
1317
|
+
line-height: 1.25rem;
|
|
1318
|
+
outline: none;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
.uzi-dropdown-menu-module__item__tBNtW[data-inset="true"] {
|
|
1322
|
+
padding-left: 2rem;
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
.uzi-dropdown-menu-module__item__tBNtW[data-highlighted] {
|
|
1326
|
+
background: var(--ts-menu-hover-bg, var(--accent));
|
|
1327
|
+
color: var(--ts-menu-hover-fg, var(--accent-foreground));
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
.uzi-dropdown-menu-module__item__tBNtW[data-disabled] {
|
|
1331
|
+
pointer-events: none;
|
|
1332
|
+
opacity: 0.5;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
.uzi-dropdown-menu-module__itemDestructive__oWmKd {
|
|
1336
|
+
color: var(--ts-menu-danger, var(--destructive));
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.uzi-dropdown-menu-module__itemDestructive__oWmKd[data-highlighted] {
|
|
1340
|
+
background: color-mix(in srgb, var(--destructive) 15%, transparent);
|
|
1341
|
+
color: var(--ts-menu-danger-fg, var(--destructive));
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.uzi-dropdown-menu-module__insetItem__g7ONJ {
|
|
1345
|
+
padding-left: 2rem;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.uzi-dropdown-menu-module__indicator__5qwFh {
|
|
1349
|
+
position: absolute;
|
|
1350
|
+
left: 0.5rem;
|
|
1351
|
+
display: inline-flex;
|
|
1352
|
+
width: 1rem;
|
|
1353
|
+
height: 1rem;
|
|
1354
|
+
align-items: center;
|
|
1355
|
+
justify-content: center;
|
|
1356
|
+
color: currentColor;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.uzi-dropdown-menu-module__indicatorIcon__nhJMw {
|
|
1360
|
+
display: block;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
.uzi-dropdown-menu-module__radioDot__GWUVT {
|
|
1364
|
+
display: block;
|
|
1365
|
+
width: 0.5rem;
|
|
1366
|
+
height: 0.5rem;
|
|
1367
|
+
border-radius: 999px;
|
|
1368
|
+
background: currentColor;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
.uzi-dropdown-menu-module__label__sFnNR {
|
|
1372
|
+
padding: var(--uzi-menu-item-padding-y) var(--uzi-menu-item-padding-x);
|
|
1373
|
+
font-size: 0.875rem;
|
|
1374
|
+
font-weight: 600;
|
|
1375
|
+
line-height: 1.25rem;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.uzi-dropdown-menu-module__label__sFnNR[data-inset="true"] {
|
|
1379
|
+
padding-left: 2rem;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
.uzi-dropdown-menu-module__separator__PgUob {
|
|
1383
|
+
height: 1px;
|
|
1384
|
+
margin: 0.25rem -0.25rem;
|
|
1385
|
+
background: var(--ts-menu-separator, var(--border));
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
.uzi-dropdown-menu-module__chevron__kxfiF {
|
|
1389
|
+
margin-left: auto;
|
|
1390
|
+
flex-shrink: 0;
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
@keyframes uzi-dropdown-menu-module__menuFadeIn__ITxMo {
|
|
1394
|
+
from {
|
|
1395
|
+
opacity: 0;
|
|
1396
|
+
transform: translateY(-4px) scale(0.98);
|
|
1397
|
+
}
|
|
1398
|
+
to {
|
|
1399
|
+
opacity: 1;
|
|
1400
|
+
transform: translateY(0) scale(1);
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
.uzi-theme-toggle-button-module__withLabel__KqtDj {
|
|
1404
|
+
padding-left: 12px;
|
|
1405
|
+
padding-right: 12px;
|
|
1406
|
+
}
|
|
1407
|
+
.uzi-top-bar-module__topBar__MJ-7S {
|
|
1408
|
+
position: sticky;
|
|
1409
|
+
top: 0;
|
|
1410
|
+
z-index: 30;
|
|
1411
|
+
border-bottom: 1px solid var(--ts-topbar-border, var(--border));
|
|
1412
|
+
background: var(--ts-topbar-bg, color-mix(in srgb, var(--background) 92%, transparent));
|
|
1413
|
+
box-shadow: var(--ts-topbar-shadow, 0 1px 2px rgba(0, 0, 0, 0.06));
|
|
1414
|
+
backdrop-filter: blur(12px);
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
.uzi-top-bar-module__topBarStatic__JvEwt {
|
|
1418
|
+
position: relative;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
.uzi-top-bar-module__topBarInner__PBbi8 {
|
|
1422
|
+
display: flex;
|
|
1423
|
+
align-items: center;
|
|
1424
|
+
justify-content: space-between;
|
|
1425
|
+
gap: 1rem;
|
|
1426
|
+
min-height: 4.25rem;
|
|
1427
|
+
padding: env(safe-area-inset-top, 0) 1rem 0 1rem;
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
.uzi-top-bar-module__topBarStart__DrdN2 {
|
|
1431
|
+
display: flex;
|
|
1432
|
+
align-items: center;
|
|
1433
|
+
gap: 0.875rem;
|
|
1434
|
+
min-width: 0;
|
|
1435
|
+
flex: 1 1 auto;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.uzi-top-bar-module__topBarBrand__80VV3 {
|
|
1439
|
+
display: inline-flex;
|
|
1440
|
+
align-items: center;
|
|
1441
|
+
gap: 0.625rem;
|
|
1442
|
+
min-width: 0;
|
|
1443
|
+
color: var(--ts-topbar-brand-fg, var(--foreground));
|
|
1444
|
+
text-decoration: none;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.uzi-top-bar-module__topBarBrandContent__O4Uto {
|
|
1448
|
+
min-width: 0;
|
|
1449
|
+
overflow: hidden;
|
|
1450
|
+
text-overflow: ellipsis;
|
|
1451
|
+
white-space: nowrap;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.uzi-top-bar-module__topBarCenter__Kwxg- {
|
|
1455
|
+
display: flex;
|
|
1456
|
+
align-items: center;
|
|
1457
|
+
justify-content: center;
|
|
1458
|
+
flex: 0 1 auto;
|
|
1459
|
+
min-width: 0;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.uzi-top-bar-module__topBarCenterGroup__7Ishp {
|
|
1463
|
+
display: inline-flex;
|
|
1464
|
+
align-items: center;
|
|
1465
|
+
gap: 1rem;
|
|
1466
|
+
min-width: 0;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
.uzi-top-bar-module__topBarActions__mgMd8 {
|
|
1470
|
+
display: flex;
|
|
1471
|
+
align-items: center;
|
|
1472
|
+
justify-content: flex-end;
|
|
1473
|
+
gap: 0.75rem;
|
|
1474
|
+
min-width: 0;
|
|
1475
|
+
flex: 1 1 auto;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
@media (max-width: 768px) {
|
|
1479
|
+
.uzi-top-bar-module__topBarInner__PBbi8 {
|
|
1480
|
+
min-height: 4rem;
|
|
1481
|
+
gap: 0.75rem;
|
|
1482
|
+
padding-left: max(0.75rem, env(safe-area-inset-left));
|
|
1483
|
+
padding-right: max(0.75rem, env(safe-area-inset-right));
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
.uzi-top-bar-module__topBarStart__DrdN2 {
|
|
1487
|
+
gap: 0.75rem;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.uzi-top-bar-module__topBarActions__mgMd8 {
|
|
1491
|
+
gap: 0.5rem;
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
.uzi-app-shell-module__appShell__S0cVI {
|
|
1495
|
+
display: grid;
|
|
1496
|
+
grid-template-rows: calc(var(--app-shell-topbar-height, 64px) + env(safe-area-inset-top)) 1fr;
|
|
1497
|
+
grid-template-columns: var(--app-shell-sidebar-width, 240px) 1fr;
|
|
1498
|
+
height: 100vh;
|
|
1499
|
+
height: 100dvh;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
.uzi-app-shell-module__appShellAnimated__-CRIl {
|
|
1503
|
+
transition: grid-template-columns 200ms ease;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
.uzi-app-shell-module__appShell__S0cVI.uzi-app-shell-module__appShellOpen__1rZUl {
|
|
1507
|
+
grid-template-columns: var(--app-shell-sidebar-width, 240px) 1fr;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
.uzi-app-shell-module__appShell__S0cVI.uzi-app-shell-module__appShellCollapsed__fSasN {
|
|
1511
|
+
grid-template-columns: 0 1fr;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
.uzi-app-shell-module__appShellTopbar__rgXsW {
|
|
1515
|
+
--ts-topbar-bg: var(--surface-topbar, color-mix(in srgb, var(--background) 92%, transparent));
|
|
1516
|
+
--ts-topbar-border: var(--border);
|
|
1517
|
+
--ts-topbar-brand-fg: var(--foreground);
|
|
1518
|
+
grid-column: 1 / -1;
|
|
1519
|
+
min-height: calc(var(--app-shell-topbar-height, 64px) + env(safe-area-inset-top));
|
|
1520
|
+
padding-left: 0;
|
|
1521
|
+
padding-right: 0;
|
|
1522
|
+
box-shadow: none;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
.uzi-app-shell-module__appShellTopbarLeft__-EVuB {
|
|
1526
|
+
display: flex;
|
|
1527
|
+
align-items: center;
|
|
1528
|
+
gap: 12px;
|
|
1529
|
+
flex: 1;
|
|
1530
|
+
min-width: 0;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
.uzi-app-shell-module__appShellTopbarStart__XXQpq {
|
|
1534
|
+
flex: 1;
|
|
1535
|
+
min-width: 0;
|
|
1536
|
+
display: flex;
|
|
1537
|
+
align-items: center;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
.uzi-app-shell-module__appShellTopbarRight__l1G57 {
|
|
1541
|
+
display: flex;
|
|
1542
|
+
align-items: center;
|
|
1543
|
+
gap: 8px;
|
|
1544
|
+
min-width: 0;
|
|
1545
|
+
flex-shrink: 0;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
.uzi-app-shell-module__appShellTopbarRight__l1G57 > * {
|
|
1549
|
+
min-width: 0;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
.uzi-app-shell-module__appShellBrand__TXwyN {
|
|
1553
|
+
font-size: 26px;
|
|
1554
|
+
color: var(--foreground);
|
|
1555
|
+
text-decoration: none;
|
|
1556
|
+
display: flex;
|
|
1557
|
+
align-items: center;
|
|
1558
|
+
min-width: 0;
|
|
1559
|
+
overflow: hidden;
|
|
1560
|
+
text-overflow: ellipsis;
|
|
1561
|
+
white-space: nowrap;
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
.uzi-app-shell-module__appShellHamburger__BciFA {
|
|
1565
|
+
background: transparent;
|
|
1566
|
+
border: none;
|
|
1567
|
+
padding: 0;
|
|
1568
|
+
width: 40px;
|
|
1569
|
+
height: 40px;
|
|
1570
|
+
border-radius: 8px;
|
|
1571
|
+
display: inline-flex;
|
|
1572
|
+
align-items: center;
|
|
1573
|
+
justify-content: center;
|
|
1574
|
+
color: var(--foreground);
|
|
1575
|
+
cursor: pointer;
|
|
1576
|
+
transition: background 120ms ease;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
.uzi-app-shell-module__appShellHamburger__BciFA:hover {
|
|
1580
|
+
background: var(--accent);
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
.uzi-app-shell-module__appShellHamburger__BciFA:focus-visible {
|
|
1584
|
+
outline: var(--focus-ring);
|
|
1585
|
+
outline-offset: var(--focus-ring-offset);
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
.uzi-app-shell-module__appShellHamburger__BciFA svg {
|
|
1589
|
+
width: 28px;
|
|
1590
|
+
height: 28px;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
.uzi-app-shell-module__appShellSidebar__oY7uj {
|
|
1594
|
+
border-right: 1px solid var(--border);
|
|
1595
|
+
background: var(--panel);
|
|
1596
|
+
padding: 24px;
|
|
1597
|
+
overflow-y: auto;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
.uzi-app-shell-module__appShellAnimated__-CRIl .uzi-app-shell-module__appShellSidebar__oY7uj {
|
|
1601
|
+
transition: transform 200ms ease, opacity 200ms ease;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
.uzi-app-shell-module__appShell__S0cVI.uzi-app-shell-module__appShellCollapsed__fSasN .uzi-app-shell-module__appShellSidebar__oY7uj {
|
|
1605
|
+
transform: translateX(-110%);
|
|
1606
|
+
opacity: 0;
|
|
1607
|
+
pointer-events: none;
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
.uzi-app-shell-module__appShellMain__eHP2r {
|
|
1611
|
+
overflow-y: auto;
|
|
1612
|
+
min-height: 0;
|
|
1613
|
+
flex: 1 1 0;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.uzi-app-shell-module__appShellBackdrop__y31xs {
|
|
1617
|
+
display: none;
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
@media (max-width: 960px) {
|
|
1621
|
+
.uzi-app-shell-module__appShellBackdrop__y31xs {
|
|
1622
|
+
display: block;
|
|
1623
|
+
position: fixed;
|
|
1624
|
+
inset: 0;
|
|
1625
|
+
top: calc(var(--app-shell-topbar-height, 56px) + env(safe-area-inset-top));
|
|
1626
|
+
background: rgba(0, 0, 0, 0.5);
|
|
1627
|
+
z-index: 14;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.uzi-app-shell-module__appShell__S0cVI {
|
|
1631
|
+
--app-shell-topbar-height: 56px;
|
|
1632
|
+
grid-template-columns: 1fr;
|
|
1633
|
+
grid-template-rows: calc(var(--app-shell-topbar-height, 56px) + env(safe-area-inset-top)) 1fr;
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
.uzi-app-shell-module__appShell__S0cVI.uzi-app-shell-module__appShellOpen__1rZUl,
|
|
1637
|
+
.uzi-app-shell-module__appShell__S0cVI.uzi-app-shell-module__appShellCollapsed__fSasN {
|
|
1638
|
+
grid-template-columns: 1fr;
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
.uzi-app-shell-module__appShellSidebar__oY7uj {
|
|
1642
|
+
display: block;
|
|
1643
|
+
position: fixed;
|
|
1644
|
+
top: calc(var(--app-shell-topbar-height, 56px) + env(safe-area-inset-top));
|
|
1645
|
+
left: 0;
|
|
1646
|
+
bottom: 0;
|
|
1647
|
+
width: var(--app-shell-sidebar-width, 240px);
|
|
1648
|
+
max-width: 80vw;
|
|
1649
|
+
background: var(--panel);
|
|
1650
|
+
padding: 16px 12px;
|
|
1651
|
+
transform: translateX(-105%);
|
|
1652
|
+
z-index: 15;
|
|
1653
|
+
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
.uzi-app-shell-module__appShellSidebar__oY7uj.uzi-app-shell-module__appShellSidebarOpen__Z5AIo {
|
|
1657
|
+
transform: translateX(0);
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
.uzi-app-shell-module__appShellTopbar__rgXsW {
|
|
1661
|
+
padding-left: max(12px, env(safe-area-inset-left));
|
|
1662
|
+
padding-right: max(12px, env(safe-area-inset-right));
|
|
1663
|
+
gap: 10px;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
.uzi-app-shell-module__appShellTopbarLeft__-EVuB {
|
|
1667
|
+
gap: 10px;
|
|
1668
|
+
flex: 1;
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1671
|
+
.uzi-app-shell-module__appShellTopbarStart__XXQpq {
|
|
1672
|
+
min-width: 0;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
.uzi-app-shell-module__appShellTopbarRight__l1G57 {
|
|
1676
|
+
gap: 6px;
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
.uzi-app-shell-module__appShellBrand__TXwyN {
|
|
1680
|
+
font-size: 24px;
|
|
1681
|
+
max-width: 50vw;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.uzi-app-shell-module__appShellHamburger__BciFA {
|
|
1685
|
+
width: 40px;
|
|
1686
|
+
height: 40px;
|
|
1687
|
+
border-radius: 8px;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
.uzi-app-shell-module__appShellHamburger__BciFA svg {
|
|
1691
|
+
width: 24px;
|
|
1692
|
+
height: 24px;
|
|
1693
|
+
}
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
@media (max-width: 640px) {
|
|
1697
|
+
.uzi-app-shell-module__appShellTopbar__rgXsW {
|
|
1698
|
+
gap: 8px;
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1701
|
+
.uzi-app-shell-module__appShellBrand__TXwyN {
|
|
1702
|
+
font-size: 22px;
|
|
1703
|
+
max-width: 34vw;
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
.uzi-app-shell-module__appShellTopbarRight__l1G57 {
|
|
1707
|
+
max-width: 44vw;
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
@media (max-width: 480px) {
|
|
1712
|
+
.uzi-app-shell-module__appShellBrand__TXwyN {
|
|
1713
|
+
font-size: 20px;
|
|
1714
|
+
max-width: 30vw;
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
.uzi-sidebar-nav-module__sidebarNav__eUI5c {
|
|
1718
|
+
--sidebar-nav-icon-size: 18px;
|
|
1719
|
+
--sidebar-nav-icon-size-mobile: 16px;
|
|
1720
|
+
display: flex;
|
|
1721
|
+
flex-direction: column;
|
|
1722
|
+
gap: 12px;
|
|
1723
|
+
align-items: stretch;
|
|
1724
|
+
min-height: 0;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
.uzi-sidebar-nav-module__sidebarNavCollapsed__xTM9s {
|
|
1728
|
+
gap: 10px;
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
.uzi-sidebar-nav-module__header__Y4NLy,
|
|
1732
|
+
.uzi-sidebar-nav-module__footer__GjWky {
|
|
1733
|
+
display: flex;
|
|
1734
|
+
flex-direction: column;
|
|
1735
|
+
gap: 8px;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.uzi-sidebar-nav-module__footer__GjWky {
|
|
1739
|
+
margin-top: auto;
|
|
1740
|
+
padding-top: 12px;
|
|
1741
|
+
border-top: 1px solid var(--border);
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.uzi-sidebar-nav-module__sections__mXuGQ {
|
|
1745
|
+
display: flex;
|
|
1746
|
+
flex: 1 1 auto;
|
|
1747
|
+
flex-direction: column;
|
|
1748
|
+
gap: 14px;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
.uzi-sidebar-nav-module__section__yjtCY {
|
|
1752
|
+
display: flex;
|
|
1753
|
+
flex-direction: column;
|
|
1754
|
+
gap: 8px;
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
.uzi-sidebar-nav-module__sectionItems__tNcph {
|
|
1758
|
+
display: flex;
|
|
1759
|
+
flex-direction: column;
|
|
1760
|
+
gap: 8px;
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
.uzi-sidebar-nav-module__sectionLabel__Wx94m {
|
|
1764
|
+
padding: 0 10px;
|
|
1765
|
+
font-size: 11px;
|
|
1766
|
+
font-weight: 700;
|
|
1767
|
+
letter-spacing: 0.08em;
|
|
1768
|
+
text-transform: uppercase;
|
|
1769
|
+
color: var(--muted-foreground);
|
|
1770
|
+
opacity: 0.75;
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
.uzi-sidebar-nav-module__item__uMHkJ {
|
|
1774
|
+
color: var(--foreground);
|
|
1775
|
+
background: transparent;
|
|
1776
|
+
border: none;
|
|
1777
|
+
box-shadow: none;
|
|
1778
|
+
padding: 10px 12px 10px 10px;
|
|
1779
|
+
border-radius: 10px;
|
|
1780
|
+
text-decoration: none;
|
|
1781
|
+
font-size: 14px;
|
|
1782
|
+
display: grid;
|
|
1783
|
+
grid-template-columns: var(--sidebar-nav-icon-size) minmax(0, 1fr);
|
|
1784
|
+
align-items: center;
|
|
1785
|
+
column-gap: 10px;
|
|
1786
|
+
width: 100%;
|
|
1787
|
+
text-align: left;
|
|
1788
|
+
box-sizing: border-box;
|
|
1789
|
+
line-height: 1.2;
|
|
1790
|
+
transition: background 120ms ease, color 120ms ease;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
button.uzi-sidebar-nav-module__item__uMHkJ {
|
|
1794
|
+
font-family: inherit;
|
|
1795
|
+
cursor: pointer;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
.uzi-sidebar-nav-module__item__uMHkJ:focus-visible {
|
|
1799
|
+
outline: var(--focus-ring);
|
|
1800
|
+
outline-offset: var(--focus-ring-offset);
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
.uzi-sidebar-nav-module__item__uMHkJ:hover {
|
|
1804
|
+
background: color-mix(in srgb, var(--primary) 10%, transparent);
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
.uzi-sidebar-nav-module__item__uMHkJ.uzi-sidebar-nav-module__itemActive__wBbiS {
|
|
1808
|
+
background: color-mix(in srgb, var(--primary) 18%, transparent);
|
|
1809
|
+
color: var(--foreground);
|
|
1810
|
+
font-weight: 700;
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
.uzi-sidebar-nav-module__itemCollapsed__jLJN- {
|
|
1814
|
+
grid-template-columns: 1fr;
|
|
1815
|
+
justify-items: center;
|
|
1816
|
+
padding-right: 10px;
|
|
1817
|
+
padding-left: 10px;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.uzi-sidebar-nav-module__itemDisabled__Yf8Il {
|
|
1821
|
+
opacity: 0.5;
|
|
1822
|
+
cursor: not-allowed;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
.uzi-sidebar-nav-module__icon__tyrUg {
|
|
1826
|
+
width: var(--sidebar-nav-icon-size);
|
|
1827
|
+
height: var(--sidebar-nav-icon-size);
|
|
1828
|
+
min-width: var(--sidebar-nav-icon-size);
|
|
1829
|
+
color: var(--muted-foreground);
|
|
1830
|
+
display: inline-flex;
|
|
1831
|
+
align-items: center;
|
|
1832
|
+
justify-content: center;
|
|
1833
|
+
vertical-align: middle;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.uzi-sidebar-nav-module__icon__tyrUg > * {
|
|
1837
|
+
width: 100% !important;
|
|
1838
|
+
height: 100% !important;
|
|
1839
|
+
max-width: 100%;
|
|
1840
|
+
max-height: 100%;
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
.uzi-sidebar-nav-module__icon__tyrUg :where(svg) {
|
|
1844
|
+
width: 100%;
|
|
1845
|
+
height: 100%;
|
|
1846
|
+
display: block;
|
|
1847
|
+
stroke: currentColor;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.uzi-sidebar-nav-module__item__uMHkJ.uzi-sidebar-nav-module__itemActive__wBbiS .uzi-sidebar-nav-module__icon__tyrUg {
|
|
1851
|
+
color: var(--primary);
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.uzi-sidebar-nav-module__itemBody__wI0iy {
|
|
1855
|
+
display: flex;
|
|
1856
|
+
min-width: 0;
|
|
1857
|
+
flex: 1 1 auto;
|
|
1858
|
+
flex-direction: column;
|
|
1859
|
+
gap: 3px;
|
|
1860
|
+
overflow: hidden;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.uzi-sidebar-nav-module__labelRow__D8sEJ {
|
|
1864
|
+
display: flex;
|
|
1865
|
+
min-width: 0;
|
|
1866
|
+
align-items: center;
|
|
1867
|
+
gap: 8px;
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
.uzi-sidebar-nav-module__label__A-nt6 {
|
|
1871
|
+
flex: 1;
|
|
1872
|
+
min-width: 0;
|
|
1873
|
+
overflow: hidden;
|
|
1874
|
+
text-overflow: ellipsis;
|
|
1875
|
+
white-space: nowrap;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
.uzi-sidebar-nav-module__description__Xf3Si {
|
|
1879
|
+
color: var(--muted-foreground);
|
|
1880
|
+
font-size: 12px;
|
|
1881
|
+
line-height: 1.35;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
.uzi-sidebar-nav-module__badge__-hnFd {
|
|
1885
|
+
display: inline-flex;
|
|
1886
|
+
align-items: center;
|
|
1887
|
+
justify-content: center;
|
|
1888
|
+
gap: 6px;
|
|
1889
|
+
padding: 4px 8px;
|
|
1890
|
+
border-radius: 999px;
|
|
1891
|
+
border: 1px solid var(--border);
|
|
1892
|
+
background: color-mix(in srgb, var(--foreground) 4%, transparent);
|
|
1893
|
+
color: var(--muted-foreground);
|
|
1894
|
+
font-size: 11px;
|
|
1895
|
+
letter-spacing: 0.04em;
|
|
1896
|
+
text-transform: uppercase;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
@media (max-width: 960px) {
|
|
1900
|
+
.uzi-sidebar-nav-module__sidebarNav__eUI5c {
|
|
1901
|
+
gap: 10px;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.uzi-sidebar-nav-module__sections__mXuGQ {
|
|
1905
|
+
gap: 12px;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
.uzi-sidebar-nav-module__sectionItems__tNcph {
|
|
1909
|
+
gap: 6px;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
.uzi-sidebar-nav-module__item__uMHkJ {
|
|
1913
|
+
padding: 9px 10px 9px 8px;
|
|
1914
|
+
border-radius: 9px;
|
|
1915
|
+
font-size: 14px;
|
|
1916
|
+
grid-template-columns: var(--sidebar-nav-icon-size-mobile) minmax(0, 1fr);
|
|
1917
|
+
column-gap: 8px;
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
.uzi-sidebar-nav-module__icon__tyrUg {
|
|
1921
|
+
width: var(--sidebar-nav-icon-size-mobile);
|
|
1922
|
+
height: var(--sidebar-nav-icon-size-mobile);
|
|
1923
|
+
min-width: var(--sidebar-nav-icon-size-mobile);
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
.uzi-sidebar-nav-module__icon__tyrUg :where(svg) {
|
|
1927
|
+
width: var(--sidebar-nav-icon-size-mobile);
|
|
1928
|
+
height: var(--sidebar-nav-icon-size-mobile);
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.uzi-sidebar-nav-module__description__Xf3Si {
|
|
1932
|
+
font-size: 11px;
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
@media (max-width: 480px) {
|
|
1937
|
+
.uzi-sidebar-nav-module__item__uMHkJ {
|
|
1938
|
+
padding: 8px 9px 8px 7px;
|
|
1939
|
+
font-size: 13px;
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
.uzi-skeleton-module__skeleton__fula5 {
|
|
1943
|
+
background: color-mix(in srgb, var(--muted-foreground) 14%, var(--background));
|
|
1944
|
+
animation: uzi-skeleton-module__skeleton-pulse__Yp45W 1.6s ease-in-out infinite;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
@keyframes uzi-skeleton-module__skeleton-pulse__Yp45W {
|
|
1948
|
+
0%, 100% { opacity: 1; }
|
|
1949
|
+
50% { opacity: 0.45; }
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
.uzi-skeleton-module__radius-sm__FdccD { border-radius: 4px; }
|
|
1953
|
+
.uzi-skeleton-module__radius-md__zH3RE { border-radius: 8px; }
|
|
1954
|
+
.uzi-skeleton-module__radius-lg__YVrHw { border-radius: 12px; }
|
|
1955
|
+
.uzi-skeleton-module__radius-full__5o2m0 { border-radius: 9999px; }
|
|
1956
|
+
.uzi-progress-module__track__gM0oV {
|
|
1957
|
+
height: 8px;
|
|
1958
|
+
border-radius: 9999px;
|
|
1959
|
+
overflow: hidden;
|
|
1960
|
+
background: color-mix(in srgb, var(--border) 60%, transparent);
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
.uzi-progress-module__fill__aLAbp {
|
|
1964
|
+
height: 100%;
|
|
1965
|
+
border-radius: 9999px;
|
|
1966
|
+
transition: width 0.4s ease;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
.uzi-progress-module__tone-default__fhf7o { background: var(--foreground); }
|
|
1970
|
+
.uzi-progress-module__tone-success__FsGHD { background: var(--success); }
|
|
1971
|
+
.uzi-progress-module__tone-warning__UAttL { background: var(--warning); }
|
|
1972
|
+
.uzi-progress-module__tone-danger__-L-Ee { background: var(--destructive); }
|
|
1973
|
+
.uzi-segmented-toggle-module__track__M4fjm {
|
|
1974
|
+
display: inline-flex;
|
|
1975
|
+
border-radius: 999px;
|
|
1976
|
+
border: 1px solid var(--border);
|
|
1977
|
+
background: var(--card);
|
|
1978
|
+
padding: 4px;
|
|
1979
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
|
|
1980
|
+
gap: 2px;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.uzi-segmented-toggle-module__option__7cEZJ {
|
|
1984
|
+
border-radius: 999px;
|
|
1985
|
+
padding: 6px 16px;
|
|
1986
|
+
font-size: var(--uzi-control-font-size);
|
|
1987
|
+
font-weight: 500;
|
|
1988
|
+
line-height: var(--uzi-control-line-height);
|
|
1989
|
+
background: transparent;
|
|
1990
|
+
color: var(--muted-foreground);
|
|
1991
|
+
border: none;
|
|
1992
|
+
cursor: pointer;
|
|
1993
|
+
transition:
|
|
1994
|
+
color 120ms ease,
|
|
1995
|
+
background 120ms ease;
|
|
1996
|
+
display: inline-flex;
|
|
1997
|
+
align-items: center;
|
|
1998
|
+
justify-content: center;
|
|
1999
|
+
white-space: nowrap;
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
.uzi-segmented-toggle-module__label__bDAIv {
|
|
2003
|
+
display: inline-flex;
|
|
2004
|
+
align-items: center;
|
|
2005
|
+
justify-content: center;
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
.uzi-segmented-toggle-module__option__7cEZJ:hover:not([aria-checked="true"]):not(:disabled) {
|
|
2009
|
+
color: var(--foreground);
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
.uzi-segmented-toggle-module__option__7cEZJ[aria-checked="true"] {
|
|
2013
|
+
background: var(--foreground);
|
|
2014
|
+
color: var(--background);
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
.uzi-segmented-toggle-module__option__7cEZJ:disabled {
|
|
2018
|
+
cursor: not-allowed;
|
|
2019
|
+
opacity: 0.5;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.uzi-segmented-toggle-module__option__7cEZJ:focus-visible {
|
|
2023
|
+
outline: var(--focus-ring);
|
|
2024
|
+
outline-offset: var(--focus-ring-offset);
|
|
2025
|
+
}
|
|
2
2026
|
/*$vite$:1*/
|