@keyframes joinOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes joinSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.join-prompt-overlay{position:fixed;inset:0;background:var(--color-overlay-dark,rgba(0,0,0,.5));z-index:200;display:flex;align-items:flex-end;justify-content:center;animation:joinOverlayIn .3s ease-out}.join-prompt-sheet{background:var(--color-basic-surface-base);border-radius:24px 24px 0 0;width:100%;max-width:640px;display:flex;flex-direction:column;overflow:hidden;animation:joinSheetUp .35s cubic-bezier(.32,.72,0,1)}.join-prompt-sheet__handle-bar{display:flex;align-items:center;justify-content:center;height:30px;padding:8px 16px;flex-shrink:0}.join-prompt-sheet__handle{display:block;width:40px;height:5px;background:#e0e0e0;border-radius:9999px}.join-prompt-sheet__body{display:flex;flex-direction:column;gap:8px;padding:24px 16px}.join-prompt-sheet__btn-primary{width:100%;padding:14px 20px;background:var(--color-brand-primary-base);color:#fff;font-size:16px;font-weight:600;line-height:1.5;letter-spacing:-.01em;text-align:center;border-radius:9999px;white-space:nowrap;transition:opacity .15s}.join-prompt-sheet__btn-primary:hover{opacity:.9}.join-prompt-sheet__btn-secondary{width:100%;padding:14px 20px;background:transparent;color:var(--color-basic-content-high);font-size:16px;font-weight:600;line-height:1.5;letter-spacing:-.01em;text-align:center;border:1px solid var(--color-basic-border-medium);border-radius:9999px;white-space:nowrap;transition:background .15s}.join-prompt-sheet__btn-secondary:hover{background:var(--color-basic-surface-low)}.join-prompt-sheet__homebar{height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.join-prompt-sheet__homebar-pill{display:block;width:134px;height:5px;background:#000;border-radius:12px}