#sln-notes-panel {
    position: fixed !important; bottom: 25px !important; right: 25px !important; width: 460px;
    background: #fff; border: 3px solid #0073aa; border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25) !important; z-index: 99999999 !important;
    padding: 18px; display: none; max-height: 85vh; overflow-y: auto;
}
.sln-header { display: flex; justify-content: space-between; margin-bottom: 12px; align-items: center; }
#sln-textarea { height: 340px !important; }
.sln-status { font-size: 13px; color: #666; margin: 8px 0; min-height: 20px; }
.sln-actions { display: flex; gap: 10px; }