:root{color-scheme:light;--8s-color-blue-50: #ebf5ff;--8s-color-blue-100: #d6eaff;--8s-color-blue-200: #add5ff;--8s-color-blue-300: #7ab9ff;--8s-color-blue-400: #3797ff;--8s-color-blue-500: #006ff4;--8s-color-blue-600: #005ed1;--8s-color-blue-700: #004ca8;--8s-color-blue-800: #0a3e82;--8s-color-blue-900: #0b3266;--8s-color-blue-950: #062044;--8s-color-neutral-0: #ffffff;--8s-color-neutral-50: #f7fafd;--8s-color-neutral-100: #eef4fa;--8s-color-neutral-200: #dde7f0;--8s-color-neutral-300: #c4d2e0;--8s-color-neutral-400: #91a4b7;--8s-color-neutral-500: #64788d;--8s-color-neutral-600: #4a5d72;--8s-color-neutral-700: #33475b;--8s-color-neutral-800: #1f3145;--8s-color-neutral-900: #111f2f;--8s-color-neutral-950: #081421;--8s-color-success: #168a5b;--8s-color-warning: #b76e00;--8s-color-danger: #d83a3a;--8s-color-info: var(--8s-color-blue-500);--8s-color-bg-canvas: var(--8s-color-neutral-50);--8s-color-bg-surface: var(--8s-color-neutral-0);--8s-color-bg-surface-muted: var(--8s-color-neutral-100);--8s-color-bg-brand: var(--8s-color-blue-500);--8s-color-text-primary: var(--8s-color-neutral-900);--8s-color-text-secondary: var(--8s-color-neutral-600);--8s-color-text-muted: var(--8s-color-neutral-500);--8s-color-text-on-brand: #ffffff;--8s-color-text-on-brand-secondary: rgba(255, 255, 255, .78);--8s-color-border-subtle: var(--8s-color-neutral-200);--8s-color-border-strong: var(--8s-color-neutral-300);--8s-color-focus-ring: var(--8s-color-blue-500);--8s-font-brand: "NanumSquare Neo", "NanumSquareNeo", "NanumSquare", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;--8s-font-sans: var(--8s-font-brand);--8s-font-mono: "Geist Mono", "JetBrains Mono", ui-monospace, monospace;--8s-font-weight-regular: 300;--8s-font-weight-medium: 500;--8s-font-weight-bold: 700;--8s-font-weight-heavy: 800;--8s-font-size-display: 3.5rem;--8s-font-size-title-1: 2.5rem;--8s-font-size-title-2: 2rem;--8s-font-size-title-3: 1.5rem;--8s-font-size-body-lg: 1.125rem;--8s-font-size-body: 1rem;--8s-font-size-body-sm: .875rem;--8s-font-size-body-xs: .8125rem;--8s-font-size-caption: .75rem;--8s-font-size-control-xs: .6875rem;--8s-font-size-micro: .625rem;--8s-line-height-display: 1.08;--8s-line-height-title-1: 1.16;--8s-line-height-title-2: 1.24;--8s-line-height-title-3: 1.36;--8s-line-height-body: 1.65;--8s-line-height-body-sm: 1.55;--8s-line-height-body-xs: 1.5;--8s-line-height-caption: 1.45;--8s-line-height-control-xs: 1.35;--8s-line-height-micro: 1.3;--8s-radius-2: .375rem;--8s-radius-3: .625rem;--8s-radius-4: .875rem;--8s-radius-5: 1.25rem;--8s-radius-full: 999px;--8s-space-1: .25rem;--8s-space-2: .5rem;--8s-space-3: .75rem;--8s-space-4: 1rem;--8s-space-5: 1.25rem;--8s-space-6: 1.5rem;--8s-space-8: 2rem;--8s-space-10: 2.5rem;--8s-space-12: 3rem;--8s-space-16: 4rem;--8s-space-20: 5rem;--8s-shadow-1: 0 1px 2px rgba(8, 20, 33, .06);--8s-shadow-2: 0 12px 32px -24px rgba(8, 20, 33, .32);--8s-shadow-brand: 0 16px 36px -24px rgba(0, 111, 244, .55);--8s-duration-fast: .12s;--8s-duration-base: .18s;--8s-duration-slow: .28s;--8s-ease-standard: cubic-bezier(.16, 1, .3, 1)}.eightspace-button,.eightspace-avatar,.eightspace-avatar-group,.eightspace-checkbox,.eightspace-card,.eightspace-chip,.eightspace-dialog,.eightspace-dropdown-menu,.eightspace-empty-state,.eightspace-field__control,.eightspace-icon-button,.eightspace-inline-message,.eightspace-popover,.eightspace-radio-group,.eightspace-radio,.eightspace-select,.eightspace-select__control,.eightspace-skeleton,.eightspace-skeleton-group,.eightspace-surface,.eightspace-badge,.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__trigger:focus-visible,.eightspace-popover__panel: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, .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 currentColor;border-right-color: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: .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, .16);--eightspace-badge-color: var(--8s-color-text-on-brand);--eightspace-badge-border: rgba(255, 255, 255, .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__slot{display:inline-flex;flex:0 0 auto;align-items:center;color:currentColor}.eightspace-chip__remove{display:inline-flex;width:1.45em;height:1.45em;flex:0 0 auto;align-items:center;justify-content:center;border:0;border-radius:var(--8s-radius-full);background:color-mix(in srgb,currentColor 10%,transparent);color:currentColor;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:#ffffff29}.eightspace-chip--appearance-solid .eightspace-chip__remove:hover:not(:disabled){background:#ffffff3d}.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 #ffffff47,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:snow}.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__header,.eightspace-card__body,.eightspace-card__footer{padding-inline:var(--eightspace-card-padding)}.eightspace-card__media+.eightspace-card__header,.eightspace-card__media+.eightspace-card__body{padding-top:0}.eightspace-card__header:first-child,.eightspace-card__body:first-child{padding-top:var(--eightspace-card-padding)}.eightspace-card__footer:last-child,.eightspace-card__body: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__eyebrow,.eightspace-card__action{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__description,.eightspace-card__body{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__icon,.eightspace-filter-trigger__chevron{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;top:14px;right:14px;bottom:14px;left:14px;border:1px solid rgba(255,255,255,.72);border-radius:var(--8s-radius-5);background:#ffffff4d;box-shadow:inset 0 1px #ffffffb8;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,#ffffffc7;box-shadow:0 14px 32px -24px #0814216b}.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:#ffffffd6;box-shadow:0 18px 40px -30px #08142180;padding:14px}.eightspace-workspace-preview-media__panel span,.eightspace-workspace-preview-media__card 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:#ffffffb8}.eightspace-workspace-preview-media__card span:first-child{width:76%;background:#fff}.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),#ffffff85}.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 #168a5b1f}.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-icon-button:focus-visible,.eightspace-checkbox__input:focus-visible+.eightspace-checkbox__control,.eightspace-radio__input:focus-visible+.eightspace-radio__control,.eightspace-switch__input:focus-visible+.eightspace-switch__track,.eightspace-tabs__tab:focus-visible,.eightspace-dialog__close:focus-visible,.eightspace-dropdown-menu__trigger:focus-visible,.eightspace-dropdown-menu__item: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 currentColor;border-right-color: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 #08142133;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__label,.eightspace-switch--size-xs .eightspace-switch__description{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__label,.eightspace-switch--size-sm .eightspace-switch__description{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__label,.eightspace-switch--size-md .eightspace-switch__description{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__description,.eightspace-radio-group__message{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__description,.eightspace-radio-group--size-xs .eightspace-radio-group__message{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__description,.eightspace-radio-group--size-sm .eightspace-radio-group__message{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__description,.eightspace-radio-group--size-md .eightspace-radio-group__message{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:snow}.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);font-size:var(--8s-font-size-caption);line-height:var(--8s-line-height-caption)}.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{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);font-size:var(--8s-font-size-body-xs);line-height:var(--8s-line-height-body-xs)}.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{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:#0814216b;-webkit-backdrop-filter:blur(4px);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;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-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;color:var(--8s-color-text-secondary);font-family:var(--8s-font-sans);font-size:var(--8s-font-size-body-sm);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;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);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans);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:hover:not(:disabled),.eightspace-dropdown-menu__item:focus-visible{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:hover:not(:disabled),.eightspace-dropdown-menu__item--destructive:focus-visible{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;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);color:var(--8s-color-text-primary);font-family:var(--8s-font-sans);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-start .eightspace-popover__panel,.eightspace-popover--placement-bottom-end .eightspace-popover__panel{top:calc(100% + var(--8s-space-2))}.eightspace-popover--placement-top-start .eightspace-popover__panel,.eightspace-popover--placement-top-end .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__description,.eightspace-popover__body{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:hover .eightspace-tooltip__content,.eightspace-tooltip:focus-within .eightspace-tooltip__content{opacity:1;transform:translate3d(-50%,0,0) scale(1)}.eightspace-tooltip--placement-top .eightspace-tooltip__content,.eightspace-tooltip--placement-bottom .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:hover .eightspace-tooltip__content,.eightspace-tooltip--placement-left:focus-within .eightspace-tooltip__content,.eightspace-tooltip--placement-right:hover .eightspace-tooltip__content,.eightspace-tooltip--placement-right:focus-within .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{display:inline-flex;align-items:center}.eightspace-toast__dismiss{display:inline-flex;width:36px;height:36px;align-items:center;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:translate(-50%)}@keyframes eightspace-spin{to{transform:rotate(360deg)}}@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-chip,.eightspace-chip__remove,.eightspace-field__control,.eightspace-icon-button,.eightspace-tabs__tab,.eightspace-switch__track,.eightspace-switch__thumb,.eightspace-checkbox__control,.eightspace-radio__control,.eightspace-radio__control:after,.eightspace-select__control,.eightspace-textarea__control,.eightspace-dialog__close,.eightspace-dropdown-menu__trigger,.eightspace-dropdown-menu__item,.eightspace-popover__trigger,.eightspace-popover__panel,.eightspace-tooltip__content,.eightspace-toast__dismiss{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-layout,.eightspace-pagination{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__header,.eightspace-form-section__content,.eightspace-form-section__footer{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__description,.eightspace-form-section__aside{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__title-row,.eightspace-page-header__actions{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: .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: .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__toolbar,.eightspace-data-table__footer{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 th,.eightspace-data-table td{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: .375rem;--eightspace-data-table-caption-padding-x: .625rem;--eightspace-data-table-cell-padding-y: .5rem;--eightspace-data-table-cell-padding-x: .625rem;--eightspace-data-table-cell-font-size: .75rem;--eightspace-data-table-cell-line-height: 1.4;--eightspace-data-table-header-font-size: .6875rem;--eightspace-data-table-select-cell-width: 44px;--eightspace-data-table-sort-icon-size: .8125rem}.eightspace-data-table--size-sm{--eightspace-data-table-toolbar-padding: .75rem;--eightspace-data-table-footer-padding: .75rem;--eightspace-data-table-caption-padding-y: .5rem;--eightspace-data-table-caption-padding-x: .75rem;--eightspace-data-table-cell-padding-y: .625rem;--eightspace-data-table-cell-padding-x: .75rem;--eightspace-data-table-cell-font-size: .8125rem;--eightspace-data-table-cell-line-height: 1.45;--eightspace-data-table-header-font-size: .75rem;--eightspace-data-table-select-cell-width: 48px;--eightspace-data-table-sort-icon-size: .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: .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: .9375rem;--eightspace-data-table-cell-line-height: 1.5;--eightspace-data-table-header-font-size: .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-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);color:var(--8s-color-text-primary);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:snow}.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 currentColor;border-bottom:1.5px solid currentColor;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__option-description,.eightspace-combobox__message,.eightspace-combobox__empty{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__header,.eightspace-form-section--layout-split .eightspace-form-section__content,.eightspace-page-header__main{grid-template-columns:1fr}.eightspace-page-header__actions,.eightspace-toolbar,.eightspace-pagination-layout,.eightspace-pagination{width:100%;align-items:stretch;flex-direction:column}.eightspace-toolbar__leading,.eightspace-toolbar__trailing,.eightspace-page-header__actions{width:100%;flex-direction:column;align-items:stretch;justify-content:flex-start}.eightspace-page-header__actions>*,.eightspace-toolbar__leading>*,.eightspace-toolbar__trailing>*{width:100%}.eightspace-pagination__page-size,.eightspace-pagination__controls{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__message--error,.eightspace-form-field--state-error .eightspace-form-field__message{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}}:root{--color-brand-blue: var(--8s-color-blue-500);--color-brand-blue-dark: var(--8s-color-blue-600);--color-brand-blue-deep: var(--8s-color-blue-800);--color-hero-blue: var(--8s-color-blue-300);--color-soft-blue: var(--8s-color-blue-50);--color-border-blue: var(--8s-color-blue-100);--color-border-blue-soft: var(--8s-color-border-subtle);--color-hero-navy: #071a33;--color-hero-panel: #0b2545;--color-hero-node: #0e2a4d;--color-hero-node-accent: #092f5f;--color-page: var(--8s-color-bg-canvas);--color-ink: var(--8s-color-text-primary);--color-muted: var(--8s-color-text-secondary);--color-products-dark: #061529;--color-product-surface: rgb(11 37 69 / .72)}html{scroll-behavior:smooth}#root{min-height:100dvh}a{text-decoration:none}.site-button{font-family:var(--font-family-bold);font-weight:var(--8s-font-weight-bold);letter-spacing:-.01em}.site-button .eightspace-button__content{gap:.625rem}.site-button--header{min-width:0}.hero-badge{border-color:#4da3ff3d;background:#4da3ff12;color:var(--color-soft-blue);font-family:var(--font-family-bold);font-weight:var(--8s-font-weight-bold)}.hero-title{font-family:var(--font-family-extra-bold);font-weight:var(--8s-font-weight-bold);letter-spacing:-.025em}.section-title,.service-title{font-family:var(--font-family-bold);font-weight:var(--8s-font-weight-bold);letter-spacing:-.02em}.hero-button{min-width:10rem}.hero-button--primary{box-shadow:0 18px 42px -24px #006ff4b8}.hero-button--secondary{--eightspace-button-bg: rgb(77 163 255 / .08);--eightspace-button-border: rgb(77 163 255 / .24);--eightspace-button-color: var(--8s-color-text-on-brand);box-shadow:none}.hero-button--secondary:hover:not(:disabled){--eightspace-button-bg: rgb(77 163 255 / .14);--eightspace-button-border: rgb(77 163 255 / .28)}.hero-shell{position:relative;isolation:isolate;box-shadow:inset 0 1px #ffffff0a}.hero-shell:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;content:"";background:linear-gradient(90deg,rgb(255 255 255 / .035) 1px,transparent 1px),linear-gradient(180deg,rgb(255 255 255 / .035) 1px,transparent 1px),linear-gradient(135deg,var(--color-hero-navy) 0%,var(--color-hero-panel) 54%,var(--color-hero-navy) 100%);background-size:88px 88px,88px 88px,auto;-webkit-mask-image:linear-gradient(180deg,rgb(0 0 0 / .45),rgb(0 0 0 / .12) 64%,transparent);mask-image:linear-gradient(180deg,rgb(0 0 0 / .45),rgb(0 0 0 / .12) 64%,transparent)}.hero-grid{position:relative;z-index:1}.hero-grid:before{position:absolute;top:0;bottom:0;left:50%;width:100vw;transform:translate(-50%);pointer-events:none;content:"";background:radial-gradient(circle at 82% 22%,rgb(77 163 255 / .12),transparent 24rem),linear-gradient(135deg,rgb(255 255 255 / .05),transparent 38%)}.hero-visual{isolation:isolate;box-shadow:inset 0 1px #ffffff0f}.hero-visual:after{position:absolute;inset:auto 0 0;height:7rem;pointer-events:none;content:"";background:linear-gradient(180deg,transparent,var(--color-hero-panel))}.hero-wire{display:block;color:#c9ddf66b}.hero-grid-pattern{color:#c9ddf61a}.hero-wire-layer{stroke-width:1.1}.hero-wire-layer-back{color:#c9ddf633}.hero-wire-layer-mid{color:#c9ddf64d}.hero-flow-line{animation:hero-flow 9s linear infinite}.hero-soft-line{color:#c9ddf642}.hero-node{color:#eaf3ff99;font-family:var(--font-family-bold);font-size:14px;font-weight:800}.hero-node rect{filter:drop-shadow(0 18px 24px rgb(0 0 0 / .18))}.hero-node-accent{color:#eaf3ffc2}.hero-ticks{color:#c9ddf65c}@keyframes hero-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-80}}.service-panel{height:100%;transition:transform .26s cubic-bezier(.16,1,.3,1),border-color .26s cubic-bezier(.16,1,.3,1)}.service-panel:hover{border-color:#006ff46b;transform:translateY(-4px)}.content-badge{max-width:100%;font-family:var(--font-family-regular);font-weight:var(--8s-font-weight-medium)}.project-row{--eightspace-card-bg: linear-gradient(180deg, #ffffff 0%, var(--color-page) 100%);--eightspace-card-border: var(--color-border-blue-soft);--eightspace-card-shadow: 0 24px 80px -64px rgb(11 22 40 / .82)}.project-row .eightspace-card__eyebrow{color:var(--color-brand-blue);font-family:var(--font-family-bold);font-size:.875rem;font-weight:var(--8s-font-weight-bold)}.project-row .eightspace-card__title{color:var(--color-ink);font-family:var(--font-family-bold);font-size:clamp(1.5rem,1.34rem + .48vw,1.82rem);font-weight:var(--8s-font-weight-bold);letter-spacing:-.018em;line-height:1.22}.project-row .eightspace-card__description{color:var(--color-muted);font-size:1rem;line-height:1.75}.project-period{font-family:var(--font-family-bold);font-weight:var(--8s-font-weight-bold)}.project-tags{display:flex;flex-wrap:wrap;gap:var(--8s-space-2)}.project-row .eightspace-card__footer{justify-content:flex-start}.project-row .eightspace-card__body{color:var(--color-ink)}.product-grid{align-content:start}.product-link{display:block}.product-card{--eightspace-card-bg: var(--color-product-surface);--eightspace-card-border: rgb(201 221 246 / .16);--eightspace-card-shadow: inset 0 1px 0 rgb(255 255 255 / .08);transition:transform .26s cubic-bezier(.16,1,.3,1),border-color .26s cubic-bezier(.16,1,.3,1),background-color .26s cubic-bezier(.16,1,.3,1)}.product-card .eightspace-card__title{color:#fff;font-family:var(--font-family-bold);font-size:clamp(1.18rem,1.04rem + .34vw,1.38rem);font-weight:var(--8s-font-weight-bold);letter-spacing:-.016em;line-height:1.2}.product-card__copy{margin:0;color:var(--color-border-blue);font-size:.975rem;line-height:1.5}.product-card .eightspace-card__action{color:var(--color-hero-blue);align-self:start;justify-self:end;margin-top:.125rem}.product-link:hover .product-card{--eightspace-card-bg: rgb(11 37 69 / .92);--eightspace-card-border: rgb(77 163 255 / .34);transform:translateY(-3px)}.product-link:focus-visible{outline:2px solid var(--color-hero-blue);outline-offset:3px}.site-button--contact{box-shadow:var(--8s-shadow-brand)}@media (max-width: 767px){.hero-grid:before{background:radial-gradient(circle at 82% 28%,rgb(77 163 255 / .12),transparent 16rem),linear-gradient(135deg,rgb(255 255 255 / .05),transparent 48%)}.service-panel:hover,.product-link:hover .product-card{transform:none}.project-row .eightspace-card__header{grid-template-columns:minmax(0,1fr)}.project-row .eightspace-card__action{justify-self:start}}@media (prefers-reduced-motion: reduce){.hero-flow-line,.service-panel,.product-card{animation:none;transition:none}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--background: 218.2 100% 97.6%;--foreground: 217.2 56.9% 10%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 212.7 100% 47.8%;--primary-foreground: 210 40% 98%;--secondary: 214.3 100% 95.9%;--secondary-foreground: 213.1 100% 26.3%;--muted: 214.3 100% 95.9%;--muted-foreground: 215.2 16.2% 38.8%;--accent: 214.3 100% 95.9%;--accent-foreground: 213.1 100% 26.3%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 212.7 65.8% 90.8%;--input: 212.7 65.8% 90.8%;--ring: 212.7 100% 47.8%;--radius: .5rem;--chart-1: 12 76% 61%;--chart-2: 212.7 100% 47.8%;--chart-3: 213.1 100% 26.3%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--font-family-light: "NanumSquareNeoLight", "NanumSquareNeo", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--font-family-regular: "NanumSquareNeo", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--font-family-bold: "NanumSquareNeoBold", "NanumSquareNeo", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--font-family-extra-bold: "NanumSquareNeoExtraBold", "NanumSquareNeoBold", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--font-family-heavy: "NanumSquareNeoHeavy", "NanumSquareNeoExtraBold", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--8s-font-brand: var(--font-family-bold);--8s-font-sans: var(--font-family-regular)}*{border-color:hsl(var(--border))}html{font-family:var(--8s-font-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--8s-font-brand)}b,strong{font-family:var(--font-family-bold)}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;min-width:320px;background:var(--8s-color-bg-canvas);color:var(--8s-color-text-primary)}::-moz-selection{background:var(--8s-color-blue-100);color:var(--8s-color-text-primary)}::selection{background:var(--8s-color-blue-100);color:var(--8s-color-text-primary)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.relative{position:relative}.sticky{position:sticky}.top-0{top:0}.z-10{z-index:10}.z-20{z-index:20}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-full{height:100%}.min-h-\[100dvh\]{min-height:100dvh}.min-h-\[20rem\]{min-height:20rem}.min-h-\[22rem\]{min-height:22rem}.min-h-\[calc\(100dvh-5rem\)\]{min-height:calc(100dvh - 5rem)}.w-1\.5{width:.375rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-9{width:2.25rem}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-7xl{max-width:80rem}.max-w-\[1500px\]{max-width:1500px}.max-w-xl{max-width:36rem}.shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-7{gap:1.75rem}.gap-y-1{row-gap:.25rem}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.break-keep{word-break:keep-all}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-\[rgb\(201_221_246_\/_0\.12\)\]{border-color:#c9ddf61f}.border-\[rgb\(201_221_246_\/_0\.14\)\]{border-color:#c9ddf624}.border-\[rgb\(216_230_247_\/_0\.82\)\]{border-color:#d8e6f7d1}.border-\[var\(--color-border-blue-soft\)\]{border-color:var(--color-border-blue-soft)}.border-input{border-color:hsl(var(--input))}.bg-\[rgb\(244_248_255_\/_0\.92\)\]{background-color:#f4f8ffeb}.bg-\[var\(--color-brand-blue\)\]{background-color:var(--color-brand-blue)}.bg-\[var\(--color-hero-navy\)\]{background-color:var(--color-hero-navy)}.bg-\[var\(--color-hero-panel\)\]{background-color:var(--color-hero-panel)}.bg-\[var\(--color-page\)\]{background-color:var(--color-page)}.bg-\[var\(--color-products-dark\)\]{background-color:var(--color-products-dark)}.bg-background{background-color:hsl(var(--background))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-3{padding:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[1\.08\]{line-height:1.08}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-tight{letter-spacing:-.025em}.text-\[var\(--color-border-blue\)\]{color:var(--color-border-blue)}.text-\[var\(--color-brand-blue\)\]{color:var(--color-brand-blue)}.text-\[var\(--color-brand-blue-deep\)\]{color:var(--color-brand-blue-deep)}.text-\[var\(--color-hero-blue\)\]{color:var(--color-hero-blue)}.text-\[var\(--color-ink\)\]{color:var(--color-ink)}.text-\[var\(--color-muted\)\]{color:var(--color-muted)}.text-\[var\(--color-soft-blue\)\]{color:var(--color-soft-blue)}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline-offset-4{text-underline-offset:4px}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-\[var\(--color-brand-blue\)\]:hover{color:var(--color-brand-blue)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:underline:hover{text-decoration-line:underline}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width: 640px){.sm\:min-h-\[30rem\]{min-height:30rem}.sm\:w-\[min\(100\%\,36rem\)\]{width:min(100%,36rem)}.sm\:grid-cols-\[7\.5rem_minmax\(0\,1fr\)\]{grid-template-columns:7.5rem minmax(0,1fr)}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:p-5{padding:1.25rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 768px){.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}}@media (min-width: 1024px){.lg\:grid-cols-\[0\.75fr_1\.25fr\]{grid-template-columns:.75fr 1.25fr}.lg\:grid-cols-\[0\.85fr_1\.15fr\]{grid-template-columns:.85fr 1.15fr}.lg\:grid-cols-\[0\.95fr_1\.05fr\]{grid-template-columns:.95fr 1.05fr}.lg\:grid-cols-\[0\.9fr_1\.1fr\]{grid-template-columns:.9fr 1.1fr}.lg\:grid-cols-\[1fr_1\.1fr\]{grid-template-columns:1fr 1.1fr}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:self-center{align-self:center}.lg\:justify-self-end{justify-self:end}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width: 1280px){.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}}
