.tag.svelte-hk7zrn{display:inline-flex;align-items:center;gap:var(--space-xs);font-family:var(--tag-font);font-size:var(--tag-size);border-radius:var(--tag-radius);padding:var(--tag-padding-y) var(--tag-padding-x);border:var(--tag-border);background:var(--tag-bg);color:var(--tag-text);white-space:nowrap}.tag-removable.svelte-hk7zrn{padding-right:var(--space-xs)}.tag-remove.svelte-hk7zrn{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:var(--radius-sm);color:var(--color-text-muted);transition:color var(--duration-instant) var(--easing-default)}.tag-remove.svelte-hk7zrn:hover{color:var(--color-text)}.tag-remove.svelte-hk7zrn:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.tag-remove-icon.svelte-hk7zrn{width:10px;height:10px}.kv.svelte-1dvepcr{display:flex;gap:var(--kv-gap)}.kv-stacked.svelte-1dvepcr{flex-direction:column}.kv-inline.svelte-1dvepcr{flex-direction:row;justify-content:space-between;align-items:center}.kv-key.svelte-1dvepcr{font-family:var(--kv-key-font);font-size:var(--kv-key-size);color:var(--kv-key-color);letter-spacing:var(--type-label-tracking)}.kv-value.svelte-1dvepcr{font-family:var(--kv-value-font);font-size:var(--kv-value-size);color:var(--kv-value-color)}.status.svelte-1clqtud{display:inline-flex;align-items:center;gap:var(--status-gap)}.status-dot.svelte-1clqtud{width:var(--status-dot-size);height:var(--status-dot-size);border-radius:var(--radius-circle);flex-shrink:0}.status-dot-warning.svelte-1clqtud{border-radius:0;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.status-dot-error.svelte-1clqtud{border-radius:0;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}.status-dot-inactive.svelte-1clqtud{background:transparent!important;box-shadow:inset 0 0 0 2px currentColor}.status-dot-pulse.svelte-1clqtud{animation:svelte-1clqtud-pulse 2s ease-in-out infinite}@keyframes svelte-1clqtud-pulse{0%,to{opacity:1}50%{opacity:.4}}@media(prefers-reduced-motion:reduce){.status-dot-pulse.svelte-1clqtud{animation:none}}.status-label.svelte-1clqtud{font-family:var(--status-font);font-size:var(--status-size);letter-spacing:var(--type-label-tracking)}.code-block.svelte-rvxvs9{position:relative;background:var(--code-bg);border:var(--code-border);border-radius:var(--code-radius);overflow:hidden}.code-scroll.svelte-rvxvs9{overflow-x:auto}.code-pre.svelte-rvxvs9{margin:0;padding:var(--code-padding);font-family:var(--code-font);font-size:var(--code-font-size);line-height:var(--code-line-height);color:var(--code-text)}.code-table.svelte-rvxvs9{border-collapse:collapse;width:100%;font-family:var(--code-font);font-size:var(--code-font-size);line-height:var(--code-line-height);color:var(--code-text)}.code-line.svelte-rvxvs9{display:block}.code-line-number.svelte-rvxvs9{width:var(--code-line-number-width);padding:0 var(--space-sm);text-align:right;color:var(--code-line-number-color);background:var(--code-gutter-bg);border-right:var(--code-gutter-border);-webkit-user-select:none;user-select:none;vertical-align:top}.code-line-content.svelte-rvxvs9{padding:0 var(--code-padding);white-space:pre}.code-table.svelte-rvxvs9 tbody:where(.svelte-rvxvs9) tr:where(.svelte-rvxvs9):first-child .code-line-number:where(.svelte-rvxvs9),.code-table.svelte-rvxvs9 tbody:where(.svelte-rvxvs9) tr:where(.svelte-rvxvs9):first-child .code-line-content:where(.svelte-rvxvs9){padding-top:var(--code-padding)}.code-table.svelte-rvxvs9 tbody:where(.svelte-rvxvs9) tr:where(.svelte-rvxvs9):last-child .code-line-number:where(.svelte-rvxvs9),.code-table.svelte-rvxvs9 tbody:where(.svelte-rvxvs9) tr:where(.svelte-rvxvs9):last-child .code-line-content:where(.svelte-rvxvs9){padding-bottom:var(--code-padding)}.code-copy.svelte-rvxvs9{all:unset;position:absolute;top:var(--space-sm);right:var(--space-sm);cursor:pointer;z-index:1;padding:var(--space-2xs) var(--space-sm);border-radius:var(--radius-sm);background:var(--code-bg);border:var(--code-border);transition:all var(--duration-instant) var(--easing-default)}.code-copy.svelte-rvxvs9:hover{background:var(--color-surface-tertiary)}.code-copy.svelte-rvxvs9:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.code-copy-label.svelte-rvxvs9{font-family:var(--type-label-font);font-size:var(--type-caption-size);letter-spacing:var(--type-label-tracking);color:var(--color-text-secondary)}.demo-row.svelte-1736n1x{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:center;padding:var(--space-lg);border:var(--elevation-border);border-radius:var(--radius-md)}.demo-item.svelte-1736n1x{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs)}.usage-context.svelte-1736n1x{border:var(--elevation-border);border-radius:var(--radius-md);padding:var(--space-lg)}.context-row.svelte-1736n1x{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) 0;border-bottom:var(--elevation-border)}.context-row.svelte-1736n1x:last-child{border-bottom:none}.kv-demo-grid.svelte-1736n1x{display:grid;grid-template-columns:1fr;gap:var(--space-md)}@media(min-width:768px){.kv-demo-grid.svelte-1736n1x{grid-template-columns:1fr 1fr}}.kv-card.svelte-1736n1x{border:var(--elevation-border);border-radius:var(--radius-md);padding:var(--space-lg)}.kv-stacked.svelte-1736n1x{display:flex;flex-direction:column;gap:var(--space-md)}.kv-inline-list.svelte-1736n1x{display:flex;flex-direction:column;gap:var(--space-sm)}.kv-inline-list.svelte-1736n1x .kv-inline-item{padding-bottom:var(--space-sm);border-bottom:var(--elevation-border)}.kv-inline-list.svelte-1736n1x .kv-inline-item:last-child{border-bottom:none;padding-bottom:0}.code-demos.svelte-1736n1x{display:flex;flex-direction:column;gap:var(--space-lg)}
