.share-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.15s shareOverlayIn;display:flex;position:fixed;inset:0}@keyframes shareOverlayIn{0%{opacity:0}to{opacity:1}}.share-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:420px;animation:.2s shareModalIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000040}@keyframes shareModalIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.share-modal-header{color:#fff;background:#075e54;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.share-modal-header-left{align-items:center;gap:10px;display:flex}.share-modal-wa-icon{flex-shrink:0;width:20px;height:20px}.share-modal-header-title{letter-spacing:-.2px;font-family:Nunito,sans-serif;font-size:15px;font-weight:600}.share-modal-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.share-modal-close:hover{background:#ffffff40}.share-modal-body{background:#ece5dd url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d4cfc6' fill-opacity='0.3'%3E%3Ccircle cx='20' cy='20' r='1.5'/%3E%3Ccircle cx='60' cy='60' r='1.5'/%3E%3Ccircle cx='60' cy='20' r='1'/%3E%3Ccircle cx='20' cy='60' r='1'/%3E%3C/g%3E%3C/svg%3E");padding:20px 16px}.share-modal-bubble{background:#dcf8c6;border-radius:8px 8px 0;max-width:100%;padding:10px 12px 22px;position:relative;box-shadow:0 1px 2px #0000001a}.share-modal-bubble:after{content:"";border-top:0 solid #0000;border-bottom:10px solid #0000;border-left:10px solid #dcf8c6;border-right:0 solid #0000;width:0;height:0;position:absolute;bottom:0;right:-8px}.share-modal-bubble-text{color:#303030;white-space:pre-wrap;word-break:break-word;margin:0;font-family:Nunito,sans-serif;font-size:14px;line-height:1.6}.share-modal-bubble-time{color:#8c9a8c;font-family:Nunito,sans-serif;font-size:11px;position:absolute;bottom:6px;right:10px}.share-modal-edit-hint{color:#8c9a8c;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;margin-top:8px;padding:0;font-family:Nunito,sans-serif;font-size:12px;transition:color .15s;display:flex}.share-modal-edit-hint:hover{color:#6b7b6b}.share-modal-edit-area{flex-direction:column;gap:10px;display:flex}.share-modal-edit-textarea{color:#303030;resize:none;background:#fff;border:1px solid #ddd;border-radius:10px;outline:none;width:100%;padding:12px;font-family:Nunito,sans-serif;font-size:14px;line-height:1.6;transition:border-color .15s;box-shadow:0 1px 3px #00000014}.share-modal-edit-textarea:focus{border-color:#25d366}.share-modal-save-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:8px;justify-content:center;align-self:flex-end;align-items:center;gap:6px;padding:6px 14px;font-family:Nunito,sans-serif;font-size:13px;font-weight:600;transition:background .15s;display:flex}.share-modal-save-btn:hover{background:#1ebe57}.share-modal-footer{background:#fff;flex-direction:column;gap:10px;padding:16px;display:flex}.share-modal-copy-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-family:Nunito,sans-serif;font-size:15px;font-weight:600;transition:background .15s,transform .1s;display:flex}.share-modal-copy-btn:hover{background:#1ebe57}.share-modal-copy-btn:active{transform:scale(.98)}@media (max-width:480px){.share-modal-overlay{align-items:flex-end;padding:12px}.share-modal{border-radius:16px 16px 0 0;max-width:100%}}
