.ovs-sheet-backdrop { position:fixed; inset:0; background:rgba(17,24,39,.35); z-index:90; display:flex; align-items:flex-end; }
.ovs-sheet--bottom { width:100%; max-width:760px; margin:0 auto; border-radius:24px 24px 0 0; background:#fff; padding:16px; box-shadow:0 -16px 40px rgba(17,24,39,.18); }
.ovs-sheet__header { display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; }
.ovs-sheet__body { display:grid; gap:14px; }
.ovs-sheet__actions { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:8px; }
.ovs-field { display:grid; gap:6px; }
.ovs-field input,.ovs-field select,.ovs-field textarea { min-height:46px; border-radius:14px; border:1px solid #e5e7eb; padding:10px 14px; }
