.share-post-dropdown__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998}.share-post-dropdown{position:fixed;z-index:9999;width:300px;max-height:420px;display:flex;flex-direction:column;overflow:hidden;transform-origin:top right;background:#16161cc7;backdrop-filter:blur(64px) saturate(200%) brightness(.96);-webkit-backdrop-filter:blur(64px) saturate(200%) brightness(.96);border:.5px solid rgba(255,255,255,.12);border-radius:22px;box-shadow:0 16px 56px #00000080,0 4px 12px #00000040,inset 0 1px #ffffff14;animation:shareDropdownIn .22s cubic-bezier(.22,1,.36,1)}@media(max-width:480px){.share-post-dropdown{width:calc(100vw - 2rem);max-width:320px;right:1rem!important}}@keyframes shareDropdownIn{0%{opacity:0;transform:scale(.92) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}.share-post-dropdown__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px}.share-post-dropdown__title{font-size:.8125rem;font-weight:600;color:#ffffffe0;margin:0;letter-spacing:-.01em}.share-post-dropdown__close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;border:.5px solid rgba(255,255,255,.06);border-radius:50%;color:#fff6;cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1)}.share-post-dropdown__close svg{width:12px;height:12px}.share-post-dropdown__close:hover{background:#ffffff1a;color:#ffffffb3}.share-post-dropdown__close:active{transform:scale(.92)}.share-post-dropdown__quick-actions{display:flex;gap:8px;padding:4px 16px 12px}.share-post-dropdown__action-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;min-height:44px;background:#ffffff0f;border:.5px solid rgba(255,255,255,.06);border-radius:9999px;color:#fffc;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1);white-space:nowrap;-webkit-tap-highlight-color:transparent}.share-post-dropdown__action-btn svg{width:14px;height:14px;opacity:.65}.share-post-dropdown__action-btn:hover{background:#ffffff1a;color:#fff}.share-post-dropdown__action-btn:active{transform:scale(.96)}.share-post-dropdown__divider{height:.5px;background:#ffffff0f;margin:0 16px}.share-post-dropdown__referral-nudge{margin:8px 16px 0;padding:8px 12px;border-radius:8px;background:#eeff320f;border:.5px solid rgba(238,255,50,.12);font-size:12px;color:#eeff32cc;text-align:center;line-height:1.4}.share-post-dropdown__send-section{flex:1;display:flex;flex-direction:column;overflow:hidden;padding-top:10px}.share-post-dropdown__search-wrapper{position:relative;display:flex;align-items:center;padding:0 12px;margin-bottom:8px}.share-post-dropdown__search-icon{position:absolute;left:24px;width:13px;height:13px;color:#ffffff40;pointer-events:none;transition:color .25s cubic-bezier(.22,1,.36,1)}.share-post-dropdown__search-input{width:100%;padding:9px 32px 9px 34px;background:#ffffff0a;border:.5px solid rgba(255,255,255,.06);border-radius:18px;color:#fff;font-size:.75rem;outline:none;transition:all .3s cubic-bezier(.22,1,.36,1)}.share-post-dropdown__search-input::placeholder{color:#ffffff38}.share-post-dropdown__search-input:focus{background:#ffffff0f;border-color:#ffffff1a;box-shadow:0 0 0 3px #ffffff08}.share-post-dropdown__search-loading{position:absolute;right:24px;width:13px;height:13px;color:#ffffff59}.share-post-dropdown__contacts-list{flex:1;overflow-y:auto;padding:0 6px 6px;max-height:220px}.share-post-dropdown__contacts-list::-webkit-scrollbar{width:3px}.share-post-dropdown__contacts-list::-webkit-scrollbar-track{background:transparent}.share-post-dropdown__contacts-list::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:3px}.share-post-dropdown__empty{display:flex;flex-direction:column;align-items:center;gap:2px;padding:24px 16px;text-align:center}.share-post-dropdown__empty p{font-size:.75rem;color:#ffffff59;margin:0}.share-post-dropdown__empty span{font-size:.6875rem;color:#fff3}.share-post-dropdown__contact{display:flex;align-items:center;gap:10px;padding:8px 10px;min-height:44px;border-radius:14px;transition:background .25s cubic-bezier(.22,1,.36,1)}.share-post-dropdown__contact:hover{background:#ffffff0d}.share-post-dropdown__contact-avatar{width:32px;height:32px;border-radius:50%;background:#ffffff0f;overflow:hidden;flex-shrink:0}.share-post-dropdown__contact-avatar img{width:100%;height:100%;object-fit:cover}.share-post-dropdown__contact-info{flex:1;min-width:0;display:flex;flex-direction:column}.share-post-dropdown__contact-name{font-size:.8125rem;font-weight:500;color:#ffffffe0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.share-post-dropdown__contact-username{font-size:.6875rem;color:#ffffff4d;line-height:1.2}.share-post-dropdown__send-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;min-height:36px;background:#ffffffe0;border:none;border-radius:9999px;color:#000;font-size:.6875rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .25s cubic-bezier(.22,1,.36,1)}.share-post-dropdown__send-btn svg{width:12px;height:12px}.share-post-dropdown__send-btn:hover:not(:disabled){background:#fff;transform:scale(1.03)}.share-post-dropdown__send-btn:active:not(:disabled){transform:scale(.96)}.share-post-dropdown__send-btn:disabled{cursor:default}.share-post-dropdown__send-btn.is-sent{background:#ffffff14;color:#ffffff73}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.share-post-dropdown,.animate-spin{animation:none}}
