.shared-drawer-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:10000;opacity:0;transition:opacity .2s ease}.shared-drawer-backdrop.show{display:block;opacity:1}.shared-drawer{position:fixed;left:0;right:0;bottom:0;top:auto;width:auto;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:18px 18px 0 0;box-shadow:0 -8px 40px rgba(99,102,241,.3);z-index:10001;transform:translateY(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.5rem 1rem 1.5rem}.shared-drawer.show{transform:translateY(0)}@media(min-width:769px){.shared-drawer{left:auto;right:0;top:0;bottom:0;width:320px;max-height:none;border-radius:18px 0 0 18px;box-shadow:-8px 0 40px rgba(99,102,241,.3);transform:translateX(100%);padding:.75rem 1.25rem 1.5rem}.shared-drawer.show{transform:translateX(0)}.shared-drawer-handle{display:none}}.shared-drawer-handle{width:36px;height:4px;background:rgba(255,255,255,.4);border-radius:4px;margin:.25rem auto 0}.shared-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0 .5rem;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:.25rem}.shared-drawer-title{font-size:.95rem;font-weight:700;color:#fff}.shared-drawer-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:0;background:rgba(255,255,255,.15);color:rgba(255,255,255,.9);cursor:pointer;font-size:.9rem;transition:all .15s}.shared-drawer-close:hover{background:rgba(239,68,68,.3);color:#fca5a5}.shared-drawer-body .dropdown-item{display:flex;align-items:center;gap:.6rem;padding:.75rem .85rem;color:rgba(255,255,255,.9);font-size:.9rem;font-weight:500;border-radius:10px;text-decoration:none;transition:background .12s}.shared-drawer-body .dropdown-item:hover,.shared-drawer-body .dropdown-item:active{background:rgba(255,255,255,.2);color:#fff}.shared-drawer-body .dropdown-item i{width:20px;text-align:center;font-size:.95rem;color:rgba(255,255,255,.75)}.shared-drawer-body .dropdown-item:hover i{color:#fff}.shared-drawer-body .dropdown-divider{height:1px;background:rgba(255,255,255,.15);margin:.3rem 0;border:0}.shared-drawer-body .dropdown-item.text-danger,.shared-drawer-body .dropdown-item .text-danger{color:#fca5a5!important}.shared-drawer-body .dropdown-item.text-danger:hover{background:rgba(239,68,68,.3);color:#fff!important}.shared-drawer-body .text-primary,.shared-drawer-body .text-success,.shared-drawer-body .text-warning,.shared-drawer-body .text-info,.shared-drawer-body .text-secondary,.shared-drawer-body .text-muted{color:rgba(255,255,255,.75)!important}.shared-drawer-body button.dropdown-item{background:none;border:0;width:100%;text-align:left;cursor:pointer}.action-dots-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:0;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;cursor:pointer;font-size:1rem;transition:all .15s;padding:0;box-shadow:0 2px 6px rgba(99,102,241,.3)}.action-dots-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(99,102,241,.4);color:#fff}