.hui-btn{box-sizing:border-box;font-family:var(--font-sans);letter-spacing:-.02em;white-space:nowrap;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out),opacity var(--duration-fast) var(--ease-out);-webkit-appearance:none;background:0 0;border:0;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.hui-btn:focus{outline:none}.hui-btn:focus-visible{box-shadow:var(--ring-focus-tight)}.hui-btn[disabled],.hui-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.hui-btn--sm{gap:4px;min-width:32px;height:32px;padding:6px 12px;font-size:14px;line-height:20px}.hui-btn--md{gap:8px;min-width:36px;height:36px;padding:8px 16px;font-size:14px;line-height:20px}.hui-btn--lg{gap:8px;min-width:40px;height:40px;padding:8px 16px;font-size:14px;line-height:20px}.hui-btn--icon.hui-btn--sm{width:32px;padding:0}.hui-btn--icon.hui-btn--md{width:36px;padding:0}.hui-btn--icon.hui-btn--lg{width:40px;padding:0}.hui-btn--primary{background:var(--accent-accent);color:var(--accent-accent-foreground)}.hui-btn--primary:hover:not([disabled]){background:var(--accent-accent-hover)}.hui-btn--secondary{background:var(--default-default);color:var(--default-default-foreground);backdrop-filter:blur()}.hui-btn--secondary:hover:not([disabled]){background:var(--default-default-hover)}.hui-btn--tertiary{background:var(--default-default-soft);color:var(--default-default-soft-foreground)}.hui-btn--tertiary:hover:not([disabled]){background:var(--default-default-soft-hover)}.hui-btn--outline{color:var(--foreground-foreground);box-shadow:inset 0 0 0 1px var(--border);background:0 0}.hui-btn--outline:hover:not([disabled]){background:var(--default-default-soft)}.hui-btn--outline:focus-visible{box-shadow:inset 0 0 0 1px var(--border),var(--ring-focus-tight)}.hui-btn--ghost{color:var(--foreground-foreground);background:0 0}.hui-btn--ghost:hover:not([disabled]){background:var(--default-default-soft)}.hui-btn--danger{background:var(--danger-danger);color:var(--danger-danger-foreground)}.hui-btn--danger:hover:not([disabled]){background:var(--danger-danger-hover)}.hui-btn--danger-soft{background:var(--danger-danger-soft);color:var(--danger-danger-soft-foreground)}.hui-btn--danger-soft:hover:not([disabled]){background:var(--danger-danger-soft-hover)}.hui-btn-group{isolation:isolate;align-items:stretch;display:inline-flex}.hui-btn-group--vertical{flex-direction:column}.hui-btn-group>.hui-btn{border-radius:0}.hui-btn-group:not(.hui-btn-group--vertical)>.hui-btn:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.hui-btn-group:not(.hui-btn-group--vertical)>.hui-btn:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.hui-btn-group--vertical>.hui-btn:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.hui-btn-group--vertical>.hui-btn:last-child{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.hui-btn-group>.hui-btn:focus-visible{z-index:1}.hui-btn-group__divider{background:var(--separator-separator);flex:none;align-self:stretch}.hui-btn-group:not(.hui-btn-group--vertical)>.hui-btn-group__divider{width:1px}.hui-btn-group--vertical>.hui-btn-group__divider{height:1px}.hui-toggle{box-sizing:border-box;font-family:var(--font-sans);letter-spacing:-.02em;cursor:pointer;color:var(--foreground-foreground);transition:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out);background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.hui-toggle:focus{outline:none}.hui-toggle:focus-visible{box-shadow:var(--ring-focus-tight)}.hui-toggle--sm{gap:4px;min-width:32px;height:32px;padding:6px 12px;font-size:14px;line-height:20px}.hui-toggle--md{gap:8px;min-width:36px;height:36px;padding:8px 16px;font-size:14px;line-height:20px}.hui-toggle--lg{gap:8px;min-width:40px;height:40px;padding:8px 16px;font-size:14px;line-height:20px}.hui-toggle:hover:not([disabled]){background:var(--default-default-soft)}.hui-toggle[aria-pressed=true],.hui-toggle[data-selected=true]{background:var(--segment);color:var(--foreground-segment);box-shadow:var(--shadow-control)}.hui-toggle--primary[aria-pressed=true]{background:var(--accent-accent);color:var(--accent-accent-foreground);box-shadow:none}.hui-toggle[disabled]{opacity:.5;cursor:not-allowed}.hui-toggle-group{box-sizing:border-box;background:var(--surface-on-surface);border-radius:12px;align-items:center;gap:2px;padding:2px;display:inline-flex}.hui-toggle-group--vertical{flex-direction:column;align-items:stretch}.hui-toggle-group--plain{background:0 0;gap:4px;padding:0}.hui-close{box-sizing:border-box;width:24px;height:24px;color:var(--foreground-muted);cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out);background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.hui-close:hover{background:var(--default-default-soft);color:var(--foreground-foreground)}.hui-close:focus{outline:none}.hui-close:focus-visible{box-shadow:var(--ring-focus-tight)}.hui-close--lg{width:32px;height:32px}.hui-link{font-family:var(--font-sans);color:var(--foreground-link);text-underline-offset:2px;cursor:pointer;transition:color var(--duration-fast) var(--ease-out);align-items:center;gap:4px;font-weight:500;text-decoration:underline 1px;display:inline-flex}.hui-link--base{font-size:16px;line-height:24px}.hui-link--sm{font-size:14px;line-height:20px}.hui-link--accent{color:var(--accent-accent)}.hui-link--muted{color:var(--foreground-muted)}.hui-link--plain{text-decoration:none}.hui-link--plain:hover{text-decoration:underline}.hui-link:hover{color:var(--accent-accent)}.hui-link:focus{outline:none}.hui-link:focus-visible{box-shadow:var(--ring-focus-tight);border-radius:4px}.hui-kbd{box-sizing:border-box;background:var(--surface-surface);min-width:20px;height:20px;color:var(--foreground-muted);box-shadow:inset 0 0 0 1px var(--border),var(--shadow-control);font-family:var(--font-sans);letter-spacing:-.003em;border-radius:6px;justify-content:center;align-items:center;gap:2px;padding:0 6px;font-size:12px;font-weight:500;line-height:16px;display:inline-flex}.hui-kbd--lg{height:24px;padding:0 8px;font-size:14px;line-height:20px}.hui-surface{box-sizing:border-box;background:var(--surface-surface);color:var(--surface-surface-foreground);box-shadow:var(--ring-surface);border-radius:24px;position:relative}.hui-surface--secondary{background:var(--surface-surface-secondary)}.hui-surface--tertiary{background:var(--surface-surface-tertiary)}.hui-surface--on-surface{background:var(--surface-on-surface);box-shadow:none}.hui-surface--transparent{background:var(--surface-transparent);box-shadow:none}.hui-surface--r-none{border-radius:0}.hui-surface--r-sm{border-radius:8px}.hui-surface--r-md{border-radius:12px}.hui-surface--r-lg{border-radius:20px}.hui-surface--r-xl{border-radius:24px}.hui-surface--flat{box-shadow:none}.hui-surface--overlay{box-shadow:var(--ring-surface),var(--shadow-overlay)}.hui-card{box-sizing:border-box;background:var(--surface-surface);color:var(--surface-surface-foreground);box-shadow:var(--ring-surface);border-radius:24px;flex-direction:column;gap:12px;padding:16px;display:flex;position:relative}.hui-card--flush{padding:0;overflow:hidden}.hui-card--interactive{cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out)}.hui-card--interactive:hover{background:var(--surface-surface-secondary)}.hui-card__media{background:var(--surface-surface-tertiary);border-radius:24px 24px 0 0;width:calc(100% + 32px);margin:-16px -16px 0;display:block;overflow:hidden}.hui-card--flush .hui-card__media{width:100%;margin:0}.hui-card__title{font-family:var(--font-sans);color:var(--foreground-foreground);margin:0;font-size:16px;font-weight:600;line-height:24px}.hui-card__body{font-family:var(--font-sans);color:var(--foreground-muted);margin:0;font-size:14px;font-weight:400;line-height:20px}.hui-card__header{flex-direction:column;align-self:stretch;gap:4px;display:flex}.hui-card__footer{flex-direction:row;align-self:stretch;align-items:center;gap:8px;display:flex}.hui-separator{background:var(--separator-separator);border:0;flex:none;margin:0}.hui-separator--horizontal{align-self:stretch;width:100%;height:1px}.hui-separator--vertical{align-self:stretch;width:1px;min-height:16px}.hui-separator--secondary{background:var(--separator-separator-secondary)}.hui-separator--tertiary{background:var(--separator-separator-tertiary)}.hui-separator--labelled{background:0 0;align-items:center;gap:12px;height:auto;display:flex}.hui-separator__rule{background:var(--separator-separator);flex:1;height:1px}.hui-separator__label{font-family:var(--font-sans);letter-spacing:-.003em;color:var(--foreground-muted);font-size:12px;font-weight:500;line-height:16px}.hui-scroll-shadow{position:relative;overflow:auto}.hui-scroll-shadow:before,.hui-scroll-shadow:after{content:"";pointer-events:none;z-index:1;height:40px;display:block;position:sticky;left:0;right:0}.hui-scroll-shadow:before{background:linear-gradient(to bottom,var(--shadow-scroll),transparent);margin-bottom:-40px;top:0}.hui-scroll-shadow:after{background:linear-gradient(to top,var(--shadow-scroll),transparent);margin-top:-40px;bottom:0}.hui-scroll-shadow--on-surface:before{background:linear-gradient(to bottom,var(--shadow-scroll-on-surface),transparent)}.hui-scroll-shadow--on-surface:after{background:linear-gradient(to top,var(--shadow-scroll-on-surface),transparent)}.hui-scroll-shadow--horizontal{overflow:auto hidden}.hui-progressive-blur{pointer-events:none;backdrop-filter:blur(12px);position:absolute;left:0;right:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 60% 100%);mask-image:linear-gradient(#0000 0%,#000 60% 100%)}.hui-progressive-blur--top{top:0;-webkit-mask-image:linear-gradient(#000 0% 40%,#0000 100%);mask-image:linear-gradient(#000 0% 40%,#0000 100%)}.hui-progressive-blur--dark{background:linear-gradient(#0000,#060607b3)}.hui-progressive-blur--light{background:linear-gradient(to top,var(--shadow-scroll-blur),transparent)}.hui-backdrop{background:var(--backdrop);z-index:50;position:fixed;inset:0}.hui-backdrop--blur{backdrop-filter:blur(12px)}.hui-backdrop--transparent{background:0 0}.hui-toolbar{box-sizing:border-box;background:var(--surface-surface);box-shadow:var(--ring-surface),var(--shadow-popover);border-radius:12px;align-items:center;gap:8px;padding:6px;display:flex}.hui-toolbar--vertical{flex-direction:column}.hui-toolbar--plain{box-shadow:none;background:0 0;padding:0}.hui-badge{box-sizing:border-box;font-family:var(--font-sans);white-space:nowrap;backdrop-filter:blur();border-radius:24px;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.hui-badge--sm{gap:2px;min-width:20px;height:20px;padding:4px;font-size:10px;line-height:1.34}.hui-badge--md{gap:2px;min-width:28px;height:28px;padding:6px;font-size:12px;line-height:1.34}.hui-badge--lg{gap:4px;min-width:32px;height:32px;padding:6px 8px;font-size:14px;line-height:1.34}.hui-badge--primary.hui-badge--default{background:var(--default-default);color:var(--default-default-foreground);box-shadow:inset 0 0 0 1px var(--background-background)}.hui-badge--primary.hui-badge--accent{background:var(--accent-accent);color:var(--accent-accent-foreground);box-shadow:inset 0 0 0 1px var(--background-background)}.hui-badge--primary.hui-badge--success{background:var(--success-success);color:var(--success-success-foreground);box-shadow:inset 0 0 0 1px var(--background-background)}.hui-badge--primary.hui-badge--warning{background:var(--warning-warning);color:var(--warning-warning-foreground);box-shadow:inset 0 0 0 1px var(--background-background)}.hui-badge--primary.hui-badge--danger{background:var(--danger-danger);color:var(--danger-danger-foreground);box-shadow:inset 0 0 0 1px var(--background-background)}.hui-badge--soft.hui-badge--default{background:var(--default-default-soft);color:var(--default-default-soft-foreground)}.hui-badge--soft.hui-badge--accent{background:var(--accent-accent-soft);color:var(--accent-accent-soft-foreground)}.hui-badge--soft.hui-badge--success{background:var(--success-success-soft);color:var(--success-success-soft-foreground)}.hui-badge--soft.hui-badge--warning{background:var(--warning-warning-soft);color:var(--warning-warning-soft-foreground)}.hui-badge--soft.hui-badge--danger{background:var(--danger-danger-soft);color:var(--danger-danger-soft-foreground)}.hui-badge--outline{background:var(--surface-surface);box-shadow:inset 0 0 0 1px var(--border);color:var(--foreground-foreground)}.hui-badge--dot{border-radius:9999px;width:8px;min-width:0;height:8px;padding:0}.hui-badge-anchor{display:inline-flex;position:relative}.hui-badge-anchor>.hui-badge{position:absolute;top:0;right:0;transform:translate(35%,-35%)}.hui-chip{box-sizing:border-box;font-family:var(--font-sans);white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.hui-chip--sm{letter-spacing:-.003em;gap:2px;height:20px;padding:2px 6px;font-size:10px;line-height:14px}.hui-chip--md{letter-spacing:-.003em;gap:2px;height:24px;padding:2px 8px;font-size:12px;line-height:16px}.hui-chip--lg{letter-spacing:-.005em;gap:4px;height:28px;padding:4px 10px;font-size:14px;line-height:20px}.hui-chip--primary.hui-chip--default{background:var(--default-default);color:var(--default-default-foreground)}.hui-chip--primary.hui-chip--accent{background:var(--accent-accent);color:var(--accent-accent-foreground)}.hui-chip--primary.hui-chip--success{background:var(--success-success);color:var(--success-success-foreground)}.hui-chip--primary.hui-chip--warning{background:var(--warning-warning);color:var(--warning-warning-foreground)}.hui-chip--primary.hui-chip--danger{background:var(--danger-danger);color:var(--danger-danger-foreground)}.hui-chip--secondary.hui-chip--default{background:var(--surface-surface);color:var(--foreground-foreground);box-shadow:inset 0 0 0 1px var(--border)}.hui-chip--secondary.hui-chip--accent{background:var(--surface-surface);color:var(--accent-accent-soft-foreground);box-shadow:inset 0 0 0 1px var(--accent-accent)}.hui-chip--secondary.hui-chip--success{background:var(--surface-surface);color:var(--success-success-soft-foreground);box-shadow:inset 0 0 0 1px var(--success-success)}.hui-chip--secondary.hui-chip--warning{background:var(--surface-surface);color:var(--warning-warning-soft-foreground);box-shadow:inset 0 0 0 1px var(--warning-warning)}.hui-chip--secondary.hui-chip--danger{background:var(--surface-surface);color:var(--danger-danger-soft-foreground);box-shadow:inset 0 0 0 1px var(--danger-danger)}.hui-chip--soft.hui-chip--default{background:var(--default-default-soft);color:var(--default-default-soft-foreground)}.hui-chip--soft.hui-chip--accent{background:var(--accent-accent-soft);color:var(--accent-accent-soft-foreground)}.hui-chip--soft.hui-chip--success{background:var(--success-success-soft);color:var(--success-success-soft-foreground)}.hui-chip--soft.hui-chip--warning{background:var(--warning-warning-soft);color:var(--warning-warning-soft-foreground)}.hui-chip--soft.hui-chip--danger{background:var(--danger-danger-soft);color:var(--danger-danger-soft-foreground)}.hui-chip--tertiary{color:var(--foreground-muted);background:0 0}.hui-chip__remove{color:inherit;opacity:.6;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin-right:-2px;padding:0;display:inline-flex}.hui-chip__remove:hover{opacity:1}.hui-avatar{box-sizing:border-box;font-family:var(--font-sans);letter-spacing:-.003em;background:var(--default-default);color:var(--default-default-foreground);flex:none;justify-content:center;align-items:center;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.hui-avatar--sm{width:28px;height:28px;font-size:10px;line-height:14px}.hui-avatar--md{width:36px;height:36px;font-size:12px;line-height:16px}.hui-avatar--lg{width:44px;height:44px;font-size:14px;line-height:20px}.hui-avatar--r-none{border-radius:0}.hui-avatar--r-sm{border-radius:4px}.hui-avatar--r-md{border-radius:8px}.hui-avatar--r-lg{border-radius:12px}.hui-avatar--r-full{border-radius:9999px}.hui-avatar--accent{background:var(--accent-accent);color:var(--accent-accent-foreground)}.hui-avatar--success{background:var(--success-success);color:var(--success-success-foreground)}.hui-avatar--warning{background:var(--warning-warning);color:var(--warning-warning-foreground)}.hui-avatar--danger{background:var(--danger-danger);color:var(--danger-danger-foreground)}.hui-avatar--soft.hui-avatar--default{background:var(--default-default-soft);color:var(--default-default-soft-foreground)}.hui-avatar--soft.hui-avatar--accent{background:var(--accent-accent-soft);color:var(--accent-accent-soft-foreground)}.hui-avatar--soft.hui-avatar--success{background:var(--success-success-soft);color:var(--success-success-soft-foreground)}.hui-avatar--soft.hui-avatar--warning{background:var(--warning-warning-soft);color:var(--warning-warning-soft-foreground)}.hui-avatar--soft.hui-avatar--danger{background:var(--danger-danger-soft);color:var(--danger-danger-soft-foreground)}.hui-avatar__img{object-fit:cover;width:100%;height:100%;display:block}.hui-avatar-group{align-items:center;display:inline-flex}.hui-avatar-group>*{box-shadow:0 0 0 2px var(--background-background);margin-left:-8px}.hui-avatar-group>:first-child{margin-left:0}.hui-tag-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hui-tag-group__label{font-family:var(--font-sans);color:var(--foreground-foreground);width:100%;font-size:14px;font-weight:500;line-height:20px}.hui-table-wrap{box-sizing:border-box;background:var(--surface-surface);box-shadow:var(--ring-surface);border-radius:20px;overflow:hidden}.hui-table{border-collapse:separate;border-spacing:0;width:100%;font-family:var(--font-sans);text-align:left}.hui-table th{letter-spacing:-.003em;height:36px;color:var(--foreground-muted);background:var(--surface-surface-secondary);border-bottom:1px solid var(--separator-separator);white-space:nowrap;padding:0 12px;font-size:12px;font-weight:500;line-height:16px}.hui-table td{height:44px;color:var(--foreground-foreground);border-bottom:1px solid var(--separator-separator);padding:0 12px;font-size:14px;font-weight:400;line-height:20px}.hui-table tbody tr:last-child td{border-bottom:0}.hui-table tbody tr:hover td{background:var(--surface-surface-secondary)}.hui-table tbody tr[data-selected=true] td{background:var(--accent-accent-soft)}.hui-table--numeric td:last-child,.hui-table--numeric th:last-child{text-align:right}.hui-table__footer{border-top:1px solid var(--separator-separator);color:var(--foreground-muted);justify-content:space-between;align-items:center;gap:8px;padding:12px;font-size:12px;line-height:16px;display:flex}@keyframes hui-skeleton{0%{background-position:100%}to{background-position:0}}.hui-skeleton{background:linear-gradient(90deg,var(--surface-surface-secondary) 0%,var(--surface-surface-quaternary) 50%,var(--surface-surface-secondary) 100%);background-size:200% 100%;border-radius:8px;animation:1.6s linear infinite hui-skeleton;display:block}.hui-skeleton--text{border-radius:6px;height:16px}.hui-skeleton--circle{border-radius:9999px}.hui-skeleton--static{animation:none}
