.slm{position:relative;display:block}.slm input{width:100%;box-sizing:border-box;padding-right:44px!important}.slm-eye{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;border:0;background:transparent;color:var(--ink-3,#8a8f9c);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease,color .15s ease}.slm-eye:hover,.slm-eye[aria-pressed=true]{background:var(--soft,#f2f3f7);color:var(--ink,#14161c)}.slm-eye svg{width:17px;height:17px}.slm-eye__g{display:inline-flex;animation:slmBlink .34s cubic-bezier(.3,.7,.4,1);transform-origin:50% 50%}.slm-eye__g svg{width:17px;height:17px}@keyframes slmBlink{0%{transform:scaleY(1)}38%{transform:scaleY(.08)}72%{transform:scaleY(1.12)}to{transform:scaleY(1)}}.slm input.slm-fx{animation:slmTxIn .55s cubic-bezier(.25,1,.4,1)}@keyframes slmTxIn{0%{filter:blur(6px);opacity:.3}60%{filter:blur(1.2px);opacity:.85}to{filter:blur(0);opacity:1}}.slm-text__chars{display:inline-flex;flex-wrap:wrap}.slm-ch{display:inline-block;animation:slmChIn .4s cubic-bezier(.3,1,.5,1) both}@keyframes slmChIn{0%{opacity:0;filter:blur(4px);transform:translateY(3px)}to{opacity:1;filter:blur(0);transform:none}}@media (prefers-reduced-motion:reduce){.slm input.slm-fx,.slm-ch,.slm-eye__g{animation:none}}.slm-text{display:inline-flex;align-items:center;gap:6px}.slm-text--mono{font-family:JetBrains Mono,monospace;font-variant-numeric:tabular-nums}.slm-eye--inline{position:static;transform:none;width:24px;height:24px}.slm-eye--inline svg{width:15px;height:15px}html.is-embed .slm-eye{width:38px;height:38px;right:4px}html.is-embed .slm input{padding-right:48px!important}html[data-theme=dark] .slm-eye:hover,html[data-theme=dark] .slm-eye[aria-pressed=true]{background:var(--d-elev,#232734)}