.eightspace-avatar,.eightspace-avatar-group,.eightspace-badge,.eightspace-button,.eightspace-card,.eightspace-checkbox,.eightspace-chip,.eightspace-dialog,.eightspace-dropdown-menu,.eightspace-empty-state,.eightspace-field__control,.eightspace-icon-button,.eightspace-inline-message,.eightspace-popover,.eightspace-radio,.eightspace-radio-group,.eightspace-select,.eightspace-select__control,.eightspace-skeleton,.eightspace-skeleton-group,.eightspace-surface,.eightspace-switch,.eightspace-tabs,.eightspace-textarea,.eightspace-textarea__control,.eightspace-toast,.eightspace-toast-stack,.eightspace-tooltip{box-sizing:border-box}.eightspace-button{--eightspace-button-bg:var(--8s-color-bg-surface);--eightspace-button-border:var(--8s-color-border-subtle);--eightspace-button-color:var(--8s-color-text-primary);--eightspace-button-shadow:none;position:relative;display:inline-flex;min-width:-moz-max-content;min-width:max-content;align-items:center;justify-content:center;gap:var(--8s-space-2);border:1px solid var(--eightspace-button-border);border-radius:var(--8s-radius-3);background:var(--eightspace-button-bg);box-shadow:var(--eightspace-button-shadow);color:var(--eightspace-button-color);font-family:var(--8s-font-sans);font-weight:var(--8s-font-weight-medium);line-height:1.25;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color var(--8s-duration-base) var(--8s-ease-standard),border-color var(--8s-duration-base) var(--8s-ease-standard),box-shadow var(--8s-duration-base) var(--8s-ease-standard),color var(--8s-duration-base) var(--8s-ease-standard),transform var(--8s-duration-fast) var(--8s-ease-standard)}.eightspace-button:hover:not(:disabled){--eightspace-button-border:var(--8s-color-border-strong)}.eightspace-button:active:not(:disabled){transform:translateY(1px) scale(.99)}.eightspace-button:focus-visible,.eightspace-chip--interactive:focus-visible,.eightspace-chip__remove:focus-visible,.eightspace-field__control:focus-visible,.eightspace-popover__panel:focus-visible,.eightspace-popover__trigger:focus-visible,.eightspace-select__control:focus-visible,.eightspace-textarea__control:focus-visible{outline:0;box-shadow:0 0 0 4px color-mix(in srgb,var(--8s-color-focus-ring) 18%,transparent)}.eightspace-button:disabled{cursor:not-allowed;opacity:.52;transform:none}.eightspace-button[aria-disabled=true],.eightspace-button[data-disabled=true]{cursor:not-allowed;opacity:.52;pointer-events:none;transform:none}.eightspace-button--variant-primary{--eightspace-button-bg:var(--8s-color-blue-500);--eightspace-button-border:var(--8s-color-blue-500);--eightspace-button-color:var(--8s-color-text-on-brand);--eightspace-button-shadow:var(--8s-shadow-brand)}.eightspace-button--variant-primary:hover:not(:disabled){--eightspace-button-bg:var(--8s-color-blue-600);--eightspace-button-border:var(--8s-color-blue-600)}.eightspace-surface--variant-brand .eightspace-button--variant-primary{--eightspace-button-bg:var(--8s-color-neutral-0);--eightspace-button-border:var(--8s-color-neutral-0);--eightspace-button-color:var(--8s-color-blue-800);--eightspace-button-shadow:0 12px 30px -20px rgba(8,20,33,0.42)}.eightspace-surface--variant-brand .eightspace-button--variant-primary:hover:not(:disabled){--eightspace-button-bg:var(--8s-color-blue-50);--eightspace-button-border:var(--8s-color-blue-50)}.eightspace-button--variant-secondary{--eightspace-button-bg:var(--8s-color-bg-surface);--eightspace-button-border:var(--8s-color-border-subtle);--eightspace-button-color:var(--8s-color-text-primary)}.eightspace-button--variant-secondary:hover:not(:disabled){--eightspace-button-bg:var(--8s-color-bg-surface-muted)}.eightspace-button--variant-ghost{--eightspace-button-bg:transparent;--eightspace-button-border:transparent;--eightspace-button-color:var(--8s-color-blue-700)}.eightspace-button--variant-ghost:hover:not(:disabled){--eightspace-button-bg:var(--8s-color-blue-50);--eightspace-button-border:transparent}.eightspace-button--variant-danger{--eightspace-button-bg:var(--8s-color-danger);--eightspace-button-border:var(--8s-color-danger);--eightspace-button-color:var(--8s-color-text-on-brand)}.eightspace-button--variant-danger:hover:not(:disabled){--eightspace-button-bg:#b92f2f;--eightspace-button-border:#b92f2f}.eightspace-button--size-xs{min-height:30px;padding:0 var(--8s-space-2);border-radius:var(--8s-radius-2);font-size:var(--8s-font-size-control-xs);line-height:var(--8s-line-height-control-xs)}.eightspace-button--size-xs,.eightspace-button--size-xs .eightspace-button__content{gap:var(--8s-space-1)}.eightspace-button--size-sm{min-height:36px;padding:0 var(--8s-space-3);border-radius:var(--8s-radius-3);font-size:var(--8s-font-size-caption)}.eightspace-button--size-md{min-height:46px;padding:0 var(--8s-space-4);border-radius:.75rem;font-size:var(--8s-font-size-body-sm)}.eightspace-button--size-lg{min-height:54px;padding:0 var(--8s-space-6);border-radius:var(--8s-radius-4);font-size:var(--8s-font-size-body-lg)}.eightspace-button__content{display:inline-flex;align-items:center;gap:var(--8s-space-2)}.eightspace-button__content--loading{visibility:hidden}.eightspace-button__spinner{position:absolute;width:1em;height:1em;border:2px solid;border-right:2px solid transparent;border-radius:var(--8s-radius-full);animation:eightspace-spin .7s linear infinite}.eightspace-badge{--eightspace-badge-bg:var(--8s-color-bg-surface-muted);--eightspace-badge-color:var(--8s-color-text-secondary);--eightspace-badge-border:var(--8s-color-border-subtle);--eightspace-badge-dot-gap:0.4em;display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:var(--8s-space-1);border:1px solid var(--eightspace-badge-border);border-radius:var(--8s-radius-full);background:var(--eightspace-badge-bg);color:var(--eightspace-badge-color);font-family:var(--8s-font-sans);font-weight:var(--8s-font-weight-medium);line-height:1.25;white-space:nowrap}.eightspace-badge--with-dot{gap:0}.eightspace-badge--size-xs{min-height:20px;padding:0 .375rem;font-size:var(--8s-font-size-micro);line-height:var(--8s-line-height-micro)}.eightspace-badge--size-sm{min-height:24px;padding:0 var(--8s-space-2);font-size:var(--8s-font-size-caption)}.eightspace-badge--size-md{min-height:30px;padding:0 var(--8s-space-3);font-size:var(--8s-font-size-body-sm)}.eightspace-badge--variant-brand,.eightspace-badge--variant-info{--eightspace-badge-bg:var(--8s-color-blue-50);--eightspace-badge-color:var(--8s-color-blue-800);--eightspace-badge-border:var(--8s-color-blue-100)}.eightspace-surface--variant-brand .eightspace-badge--variant-brand,.eightspace-surface--variant-brand .eightspace-badge--variant-info{--eightspace-badge-bg:rgba(255,255,255,0.16);--eightspace-badge-color:var(--8s-color-text-on-brand);--eightspace-badge-border:rgba(255,255,255,0.28)}.eightspace-badge--variant-success{--eightspace-badge-bg:#ecfdf5;--eightspace-badge-color:#0f6f4a;--eightspace-badge-border:#bbf7d0}.eightspace-badge--variant-warning{--eightspace-badge-bg:#fff7ed;--eightspace-badge-color:#8a4b00;--eightspace-badge-border:#fed7aa}.eightspace-badge--variant-danger{--eightspace-badge-bg:#fff1f2;--eightspace-badge-color:#b42318;--eightspace-badge-border:#fecdd3}.eightspace-badge__dot{flex:none;width:.45em;height:.45em;border-radius:var(--8s-radius-full);background:currentColor;margin-inline-end:var(--eightspace-badge-dot-gap)}.eightspace-chip{--eightspace-chip-bg:var(--8s-color-bg-surface);--eightspace-chip-border:var(--8s-color-border-subtle);--eightspace-chip-color:var(--8s-color-text-secondary);--eightspace-chip-tone:var(--8s-color-text-secondary);--eightspace-chip-soft-bg:var(--8s-color-bg-surface);--eightspace-chip-soft-border:var(--8s-color-border-subtle);--eightspace-chip-solid-bg:var(--8s-color-neutral-700);--eightspace-chip-solid-color:var(--8s-color-text-on-brand);display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:100%;align-items:center;gap:var(--8s-space-1);border:1px solid var(--eightspace-chip-border);border-radius:var(--8s-radius-full);background:var(--eightspace-chip-bg);color:var(--eightspace-chip-color);font-family:var(--8s-font-sans);font-weight:var(--8s-font-weight-medium);line-height:1.25;transition:background-color var(--8s-duration-base) var(--8s-ease-standard),border-color var(--8s-duration-base) var(--8s-ease-standard),box-shadow var(--8s-duration-base) var(--8s-ease-standard),color var(--8s-duration-base) var(--8s-ease-standard),transform var(--8s-duration-fast) var(--8s-ease-standard)}.eightspace-chip--interactive{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.eightspace-chip--interactive:hover{--eightspace-chip-border:var(--8s-color-border-strong)}.eightspace-chip--interactive:active{transform:translateY(1px) scale(.99)}.eightspace-chip--disabled{cursor:not-allowed;opacity:.52;transform:none}.eightspace-chip__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eightspace-chip__remove,.eightspace-chip__slot{display:inline-flex;flex:0 0 auto;align-items:center;color:currentColor}.eightspace-chip__remove{width:1.45em;height:1.45em;justify-content:center;border:0;border-radius:var(--8s-radius-full);background:color-mix(in srgb,currentColor 10%,transparent);font:inherit;line-height:1;cursor:pointer}.eightspace-chip__remove:hover:not(:disabled){background:color-mix(in srgb,currentColor 16%,transparent)}.eightspace-chip__remove:disabled{cursor:not-allowed}.eightspace-chip--tone-neutral,.eightspace-chip--variant-neutral{--eightspace-chip-tone:var(--8s-color-text-secondary);--eightspace-chip-soft-bg:var(--8s-color-bg-surface);--eightspace-chip-soft-border:var(--8s-color-border-subtle);--eightspace-chip-solid-bg:var(--8s-color-neutral-700)}.eightspace-chip--tone-brand,.eightspace-chip--variant-brand{--eightspace-chip-tone:var(--8s-color-blue-800);--eightspace-chip-soft-bg:var(--8s-color-blue-50);--eightspace-chip-soft-border:var(--8s-color-blue-100);--eightspace-chip-solid-bg:var(--8s-color-blue-600)}.eightspace-chip--tone-info,.eightspace-chip--variant-info{--eightspace-chip-tone:#0369a1;--eightspace-chip-soft-bg:#ecfeff;--eightspace-chip-soft-border:#a5f3fc;--eightspace-chip-solid-bg:#0369a1}.eightspace-chip--tone-success,.eightspace-chip--variant-success{--eightspace-chip-tone:var(--8s-color-success);--eightspace-chip-soft-bg:#ecfdf5;--eightspace-chip-soft-border:#bbf7d0;--eightspace-chip-solid-bg:#047857}.eightspace-chip--tone-warning,.eightspace-chip--variant-warning{--eightspace-chip-tone:var(--8s-color-warning);--eightspace-chip-soft-bg:#fff7ed;--eightspace-chip-soft-border:#fed7aa;--eightspace-chip-solid-bg:#9a5b00}.eightspace-chip--tone-danger,.eightspace-chip--variant-danger{--eightspace-chip-tone:var(--8s-color-danger);--eightspace-chip-soft-bg:#fff1f2;--eightspace-chip-soft-border:#fecdd3;--eightspace-chip-solid-bg:#b42318}.eightspace-chip--appearance-subtle{--eightspace-chip-bg:var(--8s-color-bg-surface);--eightspace-chip-border:color-mix(in srgb,var(--eightspace-chip-tone) 18%,var(--8s-color-border-subtle));--eightspace-chip-color:var(--eightspace-chip-tone)}.eightspace-chip--appearance-soft{--eightspace-chip-bg:var(--eightspace-chip-soft-bg);--eightspace-chip-border:var(--eightspace-chip-soft-border);--eightspace-chip-color:var(--eightspace-chip-tone)}.eightspace-chip--appearance-solid{--eightspace-chip-bg:var(--eightspace-chip-solid-bg);--eightspace-chip-border:var(--eightspace-chip-solid-bg);--eightspace-chip-color:var(--eightspace-chip-solid-color);box-shadow:0 8px 18px -14px color-mix(in srgb,var(--eightspace-chip-solid-bg) 70%,transparent)}.eightspace-chip--appearance-solid .eightspace-chip__remove{background:rgba(255,255,255,.16)}.eightspace-chip--appearance-solid .eightspace-chip__remove:hover:not(:disabled){background:rgba(255,255,255,.24)}.eightspace-chip--selected{--eightspace-chip-border:color-mix(in srgb,currentColor 32%,var(--8s-color-border-subtle));box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 22%,transparent)}.eightspace-chip--appearance-solid.eightspace-chip--selected{--eightspace-chip-border:color-mix(in srgb,var(--eightspace-chip-solid-bg) 72%,white);box-shadow:inset 0 0 0 1px rgba(255,255,255,.28),0 10px 20px -14px color-mix(in srgb,var(--eightspace-chip-solid-bg) 76%,transparent)}.eightspace-chip--interactive:hover{--eightspace-chip-border:color-mix(in srgb,var(--eightspace-chip-tone) 34%,var(--8s-color-border-strong))}.eightspace-chip--appearance-solid.eightspace-chip--interactive:hover{--eightspace-chip-border:color-mix(in srgb,var(--eightspace-chip-solid-bg) 72%,white)}.eightspace-chip--size-xs{min-height:24px;max-width:180px;padding:0 .45rem;font-size:var(--8s-font-size-control-xs);line-height:var(--8s-line-height-control-xs)}.eightspace-chip--size-sm{min-height:30px;max-width:220px;padding:0 var(--8s-space-2);font-size:var(--8s-font-size-caption)}.eightspace-chip--size-md{min-height:36px;max-width:260px;padding:0 var(--8s-space-3);font-size:var(--8s-font-size-body-sm)}.eightspace-field{display:grid;gap:var(--8s-space-2);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-field__label{color:var(--8s-color-text-primary);font-size:var(--8s-font-size-body-sm);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-field--size-xs{gap:var(--8s-space-1)}.eightspace-field--size-xs .eightspace-field__label,.eightspace-field--size-xs .eightspace-field__message{font-size:var(--8s-font-size-control-xs);line-height:var(--8s-line-height-control-xs)}.eightspace-field--size-sm .eightspace-field__label,.eightspace-field--size-sm .eightspace-field__message{font-size:var(--8s-font-size-caption);line-height:var(--8s-line-height-caption)}.eightspace-field--size-md .eightspace-field__label,.eightspace-field--size-md .eightspace-field__message{font-size:var(--8s-font-size-body-xs);line-height:var(--8s-line-height-body-xs)}.eightspace-field__required{color:var(--8s-color-danger)}.eightspace-field__control{width:100%;border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-3);background:var(--8s-color-bg-surface);color:var(--8s-color-text-primary);font:inherit;font-weight:var(--8s-font-weight-regular);transition:background-color var(--8s-duration-base) var(--8s-ease-standard),border-color var(--8s-duration-base) var(--8s-ease-standard),box-shadow var(--8s-duration-base) var(--8s-ease-standard)}.eightspace-field__control::-moz-placeholder{color:var(--8s-color-text-muted)}.eightspace-field__control::placeholder{color:var(--8s-color-text-muted)}.eightspace-field__control:hover:not(:disabled){border-color:var(--8s-color-border-strong)}.eightspace-field__control:focus-visible{border-color:var(--8s-color-blue-500)}.eightspace-field__control:disabled{cursor:not-allowed;background:var(--8s-color-bg-surface-muted);color:var(--8s-color-text-muted)}.eightspace-field__control--size-xs{min-height:30px;padding:0 var(--8s-space-2);border-radius:var(--8s-radius-2);font-size:var(--8s-font-size-caption)}.eightspace-field__control--size-sm{min-height:36px;padding:0 var(--8s-space-3);border-radius:var(--8s-radius-3);font-size:var(--8s-font-size-body-xs)}.eightspace-field__control--size-md{min-height:46px;padding:0 var(--8s-space-4);border-radius:var(--8s-radius-4);font-size:var(--8s-font-size-body-sm)}.eightspace-field--state-success .eightspace-field__control{border-color:var(--8s-color-success)}.eightspace-field--state-error .eightspace-field__control{border-color:var(--8s-color-danger);background:#fffafa}.eightspace-field__message{color:var(--8s-color-text-muted);font-size:var(--8s-font-size-body-sm);font-weight:var(--8s-font-weight-regular);line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-field--state-success .eightspace-field__message{color:var(--8s-color-success)}.eightspace-field--state-error .eightspace-field__message{color:var(--8s-color-danger)}.eightspace-surface{--eightspace-surface-bg:var(--8s-color-bg-surface);--eightspace-surface-border:var(--8s-color-border-subtle);--eightspace-surface-color:var(--8s-color-text-primary);--eightspace-surface-title-size:var(--8s-font-size-title-3);--eightspace-surface-title-line:var(--8s-line-height-title-3);--eightspace-surface-description-size:var(--8s-font-size-body-sm);--eightspace-surface-description-line:var(--8s-line-height-body-sm);--eightspace-surface-stack-gap:var(--8s-space-4);--eightspace-surface-shadow:none;border:1px solid var(--eightspace-surface-border);background:var(--eightspace-surface-bg);box-shadow:var(--eightspace-surface-shadow);color:var(--eightspace-surface-color);font-family:var(--8s-font-sans)}.eightspace-surface--size-xs{--eightspace-surface-title-size:var(--8s-font-size-body-sm);--eightspace-surface-title-line:var(--8s-line-height-body-sm);--eightspace-surface-description-size:var(--8s-font-size-control-xs);--eightspace-surface-description-line:var(--8s-line-height-control-xs);--eightspace-surface-stack-gap:var(--8s-space-2)}.eightspace-surface--size-sm{--eightspace-surface-title-size:var(--8s-font-size-body-lg);--eightspace-surface-title-line:var(--8s-line-height-body-sm);--eightspace-surface-description-size:var(--8s-font-size-caption);--eightspace-surface-description-line:var(--8s-line-height-caption);--eightspace-surface-stack-gap:var(--8s-space-3)}.eightspace-surface--size-lg{--eightspace-surface-title-size:var(--8s-font-size-title-2);--eightspace-surface-title-line:var(--8s-line-height-title-2);--eightspace-surface-description-size:var(--8s-font-size-body);--eightspace-surface-description-line:var(--8s-line-height-body);--eightspace-surface-stack-gap:var(--8s-space-5)}.eightspace-surface--variant-muted{--eightspace-surface-bg:var(--8s-color-bg-surface-muted)}.eightspace-surface--variant-brand{--eightspace-surface-bg:linear-gradient(135deg,var(--8s-color-blue-500),var(--8s-color-blue-800));--eightspace-surface-border:color-mix(in srgb,var(--8s-color-blue-400) 55%,transparent);--eightspace-surface-color:var(--8s-color-text-on-brand);--eightspace-surface-muted-color:var(--8s-color-text-on-brand-secondary);--eightspace-surface-shadow:var(--8s-shadow-brand)}.eightspace-surface__muted{color:var(--eightspace-surface-muted-color,var(--8s-color-text-secondary))}.eightspace-surface__stack{display:grid;gap:var(--eightspace-surface-stack-gap)}.eightspace-surface__title{margin:0;font-size:var(--eightspace-surface-title-size);font-weight:var(--8s-font-weight-medium);line-height:var(--eightspace-surface-title-line);letter-spacing:-.025em;word-break:keep-all}.eightspace-surface__description{margin:var(--8s-space-2) 0 0;color:var(--eightspace-surface-muted-color,var(--8s-color-text-secondary));font-size:var(--eightspace-surface-description-size);font-weight:var(--8s-font-weight-regular);line-height:var(--eightspace-surface-description-line);word-break:keep-all}.eightspace-surface--elevation-raised{--eightspace-surface-shadow:var(--8s-shadow-1)}.eightspace-surface--elevation-floating{--eightspace-surface-shadow:var(--8s-shadow-2)}.eightspace-surface--padding-none{padding:0}.eightspace-surface--padding-xs{padding:var(--8s-space-2)}.eightspace-surface--padding-sm{padding:var(--8s-space-3)}.eightspace-surface--padding-md{padding:var(--8s-space-5)}.eightspace-surface--padding-lg{padding:var(--8s-space-8)}.eightspace-surface--radius-xs{border-radius:var(--8s-radius-2)}.eightspace-surface--radius-sm{border-radius:var(--8s-radius-3)}.eightspace-surface--radius-md{border-radius:var(--8s-radius-4)}.eightspace-surface--radius-lg{border-radius:var(--8s-radius-5)}.eightspace-card{--eightspace-card-bg:var(--8s-color-bg-surface);--eightspace-card-border:var(--8s-color-border-subtle);--eightspace-card-shadow:none;--eightspace-card-padding:var(--8s-space-5);--eightspace-card-radius:var(--8s-radius-4);--eightspace-card-gap:var(--8s-space-4);display:grid;gap:var(--eightspace-card-gap);overflow:hidden;border:1px solid var(--eightspace-card-border);border-radius:var(--eightspace-card-radius);background:var(--eightspace-card-bg);box-shadow:var(--eightspace-card-shadow);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-card--variant-muted{--eightspace-card-bg:var(--8s-color-bg-surface-muted)}.eightspace-card--elevation-raised{--eightspace-card-shadow:var(--8s-shadow-1)}.eightspace-card--elevation-floating{--eightspace-card-shadow:var(--8s-shadow-2)}.eightspace-card--size-sm{--eightspace-card-padding:var(--8s-space-4);--eightspace-card-radius:var(--8s-radius-3);--eightspace-card-gap:var(--8s-space-3)}.eightspace-card--size-lg{--eightspace-card-padding:var(--8s-space-8);--eightspace-card-radius:var(--8s-radius-5);--eightspace-card-gap:var(--8s-space-5)}.eightspace-card__media{min-height:132px;background:var(--8s-color-bg-surface-muted)}.eightspace-card__body,.eightspace-card__footer,.eightspace-card__header{padding-inline:var(--eightspace-card-padding)}.eightspace-card__media+.eightspace-card__body,.eightspace-card__media+.eightspace-card__header{padding-top:0}.eightspace-card__body:first-child,.eightspace-card__header:first-child{padding-top:var(--eightspace-card-padding)}.eightspace-card__body:last-child,.eightspace-card__footer:last-child{padding-bottom:var(--eightspace-card-padding)}.eightspace-card__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--8s-space-4);align-items:flex-start}.eightspace-card__heading{display:grid;min-width:0;gap:var(--8s-space-2)}.eightspace-card__action,.eightspace-card__eyebrow{display:inline-flex;align-items:center}.eightspace-card__title{margin:0;color:var(--8s-color-text-primary);font-size:var(--8s-font-size-title-3);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-title-3);word-break:keep-all}.eightspace-card--size-sm .eightspace-card__title{font-size:var(--8s-font-size-body-lg);line-height:var(--8s-line-height-body-lg)}.eightspace-card__body,.eightspace-card__description{color:var(--8s-color-text-secondary);font-size:var(--8s-font-size-body-sm);font-weight:var(--8s-font-weight-regular);line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-card__description{margin:0}.eightspace-card__footer{display:flex;flex-wrap:wrap;gap:var(--8s-space-2);align-items:center;justify-content:space-between;padding-top:var(--8s-space-4);border-top:1px solid var(--8s-color-border-subtle)}.eightspace-card-demo-media{min-height:156px;background:radial-gradient(circle at 22% 28%,color-mix(in srgb,var(--8s-color-blue-300) 72%,transparent),transparent 34%),linear-gradient(135deg,var(--8s-color-blue-50),var(--8s-color-neutral-100))}.eightspace-filter-trigger{display:inline-flex;align-items:center;gap:var(--8s-space-1)}.eightspace-filter-trigger__chevron,.eightspace-filter-trigger__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--8s-color-blue-700)}.eightspace-filter-trigger__count{display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;border-radius:var(--8s-radius-full);background:var(--8s-color-blue-600);color:var(--8s-color-text-on-brand);font-size:var(--8s-font-size-micro);font-weight:var(--8s-font-weight-bold);line-height:1}.eightspace-popover__trigger[data-open]{border-color:color-mix(in srgb,var(--8s-color-blue-500) 46%,var(--8s-color-border-subtle));background:var(--8s-color-blue-50);color:var(--8s-color-blue-800)}.eightspace-workspace-card{box-shadow:0 24px 50px -38px color-mix(in srgb,var(--8s-color-blue-800) 42%,transparent)}.eightspace-workspace-card .eightspace-card__media{min-height:148px}.eightspace-workspace-preview-media{position:relative;min-height:164px;overflow:hidden;background:radial-gradient(circle at 18% 22%,color-mix(in srgb,var(--8s-color-blue-300) 72%,transparent),transparent 24%),radial-gradient(circle at 82% 18%,rgba(22,138,91,.2),transparent 28%),linear-gradient(135deg,var(--8s-color-blue-50),var(--8s-color-neutral-0) 48%,#ecfeff)}.eightspace-workspace-preview-media:before{position:absolute;inset:14px;border:1px solid rgba(255,255,255,.72);border-radius:var(--8s-radius-5);background:rgba(255,255,255,.3);box-shadow:inset 0 1px 0 rgba(255,255,255,.72);content:""}.eightspace-workspace-preview-media__rail{position:absolute;top:28px;left:28px;width:42px;height:108px;border-radius:var(--8s-radius-4);background:linear-gradient(var(--8s-color-blue-500),var(--8s-color-blue-500)) 12px 14px /18px 5px no-repeat,linear-gradient(var(--8s-color-neutral-300),var(--8s-color-neutral-300)) 12px 34px /18px 5px no-repeat,linear-gradient(var(--8s-color-neutral-300),var(--8s-color-neutral-300)) 12px 54px /18px 5px no-repeat,rgba(255,255,255,.78);box-shadow:0 14px 32px -24px rgba(8,20,33,.42)}.eightspace-workspace-preview-media__panel{position:absolute;top:28px;right:28px;display:grid;width:min(52%,210px);gap:9px;border:1px solid color-mix(in srgb,var(--8s-color-blue-200) 76%,white);border-radius:var(--8s-radius-5);background:rgba(255,255,255,.84);box-shadow:0 18px 40px -30px rgba(8,20,33,.5);padding:14px}.eightspace-workspace-preview-media__card span,.eightspace-workspace-preview-media__panel span{display:block;height:8px;border-radius:var(--8s-radius-full);background:var(--8s-color-neutral-200)}.eightspace-workspace-preview-media__panel span:first-child{width:64%;background:var(--8s-color-blue-500)}.eightspace-workspace-preview-media__panel span:nth-child(2){width:86%}.eightspace-workspace-preview-media__panel span:nth-child(3){width:48%}.eightspace-workspace-preview-media__card{position:absolute;right:min(12%,48px);bottom:24px;display:grid;width:128px;gap:8px;border-radius:var(--8s-radius-4);background:linear-gradient(135deg,var(--8s-color-blue-600),var(--8s-color-blue-800));box-shadow:0 18px 34px -20px color-mix(in srgb,var(--8s-color-blue-800) 78%,transparent);padding:14px}.eightspace-workspace-preview-media__card span{height:7px;background:rgba(255,255,255,.72)}.eightspace-workspace-preview-media__card span:first-child{width:76%;background:white}.eightspace-workspace-preview-media__card span:last-child{width:52%}.eightspace-workspace-preview-media__orbit{position:absolute;left:88px;bottom:30px;width:64px;height:64px;border:1px solid color-mix(in srgb,var(--8s-color-blue-300) 65%,transparent);border-radius:var(--8s-radius-full);background:radial-gradient(circle at 50% 50%,var(--8s-color-blue-500) 0 5px,transparent 6px),radial-gradient(circle at 72% 30%,var(--8s-color-success) 0 4px,transparent 5px),rgba(255,255,255,.52)}.eightspace-workspace-card__footer{display:flex;width:100%;flex-wrap:wrap;gap:var(--8s-space-3);align-items:center;justify-content:space-between}.eightspace-workspace-card__owner{display:inline-flex;min-width:0;align-items:center;gap:var(--8s-space-3)}.eightspace-workspace-card__owner-copy{display:grid;min-width:0;gap:2px;color:var(--8s-color-text-secondary);font-size:var(--8s-font-size-caption);line-height:var(--8s-line-height-caption)}.eightspace-workspace-card__owner-copy strong{overflow:hidden;color:var(--8s-color-text-primary);font-size:var(--8s-font-size-body-xs);font-weight:var(--8s-font-weight-medium);text-overflow:ellipsis;white-space:nowrap}.eightspace-workspace-card__activity,.eightspace-workspace-card__meta{display:inline-flex;align-items:center;gap:var(--8s-space-1);color:var(--8s-color-text-muted);font-size:var(--8s-font-size-caption);line-height:var(--8s-line-height-caption)}.eightspace-workspace-card__activity span{width:7px;height:7px;border-radius:var(--8s-radius-full);background:var(--8s-color-success);box-shadow:0 0 0 3px rgba(22,138,91,.12)}.eightspace-avatar{--eightspace-avatar-size:40px;--eightspace-avatar-bg:var(--8s-color-blue-50);--eightspace-avatar-color:var(--8s-color-blue-800);position:relative;display:inline-flex;width:var(--eightspace-avatar-size);height:var(--eightspace-avatar-size);flex:0 0 auto;align-items:center;justify-content:center;overflow:visible;border:1px solid color-mix(in srgb,var(--eightspace-avatar-color) 14%,transparent);background:var(--eightspace-avatar-bg);color:var(--eightspace-avatar-color);font-family:var(--8s-font-sans);font-weight:var(--8s-font-weight-medium);line-height:1;text-transform:uppercase}.eightspace-avatar--shape-circle,.eightspace-avatar--shape-circle .eightspace-avatar__image{border-radius:var(--8s-radius-full)}.eightspace-avatar--shape-rounded,.eightspace-avatar--shape-rounded .eightspace-avatar__image{border-radius:var(--8s-radius-3)}.eightspace-avatar--size-xs{--eightspace-avatar-size:24px;font-size:var(--8s-font-size-micro)}.eightspace-avatar--size-sm{--eightspace-avatar-size:32px;font-size:var(--8s-font-size-caption)}.eightspace-avatar--size-md{--eightspace-avatar-size:40px;font-size:var(--8s-font-size-body-sm)}.eightspace-avatar--size-lg{--eightspace-avatar-size:56px;font-size:var(--8s-font-size-body-lg)}.eightspace-avatar--tone-neutral{--eightspace-avatar-bg:var(--8s-color-bg-surface-muted);--eightspace-avatar-color:var(--8s-color-text-secondary)}.eightspace-avatar--tone-success{--eightspace-avatar-bg:#ecfdf5;--eightspace-avatar-color:var(--8s-color-success)}.eightspace-avatar--tone-warning{--eightspace-avatar-bg:#fff7ed;--eightspace-avatar-color:var(--8s-color-warning)}.eightspace-avatar--tone-danger{--eightspace-avatar-bg:#fff1f2;--eightspace-avatar-color:var(--8s-color-danger)}.eightspace-avatar__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.eightspace-avatar__status{position:absolute;right:-1px;bottom:-1px;width:28%;height:28%;min-width:8px;min-height:8px;border:2px solid var(--8s-color-bg-surface);border-radius:var(--8s-radius-full);background:var(--8s-color-neutral-400)}.eightspace-avatar-group .eightspace-avatar__status{inset-block-start:-4px;inset-inline-start:-4px;right:auto;bottom:auto}.eightspace-avatar__status--online{background:var(--8s-color-success)}.eightspace-avatar__status--away{background:var(--8s-color-warning)}.eightspace-avatar__status--busy{background:var(--8s-color-danger)}.eightspace-avatar-group{display:inline-flex;align-items:center}.eightspace-avatar-group .eightspace-avatar{box-shadow:0 0 0 2px var(--8s-color-bg-surface)}.eightspace-avatar-group .eightspace-avatar+.eightspace-avatar{margin-left:calc(var(--eightspace-avatar-size) * -.22)}.eightspace-icon-button{--eightspace-icon-button-bg:var(--8s-color-bg-surface);--eightspace-icon-button-border:var(--8s-color-border-subtle);--eightspace-icon-button-color:var(--8s-color-text-primary);--eightspace-icon-button-shadow:none;position:relative;display:inline-flex;flex:none;align-items:center;justify-content:center;border:1px solid var(--eightspace-icon-button-border);background:var(--eightspace-icon-button-bg);box-shadow:var(--eightspace-icon-button-shadow);color:var(--eightspace-icon-button-color);cursor:pointer;transition:background-color var(--8s-duration-base) var(--8s-ease-standard),border-color var(--8s-duration-base) var(--8s-ease-standard),box-shadow var(--8s-duration-base) var(--8s-ease-standard),color var(--8s-duration-base) var(--8s-ease-standard),transform var(--8s-duration-fast) var(--8s-ease-standard)}.eightspace-icon-button:hover:not(:disabled){--eightspace-icon-button-border:var(--8s-color-border-strong)}.eightspace-icon-button:active:not(:disabled){transform:translateY(1px) scale(.98)}.eightspace-checkbox__input:focus-visible+.eightspace-checkbox__control,.eightspace-dialog__close:focus-visible,.eightspace-dropdown-menu__item:focus-visible,.eightspace-dropdown-menu__trigger:focus-visible,.eightspace-icon-button:focus-visible,.eightspace-radio__input:focus-visible+.eightspace-radio__control,.eightspace-switch__input:focus-visible+.eightspace-switch__track,.eightspace-tabs__tab:focus-visible,.eightspace-toast__dismiss:focus-visible{outline:0;box-shadow:0 0 0 4px color-mix(in srgb,var(--8s-color-focus-ring) 18%,transparent)}.eightspace-icon-button:disabled{cursor:not-allowed;opacity:.52;transform:none}.eightspace-icon-button--variant-primary{--eightspace-icon-button-bg:var(--8s-color-blue-500);--eightspace-icon-button-border:var(--8s-color-blue-500);--eightspace-icon-button-color:var(--8s-color-text-on-brand);--eightspace-icon-button-shadow:var(--8s-shadow-brand)}.eightspace-icon-button--variant-primary:hover:not(:disabled){--eightspace-icon-button-bg:var(--8s-color-blue-600);--eightspace-icon-button-border:var(--8s-color-blue-600)}.eightspace-icon-button--variant-secondary{--eightspace-icon-button-bg:var(--8s-color-bg-surface);--eightspace-icon-button-border:var(--8s-color-border-subtle);--eightspace-icon-button-color:var(--8s-color-text-primary)}.eightspace-icon-button--variant-secondary:hover:not(:disabled){--eightspace-icon-button-bg:var(--8s-color-bg-surface-muted)}.eightspace-icon-button--variant-ghost{--eightspace-icon-button-bg:transparent;--eightspace-icon-button-border:transparent;--eightspace-icon-button-color:var(--8s-color-blue-700)}.eightspace-icon-button--variant-ghost:hover:not(:disabled){--eightspace-icon-button-bg:var(--8s-color-blue-50)}.eightspace-icon-button--variant-danger{--eightspace-icon-button-bg:#fff1f2;--eightspace-icon-button-border:#fecdd3;--eightspace-icon-button-color:var(--8s-color-danger)}.eightspace-icon-button--variant-danger:hover:not(:disabled){--eightspace-icon-button-bg:#ffe4e6}.eightspace-icon-button--size-xs{width:30px;height:30px;border-radius:var(--8s-radius-2);font-size:var(--8s-font-size-body-xs)}.eightspace-icon-button--size-sm{width:36px;height:36px;border-radius:var(--8s-radius-3);font-size:var(--8s-font-size-body-sm)}.eightspace-icon-button--size-md{width:44px;height:44px;border-radius:var(--8s-radius-4);font-size:var(--8s-font-size-body)}.eightspace-icon-button__icon,.eightspace-icon-button__icon svg{width:1em;height:1em}.eightspace-icon-button__icon{display:inline-flex;align-items:center;justify-content:center}.eightspace-icon-button__icon--loading{visibility:hidden}.eightspace-icon-button__spinner{position:absolute;width:1em;height:1em;border:2px solid;border-right:2px solid transparent;border-radius:var(--8s-radius-full);animation:eightspace-spin .7s linear infinite}.eightspace-checkbox,.eightspace-switch{position:relative;display:inline-grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;color:var(--8s-color-text-primary);font-family:var(--8s-font-sans);cursor:pointer}.eightspace-checkbox{gap:var(--8s-space-2)}.eightspace-switch{gap:var(--8s-space-3)}.eightspace-checkbox__input,.eightspace-switch__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.eightspace-checkbox__control{position:relative;display:inline-flex;flex:none;align-items:center;justify-content:center;border:1px solid var(--8s-color-border-strong);background:var(--8s-color-bg-surface);transition:background-color var(--8s-duration-base) var(--8s-ease-standard),border-color var(--8s-duration-base) var(--8s-ease-standard),box-shadow var(--8s-duration-base) var(--8s-ease-standard)}.eightspace-checkbox__control:after{width:38%;height:58%;border:solid var(--8s-color-text-on-brand);border-width:0 2px 2px 0;content:"";opacity:0;transform:rotate(42deg) translate(-5%,-10%)}.eightspace-checkbox__input:checked+.eightspace-checkbox__control{border-color:var(--8s-color-blue-500);background:var(--8s-color-blue-500)}.eightspace-checkbox__input:checked+.eightspace-checkbox__control:after{opacity:1}.eightspace-checkbox:hover .eightspace-checkbox__control,.eightspace-switch:hover .eightspace-switch__track{border-color:var(--8s-color-blue-300)}.eightspace-checkbox--state-error .eightspace-checkbox__control{border-color:var(--8s-color-danger)}.eightspace-checkbox--disabled,.eightspace-switch--disabled{cursor:not-allowed;opacity:.56}.eightspace-checkbox__body,.eightspace-switch__body{display:grid;min-width:0}.eightspace-checkbox__label,.eightspace-switch__label{color:var(--8s-color-text-primary);font-weight:var(--8s-font-weight-medium);word-break:keep-all}.eightspace-checkbox__message,.eightspace-switch__description{color:var(--8s-color-text-muted);font-weight:var(--8s-font-weight-regular);word-break:keep-all}.eightspace-checkbox--state-error .eightspace-checkbox__message{color:var(--8s-color-danger)}.eightspace-checkbox--size-xs{gap:var(--8s-space-1)}.eightspace-checkbox--size-xs .eightspace-checkbox__control{width:14px;height:14px;border-radius:.25rem}.eightspace-checkbox--size-xs .eightspace-checkbox__label,.eightspace-checkbox--size-xs .eightspace-checkbox__message{font-size:var(--8s-font-size-control-xs);line-height:var(--8s-line-height-control-xs)}.eightspace-checkbox--size-sm .eightspace-checkbox__control{width:18px;height:18px;border-radius:var(--8s-radius-2)}.eightspace-checkbox--size-sm .eightspace-checkbox__label,.eightspace-checkbox--size-sm .eightspace-checkbox__message{font-size:var(--8s-font-size-caption);line-height:var(--8s-line-height-caption)}.eightspace-checkbox--size-md .eightspace-checkbox__control{width:22px;height:22px;border-radius:var(--8s-radius-2)}.eightspace-checkbox--size-md .eightspace-checkbox__label,.eightspace-checkbox--size-md .eightspace-checkbox__message{font-size:var(--8s-font-size-body-xs);line-height:var(--8s-line-height-body-xs)}.eightspace-switch__track{position:relative;flex:none;border:1px solid var(--8s-color-border-strong);border-radius:var(--8s-radius-full);background:var(--8s-color-neutral-200);transition:background-color var(--8s-duration-base) var(--8s-ease-standard),border-color var(--8s-duration-base) var(--8s-ease-standard),box-shadow var(--8s-duration-base) var(--8s-ease-standard)}.eightspace-switch__thumb{position:absolute;top:50%;left:2px;border-radius:var(--8s-radius-full);background:var(--8s-color-neutral-0);box-shadow:0 1px 3px rgba(8,20,33,.2);transform:translateY(-50%);transition:transform var(--8s-duration-base) var(--8s-ease-standard)}.eightspace-switch__input:checked+.eightspace-switch__track{border-color:var(--8s-color-blue-500);background:var(--8s-color-blue-500)}.eightspace-switch--size-xs .eightspace-switch__track{width:30px;height:18px}.eightspace-switch--size-xs .eightspace-switch__thumb{width:14px;height:14px}.eightspace-switch--size-xs .eightspace-switch__input:checked+.eightspace-switch__track .eightspace-switch__thumb{transform:translate(12px,-50%)}.eightspace-switch--size-xs .eightspace-switch__description,.eightspace-switch--size-xs .eightspace-switch__label{font-size:var(--8s-font-size-control-xs);line-height:var(--8s-line-height-control-xs)}.eightspace-switch--size-sm .eightspace-switch__track{width:38px;height:22px}.eightspace-switch--size-sm .eightspace-switch__thumb{width:18px;height:18px}.eightspace-switch--size-sm .eightspace-switch__input:checked+.eightspace-switch__track .eightspace-switch__thumb{transform:translate(16px,-50%)}.eightspace-switch--size-sm .eightspace-switch__description,.eightspace-switch--size-sm .eightspace-switch__label{font-size:var(--8s-font-size-caption);line-height:var(--8s-line-height-caption)}.eightspace-switch--size-md .eightspace-switch__track{width:46px;height:26px}.eightspace-switch--size-md .eightspace-switch__thumb{width:22px;height:22px}.eightspace-switch--size-md .eightspace-switch__input:checked+.eightspace-switch__track .eightspace-switch__thumb{transform:translate(20px,-50%)}.eightspace-switch--size-md .eightspace-switch__description,.eightspace-switch--size-md .eightspace-switch__label{font-size:var(--8s-font-size-body-xs);line-height:var(--8s-line-height-body-xs)}.eightspace-tabs{color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-tabs__list{display:inline-flex;gap:var(--8s-space-1);align-items:center}.eightspace-tabs--variant-underline .eightspace-tabs__list{border-bottom:1px solid var(--8s-color-border-subtle)}.eightspace-tabs__tab{position:relative;border:0;background:transparent;color:var(--8s-color-text-secondary);font-family:inherit;font-weight:var(--8s-font-weight-medium);cursor:pointer;transition:background-color var(--8s-duration-base) var(--8s-ease-standard),color var(--8s-duration-base) var(--8s-ease-standard),transform var(--8s-duration-fast) var(--8s-ease-standard)}.eightspace-tabs__tab:disabled{cursor:not-allowed;opacity:.48}.eightspace-tabs__tab[aria-selected=true]{color:var(--8s-color-blue-700)}.eightspace-tabs__tab:active:not(:disabled){transform:translateY(1px)}.eightspace-tabs--variant-underline .eightspace-tabs__tab[aria-selected=true]:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:var(--8s-radius-full);background:var(--8s-color-blue-500);content:""}.eightspace-tabs--variant-pill .eightspace-tabs__list{padding:var(--8s-space-1);border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-full);background:var(--8s-color-bg-surface-muted)}.eightspace-tabs--variant-pill .eightspace-tabs__tab{border-radius:var(--8s-radius-full)}.eightspace-tabs--variant-pill .eightspace-tabs__tab[aria-selected=true]{background:var(--8s-color-bg-surface);box-shadow:var(--8s-shadow-1);color:var(--8s-color-text-primary)}.eightspace-tabs--size-xs .eightspace-tabs__tab{min-height:30px;padding:0 var(--8s-space-2);font-size:var(--8s-font-size-control-xs);line-height:var(--8s-line-height-control-xs)}.eightspace-tabs--size-sm .eightspace-tabs__tab{min-height:36px;padding:0 var(--8s-space-3);font-size:var(--8s-font-size-caption);line-height:var(--8s-line-height-caption)}.eightspace-tabs--size-md .eightspace-tabs__tab{min-height:44px;padding:0 var(--8s-space-4);font-size:var(--8s-font-size-body-xs);line-height:var(--8s-line-height-body-xs)}.eightspace-tabs__panel{padding-top:var(--8s-space-4)}.eightspace-inline-message{--eightspace-message-bg:var(--8s-color-blue-50);--eightspace-message-border:var(--8s-color-blue-100);--eightspace-message-color:var(--8s-color-blue-800);--eightspace-message-content-color:var(--8s-color-neutral-700);display:grid;grid-template-columns:.625rem minmax(0,1fr);-moz-column-gap:var(--8s-space-3);column-gap:var(--8s-space-3);align-items:start;width:100%;padding:var(--8s-space-4) var(--8s-space-5) var(--8s-space-4) var(--8s-space-4);border:1px solid var(--eightspace-message-border);border-radius:var(--8s-radius-4);background:var(--eightspace-message-bg);color:var(--eightspace-message-color);font-family:var(--8s-font-sans);word-break:keep-all}.eightspace-inline-message--variant-success{--eightspace-message-bg:#ecfdf5;--eightspace-message-border:#bbf7d0;--eightspace-message-color:var(--8s-color-success)}.eightspace-inline-message--variant-warning{--eightspace-message-bg:#fff7ed;--eightspace-message-border:#fed7aa;--eightspace-message-color:var(--8s-color-warning)}.eightspace-inline-message--variant-danger{--eightspace-message-bg:#fff1f2;--eightspace-message-border:#fecdd3;--eightspace-message-color:var(--8s-color-danger)}.eightspace-inline-message--with-custom-icon{grid-template-columns:1.125rem minmax(0,1fr)}.eightspace-inline-message__icon{display:inline-flex;align-items:center;justify-content:center;width:.625rem;min-height:1.5rem;padding-top:.125rem;color:var(--eightspace-message-color)}.eightspace-inline-message__icon--custom{width:1.125rem}.eightspace-inline-message__mark{width:.5625rem;height:.5625rem;border-radius:var(--8s-radius-full);background:currentColor}.eightspace-inline-message__body{display:grid;min-width:0;gap:.25rem}.eightspace-inline-message__title{font-size:var(--8s-font-size-body-xs);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-body-xs)}.eightspace-inline-message__content{color:var(--eightspace-message-content-color);font-size:var(--8s-font-size-body-sm);font-weight:400;line-height:var(--8s-line-height-body-sm)}.eightspace-skeleton,.eightspace-skeleton--line{display:block;min-height:1rem;background:linear-gradient(90deg,transparent,rgba(255,255,255,.64),transparent),var(--8s-color-bg-surface-muted);background-size:220% 100%,100% 100%}.eightspace-skeleton--animated,.eightspace-skeleton-group--animated .eightspace-skeleton--line{animation:eightspace-skeleton-shimmer 1.4s ease-in-out infinite}.eightspace-skeleton-group{display:grid;gap:var(--8s-space-2)}.eightspace-skeleton--line{height:.875rem}.eightspace-skeleton--radius-xs,.eightspace-skeleton-group--radius-xs .eightspace-skeleton--line{border-radius:var(--8s-radius-2)}.eightspace-skeleton--radius-sm,.eightspace-skeleton-group--radius-sm .eightspace-skeleton--line{border-radius:var(--8s-radius-3)}.eightspace-skeleton--radius-md,.eightspace-skeleton-group--radius-md .eightspace-skeleton--line{border-radius:var(--8s-radius-4)}.eightspace-skeleton--radius-lg,.eightspace-skeleton-group--radius-lg .eightspace-skeleton--line{border-radius:var(--8s-radius-5)}.eightspace-skeleton--radius-full,.eightspace-skeleton-group--radius-full .eightspace-skeleton--line{border-radius:var(--8s-radius-full)}.eightspace-empty-state{display:grid;justify-items:center;border:1px solid var(--8s-color-border-subtle);background:radial-gradient(circle at 50% 0,color-mix(in srgb,var(--8s-color-blue-50) 78%,transparent),transparent 62%),var(--8s-color-bg-surface);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans);text-align:center}.eightspace-empty-state--size-sm{gap:var(--8s-space-3);padding:var(--8s-space-6);border-radius:var(--8s-radius-4)}.eightspace-empty-state--size-md{gap:var(--8s-space-4);padding:var(--8s-space-8);border-radius:var(--8s-radius-5)}.eightspace-empty-state--size-lg{gap:var(--8s-space-5);padding:var(--8s-space-12);border-radius:1.75rem}.eightspace-empty-state__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid var(--8s-color-blue-100);border-radius:var(--8s-radius-4);background:var(--8s-color-blue-50);color:var(--8s-color-blue-700);box-shadow:var(--8s-shadow-1)}.eightspace-empty-state__icon svg{width:1.5rem;height:1.5rem}.eightspace-empty-state__eyebrow{margin:0;color:var(--8s-color-blue-700);font-size:var(--8s-font-size-caption);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-caption)}.eightspace-empty-state__copy{display:grid;gap:var(--8s-space-2);max-width:32rem}.eightspace-empty-state__title{margin:0;color:var(--8s-color-text-primary);font-size:var(--8s-font-size-title-3);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-title-3);word-break:keep-all}.eightspace-empty-state__description{margin:0;color:var(--8s-color-text-secondary);font-size:var(--8s-font-size-body-sm);font-weight:var(--8s-font-weight-regular);line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-empty-state__actions{display:flex;flex-wrap:wrap;gap:var(--8s-space-2);justify-content:center}.eightspace-radio-group{display:grid;gap:var(--8s-space-2);min-width:0;margin:0;padding:0;border:0;color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-radio-group__legend{margin:0 0 var(--8s-space-2);padding:0;color:var(--8s-color-text-primary);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-radio-group__items{display:grid;gap:var(--8s-space-2)}.eightspace-radio-group--orientation-horizontal .eightspace-radio-group__items{display:flex;flex-wrap:wrap;gap:var(--8s-space-2) var(--8s-space-4)}.eightspace-radio{position:relative;display:inline-grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;color:var(--8s-color-text-primary);cursor:pointer}.eightspace-radio__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.eightspace-radio__control{position:relative;display:inline-flex;flex:none;align-items:center;justify-content:center;border:1.5px solid var(--8s-color-border-strong);border-radius:var(--8s-radius-full);background:var(--8s-color-bg-surface);transition:background-color var(--8s-duration-base) var(--8s-ease-standard),border-color var(--8s-duration-base) var(--8s-ease-standard),box-shadow var(--8s-duration-base) var(--8s-ease-standard)}.eightspace-radio__control:after{width:45%;height:45%;border-radius:var(--8s-radius-full);background:var(--8s-color-text-on-brand);content:"";opacity:0;transform:scale(.72);transition:opacity var(--8s-duration-fast) var(--8s-ease-standard),transform var(--8s-duration-fast) var(--8s-ease-standard)}.eightspace-radio__input:checked+.eightspace-radio__control{border-color:var(--8s-color-blue-500);background:var(--8s-color-blue-500)}.eightspace-radio__input:checked+.eightspace-radio__control:after{opacity:1;transform:scale(1)}.eightspace-radio:hover .eightspace-radio__control{border-color:var(--8s-color-blue-500)}.eightspace-radio--disabled,.eightspace-radio-group:disabled .eightspace-radio{cursor:not-allowed;opacity:.52}.eightspace-radio__body{display:grid;gap:.125rem}.eightspace-radio__label{font-weight:var(--8s-font-weight-regular);line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-radio-group__message,.eightspace-radio__description{color:var(--8s-color-text-muted);font-weight:var(--8s-font-weight-regular);line-height:var(--8s-line-height-caption);word-break:keep-all}.eightspace-radio-group--state-error .eightspace-radio__control{border-color:var(--8s-color-danger)}.eightspace-radio-group--state-error .eightspace-radio-group__message{color:var(--8s-color-danger)}.eightspace-radio-group--size-xs .eightspace-radio-group__legend,.eightspace-radio-group--size-xs .eightspace-radio__label{font-size:var(--8s-font-size-caption)}.eightspace-radio-group--size-xs .eightspace-radio{gap:var(--8s-space-2);min-height:30px}.eightspace-radio-group--size-xs .eightspace-radio__control{width:14px;height:14px;margin-top:.1875rem}.eightspace-radio-group--size-xs .eightspace-radio-group__message,.eightspace-radio-group--size-xs .eightspace-radio__description{font-size:var(--8s-font-size-control-xs);line-height:var(--8s-line-height-control-xs)}.eightspace-radio-group--size-sm .eightspace-radio-group__legend,.eightspace-radio-group--size-sm .eightspace-radio__label{font-size:var(--8s-font-size-body-xs)}.eightspace-radio-group--size-sm .eightspace-radio{gap:var(--8s-space-2);min-height:36px}.eightspace-radio-group--size-sm .eightspace-radio__control{width:16px;height:16px;margin-top:.1875rem}.eightspace-radio-group--size-sm .eightspace-radio-group__message,.eightspace-radio-group--size-sm .eightspace-radio__description{font-size:var(--8s-font-size-caption)}.eightspace-radio-group--size-md .eightspace-radio-group__legend,.eightspace-radio-group--size-md .eightspace-radio__label{font-size:var(--8s-font-size-body-sm)}.eightspace-radio-group--size-md .eightspace-radio{gap:var(--8s-space-3);min-height:46px}.eightspace-radio-group--size-md .eightspace-radio__control{width:20px;height:20px;margin-top:.1875rem}.eightspace-radio-group--size-md .eightspace-radio-group__message,.eightspace-radio-group--size-md .eightspace-radio__description{font-size:var(--8s-font-size-body-xs);line-height:var(--8s-line-height-body-xs)}.eightspace-select,.eightspace-textarea{display:grid;gap:var(--8s-space-2);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-select__label,.eightspace-textarea__label{color:var(--8s-color-text-primary);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-select__required,.eightspace-textarea__required{color:var(--8s-color-danger)}.eightspace-select__control-wrap{position:relative;display:block}.eightspace-select__control,.eightspace-textarea__control{width:100%;border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-3);background:var(--8s-color-bg-surface);color:var(--8s-color-text-primary);font:inherit;font-weight:var(--8s-font-weight-regular);transition:background-color var(--8s-duration-base) var(--8s-ease-standard),border-color var(--8s-duration-base) var(--8s-ease-standard),box-shadow var(--8s-duration-base) var(--8s-ease-standard)}.eightspace-select__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:var(--8s-space-8)}.eightspace-textarea__control{resize:vertical}.eightspace-select__control:hover:not(:disabled),.eightspace-textarea__control:hover:not(:disabled){border-color:var(--8s-color-border-strong)}.eightspace-select__control:focus-visible,.eightspace-textarea__control:focus-visible{border-color:var(--8s-color-blue-500)}.eightspace-select__control:disabled,.eightspace-textarea__control:disabled{cursor:not-allowed;background:var(--8s-color-bg-surface-muted);color:var(--8s-color-text-muted)}.eightspace-select__chevron{position:absolute;top:50%;right:var(--8s-space-3);width:.5rem;height:.5rem;border-right:1.5px solid var(--8s-color-text-secondary);border-bottom:1.5px solid var(--8s-color-text-secondary);pointer-events:none;transform:translateY(-65%) rotate(45deg)}.eightspace-select__message,.eightspace-textarea__message{color:var(--8s-color-text-muted);font-weight:var(--8s-font-weight-regular);line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-select--state-success .eightspace-select__control,.eightspace-textarea--state-success .eightspace-textarea__control{border-color:var(--8s-color-success)}.eightspace-select--state-error .eightspace-select__control,.eightspace-textarea--state-error .eightspace-textarea__control{border-color:var(--8s-color-danger);background:#fffafa}.eightspace-select--state-success .eightspace-select__message,.eightspace-textarea--state-success .eightspace-textarea__message{color:var(--8s-color-success)}.eightspace-select--state-error .eightspace-select__message,.eightspace-textarea--state-error .eightspace-textarea__message{color:var(--8s-color-danger)}.eightspace-select--size-xs,.eightspace-textarea--size-xs{gap:var(--8s-space-1)}.eightspace-select--size-xs .eightspace-select__label,.eightspace-select--size-xs .eightspace-select__message,.eightspace-textarea--size-xs .eightspace-textarea__label,.eightspace-textarea--size-xs .eightspace-textarea__message{font-size:var(--8s-font-size-control-xs);line-height:var(--8s-line-height-control-xs)}.eightspace-select--size-xs .eightspace-select__control{min-height:30px;padding-left:var(--8s-space-2);border-radius:var(--8s-radius-2);font-size:var(--8s-font-size-caption)}.eightspace-textarea--size-xs .eightspace-textarea__control{min-height:64px;padding:var(--8s-space-2);border-radius:var(--8s-radius-2)}.eightspace-select--size-sm .eightspace-select__label,.eightspace-select--size-sm .eightspace-select__message,.eightspace-textarea--size-sm .eightspace-textarea__label,.eightspace-textarea--size-sm .eightspace-textarea__message,.eightspace-textarea--size-xs .eightspace-textarea__control{font-size:var(--8s-font-size-caption);line-height:var(--8s-line-height-caption)}.eightspace-select--size-sm .eightspace-select__control{min-height:36px;padding-left:var(--8s-space-3);border-radius:var(--8s-radius-3);font-size:var(--8s-font-size-body-xs)}.eightspace-textarea--size-sm .eightspace-textarea__control{min-height:88px;padding:var(--8s-space-3);border-radius:var(--8s-radius-3)}.eightspace-select--size-md .eightspace-select__label,.eightspace-select--size-md .eightspace-select__message,.eightspace-textarea--size-md .eightspace-textarea__label,.eightspace-textarea--size-md .eightspace-textarea__message,.eightspace-textarea--size-sm .eightspace-textarea__control{font-size:var(--8s-font-size-body-xs);line-height:var(--8s-line-height-body-xs)}.eightspace-select--size-md .eightspace-select__control{min-height:46px;padding-left:var(--8s-space-4);border-radius:var(--8s-radius-4);font-size:var(--8s-font-size-body-sm)}.eightspace-textarea--size-md .eightspace-textarea__control{min-height:120px;padding:var(--8s-space-4);border-radius:var(--8s-radius-4);font-size:var(--8s-font-size-body-sm);line-height:var(--8s-line-height-body-sm)}.eightspace-dialog{width:min(calc(100vw - var(--8s-space-6)),var(--eightspace-dialog-width));max-height:calc(100dvh - var(--8s-space-8));padding:0;border:0;background:transparent;color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-dialog::backdrop{background:rgba(8,20,33,.42);backdrop-filter:blur(4px)}.eightspace-dialog--size-sm{--eightspace-dialog-width:400px}.eightspace-dialog--size-md{--eightspace-dialog-width:520px}.eightspace-dialog--size-lg{--eightspace-dialog-width:680px}.eightspace-dialog__panel{display:grid;max-height:calc(100dvh - var(--8s-space-8));overflow:auto;border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-5);background:var(--8s-color-bg-surface);box-shadow:var(--8s-shadow-2)}.eightspace-dialog__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--8s-space-4);align-items:flex-start;padding:var(--8s-space-6) var(--8s-space-6) var(--8s-space-4)}.eightspace-dialog__title{margin:0;color:var(--8s-color-text-primary);font-size:var(--8s-font-size-title-3);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-title-3);word-break:keep-all}.eightspace-dialog__description{margin:var(--8s-space-2) 0 0;font-weight:var(--8s-font-weight-regular);line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-dialog__close,.eightspace-dialog__description{color:var(--8s-color-text-secondary);font-size:var(--8s-font-size-body-sm)}.eightspace-dialog__close{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--8s-radius-3);background:transparent;font-family:var(--8s-font-sans);font-weight:var(--8s-font-weight-medium);cursor:pointer}.eightspace-dialog__close:hover{background:var(--8s-color-bg-surface-muted);color:var(--8s-color-text-primary)}.eightspace-dialog__body{padding:0 var(--8s-space-6) var(--8s-space-6);color:var(--8s-color-text-primary);font-size:var(--8s-font-size-body-sm);line-height:var(--8s-line-height-body-sm)}.eightspace-dialog__footer{display:flex;flex-wrap:wrap;gap:var(--8s-space-2);justify-content:flex-end;padding:var(--8s-space-4) var(--8s-space-6) var(--8s-space-6);border-top:1px solid var(--8s-color-border-subtle)}.eightspace-dropdown-menu{position:relative;display:inline-block}.eightspace-dropdown-menu,.eightspace-dropdown-menu__trigger{color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-dropdown-menu__trigger{display:inline-flex;min-width:-moz-max-content;min-width:max-content;align-items:center;justify-content:center;gap:var(--8s-space-2);border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-3);background:var(--8s-color-bg-surface);font-weight:var(--8s-font-weight-medium);cursor:pointer;transition:background-color var(--8s-duration-base) var(--8s-ease-standard),border-color var(--8s-duration-base) var(--8s-ease-standard),box-shadow var(--8s-duration-base) var(--8s-ease-standard),transform var(--8s-duration-fast) var(--8s-ease-standard)}.eightspace-dropdown-menu__trigger:hover{border-color:var(--8s-color-border-strong);background:var(--8s-color-bg-surface-muted)}.eightspace-dropdown-menu__trigger:active{transform:translateY(1px) scale(.99)}.eightspace-dropdown-menu__content{position:absolute;top:calc(100% + var(--8s-space-2));left:0;z-index:30;display:grid;min-width:220px;gap:2px;padding:var(--8s-space-1);border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-4);background:var(--8s-color-bg-surface);box-shadow:var(--8s-shadow-2)}.eightspace-dropdown-menu--align-end .eightspace-dropdown-menu__content{right:0;left:auto}.eightspace-dropdown-menu__item{display:grid;width:100%;gap:.125rem;border:0;border-radius:var(--8s-radius-3);background:transparent;color:var(--8s-color-text-primary);font-family:var(--8s-font-sans);text-align:left;cursor:pointer}.eightspace-dropdown-menu__item:focus-visible,.eightspace-dropdown-menu__item:hover:not(:disabled){background:var(--8s-color-blue-50)}.eightspace-dropdown-menu__item:disabled{cursor:not-allowed;opacity:.48}.eightspace-dropdown-menu__item--destructive{color:var(--8s-color-danger)}.eightspace-dropdown-menu__item--destructive:focus-visible,.eightspace-dropdown-menu__item--destructive:hover:not(:disabled){background:#fff1f2}.eightspace-dropdown-menu__item-label{font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-body-sm)}.eightspace-dropdown-menu__item-description{color:var(--8s-color-text-muted);font-weight:var(--8s-font-weight-regular);line-height:var(--8s-line-height-caption)}.eightspace-dropdown-menu__separator{display:block;height:1px;margin:var(--8s-space-1) var(--8s-space-2);background:var(--8s-color-border-subtle)}.eightspace-dropdown-menu--size-xs .eightspace-dropdown-menu__trigger{min-height:30px;padding:0 var(--8s-space-2);border-radius:var(--8s-radius-2);font-size:var(--8s-font-size-control-xs)}.eightspace-dropdown-menu--size-xs .eightspace-dropdown-menu__content{min-width:180px}.eightspace-dropdown-menu--size-xs .eightspace-dropdown-menu__item{min-height:30px;padding:var(--8s-space-1) var(--8s-space-2)}.eightspace-dropdown-menu--size-xs .eightspace-dropdown-menu__item-label{font-size:var(--8s-font-size-caption)}.eightspace-dropdown-menu--size-xs .eightspace-dropdown-menu__item-description{font-size:var(--8s-font-size-control-xs)}.eightspace-dropdown-menu--size-sm .eightspace-dropdown-menu__trigger{min-height:36px;padding:0 var(--8s-space-3);font-size:var(--8s-font-size-caption)}.eightspace-dropdown-menu--size-sm .eightspace-dropdown-menu__item{min-height:36px;padding:var(--8s-space-2) var(--8s-space-3)}.eightspace-dropdown-menu--size-sm .eightspace-dropdown-menu__item-label{font-size:var(--8s-font-size-body-xs)}.eightspace-dropdown-menu--size-sm .eightspace-dropdown-menu__item-description{font-size:var(--8s-font-size-caption)}.eightspace-dropdown-menu--size-md .eightspace-dropdown-menu__trigger{min-height:46px;padding:0 var(--8s-space-4);font-size:var(--8s-font-size-body-sm)}.eightspace-dropdown-menu--size-md .eightspace-dropdown-menu__item{min-height:46px;padding:var(--8s-space-2) var(--8s-space-3)}.eightspace-dropdown-menu--size-md .eightspace-dropdown-menu__item-label{font-size:var(--8s-font-size-body-sm)}.eightspace-dropdown-menu--size-md .eightspace-dropdown-menu__item-description{font-size:var(--8s-font-size-body-xs)}.eightspace-popover{position:relative;display:inline-block}.eightspace-popover,.eightspace-popover__trigger{color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-popover__trigger{display:inline-flex;min-height:36px;align-items:center;justify-content:center;border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-3);background:var(--8s-color-bg-surface);font-size:var(--8s-font-size-body-xs);font-weight:var(--8s-font-weight-medium);line-height:1.25;padding-inline:var(--8s-space-3);cursor:pointer;transition:background-color var(--8s-duration-base) var(--8s-ease-standard),border-color var(--8s-duration-base) var(--8s-ease-standard),transform var(--8s-duration-fast) var(--8s-ease-standard)}.eightspace-popover__trigger:hover{background:var(--8s-color-bg-surface-muted);border-color:var(--8s-color-border-strong)}.eightspace-popover__trigger:active{transform:translateY(1px) scale(.99)}.eightspace-popover__panel{position:absolute;z-index:35;display:grid;gap:var(--8s-space-4);width:var(--eightspace-popover-width);max-width:min(var(--eightspace-popover-width),calc(100vw - var(--8s-space-6)));border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-4);background:var(--8s-color-bg-surface);box-shadow:var(--8s-shadow-2);color:var(--8s-color-text-primary);padding:var(--8s-space-4)}.eightspace-popover--size-sm{--eightspace-popover-width:260px}.eightspace-popover--size-md{--eightspace-popover-width:320px}.eightspace-popover--size-lg{--eightspace-popover-width:420px}.eightspace-popover--placement-bottom-end .eightspace-popover__panel,.eightspace-popover--placement-bottom-start .eightspace-popover__panel{top:calc(100% + var(--8s-space-2))}.eightspace-popover--placement-top-end .eightspace-popover__panel,.eightspace-popover--placement-top-start .eightspace-popover__panel{bottom:calc(100% + var(--8s-space-2))}.eightspace-popover--placement-bottom-start .eightspace-popover__panel,.eightspace-popover--placement-top-start .eightspace-popover__panel{left:0}.eightspace-popover--placement-bottom-end .eightspace-popover__panel,.eightspace-popover--placement-top-end .eightspace-popover__panel{right:0}.eightspace-popover__header{display:grid;gap:var(--8s-space-1)}.eightspace-popover__title{margin:0;color:var(--8s-color-text-primary);font-size:var(--8s-font-size-body-sm);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-popover__body,.eightspace-popover__description{color:var(--8s-color-text-secondary);font-size:var(--8s-font-size-body-xs);line-height:var(--8s-line-height-body-xs);word-break:keep-all}.eightspace-popover__description{margin:0}.eightspace-tooltip{position:relative;display:inline-flex;width:-moz-fit-content;width:fit-content}.eightspace-tooltip__content{position:absolute;z-index:40;width:-moz-max-content;width:max-content;max-width:min(260px,calc(100vw - var(--8s-space-6)));padding:var(--8s-space-2) var(--8s-space-3);border:1px solid color-mix(in srgb,var(--8s-color-neutral-950) 82%,transparent);border-radius:var(--8s-radius-3);background:var(--8s-color-neutral-950);box-shadow:var(--8s-shadow-2);color:var(--8s-color-text-on-brand);font-family:var(--8s-font-sans);font-size:var(--8s-font-size-caption);font-weight:var(--8s-font-weight-regular);line-height:var(--8s-line-height-caption);opacity:0;pointer-events:none;text-align:left;transform:translate3d(-50%,4px,0) scale(.98);transition:opacity var(--8s-duration-fast) var(--8s-ease-standard),transform var(--8s-duration-fast) var(--8s-ease-standard)}.eightspace-tooltip:focus-within .eightspace-tooltip__content,.eightspace-tooltip:hover .eightspace-tooltip__content{opacity:1;transform:translate3d(-50%,0,0) scale(1)}.eightspace-tooltip--placement-bottom .eightspace-tooltip__content,.eightspace-tooltip--placement-top .eightspace-tooltip__content{left:50%}.eightspace-tooltip--placement-top .eightspace-tooltip__content{bottom:calc(100% + var(--8s-space-2))}.eightspace-tooltip--placement-bottom .eightspace-tooltip__content{top:calc(100% + var(--8s-space-2))}.eightspace-tooltip--placement-left .eightspace-tooltip__content,.eightspace-tooltip--placement-right .eightspace-tooltip__content{top:50%;transform:translate3d(0,-50%,0) scale(.98)}.eightspace-tooltip--placement-left:focus-within .eightspace-tooltip__content,.eightspace-tooltip--placement-left:hover .eightspace-tooltip__content,.eightspace-tooltip--placement-right:focus-within .eightspace-tooltip__content,.eightspace-tooltip--placement-right:hover .eightspace-tooltip__content{transform:translate3d(0,-50%,0) scale(1)}.eightspace-tooltip--placement-left .eightspace-tooltip__content{right:calc(100% + var(--8s-space-2))}.eightspace-tooltip--placement-right .eightspace-tooltip__content{left:calc(100% + var(--8s-space-2))}.eightspace-toast{--eightspace-toast-accent:var(--8s-color-blue-500);--eightspace-toast-bg:var(--8s-color-bg-surface);display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:var(--8s-space-3);align-items:flex-start;width:min(420px,calc(100vw - var(--8s-space-6)));padding:var(--8s-space-4);border:1px solid var(--8s-color-border-subtle);border-left:4px solid var(--eightspace-toast-accent);border-radius:var(--8s-radius-4);background:var(--eightspace-toast-bg);box-shadow:var(--8s-shadow-2);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-toast--variant-success{--eightspace-toast-accent:var(--8s-color-success)}.eightspace-toast--variant-warning{--eightspace-toast-accent:var(--8s-color-warning);--eightspace-toast-bg:#fffaf0}.eightspace-toast--variant-danger{--eightspace-toast-accent:var(--8s-color-danger);--eightspace-toast-bg:#fffafa}.eightspace-toast__mark{width:10px;height:10px;margin-top:.45rem;border-radius:var(--8s-radius-full);background:var(--eightspace-toast-accent)}.eightspace-toast__body{display:grid;gap:.125rem;min-width:0}.eightspace-toast__title{color:var(--8s-color-text-primary);font-size:var(--8s-font-size-body-sm);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-body-sm)}.eightspace-toast__content{color:var(--8s-color-text-secondary);font-size:var(--8s-font-size-body-xs);font-weight:var(--8s-font-weight-regular);line-height:var(--8s-line-height-body-xs);word-break:keep-all}.eightspace-toast__action,.eightspace-toast__dismiss{display:inline-flex;align-items:center}.eightspace-toast__dismiss{width:36px;height:36px;justify-content:center;border:1px solid transparent;border-radius:var(--8s-radius-2);background:transparent;color:var(--8s-color-text-secondary);font-family:var(--8s-font-sans);font-size:var(--8s-font-size-caption);font-weight:var(--8s-font-weight-medium);cursor:pointer}.eightspace-toast__dismiss:hover{background:var(--8s-color-bg-surface-muted);color:var(--8s-color-text-primary)}.eightspace-toast-stack{position:fixed;z-index:50;display:grid;gap:var(--8s-space-3);pointer-events:none}.eightspace-toast-stack>*{pointer-events:auto}.eightspace-toast-stack--position-top-right{top:var(--8s-space-6);right:var(--8s-space-6)}.eightspace-toast-stack--position-bottom-right{right:var(--8s-space-6);bottom:var(--8s-space-6)}.eightspace-toast-stack--position-bottom-center{bottom:var(--8s-space-6);left:50%;transform:translateX(-50%)}@keyframes eightspace-spin{to{transform:rotate(1turn)}}@keyframes eightspace-skeleton-shimmer{0%{background-position:220% 0,0 0}to{background-position:-220% 0,0 0}}@media (prefers-reduced-motion:reduce){.eightspace-button,.eightspace-card,.eightspace-checkbox__control,.eightspace-chip,.eightspace-chip__remove,.eightspace-dialog__close,.eightspace-dropdown-menu__item,.eightspace-dropdown-menu__trigger,.eightspace-field__control,.eightspace-icon-button,.eightspace-popover__panel,.eightspace-popover__trigger,.eightspace-radio__control,.eightspace-radio__control:after,.eightspace-select__control,.eightspace-switch__thumb,.eightspace-switch__track,.eightspace-tabs__tab,.eightspace-textarea__control,.eightspace-toast__dismiss,.eightspace-tooltip__content{transition:none}.eightspace-button__spinner,.eightspace-icon-button__spinner,.eightspace-skeleton--animated,.eightspace-skeleton-group--animated .eightspace-skeleton--line{animation-duration:1.4s}.eightspace-skeleton--animated,.eightspace-skeleton-group--animated .eightspace-skeleton--line{animation:none}}.eightspace-result-summary{margin:0;color:var(--8s-color-text-secondary);font-family:var(--8s-font-sans);font-size:var(--8s-font-size-body-xs);font-weight:400;line-height:var(--8s-line-height-body-xs);word-break:keep-all}.eightspace-result-summary strong{color:var(--8s-color-text-primary);font-family:var(--8s-font-mono);font-weight:var(--8s-font-weight-medium)}.eightspace-pagination,.eightspace-pagination-layout{display:flex;flex-wrap:wrap;gap:var(--8s-space-3);align-items:center;justify-content:space-between}.eightspace-pagination__controls,.eightspace-pagination__pages{display:inline-flex;align-items:center;gap:var(--8s-space-1)}.eightspace-pagination__pages{margin:0;padding:0;list-style:none}.eightspace-pagination__page{min-width:32px;min-height:32px;border:1px solid transparent;border-radius:var(--8s-radius-2);background:transparent;color:var(--8s-color-text-secondary);font-family:var(--8s-font-mono);font-size:var(--8s-font-size-caption);font-weight:var(--8s-font-weight-medium);cursor:pointer}.eightspace-pagination__page:hover:not(:disabled){background:var(--8s-color-blue-50);color:var(--8s-color-blue-800)}.eightspace-pagination__page[aria-current=page]{border-color:var(--8s-color-blue-100);background:var(--8s-color-blue-500);color:var(--8s-color-text-on-brand)}.eightspace-pagination__ellipsis{min-width:24px;color:var(--8s-color-text-muted);font-family:var(--8s-font-mono);text-align:center}.eightspace-pagination__page-size{min-width:120px}.eightspace-pagination--size-xs .eightspace-pagination__page{min-width:28px;min-height:28px;font-size:var(--8s-font-size-control-xs)}.eightspace-pagination--size-sm .eightspace-pagination__page{min-width:32px;min-height:32px;font-size:var(--8s-font-size-caption)}.eightspace-pagination--size-md .eightspace-pagination__page{min-width:36px;min-height:36px;font-size:var(--8s-font-size-body-xs)}.eightspace-pagination--size-lg{gap:var(--8s-space-4)}.eightspace-pagination--size-lg .eightspace-pagination__page{min-width:46px;min-height:46px;border-radius:var(--8s-radius-3);font-size:var(--8s-font-size-body-sm)}.eightspace-pagination--size-lg .eightspace-pagination__page-size{min-width:132px}.eightspace-form-section{display:grid;gap:var(--8s-space-4);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-form-section--divided+.eightspace-form-section--divided,.eightspace-settings-stack .eightspace-form-section+.eightspace-form-section{padding-top:var(--8s-space-5);border-top:1px solid var(--8s-color-border-subtle)}.eightspace-form-section__content,.eightspace-form-section__footer,.eightspace-form-section__header{display:grid;gap:var(--8s-space-3)}.eightspace-form-section__header{grid-template-columns:minmax(0,1fr) auto;align-items:start}.eightspace-form-section__heading{display:grid;gap:var(--8s-space-1)}.eightspace-form-section__title{margin:0;color:var(--8s-color-text-primary);font-size:var(--8s-font-size-title-3);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-title-3);letter-spacing:-.025em;word-break:keep-all}.eightspace-form-section__aside,.eightspace-form-section__description{margin:0;color:var(--8s-color-text-secondary);font-size:var(--8s-font-size-body-sm);font-weight:400;line-height:var(--8s-line-height-body-sm);word-break:keep-all}.eightspace-form-section__body{display:grid;gap:var(--8s-space-4);min-width:0}.eightspace-form-section--layout-split .eightspace-form-section__content{grid-template-columns:minmax(0,1fr) minmax(180px,.42fr);align-items:start}.eightspace-form-section__aside{padding:var(--8s-space-3);border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-3);background:var(--8s-color-bg-surface-muted)}.eightspace-form-section__footer{justify-content:end;padding-top:var(--8s-space-3);border-top:1px solid var(--8s-color-border-subtle)}.eightspace-form-section--size-sm .eightspace-form-section__title{font-size:var(--8s-font-size-body-lg);line-height:var(--8s-line-height-body-sm)}.eightspace-form-section--size-lg .eightspace-form-section__title{font-size:var(--8s-font-size-title-2);line-height:var(--8s-line-height-title-2)}.eightspace-form-section--tone-danger .eightspace-form-section__title{color:var(--8s-color-danger)}.eightspace-page-header{--eightspace-page-header-gap:var(--8s-space-4);--eightspace-page-header-main-gap:var(--8s-space-6);--eightspace-page-header-title-size:2rem;--eightspace-page-header-description-size:1rem;--eightspace-page-header-description-line-height:1.6;display:grid;gap:var(--eightspace-page-header-gap);width:min(100%,1040px);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-page-header__main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--eightspace-page-header-main-gap);align-items:end}.eightspace-page-header__copy{display:grid;gap:var(--8s-space-2);min-width:0}.eightspace-page-header__eyebrow,.eightspace-page-header__meta{color:var(--8s-color-text-muted);font-size:var(--8s-font-size-caption);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-caption)}.eightspace-page-header__actions,.eightspace-page-header__title-row{display:flex;flex-wrap:wrap;gap:var(--8s-space-2);align-items:center}.eightspace-page-header__actions{justify-content:flex-end}.eightspace-page-header__title{margin:0;color:var(--8s-color-text-primary);font-size:var(--eightspace-page-header-title-size);font-weight:var(--8s-font-weight-bold);line-height:1.16;letter-spacing:-.05em;word-break:keep-all}.eightspace-page-header__description{max-width:68ch;margin:0;color:var(--8s-color-text-secondary);font-size:var(--eightspace-page-header-description-size);font-weight:400;line-height:var(--eightspace-page-header-description-line-height);word-break:keep-all}.eightspace-page-header--size-sm{--eightspace-page-header-gap:var(--8s-space-3);--eightspace-page-header-main-gap:var(--8s-space-4);--eightspace-page-header-title-size:1.5rem;--eightspace-page-header-description-size:0.875rem;--eightspace-page-header-description-line-height:1.5}.eightspace-page-header--size-md{--eightspace-page-header-gap:var(--8s-space-4);--eightspace-page-header-main-gap:var(--8s-space-6);--eightspace-page-header-title-size:2rem;--eightspace-page-header-description-size:1rem;--eightspace-page-header-description-line-height:1.6}.eightspace-page-header--size-lg{--eightspace-page-header-gap:var(--8s-space-5);--eightspace-page-header-main-gap:var(--8s-space-7);--eightspace-page-header-title-size:2.5rem;--eightspace-page-header-description-size:1.125rem;--eightspace-page-header-description-line-height:1.65}.eightspace-breadcrumb__list{display:flex;flex-wrap:wrap;gap:var(--8s-space-1);align-items:center;margin:0;padding:0;list-style:none}.eightspace-breadcrumb__item{display:inline-flex;align-items:center;gap:var(--8s-space-1);color:var(--8s-color-text-muted);font-size:var(--8s-font-size-caption);font-weight:var(--8s-font-weight-medium)}.eightspace-breadcrumb__item+.eightspace-breadcrumb__item:before{color:var(--8s-color-neutral-400);content:"/"}.eightspace-breadcrumb__link{color:var(--8s-color-text-secondary);text-decoration:none}.eightspace-breadcrumb__link:hover{color:var(--8s-color-blue-700)}.eightspace-breadcrumb__current{color:var(--8s-color-text-primary)}.eightspace-toolbar{--eightspace-toolbar-gap:var(--8s-space-3);--eightspace-toolbar-inner-gap:var(--8s-space-2);--eightspace-toolbar-padding:var(--8s-space-3);display:flex;gap:var(--eightspace-toolbar-gap);align-items:center;justify-content:space-between;padding:var(--eightspace-toolbar-padding);border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-4);background:color-mix(in srgb,var(--8s-color-bg-surface) 82%,var(--8s-color-bg-surface-muted))}.eightspace-toolbar--wrap,.eightspace-toolbar__leading,.eightspace-toolbar__trailing{flex-wrap:wrap}.eightspace-toolbar__leading,.eightspace-toolbar__trailing{display:flex;gap:var(--eightspace-toolbar-inner-gap);align-items:end}.eightspace-toolbar__trailing{justify-content:flex-end}.eightspace-toolbar--size-xs{--eightspace-toolbar-gap:var(--8s-space-2);--eightspace-toolbar-inner-gap:var(--8s-space-2);--eightspace-toolbar-padding:var(--8s-space-2)}.eightspace-toolbar--size-sm{--eightspace-toolbar-gap:var(--8s-space-2);--eightspace-toolbar-inner-gap:var(--8s-space-2);--eightspace-toolbar-padding:0.75rem}.eightspace-toolbar--size-md{--eightspace-toolbar-gap:var(--8s-space-3);--eightspace-toolbar-inner-gap:var(--8s-space-2);--eightspace-toolbar-padding:var(--8s-space-3)}.eightspace-toolbar--size-lg{--eightspace-toolbar-gap:var(--8s-space-4);--eightspace-toolbar-inner-gap:var(--8s-space-3);--eightspace-toolbar-padding:var(--8s-space-4)}.eightspace-data-table{--eightspace-data-table-toolbar-padding:var(--8s-space-3);--eightspace-data-table-footer-padding:var(--8s-space-3);--eightspace-data-table-caption-padding-y:var(--8s-space-2);--eightspace-data-table-caption-padding-x:var(--8s-space-3);--eightspace-data-table-cell-padding-y:var(--8s-space-3);--eightspace-data-table-cell-padding-x:var(--8s-space-3);--eightspace-data-table-cell-font-size:var(--8s-font-size-body-xs);--eightspace-data-table-cell-line-height:var(--8s-line-height-body-xs);--eightspace-data-table-header-font-size:var(--8s-font-size-caption);--eightspace-data-table-select-cell-width:54px;--eightspace-data-table-sort-icon-size:1rem;overflow:hidden;border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-4);background:var(--8s-color-bg-surface);box-shadow:var(--8s-shadow-1);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-data-table__footer,.eightspace-data-table__toolbar{padding:var(--eightspace-data-table-toolbar-padding);border-bottom:1px solid var(--8s-color-border-subtle);background:var(--8s-color-bg-surface)}.eightspace-data-table__footer{padding:var(--eightspace-data-table-footer-padding);border-top:1px solid var(--8s-color-border-subtle);border-bottom:0}.eightspace-data-table__message{margin:var(--8s-space-3)}.eightspace-data-table__scroll{overflow-x:auto}.eightspace-data-table__table{width:100%;min-width:680px;border-collapse:collapse}.eightspace-data-table__caption{padding:var(--eightspace-data-table-caption-padding-y) var(--eightspace-data-table-caption-padding-x);color:var(--8s-color-text-muted);font-size:var(--8s-font-size-caption);text-align:left}.eightspace-data-table td,.eightspace-data-table th{padding:var(--eightspace-data-table-cell-padding-y) var(--eightspace-data-table-cell-padding-x);border-bottom:1px solid var(--8s-color-border-subtle);font-size:var(--eightspace-data-table-cell-font-size);line-height:var(--eightspace-data-table-cell-line-height);text-align:left;vertical-align:middle}.eightspace-data-table th{background:var(--8s-color-bg-surface-muted);color:var(--8s-color-text-secondary);font-size:var(--eightspace-data-table-header-font-size);font-weight:var(--8s-font-weight-bold);letter-spacing:.02em}.eightspace-data-table td[data-align=center]{text-align:center}.eightspace-data-table td[data-align=end]{text-align:right}.eightspace-data-table tbody tr:hover{background:color-mix(in srgb,var(--8s-color-blue-50) 44%,transparent)}.eightspace-data-table tbody tr[data-selected=true]{background:color-mix(in srgb,var(--8s-color-blue-50) 72%,white)}.eightspace-data-table__select-cell{width:var(--eightspace-data-table-select-cell-width)}.eightspace-data-table__select-cell .eightspace-checkbox{width:18px}.eightspace-data-table__select-cell .eightspace-checkbox__body{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.eightspace-data-table__actions-cell{width:1%;text-align:right;white-space:nowrap}.eightspace-data-table__sort{display:inline-flex;gap:var(--8s-space-1);align-items:center;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.eightspace-data-table__sort--inactive{color:var(--8s-color-text-secondary)}.eightspace-data-table__sort--active{color:var(--8s-color-blue-800)}.eightspace-data-table__sort-icon{display:inline-flex;width:1em;justify-content:center;font-size:var(--eightspace-data-table-sort-icon-size);line-height:1}.eightspace-data-table__sort-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.eightspace-data-table__empty{padding:var(--8s-space-8)!important}.eightspace-data-table--size-xs{--eightspace-data-table-toolbar-padding:var(--8s-space-2);--eightspace-data-table-footer-padding:var(--8s-space-2);--eightspace-data-table-caption-padding-y:0.375rem;--eightspace-data-table-caption-padding-x:0.625rem;--eightspace-data-table-cell-padding-y:0.5rem;--eightspace-data-table-cell-padding-x:0.625rem;--eightspace-data-table-cell-font-size:0.75rem;--eightspace-data-table-cell-line-height:1.4;--eightspace-data-table-header-font-size:0.6875rem;--eightspace-data-table-select-cell-width:44px;--eightspace-data-table-sort-icon-size:0.8125rem}.eightspace-data-table--size-sm{--eightspace-data-table-toolbar-padding:0.75rem;--eightspace-data-table-footer-padding:0.75rem;--eightspace-data-table-caption-padding-y:0.5rem;--eightspace-data-table-caption-padding-x:0.75rem;--eightspace-data-table-cell-padding-y:0.625rem;--eightspace-data-table-cell-padding-x:0.75rem;--eightspace-data-table-cell-font-size:0.8125rem;--eightspace-data-table-cell-line-height:1.45;--eightspace-data-table-header-font-size:0.75rem;--eightspace-data-table-select-cell-width:48px;--eightspace-data-table-sort-icon-size:0.875rem}.eightspace-data-table--size-md{--eightspace-data-table-toolbar-padding:var(--8s-space-3);--eightspace-data-table-footer-padding:var(--8s-space-3);--eightspace-data-table-caption-padding-y:var(--8s-space-2);--eightspace-data-table-caption-padding-x:var(--8s-space-3);--eightspace-data-table-cell-padding-y:var(--8s-space-3);--eightspace-data-table-cell-padding-x:var(--8s-space-3);--eightspace-data-table-cell-font-size:var(--8s-font-size-body-xs);--eightspace-data-table-cell-line-height:var(--8s-line-height-body-xs);--eightspace-data-table-header-font-size:var(--8s-font-size-caption);--eightspace-data-table-select-cell-width:54px;--eightspace-data-table-sort-icon-size:1rem}.eightspace-data-table--size-lg{--eightspace-data-table-toolbar-padding:var(--8s-space-4);--eightspace-data-table-footer-padding:var(--8s-space-4);--eightspace-data-table-caption-padding-y:0.75rem;--eightspace-data-table-caption-padding-x:1.125rem;--eightspace-data-table-cell-padding-y:1rem;--eightspace-data-table-cell-padding-x:1.125rem;--eightspace-data-table-cell-font-size:0.9375rem;--eightspace-data-table-cell-line-height:1.5;--eightspace-data-table-header-font-size:0.875rem;--eightspace-data-table-select-cell-width:60px;--eightspace-data-table-sort-icon-size:1.125rem}.eightspace-table-tools,.eightspace-table-tools__leading,.eightspace-table-tools__trailing{display:flex;flex-wrap:wrap;gap:var(--8s-space-2);align-items:end}.eightspace-table-tools{justify-content:space-between}.eightspace-member-cell{display:inline-flex;gap:var(--8s-space-2);align-items:center}.eightspace-member-cell span:last-child{display:grid;gap:1px}.eightspace-member-cell strong{font-weight:var(--8s-font-weight-medium)}.eightspace-member-cell small{color:var(--8s-color-text-secondary);font-size:var(--8s-font-size-caption)}.eightspace-combobox,.eightspace-data-table tbody tr[data-selected=true] .eightspace-member-cell small{color:var(--8s-color-text-primary)}.eightspace-combobox{position:relative;display:grid;gap:var(--8s-space-2);font-family:var(--8s-font-sans)}.eightspace-combobox__label{color:var(--8s-color-text-primary);font-size:var(--8s-font-size-body-sm);font-weight:var(--8s-font-weight-medium);line-height:var(--8s-line-height-body-sm)}.eightspace-combobox__required{color:var(--8s-color-danger)}.eightspace-combobox__control-wrap{position:relative;display:flex;align-items:center}.eightspace-combobox__control{width:100%;min-height:46px;padding:0 4.75rem 0 var(--8s-space-4);border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-4);background:var(--8s-color-bg-surface);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans);font-size:var(--8s-font-size-body-sm);font-weight:400}.eightspace-combobox__control:hover:not(:disabled){border-color:var(--8s-color-border-strong)}.eightspace-combobox__control:focus-visible{outline:0;border-color:var(--8s-color-blue-500);box-shadow:0 0 0 4px color-mix(in srgb,var(--8s-color-focus-ring) 18%,transparent)}.eightspace-combobox--state-error .eightspace-combobox__control{border-color:var(--8s-color-danger);background:#fffafa}.eightspace-combobox--disabled{opacity:.62}.eightspace-combobox__clear,.eightspace-combobox__toggle{position:absolute;right:2.5rem;display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;border-radius:var(--8s-radius-2);background:transparent;color:var(--8s-color-text-secondary);cursor:pointer}.eightspace-combobox__toggle{right:var(--8s-space-2)}.eightspace-combobox__toggle span{width:8px;height:8px;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-2px) rotate(45deg)}.eightspace-combobox__panel{position:absolute;top:calc(100% + var(--8s-space-1));left:0;z-index:36;width:100%;overflow:hidden;border:1px solid var(--8s-color-border-subtle);border-radius:var(--8s-radius-4);background:var(--8s-color-bg-surface);box-shadow:var(--8s-shadow-2)}.eightspace-combobox__listbox{max-height:260px;margin:0;padding:var(--8s-space-1);overflow:auto;list-style:none}.eightspace-combobox__option{display:flex;gap:var(--8s-space-2);align-items:center;justify-content:space-between;padding:var(--8s-space-2) var(--8s-space-3);border-radius:var(--8s-radius-3);cursor:pointer}.eightspace-combobox__option--active{background:var(--8s-color-blue-50)}.eightspace-combobox__option--selected{color:var(--8s-color-blue-800);font-weight:var(--8s-font-weight-medium)}.eightspace-combobox__option[data-disabled=true]{cursor:not-allowed;opacity:.48}.eightspace-combobox__option-copy{display:grid;gap:2px;min-width:0}.eightspace-combobox__option-label{font-size:var(--8s-font-size-body-xs);line-height:var(--8s-line-height-body-xs)}.eightspace-combobox__empty,.eightspace-combobox__message,.eightspace-combobox__option-description{color:var(--8s-color-text-secondary);font-size:var(--8s-font-size-caption);font-weight:400;line-height:var(--8s-line-height-caption)}.eightspace-combobox__empty{padding:var(--8s-space-3)}.eightspace-combobox--state-error .eightspace-combobox__message{color:var(--8s-color-danger)}.eightspace-combobox__live{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.eightspace-combobox--size-xs{gap:var(--8s-space-1)}.eightspace-combobox--size-xs .eightspace-combobox__label,.eightspace-combobox--size-xs .eightspace-combobox__message{font-size:var(--8s-font-size-control-xs);line-height:var(--8s-line-height-control-xs)}.eightspace-combobox--size-xs .eightspace-combobox__control{min-height:30px;padding-left:var(--8s-space-2);border-radius:var(--8s-radius-2);font-size:var(--8s-font-size-caption)}.eightspace-combobox--size-sm .eightspace-combobox__control{min-height:36px;padding-left:var(--8s-space-3);border-radius:var(--8s-radius-3);font-size:var(--8s-font-size-body-xs)}.eightspace-combobox--size-md .eightspace-combobox__control{min-height:46px}@media (max-width:720px){.eightspace-form-section--layout-split .eightspace-form-section__content,.eightspace-form-section__header,.eightspace-page-header__main{grid-template-columns:1fr}.eightspace-page-header__actions,.eightspace-pagination,.eightspace-pagination-layout,.eightspace-toolbar{width:100%;align-items:stretch;flex-direction:column}.eightspace-page-header__actions,.eightspace-toolbar__leading,.eightspace-toolbar__trailing{width:100%;flex-direction:column;align-items:stretch;justify-content:flex-start}.eightspace-page-header__actions>*,.eightspace-pagination__controls,.eightspace-pagination__page-size,.eightspace-toolbar__leading>*,.eightspace-toolbar__trailing>*{width:100%}.eightspace-pagination__controls{flex-wrap:wrap;justify-content:space-between}.eightspace-pagination__pages{flex:1 1 100%;justify-content:center}}.eightspace-form-field{display:grid;gap:var(--8s-space-2);min-width:0;color:var(--8s-color-text-primary);font-family:var(--8s-font-sans)}.eightspace-form-field--size-xs{gap:var(--8s-space-1)}.eightspace-form-field__label{color:var(--8s-color-text-primary);font-weight:var(--8s-font-weight-medium);word-break:keep-all}.eightspace-form-field__required{color:var(--8s-color-danger)}.eightspace-form-field__message{color:var(--8s-color-text-muted);font-weight:var(--8s-font-weight-regular);word-break:keep-all}.eightspace-form-field--state-error .eightspace-form-field__message,.eightspace-form-field__message--error{color:var(--8s-color-danger)}.eightspace-form-field--state-success .eightspace-form-field__message{color:var(--8s-color-success)}.eightspace-form-field--size-xs .eightspace-form-field__label,.eightspace-form-field--size-xs .eightspace-form-field__message{font-size:var(--8s-font-size-control-xs);line-height:var(--8s-line-height-control-xs)}.eightspace-form-field--size-sm .eightspace-form-field__label,.eightspace-form-field--size-sm .eightspace-form-field__message{font-size:var(--8s-font-size-caption);line-height:var(--8s-line-height-caption)}.eightspace-form-field--size-md .eightspace-form-field__label,.eightspace-form-field--size-md .eightspace-form-field__message{font-size:var(--8s-font-size-body-xs);line-height:var(--8s-line-height-body-xs)}.eightspace-form-field__inline-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--8s-space-2);align-items:center}@media (max-width:720px){.eightspace-form-field__inline-control{grid-template-columns:1fr}}