.edge-modal-minimize {
background: none;
border: none;
font-size: 16px;
cursor: pointer;
color: #666;
padding: 4px;
border-radius: 4px;
width: 28px;
height: 28px;
line-height: 16px;
}
.edge-modal-minimize:hover { background:#f5f5f5; color:#000 }
.modal-tray {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 44px;
background: linear-gradient(90deg, #007bff 0%, #00c6ff 100%) !important;
border-top: 2px solid #0056b3;
display: flex;
align-items: center;
gap: 10px;
padding: 0 20px;
z-index: 4000;
box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
transition: background 0.3s;
}
.modal-tray-tab {
background: #f8f9fa;
border: 1px solid #007bff;
color: #007bff;
border-radius: 6px 6px 0 0;
padding: 7px 18px;
cursor: pointer;
font-size: 15px;
margin-top: 6px;
box-shadow: 0 2px 8px rgba(0,123,255,0.08);
transition: background 0.2s, color 0.2s;
}
.modal-tray-tab:hover {
background: #e3f0ff;
color: #0056b3;
}