.app-switcher-trigger{color:#6e7985;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:inline-flex;position:relative}.app-switcher-trigger:hover{color:#1e40af;background:#00406c14}.app-switcher-trigger .anticon,.app-switcher-trigger i{font-size:18px}.app-switcher-popover{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:300px;padding:16px 8px 12px;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.app-switcher-header{color:#1f2937;letter-spacing:0;padding:0 10px 12px;font-size:13px;font-weight:600}.app-switcher-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;padding:0;display:grid}.app-switcher-tile{cursor:pointer;text-align:center;background:0 0;border:none;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;min-width:0;padding:14px 8px 12px;transition:background .15s;display:flex;position:relative}.app-switcher-tile:not(:disabled):hover{background:#f3f5f9}.app-switcher-tile.is-current{cursor:default;background:#00406c0f}.app-switcher-tile.is-busy{pointer-events:none;opacity:.6}.app-switcher-tile__logo{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:600;display:flex;position:relative;overflow:hidden}.app-switcher-tile__logo:has(img){background:#f3f5f9;border:1px solid #e5e7eb;padding:10px}.app-switcher-tile__logo img{object-fit:contain;width:100%;height:100%;display:block}.app-switcher-tile__name{color:#374151;text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;font-size:12px;font-weight:400;line-height:1.3;overflow:hidden}.app-switcher-tile__badge{text-transform:uppercase;letter-spacing:.4px;color:#1e40af;pointer-events:none;background:#00406c1a;border-radius:999px;padding:1px 5px;font-size:8px;font-weight:600;line-height:1.5;position:absolute;top:8px;right:8px}.app-switcher-tile__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:20px;height:20px;margin:auto;animation:.7s linear infinite app-switcher-spin;position:absolute;inset:0}@keyframes app-switcher-spin{to{transform:rotate(360deg)}}.app-switcher-tile.is-skeleton{pointer-events:none;align-items:center}.app-switcher-empty{color:#6e7985;text-align:center;padding:28px 16px 32px;font-size:13px}.app-switcher-empty__hint{color:#9ea7b1;margin-top:6px;font-size:12px}
