.share-sheet{position:fixed;inset:0;z-index:500;display:flex;align-items:flex-end;justify-content:center}.share-sheet[hidden]{display:none}.share-sheet-backdrop{position:absolute;inset:0;background:rgba(12,20,35,.55);backdrop-filter:blur(3px)}.share-sheet-content{position:relative;width:min(700px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:24px 24px 0 0;padding:10px 16px 18px;box-shadow:0 -12px 40px rgba(0,0,0,.18);animation:shareUp .22s ease}.share-sheet-handle{width:42px;height:5px;border-radius:99px;background:#d5d9e1;margin:2px auto 12px}.share-sheet-header{display:flex;align-items:center;gap:12px;border-bottom:1px solid #eef0f4;padding-bottom:12px}.share-sheet-header>div{display:flex;flex-direction:column;gap:3px}.share-sheet-header b{font-size:18px}.share-sheet-header small{color:#7b8494;font-size:11px}.share-close{border:0;background:#f1f3f6;border-radius:50%;width:38px;height:38px;font-size:19px;cursor:pointer}.share-user-row{display:flex;align-items:center;gap:11px;padding:15px 2px}.share-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#5b5ff7,#1677ff);color:#fff;font-weight:900;font-size:19px}.share-user-meta{min-width:0}.share-user-row strong{font-size:15px}.share-privacy{position:relative;display:inline-flex;margin-top:7px}.privacy-chip{border:1px solid #dfe4eb;background:#f6f8fa;border-radius:10px;padding:7px 10px;font-size:11px;color:#344054;font-weight:750;cursor:pointer}.privacy-menu{position:absolute;right:0;top:calc(100% + 7px);width:245px;background:#fff;border:1px solid #e3e7ee;border-radius:14px;padding:6px;box-shadow:0 12px 30px rgba(15,23,42,.16);z-index:20}.privacy-menu[hidden]{display:none}.privacy-menu button{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:3px;border:0;background:#fff;border-radius:10px;padding:10px;cursor:pointer;text-align:right}.privacy-menu button:hover{background:#f5f7fa}.privacy-menu b{font-size:13px;color:#172033}.privacy-menu small{font-size:10px;color:#7b8494;line-height:1.5}.share-sheet textarea{width:100%;resize:none;border:0;background:#f5f7fa;border-radius:14px;padding:12px;font:inherit;outline:0;min-height:82px}.share-sheet textarea:focus{box-shadow:0 0 0 2px #dce6ff;background:#fff}.original-share-preview{margin-top:12px;border:1px solid #e4e7ec;border-radius:15px;overflow:hidden;background:#fafbfc}.original-label{font-size:11px;color:#8a93a2;padding:9px 12px 0}.original-author{font-weight:800;padding:5px 12px}.original-text{padding:2px 12px 12px;line-height:1.7;white-space:pre-wrap}.original-share-preview img{width:100%;max-height:260px;object-fit:cover;display:block}.share-sheet-actions{display:flex;gap:10px;align-items:center;margin-top:14px}.share-now{flex:1;border:0;border-radius:13px;padding:13px;background:#1877f2;color:#fff;font-weight:850;font-size:15px;cursor:pointer}.share-now:disabled{opacity:.6}.share-extra{display:flex;gap:6px}.share-extra button{width:43px;height:43px;border:1px solid #e3e6eb;background:#f6f7f9;border-radius:50%;font-size:18px}@keyframes shareUp{from{transform:translateY(25px);opacity:.6}to{transform:translateY(0);opacity:1}}@media(max-width:480px){.share-sheet-content{padding-left:13px;padding-right:13px}.privacy-menu{width:220px;max-width:calc(100vw - 30px)}}