.outbornAppShell{width:100%;position:relative}.outbornAppShellTrigger{width:100%;min-height:42px;color:var(--outborn-app-shell-text,#454b55);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:9px;margin:0;padding:4px 8px;display:grid}.outbornAppShellTrigger:hover,.outbornAppShellTrigger[aria-expanded=true]{background:var(--outborn-app-shell-hover,#e5e8ee);color:var(--outborn-app-shell-strong,#111317)}.outbornAppShellTrigger:focus-visible,.outbornAppShellItem:focus-visible,.outbornAppShellAdminItem:focus-visible,.outbornAppShellHeader a:focus-visible{outline:2px solid var(--outborn-app-shell-focus,#4c6fff);outline-offset:2px}.outbornAppShellTriggerIcon{width:34px;height:34px;color:var(--outborn-app-shell-muted,#757c87);place-items:center;display:grid}.outbornAppShellGridIcon{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);place-content:center;gap:2px;display:grid}.outbornAppShellGridIcon i{background:currentColor;border-radius:1.5px;place-self:center;width:100%;max-width:4px;height:100%;max-height:4px}.outbornAppShellTriggerCopy{gap:1px;min-width:0;display:grid}.outbornAppShellTriggerCopy strong{color:inherit;font-size:12px;font-weight:650}.outbornAppShellTriggerCopy small{color:var(--outborn-app-shell-muted,#7b818c);font-size:10px;font-weight:500}.outbornAppShellChevron{color:var(--outborn-app-shell-muted,#8b919c);text-align:center;font-size:20px;line-height:1}.outbornAppShellPopover{z-index:440;border:1px solid var(--outborn-app-shell-border,#dfe2e7);background:var(--outborn-app-shell-surface,#fff);width:min(360px,100vw - 24px);max-height:min(540px,100vh - 32px);color:var(--outborn-app-shell-strong,#111317);border-radius:14px;padding:8px;position:absolute;bottom:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 18px 44px #1a1f2829}.outbornAppShellHeader{border-bottom:1px solid var(--outborn-app-shell-border,#e6e8eb);justify-content:space-between;align-items:center;gap:12px;padding:6px 6px 10px;display:flex}.outbornAppShellHeader>span{gap:2px;min-width:0;display:grid}.outbornAppShellHeader strong{font-size:12px}.outbornAppShellHeader small{color:var(--outborn-app-shell-muted,#7b818c);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.outbornAppShellHeader a{color:var(--outborn-app-shell-text,#454b55);border-radius:7px;padding:6px 7px;font-size:11px;font-weight:650;text-decoration:none}.outbornAppShellHeader a:hover{background:var(--outborn-app-shell-soft,#f1f3f6)}.outbornAppShellSection{padding:10px 4px 4px}.outbornAppShellSection+.outbornAppShellSection{border-top:1px solid var(--outborn-app-shell-border,#e6e8eb);margin-top:4px}.outbornAppShellHeading{color:var(--outborn-app-shell-muted,#7b818c);text-transform:uppercase;letter-spacing:.08em;padding:0 2px 8px;font-size:10px;font-weight:700}.outbornAppShellGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.outbornAppShellItem{min-width:0;min-height:88px;color:var(--outborn-app-shell-text,#434851);text-align:center;background:0 0;border:0;border-radius:11px;align-content:center;place-items:center;gap:7px;padding:10px 6px;font-size:11px;font-weight:600;text-decoration:none;display:grid}.outbornAppShellItem:hover{background:var(--outborn-app-shell-soft,#f0f2f5);color:var(--outborn-app-shell-strong,#111317)}.outbornAppShellItem.isDisabled{opacity:.48;cursor:default}.outbornAppShellItem.isDisabled:hover{color:var(--outborn-app-shell-text,#434851);background:0 0}.outbornAppShellMark{border:1px solid var(--outborn-app-shell-border,#e1e4e8);background:var(--outborn-app-shell-surface,#fff);width:36px;height:36px;color:var(--outborn-app-shell-text,#434851);border-radius:10px;place-items:center;font-size:10px;font-weight:750;display:grid;overflow:hidden}.outbornAppShellMark img{object-fit:contain;width:100%;height:100%}.outbornAppShellItemName{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.outbornAppShellAdminGrid{gap:4px;display:grid}.outbornAppShellAdminItem{min-width:0;min-height:48px;color:var(--outborn-app-shell-text,#434851);border-radius:9px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;padding:6px 7px;text-decoration:none;display:grid}.outbornAppShellAdminItem:hover{background:var(--outborn-app-shell-soft,#f0f2f5);color:var(--outborn-app-shell-strong,#111317)}.outbornAppShellAdminItem.isDisabled{opacity:.48;cursor:default}.outbornAppShellAdminIcon{width:30px;height:30px;color:var(--outborn-app-shell-muted,#757c87);place-items:center;display:grid}.outbornAppShellAdminCopy{gap:2px;min-width:0;display:grid}.outbornAppShellAdminCopy strong{font-size:11px}.outbornAppShellAdminCopy small{color:var(--outborn-app-shell-muted,#7b818c);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.outbornAppShellEmpty{color:var(--outborn-app-shell-muted,#7b818c);text-align:center;padding:18px 10px;font-size:11px}@media (max-width:520px){.outbornAppShellPopover{width:min(330px,100vw - 16px)}.outbornAppShellGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (pointer:coarse){.outbornAppShellTrigger,.outbornAppShellItem,.outbornAppShellAdminItem{min-height:44px}}
