@keyframes contactOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes contactSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.contact-sheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;display:flex;align-items:flex-end;justify-content:center;animation:contactOverlayIn .2s ease-out}.contact-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:contactSheetUp .28s ease-out}.contact-sheet__handle-bar{display:flex;align-items:center;justify-content:center;padding:8px 16px;height:30px;flex-shrink:0}.contact-sheet__handle{display:block;width:40px;height:5px;background:#e0e0e0;border-radius:9999px}.contact-sheet__body{gap:16px;padding:24px 16px 40px;text-align:center}.contact-sheet__body,.contact-sheet__texts{display:flex;flex-direction:column;align-items:center}.contact-sheet__texts{gap:4px}.contact-sheet__title{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.01em;color:var(--color-basic-content-high);white-space:nowrap}.contact-sheet__subtitle{font-size:12px;font-weight:400;line-height:1.5;letter-spacing:-.01em;color:var(--color-basic-content-medium)}.contact-sheet__email{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.01em;color:var(--color-basic-content-high);text-decoration:none;white-space:nowrap}.contact-sheet__email:hover{text-decoration:underline}.contact-sheet__homebar-pill{display:block;width:134px;height:5px;background:#000;border-radius:12px}.page-footer{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 16px;overflow:hidden}.page-footer__copyright{font-size:12px;font-weight:400;line-height:1.5;letter-spacing:-.01em;color:var(--color-basic-content-low);white-space:nowrap}.page-footer__links{display:flex;gap:12px}.page-footer__link{font-size:12px;font-weight:400;line-height:1.5;letter-spacing:-.01em;color:var(--color-basic-content-low);text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;font-family:inherit}