.lore-dropdown-trigger{display:inline-flex;align-items:center;vertical-align:middle}.lore-dropdown-menu{position:fixed;z-index:10050;box-sizing:border-box;min-width:180px;max-width:min(280px,calc(100vw - 32px));padding:0;border-radius:var(--border-radius-radius-md);border:1px solid var(--line-separating-content);background:var(--surface-card);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);color:var(--text-primary)}.lore-dropdown-label{padding:var(--spacing-8) var(--spacing-12) var(--spacing-4);font-size:var(--typography-font-sizes-xs,12px);font-weight:var(--typography-font-weights-medium,500);color:var(--text-secondary)}.lore-dropdown-item,.lore-dropdown-label{font-family:var(--typography-font-families-roboto);line-height:1.35}.lore-dropdown-item{display:flex;align-items:center;width:100%;min-height:44px;margin:0;padding:0 var(--spacing-12);border:none;background:transparent;font-size:var(--typography-font-sizes-md,16px);font-weight:var(--typography-font-weights-regular,400);color:var(--text-primary);text-align:left;cursor:pointer}.lore-dropdown-item:focus-visible,.lore-dropdown-item:hover:not(:disabled){background:var(--surface-secondary,var(--surface-page));outline:none}.lore-dropdown-item:last-child{border-bottom-left-radius:var(--border-radius-radius-md);border-bottom-right-radius:var(--border-radius-radius-md)}.lore-dropdown-item:disabled{color:var(--control-disabled-text);cursor:not-allowed}.lore-dropdown-item[data-destructive=true]:not(:disabled){color:var(--text-error,var(--icon-error,#b81c1c))}.lore-dropdown-separator{height:1px;margin:0;background:var(--line-separating-content);border:none}.lore-stepper{box-sizing:border-box;width:100%;max-width:100%;font-family:var(--typography-font-families-roboto),sans-serif}.lore-stepper--horizontal{padding-inline:4px}.lore-stepper__list{display:flex;margin:0;padding:0;list-style:none}.lore-stepper--horizontal .lore-stepper__list{flex-direction:row;align-items:flex-start;width:100%}.lore-stepper--vertical .lore-stepper__list{flex-direction:column;align-items:stretch}.lore-stepper__step{min-width:0}.lore-stepper--horizontal .lore-stepper__step{flex:1 1;min-width:0}.lore-stepper--horizontal .lore-stepper__step--last{flex:1 1}.lore-stepper__button{display:flex;width:100%;margin:0;padding:0;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:default}.lore-stepper--horizontal .lore-stepper__button{flex-direction:column;align-items:stretch;gap:var(--spacing-8)}.lore-stepper--vertical .lore-stepper__button{flex-direction:row;align-items:stretch;gap:var(--spacing-12)}.lore-stepper--align-center.lore-stepper--horizontal .lore-stepper__button{align-items:stretch;text-align:center}.lore-stepper--align-center.lore-stepper--horizontal .lore-stepper__text{align-items:center}.lore-stepper--align-center.lore-stepper--horizontal .lore-stepper__rail{justify-content:flex-start}.lore-stepper--align-center.lore-stepper--horizontal .lore-stepper__connector{flex:1 1;min-width:0}.lore-stepper--interactive .lore-stepper__button{cursor:pointer;border-radius:var(--border-radius-radius-md)}.lore-stepper--interactive .lore-stepper__button:hover .lore-stepper__label{text-decoration:underline}.lore-stepper--interactive .lore-stepper__button:focus-visible{outline:2px solid var(--line-highlighting-content);outline-offset:4px}.lore-stepper__rail{display:flex;flex-direction:row;align-items:center;width:100%;min-height:var(--control-height-md)}.lore-stepper--sm .lore-stepper__rail{min-height:var(--control-height-sm)}.lore-stepper--lg .lore-stepper__rail{min-height:var(--control-height-lg)}.lore-stepper--horizontal .lore-stepper__connector{flex:1 1 auto;height:2px;min-width:var(--spacing-8);margin:0 -2px;align-self:center}.lore-stepper__connector--spacer{background:transparent!important;min-width:0;margin:0}.lore-stepper__track{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:var(--control-height-md);align-self:stretch}.lore-stepper--sm .lore-stepper__track{width:var(--control-height-sm)}.lore-stepper--lg .lore-stepper__track{width:var(--control-height-lg)}.lore-stepper--vertical .lore-stepper__connector{flex:1 1 auto;width:2px;min-height:var(--spacing-16);margin:-2px 0}.lore-stepper--vertical .lore-stepper__step--last .lore-stepper__track{align-self:flex-start}.lore-stepper--vertical .lore-stepper__step:not(.lore-stepper__step--last){min-height:calc(var(--control-height-md) + var(--spacing-24))}.lore-stepper--vertical.lore-stepper--sm .lore-stepper__step:not(.lore-stepper__step--last){min-height:calc(var(--control-height-sm) + var(--spacing-24))}.lore-stepper--vertical.lore-stepper--lg .lore-stepper__step:not(.lore-stepper__step--last){min-height:calc(var(--control-height-lg) + var(--spacing-24))}.lore-stepper__indicator{position:relative;z-index:1;box-sizing:border-box;flex-shrink:0;display:grid;place-items:center;width:var(--control-height-md);height:var(--control-height-md);min-width:var(--control-height-md);min-height:var(--control-height-md);border:2px solid color-mix(in srgb,var(--text-secondary) 55%,var(--surface-card));border-radius:var(--border-radius-radius-full);background:var(--surface-card);color:var(--text-secondary);font-size:var(--typography-font-sizes-base);font-weight:var(--typography-font-weights-medium);line-height:1;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.lore-stepper--sm .lore-stepper__indicator{width:var(--control-height-sm);height:var(--control-height-sm);min-width:var(--control-height-sm);min-height:var(--control-height-sm);font-size:var(--typography-font-sizes-sm)}.lore-stepper--sm .lore-stepper__indicator:after{content:"";position:absolute;inset:50% auto auto 50%;width:var(--control-hit-target-min);height:var(--control-hit-target-min);margin:calc(var(--control-hit-target-min) / -2) 0 0 calc(var(--control-hit-target-min) / -2)}.lore-stepper--lg .lore-stepper__indicator{width:var(--control-height-lg);height:var(--control-height-lg);min-width:var(--control-height-lg);min-height:var(--control-height-lg)}.lore-stepper__step--active .lore-stepper__indicator{border-color:var(--line-highlighting-content);background:var(--line-highlighting-content);color:var(--text-on-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--line-highlighting-content) 28%,transparent)}.lore-stepper__step--active .lore-stepper__label{color:var(--text-primary);font-weight:var(--typography-font-weights-medium)}.lore-stepper__step--completed .lore-stepper__indicator{border-color:color-mix(in srgb,var(--line-highlighting-content) 55%,var(--surface-card));background:color-mix(in srgb,var(--line-highlighting-content) 16%,var(--surface-card));color:var(--line-highlighting-content);box-shadow:none}.lore-stepper__step--completed .lore-stepper__label,.lore-stepper__step--upcoming .lore-stepper__label{color:var(--text-secondary)}.lore-stepper--static .lore-stepper__indicator,.lore-stepper--static .lore-stepper__step--active .lore-stepper__indicator,.lore-stepper--static .lore-stepper__step--completed .lore-stepper__indicator{border-color:color-mix(in srgb,var(--text-secondary) 55%,var(--surface-card));background:var(--surface-card);color:var(--text-primary);box-shadow:none}.lore-stepper--static .lore-stepper__label,.lore-stepper--static .lore-stepper__step--active .lore-stepper__label,.lore-stepper--static .lore-stepper__step--completed .lore-stepper__label,.lore-stepper--static .lore-stepper__step--upcoming .lore-stepper__label{color:var(--text-primary)}.lore-stepper--static .lore-stepper__connector--filled{background:color-mix(in srgb,var(--text-secondary) 45%,var(--surface-card))}.lore-stepper__indicator--error{border-color:var(--icon-error)!important;background:color-mix(in srgb,var(--icon-error) 14%,var(--surface-card))!important;color:var(--icon-error)!important;box-shadow:none!important}.lore-stepper__indicator--warning{border-color:var(--icon-warning)!important;background:color-mix(in srgb,var(--icon-warning) 16%,var(--surface-card))!important;color:var(--icon-warning)!important;box-shadow:none!important}.lore-stepper__indicator--loading{border-color:color-mix(in srgb,var(--line-highlighting-content) 55%,var(--surface-card))!important;background:var(--surface-card)!important;color:var(--line-highlighting-content)!important;box-shadow:none!important}.lore-stepper__step--error .lore-stepper__label{color:var(--text-negative)}.lore-stepper__spinner{display:grid;place-items:center;width:1.25em;height:1.25em;line-height:0}.lore-stepper__spinner .lore-spinner{transform:scale(.65);transform-origin:center center}.lore-stepper__custom-icon,.lore-stepper__glyph{display:grid;place-items:center;width:1.25em;height:1.25em;line-height:0;flex-shrink:0}.lore-stepper__custom-icon>*,.lore-stepper__glyph>*,.lore-stepper__indicator>.MuiSvgIcon-root{display:block!important;width:100%!important;height:100%!important;font-size:inherit!important;margin:0!important}.lore-stepper__number{display:block;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transform:translateY(.05em)}.lore-stepper__connector{background:color-mix(in srgb,var(--text-secondary) 45%,var(--surface-card))}.lore-stepper__connector--filled{background:color-mix(in srgb,var(--line-highlighting-content) 45%,var(--surface-card))}.lore-stepper__text{display:flex;flex-direction:column;gap:2px;min-width:0}.lore-stepper--compact .lore-stepper__text{display:none}.lore-stepper--vertical .lore-stepper__text{padding-top:var(--spacing-8);padding-bottom:var(--spacing-16)}.lore-stepper--vertical .lore-stepper__step--last .lore-stepper__text{padding-bottom:0}.lore-stepper--vertical.lore-stepper--sm .lore-stepper__text{padding-top:var(--spacing-4)}.lore-stepper--vertical.lore-stepper--lg .lore-stepper__text{padding-top:var(--spacing-12)}.lore-stepper__label{font-size:var(--typography-font-sizes-base);font-weight:var(--typography-font-weights-medium);color:var(--text-primary);letter-spacing:.5px;overflow-wrap:anywhere}.lore-stepper__description{font-size:var(--typography-font-sizes-sm);color:var(--text-secondary);line-height:1.4;overflow-wrap:anywhere}@media (prefers-reduced-motion:reduce){.lore-stepper__connector,.lore-stepper__indicator{transition:none}}