.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:2147483000;overscroll-behavior:contain;border:1px solid var(--outborn-app-shell-border,#dfe2e7);background:var(--outborn-app-shell-surface,#fff);width:min(880px,100vw - 32px);max-height:min(640px,100vh - 32px);color:var(--outborn-app-shell-strong,#111317);border-radius:16px;padding:18px 20px 20px;position:fixed;overflow:auto;box-shadow:0 20px 54px #1a1f2829}.outbornAppShellHeader{border-bottom:1px solid var(--outborn-app-shell-border,#e6e8eb);justify-content:space-between;align-items:center;gap:16px;margin-bottom:4px;padding:0 2px 14px;display:flex}.outbornAppShellHeader>span{gap:2px;min-width:0;display:grid}.outbornAppShellHeader strong{font-size:13px;font-weight:650}.outbornAppShellHeader small{color:var(--outborn-app-shell-muted,#7b818c);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.outbornAppShellHeader a{color:var(--outborn-app-shell-text,#454b55);border-radius:8px;padding:7px 9px;font-size:11px;font-weight:650;text-decoration:none}.outbornAppShellHeader a:hover{background:var(--outborn-app-shell-soft,#f1f3f6)}.outbornAppShellSection{padding:14px 0 0}.outbornAppShellSectionPrimary{padding-top:8px}.outbornAppShellSection+.outbornAppShellSection{border-top:1px solid var(--outborn-app-shell-border,#e6e8eb);margin-top:10px}.outbornAppShellHeading{color:var(--outborn-app-shell-muted,#7b818c);letter-spacing:.01em;padding:0 8px 8px;font-size:11px;font-weight:650}.outbornAppShellGrid,.outbornAppShellAdminGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2px 18px;display:grid}.outbornAppShellItem,.outbornAppShellAdminItem{min-width:0;min-height:66px;color:var(--outborn-app-shell-text,#434851);text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;padding:8px 10px;text-decoration:none;display:grid}.outbornAppShellItem:hover,.outbornAppShellAdminItem:hover{background:var(--outborn-app-shell-soft,#f0f2f5);color:var(--outborn-app-shell-strong,#111317)}.outbornAppShellItem.isDisabled,.outbornAppShellAdminItem.isDisabled{opacity:.48;cursor:default}.outbornAppShellItem.isDisabled:hover,.outbornAppShellAdminItem.isDisabled:hover{color:var(--outborn-app-shell-text,#434851);background:0 0}.outbornAppShellMark{background:var(--outborn-app-shell-soft,#f0f2f5);width:32px;height:32px;color:var(--outborn-app-shell-text,#434851);border:0;border-radius:9px;place-items:center;font-size:10px;font-weight:750;display:grid;overflow:hidden}.outbornAppShellMark.hasImage{background:0 0;border-radius:0}.outbornAppShellMark img{object-fit:contain;width:32px;height:32px}.outbornAppShellItemCopy,.outbornAppShellAdminCopy{align-content:center;gap:3px;min-width:0;display:grid}.outbornAppShellItemName,.outbornAppShellAdminCopy strong{max-width:100%;color:var(--outborn-app-shell-strong,#111317);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.2;overflow:hidden}.outbornAppShellItemDescription,.outbornAppShellAdminCopy small{color:var(--outborn-app-shell-muted,#6f7680);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;font-weight:450;line-height:1.35;display:-webkit-box;overflow:hidden}.outbornAppShellAdminIcon{width:32px;height:32px;color:var(--outborn-app-shell-muted,#757c87);place-items:center;display:grid;overflow:hidden}.outbornAppShellAdminIcon.hasImage{background:0 0;border-radius:0}.outbornAppShellAdminIcon img{object-fit:contain;width:32px;height:32px}.outbornAppShellEmpty{color:var(--outborn-app-shell-muted,#7b818c);text-align:center;grid-column:1/-1;padding:20px 10px;font-size:11px}@media (max-width:920px){.outbornAppShellPopover{width:min(620px,100vw - 24px);padding-inline:16px}.outbornAppShellGrid,.outbornAppShellAdminGrid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px}}@media (max-width:620px){.outbornAppShellPopover{width:min(420px,100vw - 16px);padding:14px 12px 16px}.outbornAppShellGrid,.outbornAppShellAdminGrid{grid-template-columns:minmax(0,1fr)}.outbornAppShellItem,.outbornAppShellAdminItem{min-height:62px}}@media (pointer:coarse){.outbornAppShellTrigger{min-height:44px}.outbornAppShellItem,.outbornAppShellAdminItem{min-height:66px}}
