.launcher-overlay{position:fixed;top:calc(var(--chrome-top-height) + var(--safe-area-top) - 2px);left:.75rem;width:320px;max-height:calc(100vh - 96px);overflow-y:auto;background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-md);z-index:180;padding:4px 0}@media (max-width:639px){.launcher-overlay{top:calc(var(--chrome-top-height) + var(--safe-area-top));left:0;right:0;width:100vw;max-height:calc(100vh - var(--chrome-top-height) - var(--safe-area-top));border-radius:0;border-left:none;border-right:none}}.launcher-section{display:flex;flex-direction:column}.launcher-section-divider{height:1px;background:var(--border);margin:4px 16px}.launcher-section-header{text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:600;color:var(--text-muted);padding:6px 16px 2px}.launcher-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.launcher-row{display:grid;grid-template-columns:18px 1fr auto;align-items:center;grid-column-gap:12px;column-gap:12px;width:100%;min-height:40px;padding:5px 16px;border:none;background:transparent;text-align:left;color:var(--text);text-decoration:none;cursor:pointer;font:inherit}.launcher-row:hover{background:var(--hover-bg)}.launcher-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.launcher-row-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted)}.launcher-row-icon,.launcher-row-icon svg{width:18px;height:18px}.launcher-row-text{display:flex;flex-direction:column;gap:0;min-width:0;line-height:1.25}.launcher-row-label{font-size:13px;font-weight:500;color:var(--text)}.launcher-row-desc{font-size:11px;font-weight:400;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.launcher-row-aux{display:flex;align-items:center;gap:6px;min-width:24px;justify-content:flex-end}.launcher-row-check{color:var(--accent);font-size:14px}.launcher-row-tierhint{padding:1px 6px;border:1px solid var(--border);border-radius:9px;font-size:10px;color:var(--text-muted);white-space:nowrap}.launcher-row-shortcut{display:inline-flex;align-items:center;justify-content:center;min-width:18px;padding:1px 5px;border:1px solid var(--border);border-radius:4px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;color:var(--text-muted)}.launcher-row-account-identity{cursor:default}.launcher-row-account-identity:hover{background:transparent}.launcher-row-account-icon{position:relative}.launcher-row-account-dot{position:absolute;top:-1px;right:-1px;width:8px;height:8px;border-radius:50%;background:var(--highlight-cool,var(--accent));border:1.5px solid var(--bg-elevated);pointer-events:none}.launcher-row-correction-target{padding-left:46px}