.shell-icon-button,.shell-selector-button{box-sizing:border-box;color:var(--text-secondary);justify-content:center;align-items:center;gap:var(--space-2);cursor:pointer;font-family:var(--font-ui);font-weight:var(--weight-medium);margin:0;line-height:1;text-decoration:none;transition:none;display:inline-flex}.shell-icon-button{transition:color var(--motion-smooth-duration) var(--motion-smooth-easing)}.shell-glass-bubble.shell-icon-button,.shell-glass-bubble.shell-selector-button{border:1px solid var(--shell-glass-border);box-shadow:var(--shell-glass-shadow-inset), var(--shell-glass-shadow-drop);isolation:isolate;border-radius:var(--radius);background:0 0;overflow:hidden}.shell-icon-button>.shell-bubble__content{justify-content:center;align-items:center;gap:var(--space-2);flex:none;display:inline-flex;position:absolute;inset:0}.shell-glass-bubble.shell-selector-button{background-color:var(--shell-glass-frost);flex:none;width:max-content;max-width:100%;display:inline-flex;overflow:visible}.shell-glass-bubble.shell-selector-button:focus,.shell-glass-bubble.shell-selector-button:focus-visible,.shell-glass-bubble.shell-selector-button:focus-within{outline-offset:0;box-shadow:var(--shell-glass-shadow-inset), var(--shell-glass-shadow-drop);outline:none}.shell-glass-bubble.shell-selector-button:focus-visible{box-shadow:var(--shell-glass-shadow-inset), var(--shell-glass-shadow-drop), 0 0 0 2px color-mix(in srgb, var(--accent-primary,#ecf170) 35%, transparent)}.shell-glass-bubble.shell-selector-button>.shell-bubble__content{inset:unset;align-items:center;gap:var(--space-2);flex:0 auto;width:auto;display:inline-flex;position:relative}.shell-selector-menu>.shell-bubble__content{flex-direction:column;width:100%;display:flex}.shell-icon-button--sm,.shell-selector-button--sm{height:var(--shell-control-height-sm,var(--rint-control-height-shell,2.25rem));min-height:var(--shell-control-height-sm,var(--rint-control-height-shell,2.25rem));padding:0 var(--space-3);font-size:var(--type-label-sm)}.shell-icon-button--md,.shell-selector-button--md{height:var(--shell-control-height-md,2.625rem);min-height:var(--shell-control-height-md,2.625rem);padding:0 var(--space-4);font-size:var(--type-control,var(--type-body-sm))}.shell-icon-button--sm{min-width:var(--shell-control-height-sm,var(--rint-control-height-shell,2.25rem));padding-inline:0}.shell-icon-button--md{min-width:var(--shell-control-height-md,2.625rem);padding-inline:0}.shell-selector-button--sm{padding-right:var(--space-2)}.shell-selector-button--md{padding-right:var(--space-3)}.shell-icon-button:hover,.shell-selector-button:hover,.shell-selector-button[aria-expanded=true]{color:var(--text-primary)}.shell-icon-button__icon,.shell-selector-button__icon{flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex}.shell-selector-button__icon:empty{display:none}.shell-icon-button__icon .lucide-icon,.shell-selector-button__icon .lucide-icon,.shell-selector-button__chevron{width:1rem;height:1rem}.shell-selector-button__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:12rem;overflow:hidden}.shell-selector-button__chevron{opacity:.72;pointer-events:none;flex-shrink:0;transition:none}.shell-selector-button[aria-expanded=true] .shell-selector-button__chevron{transform:rotate(180deg)}.shell-selector{flex:none;align-items:flex-start;display:inline-flex;position:relative}.shell-selector-menu-wrap{z-index:110;min-width:100%;position:absolute;left:0}.shell-selector-menu-wrap.is-fit{z-index:120;flex:none;position:fixed;bottom:auto;left:0;right:auto;overflow:visible}.shell-selector-menu-wrap--top{bottom:calc(100% + var(--space-2))}.shell-selector-menu-wrap--bottom{top:calc(100% + var(--space-2))}.shell-selector-menu-wrap.is-fit.shell-selector-menu-wrap--top,.shell-selector-menu-wrap.is-fit.shell-selector-menu-wrap--bottom{top:auto;bottom:auto}.shell-selector-menu{padding:var(--space-2);gap:var(--space-1);box-sizing:border-box;flex-direction:column;min-width:max(100%,11rem);display:flex}.shell-selector-menu-wrap.is-fit .shell-selector-menu{min-width:100%;max-width:100%}.shell-selector-option{box-sizing:border-box;width:100%;padding:var(--space-2) var(--space-3);border-radius:calc(var(--radius) * .65);color:var(--text-secondary);font-family:var(--font-ui);font-size:var(--type-label-sm);font-weight:var(--weight-medium);text-align:left;cursor:pointer;transition:color var(--motion-smooth-duration) var(--motion-smooth-easing), background-color var(--motion-smooth-duration) var(--motion-smooth-easing);background:0 0;border:none;margin:0;line-height:1.35}.shell-selector-option:hover:not(:disabled){color:var(--text-primary);background:color-mix(in srgb, var(--rint-text,#fff) 8%, transparent)}.shell-selector-option[aria-selected=true]{color:var(--text-primary);background:color-mix(in srgb, var(--rint-text,#fff) 6%, transparent)}.shell-selector-option:disabled{opacity:.4;cursor:not-allowed}.shell-selector-option:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--accent-primary) 30%, transparent);outline:none}
