.Button-module__3gp2aG__button{justify-content:center;align-items:center;gap:var(--slipstream-spacing-2);min-height:44px;padding:0 var(--slipstream-spacing-5);border-radius:var(--vibe-radius-sm);cursor:pointer;transition:background-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), transform var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);border:1px solid #0000;font-size:.875rem;font-weight:500;display:inline-flex;position:relative}.Button-module__3gp2aG__button:active:not(:disabled){transform:scale(.98)}.Button-module__3gp2aG__primary{background:var(--app-current);color:var(--vibe-color-night-950);box-shadow:0 12px 32px color-mix(in srgb, var(--vibe-color-ultraviolet-500) 20%, transparent)}.Button-module__3gp2aG__primary:hover{box-shadow:0 16px 40px color-mix(in srgb, var(--vibe-color-voltage-500) 24%, transparent)}.Button-module__3gp2aG__primary:active:not(:disabled){box-shadow:0 8px 20px color-mix(in srgb, var(--vibe-color-ultraviolet-500) 16%, transparent)}.Button-module__3gp2aG__secondary{background:var(--app-surface);border-color:var(--app-border-input);color:var(--app-ink)}.Button-module__3gp2aG__secondary:hover,.Button-module__3gp2aG__ghost:hover{background:var(--app-surface-hover)}.Button-module__3gp2aG__secondary:active:not(:disabled),.Button-module__3gp2aG__ghost:active:not(:disabled){background:var(--app-surface-active)}.Button-module__3gp2aG__ghost{color:var(--app-ink);background:0 0}.Button-module__3gp2aG__danger{background:var(--slipstream-color-danger-600);color:var(--slipstream-color-warmWhite-50)}.Button-module__3gp2aG__danger:hover{background:color-mix(in srgb, var(--slipstream-color-danger-600) 88%, var(--slipstream-color-midnight-900))}.Button-module__3gp2aG__inverse{border-color:var(--vibe-color-night-700);color:var(--vibe-color-lunar-50);background:0 0}.Button-module__3gp2aG__inverse:hover{background:var(--slipstream-color-midnight-800)}.Button-module__3gp2aG__inverse:active:not(:disabled){background:var(--slipstream-color-midnight-700)}.Button-module__3gp2aG__button:disabled{cursor:not-allowed;opacity:.4}.Button-module__3gp2aG__loadingDots{gap:var(--slipstream-spacing-1);align-items:center;display:inline-flex}.Button-module__3gp2aG__loadingDots span{border-radius:var(--slipstream-radius-pill);width:5px;height:5px;animation:Button-module__3gp2aG__buttonPulse calc(var(--slipstream-motion-duration-page) * 2) var(--slipstream-motion-easing-standard) infinite;background:currentColor}.Button-module__3gp2aG__loadingDots span:nth-child(2){animation-delay:var(--slipstream-motion-duration-fast)}.Button-module__3gp2aG__loadingDots span:nth-child(3){animation-delay:var(--slipstream-motion-duration-standard)}@keyframes Button-module__3gp2aG__buttonPulse{0%,70%,to{opacity:.35}35%{opacity:1}}.Button-module__3gp2aG__asLink{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.Button-module__3gp2aG__fullWidth{width:100%}[data-character-theme] .Button-module__3gp2aG__primary{background-image:var(--theme-card-gloss), var(--app-current);box-shadow:var(--theme-glow-soft)}[data-character-theme] .Button-module__3gp2aG__primary:hover{box-shadow:var(--theme-glow-strong);transform:scale(1.015)}[data-character-theme] .Button-module__3gp2aG__secondary{border-color:color-mix(in srgb, var(--theme-accent) 45%, transparent);background:var(--theme-card-surface)}[data-character-theme] .Button-module__3gp2aG__secondary:hover{border-color:var(--theme-card-border-hover);box-shadow:var(--theme-glow-soft);transform:scale(1.015)}[data-character-theme] .Button-module__3gp2aG__button:active:not(:disabled){transform:scale(.98)}[data-character-theme] .Button-module__3gp2aG__loadingDots span{display:none}[data-character-theme] .Button-module__3gp2aG__loadingDots:before{content:"";width:16px;height:16px;-webkit-mask-image:var(--theme-busy-glyph);mask-image:var(--theme-busy-glyph);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--theme-busy-glyph);background:currentColor;animation:1.15s linear infinite Button-module__3gp2aG__themeBusySpin;-webkit-mask-position:50%;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}@keyframes Button-module__3gp2aG__themeBusySpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){[data-character-theme] .Button-module__3gp2aG__loadingDots:before{animation:none}}[data-surface=air-force] .Button-module__3gp2aG__button{min-block-size:var(--app-touch-target);min-inline-size:var(--app-touch-target);max-inline-size:100%;padding:var(--app-action-pad-block) var(--app-action-pad-inline);gap:var(--app-action-gap);border-radius:var(--app-action-radius);font:var(--af-type-button);text-align:center;overflow-wrap:break-word;transition:background-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), box-shadow var(--vibe-motion-duration-standard) var(--slipstream-motion-easing-standard), transform var(--af-dur-press) var(--af-ease-air)}[data-surface=air-force] .Button-module__3gp2aG__primary{min-block-size:var(--app-touch-primary);background:var(--af-action-grad);color:var(--af-action-ink);box-shadow:var(--af-cushion-air)}[data-surface=air-force] .Button-module__3gp2aG__secondary,[data-surface=air-force] .Button-module__3gp2aG__inverse{background:var(--af-surface-soft);border-color:var(--af-hairline);color:var(--af-text-1)}[data-surface=air-force] .Button-module__3gp2aG__button:hover:not(:disabled){box-shadow:var(--af-cushion);transform:none}[data-surface=air-force] .Button-module__3gp2aG__button:active:not(:disabled){transform:scale(var(--app-action-press));box-shadow:var(--af-cushion-pressed)}[data-surface=air-force] .Button-module__3gp2aG__danger{min-block-size:var(--app-touch-primary);background:var(--af-repair-grad);color:var(--af-repair-ink)}[data-surface=air-force] .Button-module__3gp2aG__button:focus-visible{box-shadow:var(--af-cushion), var(--af-ring-air);outline:none}[data-surface=air-force] .Button-module__3gp2aG__button:disabled{opacity:1;background:var(--af-surface-sunk);color:var(--af-text-2);border-color:var(--af-hairline);box-shadow:none}[data-surface=air-force] .Button-module__3gp2aG__button[data-pending]{cursor:progress;border-style:dashed}[data-surface=air-force] .Button-module__3gp2aG__button[data-pending] .Button-module__3gp2aG__loadingDots{display:none}[data-surface=air-force][data-motion=calm] .Button-module__3gp2aG__button,[data-surface=air-force] [data-motion=calm] .Button-module__3gp2aG__button{transition:none}[data-surface=air-force][data-motion=calm] .Button-module__3gp2aG__button:active:not(:disabled),[data-surface=air-force] [data-motion=calm] .Button-module__3gp2aG__button:active:not(:disabled){transform:none}@media (prefers-reduced-motion:reduce){[data-surface=air-force] .Button-module__3gp2aG__button:hover:not(:disabled),[data-surface=air-force] .Button-module__3gp2aG__button:active:not(:disabled){transform:none}}
.backlink-module__ReLgGW__back{align-items:center;gap:var(--slipstream-spacing-1);min-height:44px;padding:0 var(--slipstream-spacing-2) 0 var(--slipstream-spacing-1);color:var(--app-accent);font-size:var(--slipstream-type-bodyS-size);border-radius:var(--slipstream-radius-sm);transition:color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);align-self:flex-start;margin-inline-start:calc(var(--slipstream-spacing-1) * -1);font-weight:500;text-decoration:none;display:inline-flex}.backlink-module__ReLgGW__back:hover .backlink-module__ReLgGW__label{text-decoration:underline}.backlink-module__ReLgGW__back:focus-visible{outline:2px solid var(--app-focus);outline-offset:2px}.backlink-module__ReLgGW__chevron{flex:none;display:inline-flex}.backlink-module__ReLgGW__label{text-overflow:ellipsis;white-space:nowrap;max-width:22ch;overflow:hidden}[data-surface=air-force] .backlink-module__ReLgGW__back{gap:var(--app-space-related);min-block-size:var(--app-touch-target);padding-inline:var(--app-space-related);border-radius:var(--app-action-radius);color:var(--af-text-2);font:var(--af-type-body);margin-inline-start:calc(-1 * var(--app-space-related))}[data-surface=air-force] .backlink-module__ReLgGW__back:hover{background:var(--af-surface-soft);color:var(--af-text-1)}[data-surface=air-force] .backlink-module__ReLgGW__back:active{background:var(--af-surface-sunk)}[data-surface=air-force] .backlink-module__ReLgGW__label{white-space:normal;overflow-wrap:anywhere;max-inline-size:none}[data-surface=air-force] .backlink-module__ReLgGW__chevron{inline-size:var(--app-action-icon);justify-content:center}
.card-module__YFT-Jq__card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:var(--vibe-radius-lg);padding:var(--slipstream-spacing-5)}.card-module__YFT-Jq__pad0{padding:var(--slipstream-spacing-0);overflow:hidden}.card-module__YFT-Jq__pad4{padding:var(--slipstream-spacing-4)}.card-module__YFT-Jq__pad6{padding:var(--slipstream-spacing-6)}.card-module__YFT-Jq__interactive{text-align:left;width:100%;color:inherit;cursor:pointer;transition:border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), box-shadow var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);text-decoration:none;display:block}.card-module__YFT-Jq__interactive:hover{border-color:var(--app-border-hover);box-shadow:var(--slipstream-shadow-md)}.card-module__YFT-Jq__interactive:active{box-shadow:var(--slipstream-shadow-sm);transform:translateY(1px)}.card-module__YFT-Jq__raised{box-shadow:var(--slipstream-shadow-sm)}
.entity-row-module__mcHVMW__row{align-items:stretch;gap:var(--slipstream-spacing-1);border:1px solid var(--app-border);border-radius:var(--slipstream-radius-lg);background:var(--app-surface);transition:background-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);display:flex;overflow:hidden}.entity-row-module__mcHVMW__row:hover{border-color:var(--app-border-hover)}.entity-row-module__mcHVMW__main{align-items:center;gap:var(--slipstream-spacing-3);min-width:0;min-height:60px;padding:var(--slipstream-spacing-3) var(--slipstream-spacing-4);color:inherit;transition:background-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);flex:1;text-decoration:none;display:flex}.entity-row-module__mcHVMW__main:hover{background:var(--app-surface-hover)}.entity-row-module__mcHVMW__main:focus-visible{outline:2px solid var(--app-focus);outline-offset:-2px}.entity-row-module__mcHVMW__leading{flex:none;justify-content:center;align-self:stretch;align-items:center;display:flex}.entity-row-module__mcHVMW__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.entity-row-module__mcHVMW__trailing{flex-direction:column;flex:none;align-items:flex-end;gap:2px;display:flex}.entity-row-module__mcHVMW__chevron{border-right:1.5px solid var(--app-ink-subtle);border-bottom:1.5px solid var(--app-ink-subtle);flex:none;width:8px;height:8px;transform:rotate(-45deg)}.entity-row-module__mcHVMW__externalAction{padding-right:var(--slipstream-spacing-2);align-items:center;display:flex}
.badge-module__dHxE3a__badge{align-items:center;gap:var(--slipstream-spacing-1);padding:2px var(--slipstream-spacing-2);border-radius:var(--slipstream-radius-pill);font-size:var(--slipstream-type-caption-size);line-height:var(--slipstream-type-caption-line);letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;font-weight:600;display:inline-flex}.badge-module__dHxE3a__dot{border-radius:var(--slipstream-radius-pill);background:currentColor;flex:none;width:6px;height:6px}.badge-module__dHxE3a__neutral{background:var(--app-neutral-tint);border-color:var(--app-border);color:var(--app-neutral-ink)}.badge-module__dHxE3a__ocean{background:var(--app-accent-fill);color:var(--app-accent)}.badge-module__dHxE3a__seaGlass{background:var(--app-seaglass-tint);border-color:var(--app-seaglass-tint);color:var(--app-seaglass-ink)}.badge-module__dHxE3a__success{background:var(--app-success-tint);border-color:var(--app-success-tint);color:var(--app-success-ink)}.badge-module__dHxE3a__warning{background:var(--app-warning-tint);border-color:var(--app-warning-tint);color:var(--app-warning-ink)}.badge-module__dHxE3a__danger{background:var(--app-danger-tint);border-color:var(--app-danger-tint);color:var(--app-danger-ink)}.badge-module__dHxE3a__info{background:var(--app-info-tint);border-color:var(--app-info-tint);color:var(--app-info-ink)}.badge-module__dHxE3a__group{align-items:center;gap:var(--slipstream-spacing-2);flex-wrap:nowrap;display:inline-flex}.badge-module__dHxE3a__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.avatar-module__29I9dG__avatar{border-radius:var(--slipstream-radius-pill);background:var(--app-current);color:var(--vibe-color-night-950);-webkit-user-select:none;user-select:none;object-fit:cover;flex:none;justify-content:center;align-items:center;font-weight:600;line-height:1;display:inline-flex}.avatar-module__29I9dG__sm{width:28px;height:28px;font-size:var(--slipstream-type-caption-size)}.avatar-module__29I9dG__md{width:40px;height:40px;font-size:var(--slipstream-type-bodyS-size)}.avatar-module__29I9dG__lg{width:56px;height:56px;font-size:var(--slipstream-type-title-size)}
.chip-module__4Z5rMG__chip{align-items:center;gap:var(--slipstream-spacing-1);min-width:44px;min-height:44px;padding:var(--slipstream-spacing-1) var(--slipstream-spacing-3);border-radius:var(--slipstream-radius-pill);border:1px solid var(--app-border-input);background:var(--app-surface);color:var(--app-ink-body);font-size:var(--slipstream-type-bodyS-size);line-height:var(--slipstream-type-bodyS-line);cursor:pointer;transition:border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), background-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);justify-content:center;font-weight:500;display:inline-flex}.chip-module__4Z5rMG__chip:hover{border-color:var(--app-border-hover);background:var(--app-surface-hover)}.chip-module__4Z5rMG__chip:active{background:var(--app-surface-active)}.chip-module__4Z5rMG__chip[aria-pressed=true]{background:var(--app-accent-fill);border-color:var(--app-accent);color:var(--app-accent)}.chip-module__4Z5rMG__chip[aria-pressed=true]:hover{background:color-mix(in srgb, var(--app-accent-fill) 84%, var(--app-accent));border-color:var(--app-accent)}.chip-module__4Z5rMG__chip[aria-pressed=true]:active{background:color-mix(in srgb, var(--app-accent-fill) 72%, var(--app-accent))}.chip-module__4Z5rMG__readOnly{cursor:default;background:var(--app-neutral-tint);min-width:0;min-height:32px;color:var(--app-ink-body);overflow-wrap:anywhere;border-color:#0000}.chip-module__4Z5rMG__readOnly:hover{background:var(--app-neutral-tint);border-color:#0000}.chip-module__4Z5rMG__count{font-variant-numeric:tabular-nums;opacity:.75}
.emptystate-module__hWC6tG__empty{text-align:center;align-items:center;gap:var(--slipstream-spacing-3);padding:var(--slipstream-spacing-8) var(--slipstream-spacing-5);border:1px dashed var(--app-border);border-radius:var(--slipstream-radius-lg);background-color:var(--app-surface-sunken);background-image:radial-gradient(60% 90% at 15% 100%, color-mix(in srgb, var(--vibe-color-voltage-500) 10%, transparent), transparent 76%), radial-gradient(60% 90% at 90% 0%, color-mix(in srgb, var(--vibe-color-pulse-500) 8%, transparent), transparent 74%);flex-direction:column;display:flex}.emptystate-module__hWC6tG__illustration{width:100%;max-width:15rem;margin-bottom:var(--slipstream-spacing-2);justify-content:center;align-items:center;display:flex}.emptystate-module__hWC6tG__illustration svg{width:100%;height:auto}.emptystate-module__hWC6tG__icon{border-radius:var(--slipstream-radius-pill);background:var(--app-surface-sunken);width:48px;height:48px;color:var(--app-accent-quiet);justify-content:center;align-items:center;display:inline-flex}.emptystate-module__hWC6tG__title{font-size:var(--slipstream-type-title-size);line-height:var(--slipstream-type-title-line);color:var(--app-ink);margin:0;font-weight:500}.emptystate-module__hWC6tG__desc{max-width:42ch;font-size:var(--slipstream-type-body-size);line-height:var(--slipstream-type-body-line);color:var(--app-ink-muted);margin:0}.emptystate-module__hWC6tG__action{margin-top:var(--slipstream-spacing-2)}
.skeleton-module__l0Tvkq__skeleton{border-radius:var(--slipstream-radius-sm);background:var(--app-neutral-tint);flex:none;display:block}.skeleton-module__l0Tvkq__circle,.skeleton-module__l0Tvkq__pill{border-radius:var(--slipstream-radius-pill)}.skeleton-module__l0Tvkq__card{border-radius:var(--slipstream-radius-lg)}.skeleton-module__l0Tvkq__group{animation:skeleton-module__l0Tvkq__breathe calc(var(--slipstream-motion-duration-page) * 4) var(--slipstream-motion-easing-standard) infinite}@keyframes skeleton-module__l0Tvkq__breathe{0%,to{opacity:1}50%{opacity:.62}}@media (prefers-reduced-motion:reduce){.skeleton-module__l0Tvkq__group{opacity:.8;animation:none}}
.progress-module__0wBEca__wrap{gap:var(--slipstream-spacing-2);flex-direction:column;display:flex}.progress-module__0wBEca__head{justify-content:space-between;align-items:baseline;gap:var(--slipstream-spacing-3);display:flex}.progress-module__0wBEca__label{font-size:var(--slipstream-type-label-size);line-height:var(--slipstream-type-label-line);color:var(--app-ink-body);font-weight:500}.progress-module__0wBEca__value{font-size:var(--slipstream-type-bodyS-size);font-variant-numeric:tabular-nums;color:var(--app-ink-muted);font-weight:600}.progress-module__0wBEca__track{border-radius:var(--slipstream-radius-pill);background:var(--app-neutral-tint);height:8px;overflow:hidden}.progress-module__0wBEca__fill{border-radius:var(--slipstream-radius-pill);background:var(--app-current);height:100%;box-shadow:0 0 14px color-mix(in srgb, var(--vibe-color-voltage-500) 36%, transparent);transition:width var(--slipstream-motion-duration-slow) var(--slipstream-motion-easing-standard)}.progress-module__0wBEca__fill.progress-module__0wBEca__success{background:var(--slipstream-color-success-600)}.progress-module__0wBEca__fill.progress-module__0wBEca__warning{background:var(--slipstream-color-warning-600)}.progress-module__0wBEca__fill.progress-module__0wBEca__danger{background:var(--slipstream-color-danger-600)}.progress-module__0wBEca__fill.progress-module__0wBEca__ocean{background:var(--app-current)}[data-surface=air-force] .progress-module__0wBEca__track{border-radius:var(--slipstream-radius-pill);overflow:hidden}[data-surface=air-force] .progress-module__0wBEca__fill{border-radius:var(--slipstream-radius-pill);background-image:linear-gradient(180deg, color-mix(in srgb, var(--vibe-color-lunar-50) 26%, transparent), transparent 60%);transition:width var(--vibe-motion-duration-page) cubic-bezier(.16, .84, .44, 1)}
.iconbutton-module__4ZxKgq__iconButton{border-radius:var(--slipstream-radius-md);width:44px;height:44px;color:var(--app-ink-muted);cursor:pointer;transition:background-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);background:0 0;border:1px solid #0000;flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.iconbutton-module__4ZxKgq__iconButton:hover{background:var(--app-surface-hover);color:var(--app-ink)}.iconbutton-module__4ZxKgq__iconButton:active:not(:disabled){background:var(--app-surface-active);transform:scale(.96)}.iconbutton-module__4ZxKgq__iconButton:disabled{opacity:.4;cursor:not-allowed}.iconbutton-module__4ZxKgq__bordered{border-color:var(--app-border-input)}.iconbutton-module__4ZxKgq__iconButton[data-active]{background:var(--app-neutral-tint);color:var(--app-ink)}
.stepper-module__mjeVcq__stepper{gap:var(--slipstream-spacing-2);flex-direction:column;display:flex}.stepper-module__mjeVcq__meta{align-items:baseline;display:flex}.stepper-module__mjeVcq__count{font-size:var(--slipstream-type-caption-size);line-height:var(--slipstream-type-caption-line);letter-spacing:.12em;text-transform:uppercase;color:var(--app-accent-quiet);font-variant-numeric:tabular-nums;font-weight:600}.stepper-module__mjeVcq__dots{gap:var(--slipstream-spacing-1);margin:0;padding:0;list-style:none;display:flex}.stepper-module__mjeVcq__dot{border-radius:var(--slipstream-radius-pill);background:var(--app-border);flex:1 1 0;height:4px}.stepper-module__mjeVcq__dot.stepper-module__mjeVcq__done{background:var(--slipstream-color-ocean-600)}.stepper-module__mjeVcq__dot.stepper-module__mjeVcq__current{background:var(--slipstream-color-ocean-500)}
.segmented-module__yu9wPW__segmented{border:1px solid var(--app-border-input);border-radius:var(--slipstream-radius-md);background:var(--app-surface-sunken);gap:2px;padding:3px;display:inline-flex}.segmented-module__yu9wPW__option{min-height:38px;padding:0 var(--slipstream-spacing-4);border-radius:var(--slipstream-radius-sm);color:var(--app-ink-muted);font-size:var(--slipstream-type-bodyS-size);cursor:pointer;transition:background-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);background:0 0;border:0;font-weight:500}.segmented-module__yu9wPW__option:hover{color:var(--app-ink)}.segmented-module__yu9wPW__option[aria-pressed=true]{background:var(--app-accent-fill);color:var(--app-accent);box-shadow:var(--slipstream-shadow-sm)}[data-surface=air-force] .segmented-module__yu9wPW__segmented{gap:var(--app-space-related);flex-wrap:wrap}[data-surface=air-force] .segmented-module__yu9wPW__option{min-block-size:var(--app-touch-target);min-inline-size:var(--app-touch-target);font:var(--af-type-button);border-radius:var(--app-action-radius)}[data-surface=air-force] .segmented-module__yu9wPW__option[aria-pressed=true]{color:var(--af-action-ink);text-underline-offset:4px;text-decoration:underline}[data-surface=air-force] .segmented-module__yu9wPW__option:focus-visible{box-shadow:var(--af-cushion), var(--af-ring-air);outline:none}[data-surface=air-force] .segmented-module__yu9wPW__option:disabled{cursor:not-allowed;color:var(--af-text-2);background:var(--af-surface-sunk)}
.subnav-module__DzbuJq__subnav{gap:var(--slipstream-spacing-1);scrollbar-width:none;-webkit-overflow-scrolling:touch;border-bottom:1px solid var(--app-border);display:flex;overflow-x:auto}.subnav-module__DzbuJq__subnav::-webkit-scrollbar{display:none}.subnav-module__DzbuJq__link{align-items:center;gap:var(--slipstream-spacing-2);min-height:44px;padding:0 var(--slipstream-spacing-3);color:var(--app-ink-muted);font-size:var(--slipstream-type-bodyS-size);white-space:nowrap;transition:color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), border-color var(--slipstream-motion-duration-standard) var(--slipstream-motion-easing-standard);border-bottom:2px solid #0000;font-weight:500;text-decoration:none;display:inline-flex}.subnav-module__DzbuJq__link:hover{color:var(--app-ink);border-bottom-color:var(--app-border-input)}.subnav-module__DzbuJq__active{color:var(--app-ink);border-bottom-color:var(--app-accent-quiet);font-weight:600}
.sheet-module__uIeC5q__scrim{z-index:var(--slipstream-z-overlay);background:var(--app-scrim);animation:sheet-module__uIeC5q__fade var(--slipstream-motion-duration-standard) var(--slipstream-motion-easing-standard);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet-module__uIeC5q__sheet{z-index:var(--slipstream-z-modal);background:var(--app-surface);border-radius:var(--slipstream-radius-xl) var(--slipstream-radius-xl) 0 0;width:100%;max-width:34rem;max-height:88vh;box-shadow:var(--slipstream-shadow-lg);padding-bottom:env(safe-area-inset-bottom);animation:sheet-module__uIeC5q__slideUp var(--slipstream-motion-duration-slow) var(--slipstream-motion-easing-enter);flex-direction:column;display:flex;position:relative}.sheet-module__uIeC5q__sheet:before{content:"";top:0;left:var(--vibe-spacing-7);right:var(--vibe-spacing-7);background:var(--app-current);height:1px;position:absolute}.sheet-module__uIeC5q__header{justify-content:space-between;align-items:center;gap:var(--slipstream-spacing-3);padding:var(--slipstream-spacing-4) var(--slipstream-spacing-5);border-bottom:1px solid var(--app-border);display:flex}.sheet-module__uIeC5q__title{font-size:var(--slipstream-type-title-size);line-height:var(--slipstream-type-title-line);color:var(--app-ink);margin:0;font-weight:500}.sheet-module__uIeC5q__body{padding:var(--slipstream-spacing-5);overflow-y:auto}.sheet-module__uIeC5q__footer{gap:var(--slipstream-spacing-3);padding:var(--slipstream-spacing-4) var(--slipstream-spacing-5);border-top:1px solid var(--app-border);display:flex}@media (min-width:640px){.sheet-module__uIeC5q__scrim{padding:var(--slipstream-spacing-5);align-items:center}.sheet-module__uIeC5q__sheet{border-radius:var(--slipstream-radius-xl)}}@keyframes sheet-module__uIeC5q__fade{0%{opacity:0}to{opacity:1}}@keyframes sheet-module__uIeC5q__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}html[data-character-chrome] .sheet-module__uIeC5q__scrim{background:var(--theme-portal-scrim)}html[data-character-chrome] .sheet-module__uIeC5q__sheet{--app-surface:var(--theme-portal-surface);--app-surface-hover:var(--theme-portal-surface-hover);--app-border:var(--theme-portal-border);--app-border-input:var(--theme-portal-border-input);--app-ink:var(--theme-portal-ink);--app-ink-body:var(--theme-portal-ink-body);--app-ink-muted:var(--theme-portal-ink-muted);--app-ink-onAccent:var(--theme-portal-ink-onAccent);--app-accent:var(--theme-portal-accent);--app-focus:var(--theme-portal-focus);--app-current:var(--theme-portal-current);box-shadow:var(--slipstream-shadow-lg), var(--theme-glow-soft)}
.stickyactions-module__wZtnda__bar{inset-inline:0;z-index:var(--slipstream-z-drawer);border-top:1px solid var(--app-border);padding-bottom:env(safe-area-inset-bottom);position:fixed;bottom:0}.stickyactions-module__wZtnda__inner{gap:var(--slipstream-spacing-2);width:min(100%,40rem);padding:var(--slipstream-spacing-3) var(--slipstream-spacing-4);flex-direction:column;margin-inline:auto;display:flex}.stickyactions-module__wZtnda__message{font-size:var(--slipstream-type-bodyS-size);line-height:var(--slipstream-type-bodyS-line);color:var(--app-danger-ink);overflow-wrap:anywhere;font-weight:500}.stickyactions-module__wZtnda__actions{gap:var(--slipstream-spacing-2) var(--slipstream-spacing-3);flex-wrap:wrap;display:flex}.stickyactions-module__wZtnda__actions>*{flex:9rem}
.menu-module__rUzNta__list{flex-direction:column;display:flex}.menu-module__rUzNta__item{align-items:center;gap:var(--slipstream-spacing-3);width:100%;min-height:48px;padding:0 var(--slipstream-spacing-3);border-radius:var(--slipstream-radius-md);color:var(--app-ink-body);font-size:var(--slipstream-type-body-size);line-height:var(--slipstream-type-body-line);text-align:left;cursor:pointer;transition:background-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);background:0 0;border:0;font-weight:500;text-decoration:none;display:flex}.menu-module__rUzNta__item:hover{background:var(--app-surface-hover)}.menu-module__rUzNta__item:active{background:var(--app-surface-active)}.menu-module__rUzNta__item:disabled{opacity:.5;cursor:not-allowed}.menu-module__rUzNta__item:disabled:hover{background:0 0}.menu-module__rUzNta__icon{color:var(--app-ink-subtle);flex:none;display:inline-flex}.menu-module__rUzNta__label{flex:1;min-width:0}.menu-module__rUzNta__danger,.menu-module__rUzNta__danger .menu-module__rUzNta__icon{color:var(--app-danger-ink)}.menu-module__rUzNta__danger:hover,.menu-module__rUzNta__danger:active{background:var(--app-danger-tint)}.menu-module__rUzNta__separator{margin:var(--slipstream-spacing-2) 0;border:0;border-top:1px solid var(--app-divider)}
.toast-module__w45UGa__region{left:50%;bottom:calc(var(--slipstream-spacing-5) + env(safe-area-inset-bottom));z-index:var(--slipstream-z-toast);gap:var(--slipstream-spacing-2);pointer-events:none;flex-direction:column;width:min(100% - 32px,30rem);display:flex;position:fixed;transform:translate(-50%)}.toast-module__w45UGa__toast{pointer-events:auto;align-items:center;gap:var(--slipstream-spacing-3);padding:var(--slipstream-spacing-3) var(--slipstream-spacing-4);border-radius:var(--slipstream-radius-md);background:var(--app-inverse-surface);color:var(--app-inverse-ink);border:1px solid var(--app-inverse-border);box-shadow:var(--slipstream-shadow-lg);animation:toast-module__w45UGa__rise var(--slipstream-motion-duration-standard) var(--slipstream-motion-easing-enter);display:flex}html[data-character-chrome] .toast-module__w45UGa__toast{background:var(--theme-toast-surface,var(--app-inverse-surface));border-color:var(--theme-card-border-hover,var(--app-inverse-border));box-shadow:var(--theme-glow-soft,var(--slipstream-shadow-lg)), var(--slipstream-shadow-lg)}html[data-character-chrome] .toast-module__w45UGa__info{background:var(--theme-accent,var(--slipstream-color-seaGlass-500))}.toast-module__w45UGa__msg{font-size:var(--slipstream-type-bodyS-size);line-height:var(--slipstream-type-bodyS-line);flex:1}.toast-module__w45UGa__dot{border-radius:var(--slipstream-radius-pill);flex:none;width:8px;height:8px}.toast-module__w45UGa__success{background:var(--slipstream-color-success-600)}.toast-module__w45UGa__danger{background:var(--slipstream-color-danger-600)}.toast-module__w45UGa__info{background:var(--slipstream-color-seaGlass-500)}.toast-module__w45UGa__action{min-height:36px;padding:0 var(--slipstream-spacing-3);border:1px solid color-mix(in srgb, var(--app-inverse-ink) 40%, transparent);border-radius:var(--slipstream-radius-sm);color:var(--app-inverse-ink);font-weight:600;font-size:var(--slipstream-type-bodyS-size);cursor:pointer;background:0 0;flex:none}.toast-module__w45UGa__action:hover{background:color-mix(in srgb, var(--app-inverse-ink) 12%, transparent)}.toast-module__w45UGa__action:active{background:color-mix(in srgb, var(--app-inverse-ink) 20%, transparent)}@keyframes toast-module__w45UGa__rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-module__w45UGa__puff{0%{opacity:0;transform:scale(.9)}60%{opacity:1;transform:scale(1.012)}to{opacity:1;transform:scale(1)}}html[data-surface=air-force] .toast-module__w45UGa__toast{animation:toast-module__w45UGa__puff var(--vibe-motion-duration-slow) cubic-bezier(.16, .84, .44, 1)}@media (prefers-reduced-motion:reduce){html[data-surface=air-force] .toast-module__w45UGa__toast{animation:none}}
.field-module__FPByRa__field{gap:var(--slipstream-spacing-2);flex-direction:column;display:flex}.field-module__FPByRa__label{font-size:var(--slipstream-type-label-size);line-height:var(--slipstream-type-label-line);letter-spacing:var(--slipstream-type-label-tracking);font-weight:var(--slipstream-type-label-weight);color:var(--app-ink-body)}.field-module__FPByRa__optional{margin-left:var(--slipstream-spacing-1);color:var(--app-ink-subtle);font-weight:400}.field-module__FPByRa__control{width:100%;min-height:44px;padding:0 var(--slipstream-spacing-4);border:1px solid var(--app-border-input);border-radius:var(--slipstream-radius-md);background:var(--app-surface);color:var(--app-ink-body);font-size:var(--slipstream-type-body-size);line-height:var(--slipstream-type-body-line);transition:border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard)}.field-module__FPByRa__control::placeholder{color:var(--app-ink-subtle)}.field-module__FPByRa__control:hover{border-color:var(--app-border-hover)}.field-module__FPByRa__control:focus-visible{border-color:var(--app-focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--app-focus) 14%, transparent)}.field-module__FPByRa__control:disabled{background:var(--app-surface-sunken);color:var(--app-ink-subtle);cursor:not-allowed}.field-module__FPByRa__textarea{min-height:96px;padding:var(--slipstream-spacing-3) var(--slipstream-spacing-4);resize:vertical}.field-module__FPByRa__select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%2339444D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6l4 4 4-4'/></svg>");background-repeat:no-repeat;background-position:right var(--slipstream-spacing-4) center;padding-right:var(--slipstream-spacing-8);cursor:pointer}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .field-module__FPByRa__select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23CDD2D6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6l4 4 4-4'/></svg>")}}:root[data-theme=dark] .field-module__FPByRa__select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23CDD2D6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6l4 4 4-4'/></svg>")}.field-module__FPByRa__invalid,.field-module__FPByRa__invalid:hover{border-color:var(--app-danger-ink)}.field-module__FPByRa__hint{font-size:var(--slipstream-type-bodyS-size);line-height:var(--slipstream-type-bodyS-line);color:var(--app-ink-muted);margin:0}.field-module__FPByRa__error{align-items:flex-start;gap:var(--slipstream-spacing-1);font-size:var(--slipstream-type-bodyS-size);line-height:var(--slipstream-type-bodyS-line);color:var(--app-danger-ink);margin:0;font-weight:500;display:flex}.field-module__FPByRa__errorIcon{flex:none;margin-top:2px}[data-character-theme] .field-module__FPByRa__control{border-color:color-mix(in srgb, var(--theme-accent) 30%, transparent);background-color:var(--theme-field-surface);transition:border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), box-shadow var(--slipstream-motion-duration-standard) var(--slipstream-motion-easing-standard), transform var(--slipstream-motion-duration-standard) var(--theme-spring,var(--slipstream-motion-easing-standard))}[data-character-theme] .field-module__FPByRa__control:hover{border-color:var(--theme-card-border-hover)}[data-character-theme] .field-module__FPByRa__control:focus,[data-character-theme] .field-module__FPByRa__control:focus-visible{border-color:var(--theme-accent);box-shadow:var(--theme-glow-soft), 0 0 0 2px color-mix(in srgb, var(--theme-accent) 20%, transparent);transform:scaleY(1.045)}
.checkbox-module__hULYQq__row{align-items:flex-start;gap:var(--slipstream-spacing-3);min-height:44px;padding:var(--slipstream-spacing-2) 0;cursor:pointer;display:flex}.checkbox-module__hULYQq__row.checkbox-module__hULYQq__disabled{cursor:not-allowed;opacity:.5}.checkbox-module__hULYQq__input{cursor:inherit;margin-top:-1px}.checkbox-module__hULYQq__text{flex-direction:column;gap:2px;display:flex}.checkbox-module__hULYQq__label{font-size:var(--slipstream-type-body-size);line-height:var(--slipstream-type-body-line);color:var(--app-ink-body)}.checkbox-module__hULYQq__hint{font-size:var(--slipstream-type-bodyS-size);line-height:var(--slipstream-type-bodyS-line);color:var(--app-ink-muted)}
.radio-module__dw1kpG__group{gap:var(--slipstream-spacing-1);border:0;flex-direction:column;min-inline-size:0;margin:0;padding:0;display:flex}.radio-module__dw1kpG__legend{margin-bottom:var(--slipstream-spacing-2);font-size:var(--slipstream-type-label-size);line-height:var(--slipstream-type-label-line);letter-spacing:var(--slipstream-type-label-tracking);font-weight:var(--slipstream-type-label-weight);color:var(--app-ink-body);padding:0}.radio-module__dw1kpG__row{align-items:flex-start;gap:var(--slipstream-spacing-3);min-height:44px;padding:var(--slipstream-spacing-2) 0;cursor:pointer;display:flex}.radio-module__dw1kpG__row.radio-module__dw1kpG__disabled{cursor:not-allowed;opacity:.5}.radio-module__dw1kpG__input{width:20px;height:20px;accent-color:var(--app-accent-quiet);cursor:inherit;flex:none;margin-top:2px}.radio-module__dw1kpG__text{flex-direction:column;gap:2px;display:flex}.radio-module__dw1kpG__label{font-size:var(--slipstream-type-body-size);line-height:var(--slipstream-type-body-line);color:var(--app-ink-body)}.radio-module__dw1kpG__hint{font-size:var(--slipstream-type-bodyS-size);line-height:var(--slipstream-type-bodyS-line);color:var(--app-ink-muted)}.radio-module__dw1kpG__error{align-items:center;gap:var(--slipstream-spacing-1);margin:var(--slipstream-spacing-1) 0 0;font-size:var(--slipstream-type-bodyS-size);color:var(--app-danger-ink);font-weight:500;display:flex}
.choice-module__gCBdhq__grid{gap:var(--slipstream-spacing-3);grid-template-columns:1fr;display:grid}.choice-module__gCBdhq__grid.choice-module__gCBdhq__cols2{grid-template-columns:repeat(auto-fit,minmax(min(9rem,100%),1fr))}.choice-module__gCBdhq__grid.choice-module__gCBdhq__cols2Wide{grid-template-columns:repeat(auto-fit,minmax(min(15rem,100%),1fr))}.choice-module__gCBdhq__tile{align-items:flex-start;gap:var(--slipstream-spacing-3);min-height:44px;padding:var(--slipstream-spacing-4);border:1px solid var(--app-border);border-radius:var(--slipstream-radius-lg);background:var(--app-surface);cursor:pointer;transition:border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), background var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), transform var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);display:flex;position:relative}.choice-module__gCBdhq__tile:hover{border-color:var(--app-border-hover)}.choice-module__gCBdhq__tile:active{background:var(--app-surface-active);transform:scale(.985)}.choice-module__gCBdhq__input{top:var(--slipstream-spacing-4);left:var(--slipstream-spacing-4);width:20px;height:20px;accent-color:var(--app-accent-quiet);cursor:inherit;position:absolute}.choice-module__gCBdhq__tile:has(.choice-module__gCBdhq__input:checked){border-color:var(--app-accent);background:var(--app-accent-fill)}.choice-module__gCBdhq__tile:has(.choice-module__gCBdhq__input:focus-visible){outline:2px solid var(--app-focus);outline-offset:2px}.choice-module__gCBdhq__body{padding-left:calc(20px + var(--slipstream-spacing-3));flex-direction:column;gap:2px;display:flex}.choice-module__gCBdhq__title{font-size:var(--slipstream-type-body-size);line-height:var(--slipstream-type-body-line);color:var(--app-ink);font-weight:500}.choice-module__gCBdhq__desc{font-size:var(--slipstream-type-bodyS-size);line-height:var(--slipstream-type-bodyS-line);color:var(--app-ink-muted)}
.slider-module__qNnMDW__control{appearance:none;cursor:pointer;background:0 0;width:100%;height:44px;margin:0;padding:0}.slider-module__qNnMDW__control:disabled{cursor:not-allowed;opacity:.6}.slider-module__qNnMDW__control::-webkit-slider-runnable-track{border-radius:var(--slipstream-radius-pill);background:var(--app-border-strong);height:4px}.slider-module__qNnMDW__control::-moz-range-track{border-radius:var(--slipstream-radius-pill);background:var(--app-border-strong);height:4px}.slider-module__qNnMDW__control::-webkit-slider-thumb{-webkit-appearance:none;border-radius:var(--slipstream-radius-pill);background:radial-gradient(circle 10px, var(--app-accent-solid) 99%, transparent 100%);cursor:pointer;width:44px;height:44px;margin-top:-20px}.slider-module__qNnMDW__control::-moz-range-thumb{border-radius:var(--slipstream-radius-pill);background:radial-gradient(circle 10px, var(--app-accent-solid) 99%, transparent 100%);cursor:pointer;border:none;width:44px;height:44px}.slider-module__qNnMDW__control:focus-visible::-webkit-slider-thumb{outline:2px solid var(--app-focus);outline-offset:2px}.slider-module__qNnMDW__control:focus-visible::-moz-range-thumb{outline:2px solid var(--app-focus);outline-offset:2px}.slider-module__qNnMDW__control:active::-webkit-slider-thumb{background-color:var(--app-accent-hover)}.slider-module__qNnMDW__control:active::-moz-range-thumb{background-color:var(--app-accent-hover)}.slider-module__qNnMDW__invalid::-webkit-slider-runnable-track{background:var(--app-danger-tint)}.slider-module__qNnMDW__invalid::-moz-range-track{background:var(--app-danger-tint)}.slider-module__qNnMDW__endpoints{margin-top:var(--slipstream-spacing-1);font-size:var(--slipstream-type-caption-size);line-height:var(--slipstream-type-caption-line);letter-spacing:var(--slipstream-type-caption-tracking);color:var(--app-ink-subtle);justify-content:space-between;display:flex}
.taginput-module__NaZ2UW__frame{align-items:center;gap:var(--slipstream-spacing-1);width:100%;min-height:44px;padding:var(--slipstream-spacing-1) var(--slipstream-spacing-2);border:1px solid var(--app-border-input);border-radius:var(--slipstream-radius-md);background:var(--app-surface);cursor:text;transition:border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);flex-wrap:wrap;display:flex}.taginput-module__NaZ2UW__frame:hover{border-color:var(--app-border-hover)}.taginput-module__NaZ2UW__frame:focus-within{border-color:var(--app-focus)}.taginput-module__NaZ2UW__invalid{border-color:var(--app-danger-ink)}.taginput-module__NaZ2UW__disabled{background:var(--app-surface-sunken);cursor:not-allowed}.taginput-module__NaZ2UW__pill{align-items:center;gap:var(--slipstream-spacing-1);min-height:32px;padding:var(--slipstream-spacing-1) var(--slipstream-spacing-2);border-radius:var(--slipstream-radius-pill);background:var(--app-seaglass-tint);color:var(--app-seaglass-ink);font-size:var(--slipstream-type-bodyS-size);line-height:var(--slipstream-type-bodyS-line);font-weight:500;display:inline-flex}.taginput-module__NaZ2UW__remove{border-radius:var(--slipstream-radius-pill);width:20px;height:20px;color:var(--app-ink-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;display:inline-flex;position:relative}.taginput-module__NaZ2UW__remove:after{content:"";width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.taginput-module__NaZ2UW__remove:hover{background:var(--app-surface-active);color:var(--app-ink-body)}.taginput-module__NaZ2UW__remove:focus-visible{outline:2px solid var(--app-focus);outline-offset:1px}.taginput-module__NaZ2UW__input{min-width:80px;height:40px;padding:0 var(--slipstream-spacing-1);color:var(--app-ink-body);font-size:var(--slipstream-type-body-size);background:0 0;border:none;flex:1}.taginput-module__NaZ2UW__input:focus{outline:none}.taginput-module__NaZ2UW__input::placeholder{color:var(--app-ink-subtle)}.taginput-module__NaZ2UW__input:disabled{cursor:not-allowed}
.showroom-module__VXdY9W__room{flex-direction:column;display:flex}.showroom-module__VXdY9W__curate{min-block-size:var(--af-touch)}.showroom-module__VXdY9W__empty{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.showroom-module__VXdY9W__more{align-self:flex-start;margin-block-start:10px}.showroom-module__VXdY9W__error{color:var(--af-amber-500)}.showroom-module__VXdY9W__show{flex-direction:column;display:flex}.showroom-module__VXdY9W__stage{block-size:440px;margin-inline:calc(var(--af-gutter) * -1);background:radial-gradient(60% 45% at 50% 40%, color-mix(in srgb, var(--af-sq-cyan-500) 28%, transparent), transparent 70%);margin-block-start:-8px;position:relative}.showroom-module__VXdY9W__floorLight{background:var(--af-floor-glow);filter:blur(4px);pointer-events:none;block-size:40px;inline-size:60%;position:absolute;inset-block-end:90px;inset-inline-start:50%;translate:-50%}.showroom-module__VXdY9W__zoom{cursor:zoom-in;background:0 0;border:0;padding:0;position:absolute;inset:0}.showroom-module__VXdY9W__stage[data-zoom] .showroom-module__VXdY9W__zoom{cursor:zoom-out}.showroom-module__VXdY9W__zoom:focus-visible{box-shadow:inset 0 0 0 2px var(--af-sq-cyan-300);border-radius:22px;outline:none}.showroom-module__VXdY9W__hero{transform-origin:50% 100%;block-size:300px;inline-size:76%;transition:transform .6s var(--af-ease-air), opacity .4s;position:absolute;inset-block-end:100px;inset-inline-start:12%}[data-motion=calm] .showroom-module__VXdY9W__hero{transition-duration:.2s}.showroom-module__VXdY9W__stage[data-zoom] .showroom-module__VXdY9W__hero{transform:scale(1.35)}.showroom-module__VXdY9W__heroCutout{object-fit:contain;object-position:50% 100%;filter:var(--af-toy-drop-lg)}.showroom-module__VXdY9W__heroPhoto{aspect-ratio:4/5;object-fit:cover;inline-size:auto;max-inline-size:76%;box-shadow:var(--af-pillow);border-radius:26px;inset-inline-start:50%;translate:-50%}.showroom-module__VXdY9W__heroForm{filter:var(--af-toy-drop-lg);place-items:end center;display:grid}.showroom-module__VXdY9W__heroForm>svg{block-size:80%;inline-size:80%}.showroom-module__VXdY9W__letter{font:var(--af-type-display-lg);color:var(--af-text-3)}.showroom-module__VXdY9W__plaque{inset-inline:var(--af-gutter);justify-content:space-between;align-items:flex-end;gap:12px;transition:opacity .4s;display:flex;position:absolute;inset-block-end:16px}.showroom-module__VXdY9W__stage[data-zoom] .showroom-module__VXdY9W__plaque{opacity:0;pointer-events:none}.showroom-module__VXdY9W__plaqueText{min-inline-size:0}.showroom-module__VXdY9W__name{overflow-wrap:anywhere;margin-block-start:6px}.showroom-module__VXdY9W__meta{margin-block-start:4px;font-size:12px;line-height:1.4}.showroom-module__VXdY9W__nav{justify-content:space-between;align-items:center;padding-block-start:6px;display:flex}.showroom-module__VXdY9W__curating{flex-direction:column;gap:14px;display:flex}.showroom-module__VXdY9W__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}@media (min-width:720px){.showroom-module__VXdY9W__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.showroom-module__VXdY9W__toggle{--v2-ring:0 0 0 1px color-mix(in srgb, var(--af-sq-cyan-300) 15%, transparent);aspect-ratio:1;background:var(--af-surface-flat);inline-size:100%;box-shadow:inset 0 2px 0 color-mix(in srgb, var(--af-white) 14%, transparent), var(--v2-ring);opacity:.55;cursor:pointer;transition:opacity .25s, box-shadow .25s, transform var(--af-dur-press) var(--af-ease-squeeze);border:0;border-radius:20px;padding:0;display:block;position:relative;overflow:hidden}.showroom-module__VXdY9W__toggle[aria-pressed=true]{--v2-ring:0 0 0 2px var(--af-sq-cyan-500);opacity:1}.showroom-module__VXdY9W__toggle:active{transform:scale(var(--af-press-scale))}[data-motion=calm] .showroom-module__VXdY9W__toggle:active{transform:scale(var(--af-press-scale-calm))}.showroom-module__VXdY9W__toggle:focus-visible{box-shadow:inset 0 2px 0 color-mix(in srgb, var(--af-white) 14%, transparent), var(--v2-ring), var(--af-ring-air);outline:none}.showroom-module__VXdY9W__toggle:disabled{cursor:progress}.showroom-module__VXdY9W__toggleCutout{object-fit:contain;block-size:calc(100% - 20px);inline-size:calc(100% - 20px);filter:var(--af-toy-drop-sm);position:absolute;inset:10px}.showroom-module__VXdY9W__togglePhoto{object-fit:cover;block-size:100%;inline-size:100%;position:absolute;inset:0}.showroom-module__VXdY9W__toggleForm{place-items:center;display:grid;position:absolute;inset:14px}.showroom-module__VXdY9W__toggleForm>svg{block-size:100%;inline-size:100%}.showroom-module__VXdY9W__check{border-radius:var(--af-radius-pill);background:var(--af-sq-cyan-500);block-size:20px;inline-size:20px;color:var(--af-ink-on-lit);place-items:center;display:grid;position:absolute;inset-block-start:6px;inset-inline-end:6px}
.story-module__43TRMa__tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.story-module__43TRMa__tile{background:var(--af-surface-flat);block-size:88px;min-inline-size:0;box-shadow:var(--af-pillow-flat);color:var(--af-text-1);transition:transform var(--af-dur-press) var(--af-ease-squeeze);border-radius:22px;flex-direction:column;justify-content:space-between;padding:12px;text-decoration:none;display:flex}.story-module__43TRMa__tile:active{transform:scale(var(--af-press-scale))}[data-motion=calm] .story-module__43TRMa__tile:active{transform:scale(var(--af-press-scale-calm))}.story-module__43TRMa__tile:focus-visible{box-shadow:var(--af-pillow-flat), var(--af-ring-air);outline:none}.story-module__43TRMa__tileIcon{color:var(--af-sq-cyan-300)}.story-module__43TRMa__tileName{font:800 13px/1.1 var(--af-font-display);overflow-wrap:anywhere}.story-module__43TRMa__section{margin-block-start:26px}.story-module__43TRMa__section>h2{margin-block-end:10px}.story-module__43TRMa__wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.story-module__43TRMa__wallItem{min-inline-size:0;display:flex}.story-module__43TRMa__wallItem[data-wide]{grid-column:span 2}.story-module__43TRMa__wallTile{background:var(--af-surface-flat);min-block-size:110px;min-inline-size:0;box-shadow:var(--af-pillow-flat);color:var(--af-text-1);transition:transform var(--af-dur-press) var(--af-ease-squeeze);border-radius:24px;flex-direction:column;flex:1;justify-content:flex-end;padding:14px;text-decoration:none;display:flex;position:relative;overflow:hidden}.story-module__43TRMa__wallTile:active{transform:scale(var(--af-press-scale))}[data-motion=calm] .story-module__43TRMa__wallTile:active{transform:scale(var(--af-press-scale-calm))}.story-module__43TRMa__wallTile:focus-visible{box-shadow:var(--af-pillow-flat), var(--af-ring-air);outline:none}.story-module__43TRMa__wallCutout{object-fit:contain;opacity:.85;block-size:96px;inline-size:96px;filter:var(--af-toy-drop-sm);pointer-events:none;position:absolute;inset-block-start:-6px;inset-inline-end:-6px}.story-module__43TRMa__wallPhoto{object-fit:cover;opacity:.85;block-size:64px;inline-size:64px;box-shadow:0 0 0 1px color-mix(in srgb, var(--af-sq-cyan-300) 15%, transparent);pointer-events:none;border-radius:16px;position:absolute;inset-block-start:12px;inset-inline-end:12px}.story-module__43TRMa__wallWhen,.story-module__43TRMa__eventWhen{font:800 9px/1 var(--af-font-display);letter-spacing:1.6px;text-transform:uppercase;position:relative}.story-module__43TRMa__wallWhen{color:var(--af-sq-cyan-300)}.story-module__43TRMa__wallTitle,.story-module__43TRMa__eventTitle{font:800 15px/1.2 var(--af-font-display);text-wrap:pretty;overflow-wrap:anywhere;margin-block-start:5px;position:relative}.story-module__43TRMa__wallFact{font:600 11px/1.3 var(--af-font-text);color:var(--af-text-2);margin-block-start:3px;position:relative}.story-module__43TRMa__wallTile:has(.story-module__43TRMa__wallCutout) .story-module__43TRMa__wallTitle{text-shadow:0 1px 8px var(--af-void)}.story-module__43TRMa__timeline{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.story-module__43TRMa__event{color:inherit;border-radius:12px;grid-template-columns:20px 1fr;gap:12px;padding-block-end:18px;text-decoration:none;display:grid}.story-module__43TRMa__event:focus-visible{box-shadow:var(--af-ring-air);outline:none}.story-module__43TRMa__rail{flex-direction:column;align-items:center;display:flex}.story-module__43TRMa__dot{border-radius:var(--af-radius-pill);background:var(--v2-dot,var(--af-sq-cyan-300));block-size:10px;inline-size:10px;box-shadow:0 0 10px var(--v2-dot,var(--af-sq-cyan-300));margin-block-start:4px}.story-module__43TRMa__event[data-dot=gold]{--v2-dot:var(--af-gold-400)}.story-module__43TRMa__event[data-dot=amber]{--v2-dot:var(--af-amber-500)}.story-module__43TRMa__event[data-dot=cyan]{--v2-dot:var(--af-sq-cyan-300)}.story-module__43TRMa__stem{background:color-mix(in srgb, var(--af-sq-cyan-300) 12%, transparent);flex:1;inline-size:2px;margin-block-start:6px}.story-module__43TRMa__eventText{flex-direction:column;min-inline-size:0;display:flex}.story-module__43TRMa__eventWhen{color:color-mix(in srgb, var(--af-sq-cyan-100) 60%, transparent)}.story-module__43TRMa__eventTitle{margin-block-start:4px}.story-module__43TRMa__eventFact{font:600 12px/1.4 var(--af-font-text);color:var(--af-text-2);margin-block-start:2px}.story-module__43TRMa__paging{flex-wrap:wrap;align-items:center;gap:10px 18px;margin-block-start:8px;display:flex}.story-module__43TRMa__quiet,.story-module__43TRMa__finding{margin-block-start:26px}.story-module__43TRMa__findingEvidence{margin-block-start:8px;padding-inline:14px}@media (min-width:900px){.story-module__43TRMa__wall{grid-template-columns:repeat(3,minmax(0,1fr))}}
.year-module__EKgI8G__room{margin-inline:calc(var(--af-gutter) * -1);padding-inline:var(--af-gutter);background:var(--af-room-year);flex-direction:column;display:flex}.year-module__EKgI8G__title{display:block}.year-module__EKgI8G__quiet{margin-block-start:8px}.year-module__EKgI8G__chapters{flex-direction:column;flex:1;display:flex}.year-module__EKgI8G__chapter{flex-direction:column;justify-content:center;min-block-size:440px;display:flex}.year-module__EKgI8G__toyStage{block-size:200px;margin-block-start:10px;position:relative}.year-module__EKgI8G__toyLight{background:var(--af-floor-glow);filter:blur(4px);block-size:36px;inline-size:60%;position:absolute;inset-block-end:10px;inset-inline-start:50%;translate:-50%}.year-module__EKgI8G__toy{object-fit:contain;max-block-size:180px;inline-size:60%;filter:var(--af-toy-drop-lg);margin-inline:auto;position:absolute;inset-block-end:20px;inset-inline:0}.year-module__EKgI8G__figure{font:900 96px/.9 var(--af-font-display);letter-spacing:-4px;font-variant-numeric:tabular-nums;text-shadow:var(--af-text-glow-lg);overflow-wrap:anywhere;margin:6px 0 0}.year-module__EKgI8G__unit{font:800 15px/1.3 var(--af-font-display);color:var(--af-sq-cyan-300);margin:8px 0 0}.year-module__EKgI8G__line{align-items:flex-start;gap:12px;margin-block-start:22px;display:flex}.year-module__EKgI8G__lineAvatar{block-size:40px;inline-size:40px}.year-module__EKgI8G__nav{justify-content:space-between;align-items:center;gap:8px;margin-block-start:18px;display:flex}.year-module__EKgI8G__nav>button:disabled{opacity:.45;cursor:default}.year-module__EKgI8G__allAtOnce{margin-block-start:14px}.year-module__EKgI8G__allAtOnce>summary{list-style:none}.year-module__EKgI8G__allAtOnce>summary::-webkit-details-marker{display:none}.year-module__EKgI8G__facts{gap:18px;margin:10px 0 0;padding:0;list-style:none;display:grid}.year-module__EKgI8G__facts>li{border-inline-start:3px solid var(--af-sq-cyan-500);gap:4px;padding-inline-start:14px;display:grid}.year-module__EKgI8G__factValue{font:var(--af-type-stat);font-variant-numeric:tabular-nums}
.hangar-module__Ji9qsG__page{gap:var(--af-space-9);padding-block:0 var(--af-space-10);isolation:isolate;flex-direction:column;display:flex;position:relative;overflow-x:clip}.hangar-module__Ji9qsG__page>section,.hangar-module__Ji9qsG__page>nav{margin-inline:var(--af-gutter)}.hangar-module__Ji9qsG__page:before,.hangar-module__Ji9qsG__page:after{content:"";pointer-events:none;z-index:-1;contain:paint;border-radius:50%;position:absolute}.hangar-module__Ji9qsG__page:before{background:radial-gradient(circle, var(--af-surface-soft), transparent 66%);opacity:.6;block-size:340px;inline-size:340px;animation:hangar-module__Ji9qsG__hangar-drift-near 92s var(--af-ease-air) infinite;inset-block-start:-120px;inset-inline-start:-80px}.hangar-module__Ji9qsG__page:after{background:radial-gradient(circle, color-mix(in srgb, var(--af-glow) 9%, transparent), transparent 70%);opacity:.5;block-size:400px;inline-size:400px;animation:hangar-module__Ji9qsG__hangar-drift-far 127s var(--af-ease-air) infinite;inset-block-start:14vh;inset-inline-end:-140px}@keyframes hangar-module__Ji9qsG__hangar-drift-near{0%{transform:translate(0,0)scale(1)}50%{transform:translate(7vw,26px)scale(1.09)}to{transform:translate(0,0)scale(1)}}@keyframes hangar-module__Ji9qsG__hangar-drift-far{0%{transform:translate(0,0)scale(1.04)}50%{transform:translate(-6vw,-34px)scale(1)}to{transform:translate(0,0)scale(1.04)}}.hangar-module__Ji9qsG__codyWatermark{z-index:0;aspect-ratio:1;opacity:.5;pointer-events:none;mix-blend-mode:screen;filter:saturate(1.12)contrast(1.06);inline-size:clamp(31rem,108vw,46rem);animation:hangar-module__Ji9qsG__cody-signage 18s var(--af-ease-air) infinite;position:absolute;inset-block-start:calc(var(--af-space-7) * -1);inset-inline-start:50%;transform:translate(-50%);-webkit-mask-image:linear-gradient(#000 60%,#0000 96%);mask-image:linear-gradient(#000 60%,#0000 96%)}@keyframes hangar-module__Ji9qsG__cody-signage{0%{opacity:.5;transform:translate(-50%)scale(1)}45%{opacity:.55;transform:translate(-50%,-3px)scale(1.006)}to{opacity:.5;transform:translate(-50%)scale(1)}}.hangar-module__Ji9qsG__codyWatermark img{object-fit:contain;block-size:100%;inline-size:100%}.hangar-module__Ji9qsG__page>:not(.hangar-module__Ji9qsG__codyWatermark){z-index:1;position:relative}[data-motion=calm] .hangar-module__Ji9qsG__page:before,[data-motion=calm] .hangar-module__Ji9qsG__page:after,[data-motion=calm] .hangar-module__Ji9qsG__codyWatermark{animation:none}.hangar-module__Ji9qsG__hero{padding:calc(env(safe-area-inset-top) + var(--af-space-8)) var(--af-gutter) var(--af-space-5);text-align:center;display:block}.hangar-module__Ji9qsG__heroCopy{justify-items:center;gap:var(--af-space-2);inline-size:100%;display:grid}.hangar-module__Ji9qsG__eyebrow{font:var(--af-type-eyebrow);letter-spacing:var(--af-track-eyebrow);text-transform:uppercase;color:var(--af-eyebrow);margin:0}.hangar-module__Ji9qsG__title{font:var(--af-type-display);letter-spacing:var(--af-track-display);color:var(--af-text-1);margin:0}.hangar-module__Ji9qsG__heroQuote{text-align:center;justify-items:center;inline-size:100%;margin-block:clamp(8rem,29vw,12.5rem) 0;display:grid}.hangar-module__Ji9qsG__codyPopAction{min-block-size:var(--af-touch);padding:var(--af-space-3) var(--af-space-7);border:1px solid color-mix(in srgb, var(--af-action) 58%, var(--af-hairline));border-radius:var(--af-radius-pill);background:var(--af-action-grad);box-shadow:var(--af-glow-sm);color:var(--af-action-ink);font:var(--af-type-button);transition:transform var(--af-dur-press) var(--af-ease-squeeze), box-shadow var(--af-dur-tap) ease;justify-content:center;justify-self:center;align-items:center;gap:1px;margin-block-start:var(--af-space-2);text-decoration:none;display:grid}.hangar-module__Ji9qsG__codyPopAction span{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;opacity:.72}.hangar-module__Ji9qsG__codyPopAction:hover{box-shadow:var(--af-cushion-air)}.hangar-module__Ji9qsG__codyPopAction:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale))}.hangar-module__Ji9qsG__codyPopAction:focus-visible{box-shadow:var(--af-glow-sm), var(--af-ring-air);outline:none}@media (max-width:380px){.hangar-module__Ji9qsG__heroQuote{margin-block-start:7rem}}.hangar-module__Ji9qsG__zone{gap:var(--af-space-5);display:grid}.hangar-module__Ji9qsG__zoneQuestion{font:600 var(--af-size-body)/1.4 var(--af-font-text);color:var(--af-text-2);margin:0;font-style:italic}.hangar-module__Ji9qsG__zoneQuiet{font:var(--af-type-body);color:var(--af-text-2);text-wrap:pretty;margin:0}.hangar-module__Ji9qsG__next{gap:var(--af-space-6)}.hangar-module__Ji9qsG__zoneFallback{min-block-size:var(--af-touch);padding-inline:var(--af-space-7);border-radius:var(--af-radius-pill);background:var(--af-action-grad);box-shadow:var(--af-cushion-air);color:var(--af-action-ink);font:var(--af-type-button);transition:transform var(--af-dur-press) var(--af-ease-squeeze), box-shadow var(--af-dur-tap) var(--af-ease-air);justify-self:start;align-items:center;text-decoration:none;display:inline-flex}.hangar-module__Ji9qsG__zoneFallback:hover{box-shadow:var(--af-cushion-air), var(--af-glow-md)}.hangar-module__Ji9qsG__zoneFallback:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale));box-shadow:var(--af-cushion-pressed)}.hangar-module__Ji9qsG__zoneFallback:focus-visible{box-shadow:var(--af-cushion-air), var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__next .hangar-module__Ji9qsG__plan{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.hangar-module__Ji9qsG__next .hangar-module__Ji9qsG__briefing:not([data-media]){box-shadow:none;background:0 0;border-radius:0}.hangar-module__Ji9qsG__next .hangar-module__Ji9qsG__briefing:not([data-media]) .hangar-module__Ji9qsG__briefingBody{padding-inline:0}.hangar-module__Ji9qsG__next .hangar-module__Ji9qsG__briefing:not([data-media]):hover{box-shadow:none}.hangar-module__Ji9qsG__next .hangar-module__Ji9qsG__briefing:not([data-media]):active{box-shadow:none;transform:none}.hangar-module__Ji9qsG__next .hangar-module__Ji9qsG__moment{padding:var(--af-space-4) var(--af-space-9) var(--af-space-4) var(--af-space-5);border:0;border-inline-start:2px solid color-mix(in srgb, var(--af-glow) 42%, var(--af-hairline));box-shadow:none;background:0 0;border-radius:0}.hangar-module__Ji9qsG__instruments{gap:var(--af-space-6);padding:var(--af-space-7);border-radius:var(--af-radius-xl);background:var(--af-surface-sunk);box-shadow:var(--af-sunk-deep);display:grid}.hangar-module__Ji9qsG__readout{gap:var(--af-space-2);display:grid}.hangar-module__Ji9qsG__readoutLabel{font:var(--af-type-eyebrow);letter-spacing:var(--af-track-eyebrow);text-transform:uppercase;color:var(--af-eyebrow);margin:0}.hangar-module__Ji9qsG__instruments .hangar-module__Ji9qsG__metric{border-color:var(--af-hairline);background:var(--af-surface-flat);box-shadow:none}.hangar-module__Ji9qsG__instruments .hangar-module__Ji9qsG__metric:hover{box-shadow:var(--af-glow-sm)}.hangar-module__Ji9qsG__instruments .hangar-module__Ji9qsG__secondaryFacts{border-block-start:1px solid var(--af-hairline);padding-block-start:var(--af-space-4)}.hangar-module__Ji9qsG__instruments .hangar-module__Ji9qsG__secondaryFacts a{border-block:0}.hangar-module__Ji9qsG__instrumentAction{min-block-size:var(--af-touch);font:700 var(--af-size-meta)/1.2 var(--af-font-text);color:var(--af-action);justify-self:start;align-items:center;text-decoration:none;display:inline-flex}.hangar-module__Ji9qsG__actionArrow{margin-inline-start:var(--af-space-2)}.hangar-module__Ji9qsG__zoneLink{min-block-size:var(--af-touch);font:700 var(--af-size-meta)/1.2 var(--af-font-text);color:var(--af-action);justify-self:start;align-items:center;text-decoration:none;display:inline-flex}.hangar-module__Ji9qsG__zoneLink:hover{color:var(--af-glow)}.hangar-module__Ji9qsG__zoneLink:focus-visible{box-shadow:var(--af-ring-air);border-radius:var(--af-radius-sm);outline:none}.hangar-module__Ji9qsG__instrumentAction:hover{color:var(--af-glow)}.hangar-module__Ji9qsG__instrumentAction:focus-visible{box-shadow:var(--af-ring-air);border-radius:var(--af-radius-sm);outline:none}.hangar-module__Ji9qsG__activity ul{gap:var(--af-space-2);margin:0;padding:0;list-style:none;display:grid}.hangar-module__Ji9qsG__activity a{align-items:center;gap:var(--af-space-1) var(--af-space-3);min-block-size:var(--af-touch);padding:var(--af-space-3) var(--af-space-4);border-radius:var(--af-radius-lg);background:var(--af-surface-row);color:var(--af-text-2);grid-template-columns:auto 1fr auto;text-decoration:none;display:grid}.hangar-module__Ji9qsG__activityIcon{grid-area:1/1/3;font-size:1.1rem;line-height:1}.hangar-module__Ji9qsG__activityLabel{font:var(--af-type-meta);grid-column:2}.hangar-module__Ji9qsG__activity a strong{color:var(--af-text-1);grid-column:2}.hangar-module__Ji9qsG__activity a time{font:var(--af-type-meta);grid-area:1/3/3;align-self:center}.hangar-module__Ji9qsG__activity a:focus-visible{box-shadow:var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__plan{gap:var(--af-space-3);padding:var(--af-space-5);border:1px solid color-mix(in srgb, var(--af-action) 30%, var(--af-hairline));border-radius:var(--af-radius-xl);background:linear-gradient(135deg, var(--af-surface), color-mix(in srgb, var(--af-action) 6%, var(--af-surface)));box-shadow:var(--af-cushion-lg);display:grid}.hangar-module__Ji9qsG__plan[data-pending]{opacity:.7}.hangar-module__Ji9qsG__plan h2{font:var(--af-type-title);margin:0}.hangar-module__Ji9qsG__plan p{color:var(--af-text-2);margin:0;line-height:1.5}.hangar-module__Ji9qsG__planEyebrow{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;color:var(--af-action)!important}.hangar-module__Ji9qsG__planRationale{font-size:.9em;color:var(--af-text-2)!important}.hangar-module__Ji9qsG__planEvidence{font:var(--af-type-meta);color:var(--af-text-2)!important}.hangar-module__Ji9qsG__plan progress{inline-size:100%;accent-color:var(--af-action)}.hangar-module__Ji9qsG__planActions{gap:var(--af-space-3);flex-wrap:wrap;display:flex}.hangar-module__Ji9qsG__planActions a,.hangar-module__Ji9qsG__planActions button{min-block-size:var(--af-touch);padding-inline:var(--af-space-5);border:1px solid var(--af-hairline);border-radius:var(--af-radius-pill);background:var(--af-action-grad);color:var(--af-action-ink);font:var(--af-type-button);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.hangar-module__Ji9qsG__planActions .hangar-module__Ji9qsG__planSecondaryAction{background:var(--af-surface-sunk);color:var(--af-text-2)}.hangar-module__Ji9qsG__planActions a:focus-visible,.hangar-module__Ji9qsG__planActions button:focus-visible{box-shadow:var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__spine{gap:var(--af-space-2);counter-reset:step;margin:0;padding:0;list-style:none;display:grid}.hangar-module__Ji9qsG__spineStep{align-items:center;gap:var(--af-space-3);font:var(--af-type-meta);color:var(--af-text-2);grid-template-columns:auto 1fr auto;display:grid}.hangar-module__Ji9qsG__spineMark{border:2px solid var(--af-text-3);border-radius:50%;block-size:.7rem;inline-size:.7rem}.hangar-module__Ji9qsG__spineStep[data-state=done] .hangar-module__Ji9qsG__spineMark{border-color:var(--af-action);background:var(--af-action)}.hangar-module__Ji9qsG__spineStep[data-state=current] .hangar-module__Ji9qsG__spineMark{border-color:var(--af-glow);box-shadow:var(--af-glow-sm)}.hangar-module__Ji9qsG__spineStep[data-state=current]{color:var(--af-text-1)}.hangar-module__Ji9qsG__spineStep[data-state=current] .hangar-module__Ji9qsG__spineLabel{font:var(--af-type-card)}.hangar-module__Ji9qsG__spineStep[data-state=done] .hangar-module__Ji9qsG__spineLabel{color:var(--af-text-3);text-decoration:line-through}.hangar-module__Ji9qsG__spineLabel a{color:inherit}.hangar-module__Ji9qsG__spineLabel a:focus-visible{box-shadow:var(--af-ring-air);border-radius:var(--af-radius-sm);outline:none}.hangar-module__Ji9qsG__spineState{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;color:var(--af-text-3)}.hangar-module__Ji9qsG__spineStep[data-state=current] .hangar-module__Ji9qsG__spineState{color:var(--af-glow)}.hangar-module__Ji9qsG__planSuggestions{gap:var(--af-space-2);margin:0;padding:0;list-style:none;display:grid}.hangar-module__Ji9qsG__planSuggestion{justify-content:space-between;align-items:center;gap:var(--af-space-3);padding:var(--af-space-3) var(--af-space-4);border-radius:var(--af-radius-lg);background:var(--af-surface-row);display:flex}.hangar-module__Ji9qsG__planSuggestion p{color:var(--af-text-1);font:var(--af-type-meta);margin:0}.hangar-module__Ji9qsG__planSuggestion button{min-block-size:var(--af-touch);padding-inline:var(--af-space-4);border:1px solid var(--af-hairline);border-radius:var(--af-radius-pill);background:var(--af-surface-sunk);color:var(--af-text-2);font:var(--af-type-button)}.hangar-module__Ji9qsG__planSuggestion button:focus-visible{box-shadow:var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__moment{gap:var(--af-space-3);padding:var(--af-space-5);border:1px solid color-mix(in srgb, var(--af-glow) 40%, var(--af-hairline));border-radius:var(--af-radius-xl);background:linear-gradient(135deg, var(--af-surface), color-mix(in srgb, var(--af-glow) 10%, var(--af-surface)));box-shadow:var(--af-cushion-lg), 0 0 28px color-mix(in srgb, var(--af-glow) 16%, transparent);padding-inline-end:var(--af-space-9);display:grid;position:relative}.hangar-module__Ji9qsG__moment[data-pending]{opacity:.7}.hangar-module__Ji9qsG__momentEyebrow{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;margin:0;color:var(--af-glow)!important}.hangar-module__Ji9qsG__momentEvidence{font:var(--af-type-meta);margin:0;color:var(--af-text-2)!important}.hangar-module__Ji9qsG__momentAction{min-block-size:var(--af-touch);padding-inline:var(--af-space-5);border-radius:var(--af-radius-pill);background:var(--af-action-grad);width:fit-content;color:var(--af-action-ink);font:var(--af-type-button);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.hangar-module__Ji9qsG__momentAction:focus-visible{box-shadow:var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__momentDismiss{top:var(--af-space-4);right:var(--af-space-4);background:var(--af-surface-sunk);block-size:2rem;inline-size:2rem;color:var(--af-text-2);border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;line-height:1;display:inline-flex;position:absolute}.hangar-module__Ji9qsG__momentDismiss:focus-visible{box-shadow:var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__metrics{gap:var(--af-gap-card);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.hangar-module__Ji9qsG__metrics>li{display:flex}.hangar-module__Ji9qsG__metric{align-content:center;gap:var(--af-space-3);min-block-size:var(--af-touch);padding:var(--af-space-5);border:1px solid var(--af-hairline);border-radius:var(--af-radius-xl);background:var(--af-surface);box-shadow:var(--af-cushion-lg);transition:transform var(--af-dur-press) var(--af-ease-squeeze), box-shadow var(--af-dur-press) linear;flex:1;text-decoration:none;display:grid}.hangar-module__Ji9qsG__metric:hover{box-shadow:var(--af-cushion-air)}.hangar-module__Ji9qsG__metric:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale));box-shadow:var(--af-cushion-pressed)}.hangar-module__Ji9qsG__metric:focus-visible{box-shadow:var(--af-cushion), var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__metricLabel{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;color:var(--af-eyebrow)}.hangar-module__Ji9qsG__metricFigure{align-items:baseline;gap:var(--af-space-1);display:flex}.hangar-module__Ji9qsG__metricFigure strong{font:var(--af-type-stat);letter-spacing:var(--af-track-screen);color:var(--af-text-1)}.hangar-module__Ji9qsG__metricFigure>span{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;color:var(--af-text-2)}.hangar-module__Ji9qsG__metric progress{appearance:none;inline-size:100%;block-size:var(--af-space-2);border-radius:var(--af-radius-pill);background:var(--af-surface-sunk);border:0;overflow:hidden}.hangar-module__Ji9qsG__metric progress::-webkit-progress-bar{background:var(--af-surface-sunk)}.hangar-module__Ji9qsG__metric progress::-webkit-progress-value{background:var(--af-action-grad)}.hangar-module__Ji9qsG__metric progress::-moz-progress-bar{background:var(--af-action-grad)}.hangar-module__Ji9qsG__metric[data-tone=warning] .hangar-module__Ji9qsG__metricLabel,.hangar-module__Ji9qsG__metric[data-tone=warning] .hangar-module__Ji9qsG__metricFigure strong{color:var(--af-repair)}.hangar-module__Ji9qsG__metric[data-tone=warning] progress::-webkit-progress-value{background:var(--af-repair-grad)}.hangar-module__Ji9qsG__metric[data-tone=warning] progress::-moz-progress-bar{background:var(--af-repair-grad)}.hangar-module__Ji9qsG__briefing{border-radius:var(--af-radius-xl);background:var(--af-surface);inline-size:100%;box-shadow:var(--af-cushion-lg);color:inherit;font:inherit;text-align:start;cursor:pointer;transition:transform var(--af-dur-press) var(--af-ease-squeeze), box-shadow var(--af-dur-press) linear;border:none;margin:0;padding:0;text-decoration:none;display:grid;overflow:hidden}.hangar-module__Ji9qsG__briefing:hover{box-shadow:var(--af-cushion-air)}.hangar-module__Ji9qsG__briefing:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale));box-shadow:var(--af-cushion-pressed)}.hangar-module__Ji9qsG__briefing:focus-visible{box-shadow:var(--af-cushion), var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__briefing:disabled,.hangar-module__Ji9qsG__briefing[data-pending]{opacity:.75;cursor:default}.hangar-module__Ji9qsG__briefingMedia{min-block-size:12rem;max-block-size:16rem;display:block;overflow:hidden}.hangar-module__Ji9qsG__briefingMedia img{object-fit:cover;block-size:100%;inline-size:100%;display:block}.hangar-module__Ji9qsG__briefingBody{gap:var(--af-space-3);padding:var(--af-space-5);display:grid}.hangar-module__Ji9qsG__briefingEyebrow{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;color:var(--af-eyebrow);margin:0}.hangar-module__Ji9qsG__briefingAction{min-block-size:var(--af-touch);padding-inline:var(--af-space-5);border-radius:var(--af-radius-pill);background:var(--af-action-grad);color:var(--af-action-ink);font:var(--af-type-button);justify-content:center;justify-self:start;align-items:center;display:inline-flex}.hangar-module__Ji9qsG__briefingError{color:var(--af-repair);font:var(--af-type-meta);margin:0}@media (min-width:720px){.hangar-module__Ji9qsG__briefingMedia{max-block-size:20rem}}@media (min-width:900px){.hangar-module__Ji9qsG__page>section,.hangar-module__Ji9qsG__page>nav{margin-inline:0}}.hangar-module__Ji9qsG__secondaryFacts{gap:var(--af-space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hangar-module__Ji9qsG__secondaryFacts a{gap:var(--af-space-1);min-block-size:var(--af-touch);padding:var(--af-space-3) var(--af-space-4);border-block:1px solid var(--af-hairline);border-radius:var(--af-radius-sm);color:var(--af-text-2);transition:transform var(--af-dur-press) var(--af-ease-squeeze), background var(--af-dur-tap) var(--af-ease-air), color var(--af-dur-tap) var(--af-ease-air);text-decoration:none;display:grid}.hangar-module__Ji9qsG__secondaryFacts a:hover{background:var(--af-surface-soft);color:var(--af-text-1)}.hangar-module__Ji9qsG__secondaryFacts a:active{transform:scale(var(--af-press-scale))}.hangar-module__Ji9qsG__secondaryFacts strong{font:var(--af-type-item);color:var(--af-text-1)}.hangar-module__Ji9qsG__secondaryFacts span{font:var(--af-type-meta)}.hangar-module__Ji9qsG__secondaryFacts a[data-tone=warning] strong,.hangar-module__Ji9qsG__secondaryFacts a[data-tone=warning] span{color:var(--af-repair)}.hangar-module__Ji9qsG__secondaryFacts a:focus-visible{box-shadow:var(--af-ring-air);border-radius:var(--af-radius-sm);outline:none}.hangar-module__Ji9qsG__valueFigure{font:var(--af-type-display);letter-spacing:var(--af-track-display);color:var(--af-text-1);margin:0}.hangar-module__Ji9qsG__valueNote{font:var(--af-type-body);color:var(--af-text-2);text-wrap:pretty;margin:0}.hangar-module__Ji9qsG__emptyState{align-items:flex-start;gap:var(--af-space-4);padding:var(--af-space-8) var(--af-space-7);border-radius:var(--af-radius-xl);background:var(--af-surface);box-shadow:var(--af-cushion-lg);flex-direction:column;display:flex}.hangar-module__Ji9qsG__emptyState h2{font:var(--af-type-title);letter-spacing:var(--af-track-title);color:var(--af-text-1);margin:0}.hangar-module__Ji9qsG__emptyState p{font:var(--af-type-body);color:var(--af-text-2);text-wrap:pretty;margin:0}.hangar-module__Ji9qsG__lede{font:var(--af-type-voice);color:var(--af-text-2);text-wrap:pretty;margin:0}.hangar-module__Ji9qsG__primaryAction{min-block-size:var(--af-touch);padding:var(--af-space-5) var(--af-space-8);border-radius:var(--af-radius-pill);background:var(--af-action-grad);box-shadow:var(--af-cushion-air);font:var(--af-type-button);color:var(--af-action-ink);transition:transform var(--af-dur-press) var(--af-ease-squeeze), box-shadow var(--af-dur-press) linear;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.hangar-module__Ji9qsG__primaryAction:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale));box-shadow:var(--af-cushion-pressed)}.hangar-module__Ji9qsG__primaryAction:focus-visible{box-shadow:var(--af-cushion-air), var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__editorial{gap:var(--af-space-4)}.hangar-module__Ji9qsG__storyList{gap:0;margin:0;padding:0;list-style:none;display:grid}.hangar-module__Ji9qsG__story{gap:var(--af-space-2);padding-block:var(--af-space-5);border-block-start:1px solid var(--af-hairline);display:grid}.hangar-module__Ji9qsG__storyList>li:first-child{border-block-start:0;padding-block-start:var(--af-space-2)}.hangar-module__Ji9qsG__storyLabel{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;color:var(--af-eyebrow);margin:0}.hangar-module__Ji9qsG__storyEvidence{font:var(--af-type-meta);color:var(--af-text-2);text-wrap:pretty;margin:0}.hangar-module__Ji9qsG__storyAction{min-block-size:var(--af-touch);color:var(--af-action);font:var(--af-type-button);transition:color var(--af-dur-tap) var(--af-ease-air);justify-self:start;align-items:center;text-decoration:none;display:inline-flex}.hangar-module__Ji9qsG__storyAction:hover{color:var(--af-glow)}.hangar-module__Ji9qsG__storyAction:focus-visible{box-shadow:var(--af-ring-air);border-radius:var(--af-radius-sm);outline:none}.hangar-module__Ji9qsG__story[data-kind=FORGOTTEN_TOY] .hangar-module__Ji9qsG__storyLabel,.hangar-module__Ji9qsG__story[data-kind=CODY_RECOMMENDATION_IGNORED] .hangar-module__Ji9qsG__storyLabel,.hangar-module__Ji9qsG__story[data-kind=REPAIR_OVERDUE] .hangar-module__Ji9qsG__storyLabel{color:var(--af-repair)}.hangar-module__Ji9qsG__away{gap:var(--af-space-3);padding:var(--af-space-6);border:1px solid color-mix(in srgb, var(--af-glow) 30%, var(--af-hairline));border-radius:var(--af-radius-2xl);background:linear-gradient(160deg, color-mix(in srgb, var(--af-glow) 8%, var(--af-surface)), var(--af-surface));box-shadow:var(--af-cushion-lg), 0 0 34px color-mix(in srgb, var(--af-glow) 14%, transparent);padding-inline-end:var(--af-space-9);display:grid;position:relative}.hangar-module__Ji9qsG__awayEyebrow{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;color:var(--af-glow);margin:0}.hangar-module__Ji9qsG__awayTitle{font:var(--af-type-display);letter-spacing:var(--af-track-display);color:var(--af-text-1);margin:0}.hangar-module__Ji9qsG__awayPrimary{min-block-size:var(--af-touch);padding-inline:var(--af-space-7);border-radius:var(--af-radius-pill);background:var(--af-action-grad);color:var(--af-action-ink);font:var(--af-type-button);transition:transform var(--af-dur-press) var(--af-ease-squeeze), box-shadow var(--af-dur-tap) var(--af-ease-air);justify-self:start;align-items:center;display:inline-flex}.hangar-module__Ji9qsG__awayPrimary:hover{box-shadow:var(--af-cushion-air), var(--af-glow-md)}.hangar-module__Ji9qsG__awayPrimary:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale))}.hangar-module__Ji9qsG__awayPrimary:focus-visible{box-shadow:var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__awayList{gap:var(--af-space-4);margin:0;padding:0;list-style:none;display:grid}.hangar-module__Ji9qsG__awayItem{gap:var(--af-space-2);border-block-start:1px solid var(--af-hairline);padding-block-start:var(--af-space-4);display:grid}.hangar-module__Ji9qsG__awayItemEvidence{font:var(--af-type-body);color:var(--af-text-1);text-wrap:pretty;margin:0}.hangar-module__Ji9qsG__rare{gap:var(--af-space-3);padding:var(--af-space-6);border:1px solid color-mix(in srgb, var(--af-glow) 55%, var(--af-hairline));border-radius:var(--af-radius-2xl);background:linear-gradient(150deg, color-mix(in srgb, var(--af-glow) 14%, var(--af-surface)), var(--af-surface) 70%);box-shadow:var(--af-cushion-lg), var(--af-glow-md);padding-inline-end:var(--af-space-9);display:grid;position:relative}.hangar-module__Ji9qsG__rareEyebrow{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;color:var(--af-glow);margin:0}.hangar-module__Ji9qsG__rareHeadline{font:var(--af-type-display);letter-spacing:var(--af-track-display);color:var(--af-text-1);text-wrap:balance;margin:0}.hangar-module__Ji9qsG__rareEvidence{font:var(--af-type-meta);color:var(--af-text-2);margin:0}[data-motion=calm] .hangar-module__Ji9qsG__secondaryFacts a:active,[data-motion=calm] .hangar-module__Ji9qsG__metric:active,[data-motion=calm] .hangar-module__Ji9qsG__briefing:active,[data-motion=calm] .hangar-module__Ji9qsG__codyPopAction:active,[data-motion=calm] .hangar-module__Ji9qsG__awayPrimary:active,[data-motion=calm] .hangar-module__Ji9qsG__primaryAction:active{transform:none}.hangar-module__Ji9qsG__scars{gap:var(--af-space-3);padding:var(--af-space-7);border-radius:var(--af-radius-xl);background:color-mix(in srgb, var(--af-alert) 7%, transparent);box-shadow:var(--af-ring-alert);flex-direction:column;display:flex;position:relative;overflow:hidden}.hangar-module__Ji9qsG__scarsEyebrow{font:var(--af-type-eyebrow);letter-spacing:var(--af-track-eyebrow);text-transform:uppercase;color:var(--af-alert);margin:0}.hangar-module__Ji9qsG__scarsHeading{font:var(--af-type-title);letter-spacing:var(--af-track-title);color:var(--af-text-1);margin:0}.hangar-module__Ji9qsG__scarsTally{font:var(--af-type-body);color:var(--af-text-2);margin:0}.hangar-module__Ji9qsG__scarsLost{font:var(--af-type-stat);color:var(--af-alert)}.hangar-module__Ji9qsG__scarsList{gap:var(--af-space-3);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.hangar-module__Ji9qsG__scarCard{min-inline-size:0;padding:var(--af-space-4) calc(var(--af-space-7) + var(--af-space-5)) var(--af-space-4) var(--af-space-5);border-radius:var(--af-radius-lg);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--af-alert) 30%, transparent);background:0 0;flex-direction:column;flex:10rem;gap:2px;display:flex;position:relative}.hangar-module__Ji9qsG__scarName{font:var(--af-type-item);color:color-mix(in srgb, var(--af-text-1) 62%, transparent);overflow-wrap:anywhere}.hangar-module__Ji9qsG__scarWave{font:var(--af-type-spec);letter-spacing:var(--af-track-wide);color:color-mix(in srgb, var(--af-alert) 72%, transparent)}.hangar-module__Ji9qsG__scarMark{border-radius:var(--af-radius-pill);block-size:22px;inline-size:22px;box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--af-alert) 55%, transparent);background:linear-gradient(90deg, transparent 46%, var(--af-alert) 46% 54%, transparent 54%), linear-gradient(0deg, transparent 46%, var(--af-alert) 46% 54%, transparent 54%);margin-block-start:-11px;position:absolute;inset-block-start:50%;inset-inline-end:var(--af-space-5)}.hangar-module__Ji9qsG__scarsNote{font:var(--af-type-meta);color:var(--af-text-3);margin:0}.hangar-module__Ji9qsG__scarsStamp{border-radius:var(--af-radius-pill);opacity:.16;block-size:84px;inline-size:84px;box-shadow:inset 0 0 0 2px var(--af-alert);background:linear-gradient(90deg, transparent 48%, var(--af-alert) 48% 52%, transparent 52%), linear-gradient(0deg, transparent 48%, var(--af-alert) 48% 52%, transparent 52%);pointer-events:none;position:absolute;inset-block-end:calc(var(--af-space-4) * -1);inset-inline-end:calc(var(--af-space-4) * -1)}.hangar-module__Ji9qsG__reviewDoor{gap:var(--af-space-2);min-block-size:var(--af-touch-lg);padding:var(--af-space-5);border-radius:var(--af-radius-md);background:var(--af-surface-flat);box-shadow:inset 0 0 0 1px var(--af-hairline);color:var(--af-text-2);transition:box-shadow var(--af-dur-tap) var(--af-ease-air), color var(--af-dur-tap) var(--af-ease-air);margin-block-start:var(--af-space-5);text-decoration:none;display:grid}.hangar-module__Ji9qsG__reviewDoor:hover{color:var(--af-text-1);box-shadow:inset 0 0 0 1px var(--af-action)}.hangar-module__Ji9qsG__reviewDoor:focus-visible{box-shadow:inset 0 0 0 1px var(--af-action), var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__reviewDoorLabel{font:var(--af-type-eyebrow);letter-spacing:var(--af-track-eyebrow);text-transform:uppercase;color:var(--af-eyebrow)}.hangar-module__Ji9qsG__reviewDoorHeadline{font:var(--af-type-card);color:var(--af-text-1)}.hangar-module__Ji9qsG__reviewDoorNote{font-family:var(--af-font-text);font-weight:600;font-size:var(--af-size-meta);color:var(--af-text-3);text-wrap:pretty;line-height:1.45}.hangar-module__Ji9qsG__photographLink{font:var(--af-type-meta);color:var(--af-text-3);justify-self:start}.hangar-module__Ji9qsG__photographLink:hover,.hangar-module__Ji9qsG__photographLink:focus-visible{color:var(--af-text-1)}.hangar-module__Ji9qsG__reduceDoor{align-items:center;gap:var(--af-space-4);margin-block:var(--af-space-5);padding:var(--af-space-5);border-radius:var(--af-radius-2xl);background:var(--af-surface);box-shadow:var(--af-cushion-lg), var(--af-rim);color:var(--af-text-1);transition:transform var(--af-dur-press) var(--af-ease-squeeze), box-shadow var(--af-dur-tap) var(--af-ease-air);grid-template-columns:auto minmax(0,1fr) auto;text-decoration:none;display:grid}.hangar-module__Ji9qsG__reduceDoor[data-live]{background:var(--af-surface-sel);box-shadow:var(--af-cushion-lg), inset 0 0 0 1px var(--af-action), var(--af-glow-md)}.hangar-module__Ji9qsG__reduceDoor:hover{box-shadow:var(--af-cushion-lg), inset 0 0 0 1px var(--af-action), var(--af-glow-md)}.hangar-module__Ji9qsG__reduceDoor:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale));box-shadow:var(--af-cushion-pressed)}.hangar-module__Ji9qsG__reduceDoor:focus-visible{box-shadow:var(--af-cushion-lg), inset 0 0 0 1px var(--af-action), var(--af-ring-air);outline:none}.hangar-module__Ji9qsG__reduceGlyph{inline-size:var(--af-space-9);block-size:var(--af-space-9);border-radius:var(--af-radius-xl);background:var(--af-surface-sunk);box-shadow:inset 0 0 0 1px var(--af-hairline);color:var(--af-action);place-items:center;display:grid}.hangar-module__Ji9qsG__reduceCopy{gap:var(--af-space-1);min-inline-size:0;display:grid}.hangar-module__Ji9qsG__reduceName{font-family:var(--af-font-display);font-weight:900;font-size:var(--af-size-title);letter-spacing:var(--af-track-title);color:var(--af-text-1);text-wrap:balance;line-height:1.05}.hangar-module__Ji9qsG__reduceStanding{font-family:var(--af-font-display);font-weight:800;font-size:var(--af-size-eyebrow);letter-spacing:var(--af-track-eyebrow);text-transform:uppercase;color:var(--af-action)}.hangar-module__Ji9qsG__reduceWhat{font-family:var(--af-font-text);font-size:var(--af-size-meta);color:var(--af-text-3);line-height:1.45}.hangar-module__Ji9qsG__reduceGo{color:var(--af-text-3)}.hangar-module__Ji9qsG__reduceDoor:hover .hangar-module__Ji9qsG__reduceGo{color:var(--af-action)}@media (min-width:40rem){.hangar-module__Ji9qsG__reduceDoor{padding:var(--af-space-6) var(--af-space-5)}.hangar-module__Ji9qsG__reduceName{font-size:var(--af-size-screen)}}
.capture-sheet-module__RY8Vha__body{gap:var(--af-space-6);display:grid}.capture-sheet-module__RY8Vha__photo{gap:var(--af-space-4);display:grid}.capture-sheet-module__RY8Vha__previewImage{aspect-ratio:4/5;object-fit:cover;border-radius:var(--af-radius-lg);background:var(--af-photo-pad);inline-size:100%;box-shadow:var(--af-cushion);display:block}.capture-sheet-module__RY8Vha__photoEmpty{place-items:center;gap:var(--af-space-3);aspect-ratio:4/5;padding:var(--af-space-6);text-align:center;color:var(--af-text-3);border-radius:var(--af-radius-lg);background:var(--af-surface-sunk);box-shadow:var(--af-sunk);display:grid}.capture-sheet-module__RY8Vha__photoEmpty p{max-inline-size:24ch;font:var(--af-type-meta);color:var(--af-text-2);margin:0}.capture-sheet-module__RY8Vha__photoActions{gap:var(--af-space-3);flex-wrap:wrap;display:flex}.capture-sheet-module__RY8Vha__suggestions{gap:var(--af-space-2);margin:calc(var(--af-space-4) * -1) 0 0;padding:0;list-style:none;display:grid}.capture-sheet-module__RY8Vha__suggestion{gap:var(--af-space-1);inline-size:100%;min-block-size:var(--af-touch);padding:var(--af-space-3) var(--af-space-4);text-align:start;cursor:pointer;border-radius:var(--af-radius-md);background:var(--af-surface-row);color:var(--af-text-1);transition:box-shadow var(--af-dur-tap) var(--af-ease-air), transform var(--af-dur-press) var(--af-ease-squeeze);border:0;display:grid}.capture-sheet-module__RY8Vha__suggestion:hover{box-shadow:var(--af-ring-air)}.capture-sheet-module__RY8Vha__suggestion:focus-visible{box-shadow:var(--af-ring-air);outline:none}.capture-sheet-module__RY8Vha__suggestion:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale))}.capture-sheet-module__RY8Vha__suggestion:disabled{opacity:.6;cursor:not-allowed}.capture-sheet-module__RY8Vha__suggestionName{font:var(--af-type-item)}.capture-sheet-module__RY8Vha__suggestionMeta{font:var(--af-type-meta);color:var(--af-text-2)}.capture-sheet-module__RY8Vha__chosen{justify-content:space-between;align-items:center;gap:var(--af-space-3);padding:var(--af-space-4);border-radius:var(--af-radius-md);background:var(--af-surface-soft);box-shadow:var(--af-ring-air);flex-wrap:wrap;display:flex}.capture-sheet-module__RY8Vha__chosenLine{font:var(--af-type-body);color:var(--af-text-1);margin:0}.capture-sheet-module__RY8Vha__chips{gap:var(--af-space-3);border:0;margin:0;padding:0;display:grid}.capture-sheet-module__RY8Vha__chips legend{font:var(--af-type-eyebrow);letter-spacing:var(--af-track-wide);text-transform:uppercase;color:var(--af-eyebrow);padding:0}.capture-sheet-module__RY8Vha__chipRow{gap:var(--af-space-2);flex-wrap:wrap;display:flex}.capture-sheet-module__RY8Vha__confirm{gap:var(--af-space-3);padding:var(--af-space-5);border-radius:var(--af-radius-md);background:var(--af-surface-soft);box-shadow:var(--af-cushion);display:grid}.capture-sheet-module__RY8Vha__confirm p{font:var(--af-type-body);color:var(--af-text-1);margin:0}.capture-sheet-module__RY8Vha__confirmActions{gap:var(--af-space-3);flex-wrap:wrap;display:flex}.capture-sheet-module__RY8Vha__error{font:var(--af-type-body);color:var(--af-repair);margin:0}.capture-sheet-module__RY8Vha__note{font:var(--af-type-meta);color:var(--af-text-3);margin:0;line-height:1.5}.capture-sheet-module__RY8Vha__formLink{font:var(--af-type-meta);color:var(--af-text-2);border-block-end:1px solid var(--af-hairline);align-self:center;text-decoration:none}.capture-sheet-module__RY8Vha__formLink:hover{color:var(--af-text-1)}.capture-sheet-module__RY8Vha__formLink:focus-visible{box-shadow:var(--af-ring-air);border-radius:var(--af-radius-sm);outline:none}
.hangar-hook-module__ZeaBSG__hook{border-radius:var(--af-radius-2xl);background-image:var(--af-surface);box-shadow:var(--af-cushion-lg), var(--af-glow-sm);isolation:isolate;animation:hangar-hook-module__ZeaBSG__hook-inflate var(--af-dur-inflate) var(--af-ease-air) both;gap:0;display:grid;position:relative;overflow:hidden}.hangar-hook-module__ZeaBSG__hook:after{content:"";border-radius:inherit;pointer-events:none;z-index:2;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--af-glow) 26%, transparent);animation:hangar-hook-module__ZeaBSG__hook-bloom calc(var(--af-dur-inflate) * 2) var(--af-ease-air) var(--af-dur-press) both;position:absolute;inset:0}@keyframes hangar-hook-module__ZeaBSG__hook-inflate{0%{opacity:0;transform:translateY(14px)scale(.972)}70%{transform:translateY(0) scale(var(--af-overshoot))}to{opacity:1;transform:none}}@keyframes hangar-hook-module__ZeaBSG__hook-bloom{0%{opacity:0}to{opacity:1}}.hangar-hook-module__ZeaBSG__hook[data-pending]{box-shadow:var(--af-cushion-pressed);transform:scale(.995)}.hangar-hook-module__ZeaBSG__media{aspect-ratio:16/10;background:var(--af-photo-pad);position:relative;overflow:hidden}.hangar-hook-module__ZeaBSG__media img{object-fit:cover;block-size:100%;inline-size:100%;animation:hangar-hook-module__ZeaBSG__hook-settle calc(var(--af-dur-inflate) * 2) var(--af-ease-air) both}@keyframes hangar-hook-module__ZeaBSG__hook-settle{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:none}}.hangar-hook-module__ZeaBSG__media:after{content:"";pointer-events:none;background:linear-gradient(180deg, transparent, var(--af-scrim-page));block-size:45%;position:absolute;inset-block-end:-1px;inset-inline:0}.hangar-hook-module__ZeaBSG__body{gap:var(--af-space-4);padding:var(--af-space-7) var(--af-space-6) var(--af-space-6);display:grid}.hangar-hook-module__ZeaBSG__hook[data-media] .hangar-hook-module__ZeaBSG__body{padding-block-start:var(--af-space-5)}.hangar-hook-module__ZeaBSG__eyebrow{font:var(--af-type-eyebrow);letter-spacing:var(--af-track-eyebrow);text-transform:uppercase;color:var(--af-eyebrow);margin:0}.hangar-hook-module__ZeaBSG__headline{font:var(--af-type-title);letter-spacing:var(--af-track-title);color:var(--af-text-1);text-wrap:balance;margin:0}.hangar-hook-module__ZeaBSG__evidence{font:var(--af-type-meta);color:var(--af-text-3);margin:0}.hangar-hook-module__ZeaBSG__because{font:var(--af-type-meta);color:var(--af-text-3);margin:0;font-style:italic}.hangar-hook-module__ZeaBSG__error{font:var(--af-type-meta);color:var(--af-repair);margin:0}.hangar-hook-module__ZeaBSG__spine{gap:var(--af-space-2);margin:0;padding:0;list-style:none;display:grid}.hangar-hook-module__ZeaBSG__spineStep{align-items:center;gap:var(--af-space-3);font:var(--af-type-meta);color:var(--af-text-2);grid-template-columns:auto 1fr auto;display:grid}.hangar-hook-module__ZeaBSG__spineMark{border:2px solid var(--af-text-3);block-size:.7rem;inline-size:.7rem;transition:box-shadow var(--af-dur-inflate) var(--af-ease-air);border-radius:50%}.hangar-hook-module__ZeaBSG__spineStep[data-state=done] .hangar-hook-module__ZeaBSG__spineMark{border-color:var(--af-action);background:var(--af-action)}.hangar-hook-module__ZeaBSG__spineStep[data-state=current] .hangar-hook-module__ZeaBSG__spineMark{border-color:var(--af-glow);box-shadow:var(--af-glow-sm)}.hangar-hook-module__ZeaBSG__spineStep[data-state=current]{color:var(--af-text-1)}.hangar-hook-module__ZeaBSG__spineStep[data-state=current] .hangar-hook-module__ZeaBSG__spineLabel{font:var(--af-type-card)}.hangar-hook-module__ZeaBSG__spineStep[data-state=done] .hangar-hook-module__ZeaBSG__spineLabel{color:var(--af-text-3);text-decoration:line-through}.hangar-hook-module__ZeaBSG__spineLabel a{color:inherit}.hangar-hook-module__ZeaBSG__spineLabel a:focus-visible{box-shadow:var(--af-ring-air);border-radius:var(--af-radius-sm);outline:none}.hangar-hook-module__ZeaBSG__spineState{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;color:var(--af-text-3)}.hangar-hook-module__ZeaBSG__spineStep[data-state=current] .hangar-hook-module__ZeaBSG__spineState{color:var(--af-glow)}.hangar-hook-module__ZeaBSG__actions{gap:var(--af-space-3);margin-block-start:var(--af-space-2);display:grid}.hangar-hook-module__ZeaBSG__primary{justify-content:center;align-items:center;gap:var(--af-space-2);min-block-size:var(--af-touch-lg);padding-inline:var(--af-space-7);border-radius:var(--af-radius-pill);background-image:var(--af-action-grad);color:var(--af-action-ink);font:var(--af-type-button);cursor:pointer;box-shadow:var(--af-cushion-air);transition:transform var(--af-dur-tap) var(--af-ease-air), box-shadow var(--af-dur-tap) var(--af-ease-air);border:0;text-decoration:none;display:inline-flex}.hangar-hook-module__ZeaBSG__primary:hover{box-shadow:var(--af-cushion-air), var(--af-glow-md);transform:translateY(-2px)}.hangar-hook-module__ZeaBSG__primary:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale));box-shadow:var(--af-cushion-pressed);transition-duration:var(--af-dur-press)}.hangar-hook-module__ZeaBSG__primary:focus-visible{outline:2px solid var(--app-focus);outline-offset:3px}.hangar-hook-module__ZeaBSG__primary:disabled{cursor:progress;opacity:.75}.hangar-hook-module__ZeaBSG__arrow{transition:transform var(--af-dur-tap) var(--af-ease-air)}.hangar-hook-module__ZeaBSG__primary:hover .hangar-hook-module__ZeaBSG__arrow{transform:translate(3px)}.hangar-hook-module__ZeaBSG__quiet{gap:var(--af-space-2);flex-wrap:wrap;display:flex}.hangar-hook-module__ZeaBSG__quiet button{min-block-size:var(--af-touch);padding-inline:var(--af-space-5);border-radius:var(--af-radius-pill);color:var(--af-text-2);font:var(--af-type-meta);cursor:pointer;transition:background-color var(--af-dur-tap) var(--af-ease-air), color var(--af-dur-tap) var(--af-ease-air), transform var(--af-dur-press) var(--af-ease-air);background:0 0;border:0}.hangar-hook-module__ZeaBSG__quiet button:hover{background:var(--af-surface-soft);color:var(--af-text-1)}.hangar-hook-module__ZeaBSG__quiet button:active{transform:scale(var(--af-press-scale))}.hangar-hook-module__ZeaBSG__quiet button:focus-visible{outline:2px solid var(--app-focus);outline-offset:2px}.hangar-hook-module__ZeaBSG__quiet button:disabled{cursor:progress;opacity:.6}.hangar-hook-module__ZeaBSG__settled{padding:var(--af-space-6) var(--af-space-6);border-radius:var(--af-radius-lg);border:1px dashed var(--af-hairline);animation:hangar-hook-module__ZeaBSG__hook-deflate var(--af-dur-deflate) var(--af-ease-squeeze) both}.hangar-hook-module__ZeaBSG__settled p{font:var(--af-type-body);color:var(--af-text-2);margin:0}@keyframes hangar-hook-module__ZeaBSG__hook-deflate{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:none}}.hangar-hook-module__ZeaBSG__secondary{gap:var(--af-space-4);display:grid}.hangar-hook-module__ZeaBSG__secondaryHeading{font:var(--af-type-eyebrow);letter-spacing:var(--af-track-eyebrow);text-transform:uppercase;color:var(--af-text-3);margin:0}.hangar-hook-module__ZeaBSG__secondaryList{gap:var(--af-space-5);margin:0;padding:0;list-style:none;display:grid}.hangar-hook-module__ZeaBSG__offer{gap:var(--af-space-1);border-block-end:1px solid var(--af-hairline);padding-block-end:var(--af-space-5);display:grid}.hangar-hook-module__ZeaBSG__offer:last-child{border-block-end:0;padding-block-end:0}.hangar-hook-module__ZeaBSG__offerLabel{font:var(--af-type-eyebrow);letter-spacing:var(--af-track-eyebrow);text-transform:uppercase;color:var(--af-eyebrow);margin:0}.hangar-hook-module__ZeaBSG__offerHeadline{font:var(--af-type-card);color:var(--af-text-1);margin:0}.hangar-hook-module__ZeaBSG__offerEvidence{font:var(--af-type-meta);color:var(--af-text-3);margin:0}.hangar-hook-module__ZeaBSG__offerAction{align-items:center;gap:var(--af-space-2);min-block-size:var(--af-touch);color:var(--af-action);font:var(--af-type-meta);transition:color var(--af-dur-tap) var(--af-ease-air);margin-block-start:var(--af-space-1);text-decoration:none;display:inline-flex}.hangar-hook-module__ZeaBSG__offerAction:hover{color:var(--af-glow)}.hangar-hook-module__ZeaBSG__offerAction:hover .hangar-hook-module__ZeaBSG__arrow{transform:translate(3px)}.hangar-hook-module__ZeaBSG__offerAction:focus-visible{outline:2px solid var(--app-focus);outline-offset:3px;border-radius:var(--af-radius-sm)}.hangar-hook-module__ZeaBSG__srOnly{clip-path:inset(50%);white-space:nowrap;border:0;block-size:1px;inline-size:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (min-width:40rem){.hangar-hook-module__ZeaBSG__hook[data-media]{grid-template-columns:minmax(0,4fr) minmax(0,5fr);align-items:stretch}.hangar-hook-module__ZeaBSG__hook[data-media] .hangar-hook-module__ZeaBSG__media{aspect-ratio:auto;block-size:100%}.hangar-hook-module__ZeaBSG__hook[data-media] .hangar-hook-module__ZeaBSG__media:after{background:linear-gradient(90deg, transparent, var(--af-scrim-page));block-size:auto;inline-size:30%;inset:0 -1px 0 auto}.hangar-hook-module__ZeaBSG__hook[data-media] .hangar-hook-module__ZeaBSG__body{padding-block-start:var(--af-space-7)}.hangar-hook-module__ZeaBSG__actions{grid-auto-flow:column;justify-content:start;align-items:center}.hangar-hook-module__ZeaBSG__primary{justify-self:start}}.hangar-hook-module__ZeaBSG__hook[data-stance=destructive]{box-shadow:var(--af-cushion-lg), var(--af-glow-target)}.hangar-hook-module__ZeaBSG__hook[data-stance=destructive] .hangar-hook-module__ZeaBSG__eyebrow{color:var(--af-target)}.hangar-hook-module__ZeaBSG__hook[data-stance=destructive]:after{box-shadow:inset 0 0 0 1px var(--af-target-ring), inset 0 0 22px -8px var(--af-target-ring);animation:hangar-hook-module__ZeaBSG__hook-lock calc(var(--af-dur-inflate) * 2.2) var(--af-ease-squeeze) var(--af-dur-press) both}.hangar-hook-module__ZeaBSG__hook[data-stance=destructive]:before{content:"";inset:var(--af-space-2);z-index:3;pointer-events:none;border:1px solid var(--af-target);border-radius:var(--af-radius-xl);opacity:.42;animation:hangar-hook-module__ZeaBSG__hook-brackets calc(var(--af-dur-inflate) * 1.8) var(--af-ease-squeeze) var(--af-dur-press) both, hangar-hook-module__ZeaBSG__hook-hold 5.2s var(--af-ease-air) calc(var(--af-dur-inflate) * 2.2) infinite;position:absolute}@keyframes hangar-hook-module__ZeaBSG__hook-lock{0%{opacity:0;transform:scale(1.035)}to{opacity:1;transform:none}}@keyframes hangar-hook-module__ZeaBSG__hook-brackets{0%{opacity:0;transform:scale(1.06)}70%{opacity:.6;transform:scale(.995)}to{opacity:.42;transform:none}}@keyframes hangar-hook-module__ZeaBSG__hook-hold{0%,to{opacity:.42}50%{opacity:.16}}[data-motion=calm] .hangar-hook-module__ZeaBSG__hook{animation-name:hangar-hook-module__ZeaBSG__hook-bloom;animation-duration:var(--af-dur-tap)}[data-motion=calm] .hangar-hook-module__ZeaBSG__hook:after,[data-motion=calm] .hangar-hook-module__ZeaBSG__media img,[data-motion=calm] .hangar-hook-module__ZeaBSG__settled{animation:none}[data-motion=calm] .hangar-hook-module__ZeaBSG__primary:hover{transform:none}[data-motion=calm] .hangar-hook-module__ZeaBSG__primary:active{transform:scale(var(--af-press-scale-calm))}[data-motion=calm] .hangar-hook-module__ZeaBSG__quiet button:active,[data-motion=calm] .hangar-hook-module__ZeaBSG__primary:hover .hangar-hook-module__ZeaBSG__arrow,[data-motion=calm] .hangar-hook-module__ZeaBSG__offerAction:hover .hangar-hook-module__ZeaBSG__arrow{transform:none}[data-motion=calm] .hangar-hook-module__ZeaBSG__hook[data-stance=destructive]:after{animation:hangar-hook-module__ZeaBSG__hook-bloom var(--af-dur-tap) both}[data-motion=calm] .hangar-hook-module__ZeaBSG__hook[data-stance=destructive]:before{animation:hangar-hook-module__ZeaBSG__hook-bloom var(--af-dur-tap) both;opacity:.42}
.cody-pick-module__HVBGCq__invitation{justify-items:start;gap:var(--af-space-3);display:grid}.cody-pick-module__HVBGCq__ask{inline-size:min(100%,26rem);min-block-size:var(--af-touch-lg);padding-inline:var(--af-space-7);border-radius:var(--af-radius-pill);background:var(--af-surface-flat);box-shadow:var(--af-ring-hangar), var(--af-cushion);color:var(--af-text-1);font:var(--af-type-button);cursor:pointer;transition:transform var(--af-dur-press) var(--af-ease-squeeze), box-shadow var(--af-dur-tap) var(--af-ease-air);border:0}.cody-pick-module__HVBGCq__ask:hover{box-shadow:var(--af-ring-air), var(--af-cushion-lg)}.cody-pick-module__HVBGCq__ask:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale));box-shadow:var(--af-cushion-pressed)}.cody-pick-module__HVBGCq__ask:focus-visible{box-shadow:var(--af-ring-air), var(--af-cushion);outline:none}.cody-pick-module__HVBGCq__ask:disabled{cursor:progress;opacity:.7}.cody-pick-module__HVBGCq__aside{max-inline-size:44ch;font:var(--af-type-body);color:var(--af-text-2);text-wrap:pretty;margin:0}.cody-pick-module__HVBGCq__pick{gap:var(--af-space-5);padding:var(--af-space-6);border-radius:var(--af-radius-xl);background:var(--af-surface);box-shadow:var(--af-ring-hangar), var(--af-cushion-lg);animation:cody-pick-module__HVBGCq__pick-arrive var(--af-dur-inflate) var(--af-ease-air) both;display:grid}.cody-pick-module__HVBGCq__pick[data-pending]{opacity:.72}@keyframes cody-pick-module__HVBGCq__pick-arrive{0%{opacity:0;transform:translateY(6px)scale(.99)}to{opacity:1;transform:none}}.cody-pick-module__HVBGCq__pick[data-stance=destructive]{box-shadow:var(--af-ring-hangar), var(--af-cushion-lg), var(--af-glow-target);animation:cody-pick-module__HVBGCq__pick-lock calc(var(--af-dur-inflate) * 1.6) var(--af-ease-squeeze) both;position:relative}.cody-pick-module__HVBGCq__pick[data-stance=destructive] .cody-pick-module__HVBGCq__eyebrow{color:var(--af-target)}.cody-pick-module__HVBGCq__pick[data-stance=destructive]:before{content:"";inset:var(--af-space-2);z-index:1;pointer-events:none;border:1px solid var(--af-target);border-radius:var(--af-radius-lg);opacity:.42;animation:cody-pick-module__HVBGCq__pick-reticle calc(var(--af-dur-inflate) * 1.9) var(--af-ease-squeeze) var(--af-dur-tap) both, cody-pick-module__HVBGCq__pick-hold 4.9s var(--af-ease-air) calc(var(--af-dur-inflate) * 2.4) infinite;position:absolute}.cody-pick-module__HVBGCq__pick[data-stance=destructive] .cody-pick-module__HVBGCq__media,.cody-pick-module__HVBGCq__pick[data-stance=destructive] .cody-pick-module__HVBGCq__body{z-index:2;position:relative}@keyframes cody-pick-module__HVBGCq__pick-lock{0%{opacity:0;transform:translateY(10px)scale(.965,.94)}64%{opacity:1;transform:translateY(0)scale(1.012,1.004)}82%{transform:scale(.997,1.002)}to{opacity:1;transform:none}}@keyframes cody-pick-module__HVBGCq__pick-reticle{0%{opacity:0;transform:scale(1.07)}70%{opacity:.6;transform:scale(.994)}to{opacity:.42;transform:none}}@keyframes cody-pick-module__HVBGCq__pick-hold{0%,to{opacity:.42}50%{opacity:.16}}.cody-pick-module__HVBGCq__media{border-radius:var(--af-radius-lg);background:var(--af-photo-pad);aspect-ratio:16/10;overflow:hidden}.cody-pick-module__HVBGCq__media img{object-fit:cover;block-size:100%;inline-size:100%;display:block}.cody-pick-module__HVBGCq__body{gap:var(--af-space-3);display:grid}.cody-pick-module__HVBGCq__eyebrow{font:var(--af-type-eyebrow);letter-spacing:var(--af-track-eyebrow);text-transform:uppercase;color:var(--af-eyebrow);margin:0}.cody-pick-module__HVBGCq__name{font:var(--af-type-title);letter-spacing:var(--af-track-title);color:var(--af-text-1);text-wrap:balance;margin:0}.cody-pick-module__HVBGCq__evidence{font:var(--af-type-meta);color:var(--af-text-3);text-wrap:pretty;margin:0}.cody-pick-module__HVBGCq__actions{align-items:center;gap:var(--af-space-3);flex-wrap:wrap;margin-block-start:var(--af-space-2);display:flex}.cody-pick-module__HVBGCq__accept,.cody-pick-module__HVBGCq__secondary,.cody-pick-module__HVBGCq__quiet{min-block-size:var(--af-touch);padding-inline:var(--af-space-6);border-radius:var(--af-radius-pill);font:var(--af-type-button);cursor:pointer;transition:transform var(--af-dur-press) var(--af-ease-squeeze), box-shadow var(--af-dur-tap) var(--af-ease-air);border:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.cody-pick-module__HVBGCq__accept{background:var(--af-action-grad);color:var(--af-action-ink);box-shadow:var(--af-cushion-air)}.cody-pick-module__HVBGCq__secondary{color:var(--af-text-1);box-shadow:var(--af-ring-hangar);background:0 0}.cody-pick-module__HVBGCq__quiet{box-shadow:none;padding-inline:var(--af-space-4);color:var(--af-text-2);text-underline-offset:3px;background:0 0;text-decoration:underline}.cody-pick-module__HVBGCq__accept:hover{box-shadow:var(--af-cushion-air), var(--af-glow-md)}.cody-pick-module__HVBGCq__secondary:hover{box-shadow:var(--af-ring-air), var(--af-cushion-lg)}.cody-pick-module__HVBGCq__quiet:hover{color:var(--af-text-1)}.cody-pick-module__HVBGCq__accept:active,.cody-pick-module__HVBGCq__secondary:active{transform:translateY(var(--af-press-drop)) scale(var(--af-press-scale));box-shadow:var(--af-cushion-pressed)}.cody-pick-module__HVBGCq__accept:focus-visible,.cody-pick-module__HVBGCq__secondary:focus-visible,.cody-pick-module__HVBGCq__quiet:focus-visible{box-shadow:var(--af-ring-air);outline:none}.cody-pick-module__HVBGCq__secondary:disabled,.cody-pick-module__HVBGCq__quiet:disabled{opacity:.6;cursor:progress}.cody-pick-module__HVBGCq__srOnly{clip-path:inset(50%);white-space:nowrap;block-size:1px;inline-size:1px;position:absolute;overflow:hidden}@media (min-width:720px){.cody-pick-module__HVBGCq__pick{grid-template-columns:minmax(0,18rem) minmax(0,1fr);align-items:center}.cody-pick-module__HVBGCq__media{aspect-ratio:1}}[data-motion=calm] .cody-pick-module__HVBGCq__pick{animation:none}[data-motion=calm] .cody-pick-module__HVBGCq__ask,[data-motion=calm] .cody-pick-module__HVBGCq__accept,[data-motion=calm] .cody-pick-module__HVBGCq__secondary,[data-motion=calm] .cody-pick-module__HVBGCq__quiet{transition:none}[data-motion=calm] .cody-pick-module__HVBGCq__ask:active,[data-motion=calm] .cody-pick-module__HVBGCq__accept:active,[data-motion=calm] .cody-pick-module__HVBGCq__secondary:active{transform:none}[data-motion=calm] .cody-pick-module__HVBGCq__pick[data-stance=destructive]{animation:cody-pick-module__HVBGCq__pick-arrive var(--af-dur-tap) both}[data-motion=calm] .cody-pick-module__HVBGCq__pick[data-stance=destructive]:before{opacity:.42;animation:none}
.hangar-module__IabY2G__head{flex-wrap:wrap;row-gap:6px;margin-block-start:8px}.hangar-module__IabY2G__head>h1{flex:auto}.hangar-module__IabY2G__tally{text-align:end;flex:none;margin-inline-start:auto;line-height:1.4}.hangar-module__IabY2G__tally a{color:inherit;text-decoration:none}.hangar-module__IabY2G__tally a:hover{color:var(--af-text-1)}.hangar-module__IabY2G__tally a:focus-visible{box-shadow:var(--af-ring-air);border-radius:6px;outline:none}.hangar-module__IabY2G__empty{gap:10px;margin-block-start:18px;padding:20px;display:grid}.hangar-module__IabY2G__quiet{margin-block-start:18px}.hangar-module__IabY2G__bays{grid-template-columns:1.4fr 1fr;gap:10px;margin-block-start:14px;display:grid}.hangar-module__IabY2G__cleanout,.hangar-module__IabY2G__repair,.hangar-module__IabY2G__fleet{block-size:120px;min-inline-size:0;color:var(--af-text-1);transition:transform var(--af-dur-press) var(--af-ease-squeeze);border-radius:26px;flex-direction:column;justify-content:space-between;padding:14px;text-decoration:none;display:flex;position:relative;overflow:hidden}.hangar-module__IabY2G__cleanout:active,.hangar-module__IabY2G__repair:active,.hangar-module__IabY2G__fleet:active{transform:scale(var(--af-press-scale))}[data-motion=calm] .hangar-module__IabY2G__cleanout:active,[data-motion=calm] .hangar-module__IabY2G__repair:active,[data-motion=calm] .hangar-module__IabY2G__fleet:active{transform:scale(var(--af-press-scale-calm))}.hangar-module__IabY2G__cleanout:focus-visible,.hangar-module__IabY2G__repair:focus-visible,.hangar-module__IabY2G__fleet:focus-visible{box-shadow:var(--af-ring-air);outline:none}.hangar-module__IabY2G__cleanout{box-shadow:var(--af-pillow-gold);color:var(--af-white);padding:0}.hangar-module__IabY2G__bayArt{object-fit:cover;object-position:50% 30%;filter:saturate(.8);block-size:100%;inline-size:100%;position:absolute;inset:0}.hangar-module__IabY2G__bayVeil{background:var(--af-tile-veil);position:absolute;inset:0}.hangar-module__IabY2G__bayText{flex-direction:column;gap:5px;display:flex;position:absolute;inset-block-end:12px;inset-inline:14px}.hangar-module__IabY2G__bayName{font:800 17px/1.1 var(--af-font-display)}.hangar-module__IabY2G__baySub{font:600 11px/1.3 var(--af-font-text);color:color-mix(in srgb, var(--af-white) 70%, transparent);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hangar-module__IabY2G__repair{background:var(--af-surface-bench);box-shadow:var(--af-pillow-bench)}.hangar-module__IabY2G__repair>span:last-child,.hangar-module__IabY2G__fleet>span:last-child{flex-direction:column;gap:5px;display:flex}.hangar-module__IabY2G__repairName{font:800 15px/1.15 var(--af-font-display)}.hangar-module__IabY2G__benchLight{border-radius:var(--af-radius-pill);background:var(--af-amber-500);block-size:6px;inline-size:44px;box-shadow:0 0 18px var(--af-amber-500), 0 0 40px var(--af-amber-500)}.hangar-module__IabY2G__repair[data-clear] .hangar-module__IabY2G__benchLight{background:var(--af-green-400);box-shadow:0 0 18px var(--af-green-400), 0 0 40px var(--af-green-400)}.hangar-module__IabY2G__fleet{background:var(--af-surface-graphite-tile);block-size:96px;box-shadow:var(--af-lit-quiet), 0 0 0 1px color-mix(in srgb, var(--af-sq-cyan-100) 18%, transparent), 0 20px 36px -16px var(--af-void);grid-column:1/-1}.hangar-module__IabY2G__ladder{align-items:flex-end;gap:3px;block-size:18px;display:flex}.hangar-module__IabY2G__ladder>i{border-radius:2px;inline-size:5px}.hangar-module__IabY2G__ladder>i[data-v=keep]{background:var(--af-green-400);block-size:60%}.hangar-module__IabY2G__ladder>i[data-v=watch]{background:var(--af-sq-cyan-300);block-size:100%}.hangar-module__IabY2G__ladder>i[data-v=sell]{background:var(--af-gold-400);block-size:40%}.hangar-module__IabY2G__ladder>i[data-v=throw]{background:var(--af-coral-500);block-size:30%}.hangar-module__IabY2G__recent{margin-block-start:26px}.hangar-module__IabY2G__recentRail{margin-block:10px 0;list-style:none}.hangar-module__IabY2G__recentCard{inline-size:118px;color:inherit;flex-direction:column;text-decoration:none;display:flex}.hangar-module__IabY2G__recentCard:focus-visible{outline:none}.hangar-module__IabY2G__recentCard:focus-visible .hangar-module__IabY2G__recentShelf{box-shadow:var(--af-pillow), var(--af-ring-air)}.hangar-module__IabY2G__recentShelf{background:var(--af-surface-sunk);block-size:118px;inline-size:118px;box-shadow:var(--af-pillow-flat)}.hangar-module__IabY2G__recentName{font:var(--af-type-item);text-overflow:ellipsis;white-space:nowrap;margin-block:8px 4px;overflow:hidden}
.kennel-controls-module__AEwMAW__controls{gap:8px;margin-block-start:12px;display:flex}.kennel-controls-module__AEwMAW__searchRow{flex:1;gap:8px;min-inline-size:0;display:flex}.kennel-controls-module__AEwMAW__search{min-inline-size:0;min-block-size:var(--af-touch);border-radius:var(--af-radius-pill);border:1px solid color-mix(in srgb, var(--af-sq-cyan-300) 20%, transparent);background:var(--af-glass-dark);color:var(--af-text-1);font:var(--af-type-input);flex:1;padding-inline:16px}.kennel-controls-module__AEwMAW__search::placeholder{color:var(--af-text-2)}.kennel-controls-module__AEwMAW__search:focus-visible{box-shadow:var(--af-ring-air);outline:none}.kennel-controls-module__AEwMAW__clear,.kennel-controls-module__AEwMAW__sort{min-block-size:var(--af-touch);border-radius:var(--af-radius-pill);border:1px solid color-mix(in srgb, var(--af-sq-cyan-300) 20%, transparent);background:color-mix(in srgb, var(--af-sq-cyan-300) 7%, transparent);color:var(--af-text-1);font:var(--af-type-button-sm);cursor:pointer;transition:transform var(--af-dur-press) var(--af-ease-squeeze);flex:none;padding-inline:14px}.kennel-controls-module__AEwMAW__clear:active,.kennel-controls-module__AEwMAW__sort:active{transform:scale(var(--af-press-scale))}[data-motion=calm] .kennel-controls-module__AEwMAW__clear:active,[data-motion=calm] .kennel-controls-module__AEwMAW__sort:active{transform:scale(var(--af-press-scale-calm))}.kennel-controls-module__AEwMAW__sort:hover,.kennel-controls-module__AEwMAW__clear:hover{color:var(--af-text-1);background:color-mix(in srgb, var(--af-sq-cyan-300) 12%, transparent)}.kennel-controls-module__AEwMAW__clear:focus-visible,.kennel-controls-module__AEwMAW__sort:focus-visible{box-shadow:var(--af-ring-air);outline:none}.kennel-controls-module__AEwMAW__options{gap:var(--af-space-2);margin:0;padding:0;list-style:none;display:grid}.kennel-controls-module__AEwMAW__option{justify-content:space-between;align-items:center;gap:var(--af-space-4);inline-size:100%;min-block-size:var(--af-touch-lg);padding-inline:var(--af-space-5);border-radius:var(--af-radius-lg);background:var(--af-surface);box-shadow:var(--af-cushion), var(--af-rim);color:var(--af-text-1);text-align:start;cursor:pointer;border:0;display:flex}.kennel-controls-module__AEwMAW__option:focus-visible{box-shadow:var(--af-cushion), var(--af-ring-air);outline:none}.kennel-controls-module__AEwMAW__option[data-current]{box-shadow:var(--af-cushion), var(--af-ring-air)}.kennel-controls-module__AEwMAW__optionLabel{font:var(--af-type-item)}.kennel-controls-module__AEwMAW__optionMark{font:var(--af-type-nav);letter-spacing:var(--af-track-nav);text-transform:uppercase;color:var(--af-action)}
.brand-mark-module__WORNba__wrap{align-items:center;width:max-content;display:inline-flex}.brand-mark-module__WORNba__slipstream{display:none}.brand-mark-module__WORNba__vibe{width:var(--mark-width);height:var(--mark-height);background:var(--app-current);filter:drop-shadow(0 0 var(--mark-glow) color-mix(in srgb, var(--vibe-color-voltage-500) 34%, transparent)) drop-shadow(0 0 var(--mark-glow) color-mix(in srgb, var(--vibe-color-pulse-500) 24%, transparent));display:block;-webkit-mask:url(/brand/slipstream-mark-reversed.svg) 50%/contain no-repeat;mask:url(/brand/slipstream-mark-reversed.svg) 50%/contain no-repeat}:root[data-theme=light] .brand-mark-module__WORNba__slipstream{display:block}:root[data-theme=light] .brand-mark-module__WORNba__vibe{display:none}
.shelf-module__HtU1uW__room{min-block-size:100dvh;padding:var(--af-space-6) var(--af-gutter) var(--af-space-10);background:var(--af-bg);color:var(--af-text-1);font:var(--af-type-body)}.shelf-module__HtU1uW__hint{margin:0 0 var(--af-space-6);color:var(--af-text-2)}.shelf-module__HtU1uW__wall{gap:var(--af-gap-card);grid-template-columns:repeat(2,1fr);margin:0;padding:0;list-style:none;display:grid}.shelf-module__HtU1uW__wide{grid-column:span 2}.shelf-module__HtU1uW__tile{gap:var(--af-space-2);color:inherit;transition:scale var(--af-dur-lift) var(--af-ease-air), filter var(--af-dur-lift) var(--af-ease-air);text-decoration:none;display:grid}.shelf-module__HtU1uW__tile:active{scale:.97}.shelf-module__HtU1uW__tile[data-chosen]{filter:drop-shadow(0 10px 22px color-mix(in srgb, var(--af-sq-void) 55%, transparent));scale:1.03}.shelf-module__HtU1uW__tile[data-returned]{animation:shelf-module__HtU1uW__tile-returned var(--af-dur-settle) var(--af-ease-air)}@keyframes shelf-module__HtU1uW__tile-returned{0%{box-shadow:0 0 0 3px var(--af-action)}to{box-shadow:0 0 0 3px #0000}}[data-motion=calm] .shelf-module__HtU1uW__tile{transition:none}[data-motion=calm] .shelf-module__HtU1uW__tile[data-chosen]{filter:none;box-shadow:0 0 0 3px var(--af-action);scale:1}[data-motion=calm] .shelf-module__HtU1uW__tile[data-returned]{box-shadow:0 0 0 3px var(--af-action);animation:none}.shelf-module__HtU1uW__tile:focus-visible{outline:2px solid var(--af-action);outline-offset:3px;border-radius:var(--af-radius-md)}.shelf-module__HtU1uW__name{font:var(--af-type-item)}.shelf-module__HtU1uW__back{min-block-size:var(--af-touch);color:var(--af-text-2);align-items:center;text-decoration:none;display:inline-flex}.shelf-module__HtU1uW__toyName{font:var(--af-type-display);letter-spacing:var(--af-track-display);margin:0 0 var(--af-space-5)}.shelf-module__HtU1uW__note{color:var(--af-text-2)}
.module-switcher-module__d-jzeW__wrap{gap:var(--slipstream-spacing-1);flex-direction:column;display:flex}.module-switcher-module__d-jzeW__list{gap:var(--slipstream-spacing-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.module-switcher-module__d-jzeW__row{align-items:flex-start;gap:var(--slipstream-spacing-3);width:100%;min-height:56px;padding:var(--slipstream-spacing-3);border-radius:var(--slipstream-radius-lg);color:var(--app-ink-body);transition:background-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard), border-color var(--slipstream-motion-duration-fast) var(--slipstream-motion-easing-standard);border:1px solid #0000;text-decoration:none;display:flex}.module-switcher-module__d-jzeW__row:hover{background:var(--app-surface-hover)}.module-switcher-module__d-jzeW__row:active{background:var(--app-surface-active)}.module-switcher-module__d-jzeW__row:focus-visible{outline:2px solid var(--app-focus);outline-offset:2px}.module-switcher-module__d-jzeW__row[data-current]{background:var(--app-neutral-tint);border-color:var(--app-border)}.module-switcher-module__d-jzeW__row[data-module=trek]{--module-color:var(--vibe-color-voltage-500)}.module-switcher-module__d-jzeW__row[data-module=sip]{--module-color:var(--vibe-color-pulse-500)}.module-switcher-module__d-jzeW__row[data-module=stash]{--module-color:var(--vibe-color-ultraviolet-500)}.module-switcher-module__d-jzeW__row[data-module] .module-switcher-module__d-jzeW__glyph{color:var(--module-color);background:color-mix(in srgb, var(--module-color) 14%, var(--app-surface))}.module-switcher-module__d-jzeW__row[data-module][data-current]{border-color:color-mix(in srgb, var(--module-color) 56%, var(--app-border))}.module-switcher-module__d-jzeW__glyph{border-radius:var(--slipstream-radius-md);background:var(--app-neutral-tint);width:40px;height:40px;color:var(--app-accent);flex:none;justify-content:center;align-items:center;display:inline-flex}.module-switcher-module__d-jzeW__row[data-current] .module-switcher-module__d-jzeW__glyph{background:var(--app-surface)}.module-switcher-module__d-jzeW__text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.module-switcher-module__d-jzeW__name{color:var(--app-ink);font-weight:600}.module-switcher-module__d-jzeW__blurb{font-size:var(--slipstream-type-bodyS-size);line-height:var(--slipstream-type-bodyS-line);color:var(--app-ink-muted);overflow-wrap:anywhere}.module-switcher-module__d-jzeW__divider{margin:var(--slipstream-spacing-2) 0;border:0;border-top:1px solid var(--app-divider)}.module-switcher-module__d-jzeW__quiet{min-height:44px;padding:0 var(--slipstream-spacing-3);border-radius:var(--slipstream-radius-md);color:var(--app-accent);font-size:var(--slipstream-type-bodyS-size);align-items:center;font-weight:500;text-decoration:none;display:flex}.module-switcher-module__d-jzeW__quiet:hover{background:var(--app-surface-hover)}.module-switcher-module__d-jzeW__quiet:focus-visible{outline:2px solid var(--app-focus);outline-offset:2px}
.loading-module__wHtlxW__page{gap:var(--slipstream-spacing-3);flex-direction:column;display:flex}.loading-module__wHtlxW__hero{margin-top:var(--slipstream-spacing-3)}.loading-module__wHtlxW__rows{gap:var(--slipstream-spacing-4);margin-top:var(--slipstream-spacing-5);flex-direction:column;display:flex}.loading-module__wHtlxW__row{align-items:center;gap:var(--slipstream-spacing-3);display:flex}
