.modal-overlay{position:fixed;inset:0;width:100%;height:100%;background:#090f1d8a;z-index:1001;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.modal-overlay.visible{opacity:1;visibility:visible}.bottom-sheet-modal{position:fixed;left:50%;bottom:0;width:100%;max-width:600px;max-height:92vh;display:flex;flex-direction:column;transform:translate(-50%,104%);background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -26px 70px #090f1d47;z-index:1002;overflow:hidden;transition:transform .38s cubic-bezier(.2,.72,.25,1);color:#172033}.bottom-sheet-modal.visible{transform:translate(-50%)}.modal-drag-handle{width:52px;height:5px;flex:0 0 auto;margin:12px auto 10px;border-radius:999px;background:#c8d2df;cursor:pointer}.modal-close-btn{position:absolute;top:12px;right:16px;width:36px;height:36px;border:0;border-radius:50%;background:#ffffffeb;color:#172033;font-size:1.35rem;line-height:1;cursor:pointer;box-shadow:0 8px 22px #090f1d24;z-index:2}.modal-scroll-area{min-height:0;overflow-y:auto;padding:0 18px 18px}.modal-banner{width:100%;aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;background:#eef3f8;display:grid;place-items:center;color:#5f6b7a}.modal-banner img,.modal-banner video,.modal-banner iframe{display:block;width:100%;height:100%;border:0;object-fit:cover}.modal-banner-fallback{display:grid;gap:6px;padding:22px;text-align:center}.modal-banner-fallback-kicker,.modal-section-kicker{display:inline-block;font-size:.68rem;font-weight:850;letter-spacing:0;text-transform:uppercase;color:#137fec}.modal-identity-block{display:grid;grid-template-columns:66px minmax(0,1fr);gap:14px;align-items:center;padding:18px 2px 8px}.modal-avatar{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#eef3f8;border:3px solid #ffffff;box-shadow:0 10px 24px #090f1d29}.modal-avatar img{width:100%;height:100%;object-fit:cover}.modal-avatar-placeholder{width:100%;height:100%;display:grid;place-items:center;background:#137fec;color:#fff;font-weight:900;font-size:1.45rem}.modal-id-block{min-width:0}.modal-title{margin:3px 0 0;color:#101828;font-size:1.35rem;line-height:1.12;overflow-wrap:anywhere}.modal-activity{margin:5px 0 0;color:#5f6b7a;font-weight:650;line-height:1.35;overflow-wrap:anywhere}.modal-description.line-clamp-4{margin:8px 0 16px;color:#354155;font-size:.96rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.modal-location-block{margin:0 0 14px}.modal-location-card{display:grid;gap:12px;padding:14px;border:1px solid #dbe5ef;border-radius:16px;background:#f8fbff}.location-title{display:block;margin:3px 0 0;color:#172033;font-size:1rem}.location-address{margin:5px 0 0;color:#5f6b7a;line-height:1.45}.modal-location-info-bar{padding:13px 14px;border:1px solid #f5d46a;border-radius:14px;background:#fff4bf;color:#6f5600;font-size:.94rem;font-weight:760;text-align:center}.modal-maps-btn,.modal-action-row,.modal-primary-action-btn,.modal-toolbar-btn{font:inherit}.modal-maps-btn{min-height:44px;width:100%;border:1px solid #137fec;border-radius:12px;background:#fff;color:#0f67c4;font-weight:850;cursor:pointer}.modal-secondary-actions{display:grid;gap:10px;margin:0 0 14px}.modal-action-row{min-height:58px;width:100%;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px;border:1px solid #dbe5ef;border-radius:14px;background:#fff;color:#172033;text-align:left;cursor:pointer}.modal-action-row:hover{border-color:#a9c9f2;background:#f7fbff}.modal-action-icon,.icon-placeholder{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:50%;background:#e8f2ff;color:#0f67c4;font-size:.72rem;font-weight:900;line-height:1}.modal-action-copy{display:grid;gap:2px;min-width:0}.modal-action-copy strong,.modal-action-copy small{overflow-wrap:anywhere}.modal-action-copy small{color:#6a7788;line-height:1.25}.modal-social-section{display:flex;gap:12px;flex-wrap:wrap;padding:14px 0 2px;border-top:1px solid #e5ebf2}.modal-toolbar-btn{min-width:74px;min-height:64px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:0;border-radius:14px;background:#f5f8fb;color:#354155;font-size:.78rem;font-weight:780;cursor:pointer}.modal-sticky-actions{flex:0 0 auto;display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;padding:12px 18px max(14px,env(safe-area-inset-bottom));border-top:1px solid #e5ebf2;background:#fffffff5;box-shadow:0 -12px 28px #090f1d14}.modal-sticky-actions .btn-share{min-width:0;min-height:52px}.modal-primary-action-btn{min-height:52px;width:100%;border:0;border-radius:14px;background:#20bf63;color:#fff;font-size:1rem;font-weight:900;cursor:pointer;box-shadow:0 14px 28px #20bf6347}.modal-primary-action-btn:hover{background:#16a354}.hidden,.modal-toolbar-btn.hidden,.modal-secondary-actions.hidden,.modal-social-section.hidden{display:none!important}.modal-maps-btn:disabled,.modal-toolbar-btn:disabled,.modal-primary-action-btn:disabled{opacity:.52;cursor:not-allowed;box-shadow:none}.modal-drag-handle:focus-visible,.modal-close-btn:focus-visible,.modal-toolbar-btn:focus-visible,.modal-primary-action-btn:focus-visible,.modal-maps-btn:focus-visible,.modal-action-row:focus-visible{outline:3px solid rgba(19,127,236,.28);outline-offset:2px}@media(min-width:720px){.bottom-sheet-modal{max-height:90vh}.modal-scroll-area{padding:0 22px 20px}.modal-sticky-actions{padding-left:22px;padding-right:22px}}@media(max-width:430px){.modal-title{font-size:1.2rem}.modal-sticky-actions{grid-template-columns:74px minmax(0,1fr);gap:8px}.modal-toolbar-btn{min-width:66px;font-size:.72rem}}@media(prefers-reduced-motion:reduce){.modal-overlay,.bottom-sheet-modal{transition:none}}
