.sheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9999;display:none;align-items:flex-end;justify-content:center;transition:opacity .2s ease}.options-sheet{width:100%;max-width:480px;background:#f0f2f5;border-radius:20px 20px 0 0;padding:12px 16px 24px;direction:rtl;box-shadow:0 -4px 20px rgba(0,0,0,.15);animation:slideUp .25s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.sheet-drag-handle{width:40px;height:4px;background:#9ca3af;border-radius:10px;margin:6px auto 14px}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.options-group{background:#fff;border-radius:16px;overflow:hidden;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.sheet-item{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:14px;padding:14px 18px;background:transparent;border:none;border-bottom:1px solid #f3f4f6;font-size:15px;font-weight:600;color:#1f2937;cursor:pointer;text-align:right;transition:background-color .15s}.sheet-item:last-child{border-bottom:none}.sheet-item:active{background:#f3f4f6}.sheet-icon{font-size:20px;display:flex;align-items:center;justify-content:center;width:28px;flex:0 0 28px}.sheet-text{flex:1}.text-danger{color:#ef4444}.text-danger .sheet-icon{filter:drop-shadow(0 2px 4px rgba(239,68,68,.2))}.footer-item{justify-content:space-between}.footer-item .sheet-text{flex:initial}.sheet-arrow{font-size:18px;color:#6b7280}.danger-group{border:1px solid rgba(239,68,68,.12)}.three-dots-btn{margin-inline-start:auto;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#6b7280;font-size:18px;font-weight:900;letter-spacing:2px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;transition:background .15s,color .15s}.three-dots-btn:hover{background:#f0f2f5;color:#111827}.three-dots-btn:active{background:#e5e7eb;transform:scale(.96)}.post-head,.profile-post-head{position:relative;display:flex;align-items:center;gap:10px}.post-sheet-open{overflow:hidden}@media(max-width:480px){.options-sheet{padding:10px 12px 20px}.sheet-item{padding:14px 16px;font-size:14px}}body::after{content:"© 2026 Ahmed Mosta Abonaji — جميع الحقوق محفوظة";position:fixed;left:0;right:0;bottom:calc(8px + env(safe-area-inset-bottom));z-index:9998;text-align:center;font:600 11px/1.4 system-ui,sans-serif;color:#8b93a3;pointer-events:none;padding:3px 8px}